/*
Theme Name: The War Room
Theme URI: http://thewarroom.com
Author: Carolus
Author URI: http://planetchunk.com/
Description: Hand-tailored blog for Tom Nichols, featuring the War Room from Dr. Strangelove sans love for the bomb.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Clean, polished, and professional.
Text Domain: thewarroom
*/

/* Reset=http://meyerweb.com/eric/tools/css/reset/index.html */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
 	vertical-align: baseline;
}

/* disable borders in Chrome & Firefox */
:focus, input:focus, select:focus, textarea:focus {
	outline: none;
}

/* =Global */
body, input, textarea {
	color:#000;
	font:16px Georgia,Garamond,Times,serif;
	font-weight: 300;
	line-height:22px;
}
body {
	padding:0 0 36px 0;
background: rgb(204,204,204);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjMzMzMzMzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOSUiIHN0b3AtY29sb3I9IiM2NjY2NjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMiUiIHN0b3AtY29sb3I9IiM5OTk5OTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzMyUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(34,34,34) 0%, rgb(51,51,51) 3%, rgb(102,102,102) 9%, rgb(153,153,153) 12%, rgb(204,204,204) 33%, rgb(255,255,255) 66%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(34,34,34)), color-stop(3%,rgb(51,51,51)), color-stop(9%,rgb(102,102,102)), color-stop(12%,rgb(153,153,153)), color-stop(33%,rgb(204,204,204)), color-stop(66%,rgb(255,255,255)));
background: -webkit-linear-gradient(top,  rgb(34,34,34) 0%,rgb(51,51,51) 3%,rgb(102,102,102) 9%,rgb(153,153,153) 12%,rgb(204,204,204) 33%,rgb(255,255,255) 66%);
background: -o-linear-gradient(top,  rgb(34,34,34) 0%,rgb(51,51,51) 3%,rgb(102,102,102) 9%,rgb(153,153,153) 12%,rgb(204,204,204) 33%,rgb(255,255,255) 66%);
background: -ms-linear-gradient(top,  rgb(34,34,34) 0%,rgb(51,51,51) 3%,rgb(102,102,102) 9%,rgb(153,153,153) 12%,rgb(204,204,204) 33%,rgb(255,255,255) 66%);
background: linear-gradient(to bottom,  rgb(34,34,34) 0%,rgb(51,51,51) 3%,rgb(102,102,102) 9%,rgb(153,153,153) 12%,rgb(204,204,204) 33%,rgb(255,255,255) 66%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#ffffff',GradientType=0 );

}

#page {
	background:#fff;
	margin:12px auto;
	width:1042px;
	border:1px solid #444;
	padding:0;
	-moz-border-radius:0 0 2px 2px;
	border-radius:0 0 2px 2px;
}

ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* =Structure */
#branding hgroup {
	margin:0;
}
#access div {
	margin:6px 12px;
}
#primary {
	float: left;
	margin:0 0 0 21px;
	width:640px;
}
#content {
	margin:0;
	width:640px;
}
#secondary {
	float:right;
	margin:0 21px 0 0;
	width:300px;
}

/* Singular */
.singular #primary {
	margin:0 0 0 21px;
}
.singular #content,
.left-sidebar.singular #content {
	margin:0;
	position: relative;
	width:640px;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin:0;
	width:640px;
}

.singular .image-attachment .entry-header {
	width:964px;
}

.entry-header {
	display:inline-block;
	text-align:left;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin:0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin:15px 0 15px 0;
	font-size:15px;
	line-height:21px;
}

.singular .image-attachment .entry-description div.sharedaddy .sd-content {
	margin:0 0 -21px 0;
}

.singular .image-attachment .entry-meta {
	padding-bottom:12px;
	margin:0;
}

.singular .image-attachment #nav-single {
	float: right;
	position: relative;
	top: .3em;
	text-align: right;
	z-index: 1;
}

/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
	margin:0;
	width: auto;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin:30px 0 0 39px;
	width:640px;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin:30px 0 0;
	width:300px;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right:15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left:15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone {
	clear: both;
	display: block;
}

/* Right Content */
.left-sidebar #primary {
	float:right !important;
	margin:0;
	width:640px;
}
.left-sidebar #content {
	margin:0;
	width:640px;
	float:right;
	text-align:left;
}
.left-sidebar #secondary {
	float:left;
	width:300px;
}

/* One column */
.one-column #page {
	max-width: 690px;
}
.one-column #content {
	margin: 0 7.6%;
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
.one-column #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}
/* Simplify the showcase template */
.one-column .page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0;
	width: 100%;
}
.one-column .page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
.one-column .page-template-showcase-php .other-recent-posts {
	border-bottom: 1px solid #ddd;
}
/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
.one-column article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
.one-column article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;
}
.one-column article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
.one-column article.feature-image.small .entry-summary a {
	left: -9%;
}
/* Remove the margin on singular articles */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
	width: 100%;
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}
.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
	right: 40px;
	top: 4em;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom:24px;
}

/* Text elements */
p {
	margin-bottom:15px;
}
ul, ol {
	margin: 0 0 12px 24px;
}

