/*
Theme Name: Comet
Theme URI: http://frostpress.com/themes/comet/
Description: A very classy, lightweight, and content-focused theme, customizable to your liking. Includes seven color schemes, four layout options, and a full-width page template.
Author: Frostpress
Author URI: http://frostpress.com/
Version: 1.4.2-wpcom
License: GPLv3
License URI: http://www.opensource.org/licenses/gpl-3.0.html
Tags: light, white, gray, red, yellow, green, blue, purple, one-column, two-columns, three-columns, fixed-width, right-sidebar, left-sidebar, custom-colors, sticky-post, custom-menu, custom-header, custom-background, full-width-template, rtl-language-support, theme-options, blog, journal, conservative, faded, simple, traditional
*/

/* =Reset
-------------------------------------------------------------- */

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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
body {
	line-height: 1
}
ol,ul {
	list-style: none
}
blockquote,q {
	quotes: none
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none
}
:focus {
	outline: 0
}
ins {
	text-decoration: none
}
del {
	text-decoration: line-through
}
table {
	border-collapse: collapse;
	border-spacing: 0
}


/* =HTML Elements
-------------------------------------------------------------- */

body {
	background-color: #e5e5e5;
	color: #444;
	font: 11pt/150% Georgia, Cambria, 'Palatino Linotype', serif;
	margin: 0 0 20px 0;
}

/* Links */
a {
	color: #3172a6;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #5f9ccf;
	text-decoration: underline;
}

/* Text */
p {
	margin-bottom: 18px;
}
blockquote {
	background: url( 'images/quote.png' ) left top no-repeat;
	color: #666;
	font-style: italic;
	margin: 0 0 11px 0;
	overflow: hidden;
	padding: 0 0 0 40px;
}
blockquote i,
blockquote em,
blockquote cite {
	font-style: normal;
}
q {
	color: #666;
	font-style: italic;
}
abbr,
acronym {
	border-bottom: 1px dashed #999;
	cursor: help;
}
var,
code,
pre {
	font: normal 10pt/160% 'Courier New', Courier, Fixed;
}
pre {
	margin: 0 0 11px 0;
	overflow: auto;
}
sub,
sup {
	font-size: small;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sub {
	top: .5ex;
}
sup {
	bottom: 1ex;
}
small {
	font-size: small;
}
big {
	font-size: large;
}
ins {
	background: #ffc;
}
/* lists */
ul {
	list-style: square;
	margin: 0 0 18px 36px;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 36px;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
/* Forms */
input,
textarea,
select {
	background-color: #f9f9f9;
	border: solid 2px #e5e5e5;
	color: #444;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 100%;
	padding: 8px 8px;
}
textarea {
	line-height: 150%;
}
input:focus,
input:hover,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
	border-color: #c9c9c9;
}
input.button,
#submit {
	padding: 9px 8px 9px 8px;
}
input.button:hover,
#submit:hover {
	background-color: #e5e5e5;
}
/* Tables */
table,
th,
td {
	border: solid 1px #e8e8e8;
	border-collapse: collapse;
	padding: 2px 5px 2px 5px;
}
th {
	background-color: #e8e8e8;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 150%;
	margin: 10px 0 10px 0;
}
h1 {
	font-size: 180%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 80%;
}
#outdated {
	background-color: #feefda;
	border-bottom: solid 1px #f7941d;
	font-size: 12px;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
}
#outdated p {
	margin: 5px 0;
	padding: 0;
}

/* hides things only visible when printing */
.print-view {
	display: none;
}
#wrap {
	clear: both;
	margin: 0 auto 0;
	padding: 0;
	width: 960px;
}

/* wide template */
.page-template-full-width-template-php #content #c2,
.attachment #content #c2 {
	width: 900px;
	margin: 0;
}
.page-template-full-width-template-php #content #c1,
.page-template-full-width-template-php #content #c3,
.attachment #content #c1,
.attachment #content #c3 {
	display: none;
}

/* content */
#content {
	clear: both;
	overflow: hidden;
}

#page-head {
	border-bottom: dotted 2px #eaeaea;
	margin: 10px 0;
	padding: 10px 0;
}
#page-intro {
	color: #777;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.3;
	margin: 0;
	text-transform: uppercase;
}
#page-intro b {
	color: #666;
}
#page-description {
	color: #777;
	font-size: 13px;
	font-style: italic;
}
#page-description p {
	margin: .75em 0 0;
}


/* =Menu
-------------------------------------------------------------- */

