/* Structure
----------------------------------------------- */
#wp-wrapper{
	margin: 0;
	padding: 0;
}

#wp-header{
	padding: 0;
}

.post,
#comments{
	border: solid 1px #ddd;
	border-radius: 2px;
	padding: 2% 2% 0 2%;
}

.home .post{
	width: 41%;
	margin-right: 4%;
	float: left;
}

.single .post,
#comments{
	width: 88%;
}

.entry-utility{
	border-top: solid 1px #ddd;
	border-radius: 1px 1px 0px 0px;
	background-color: #f9f9f9;
	color: #999;
	width: 100%;
}

.home .entry-utility{
	margin-left: -4%;
	padding: 4%;
}

.single .entry-utility,
.archive .entry-utility{
	margin-left: -2%;
	padding: 2%;
}

.article-info-surround{
	color: #999;
}

#nav-above,
#nav-below{
	width: 92%;
	border: none;
	padding: 0;
}

#nav-below{
	margin-bottom: 2em;
}

#comments{
	padding-bottom: 2%;
}

#respond{
	border-top: dotted 1px #999;
	margin-top: 1em;
	padding-top: 2em;
}

#site-description,
#wp-footer{
	display: none;
}

.moduletablewp-sidebar,
.moduletable_links-heading,
.moduletable_links{
	margin-left: 9.032258064516129%; /* 28 / 310 */
}

.moduletable_links{
	margin-bottom: 2em;
}



/* Paragraphs and Headlines
----------------------------------------------- */
#content #wp-branding h1{
	margin-bottom: 0;
}

#content h1.entry-title,
h2.widget-title,
h3#comments-title,
h3#reply-title,
.moduletable_links-heading h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: normal;
	color: #847666;
	margin-bottom: 1em;
}

h2.widget-title,
.moduletable_links-heading h2{
	margin-bottom: .25em;
}

.moduletable_links h3{
	font-weight: normal;
	color: #847666;
	margin-bottom: .5em;
}

p.comment-form-url,
p.form-allowed-tags{
	display: none;
}



/* Lists
----------------------------------------------- */
#content .commentlist li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.moduletablewp-sidebar li,
.moduletable_links li{
	list-style-type: none;
}

.moduletablewp-sidebar li.widget-container{
	margin-bottom: 2em;
}

.moduletablewp-sidebar .module-content li,
.moduletable_links li{
	line-height: 1.5em;
	text-indent: -1em;
	margin: 0 0 .5em 1em;
}



/* Links
----------------------------------------------- */
h1#site-title span a{
	font-size: 100%;
	color: #847666;
}

div#site-title span a{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 330%;
	color: #847666;
}

#content h2.entry-title a{
	color: #847666;
	text-decoration: none;
}

.moduletablewp-sidebar a,
.moduletable_links a{
	color: #f25938;
	text-decoration: none;
}

.moduletablewp-sidebar a:hover,
.moduletable_links a:hover{
	text-decoration: underline;
}



/* Forms
----------------------------------------------- */
.sml_emailinput{
	margin-top: 10px;
}

.sml_submitbtn{
	background-color: #fff;
	border: solid 1px #999;
	border-radius: 4px;
	margin-top: 10px;
	padding: 1px 6px;
	cursor: pointer;
}

#commentform fieldset{
	border: none;
}

#respond input,
#respond textarea{
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	padding: 4px;
	margin-bottom: 9px;
	font-size: 13px;
	color: #555;
	background-color: #f9f9f9;
	border: solid 1px #ccc;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#respond input{
	height: 18px;
	line-height: 18px;
}

#respond input#submit{
	background: #e72b15; /* Old browsers */
	background: -moz-linear-gradient(top,  #f36443 0%, #e72b15 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f36443), color-stop(100%,#e72b15)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f36443 0%,#e72b15 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f36443 0%,#e72b15 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f36443 0%,#e72b15 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f36443 0%,#e72b15 100%); /* W3C */

	color: #fff;
	height: auto;
	line-height: normal;
	border: none;	
	padding: 1em 2em;
}