ul li, ol li {
	margin: 0 0 12px 12px;
	padding:0 0 0 6px;
}

ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 24px;
}
dt {
	font-weight:normal;
	text-align:center;
}
dd {
	margin-bottom:24px;
}
strong {
	font-weight:bold;
}
em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia,Garamond,Times,serif;
	font-style:normal;
	font-weight: normal;
	margin:12px 0 24px 0;
	background:#F1F1F1;
	border:1px solid #ccc;
	-moz-border-radius:2px;
	border-radius:2px;
	padding:18px 24px 6px 24px;
	overflow:hidden;
}
blockquote em, blockquote i {
	font-style: italic;
}
blockquote cite {
	color: #000;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color:#000099;
	text-decoration: none;
}
a:focus,
a:active {
	text-decoration:none;
}

a:hover {
	color:#000099;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration:none;
	top: 0;
	left: 7.6%;
}

/* =Header */
#branding {
	position: relative;
	z-index: 9999;
}
#site-title {
	margin:0;
	padding:0;
	text-shadow:2px 2px 2px rgba(0, 0, 0, 0.6);
}
#site-title a,
#site-title a:active {
	color: #000;
	font-size: 30px;
	font-weight:normal;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus {
	color: #990000;
}
#site-description {
	color: #000;
	font-size: 15px;
	margin: 0 0 30px 0;
	width:640px;
	font-weight:normal;
}
#branding img {
	height:334px;
	width:1042px;
}

.left-sidebar #site-title,
.left-sidebar #site-description {
	float:left;
	text-align:left;
	padding:0 0 0 330px;
}

.left-sidebar #branding #searchform,
.left-sidebar #branding #s {
	float:right;
	left:0;
}

/* =Menu */
#access {
	clear: both;
	display: block;
	float:right;
	width:342px;
	height:57px;
	margin:-57px 0 0;
}
#access ul {
	font-size:15px;
	list-style: none;
	margin:0;
	padding-left:0;
}
#access li {
	float:right;
	position: relative;
	margin:0;
}

#access ul li {
	padding:0 3px;
}

#access a {
	color:#FFF;
	display: block;
	line-height:24px;
	padding:3px 6px;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #F1F1F1;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #F1F1F1; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#F1F1F1, #e5e5e5);
	background: -o-linear-gradient(#F1F1F1, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F1F1F1), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#F1F1F1, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight:normal;
}

/* =Content */
#main {
	clear: both;
	padding:30px 0 0;
}

.page-title, .page-title a, .page-title a:hover {
	color: #666;
	font-size:27px;
	font-weight:300;
	letter-spacing: 0.15em;
	line-height:33px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
	background-color:#fff !important;
	text-align:left;
}
.hentry,
.no-results,
.singular .hentry {
	background:url("images/border.png") repeat-x scroll center bottom #FFFFFF;
	margin:0 0 18px 0;
	padding:0 0 30px 0 !important;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
h1.subtitle {
	font-size:21px;
	line-height:24px;
	padding:0 0 3px 0;
	font-weight:normal;
}
.entry-title,
.entry-header .entry-meta {
}
.entry-title {
	clear:both;
	color:#000;
	font-size:24px;
	font-weight:normal;
	line-height:30px;
}
.entry-title,
.entry-title a {
	color: #000;
	text-decoration: none;
}
.entry-title a:focus,
.entry-title a:active {
	color: #000;
}

.entry-title a:hover {
	color: #fff;
	background-color:#000099;
}
.entry-meta {
	color:#000;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	text-align:left;
}
.entry-meta a {
	font-weight:normal;
	color:#000099;
}
.entry-meta a:hover {
	color:#fff;
	background-color:#000099;
}
a.more-link:hover {
	background-color:#990000;
	color:#fff;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding:9px 0 0;
	text-align:left;
}

.entry-content a:hover {
	background-color:#000099;
	color:#fff;
}

.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight:normal;
	margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width:180px;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight:normal;
}
.page-link span {
	margin-right: 6px;
}

.entry-meta .edit-link {
	clear:both;
	display:inline;
	text-transform:uppercase;
	letter-spacing:.1em;
	font-style:normal;
	font-size: 12px;
	line-height:21px;
	margin:0;
	float: right;
}

#content .entry-meta .edit-link a,
#content .commentlist .edit-link a {
	background:#000099;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	border:1px solid #000099;
	padding: 0 3px;
	display:inline;
	text-transform:uppercase;
	letter-spacing:.1em;
	font-size: 12px;
	line-height:21px;
	margin:0 0 0 12px;
}

#content .entry-meta .edit-link a:hover,
#content .commentlist .edit-link a:hover {
	background-color:#fff !important;
	color:#990000 !important;
	border:1px solid #000099 !important;
}

.singular .entry-meta .edit-link a {
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width:100%;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
img.size-full,
img.size-large {
	max-width:100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom:3px;
}

img.alignnone {
	margin-bottom:15px;
}

p img {
	margin-top:3px;
}
.wp-caption {
	background:#F1F1F1;
	margin-bottom:10px;
	max-width: 100%;
	padding:9px 11px 0 9px;
	border:1px solid #AAA;
	-moz-border-radius:2px;
	border-radius:2px;
}
.wp-caption img {
	display: block;
	margin:0;
	max-width:100%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #000;
	font-family:Georgia,Garamond,Times,serif;
	font-size: 12px;
	line-height:18px;
	text-align:center;
}
.wp-caption .wp-caption-text {
	padding:9px 0 0 0;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	content: '';
}

.format-attachment .entry-meta {
	padding:24px 0 24px 0;
}

.single-attachment #content {
	width:988px;
}

img#wpstats {
	display:none;
}

