/* Generic styles */
html,body {
	background-image:url(../images/sky_01.jpg);
	background-repeat:no-repeat;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:101%;
	margin:0;
	padding:0;
}
img {border:0}
a {
	color:#6699FF;
	text-decoration:underline;
}

a:visited {
	color:#3366CC;
}
a:hover {
	text-decoration:none;
}

h1 { 
	font-size:2em; 
	font-weight:normal;
	margin:0;
	padding:0; 
}

h2 { 
	font-size:1em; 
	font-weight:normal;
	margin-bottom:0px;
}


h2 a {
	color:#666;
	text-decoration:none;
}

h3 {
	font-size:1em;
}

h4 { font-size:0.9em; }
p,li { 
	color:#999999;
	font-size:0.75em; 
	line-height:18px;
}

#site {
	width:790px;
	margin:0 auto;
	padding:20px 0px;
}


/* Header styles */

#header {
	background:url(http://www.rawkins.com/images/logo.gif) no-repeat top left;
	color:white; 
	float:left;
	height:150px;
	text-indent:-9999px;
	width:350px;
}

#nav {
	color:white;
	float:right;
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:right;
	width: 40%;
	height:150px;
}

#nav li {
	background-image:url(../images/nav_bullet.gif);
	background-repeat:no-repeat;
	background-position:left center;
	float:left;
	font-size:0.9em;
	margin-left:10px;
	padding-left:10px;
}

#nav li a {
	color:#FFF;
	text-decoration:underline;
}

#nav li a:visited {
	color:#FFF;
}

#nav li a:hover {
	text-decoration:none;
}



#content {
	clear:both;
	float:left;
	width:50%;
}

#content.full_width {
	width:100%;
}
#sidebar {
	float:right;
	width:40%;
}

#footer {
	border-top:1px solid grey;
	clear:both;
	text-align:center;
}

.post {
	margin-bottom:40px;
}

.postmetadata {
	border-top:1px dotted #CCC;
	font-size:0.7em;
}
small {
	font-size:0.6em;
	font-style:italic;
	color:#999;
}