body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: #333333;
	text-align:center;
	margin: 0;
	padding: 0;
}

/* layout */
#page {
	border: 0px;
	margin: 0 auto;
	width: 800px;
	text-align: left;
	}

#header {
	height: 185px;
	background: #A7C8F3 url('images/philistine_banner_wp.jpg') no-repeat bottom center;
	text-align: left;
}

#imghdr {
	height: 150px;
	text-align: left;
}

#nav {
	margin: 0px auto 0px 200px;
	padding: 10px 0px;
	height: 15px;
	text-align: center;
	width: 250px;
	background-color: #ffffff;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
}

/* New tabbed nav buttons */
#navLeft {
	margin: 0px auto 0px 220px;
	float: left;
	padding: 10px 0px;
	height: 15px;
	text-align: center;
	width: 80px;
	background-color: #ffffff;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-transition-property: background-color, color, -webkit-border-top-left, -webkit-border-bottom-left;
	-webkit-transition-duration: .5s;
	-webkit-transition-timing-function: ease-in;
}

#navMiddle, #navRight {
	margin: 0px auto 0px 3px;
	float: left;	
	padding: 10px 0px;
	height: 15px;
	text-align: center;
	width: 80px;
	background-color: #ffffff;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-transition-property: background-color, color, -webkit-border-top-left, -webkit-border-bottom-left;
	-webkit-transition-duration: .5s;
	-webkit-transition-timing-function: ease-in;
}

#navLeft:hover, #navMiddle:hover, #navRight:hover {
	background-color: #603311;
	-moz-border-radius-topleft: 0em;
	-moz-border-radius-bottomleft: 1em;
	-webkit-border-top-left-radius: 0em;
	-webkit-border-bottom-left-radius: 1em;
	-webkit-transition-timing-function: ease-out;
}
#navLeft:hover a, #navMiddle:hover a, #navRight:hover a {
	color: #ffffff;
	-webkit-transition-timing-function: ease-out;
}
/* end of the new nav buttons */

#header,
#imghdr,
#content {
	width: 800px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#sidebar {
	width: 165px;
	padding: 0px;
	margin: 10px 0px 0px 35px;
	float: left;
}

#footer {
	width: 800px;
	padding: 20px 0px;
	float: left;
	text-align: center;
}

#posts,
#tags {
	width: 600px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	float: left;
}

.post {
	margin-bottom: 35px;
}
	

.section {
	padding: 0px;
	margin: 0px;
	}
	
.navigation {
	height: 15px;
}
	
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* typography */
p { 
	text-align: justify;
}

h2 {
	font-size: 15px;
	color: #603311;
}

h3 {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
	
.navItem {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .2em;
}

.post_trailer {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}

.eachComment {
	border-bottom: 1px #333333 dotted;
	padding: 0px;
	margin: 0px 0px 25px 0px;
}

#sidebar a {
	color: #A7C8F3;
	text-decoration: none;
}

#sidebar a:hover {
	color: #ff6600;
/*	text-decoration: underline; */
}

.commentlist a {
	color: #ff6600;
}

.commentlist a:visited {
	color: #ff6600;
}

.commentlist a:hover {
	color: #A7C8F3;
}

#footer a {
	color: #ff6600;
	text-decoration: none;
}

#footer a:hover {
	color: #603311;
	text-decoration: underline;
}

#tags,
#posts
a {
	color: #ff6600;
	text-decoration: none;
}

#tags,
#posts
a:hover {
	color: #603311;
	text-decoration: underline;
}

.navItem a { 
	color: #ff6600;
	text-decoration: none;
}
/*
.navItem a:hover {
	color: #603311;
}
*/
.sidebar_title {
	border-bottom: 1px dotted #333333;
	font-weight: bold;
	color: #333333;
	letter-spacing: .2em;
	}

.orange {
	color: #FF6600;
}

.gray {
	color: #333333;
}

.italic {
	font-style: italic;
}

ul.sidebar_list {
	list-style-type: none;
	padding: 0px 0px 7px 0px;
	margin-left: 0;
	}	
li.sidebar_listItem {
	font-size: small;
	color: #333333;
	}
	
img {
	border: 0px;
}

.button {
	border: 2px dashed #ff6600;
	width:  161px;
	-webkit-transition-property: border;
	-webkit-transition-duration: .5s;
	-webkit-transition-timing-function: ease-in;
}

.button:hover {
	border: 2px dotted #A7C8F3;
	-webkit-transition-timing-function: ease-out;
}