/* Image borders */
img[class*="wp-image-"] {
	border: 1px solid #999;
	padding: 0 !important;
	-moz-border-radius:1px;
	border-radius:1px;
}

img[class*="align"] {
	border: 1px solid #999;
	padding: 6px !important;
	-moz-border-radius:1px;
	border-radius:1px;
}

a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {
	background: #eee;
	border-color: #AAA;
}

.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
	background: #fff;
	border-color:#999;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 15px;
	overflow: hidden;
}
.singular #author-info {
	background: #F1F1F1;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 24px;
	padding: 0 0 24px;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}

#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left:78px;
}
#author-description h2 {
	color:#000;
	font-size:18px;
	font-weight:normal;
	margin:0 0 12px;
}

/* Archive Template */
.archive .entry-header {
	margin:0 0 12px 0;
}
.archive .entry-summary {
	padding:0;
	margin:0 0 -12px 0;
}

.archive div.sharedaddy .sd-content {
	display:none;
}

/* Comments link */
.entry-header .comments-link a {
	color: #000099;
	font-size: 13px;
	font-weight: normal;
	line-height:28px;
	overflow: hidden;
	padding:0;
	position:absolute;
	top:.2em;
	right:0;
	text-align: center;
	text-decoration: none;
	width:41px;
	height:34px;
}

#content .entry-header .comments-link a:visited {
	color:#000;
}

#content .entry-header .comments-link a:hover,
#content .entry-header .comments-link a:focus,
#content .entry-header .comments-link a:active {
	background-color:#000099;
	color:#fff;
	rgba(0,0,0,0.1);
}

.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size:10px;
	font-weight: 500;
	letter-spacing:.25em;

	line-height:24px;
	position: absolute;
	text-transform: uppercase;
	top:-3px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	padding:0 0 12px 0;
	position:relative;
}
.singular.page .hentry {
	padding:0;
}
.singular .entry-title {
	color:#000;
	font-size:24px;
	font-weight:normal;
	line-height:30px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position:relative;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size:27px;
	line-height:39px;
	font-weight:normal;
	background:url(images/pinstripes.jpg) repeat!important;
}
blockquote.pull p {
	line-height:39px;
	margin:0;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	text-align:left;
	padding:12px;
	margin:0 0 3px 12px;
}
blockquote.pull.alignleft,
blockquote.pull.alignright {
	width: 33%;
}

blockquote.alignright.pull {
	width:60%;
	border:1px solid #ccc;
}

.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}

/* =Aside */
.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding:12px 0 0;
}

/* =Link */
.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding:12px 0 0;
}

.singular .format-link .entry-header .entry-meta {
	display:none;
}

.attachment-showthumb {
	padding:6px;
	border:1px solid #CCC;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.entry-content a:hover {
	background-color:#00099;
	color:#fff;
}


/* =Status */
.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}


/* =Image */
.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content div.sharedaddy .sd-content {
	margin:18px 0 -12px 0;
}

.indexed.format-image .entry-content p:first-child img {
	background: url(images/background.png);
	margin-bottom: 0;
	max-width:100%;
	padding:18px !important;
	border:1px solid #CCC;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.indexed.format-image .entry-content {
	padding-top:12px;
	max-width:622px;
}

#content .indexed.format-image .entry-attachment,
#content .indexed.format-image .attachment {
	border:3px solid #000;
}

.indexed.format-image .entry-content p {
	margin:18px 0 0;
}
.indexed.format-image .entry-content p:first-child,
.indexed.format-image .entry-content p:first-child a,
.indexed.format-image .entry-content p:first-child img {
	display: block;
	margin: 0;
}

.indexed.format-image .entry-content .wp-caption .wp-caption-text {
	margin:15px 18px 0 18px;
	padding:0;
	font-size:15px;
}
.indexed.format-image footer.entry-meta {
	overflow: hidden;
	max-width:100%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display:inline;
}
.indexed.format-image footer.entry-meta a {
	color:#000099;
}
.indexed.format-image footer.entry-meta a:hover {
	color:#fff;
}
#content .indexed.format-image img {
	border:1px solid #CCC;
	max-width:587px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:0;
}
.indexed.format-image .wp-caption {
	background: url(images/background.png);
	margin-bottom: 0;
	max-width:100%;
	padding:18px 0 18px 0;
	border:1px solid #CCC;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #000;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
}
.singular .format-image img[class*="align"] {
	background:url(images/background.png);
	border:1px solid #ddd;
	padding: 6px !important;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* Search Results */
.search .page-title {
	font-size:24px;
	text-transform:none;
	color:#000;
	letter-spacing:0;
	margin:0 0 12px 0;
}
.search .entry-title {
	font-size:21px;
	line-height:24px;
	display:block;
}
.search .entry-header {
	display:block;
}
.search .entry-title,
.search .entry-header .entry-meta {
	padding-right:0;
}

.search h1.subtitle { 
	font-size:18px;
	line-height:21px;
	padding:0;
}

.search .alignleft {
	margin:12px 15px 0 0;
}

.recent-pic { 
	margin:6px 9px 18px 0;
	border:1px solid #DDD;
	display:inline;
	float:left;
	padding:6px 6px 1px 6px;
}

.search .format-link img[class*="align"],
.search .format-link .search-pic { 
	display:none;
}


/* =Showcase */
h1.showcase-heading {
	color:#000;
	font-size:24px;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height:24px;
	text-transform: uppercase;
}

/* Intro */
article.intro {
	background:#FFF;
	border-bottom: none;
	margin:0;
	padding:0;
}
article.intro .entry-title {

}
article.intro .entry-content {
	color: #111;
	font-size: 16px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
	background: #777;
}

/* Featured post */
section.featured-post {
	float: left;
	margin:0;
	padding:0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color:#000;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
}


.featured-post div.sharedaddy,
.search div.sharedaddy {
	display:none;
}



/* Small featured post */
section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin:0;
	max-width:60%;
	position: relative;
	right:0;

width:312px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float:right;
	margin:0;
	width:640px;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color:#000;
	font-size:16px;
	line-height:24px;
}
article.feature-image.small .entry-summary p a {
	color:#990000;
	display:inline;
	padding:0;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background:#990000;
	color:#FFF;
}

