/*
Theme Name: PGP
Theme URI: http://postgradproblems.com
Version: 0.1.
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: 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;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	line-height: 1;
}
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;
}

#primary {
	margin: 0 340px 0 2%;
	display:block;
}
#secondary {
	float:left;
	position:absolute;
	right:0;
	width:320px;
	top: 15px;
}
#content-container {
	position:relative;
}
#primary.full-page {
	width: 96%;
	max-width: none;
}

/* =Features */
#featured-content {
	width:96%;
	margin: 0 2%;
	padding: 10px 0;
	float:left;
}

#featured-content a {
	color:#fff;
	font-size: 12px;
}

#featured-content .main-feature,
#featured-content .sub-feature {
	float:left;
	position:relative;
	-o-transition-duration: .2s;
	-o-transition-property: opacity;
	-webkit-transition-duration: .2s;
	-webkit-transition-property: opacity;
}

#featured-content .main-feature:hover,
#featured-content .sub-feature:hover {
	opacity: 0.8;
}


#featured-content .main-feature {
	width:50%;
}

#featured-content .sub-feature {
	width:25%;
}

#featured-content .main-feature img {
	max-width:461px;
	max-height:300px;
	width:100%;
	height:auto;
	vertical-align: bottom;

}

#featured-content .sub-feature img {
	max-width:230px;
	max-height:150px;
	width:100%;
	height:auto;
	vertical-align: bottom;
}

#featured-content .feature-title {
	position:absolute;
	left:0;
	bottom: 0;
	padding:2% 5%;
	background: url('images/black-80-1x1.png') repeat;
	width:90.25%;
	line-height: 1.1em;
	letter-spacing:0.2em;
}

#featured-content .main-feature .feature-title {
	font-size: 1.3em;
}

#featured-content .feature-title:hover {
	text-decoration: underline;
}
#featured-content-title,
#trending-content-title {
	font-size: 24px;
	border-bottom: solid 1px #ccc;
	margin: 0 0 8px 0;
	font-weight: bold;
	color: #999;
}
#trending-content-title {
	color: red;
	padding-top:12px;
}
header#top-banners,
footer#bottom-banners {
	width:100%;
	float:left;
}
footer#bottom-banners {
	margin-top:10px;
}

#content-ad {
	margin-bottom:1.625em;
	text-align: center;
}

.rating {
	background: #eee;
	border: solid #ccc;
	border-width: 1px 0;
	color:#666;
	padding: 5px 3%;
}

.rating a {
	text-decoration: none;
}
.rating a:hover {
	text-decoration: none;
	color:#666;
}
.singular .rating ul.social { 
	padding-top: 2px;
}

p.firstParagraph:first-letter {
	font-size: 4em;
	line-height:56px;
	margin-bottom: -9px;
	margin-top:-5px;
	margin-right: 5px;
	float: left;
	color: #be1616;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

/* Make sure main menu re-appears when scaled up */
@media only screen and (min-width: 801px) {
.menu-navigation-container {
display: block !important;
}
}

/* Singular */

.singular #content,
.left-sidebar.singular #content {
	margin: 0 3.6%;
	position: relative;
	width: auto;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 68.9%;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}

/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 3.6%;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	background: url('images/pgp_bg_grad.jpg') repeat-x fixed #000;
}
#page {
	background: #fff;
	margin: 2em auto;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
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 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	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;
}
small {
	font-size: smaller;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
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;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
	color: #000;
}
textarea {
	padding-left: 3px;
	width: 98%;
	resize: vertical;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
	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;
	color: #000;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* 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;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 3.6%;
}


/* =Header
----------------------------------------------- */

#branding {
	border-top: 2px solid #bbb;
	padding-bottom: 20px;
	position: relative;
	z-index: 200;
}
#site-title {
	margin-right: 270px;
	padding: 3.65625em 0 0;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
	display: none;
}
#branding img {
	height: auto;
	display: block;
	width: 100%;
}

#top-left-banner,
#bottom-left-banner {
	width:220px;
	height:90px;
	margin-right:10px;
	float:left;
}

#top-banner,
#bottom-banner {
	width:728px;
	height:90px;
	margin-bottom: 10px;
	float:left;
}

/* Post Pagination */
div.pagination {
	margin: 0 0 10px 0;
	text-align: center;
	clear: both;
}
div.pagination a {
	display: inline-block;
	zoom:1;
	*display:inline;
	vertical-align: bottom;
	padding: 2px 6px;
	font-size: 1.1em;
	border: solid 1px #ccc;
	background-color: #fff;
	text-align: center;
	margin: 0 3px;
}
div.pagination a:hover {
    border: solid 1px #aaa;
}
div.pagination a.current {
	background-color: #eee;
	color: #999;
}


/* =Menu
-------------------------------------------------------------- */
#login {
	float:right;
	color:#999;
	background:#222;
	border:2px solid #111;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding:5px 10px;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}
#login a {
	color: #9ecbe7; 
}
#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	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: #f9f9f9;
	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: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #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 {
	color: #fff;
}

/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 3.6%;
	text-align: right;
	clear: both;
}
#branding #searchform div {
	margin: 0;
}
#branding #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: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}

#mobile-search {
	display:none;
}