#primary-menu {
	position: relative;
	z-index: 20;
}
#secondary-menu {
	position: relative;
	z-index: 10;
}
.menu {
	background: #fff;
	border-bottom-width: 4px;
	border-color: #d2d2d2;
	border-style: solid;
	clear: both;
	font-size: 11px;
	font-style: normal;
	line-height: 100%;
	list-style: none;
	margin: 0;
	overflow: visible;
	padding: 0;
}
.menu li,
.menu li a {
	display: inline-block;
}
.menu li {
	margin: 0;
	padding: 0;
	position: relative;
}
.menu li a {
	color: #666;
	padding: 12px;
}
.menu li a:hover,
.menu li a:focus,
.menu li a:active {
	color: #333;
	text-decoration: underline;
}

/* sub menu */
.menu li ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
	text-transform: none;
}
.menu li:hover > ul {
	display: block;
	z-index: 10;
}
.menu li ul li a {
	background: #d2d2d2;
	display: block;
	width: 150px;
	line-height: 1.7;
}
.menu li ul li a:hover,
.menu li ul li.current-menu-item > a {
	text-decoration: underline;
}

/* sub-sub menu */
.menu li ul li ul {
	display: none;
}
.menu li ul li:hover ul {
	left: 100%;
	top: 0;
}
#secondary-menu {
	border-top-width: 4px;
	margin-bottom: 10px;
}


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

#header {
	clear: both;
	margin: 10px 0;
	min-height: 200px;
	overflow: hidden;
}
#header a {
	color: #333;
}
#header a:hover {
	color: #333;
	text-decoration: none;
}
#site-title {
	font: bold 38px/100% 'Droid Sans', Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	margin: 60px 0 0;
	padding: 0;
	text-shadow: 1px 1px 1px rgba( 255, 255, 255, 0.5 );
}
#site-title a {
	display: block;
}
#site-description {
	display: block;
	font: bold italic 15px/170% 'Droid Serif', Georgia, serif;
	line-height: 1.3;
	margin: 10px 0 0;
	padding: 0;
	text-shadow: 1px 1px 1px rgba( 255, 255, 255, 0.5 );
}


/* =Columns
-------------------------------------------------------------- */

#c1 {
	border: solid 4px #d2d2d2;
	border-left: 0;
	border-right: 0;
	display: none;
	float: left;
	overflow: hidden;
	width: 290px;
}
#c2 {
	background: #fff;
	border: solid 4px #d2d2d2;
	border-left: 0;
	border-right: 0;
	float: left;
	line-height: 170%;
	margin: 0 10px 0 0;
	overflow: hidden;
	padding: 0 30px 30px 30px;
	width: 600px;
}
#c3 {
	border: solid 4px #d2d2d2;
	border-left: 0;
	border-right: 0;
	float: left;
	overflow: hidden;
	width: 290px;
}
.comet-sidebar-content #c1 {
	display: block;
}
.comet-sidebar-content #c2 {
	margin: 0 0 0 10px;
}
.comet-sidebar-content #c3 {
	display: none;
}
.comet-sidebar-content-sidebar #c1 {
	display: block;
	width: 200px;
}
.comet-sidebar-content-sidebar #c2 {
	margin: 0 10px 0 10px;
	width: 480px;
}
.comet-sidebar-content-sidebar #c3 {
	width: 200px;
}
.comet-sidebar-content-sidebar #searchform #s {
	width: 125px;
}
.comet-content #c2 {
	margin: 0;
	width: 900px;
}
.comet-content #c3 {
	display: none;
}


/* =Posts
-------------------------------------------------------------- */

.post,
#content
.attachment {
	clear: both;
	margin: 30px 0 40px 0;
	overflow: hidden;
	padding: 0;
}
.sticky {
	margin: 0 -30px 40px -30px;
	padding: 30px;
}
.sticky .byline-post-date {
	display: none;
}
h1.post-title {
	font: normal italic 32px/130% 'Droid Serif', Georgia, serif;
	margin: 1px 0 0 0;
	padding: 1px 0 0 0;
	text-shadow: 1px 1px 1px #fff;
}
h1.post-title a {
	color: #333;
}
h1.post-title a:hover {
	color: #666;
	text-decoration: none;
}
.post-text {
	margin: 20px 0 20px 0;
	overflow: hidden;
}
.post-meta {
	border-top: dotted 2px #eaeaea;
	border-bottom: dotted 2px #eaeaea;
	clear: both;
	color: #b1b1b1;
	font-style: italic;
	font-size: 8pt;
	letter-spacing: 1px;
	overflow: hidden;
	padding: 10px 0 10px 0;
}
.post-meta a {
	color: #b1b1b1;
	font-style: normal;
	text-transform: uppercase;
}
.post-meta a:hover {
	color: #868686;
	text-decoration: none;
}
.post-meta em {
	font-style: normal;
	text-transform: uppercase;
}
.post-comments {
	float: right;
}
.sep {
	background: url( 'images/sep.gif' ) center bottom no-repeat;
	height: 17px;
	margin: 40px 0;
	overflow: hidden;
}