/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255,255,255,0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	max-width: 117.9%;
	padding: 0 0 6px;
}

/* Featured Slider */
.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height:360px;
	margin:0;
	width:964px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left:0;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	margin:12px 0 0;
	position: absolute;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	-webkit-transition-duration:1000ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration:1000ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}

.featured-post .feature-image.small:after {
	top: 253px;
}
#content .feature-slider {
	top:6px;
	right:12px;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #000;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,255);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,255);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,255);
	display: block;
	width: 14px;
	height: 14px;
}
.feature-slider a.active {
	background: #DD0000;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,255);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,255);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,255);
	cursor: default;
	opacity: 1;
}

/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}

section.recent-posts .other-recent-posts li {
	padding:12px 0 0;
	position: relative;
	margin:0;
	text-align:left;
	line-height:24px;
	margin:0 0 6px 0;
}

section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size:21px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #000;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size:21px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
	background:#000099;
	color:#FFF;
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom:1px solid #999;
	bottom: -7px;
	color: #000;
	display: block;
	font-size:12px;
	font-weight: 500;
	line-height:24px;
	padding: 0 0 3px 0;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
	letter-spacing:.2em;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color:#FFF;
	background-color:#990000;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}

/* =Attachments */
.image-attachment div.attachment {
	background:#F1F1F1;
	border: 1px solid #ccc;
	-moz-border-radius:2px;
	border-radius:2px;
	margin:0;
	overflow: hidden;
	padding:18px;
	text-align: center;
	width:949px;
}
.image-attachment div.attachment img {
	display:inline-block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	border:1px solid #999 !important;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.image-attachment div.attachment a img {
	border-color: #666;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.single-attachment .image-attachment div.attachment a:hover {
	color:#FFF !important;
	background:transparent !important;
}

.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #DDD;
	background: #FFF !important;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.image-attachment .entry-caption p {
	font-size:12px;
	line-height:18px;
	margin:18px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	text-align:left;
}

/* =Navigation */
#content nav {
	clear:both;
	overflow:hidden;
	padding:0 0 30px 0;
	width:640px;
}
#content nav a {
	font-size: 12px;
	font-weight:normal;
	line-height:24px;
	color:#000099;
}

#content nav a:hover {
	background-color:#000099;
	color:#fff;
}

#nav-above {
	padding: 0 0 24px 0;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}
a:hover .meta-nav {
	background-color:#000099;
	color:#FFF;
}
.image-attachment #content nav {
	clear:both;
	overflow:hidden;
	padding:12px 0 24px 0;
	width:964px;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}
#nav-single .nav-previous {
	padding-right: .5em;
}

/* =Comments ----- */

#comments-title {
	color: #000;
	font-size:18px;
	font-weight:300;
	line-height:26px;
	padding:0 0 18px 0;
}
.nopassword,
.nocomments {
	color:#aaa;
	font-size:24px;
	font-weight:300;
	margin:24px 0 0 0;
	text-align:left;
}
.commentlist {
	list-style: none;
	margin:0;
	width:640px;
}
.commentlist p {
	margin-bottom:12px;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background:#F1F1F1;
	border: 1px solid #A9A9A9;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 12px 0;
	padding:24px 12px 12px 12px;
	position: relative;
}
.commentlist .pingback {
	margin:12px 0 12px 0;
	padding:12px 12px 3px 12px;
	background:#CCC;
	border:1px solid #999;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.commentlist .pingback a:hover {
	background:#FFF;
	color:#000099;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border: 1px solid #777;
	-moz-border-radius:3px;
	border-radius:3px;
	margin:12px 0 0;
	padding:12px;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
	margin:11px 0 -24px 0;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #000;
	font-size:15px;
	line-height:18px;
	padding:1px 0 21px 60px;
}
.commentlist .children li.comment .comment-meta {
	line-height:21px;
	margin:0;
}
.commentlist .children li.comment .comment-content {
	margin:-9px 0 0;
}
.comment-content {
	font-size:15px;
	line-height:21px;
	margin:-12px 0 0;
	text-align:left;
}
.comment-content blockquote {
	border:none;
	margin:0 0 0 24px;
}
.comment-awaiting-moderation {

	font-size:15px;
	letter-spacing:none;
	color:#000;
}
.comment-meta a {
	font-weight:normal;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #333;
	-moz-box-shadow: 0 1px 2px #333;
	box-shadow: 0 1px 2px #333;
	left:12px;
	padding:0;
	position: absolute;
	top:12px;
	height:48px;
	width:48px;
	border:1px solid #999;
}
.commentlist > li:before {
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left:12px;
	top:12px;
	padding: 0;
	height:48px;
	width:48px;
}
a.comment-reply-link {
	background:#fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#000;
	display: inline-block;
	font-size:11px;
	padding:1px 3px;
	text-decoration: none;
	border:1px solid #000;
	margin:0 0 12px 0;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background:#fff;
	color:#990000;
	border:1px solid #990000;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}
/* Post author highlighting */
.bypostauthor {
	background:#DDD;
	border-color:#666;
}

.commentlist > li.bypostauthor {
	background:#DDD;
	border-color:#666;
}

.bypostauthor .comment-content blockquote {
	border:1px solid #ccc;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:0 12px 12px 12px;
	background:#FFF;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #000;
	margin:0;
	font-size:15px;
	line-height:18px;
	padding:1px 0 21px 60px;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
}
/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background:#DDD;
	border-color:#777;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}
/* Comment Form */
#respond {
	background:#fff;
	border:none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:0 24px 36px 0;
	padding:0;
	position: relative;
	width:600px;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	border:1px solid #eee;
	position: relative;
	padding:9px;
	text-indent:0;
	color:#000;
	font-size:15px;
	line-height:18px;
	height:auto;
	margin:12px 0 18px 0;
}