/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 1.625em 0 0;
	background: #fff;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	position: relative;
}
.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-header .page-title {
	margin: 0 0 1.5em;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	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;
}
.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 15px;
	padding-top: 15px;
}
.entry-title,
.entry-title a {
	color: #222;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 1.625em 0 0;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content h2 {
	font-size: 1.4em;
}
.entry-content h3,
.comment-content h3 {
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
	font-weight: bold;
}
.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: 75%;
}
.entry-content ol {
	margin: 0;
}

.entry-content ol li {
	margin:1em 0;
	padding:5px;
	background: #eee;
	border:1px solid #ccc;
	list-style-position: inside;
	font-size:1.25em;
}

.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;
}
dl.gallery-item {
	margin: 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: bold;
}
.page-link span {
	margin-right: 6px;
}
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}

.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
#newest-posts-title {
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 1px #ccc;
	margin-bottom: 10px;
	color: #999;
}

/* Images */
.entry-content img,
.comment-content img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	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: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 1em 1em 0;
	position: relative;
	text-align:center;
}

#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

.pending {
	font-size:0.75em;
	padding-left:5px;
	background:#666;
	color:#fff;
}


/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #bbb;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
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 {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* 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: 12px;
	overflow: hidden;
}
#author-info {
	background: #eee;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	position: relative;
}
.page-title.author {
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0 0 15px 0;
}
.no-submissions {
	text-align: center;
	color: #999;
}
.archive #author-info {
	margin-bottom: 10px;
}
#author-avatar {
	float: left;
	text-align: center;
	width: 14%;
}
#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;
	width:100%;
	height:auto;
}
#author-description {
	float: left;
	margin-left: 3%;
	width: 83%;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

#author-link span {
	display:inline-block;
	vertical-align: middle;
}
#author-twitter {
	margin-right:10px;
}
#author-twitter iframe {
	display: block;
}

#author-more {
	margin-left: 8px;
}

#author-link {
	padding-top: 10px;
}

.also_by h3 {
	font-weight: bold;
	font-size: 1.1em;
}
.also_by ul {
	margin: 0 0 0 1.625em;
}

.also_by ul a {
	font-weight:normal;
	color:#be1616;
}

/* =User Account Page */

.archive.author .page-title a {
	font-size:2em;
	margin:0.5em;
}

#author-avatar p {
	margin: 0;
	font-size: 9px;
}

#author-info a.edit {
	position:absolute;
	top:5px;
	right: 7px;
}
#author-info form {
	display:none;
	margin-left:108px;
}
#author-info form p {
	margin:0;
}
#author-info textarea,
#author-info input {
	vertical-align: middle;
	width:75%;
}
#author-info label {
	display: inline-block;
	width:50px;
	text-align: right;
	margin-right:10px;
	font-size: 14px;
}
h2.recent-posts-title {
	margin-bottom: 10px;
	font-weight: bold;
	color: #999;
}
/* Comments link */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #be1616;
	color: #fff;
	color: rgba(255,255,255,0.8);
}

.post-rating {
	padding-left: 20px;
	background: url('images/favorite-star.png') no-repeat;
}
.post-rating:hover {
	background-position-x: -134px;
}
.post-rating.favorited {
	background-position-x: -134px;
}
.post-rating.favorited:hover {
	background-position-x: 0;
}

p.content-thumbnail {
	text-align: center;
	margin: 0;
}

p.content-thumbnail img {
	padding:3px;
	border:1px solid #bbb;
	background: #ddd;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
p.pending-submission {
	text-align: center;
	font-style: italic;
}
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header .entry-format a {
	color: #666;
	text-decoration: none;
}
.entry-header .entry-format a:hover {
	color: #1982d1;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}

.entry-title span {
	font-size:0.3em;
}

article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}

.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 {
	border-bottom: none;
	padding: 4.875em 0 0;
	position: relative;
}
.singular.page .hentry {
	padding: 3.5em 0 0;
}
.singular .entry-title {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.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 {
	margin: 0 0 0 1.625em;
	text-align: left;
}
blockquote.pull.alignleft,
blockquote.pull.alignright {
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}

/* =Meta */
ul.meta-data, ul.social{
	display:inline;
	list-style: none;
	margin:0;
}
ul.meta-data, ul.social li a:hover {
	text-decoration: none;
}
ul.meta-data li, ul.social li{
	display:inline;
}
.singular ul.social {
	float:right;
	padding-top:4px;
}
ul.social {
	float:right;
}
ul.meta-data {
	font-size: 0.8em;
}

ul.meta-data .avatar {
	vertical-align: middle;
	height:50px;
	margin-right:5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.avatar {
	max-width:100%;
}

/* =Account */
#main #account h1 {
	font-size: 2em;
	font-weight: bold;
}
#main #account p {
	margin: 0 10%;
	font-size: 18px;
}
#main #account .trouble-msg {
	font-size: 14px;
}
#main #account #content {
	text-align: center;
}
#main #account #content form {
	margin: 10px 30%;
	padding: 1em;
	border: 1px solid #ccc;
	background: #eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display:block;
	text-align: center;
}
#main #account label {
	color: #999;
	font-size:12px;
	display: block;
	margin-right:10px;
}
#main #account .form-button {
	background: #0066cc;
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	cursor: pointer;
	font-size: 12px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	width: auto;
}
#main #account .form-button:active {
	background: #1982d1;
	color: #bfddf3;
}
#main #account .form-text-box {
	width: 98%;
}
#main #account label.check {
	color:#000;
	width:250px;
	font-style: italic;
	font-size: 11px;
	display: inline;
}
#main #account label.update {
	text-align: center;
	display: inline-block;
}
#main #account input,
#main #account textarea,
#account form #file {
	border: 1px solid #ddd;
}
#main #account textarea {
	width:50%;
	height:100px;
	vertical-align: middle;
}