/* Paged Post Navigation */
.post-pages,
.navigation {
	clear: both;
	margin: 30px 0 30px 0;
	overflow: hidden;
}
.post-pages a span,
.post-pages span,
.navigation a,
.navigation span {
	cursor: pointer;
	display: inline-block;
	font-size: small;
	line-height: 100%;
	padding: 8px 10px;
}
.post-pages span,
.navigation span {
	background: none;
	border: none;
}

.navigation .prev {
	float: left;
	margin: 0 5px 0 0;
}
.navigation .next {
	float: right;
	margin: 0 0 0 5px;
}

/* Previous/Next Navigation. */
.post-nav {
	margin: 30px 0 30px 0;
}
.post-nav .alignleft {
	background: url( 'images/icon-left.png' ) left top no-repeat;
	display: inline-block;
	min-height: 32px;
	padding: 0 0 0 40px;
	width: 40%;
}
.post-nav .alignright {
	background: url( 'images/icon-right.png' ) right top no-repeat;
	display: inline-block;
	min-height: 32px;
	padding: 0 40px 0 0;
	text-align: right;
	width: 40%;
}
.post-nav i {
	color: #999;
	font-size: 8pt;
	letter-spacing: 1px;
}
.single-attachment .post-nav .alignleft,
.single-attachment .post-nav .alignright {
	height: 32px;
	line-height: 32px;
}

/* Read More Link. */
.more-link {
	clear: left;
	display: inline-block;
	line-height: 100%;
	margin: 20px 0 10px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
}
.more-link,
.post-pages a span,
.navigation a {
	color: #666;
	background: #e6e6e6;
	border: solid 2px #d1d1d1;
}
.more-link:hover,
.post-pages a:hover span,
.navigation a:hover {
	color: #666;
	background: #d7d7d7;
	border-color: #c1c1c1;
	text-decoration: none;
}


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

.comment-heading {
	clear: left;
}
.leave-one {
	background: url( 'images/icon-right-small.png' ) right 2px no-repeat;
	display: inline-block;
	margin-top: 10px;
	padding-right: 25px;
}
.comment-heading a {
	float: right;
	font-size: 50%;
}
.commentlist {
	clear: both;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.commentlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment {
	margin: 0 0 0 40px;
	overflow: hidden;
	padding: 0;
}
.comment.depth-1 {
	margin: 0 0 10px 0;
}
.comment-body {
	border-bottom: solid 1px #e1e1e1;
	margin: 0;
	overflow: hidden;
	padding: 10px;
	position: relative;
}
.comment.depth-1 > .comment-body {
	border-top: solid 1px #e1e1e1;
}
.bypostauthor > .comment-body {
	background: #f8f3e4;
}

#content .comment .avatar {
	position: absolute;
	top: 10px;
	left: 10px;
}
.comment-wrap {
	margin-left: 60px;
}
ul.children .comment-wrap {
	margin-left: 40px;
}
.comment-meta {
	color: #a8a8a8;
	font-size: 11px;
	margin-bottom: 10px;
	overflow: hidden;
}
#content ul.children .avatar {
	width: 30px;
	height: 30px;
}
.comment-date,
.comment-edit-link {
	color: #a8a8a8;
}
.comment-date:hover,
.comment-edit-link:hover {
	color: #7c7c7c;
	text-decoration: none;
}
.comment-meta h4 {
	color: #666;
	display: inline;
	font-size: 15px;
	margin: 0;
	padding: 0;
}
.comment-text {
	overflow: hidden;
}
.comment-body blockquote {
	background: #fff url( 'images/quote.png' ) 10px 10px no-repeat;
	border: solid 1px #e8e8e8;
	padding: 10px 10px 10px 50px;
}
.comment-body blockquote blockquote {
	border: 0;
}
.comment-reply-link {
	display: none;
}
.comment-body:hover .comment-reply-link {
	background: #fff;
	border: solid 1px #e1e1e1;
	color: #555;
	display: block;
	font-size: 11px;
	line-height: 100%;
	padding: 6px 10px 6px 10px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.comment-body:hover .comment-reply-link:hover {
	background: #e1e1e1;
	text-decoration: none;
}
.trackbacklist {
	clear: both;
	margin: 30px 0 30px 0;
	overflow: hidden;
	padding: 0 0 0 30px;
}
.trackbacklist .comment-author cite,
.trackbacklist .comment-author cite a {
	font-weight: normal;
}
#commentform {
	margin: 0 0 10px 0;
}
.cancel-comment-reply {
	padding: 0 0 20px 0;
}
#commentform p {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	display: inline-block;
	float: left;
	padding-top: 8px;
	text-align: right;
	width: 90px;
}
.comment-form-url label {
	padding-right: 20px;
}
.comment-form-comment label {
	display: none;
}
.required {
	color: red;
	display: inline-block;
	float: left;
	padding: 8px 0 0 5px;
	width: 15px;
}
.comment-notes .required {
	float: none;
	padding: 0;
	width: auto;
}
#author,
#email,
#url {
	float: left;
}
.comment-form-author input {
	background-image: url( 'images/icon-user.png' );
	background-position: 8px 8px;
	background-repeat: no-repeat;
	padding-left: 35px;
}
.comment-form-email input {
	background-image: url( 'images/icon-mail.png' );
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding-left: 35px;
}
.comment-form-url input {
	background-image: url( 'images/icon-web.png' );
	background-position: 8px 8px;
	background-repeat: no-repeat;
	padding-left: 35px;
}
#commentform p input {
	margin-right: 10px;
	width: 220px;
}
#commentform textarea {
	height: 200px;
	min-width: 350px;
	width: 96%;
}


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

