/*-----attach body.custom to any style you add here-----*/

/*-----custom link styles - these govern the links within post content and are here to show you how. 
modify them to your liking or delete them and add your own-----*/

body.custom .entry-content a {
	font-weight: bold;
	text-decoration: underline;
	}
	
body.custom .entry-content a:hover {
	text-decoration: none;
	color: #0098ED;
	}



body {font: 72.5%/1.3 georgia, verdana, 'Lucida Grande', arial, sans-serif; text-align:center; background:#fff; color:#111;}

/*-----layout-----*/
body.custom #page {width:962px; margin:0 auto; text-align:left;}
	#header{width:960px; float:left; position:relative;}
	#container{width:920px; float:left; padding:0 20px; background:#fff;}
		#rotating{width:920px; float:left; padding:20px 0; border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
		#primary{width:480px; float:left; padding:0 18px 0 0;}
		#secondary{width:421px; float:left;}
			#sidebar-1{border-left:1px solid #ccc;}
			.sidebar{float:left; width:200px; padding:10px 0 0 10px;}
		#footer{width:920px; float:left; clear:both;}

/*-----header-----*/
body.custom .homelink{font:small-caps bold 0px/1 'arial black', verdana, arial, sans-serif; letter-spacing:-0.3px; padding:40px 20px 10px 20px;}
.homelink a{color:#444;}
.homelink a:hover{color:#000; text-decoration:none;}
.description{color:#666; margin-top:-20px; padding:0 0 10px 21px; font-size:0px; line-height:2; font-style:italic;}
#skip a{padding:0.2em 0.3em; font-weight:bold; background:#e5e5e5; color:#444; display:block; text-decoration:none; position:absolute; top:0.5em; right:999em;}
#skip a:first-letter{text-decoration:underline;}
#skip a:hover{background:#ddd;}