body {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	background: rgb(244,241,230);
}

#main {margin-left:10px}

.site {
    background-color: transparent;
}

.site-branding{
	margin-right: 0px;
	padding-bottom: 0px;
	width: 100%;
}

.site-logo-link{
	max-width: 100%;
	max-height: auto;
	margin-bottom: 60px;
	float: left;
}

img.site-logo {
    width: 640px;
    max-height: 100%;
}

.header-image {
    margin-bottom: 8px;
}

article p, article span, article ul {
	color: #633;
	font-size: 14px;
}

blockquote {
		color: #633;
		font-size: 14px;
    font-style: normal;
    line-height: 1.5em;
}

a:link {
	color: #990001;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #990001;
	text-decoration: none;
}

a:hover {
	color: #990001;
	text-decoration: none;
}

h1, h2, h1 a, h2 a{
	font-weight: bold !important;
}

#content h1, #content h2 {
	font-family: verdana;
	font-weight: bold;
	font-size: 18px;
	border-bottom: solid 1px #990001;
	margin: 0 16px 10px 0;
	padding: 5px 5px 5px 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: strong;
	padding-bottom: 10px;
	margin: 10px 0 0;
}

form {
	margin: 0;
	padding: 0;
}

input,textarea {
	background-color: #ECE7D3;
	border: 1px solid #4B160A;
	font-size: 11px;
}

li {
	margin: 0;
	padding: 0;
}

#rap {
	padding: 0;
}

#header a {
	color: #f4f0e4;
}

.storytitle {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#meta li {
	display: inline;
}

.feedback {
	text-align: right;
	margin-bottom: 30px;
	border-bottom: solid 1px rgb(192,211,226);
	clear: both;
	padding: 0;
}


.credit {
	clear: both;
}

p.credit {
	text-align: center;
	margin: 0;
	padding: 10px 0 0;
}


/* COMMENTS */

#commentlist {
	clear: both;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px solid #efefef;
	padding: 2px;
}

#comment {
	width: 95%;
	padding: 5px;
}

#search{
	padding-top: 0px;
}

.comment-author, .comment-author a, .comment-author a:hover{
	text-transform: none;
	font-weight: bold;
	color: #222222;
}

.comment-metadata a:hover{
	color: #222222;
}

.nav-links a {
    font-weight: bold;
    color: #990001;
}

.nav-links a .post-title {
    color: #990002;
}

footer.entry-footer a:hover {
    color: #663332;
}

.nav-next a span.post-title, .nav-previous a span.post-title {
    text-transform: none !important;
    font-weight: normal;
    font-size: 13px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 330px;
}

.post-navigation a:active .post-title, .post-navigation a:focus .post-title, .post-navigation a:hover .post-title{
	color: #ff9933;
}

.nav-previous {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}

.nav-next {
    width: 50%;
    float: right;
    margin-bottom: 30px;
    text-align: right;
}

#text-14 .textwidget p a, button {
    background-color: #222222;
    padding: 6px 12px;
    border-radius: 4px;
}

.bypostauthor {
    display: list-item;
}


/*   SIDEBARS     */

.left-sidebar {
    color: #4b160a;
}

.right-sidebar{
	background: rgb(150, 0, 0);
	font-family: verdana;
	font-size: 14px;
	color: #FF9933;
	line-height: 1.5em;
	padding: 0px 20px 0px 20px;

}

.right-sidebar p{
	color: #fff;
}

.right-sidebar a {
	font-weight: bold;
	color: #ECE7D3;
	font-size: .9em;
}

.right-sidebar a:hover {
	color: #FF9933;
}

.right-sidebar h2.widget-title{
	font-size: 16px !important;font-family: Georgia, "Times New Roman", Times, serif !important;
	font-weight: normal !important;
	text-transform: none;
}

#secondary.sidebar ul {
	margin-top: 12px;
	margin-bottom: 24px;
}

.right-sidebar ul li, #secondary.sidebar ul li {
	list-style-type: none;
}

#secondary.sidebar ul li img {
	margin-bottom: 12px;
}

aside#recent-posts-4 ul li {
    list-style: disc;
		margin-bottom: 4px;
}

.widget_text .textwidget {
    margin-bottom: 0px !important;
}

aside {
    margin: 0px !important;
    padding: 0px !important;
}

.right-sidebar {
    padding-top: 24px;
}

h2.widget-title {
    border: none !important;
}

aside#archives-3 {}

.right-sidebar {
    padding-bottom: 20px;
}

#freshly_pressed-3 {
    padding-top: 20px !important;
}

#archives-3 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

aside .textwidget p {
    margin-bottom: 0px !important;
}

#search{
	padding-top: 0px;
}

/*     POLLS        */

