/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2 (WP2.6.2)
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:13px; 
	color:#000;
	background-color:#036;
	background-image:url("http://aoacpacnw.com/images/bg-lined-updated.png");
	}

#wrapper{
	width:880px;
	min-height:100%;
	margin:0 auto;
	}

#header{
	background-image:url("http://aoacpacnw.com/images/header_v1.jpg");
	background-repeat:no-repeat;
	width:880px;
	height:110px;
	background-color:#fff;
	}
	
#site-title{
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	color:#006;
	position:absolute;
	top:20px;
	left:190px;
	line-height:22px;
	}
#site-title-link{color:#006;text-decoration:none;font-size:24px;text-transform:uppercase;letter-spacing:1px;font-weight:bold;}
#site-title a:hover{text-decoration:underline;}
#description{color:#069;font-size:18px;font-style:italic;font-weight:bold;}
	
#page-title{ 
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:24px;
	float:right;
	position:absolute;
	top:80px;
	right:10px;
	color:#069;
	}
	
#sidebar{
	width:178px;
	min-height:500px;
	float:left;
	background-color:#036;
	border-right:2px #000 solid;
	}
	
#sidebar ul{
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:16px;
	color:#fff;
	float:left;
	display:block;
	}
	
#search{
	margin:10px;
	}
	
.hidden{
	display:none;
	}
	
#sidebar ul li{
	}
	
#sidebar ul li a{
	width:168px;
	display: block;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	padding:5px;
	background-color:#036;
	border-bottom:1px #fff dotted;
	}
	
#sidebar ul li a:hover{
	background-color:#069;
	}
	
#content{
	width:700px;
	float:left;
	background-color:#fff;
	}
	
.post h1,h2,h3,h4{font-family:"Times New Roman", serif;}
.post h1{font-size:24px;}
.post h2{font-size:20px;}
.post h3{font-size:18px;}
.post h4{font-size:16px;}
.post img{padding:10px;}
.post p{margin-top:5px;}
.post {margin:15px;}

a:link,a:visited{
	color:#040764;
	}
	
a:hover{
	color:#069;
	}
	
.sub-title a:link{
	color:#069;
	}
.sub-title a:visited{
	color:#069;
	}
	
#searchsubmit{margin-top:5px;}

.page-item-106 a{
	width:168px;
	display: block;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	padding:5px;
	background-color:#069;
	border-bottom:1px #fff dotted;
	}
	
.page-item-106 a:hover{text-decoration:underline;}

/*.page-item-120{display:none;}*/
.wp-caption{border:0px;background-color:#fff;font-style:italic;}

ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin:10px;
}

p{
	margin:10px 0px;
}