#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
	margin:-12px 0 0;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background:transparent;
	color: #000;
	display: inline-block;
	font-size:12px;
	min-width:21px;
	padding:0 0 3px 0;
	position: relative;
	top:15px;
	left:1px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width:96%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
display:none;
}
#respond .logged-in-as {
	font-size:14px;
	line-height:21px;
}
#respond .comment-notes {
	display:none;
}
#respond p {
	margin:0;
	font-size: 12px;
}

#respond .form-submit {
	float: right;
	margin:0 0 10px;
}
#respond #cancel-comment-reply-link {
	color:#990000;
	text-decoration: none;
	padding:4px;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height:15px;
	letter-spacing:.1em;
	position: absolute;
	right:24px;
	text-decoration: none;
	text-transform: uppercase;
	top:18px;
	margin-left: 10px;
	border:1px solid #CCC;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#EEE;
}
#cancel-comment-reply-link {
}

#respond .logged-in-as a:hover {
	text-decoration:none;
}
#respond #cancel-comment-reply-link:hover {
	text-decoration:none;
	background:#DDD;
	color:#000099;
	padding:4px;
	border-color:#999;
}
.commentlist #respond {
	margin:15px 0 0;
	width: auto;
	padding:12px;
	border:1px solid #CCC;
	-moz-border-radius:3px;
	border-radius:3px;
}
#reply-title {
	color: #000;
	font-size:18px;
	font-weight:normal;
	line-height:21px;
	margin:6px 0 0;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height:auto;
	width:40%;
	margin:12px 0 0;
	text-indent:0;
}

p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

#respond input#submit {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: -moz-linear-gradient(#FFFFFF, #DDDDDD) repeat-x scroll 0 0 #DDDDDD;
	border-color: #DDDDDD #BBBBBB #999999;
	border-image: none;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	cursor: pointer;
	font: bold 12px/1.3 Arial,sans-serif;
	outline: 0 none;
	overflow: visible;
	padding: 3px 10px;
	text-shadow: 0 1px 1px white;
	width: auto;
	margin:12px;
}

#respond input#submit:hover {
	background-image: -moz-linear-gradient(#FFFFFF, #EEEEEE 1px, #CCCCCC);
}
#respond input#submit:active {
	background-image: -moz-linear-gradient(#FFFFFF, #DDDDDD 1px, #EEEEEE);
	border-color: #999999 #BBBBBB #DDDDDD;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
}
/* =Footer */
#colophon {
	clear: both;
	padding:24px 0 0;
	border-top:1px solid #CCC;
	background:#F1F1F1;
}
#supplementary {
	padding:0;
	overflow: hidden;
	margin:6px 21px 12px 21px;
	line-height:18px;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* Footer Widgets */
#first .widget-title,
#second .widget-title,
#third .widget-title {
	font-weight:bold;
	color:#000;
	text-transform:none;
	letter-spacing:0;
	text-align:left !important;
}

#first .widget img,
#second .widget img,
#third .widget img {
	padding:0 !important;
	float:left !important;
}

#first .widget a:hover img,
#second .widget a:hover img,
#third .widget a:hover img {
	background:#F5F5F5 !important;
}

/* Site Generator Line */
#site-generator {
	color: #000;
	font-size: 12px;
	line-height:24px;
	padding:30px 0 30px 0;
	text-align:left;
	margin:0 0 0 21px;
}

#site-generator a {
	color:#990000;
}

#site-generator a:hover {
	background-color:#990000;
	color:#fff;
}

/* =Widgets */
.widget-area {
	font-size: 12px;
}
.widget {
	clear:both;
	margin:0 0 42px 0;
}
.widget-title {
	color:#555;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height:15px;
	text-transform: uppercase;
	margin:0 0 6px 0;
	text-align:right;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
}
.widget ul li {
	color: #777;
	font-size:12px;
	line-height:18px;
	list-style:none;
	margin:0 0 6px 0;
}
.widget a {
	font-weight:normal;
	text-decoration: none;
	color:#000099;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration:none;
	color:#000099;
}

.widget a:hover img {
	background: transparent;
	border:none;
}

.widget img,
.search .widget img {
	vertical-align:baseline;
	border:none;
	padding:0 0 24px 0 !important;
	margin:0;
}