#main #account legend {
	font-size:2em;
}

#main #account #account-errors {
	border: 1px solid #ff0000;
	background: #ff9999;
	margin: 10px 10%;
	padding: 0;
	text-align: left;
}
#main #account #account-errors h4 {
	margin: 10px;
	font-weight: bold;
}
#account-notice {
	background: #d1e6ff;
	border: 1px solid #83a7d5;
	margin: 10px 10%;
	padding: 10px;
}

#account form #avatar {
	display:none;
}

#account form #file {
	width:auto;
	background:#ddd;
	margin:5px auto;
	cursor: pointer;
	display:inline;
	padding: 5px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
}

/* =Submission */
#submission-form {
	background:#eee;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	display:none;
	text-align: center;
	padding: 5px 10px;
	margin-top: 5px;
}
#content-submission {
	border-bottom: dashed 1px #CCC;
	border-top: dashed 1px #CCC;
	padding: 10px 0;
	margin: 10px 0;
}
#content-submission p {
	margin: 0;
}
#content-submission #submission-error {
	border: 1px solid #ff0000;
	background: #ff9999;
	margin: 10px 3%;
	padding: 10px;
	display: none;
}
#content-submission #submission-notice {
	background: #d1e6ff;
	border: 1px solid #83a7d5;
	margin: 10px 10%;
	padding: 10px;
	display: none;
}
#content-submission a {
	margin: 0 10px;	
}
#content-submission span {
	color:#999;;	
}
#submission-form p {
	text-align: left;
	margin: 1em;
}
#submission-form a {
	margin:0;
}
#submission-form input,
#submission-form textarea {
	width:90%;
	padding: 5px 10px;
	margin:5px;
}

#submission-form #one-liner-submission,
#submission-form #column-submission,
#submission-form #photo-submission,
#submission-form #video-submission {
	display:none;
}
#photo-submission input#photo {
	line-height: 1em;
	padding-left: 0;
	margin-left: 0;
}
#submission-form textarea {
	height:100px;
}
#submission-form #content_submit {
	background:#0066cc;
	padding:5px 10px;
	color:#fff;
	text-transform: uppercase;
	border: none;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	cursor: pointer;
	font-size: 12px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	width: auto;
}
#submission-form #submit-button {
	margin: 10px 20px;
}
#submission-form #submit-button input {
	margin: 0;
}
#submission-form #content_submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#submission-form p#content_note {
	font-size: 0.75em;
	margin: 0 20px;
}

/* =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: 1.625em 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: 1.625em 0 0;
}


/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
	max-width: 100%;
}


/* =Status
----------------------------------------------- */

.singular .format-status .entry-title {
	display: block;
}

.format-status .entry-content {
	padding: 0;
}
.format-status .entry-title {
	font-weight: normal;
	font-style: italic;
}

.format-status .entry-content p a {
	text-decoration: none;
	color: #000;
}
.format-status .entry-content p a:hover {
	color: #1982d1;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}

#content article.format-status {
	padding-bottom:0;
}

/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}
/* =Standard */

.format-standard p.read-more a,
.format-gallery p.read-more a {
	background:#0066cc;
	padding:10px 20px;
	color:#fff;
}

/* =Image
----------------------------------------------- */

/* =video
----------------------------------------------- */

.format-video p iframe {
	width: 600px;
	height: 314px;
}

.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 {
	padding-top: 0.5em;
}
.indexed.format-image .entry-content p {
	margin: 1em 0;
}
.indexed.format-image .entry-content p:first-child,
.indexed.format-image .entry-content p:first-child img {
	display: block;
	margin: 0;
}
.indexed.format-image .entry-content .wp-caption .wp-caption-text {
	margin: 0;
	padding-bottom: 1em;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	overflow: hidden;
	padding: 4%;
	max-width: 96%;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.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: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 2% 2% 0;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #eee;
	border: 1px solid #ddd;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
	background-color:#fff;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #primary {
	width:100%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* 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: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
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: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}

/* =admin tools */
article div.admin-tools {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 200px;
    text-align: right;
    font-size: 10px;
}
article div.admin-tools span.edit-link a {
    display: inline-block;
    zoom: 1px;
    *display: inline;
    width: 13px;
    height: 0;
    padding: 13px 0 0 0;
    overflow: hidden;
    background: url('images/adminMenu.png') 0 0;
}
article div.admin-tools span.edit-link a:hover {
    background: url('images/adminMenu.png') 0 -87px;
}
article div.admin-tools span.delete-link a {
    display: inline-block;
    zoom: 1px;
    *display: inline;
    width: 13px;
    height: 0;
    padding: 13px 0 0 0;
    overflow: hidden;
    background: url('images/adminMenu.png') -17px 0;
}
article div.admin-tools span.delete-link a:hover {
    background: url('images/adminMenu.png') -17px -87px;
}

/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.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;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	text-align: right;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: left;
	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;
}