.widgets {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget {
	margin: 10px 0 0 0;
	overflow: hidden;
	padding: 10px;
}
.widget:first-child {
	margin-top: 0;
}
.widget h2 {
	display: inline-block;
	font: normal 8pt/100% Georgia, serif;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	padding: 8px 10px 8px 10px;
	text-shadow: 1px 1px 1px rgba( 255, 255, 255, 0.6 );
	text-transform: uppercase;
}
.widget ul,
.widget ol {
	list-style: none url( 'images/right-angled-quote.png' );
	margin: 0 0 0 25px;
}
.widget li {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #dfdfdf;
	padding: 5px 0 5px 0;
}
.widget li li:last-child {
	border-bottom-width: 0;
}
.widget li:first-child {
	border-top: 0;
}
.widget ul li ul.children {
	border: 0;
}
.widget ul li ul.children li {
	border: 0;
	margin: 5px 0 0 0;
}
.widget_authors img {
	vertical-align: middle;
}
.widget_tag_cloud {
	line-height: 1.3;
}
.comet-sidebar-content-sidebar #c1 .widget img,
.comet-sidebar-content-sidebar #c3 .widget img {
	max-width: 155px;
	height: auto;
}
.comet-sidebar-content-sidebar #c1 .widget .wp-caption {
	width: 172px !important;
}


/* =Search Form
-------------------------------------------------------------- */

#searchform label {
	display: block;
}
#searchform #s {
	background-image: url( 'images/icon-search.png' );
	background-position: 95% 10px;
	background-repeat: no-repeat;
	width: 215px;
	padding-right: 35px;
}
#searchform #searchsubmit {
	display: none;
}


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

#footer {
	color: #999;
	font-size: 11px;
	letter-spacing: 1px;
	overflow: hidden;
	padding-top: 30px;
	text-shadow: 1px 1px 1px rgba( 255, 255, 255, 0.5 );
}
#footer a {
	color: #999;
	font-style: normal;
	text-transform: uppercase;
}
#footer a:hover {
	color: #666;
	text-decoration: none;
}


/* =Images, Aligns, and Captions
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width: 100%;
	height: auto;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
}
#content img.alignleft,
#content .wp-caption.alignleft {
	margin-top: 4px;
	margin-right: 24px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
}
#content img.alignright,
#content .wp-caption.alignright {
	margin-top: 4px;
	margin-left: 24px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption img.size-full,
#content .wp-caption img.size-large {
	max-width: 582px;
}
#content .wp-caption .wp-caption-text {
	color: #888;
	font-size: 11px;
	margin: 5px;
	text-align: center;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
	width: 33%;
}
#content .gallery .gallery-caption {
	clear: both;
	color: #888;
	display: block;
	font-size: 12px;
	margin: 10px 0 0 0;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery a:hover img {
	border-color: #e4e4e4;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img {
	display: block;
	margin: 0 auto;
}


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

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-top: -4px;
	margin-right: 20px;
}
#content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Calendar
-------------------------------------------------------------- */

#wp-calendar,
#wp-calendar th,
#wp-calendar td {
	background: none;
	border: none;
}
#wp-calendar {
	background: none;
	empty-cells: hide;
	font: normal 11px/200% Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
}
#wp-calendar th {
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
}
#wp-calendar td {
	background-color: #e1e1e1;
	padding: 0;
	text-align: center;
}
#wp-calendar td:hover {
	background-color: #cfcfcf;
}
#wp-calendar a {
	background-color: #cdcdcd;
	color: #333;
	display: block;
	text-decoration: none;
}
#wp-calendar a:hover {
	background-color: #b9b9b9;
}
#wp-calendar caption {
	font-weight: bold;
	text-align: center;
}
#wp-calendar #today {
	background-color: #fff;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar .pad {
	background-color: #f0f0f0;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar .pad,
#wp-calendar .pad:hover {
	background: #f3f3f3;
}


/* =WP.com styles
-------------------------------------------------------------- */
.widget_twitter iframe {
	margin-top: 10px;
}
img#wpstats {
	display: block;
	margin: 0 auto;
}