/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	color: #6d6e72;
	background-color: #fff;
	font-size: 12px;
}

blockquote, h3, p {
	padding-right: 10px;
	padding-left: 0px;
	font-size: 1em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 {
	margin: 0 0 0 0;
	padding: 0;
	font-weight: normal;
}

h1, h2 {
	font-family: Helvetica, sans-serif;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 20px;
	font-style: italic;
}

h3 {
	font-size: 24px;
	font-family: Georgia;
	line-height: 1em;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

.portfolio_single {
	font: 11px Helvetica, sans-serif;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #839047;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 23px Georgia;
}

#nav a {
	font-size: 24px;
font-weight: normal;
color: #000000;
}
#nav a.nav_active {
	color: #839047;
}
/*
#content a {
	font-size: 12px;
	font-style: italic;	
	color: #FFD700;
}
*/

h3.entry-title a {
font: 18px Georgia;
	font-style: italic;
color: #839047;

padding:0px;
margin: 0px;
}

.entry-id {
font: 18px 'Helvetica Neue', Helvetica, sans-serif;;
font-weight: bolder;
color: #808080;
line-height: 0.3em;
margin: 0px;
background-color: #fff;
padding-left: 4px;
}

#site-name a {

}


/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 660px;
}


#head {
	background: #FFF url(/img/header.png) no-repeat;
	width: 100%;
	height: 220px;
	margin-top: 0px;
}


.button {
	margin-left: 600px;
	padding-top: 60px;
	}

#nav {
	font-family: Georgia;
	font-style: italic;
	letter-spacing: 0px;
	margin: 0;
	padding-top: 16px;
	padding-bottom: 30px;	
}

#nav ul {
margin-left: 0;
padding-left: 0;
display: inline;
}

#nav ul li {
border-left: none;
list-style: none;
display: inline;
padding-left: 16px;
padding-right: 8px;
}

#nav ul li.first {
border-left: none;
list-style: none;
display: inline;
padding-left: 0;
}

.article {
	margin-bottom: 50px;
	}

#single {
	margin: 0;
	margin-top: 0;
	border: none;
	padding: 0;
}

#single p {
	padding: 0;
	margin: 0;
}

#listing {
	float: left;
	width: 200px;
	border: none;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#content {
	margin: 0;
	padding: 0;
	width: 460px;
	float: left;
}

#content td {
	padding-right: 20px;
	padding-bottom: 20px;
}

#right {
	float: right;
	width: 200px;
	}

#foot {
	margin-top: 80px;
	clear: both;
	text-align: left;
	font: 11px Helvetica, sans-serif;
	padding: 20px;
}

.entry-meta {
margin-bottom: 18px;
}

.entry-title {
padding-top:0px; 
margin-top:0px;
padding-bottom: 10px;
}


/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */
/*
#container {
\width: 480px;
width: 480px;
}
*/
/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;

}

.caps {
	font-size: 0.9em;
	letter-spacing: 7px;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.published {
	font-size: 1em;
color: #808080;
padding-bottom: 22px;
}

p.tags {
	padding-top: 20px;
	}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help a{
	margin: 2px 0 15px 0;
	font-size: 1em;
}

label {
font-size: 1em;

}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}