/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget img {
	width:100%;
	height:auto;
	max-height:150px;
}
.widget .sidebar-300x250 {
	line-height: 0;
}
.widget {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	clear: both;
	margin: 0 0 2.2em;
	border: 1px solid #ccc;
	max-width:300px;
	box-shadow: 0 1px 5px #ccc;
	-moz-box-shadow: 0 1px 5px #ccc;
	-webkit-box-shadow: 0 1px 5px #ccc;
}
.widget.widget_search {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.widget img {
	display: block;
}
.widget-title {
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	text-transform: uppercase;
	background: #be1616;
	padding: 5px 10px;
	text-shadow: 0 1px 1px #333;
	margin: 1px;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}

.widget li.category-link {
	text-transform: uppercase;
	font-size: 0.65em;
	padding: 5px 0;
	text-align: center;
	border-top: dashed 1px #ccc;
}
.widget li.category-link:hover {
	background: #eee;
}
.widget li.category-link a {
	font-weight: normal;
}
.widget ul li {
	color: #777;
	font-size: 13px;
	border-top: 1px solid #ccc;
	list-style: none;
	padding:5px;
}
.widget ul li:hover {
	background: #eee;
}
.widget p {
	margin-bottom:0;
}
.widget a {
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}
.widget .post-title {
	font-size: 1.2em;
}
.widget .post-date {
	font-size: .9em;
}

/* Search Widget */
.widget_search {
	border:none;
}
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 87%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	border: 0;
	padding: 0;
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* =Comments
----------------------------------------------- */

#comments-title {
	color: #666;
	font-size: 24px;
	font-weight: 500;
	line-height: 2.6em;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}

.reply {
	font-size:11px;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	padding: 20px 0;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	padding: 1em 0 1em 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}

.commentlist li.comment .comment-content {
	margin: 1em 0 0;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.comment-meta a {
}
.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 #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	width:50px;
	height:auto;
	vertical-align: middle;
	float:left;
}

.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}

a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

.commentlist .comment-vote {
	margin-left:60px;
	background: #ececec;
	border: 1px solid #c8c8c8;
	height:28px;
	padding:10px;
}

.commentlist span.vote-buttons {
	float: right;
}

.commentlist span.vote-buttons a, 
.commentlist span.vote-buttons a.vote-down.disabled:hover {
	background: url('images/vote-arrows.png');
	height:19px;
	width:16px;
	display:inline-block;
	margin:5px;
	
}

.commentlist span.vote-buttons a.vote-up, 
.commentlist span.vote-buttons a.vote-up.disabled:hover{
	background-position: -16px 0;
}
.commentlist span.vote-buttons a.vote-down:hover, 
.commentlist span.vote-buttons a.vote-down.clicked{
	background-position: -32px 0;
}
.commentlist span.vote-buttons a.vote-up:hover, 
.commentlist span.vote-buttons a.vote-up.clicked {
	background-position: -48px 0;
}
.commentlist span.vote-buttons span.comment-score {
	margin-top:-20px;
	display:inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
}
/* Post author highlighting 
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}

/* Post Author threaded comments 
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}*/

/* 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: #eee;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 0 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-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);
	position: relative;
	padding: 10px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	text-align: right;
}
#respond input#submit {
	background:#0066cc;
	padding:5px 10px;
	color:#fff;
	text-transform: uppercase;
	border: none;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	cursor: pointer;
	font-size: 12px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	width: auto;
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#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: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
	border-top: solid 1px #ccc;
}
#supplementary {
	background: #eee;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding: 1.625em 3.6%;
	overflow: hidden;
	font-size:1.5em;
}

#supplementary .widget-title {
	background: none;
	color:#000;
	font-size:2em;
	border-bottom:2px solid #be1616;
}

#supplementary .widget {
	box-shadow: none;
	border:none;
}

/* 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;
}

.about-pgp {
	padding: 10px 0;
	text-align: left;
}
.legal p {
	font-size:1.1em;
	margin:10px 0 0 0;
}
#supplementary .widget ul.legal li {
	padding: 10px 0 0 0;
}
#supplementary .widget-title {
	padding: 0;
	text-shadow: none;
}
#supplementary .social {
	text-align:center;
	width: 100%;
	padding: 0;
}
#supplementary .social a {
	display: block;
}
#supplementary .widget ul li {
	padding: 0;
	border: none;
}
#supplementary .social li {
	display: inline-block;
	margin:10px;
}
#supplementary .social a {
	height: 0;
	width:65px;
	padding-top: 65px;
	overflow: hidden;
}
#supplementary .social .facebook {
    background:url('images/social-buttons.jpg');
}
#supplementary .social .facebook:hover {
    background-position:-65px 0px;
}

#supplementary .social .twitter {
    background:url('images/social-buttons.jpg');
    background-position: -130px 0px;
}
#supplementary .social .twitter:hover {
    background-position:-195px 0px;
}

#supplementary .social .youtube {
    background:url('images/social-buttons.jpg');
    background-position:-260px 0px;
}
#supplementary .social .youtube:hover {
    background-position:-325px 0px;
}

/* Site Generator Line */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}