.wp-polls {
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #cccccc;
    padding: 30px 20px 10px 20px;
		max-width: 84%;
		margin: 0 auto 24px auto;
}

.wp-polls .Buttons {
    font-size: 12px;
    background-color: #990001;
    border: none;
    border-radius: 4px;
}

.wp-polls .Buttons:hover {
    background-color: #222222;
}


/* Archive and Other Pages */

.page-id-114527 .date, .page-id-345806 .date, .page-id-350630 .date, .page-id-350640 .date, .page-id-350689 .date  {
    font-size: 12px !important;
    opacity: .9;
}

.page-id-114527 header.entry-header .date, .page-id-345806 header.entry-header .date, .page-id-350630 header.entry-header .date, .page-id-350640 header.entry-header .date, .page-id-350689 header.entry-header .date {
    display:  none;
}

.page-id-114527 footer.entry-footer, .page-id-345806 footer.entry-footer, .page-id-350630 footer.entry-footer, .page-id-350640 footer.entry-footer, .page-id-350689 footer.entry-footer  {
    display: none;
}

#post-345806 h1.entry-title, #post-350630 h1.entry-title, #post-350640 h1.entry-title, #post-350689 h1.entry-title {
    font-size: 24px;
}


/* Other */

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 10px;
}

.wp-caption img {
	border: 0 none;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
}

.sticky {
	border: 1px solid rgb(112,147,184);
	margin-bottom: 10px;
	padding: 10px;
}

.sticky h2 {
	border-right: 0;
}

.entry-title {
	color: #4B160A;
	font-size: 18px;
}

.entry-title a {
	color: #990000;
}

.entry-title a:hover {
	color: #FF9933;
}

li.feed-links,li.meta-links,li#linkcat-2200 {
	list-style-type: none;
}

blockquote {
	border-left: none;
}

.right-sidebar h3, .left-sidebar h3 {
    font-size: 16px;
}

.widget {
    border-top: none;
}

blockquote {
    font-size: inherit;
}


/* COMMENTS */

ol.comment-list{
	list-style: decimal;
}


/* FOOTER */

#infinite-footer{
	display: none !important;
}


/* MEDIA QUERIES */
/*--------------------------------------------------------------
## x >= 1056px
--------------------------------------------------------------*/

@media screen and (min-width: 1056px) {
	/* Content */
	.site {
		max-width: 1140px;
	}
	
	.has-double-sidebar .content-area,
	.has-double-sidebar .widget-area {
		width: 500px;
	}
	.has-double-sidebar.has-right-left-sidebar .widget-area {
		width: 100%;
	}
	.has-right-left-sidebar .site-content {
		position: relative;
	}
	.has-right-left-sidebar .content-area {
		float: none;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 1;
	}
	.has-right-left-sidebar .widget-area {
		position: absolute;
		top: 24px;
		width: 100%;
	}
.has-double-sidebar .left-sidebar,
	.right-sidebar-2 {
		float: right;
	}
	.has-double-sidebar .right-sidebar,
	.left-sidebar-2 {
		float: left;
	}
	.has-double-sidebar .left-sidebar,
	.has-double-sidebar .right-sidebar,
	.left-sidebar-2,
	.right-sidebar-2 {
		width: 180px;
	}
}

/*--------------------------------------------------------------
## x >= 1250px
--------------------------------------------------------------*/
@media screen and (min-width: 1250px) {
	/* Content */
	.site {
		max-width: 1220px;
	}

	.has-double-sidebar .content-area,
	.has-double-sidebar .widget-area {
		width: 640px;
	}
	.has-double-sidebar.has-right-left-sidebar .widget-area {
		width: 100%;
	}
	.has-right-left-sidebar .site-content {
		position: relative;
	}
	.has-right-left-sidebar .content-area {
		float: none;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 1;
	}
	.has-right-left-sidebar .widget-area {
		position: absolute;
		top: 20px;
		width: 100%;
	}
	.has-double-sidebar .left-sidebar,
	.right-sidebar-2 {
		float: right;
	}
	.has-double-sidebar .right-sidebar,
	.left-sidebar-2 {
		float: left;
	}
	.has-double-sidebar .left-sidebar,
	.has-double-sidebar .right-sidebar,
	.left-sidebar-2,
	.right-sidebar-2 {
		width: 200px;
	}
}
	
/*--------------------------------------------------------------
## x >= 1340px
--------------------------------------------------------------*/
	@media screen and (min-width: 1340px) {
	.site {
		max-width: 1340px;
	}

	.has-double-sidebar .content-area,
	.has-double-sidebar .widget-area {
		width: 650px;
	}
	
	.has-double-sidebar .left-sidebar,
	.has-double-sidebar .right-sidebar,
	.left-sidebar-2,
	.right-sidebar-2 {
		width: 240px;
	}
}