.search .widget img {
	float:right;
}

/* Widget Image */
.widget_image img {
	border: 0;
	padding: 0;
	height: auto;
	max-width: 100%;
}

/* Search Widget */
.widget_search form {
	margin:0 0 36px;
	float:right;
}
.widget_search .widget-title {
	text-align:right;
}
.widget_search #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width:108px;
}
.widget_search #searchsubmit {
	display: none;
}

.widget_search #s:focus {
	background-color: #F1F1F1;
	width: 196px;
}

.widget_search .only-search #searchform {
	top: 5px;
	z-index: 1;
}
.widget_search .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
.widget_search .only-search #s,
.widget_search .only-search #s:focus {
	width: 85%;
}
.widget_search .only-search #s:focus {
	background-color: #bbb;
}
.widget_search .with-image #searchform {
	top: auto;
	bottom: -37px;
	max-width:125px;
}
.widget_search .only-search + #access div {
	padding-right: 205px;
}

.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}


/* GTranslate Widget */
.GTranslate_widget {
	margin:0 0 36px 0;
	float:right;
}
.GTranslate_widget .widget img {
}
.GTranslate_widget .widget-title {
	margin:0 0 -15px 0;
}

/* Recent Comments Widget */
.widget_recent_comments {
	background:#F1F1F1;
	margin:0 0 36px 0;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:298px;
	border:1px solid #ccc;
	padding:12px 0 12px 0;
}

.widget_recent_comments .widget-title {
	margin:3px 0 9px 12px;
	text-align:left;
	font-size:15px;
	letter-spacing:.2em;
}

.widget_recent_comments li {
	text-align:left;
	padding:0 3px 6px 12px;
	margin:0;
}

.widget_recent_comments ul li {
	color:#000 !important;
	font-size:15px !important;
}

.widget_recent_comments a {
	color:#000099;
}
.widget_recent_comments a:hover {
	background-color:#000099;
	color:#fff;
}

/* Ephemera Widget */
.widget_thewarroom_ephemera {
	background:#F1F1F1;
	border:1px solid #ccc;
	padding:12px 6px 9px 12px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:282px !important;
}
.widget_thewarroom_ephemera .widget-title {
	font-size:21px;
	line-height:24px;
	text-align:left;
	font-weight:normal;
	letter-spacing:.2em;
	color:#000;
	margin:3px 0 6px 0;
	padding:3px 0 3px 0;
}
section.ephemera ol,
.widget_thewarroom_ephemera ol {
	list-style:none;
	margin:6px 0 0;
}