/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 800px) {
	/* Simplify the basic layout */

	#nav-below {
		border-bottom: 1px solid #ddd;
		margin-bottom: 1.625em;
	}

	#main #secondary .widget {
		margin: 0 auto 20px;
	}
	#top-left-banner,
	#bottom-left-banner {
		display:none;
	}

	/* Remove the margin on singular articles */
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		width: 100%;
	}
	/* Simplify the pullquotes and pull styles */
	.singular blockquote.pull {
		margin: 0 0 1.625em;
	}
	.singular .pull.alignleft {
		margin: 0 1.625em 0 0;
	}
	.singular .pull.alignright {
		margin: 0 0 0 1.625em;
	}
	/* Make sure we have room for our comment avatars */
	.commentlist {
		width: 100%;
	}
	.commentlist > li.comment,
	.commentlist .pingback {
		margin-left: 102px;
		width: auto;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}

	/* No need to float 404 widgets at this size */
	.error404 #main .widget {
		float: none;
		margin-right: 0;
		width: auto;
	}
	
	#author-info form label {
		text-align: left;
	}
	#author-link span {
		margin:0;
	}
	#author-link span.sep {
		display:none;
	}
	#author-avatar p {
		font-size: 8px;
	}
	.widget_search #s {
		width: 83%;
	}
	#main #account #content form {
	margin: 10px 25%;
	}
	#main #account p {
	font-size: 14px;
	}
	#main #account .trouble-msg {
	font-size: 12px;
	}
	#featured-content a {
		font-size: 10px;
	}
}
@media (max-width: 650px) {

	#mobile-search {
		display: block;
		padding: 10px 2%;
	}
	#mobile-search form {
		text-align: center;
	}
	#mobile-search input {
		width:80%;
	}
	
	.not-found #searchform {
		display:none;
	}
	
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}
	body, input, textarea {
		font-size: 13px;
	}
	#primary {
		width:92%;
		margin: 0 4%;
	}
	#main #secondary {
		width:96%;
		margin: 0 2%;
	}
	#site-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 12px;
	}
	#access ul {
		font-size: 12px;
	}
	article.intro .entry-content {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.singular .entry-title {
		font-size: 28px;
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	/* Reposition the site title and description slightly */
	#site-title {
		padding: 5.30625em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 1.625em !important;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
	}
	.singular .hentry {
		padding: 1.625em 0 0;
	}
	.singular.page .hentry {
		padding: 1.625em 0 0;
	}
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}

	.widget_search #s {
		width: 87%;
	}
	#main #account #content form {
	margin: 10px 15%;
	}
	#main #account p {
	font-size: 12px;
	}
	#main #account .trouble-msg {
	font-size: 10px;
	}

	#author-description {
		margin-left: 6%;
		width: 80%;
	}
	#supplementary aside {
		margin: 0 auto;
	}
	#featured-content a {
		font-size: 14px;
	}
	#supplementary .widget-title,
	.about-pgp,
	#supplementary .widget ul {
		text-align: center;
	}
}
@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}
	#author-avatar p {
		font-size: 7px;
	}
	#author-link span {
		padding-top: 5px;
	}
	#main #account #content form {
	margin: 10px 10%;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}

}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}

	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}

	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -3.6%;
	margin-right: -3.6%;
	padding-left: -3.6%;
	padding-right: -3.6%;
	max-width: 1000px;
}
#ie7 section.recent-posts {
	margin-right: 3.6%;
}

/* =========================================================================
 *   STANDARDIZE ONE-COLUMN
 * ========================================================================= */

#page {
	max-width: 960px;
}
#content {
	margin: 0 3.6%;
	width: auto;
}
#nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}

.search-results .entry-summary {
	padding: 0.6em 3.6% 0;
	border-style: solid;
	border-color: #EEE;
	border-width: 0 0 1px;
}

/* Remove the margin on singular articles */
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	width: auto;
	clear:both;
}
/* Simplify the pullquotes and pull styles */
blockquote cite {
	text-align: right;
	display: block;
}
.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}

.commentlist {
	width: auto;
}
#respond {
	width: auto;
}
.commentlist > li.comment, .commentlist .pingback {
	margin-left: 0;
}

/* =========================================================================
 *   GLOBAL
 * ========================================================================= */
audio {
	width: 100%;
}

/* =========================================================================
 *   STRUCTURE
 * ========================================================================= */

#main,
#colophon {
}

#branding {

}

#secondary {

}

/* =========================================================================
 *   COLOR ANIMATIONS
 * ========================================================================= */

#site-title a,
#site-description,
.entry-meta a,
#access a,
.entry-title a {
	-webkit-transition: font-size 200ms, color 400ms;
	-moz-transition:    font-size 200ms, color 400ms;
	-ms-transition:     font-size 200ms, color 400ms;
	-o-transition:      font-size 200ms, color 400ms;
	transition:         font-size 200ms, color 400ms;
}

.entry-header .comments-link a {
	-webkit-transition: background-color 700ms;
	-moz-transition:    background-color 700ms;
	-ms-transition:     background-color 700ms;
	-o-transition:      background-color 700ms;
	transition:         background-color 700ms;
}

#searchform,
.format-image img {
	-webkit-transition: opacity 400ms;
	-moz-transition:    opacity 400ms;
	-ms-transition:     opacity 400ms;
	-o-transition:      opacity 400ms;
	transition:         opacity 400ms;
}

#page #branding > a {
	-webkit-transition: opacity 200ms;
	-moz-transition:    opacity 200ms;
	-ms-transition:     opacity 200ms;
	-o-transition:      opacity 200ms;
	transition:         opacity 200ms;
}

/* =========================================================================
 *   HOVERED BRANDING
 * ========================================================================= */

#branding:hover #site-title a {
	color: rgba( 0, 0, 0, 0.4 );
}

#branding:hover #access a {
	color: #fff;
}

#branding:hover #access li li a {
	color: #000;
}

#branding:hover #access .current_page_item > a,
#branding:hover #access .current_page_ancestor > a {
	color: #222;
}

#branding:hover #site-description {
	color: #7A7A7A;
}

