@CHARSET "UTF-8";

body{
text-align: center;

font: 75% arial, verdana, sans-serif;
background-image: url(/wp-content/themes/youplay/images/grad.gif);
background-repeat: repeat-x;
}


a{
text-decoration: none;
color: #8Ec34F;
}

a:hover{
text-decoration: underline;
}

h2{
margin: 0;
}

img{
border: none;
}



#outer{
width: 750px;
margin: 0 auto;
text-align: justify;

}

#inner{
float: left;
width: 750px;
background-color: white;
}

 
#image{
height: 130px;
width: 575px;
float: left;

}

*html #image{
width: 570px;
}

#header{
width: 750px;
margin-bottom: 5px;
}

#header img{
height: 50px;
}

#nav{
float: left;
width: 750px;
}

#content{
clear: left;
float: left;
width: 750px;
background-image:url(/wp-content/themes/youplay/images/back.gif);
border-bottom: 5px solid #ccc;

}

#left{
float: left;

padding: 3px;
width: 558px;
}


#sidebar{
float: right;
width: 175px;
height: 200px;
background-image:url(/wp-content/themes/youplay/images/sideback.gif);

}


/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}

.clearfloat {
	display:block;
	}

	

#links{

}

#links ul{
list-style-type: none;
margin-left: 0px;
padding: 0;
}

#links li{
margin-left: 0px;
margin-bottom: 1px;
padding: 5px 0 5px 14px;
background-color: #333;
}

#links li:hover{
background-color: #666;
}

#links a{
color: white;
font-size: 14px;
}

#aboutus{
margin: 5px;
text-align: left;
color: white;
font-size: 9px;

height: 102px;
}

#aboutus h3{
color: #8Ec34F;
font-size: 14px;
font-weight: normal;
margin-bottom: 4px;
border-bottom: 1px solid #666;
}

#aboutus p{
margin: 0px;
}

.post, .entry{
padding: 3px;
margin-bottom: 10px;
background-color: #FAFAFA;
border-right: 1px solid #efefef;
border-bottom:1px solid #efefef;
}

.postmetadata{
margin: 0px;
}



.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
}
.CollapsiblePanelTab {
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-weight: bold;
	background-color: #fafafa;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.CollapsiblePanelContent {
	margin: 0px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 8px;
	background-color: #fafafa;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.CollapsiblePanelTab a {
	text-decoration: none;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {

}

.CollapsiblePanelFocused .CollapsiblePanelTab {
}

