@charset "UTF-8";
/* CSS Document */

body { margin:0}
a { text-decoration:none}
#headerTop { background:#c6d9e9; height:88px; width:100%;}
#headerBottom { background:#e4f2fd; height:100px; width:100%; border-bottom:thin solid #c6d9e9}

#content { position:relative; width:1100px; margin-left:auto; top:-170px}
	#logo { position:relative; top:-13px; padding:8px 0px 0px 0px}
	#blue { height:92px; width:100%; margin-bottom:30px}
		#blue h1{ padding:20px 0px 0px 10px; color:#555555; font-size:250%; font-weight:normal; width:200px; line-height:90%;}
		
	#ads{ position:relative; width:728px; height:90px; left:250px; top:10px; margin-bottom:-120px;}
		
	#body{ font-family:Arial, Helvetica, sans-serif}
	
		#body #sidebar1 { position:relative; top:10px; width:190px; float:left;}
			#sidebar1 ul { list-style:none; font-size:70%; margin:0px 20px 0px -30px}
				#sidebar1 ul li {border-bottom:thin solid #CCC; padding:7px 0px 5px 0px; width:160px}
			#sidebar1 ul a {color:#4ca6de}
	
		#body #themes { position:relative; width:500px; float:left; margin-right:20px; margin-left:20px; z-index:2}
			#body #themes h3 { border-bottom: thin solid #CCC; font-size:100%; padding-bottom:5px; }
			#body #themes img { padding:5px; border:thin solid #CCC; float:left; margin:0px 10px 0px 0px}
			#body #themes p { font-size:90%; color:#666; line-height:20px}
			
			#body #themes #download {width:153px; height:10px; background-color:#e4f2fd; text-align:center;  padding:5px 10px 15px 10px; margin:25px 0px 10px 0px}
			#body #themes #download a { color:#464646; width:75px; height:35px;}
			
			#body #themes #preview { display: none; width:153px; height:10px; background-color:#4eaf21; text-align:center;  padding:5px 10px 15px 10px; margin:10px 0px 10px 0px}
			#body #themes #preview a { color:#FFF; width:75px; height:35px;}
			
			#body #themes #count { float:right; font-size:60%; color:#4ca6de; width:317px;}
		
		
		#body #sidebar2 { position:relative; top:0px; width:280px; float:left;}
		
		
.clear {clear: both;}
