/*simplicity-blue-style*/

/*
	Author: Paulo Nunes aka:Jimmy
	Url: http://syndicate-fx.com/gpthemes
	Date: 02/21/2010
*/	

@import url("../reset.css");

/*Type styles*/
body{font:12px normal Lucida Grande,Verdana,Bitstream Vera Sans,Arial,sans-serif;}
#header h1{font-size:50px;}
#header h1 a{color:#222;}
#page h1{background:url(../images/page.png) 0 2px no-repeat; padding-left:15px;}
h1{font-size:20px; color:#666; padding:10px;}
h2{font-size:16px; color:#999; padding:5px;}
h3{font-size:14px; color:#ccc; padding:5px;}
h4{font-size:12px; color:#666; padding:5px;}
p{color:#4d4d4d;}
a{text-decoration:none; color:#0002bd; outline:none;}

/*General layout*/
body{ background-color:#ccc;}
td{ vertical-align:top;}
#wrap{width:960px; margin:20px auto;}
#header{width:940px; height:150px; background:url(../images/header.png) top no-repeat; padding:10px;}
#topnav{width:938px; height:30px; background-color:#eee; padding:0 10px 0 10px; border-left:1px solid #999; border-right:1px solid #999; border-bottom:2px solid #0002bd;}
#content{width:938px; background-color:#f6f6f6; border-left:1px solid #999; border-right:1px solid #999; padding:0 10px 20px 10px;}
#page{float:left; width:700px; padding-top:20px;}
#sidebar{float:right; width:200px; border-left:1px solid #e8e8e8;}
#footer{width:940px; height:120px; background:url(../images/footer.png) bottom no-repeat; text-align:center; padding:10px;}
/*float fix*/
.clear{clear:both;}
/*top navigation*/
#topnav ul li a{display:block; background:#fff url(topnav.png) 0 0 no-repeat; height:30px; line-height:30px; font-size:14px; color:#999; text-align:center; padding:0 10px 0 10px; border-left:1px solid #ccc; float:left;}
#topnav ul li a:hover, #topnav ul li a.selected{background:#f6f6f6 url(topnav.png) 0 -30px no-repeat; color:#fff;}
/*sub-navigation(sidebar)*/
#sidebar ul li a{display:block; background:url(../images/subnav.png) 0 0 no-repeat; width:190px; height:30px; line-height:30px; font-size:12px; padding-left:10px; border-bottom:1px solid #ccc; margin-top:1px;}
#sidebar ul li a:hover, #sidebar li a.selected, .sub li a.selected{background-color:#e5e5e5; color:#222;}
/*tweaks*/
#content img{background-color:#e8e8e8; padding:5px;}
#sidebar p{padding:5px;}
.credit{font-size:8px; margin-right:20px; float:right;}
/*forms*/
input, textarea{border:1px solid #999; padding:2px; margin-bottom:2px;}
input:focus{background:#e8e8e8;}


