/*  
Theme Name: ASO Now
Theme URI: http://blog.adventuresports.com
Version: 1.0
Author: Sammy Russo
Author URI: http://SearchFriendlyWebDesign.com
*/

/* structure */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color:#000000;
	background-color: #E5EAEE;
	}
#page {
	width:754px;
	margin: 0px auto;
	background:#FFFFFF url(images/bg.gif) repeat-y;
	border-left: 1px #000000 solid ;
	clear:both;
	}	
#header {
	width: 754px;
	height: 154px;
	}	
#sidebar {
	width: 179px;
	vertical-align:top;
	padding: 0px 2px 0px 2px;
	float:left;
	clear:both;
	}
#content {
	width: 500px;
	margin-right: 5px;
	padding: 5px 15px;
	vertical-align:top;
	float: right;
	border-top: 1px #000000 solid;
	}	
#footer {
	width: 751px;
	clear:both;
	border-bottom:1px #000000 solid;
	}		

/*-- Sidebar Content --*/
.sideCont {
	margin:0px auto;
	width: 100#;
	padding: 0px;
	margin-top: 10px;
	}
.sideTop {
	width: 176px;
	height:	39px;
	background: url(images/sideTop.gif) no-repeat top;
	}
.sideMid {
	width:176px;
	margin: 0px;
	background:url(images/sideMid.gif) repeat-y;
	}
.sideBot {
	width: 176px;
	height: 15px;
	background:url(images/sideBot.gif) no-repeat bottom;	
}
#sidebar h2{
	font-size: 1.3em;
	font-weight:bold;
	color:#FFFFFF;
	padding-left: 3.6em;
	padding-top: 12px;
	margin: 12px 0px 5px 25px;
	}
.center {
	text-align:center;
	}	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}	
#sidebar ul li {
	list-style:none;
	}		
#sidebar li {
	font-size:1.3em;
	line-height: 1.3em;
	color:#000000;
	margin-left: 10px;
	}
#sidebar li a:link, #sidebar li a:visited {
	color:#003366;
	text-decoration:underline;
	font-weight: bold;
	}
#sidebar li a:hover {
	text-decoration:none;
	}
	
/*-- main body styling --*/

p {
	font-size: 1.2em;
	}
h1 {
	color: #CC0000;
	font-size: 1.8em;
	font-weight:normal;
	letter-spacing: 1px;
	}
h1 a:link, h1 a:visited {
	color: #CC0000;
	text-decoration:underline;
	}
h1 a:hover {
	text-decoration:none;
	color: #CC0000;
	}	
h2  {
	color:#003366;
	font-size: 1.6em;
	font-weight: bold;
	}
h2 a:link, h2 a:visited {
	color:#003366;
	font-weight: normal;
	text-decoration: underline;
	}
.postmetadata {
	width: 490px;
	background-color:#e6e6e6;
	border-top: 1px #333333 dotted;
	border-bottom: 1px #333333 dotted;
	font-size: 1em;
	padding: 2px;
	}		
a:link, a:visited {
	color: #003366;
	text-decoration: underline;
	}	
a:hover {
	color:#CC0000;
	text-decoration:none;
	}	
img.centered {
	display: block;
	margin: 0px auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	float:left;
	}	
