/*  
Theme Name: Accurate
Theme URI: http://www.chrishajer.com
Version: 2
Description: 2 column customizable theme 
Theme Author: Chris Hajer
*/

* {
	margin:0; padding: 0; border: 0;
	font:1em 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
}

/* ---------------------------------
- GENERIC (APPLIES SITE WIDE)      -
--------------------------------- */

body {
	font-size:0.625em;
	_font-size:10px;
	text-align:center;
	background: url( images/bg_body.gif ) repeat-x top #eef;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1.7em;
	font-weight:normal;
}

a {
	color:#333;
	text-decoration:none;
	border-bottom:1px dotted #aaa;
}

a:hover {
	border:none;
	color:#68f;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

.skipnav {
	position:absolute;
	top:-999px; left:-999px;
}

.i_left {
	float:left;
	margin:0 8px 8px 0;
	padding:4px;
	border:1px solid #eef;
}

.i_right {
	float:right;
	margin:0 0 8px 8px;
	padding:4px;
	border:1px solid #eef;
}

.imgright {
        float:right;
}

# Chris Hajer for images

.right { float: right; }
.left { float: left; }
img.right { padding: 0 0 4px 4px; margin: 0 0 2px 7px; display: inline; }
img.left { padding: 0 4px 80px 0; margin: 0 7px 2px 0; display: inline; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
p img { padding: 0; max-width: 100%; }

/* ------
- FORMS -
------ */

input, textarea {
	background:#fff;
	border:1px solid #999;
	border-color:#999 #eef #eef #999;	
	padding:2px;
}

input:focus, textarea:focus, .passwordPost label input:focus {
	background:#ffc;
}

#sidebar input, #sidebar textarea {
	width:110px;
}

.button, .passwordPost input {
	background:#024;
	border-color:#357 #002 #002 #357;
	color:#fff;
	padding:0; margin:0;
}

.passwordPost label input {
	background:#fff;
	border:1px solid #999;
	border-color:#999 #eef #eef #999;
	padding:2px;
}

input:hover, textarea:hover {
	background:#ffc;
	cursor:text;
}

.button:hover, .passwordPost input:hover {
	background:#246;
	cursor:pointer;
}

.passwordPost label input:hover {
	background:#ffc;
	cursor:text;
}

label:hover {
	cursor:pointer;
	color:#68f;
}

/* -------------
- PAGE LAYOUT -
------------- */

#wrapper {
        width: 960px;
	margin:10px auto;
	padding:0;
	overflow:hidden;
	background:url(images/bg_slice.jpg) repeat-x #fff;
	border:5px solid #dde;
	text-align:left;
}

/* -------
- HEADER -
------- */

#header {
	display:block;
	height:140px;  /* was 115 plus 25 margin-top */
	color:#fff;
	position:relative;
	margin:0 auto;
	text-align:right;
	border-bottom:5px solid #fc0;
}

#header .sitename {
        font-size:2.2em;
        padding-top: 25px;
        padding-right: 5px; 
        margin-bottom: -10px;
}

#header .sitecaption {
        padding-right:5px;
        font-size: 1.3em;
}

/* -----------
- NAVIGATION -
----------- */

ul#nav {
        white-space: nowrap;
	position:absolute;
	bottom:0; left:0;
/* IE FIX	_bottom:-1px; */
	margin:0 0 0 16px;
	list-style-type:none;
}

ul#nav li {
	float:left;
	margin:0 0.5em 0 0;
}

ul#nav li a {
	padding:1em 1.2em;
	border:none;
	color:#fff;
	background:#024;
	border:1px solid #fff;
	border-bottom:none;
	border-color:#357 #002 #002 #357;
	display:block;
	_width:1em;
}

ul#nav li a:hover {
	background:#246;
	text-decoration:none;
}

ul#nav .current_page_item a,
ul#nav .current_page_item a:hover {
	color:#333;
	background:#fc0;
	text-decoration:none;
	border-color:#ff3 #da0 #da0 #ff3;
}

/* -------------
- MAIN CONTENT -
------------- */

#content {
        width:65%;
/*	width:460px; */
	float:left;
	font-size:1.2em;
	overflow:hidden;
	border-left:12px solid #fff;
	border-bottom:20px solid #fff;
        padding: 0 20px 0 8px;
}

#content p, #content li {
	color:#666;
}

#content p {
	margin:12px 0;
	line-height:1.5em;
}

#content h2 {
	font-size:1.6em;
	margin:24px 0 4px 0;
}

#content h2 em {
	font-size:0.7em;
	margin:0 0 0 1em;
	color:#aaa;
 	font-style:normal;
}

#content h2 a {
	color:#333;
	border:none;
}

#content h2 a:hover {
	color:#68f;
}

#content h3 {
	font-size:1.4em;
	color:#aaa;
}

#content h4, #content h5, #content h6 {
	font-size:1.2em;
}

#content h3 a {
	color:#aaa;
}

#content ol, #content ul, #content dl {
	padding:0 0 0 40px;
	margin:12px 0;
}
#content ul li {
        margin-bottom: 6px;
}

