@charset "UTF-8";
/* CSS Document */

/*  Structure
----------------------------------------------- */

body {
	min-width: 1200px;
}

/* Content-Sidebar */

.content-area {
	float: left;
	margin: 0 -410px 0 0;
	width: 100%;
}

.site-content {
	width: 576px;			/* 640 - 60 padding - 4 border */
	border: 2px solid #ccdeeb;
	padding: 30px;
}

.site-main .widget-area {
	float: right;
	overflow: hidden;
	width: 346px;			/* 410 - 60 padding - 4 border */
	border: 2px solid #d9d9d9;
	padding: 30px;
}

.site-footer {
	clear: both;
	width: 100%;
	padding-top: 10px;
}

.site {							/* convert to fixed-width */
    margin: 0 auto;
    max-width: 1200px;
}

#main {
	padding: 30px 50px;
	background-color: #fff;
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.15), inset 0 2px 2px rgba(0, 0, 0, 0.6);	
}

/* left */

.site-content img.alignleft {
	float: left;
	max-width: 300px;
	margin: 5px 15px 10px 0;
}

.site-content div.alignleft img {
	float: left;
	margin-bottom: 10px;
}

.site-content div.alignleft {
	max-width: 300px;
	margin: 5px 15px 10px 0;
}


/* right */

.site-content img.alignright {
	float: right;
	max-width: 300px;
	margin: 5px 0 10px 15px;
}

.site-content div.alignright img {
	float: right;
	margin-bottom: 10px;
}

.site-content div.alignright {
	max-width: 300px;
	margin: 5px 0 10px 15px;
}


/* center */

.site-content img.aligncenter {
	display: block;
	max-width: 576px;
	margin: 10px auto;
}

.site-content div.aligncenter img {
	display: block;
	margin-bottom: 10px;
}

.site-content div.aligncenter {
	max-width: 576px;
	margin: 10px auto;
}

/* none */

.site-content img.alignnone {
	display: none;
}

.site-content div.alignnone img {
	display: none;
}

div.alignnone p {
	display: none;
}


.wp-caption {
	border: 0;
	padding: 0;
	margin: 0;
}


/*  Global typography
----------------------------------------------- */

body {
	font-family: "DejaVuSans";
	font-size: 16px;
	font-size: 1.6rem;
}

a, a:visited {
	color: #007acc;
	text-decoration: none;
}

a:hover {
	color: #005c99;
}

p {
	margin: 10px 0 20px 0;
	margin: 1rem 0 2rem 0;
}

blockquote {
	color: #005c99;
	border-left: 2px solid #d9d9d9;
	padding-left: 15px;
}


/*  Headlines
----------------------------------------------- */

.content-area h1 {
	font-size: 24px;
	font-size: 2.4rem;
	color: #005c99;
	margin-bottom: 20px;
}

article {
	margin-bottom: 20px;
}

.content-area h1.entry-title {
	margin-bottom: 0;
}

.content-area h2 {
	font-size: 21px;
	font-size: 2.1rem;
}

.content-area h3 {
	font-size: 18px;
	font-size: 1.8rem;
}

h2.entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}

h2.comments-title {
	padding-top: 50px;
}

#page-content h2 {
	margin-top: 30px;
}

#page-content h2:first-child {
	margin-top: 0;
}

.widget-area h2 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
	margin-left: 30px;
	text-indent: -30px;
	color: #005c99;
}


/*  Post typography
----------------------------------------------- */


header div.entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: lowercase;
}

.entry-content {
	font-size: 16px;
	font-size: 1.6rem;
}

footer.entry-meta {
	clear: both;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: lowercase;
	padding-bottom: 60px;
	background: url(../images/star-divider.png) no-repeat bottom center;
	margin-bottom: 30px;
}

.more-link {
	float: right;
	margin-bottom: 10px;
}

p.morelink {
	margin: 0;
}


/* Comment form
----------------------------------------------- */

h3#reply-title {
	padding-top: 30px;
}

.comment-notes, .logged-in-as {
	font-size: 14px;
	font-size: 1.4rem;
}

form#commentform label {
	color: #666;
	padding-right: 5px;
}

p.comment-form-comment label {
	display: none;
}

p.form-allowed-tags, p.form-allowed-tags code {
	font-size: 12px;
	font-size: 1.2rem;
}

input#submit {
	font-size: 14px;
	font-size: 1.4rem;
}


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

ol.comment-list {
	list-style-type: none;
	margin-left: 0;
}

ul.children {
	list-style-type: none;
}

article.comment {
	background-color: #f2f2f2;
	padding: 15px;
	border: 1px solid #d9d9d9;
	margin-top: 15px;
}

li.bypostauthor article.comment {
	background-color: #e6edf2;
	border: 1px solid #b8ccd9;
}

article.comment footer {
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: lowercase;
}

article.comment .unapproved {
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: none;
	color: #f60;
}

img.avatar {
	border: 1px solid #ccc;
	box-shadow: none;
}

.comment-meta {
	float: right;
	clear: right;
	text-align: right;
	padding: 0 0 10px 20px;
}

.comment-author {
	font-family: DejaVuSansCondensed;
	font-weight: bold;
}

.reply {
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: lowercase;
}


/* Images
----------------------------------------------- */


.site-content img {
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.25);
}

.wp-caption-text {
	font-size: 12px;
	font-size: 1.2rem;
	font-style: oblique;
	text-align: center;
}


/* Sidebar
----------------------------------------------- */

ul.social-icons {
	list-style: none;
	margin: 5px 0 90px 0;
}

.social-icons li {
	float: left;
	padding: 0 5px 0 15px;
}

h2.widget-title {
	padding-bottom: 10px;	
	padding-bottom: 1rem;	
}

aside + aside h2.widget-title {
	padding-top: 15px;
}

.widget ul {
	list-style-type: none;
	margin-left: 15px;
}

.widget li {
	padding-bottom: 5px;
}

.adblock {
	clear: both;
	height: 300px;
	padding: 15px 10px;
	margin: 10px 0 50px 0;
	background-color: #e5e5e5;
	border: 1px solid #d9d9d9;
}

.adblock img {
	float: left;
	margin-right: 15px;
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.25);
}

.adblock p {
	font-family: DejaVuSansCondensed;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.35;
}

.adblock p.title {
	font-size: 20px;
	font-size: 2rem;
}


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

.site-footer p {
	color: #ccc;
	font-size: 12px;
	font-size: 1.2rem;
}

.site-footer a {
	color: #b2e0ff;
}



/* Subscription form
----------------------------------------------- */

.required {
	font-size: 14px;
	font-size: 1.4rem;
}

.asterisk {
	color: #f60;
}

.mc-field-group {
	clear: both;
	width: 100%;
	padding-bottom: 20px;
}

.mc-field-group label {
	display:block;
	margin-bottom:0;
}

.mc-field-group input {
	display:block;
	width:100%;
	padding: 5px;
	text-indent: 5px;
}

.mc-field-group ul {
	list-style-type: none;
}