.widget_thewarroom_ephemera .widget-entry-title,
.widget_thewarroom_ephemera .widget-entry-title a {
	font-size: 15px;
	font-weight:normal;
	padding:0 0 3px 0;
	margin:0 0 6px 0;
	line-height:18px;
	text-align:left;
	color:#000099;
}
.widget_thewarroom_ephemera .widget-entry-title a:hover {
	background-color:#000099;
	color:#fff;
}
.widget_thewarroom_ephemera .comments-link a,
.widget_thewarroom_ephemera .comments-link > span {
	color: #666;
	letter-spacing:.15em;
	font-size: 12px;
	font-weight: 500;
	line-height:18px;
	text-transform: uppercase;
	display:block;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_thewarroom_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Recent Posts Widget */
.widget_recent_entries {
	background:#F1F1F1;
	width:298px;
	border:1px solid #ccc;
	padding:12px 0 9px 0;
	margin:0 0 36px 0;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.widget_recent_entries .widget-title {
	margin:3px 0 9px 12px;
	text-align:left;
	font-size:15px;
	letter-spacing:.3em;
}

.widget_recent_entries li {
	text-align:left;
	padding:0 3px 6px 12px;
	margin:0;
}
.widget_recent_entries a {
	color:#000099;
}
.widget_recent_entries a:hover {
	background-color:#000099;
	color:#fff;
}

.widget_recent_entries ul li {
	color:#000 !important;
	font-size:15px !important;
}

/* Categories Widget */
.widget_categories {
	float:right;
	padding:12px 0 12px 0;
	margin:0 0 36px 0;
}
.widget_categories .widget-title {
	margin:0 0 6px 12px;
	text-align:right;
	font-size:15px;
	letter-spacing:.3em;
}
.widget_categories li {
	text-align:right;
	padding:0 0 6px 12px;
	margin:0;
}
.widget_categories a {
	color:#000099;
}
.widget_categories a:hover {
	background-color:#000099;
	color:#fff;
}

.widget_categories ul li {
	color:#666 !important;
	font-size:15px !important;
	line-height:15px;
	margin:0;
}

/* Meta Widget */
.widget_meta {
	background-color:#F1F1F1;
	width:202px;
	border:1px solid #CCC;
	padding:12px 0 12px 0;
	margin:0 0 36px 0;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float:right;
}
.widget_meta .widget-title {
	margin:0 0 9px 12px;
	text-align:left;
	font-size:15px;
	letter-spacing:.3em;
}
.widget_meta li {
	text-align:left;
	padding:0 3px 6px 12px;
	margin:0;
}
.widget_meta ul li {
	line-height:18px;
	padding:0 3px 3px 12px;
	margin:0;
	font-size:15px;
}
.widget_meta a {
	color:#000099;
}
.widget_meta a:hover {
	background-color:#000099;
	color:#fff;
}

/* Blogroll Widget */
.widget_links {
	padding:12px 0 12px 0;
	margin:0 0 36px 0;
}
.widget_links .widget-title {
	margin:6px 0 9px 12px;
	text-align:right;
	font-size:15px;
	letter-spacing:.3em;
}
.widget_links li {
	text-align:right;
	padding:0 3px 6px 12px;
	margin:0;
}
.widget_links a {
	color:#000099;
}
.widget_links a:hover {
	background-color:#000099;
	color:#fff;
}
.widget_links ul li {
	color:#000 !important;
	font-size:15px !important;
	line-height:15px;
	margin:0;
}

/* Blogroll Widget */
.widget_top-posts {
	background:#F1F1F1;
	width:298px;
	border:1px solid #ccc;
	padding:12px 0 12px 0;
	margin:0 0 36px 0;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.widget_top-posts .widget-title {
	margin:6px 0 12px 12px;
	text-align:left;
	font-size:15px;
	letter-spacing:.3em;
}
.widget_top-posts li {
	text-align:left;
	padding:0 3px 6px 12px;
	margin:0;
}
.widget_top-posts a {
	color:#000099;
}
.widget_top-posts a:hover {
	background-color:#990000;
	color:#fff;
}
.widget_top-posts ul li {
	color:#000 !important;
	font-size:15px !important;
	line-height:15px;
	margin:0;
}

/* Print Friendly */
div.printfriendly a:hover {
background-color:#FFF !important;
color:#FFF !important;
}

.printfriendly a img {
padding:0 0 6px 0 !important;
}

.contact div.printfriendly {
display:none;
}

/* Archive Widget */
.widget_archive {
	padding:12px 0 12px 0;
	margin:0 0 36px 0;
	float:right;
}
.widget_archive .widget-title {
	margin:0 0 9px 12px;
	text-align:right;
	font-size:15px;
	letter-spacing:.3em;
}
.widget_archive li {
	text-align:left;
	padding:0 3px 6px 12px;
	margin:0;
}
.widget_archive a {
	color:#000099;
}
.widget_archive a:hover {
	background-color:#000099;
	color:#fff;
}
.widget_archive ul li {
	color:#000099 !important;
	font-size:15px !important;
	line-height:15px;
	margin:0;
}

/* Twitter */
.widget_twitter {
	background:#F1F1F1;
	width:298px;
	border:1px solid #ccc;
	padding:12px 0 9px 0;
	margin:0 0 36px 0;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.widget_twitter .widget-title {
	margin:6px 0 6px 12px;
	text-align:left;
	font-size:15px;
	letter-spacing:.3em;
}
.widget_twitter ul li {
	color:#000;
	font-size:12px;
	line-height:18px;
	list-style:none;
	margin:0 0 6px 0;
}
.widget_twitter li {
	text-align:left;
	padding:0 3px 6px 12px;
	margin:0;
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter a {
	color:#000099;
}
.widget_twitter a:hover {
	background-color:#000099;
	color:#fff;
}
.widget_twitter .timesince {
	display: inline;
	font-size: 12px;
	margin-right: -10px;
	text-align: right;
}
.widget_twitter iframe {
	padding:0 0 0 12px !important;
}

.widget_twitter p {
	margin:12px 6px 12px 12px;
}

/* Calendar Widget */
.widget_calendar #wp-calendar {
	color: #000;
	width: 100%;
	text-align: center;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}
.widget_calendar #wp-calendar a {
	color:#000099;
}
.widget_calendar #wp-calendar a:hover {
	color:#FFF;
	background:#000099;
}

.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 12px;
	font-weight: 500;
	padding:6px 0 3px 15px;
	text-transform: uppercase;
	letter-spacing:.2em;
	text-align:right;
	font-size:15px;
	color:#555;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight:normal;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#prev {
	text-align:left !important;
	padding:0 0 0 12px;
}
#next {
	text-align:right !important;
	padding:0 12px 0 0;
}

/* Tag Cloud */
.widget_tag_cloud {
	background:#F1F1F1;
	width:277px;
	border:1px solid #CCC;
	padding:12px 9px 12px 12px;
	margin:0 0 36px 0;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:left;
background: rgb(204,204,204); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(204,204,204) 0%, rgb(238,238,238) 50%, rgb(255,255,255) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(204,204,204)), color-stop(50%,rgb(238,238,238)), color-stop(100%,rgb(255,255,255))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(204,204,204) 0%,rgb(238,238,238) 50%,rgb(255,255,255) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(204,204,204) 0%,rgb(238,238,238) 50%,rgb(255,255,255) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(204,204,204) 0%,rgb(238,238,238) 50%,rgb(255,255,255) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(204,204,204) 0%,rgb(238,238,238) 50%,rgb(255,255,255) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
.widget_tag_cloud .widget-title {
	display:none;
}
.widget_tag_cloud a {
	color:#000099;
}
.widget_tag_cloud a:hover {
	background-color:#990000;
	color:#fff;
}

/* error404 */
.error404 #secondary .widget img {
	padding:0 !important;
}

.error404 #secondary .GTranslate_widget .widget-title {
	margin:0 0 6px 0;
}

.error404 #primary {
	float:left;
	margin:0 0 0 21px;
}
.error404 #primary #content {
	margin:0;
	width:640px;
}

.error404 #secondary .widget {
	float:right !important;
}