#content dt {
	font-weight:bold;
}

#content blockquote {
	margin:20px;
	padding:1px 20px;
	background:#eee;
}

#content pre {
	background:#eee;
	padding:20px;
}

.widgets {
	clear:both;
	background:#eef;
	padding:8px 4px !important;
	list-style-type:none;
	overflow:hidden;
	border-left: 4px solid #fc0;
	margin:0 !important;
	_height:1%;
}

.widgets a {
	color:#999;
	border:none;
}

.widgets .read {
	padding-left:16px;
	background: url( images/post_read.gif ) no-repeat left center;
}

.widgets .comments {
	padding-left:16px;
	background: url( images/post_comment.gif ) no-repeat left center;
}

.widgets a:hover {
	color:#68f;
}

.widgets li {
	float:left;
	padding:0 6px;
	border-right:1px solid #ccc;
	color:#ddd;
}

#post_information {
	clear:both;
	margin:0 !important;
	display:block;
	padding:4px !important;
	background:#eee;
	overflow:hidden;
	color:#999;
	border-bottom:4px solid #fff;
	_height:1%;
}

#post_information a {
	color:#999;
}

#post_information li {
	display:inline;
	float:left;
	padding:0 4px;
}
#comments {
	clear:both;
	background:#eef;
	padding:15px;
}

#comments h2 {
	margin:0;
}

#comments dl {
	margin:0; padding:0;
}

#comments dt {
	padding:8px 0 0 0;
	font-size:1.2em;
	border-top:1px dotted #aaa;	
	color:#333;
}

#comments dt.highlighted {
	padding:8px;
	background:#fc0;
	border:4px solid #fff;
}

#comments dd.highlighted {
	background:#fff;
	padding:2px 8px;
}

#comments h3, #postComment h3 {
	padding:0; margin:0 0 15px 0;
}

#postComment {
	background:#ddd;
	padding:15px;
}

#postComment label {
	width:120px;
	display:block;
	float:left;
	clear:both;
	margin:5px 0 0 0;
}

#postComment input, #postComment textarea {
	margin:5px 0 0 0;
	width:420px;
}

#postComment textarea {
	height:160px;
}

#postComment .button {
	padding:5px;
	clear:both;
	width:100px;
	margin:10px 0 0 0;
}

/* --------
- SIDEBAR -
-------- */

#sidebar {
	width:200px; /* was 230 */
	float:right;
	color:#99f;
	line-height:1.5em;
	margin:0 0 16px 0;
	overflow:hidden;
	border-right:12px solid #fff;
}

#sidebar h2 {
	clear:both;
	padding:16px 0 4px 0;
	font-size:1.4em;
}

#sidebar .col {
	width:110px;
	float:left;
}

#sidebar a {
	display:block; 
	padding:3px;
	border:none;
	color:#888;
}

#sidebar a:hover {
	color:#68f;
}

#sidebar p {
	font-size:1.2em;
	margin:6px 0;
}

#sidebar ul ul {
	list-style-type:none;
	
}

#sidebar #blogroll {
	list-style-type:none;
	margin:0; padding:0;
}

#sidebar #blogroll li {
	border-color:#fff;
	margin:0 0 0 0;
}

#sidebar #blogroll ul li {
	list-style-type:disc;
	border-bottom:1px dotted #ddd;
}

#sidebar #about * {
	color:#666;
}

#sidebar #about {
	border:5px solid #eef;
	padding:10px;
	color:#666;
}

#sidebar #about h2 {
	padding:0; margin:0;
}

#sidebar #about a {
	display:inline;
	color:#68f;
	text-decoration:underline;
}

#sidebar form .button {
	width:60px;
        padding-left: 5px;
}

#sidebar ul {
	margin:0 0 0 16px;
}

#sidebar #search {
	border:none;
	padding-top:15px; 
	background:#fc0;
}

#sidebar #search p {
	font-size:1em;
	margin:0; padding:0;
}

#sidebar #subpages {
	list-style-type:none;
	margin:16px 0 0 0;
	border:5px solid #eef;
}

#sidebar #subpages a {
	display:block;
	font-size:1.2em;
	padding:8px;
}

#sidebar #subpages h2 {
	padding:8px; margin:0;
	color:#666;
	background:#fc0;
}

#search label {
	color:#333;
	margin:0 5px 0 0;
}


/* -------
- FOOTER -
------- */

#footer {
        font-size:1.2em;
        text-align: center;
	display:block;
	padding:16px 0 32px 8px;
	border-top:5px solid #fc0;
	color:#fff;
	overflow:hidden;
	clear:both;
	background:#024;
	_height:1%;
}


#footer a {
	color:#fff;
	border-color:#999;
}

/* BLACK & WHITE */

.white #footer, .white .widgets, .white #header {
	border-color:#fff;
}

.white ul#nav li.current_page_item a,
.white ul#nav li.current_page_item a:hover {
	background:#fff;
	border-color:#fff;
}

.white #sidebar #search, .white #wp-calendar caption, .white #comments dt.highlighted,
.white #sidebar #subpages h2, .white #wp-calendar #today {
	background:#fff;
}