#branding:hover #searchform {
	opacity: 1;
}

/* =========================================================================
 *   MENU
 * ========================================================================= */

#access {
	margin-top: 25px;
	padding-left: 20px;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	float: left;
	clear: none;
	width: auto;
}
#page #branding #access div {
	margin: 0;
	padding: 0;
}
#access ul {
	margin: 0;
	text-align: left;
}

#access li {
	float: none;
	display: inline;
	font-size: 18px;
	padding-right: 25px;
}

#access a {
	display: inline-block;
	color: #aaa;
	padding: 0;
	line-height: 2.6em;
}

#access li:hover > a,
#access a:focus {
	background: transparent;
}

#page #branding #access a:hover,
#page #branding #access a:focus,
#page #branding #access .current_page_item > a:hover,
#page #branding #access .current_page_item > a:focus,
#page #branding #access .current_page_ancestor > a:hover,
#page #branding #access .current_page_ancestor > a:focus {
	color: #c42121;
}

#access ul ul {
	top: 2.6em;
	left: 0;
	-webkit-box-shadow: 3px 3px 6px rgba( 0, 0, 0, 0.2 );
	-moz-box-shadow:    3px 3px 6px rgba( 0, 0, 0, 0.2 );
	box-shadow:         3px 3px 6px rgba( 0, 0, 0, 0.2 );
}

#access ul ul:after {
	content: '';
	display: block;
	position: absolute;
	top: -6px;
	left: 1em;

	border-width: 0 6px 6px 6px;
	border-color: #f9f9f9 transparent;
	border-style: solid;
}

#access ul ul :hover > a {
	background: #f9f9f9;
}

#access li li {
	margin: 0;
	text-align: left;
}

#access li li:last-child a {
	border-bottom: 0;
}

#access ul ul ul {
	margin-left: 6px;
}
#access ul ul ul:after {
	top: 1em;
	left: -6px;
	border-color: transparent #f9f9f9;
	border-width: 6px 6px 6px 0;
}

/* =========================================================================
 *   SEARCH FORM
 * ========================================================================= */

#page #branding #searchform {
	position: absolute;
	top: 24px;
	right: 0px;
	overflow: hidden;
	margin: 10px 0;
	opacity: 0.6;
	max-width: none;
}

#page #branding #s:focus {
	width: 140px;
}

#page #branding #s {
	width: 72px;
	background-color: transparent;
	border-color: rgba( 255, 255, 255, 0.6 );
	font-size: 13px;
	font-weight: 500;
}

/* Two rules to ensure browser recognition */
#page #branding #s::-webkit-input-placeholder {
    color: #fff;
}
#page #branding #s:-moz-placeholder {
    color: #fff;
}

/* =========================================================================
 *   HEADER
 * ========================================================================= */

#branding hgroup {
	margin: 0;
}
#branding h1 {
	clear: none;
	float: left;
}
#page #branding > a {
	/*padding-top: 20px;*/
	padding-bottom: 20px;
	display: block;
}
#page #branding > a:hover {
	opacity: 0.8;
}

#branding img {
	width: auto;
	max-width: 100px;
	max-height: 100px;
}

#site-title {
	width: auto;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

#site-title a {
	font-size: 2.4em;
	line-height: 1em;
	color: rgba( 0, 0, 0, 0.2 );
	font-weight: bold;
	margin-right: -4px;
}

#page #branding #site-title a:hover,
#page #branding #site-title a:focus {
	color: #1982d1;
}

#site-description {
	width: auto;
	text-align: center;
	margin: 10px auto;
	font-size: 2em;
	color: #aaa;
}

#branding {
	border: 0;
	text-align: right;
	float: left;
	width: 100%;
}


/* =========================================================================
 *   CONTENT
 * ========================================================================= */

#page {
	background: transparent;
	margin-top: 20px;
}
#main {
	padding: 0;
}
#main #content {
	margin: 0;
	padding: 15px 0;
}

#content .hentry {
	border:1px solid #ccc;
	box-shadow: 0 1px 3px #ddd;
	-moz-box-shadow: 0 1px 3px #ddd;
	-webkit-box-shadow: 0 1px 3px #ddd;
}

.entry-header .entry-format {
	position: relative;
	line-height: 1.4em;
}

.entry-header .comments-link a {
	right: 3.6%;
	top: 1.5em;
}

.hentry, .no-results {
	border: 0;
}

.entry-title {
	padding-top: 0;
}

.entry-meta a {
	color: #555;
	text-decoration: none;
}
.entry-meta a:hover,
.entry-meta a:focus {
	color: #1982d1;
}

#content .hentry {
	padding: 0;
}

.hentry header {
	padding: 0 20px;
}
#content .hentry .entry-content {
	padding: 10px 20px;
	border-style: solid;
	border-color: #eee;
	border-width: 0 0 1px;
}
.page #content .hentry .entry-content {
	border: 0;
}

.hentry footer {
	min-height: 18px;
	padding: 3.6%;
	background: transparent;
	overflow: hidden;
}

.singular .hentry footer {
	min-height: 0;
}


/* =========================================================================
 *   POST FORMATS
 * ========================================================================= */

article.format-aside .entry-content,
article.format-link .entry-content {
	padding: 0;
}

article.format-aside .entry-content p:last-child,
article.format-link .entry-content p:last-child {
	margin-bottom: 1em;
}

article.format-gallery .entry-content {
	overflow: hidden;
}