.error404 #main #searchform {
	border: 1px solid #ddd;
	margin:0 0 24px 0;
	overflow: hidden;
	padding:0;
	border-width:0;
}
.error404 #main #s {
	width:144px;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin:0 0 36px 0;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.error404 #main .widget_calendar {
	width:100%;
}
.error404 #main .widget_tag_cloud {
	margin-right: 0;
	width:618px;
	text-align:left;
}
.error404 #secondary .widget_tag_cloud {
	margin-right: 0;
	width:274px;
	text-align:left;
}
.error404 #main .widget_tag_cloud .widgettitle {
	display:none !important;
}

/* =Quote */
.format-quote blockquote {
	color:#000;
	margin:0;
	padding:15px 18px 24px 12px;
	border:none;
	background: #fff url(images/background.png) repeat;
	border:1px solid #ccc;
	-moz-border-radius:2px;
	border-radius:2px;
}

.format-quote .entry-content p {
	margin:12px 0 0 0;
	padding:9px 18px 0 24px;
}

.format-quote blockquote span {
	display: block;
	float: left;
	width:48px;
	height:42px;
}

.format-quote blockquote p:first-child {
	background:transparent url(images/open-quote.png) no-repeat;
	margin:0;
}

.format-quote blockquote p:last-child {
}

.format-quote blockquote p:last-child span {
	background:transparent url(images/close-quote.png) no-repeat top right;
	float:right;
	height:52px;
	width:69px;
	margin:-42px -24px 0;
}

.format-quote div.sharedaddy .sd-content {
	margin:24px 0 -9px 0;
}

.format-quote .entry-header .entry-meta {
	display:none;
}

.single-author .format-quote div.sharedaddy .sd-content {
	margin:0 0 -12px 0;
}

.format-gallery .attachment-gallery-small {
	border: 1px solid #ddd;
	padding: 6px;
	margin:0 0 7px 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.gallery-small img[class*="attachment-"] {
	border:1px solid #CCC;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.gallery-small a:hover img[class*="attachment-"] {
	border-color:#BBB;
	background-color:#EEE;
}

.format-gallery .gallery-large {
	width:385px;
	float:right;
}
.format-gallery .gallery-small {
	width:239px;
	float:left;
}

section.recent-posts .other-recent-posts .attachment-gallery-small {
	border: 1px solid #000;
	padding: 6px;
	margin:0 12px 7px 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float:left;
	text-align:left;
}

/* Gallery */
#content .gallery {
	background: #fff url(images/background.png) repeat;
	border:1px solid #CCC;
	margin: 0 auto 24px auto;
	-moz-border-radius:2px;
	border-radius:2px;
	padding:12px 12px 18px 12px;
}

.single-format-gallery #content {
	width:964px !important;
}

.single-format-gallery #secondary {
	display:none;
}

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin:6px 12px 9px 0;
}

#content .gallery a img {
	border:none;
}

dl.gallery-item {
	margin:12px;
}

#content .singular .format-gallery,
.single-format-gallery #primary {
	width:964px;
	float:left !important;
	margin:0 !important;
}

.single-format-gallery .entry-header,
.single-format-gallery .entry-content,
.single-format-gallery footer.entry-meta,
.single-format-gallery .hentry {
	margin:0;
	width:964px;
}

.format-gallery #secondary {
	display:none;
}

#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {

	width: 100%;
	height: auto;
}

.format-gallery .entry-content a:hover {
	color:#000099;
	background:#fff;
}

.attachment-gallery-large {
	padding:6px;
	border:1px solid #CCC;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.gallery {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin:12px 0 0;
	text-align: center;
	list-style: none;
}
.gallery-caption {
	font-size:12px;
}

.single-format-gallery #nav-single,
.singular .image-attachment #nav-single {
	float: right;
	position: relative;
	text-align: right;
	top:12px;
	z-index: 1;
	width:964px;
	margin:0 0 12px 0;
}

#content .gallery .gallery-icon img {
	border: 1px solid #ddd;
	padding: 6px !important;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background:#FFF;
	margin:0;
}
#content .gallery .gallery-icon a:hover img {
	background: #EEE;
	margin:0;
}

a:hover .format-gallery .gallery-thumb,
a:hover .attachment-gallery-large {
	background:#FFF;
	color:#FFF;
}

.singular .format-gallery .entry-content a:hover {
	background:transparent;
}
 
/* Image sizes depending on the number of columns */
.gallery-columns-0 .gallery-item {
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.quotescollection_randomquote {
font-size:14px;
line-height:21px;
}
.singular.page .entry-header,
.singular.page .entry-content,
.singular.page footer.entry-meta,
.singular.page #comments-title {
margin:0;
width:1000px;
}                                     
/* RSS Widget */
.widget_rss_links {
	text-align:right;
}

.widget_rss_links .widget-title {
	text-align:right;
	margin:0 0 -6px 0;
}

.widget_rss_links img {
	float:right;
	padding:0 0 0 6px !important;
	margin:-9px 0 0;
}


.widget_rss_links p:last-child,
.widget_rss_links p {
	text-align:right;
	margin:24px 0 0;
	padding:0;
}

.sidebar-rss {
	float:right;
	margin:0 0 36px 0;
	padding:0;
	text-transform:uppercase;
	letter-spacing:.15em;
	font-size:9px;
}

.sidebar-rss img {
	padding:0 18px 0 0 !important;
	float:right;
	margin:0 -12px -6px 0;
}

.widget_rss_links p {
	text-align:right;
}