/* Color Schemes
   -------------
	Orange Dark: #AA3511
	Orange Light: #E0D3CD
	
	GreenBlue Dark: #618788
	Green Light: #D4DBD3
	Blue Light: #B6CAD1         */

body {
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF; 
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#polaroid {
	position:absolute;
	left:0px;
	top:0px;
	width:279px;
	height:285px;
	background: url('images/polaroid.jpg') no-repeat;
}

#header-img {
	position:absolute;
	left:279px;
	top:0px;
	width:478px;
	height:84px;
}

#subheader {
	position:absolute;
	left:279px;
	top:184px;
	width:60%;
	height:101px;
	margin: 3px 5px 0 35px;
}
	
		#subheader #search {
			float: left;
			width: 45%;
		}
		
		#subheader #cats {
			float: right;
			width: 45%;
		}

#sidebar {
	position:absolute;
	left:0px;
	top:285px;
	width:279px;
	margin: 10px 0 5px 3px;
}

#content {
	/*position:absolute;
	left:279px;
	top:285px;
	margin: 10px 20px 10px 35px;
	padding: 0;*/
	right:0;
	margin: 200px 20px 10px 300px;
	padding:0;
	z-index:0;
}

#footer {
	text-align: center;
	font-size:.7em;
	border: 1px solid #D4DBD3;
	width:100%;
	height:100%;
}

.post {
	border-top: 1px #E0D3CD dotted;
	padding: 7px 25px 1px 4px;
        text-decoration: none;
	width:800px;
}

.comments {
	margin: 0 0 5px 5%;
	padding-left: 8px;
	/*border-left: 3px #618788 solid;
	border-bottom: 1px #618788 solid; */
}

/* Text Styles */

h1, h2, h3 {
	font-weight: normal;
	color: #000099;
        text-decoration: none;
}

.post_head {
	margin-top:-19px;
        font-size: 18px;
	margin-left:0px;
        text-decoration: none;
}
.post_head a:link {
	margin-top:-19px;
        font-size: 18px;
	margin-left:0px;
        text-decoration: none;
}

ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none;
}


p {
	font-size: .8em;
}

a:link {
	color: #000099;
	text-decoration: none;
}

a:visited {
	color: #618788;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #6B6B6B;
	text-decoration: none;
	border-bottom: 1px #E0D3CD dashed;
}

.pagetitle {
	text-align:center;
	text-decoration:none;
}
/* End Typography & Colors */


	
.postmetadata {
	font-weight: bold;
}

/* End Postit Date */

/* Sidebar Styles 
#sidebar h3 {
	font-size: medium;
}

#sidebar ul, #sidebar ul ol {
	margin: 0 10px 10px 5px;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	font-size: medium;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Sidebar Styles */

#sidebar ul {
	list-style-type: ;
	margin: 0 5px 10px 0px;
	font-size: 12px;
}

#sidebar ul li h3 {
	font-size: 18px;
}

#sidebar ul li ul li {
	list-style-type: square;
}

/* Seriously hacked out code for cool boxes */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17.5em; /* ems so it will grow */
	background: url('images/sbbody-r.gif') no-repeat bottom right;
	font-size: 100%;
        text-decoration: none;
}

.boxhead {
	background: url('images/sbhead-r.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
        text-decoration: none;
}

.boxhead li {
	list-style-type: none;
        text-decoration: none;
}

.boxhead h3 {
	background: url('images/sbhead-l.gif') no-repeat top left;
	margin: 0;
	padding: 8px 30px 8px;
	font-weight: normal; 
	font-size: 1.2em; 
	line-height: .8em;
}

.boxbody {
	background: url('images/sbbody-l.gif') no-repeat bottom left;
	margin: 5;
	padding: 5px 5px 10px 5px;
        text-decoration: none;
}

.boxbody ul li{
	margin: 3;
	padding: 5px 5px 2px 5px;
        text-decoration: none;
}