article.format-gallery .gallery-thumb {
	margin: .375em 1.5em 1.25em 0;
	display: block;
}
article.format-gallery .gallery-thumb img {
	padding: 6px;
	border: 1px solid #ddd;
}
#content .hentry .entry-content iframe {
	display: block;
}

/* -------------------------------------------------------------------------
 *   Status
 * ------------------------------------------------------------------------- */


.hentry.format-aside .entry-title,
.hentry.format-link .entry-title {
	display: none;
}
.singular .format-status .entry-title {
	padding: 15px 0 0 0;
}
.format-status .entry-header {
	padding: 0 20px 20px 20px;
}
.singular .format-status .entry-header {
	padding: 0 20px;
}

/* -------------------------------------------------------------------------
 *   Quote
 * ------------------------------------------------------------------------- */
#content .hentry.format-quote {
	padding: 0;
}

.format-quote header {
	padding: 1.625em 3.6% 1.5em;
}

.format-quote .entry-title {
	display: none;
}

.format-quote header hgroup {
	float: left;
}
.format-quote header .entry-format {
	top: 1px;
}

.format-quote header .entry-meta {
	clear: none;
	margin-left: 15.2%;
}

#content article.format-quote header .comments-link a {
	top: 1em;
}

#content .format-quote .entry-content {
	padding: 1.75em 3.6% 0;
	border-width: 1px 0;
}

.format-quote blockquote {
	font-family: "Baskerville", "Baskerville Old Face", "Hoefler Text", "Garamond", "Palatino", "URW Palladio L", "Book Antiqua", Georgia, serif;
	color: #333;
	font-size: 2.2em;
	line-height: 1.4em;
}

.format-quote blockquote p {
	margin-bottom: 0.75em;
}

.format-quote cite {
	display: block;
	text-align: right;
	margin: 1em 0 0;
	color: #999;
	font-size: 12px;
	letter-spacing: 0.3em;
	word-spacing: 0.2em;
	line-height: 2.6em;
	text-transform: uppercase;
	font-style: normal;
}

/* -------------------------------------------------------------------------
 *   Image
 * ------------------------------------------------------------------------- */

/* The first paragraph should contain the image. */
.full-width,
#content article.format-image .entry-content > :first-child {
	padding: 0;
	overflow: hidden;
}
#content article.format-image .entry-content > :first-child img {
	display: block;
	margin: 0 auto;
}

#content .indexed.format-image p {
	margin-bottom: 1.625em;
}
#content .format-image .wp-caption {
	background: #f1f1f1;
}
#content .format-image .wp-caption .wp-caption-text {
	color: #333;
}

#content .format-image .entry-content > .wp-caption:first-child .wp-caption-text {
	padding: 1.5em 1em 1.5em 40px;
	margin: 0;
}
#content .format-image .entry-content > .wp-caption:first-child .wp-caption-text:before {
	left: 20px;
	top: 1.1em;
	color: #ccc;
}

#content article.format-image .entry-content > :first-child + p {
	margin-top: 1.625em;
}

.indexed.format-image footer.entry-meta a:hover {
	color: #1982d1;
}

#content article.sticky header .entry-format,
#content article.format-image header .entry-format,
#content article.format-gallery header .entry-format {
	position: absolute;
	top: 2.375em;
}

#content article.format-image footer {
	padding: 1.625em 3.6%;
	background: transparent;
}

.indexed.format-image div.entry-meta + div.entry-meta {
	text-align: right;
	width: 64%; /* to prevent odd line breaks when rounding percentages */
}

/* =========================================================================
 *   SINGULAR
 * ========================================================================= */

#content nav {
	padding: 0.6em 3.6%;
}

#nav-single .nav-previous {
	padding-right: 1em;
}

#nav-single .nav-next {
	padding-left: 1em;
}

.singular .hentry header .entry-meta {
	margin: 0;
	padding: 1.2em 0 1.2em 3.6%;
	left: 0;
	right: 0;
	border-bottom: 1px solid #eee;
}

.singular .entry-title {
	padding: 0.6em 0 0;
	font-size: 26px;
	line-height: 1.6em;
}

.singular #content .hentry.format-status .entry-content,
.singular #content .hentry.format-aside .entry-content,
.singular #content .hentry.format-link .entry-content {
	padding: 20px;
}

/* -------------------------------------------------------------------------
 *   Singular Quote Format
 * ------------------------------------------------------------------------- */

.singular #content .hentry.format-quote .entry-content {
	padding: 1.75em 3.6% 0;
}
.singular #content .format-quote .entry-content {
	border-width: 0 0 1px;
}

/* -------------------------------------------------------------------------
 *   Singular Image Format
 * ------------------------------------------------------------------------- */

.singular #content article.format-image .entry-title {
	padding-bottom: 0.6em;
}
.singular #content article.format-image img {
	max-width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}

.singular #content article.format-image img:hover {
	opacity: 0.8;
}

/* =========================================================================
 *   COMMENTS
 * ========================================================================= */


/* =========================================================================
 *   FOOTER
 * ========================================================================= */

#colophon,
#site-generator {
	background: transparent;
}

/* Center WordPress.com Stats smiley. */
#wpstats {
	padding-left: 220px;
}

/* =========================================================================
 *   ARCHIVES
 * ========================================================================= */


/* =========================================================================
 *   SHOWCASE TEMPLATE
 * ========================================================================= */

#content article.intro {
	margin: 0;
	padding: 0.5em 0;

	background: transparent;

	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	border-radius:         0;

	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}

#content article.intro .entry-header {
	padding-top: 1.5em;
}

#content article.intro .entry-content {
	padding: 0;
	overflow: hidden;

	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}

#content article.intro .entry-content p:first-child {
	font-size: 1.8em;
	line-height: 1.4em;
	color: #464646;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 0.8em;
}


section.recent-posts .other-recent-posts {
	margin: 4em 0 1em;
	border-color: #ccc;
	border-style: dotted;
}

section.recent-posts .other-recent-posts .entry-title {
	padding: 0.75em 0;
	border-color: #ccc;
	border-style: dotted;
}

section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	padding: 0.75em 0 1em;
}

section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
	color: #1982d1;
}

/* =========================================================================
 *   RESPONSIVE STRUCTURE
 * ========================================================================= */

@media (min-width: 1200px) {
	#site-title a {
		font-size: 3.6em;
	}
}


@media (max-width: 960px) {
	#top-left-banner,
	#bottom-left-banner {
		display:none;
	}
	#top-banner,
	#bottom-banner {
		float:none;
		margin:0 auto 10px;
	}
}

@media (max-width: 800px) {

	#page,
	#branding {
		margin-top: 0;
		padding-top: 0;
	}

	#branding {
		position: relative;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	#branding img {
		margin:0 auto;
	}
	#branding h1 {
		float: none;
	}

	#site-title {
		padding-top: 40px;
		float: none;
	}

	#site-title a {
		font-size: 3.6em;
	}

	#page #branding #searchform {
		position: absolute;
		right: 0;
		margin-bottom: 0.3em;
	}

	#page #branding #searchform {
		position: relative;
		right: auto;
		top: 0 !important;
	}

	#page #branding #s {
		margin: 0 auto;
		float: none;
		display: block;
	}
	
	#access {
		margin: 25px auto 0 auto;
		width: 100%;
		padding: 0;
	}

	#access ul {
		text-align:center;
		margin: 0 auto;
	}

	#access li {
		display: inline-block;
		float: none;
		text-align:center;
		font-size: 15px;
		width:30%;
		padding-right:0px;
	}

	#access ul ul {
		left: auto;
		margin-left: 0;
	}
	#login {
		float:none;
		margin: 10px;
		text-align: center;
	}

	.singular ul.social {
		float: none;
	}
	.singular ul.social > span {
		padding-top: 10px;
	}

}

@media (max-width: 727px) {
	#top-banner,
	#bottom-banner {
		width:320px;
		height:50px;
	}	
}

@media (max-width: 650px) {
	body {
		margin-top:50px;
	}
	#featured-content-title,
	#trending-content-title {
		text-align: center;
	}

	#featured-content {
		float:none;
	}
	#featured-content .main-feature,
	#featured-content .sub-feature {
		width:100%;
		float:none;
	}
	
	#featured-content .main-feature img,
	#featured-content .sub-feature img {
		max-width:none;
		max-height:none;
		height:auto;
		vertical-align: bottom;
		float:none;
	}
	
	#featured-content .feature-title {
		position:absolute;
		left:0;
		bottom: 0;
		padding:2% 5%;
		background: url('images/black-80-1x1.png') repeat;
		width:90.25%;
	}
	#secondary {
		position: relative;
		top:auto;
	}
	
	.in-reply {
		display:none;
	}
	#content-submission a {
		margin: 0 5px;
	}
	#site-title a {
		font-size: 2.4em;
	}

	#page #branding #searchform {
		position: relative;
		right: auto;
		top: 0 !important;
	}

	#page #branding #s {
		margin: 0 auto;
		float: none;
		display: block;
	}

	#access li {
		float: none;
	}

	.format-quote header .entry-meta {
		margin-left: 22.8%;
	}

	.commentlist {
		margin-left: 0;
	}

	.comment-meta {
		overflow: hidden;
		padding-top: 10px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist .avatar {
		float: left;
		margin-right: 10px;
		margin-bottom: 5px;
	}

	.comment-content {
		padding-top: 7px;
	}
	
	.archive ul.meta-data li.meta-avatar,
	.home ul.meta-data li.meta-avatar,
	.archive ul.meta-data li span.meta-category,
	.home ul.meta-data li span.meta-category {
		display:none;
	}
	hgroup {
		margin-bottom: 1em;
	}
	ul.social {
		padding:0;
		margin: -2px 0 0 0;
	}
	#main #primary {
		float:none;
	}

	#mobile-menu {
		background: #222;
		display: inline-block;
		height: 30px;
		width: 100%;
		visibility:	visible;
		z-index:500;
		padding:10px 0;
		position: fixed;
		top:0;
	}
	#mobile-brand {
		display:block;
		float:right;
		color:white;
		background: url('mobile-logo.png') no-repeat scroll 10px 0; 
		padding-left:50px;
		height:30px;
	}
	#menu-button {
		background: url('images/icon-mobile.png') no-repeat scroll 10px 0; 
		cursor: pointer;
		display: inline-block;
		height: 30px;
		width: 50px;
		float:left;
	}
	.menu-navigation-container {
		display: none; 
	}
	
	#branding hgroup {
		display:none;
	}
	
	#login {
		margin: 0;
		background:none;
		border:none;
		text-align:center;
	}
	#access {
		background:#222;
		margin-top:0;
	}
	#main #account label {
		margin:0
	}

}