/* This imports the Base Weblog CSS from TypePad, which defines core styles 

@import url(/.shared/themes/common/base-weblog.css); */

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { background: #49718f; margin: 0; font-size: 12px; line-height: 1.231; font-family: Verdana, Arial, sans-serif; color: #222; }

button, input, select, textarea { font-family: Verdana, Arial, sans-serif; color: #222; background: white; /*background: #49718f;*/ }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #0087ff; color: #fff; text-shadow: none; }
::selection { background: #0087ff; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { 
	color: #00437f;
	text-decoration: underline;
	}
	
a:visited {
	color: #6a6a6a;
	text-decoration: underline;
	}
	
a:focus { 
	outline: thin dotted;
	}

a:active {
	color: #ababab;
	outline: 0; /* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
	text-decoration: underline;
	}

a:hover {
	color: #0071d7;
	outline: 0; /* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
	text-decoration: underline;
	}

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1.5em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: David Hepworth
   ========================================================================== */
   
#skip a, #skip a:hover, #skip a:visited { 
	position:absolute; 
	left:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden;
	} 

#skip a:active, #skip a:focus { 
	position:static; 
	width:auto; 
	height:auto;
	float: right;
	margin: 0 25px 0 0;
	padding: 1px;
	}
	
.hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	}
   
#container {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	background: transparent url(http://www.persecutionblog.com/vom/img/body_background.gif) repeat-y top center;
	overflow: hidden;
	}
	
#network {
	width: 950px;
	margin: 0;
	padding: 9px 0 7px 0;
	background: transparent url(http://www.persecutionblog.com/vom/img/network_background.png) no-repeat center top;
	font-size: 11px;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	overflow: hidden;
	}
		
#network a, #network a:link {
	border: none;
	color: black;
	text-decoration: none;
	}
	
#network a:visited {
	border: none;
	color: black;
	text-decoration: none;
	}

#network a:active {
	border: none;
	color: #1d1d1d;
	text-decoration: underline;
	}
	
#network a:hover {
	border: none;
	color: #777777;
	text-decoration: none;
	}
	
#network_buttons {
	margin: 0;
	padding: 0 6px 0 25px;
	display: inline;
	float: left;
	}
	
#network_buttons li {
	list-style: none;
	display: inline;
	padding-right: 2px;
	}
	
#network_sites {
	margin: 0;
	padding: 1px 0 0 0;
	display: inline;
	float: left;
	}

#network_sites li {
	list-style: none;
	display: inline;
	}
	
#banner {
	background: transparent url(http://www.persecutionblog.com/vom/img/banner_background.jpg) no-repeat top left;
	width: 950px;
	height: 90px;
	}
	
.banner_text {
	padding: 14px 0 0 23px;
	float: left;
	}
	
.banner_logo {
	padding: 14px 25px 0 0;
	float: right;
	}
	
#main {
	background: transparent url(http://www.persecutionblog.com/vom/img/main_background.gif) no-repeat top left;
	padding: 10px 0 15px 0;
	}

#blog_content {
	float: left;
	padding: 5px 20px 15px 25px;
	width: 590px;
	}
	
.content-nav {
	text-align: left;
	color: #00437f;
	}
	
.content-nav a, .content-nav a:link {
	color: #00437f;
	text-decoration: none;
	}

.content-nav a:visited {
	color: #00437f;
	text-decoration: none;
	}
	
.content-nav a:active {
	color: #2382d6;
	text-decoration: underline;
	}
	
.content-nav a:hover {
	color: #00437f;
	text-decoration: underline;
	}
	
.blog_post {
	}
	
.featured_post {
	}
	
.featured_title {
	font-variant: small-caps;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: georgia, 'times new roman', serif;
	font-weight: normal;
	font-size: 20px;
	color: black;
	border-bottom: 1px solid #ccc;
	}
	
.archive_title {
	padding: 0;
	margin: 0 0 10px 0;
	font-family: georgia, 'times new roman', serif;
	font-weight: normal;
	font-size: 20px;
	color: black;
	}
	
.post_title {
	padding: 0;
	margin: 0 0 10px 0;
	font-family: georgia, 'times new roman', serif;
	font-weight: normal;
	font-size: 20px;
	color: #00437f;
	}
	
.post_title a, .post_title a:link {
	color: #00437f;
	text-decoration: none;
	}

.post_title a:visited {
	color: #00437f;
	text-decoration: none;
	}
	
.post_title a:active {
	color: #2382d6;
	text-decoration: underline;
	}
	
.post_title a:hover {
	color: #00437f;
	text-decoration: underline;
	}
	
.post_author {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 10px;
	color: black;
	}
	
.post_author a, .post_author a:link {
	color: black;
	text-decoration: none;
	}	

.post_author a:visited {
	color: black;
	text-decoration: none;
	}

.post_author a:active {
	color: black;
	text-decoration: underline;
	}
	
.post_author a:hover {
	color: black;
	text-decoration: underline;
	}
	
.post_date {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 10px;
	color: #4c4c4c;
	}

.content_header {
	font-variant: small-caps;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: georgia, 'times new roman', serif;
	font-weight: normal;
	font-size: 22px;
	color: black;
	}
	
.date_header {
	font-variant: small-caps;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: georgia, 'times new roman', serif;
	font-weight: normal;
	font-size: 20px;
	color: black;
	border-bottom: 1px solid #ccc;
	}
	
.quote, blockquote {
	padding-left: 30px;
	border-left: 3px solid #ccc;
	font-size: 90%;
	margin-left: 0;
	}
	
.entry-footer {
	font-size: 80%;
	color: #4c4c4c;
	}
	
.entry-footer-info {
	margin-bottom: 0;
	padding-bottom: 0;
	}

.entry-footer-tags {
	margin-top: 0;
	padding-top: 0;
	}
	
.comments-header {
	padding: 10px 0 10px 0;
	margin: 15px 0 15px 0;
	font-family: georgia, 'times new roman', serif;
	font-weight: normal;
	font-variant: small-caps;
	font-size: 20px;
	color: black;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: block;
	}

#comment-title {
	padding: 5px 0 5px 0;
	margin: 10px 0 0 0;
	font-family: georgia, 'times new roman', serif;
	font-weight: normal;
	color: black;
	display: block;
	}
	
#sidebar {
	float: right;
	width: 292px;
	padding: 5px 10px 15px 0;
	}
	
.sidebar_banner {
	background: transparent url(http://www.persecutionblog.com/vom/img/sidebar_banner_background.gif) no-repeat center bottom;
	width: 302px;
	height: 35px;
	margin: 0 0 5px 0;
	}
	
.sidebar_banner a, .sidebar_banner a:link {
	border: none;
	color: white;
	text-decoration: none;
	}
	
.sidebar_banner a:visited {
	border: none;
	color: white;
	text-decoration: none;
	}

.sidebar_banner a:active {
	border: none;
	color: white;
	text-decoration: none;
	}
	
.sidebar_banner a:hover {
	border: none;
	color: white;
	text-decoration: none;
	}
	
.sidebar_banner h4 {
	color: white;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 0 10px;
	}
	
h4.sidebar_search_text {
	width: 70px;
	height: 29px;
	position: relative;
	overflow: hidden;
	float: left;
	}
	
#search-blog {
	display: inline;
	width: 200px;
	padding: 5px 0 0 0;
	margin: 0;
	float: left;
	}
	
#search-blog-box {
	margin: 0 5px 0 20px;
	padding: 0;
	float: left;
}
	
#search-blog-button {
	float: left;
	}
		
h4.sidebar_search_text span {
	background: url(http://www.persecutionblog.com/vom/img/sidebar_banner_search.gif) no-repeat top left;
	position: absolute;
	width: 100px;
	height: 100%;
	}
	
#cse-search-form {
	padding-top: 2px !important;
	}
	
.cse-search-form {
	padding-top: 0 !important;
	}
	
.gsc-input {
	padding: 2px 0 !important;
	}
	
.gsc-search-button {
	height: 20px !important;
	}
	
.gsc-search-box {
	font-size: 12px !important;
	}
	
.gsc-input {
	font-size: 12px !important;
	}
	
.gsc-branding {
	margin-top: 10px !important;
	}
	
h4.sidebar_archives_text {
	width: 302px;
	height: 29px;
	position: relative;
	overflow: hidden;
	}
		
h4.sidebar_archives_text span {
	background: url(http://www.persecutionblog.com/vom/img/sidebar_banner_archives.gif) no-repeat top left;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	
.sidebar_archives ul {
	list-style: none;
	margin: 0 0 10px 10px;
	padding: 0;
	}

.sidebar_archives li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
h4.sidebar_contactus_text {
	width: 302px;
	height: 29px;
	position: relative;
	overflow: hidden;
	}
		
h4.sidebar_contactus_text span {
	background: url(http://www.persecutionblog.com/vom/img/sidebar_banner_contactus.gif) no-repeat top left;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	
h4.sidebar_recentposts_text {
	width: 302px;
	height: 29px;
	position: relative;
	overflow: hidden;
	}
		
h4.sidebar_recentposts_text span {
	background: url(http://www.persecutionblog.com/vom/img/sidebar_banner_recentposts.gif) no-repeat top left;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	
.sidebar_ad {
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
.sidebar_ad a img, .sidebar_ad a:link img {
	border: 1px solid #00437f;
	}

.sidebar_ad a:visited img {
	border: 1px solid #00437f;
	}
	
.sidebar_ad a:active img {
	border: 1px solid #2382d6;
	}

.sidebar_ad a:hover img {
	border: 1px solid #2382d6;
	}
	
.sidebar_recentposts {
	width: 275px;
	font-size: 11px;
	}
	
.sidebar_recentposts ul {
	margin: 0 0 15px 10px;
	padding: 0 0 10px 15px;
	border-bottom: 1px solid #ccc;
	}
	
.sidebar_recentposts a, .sidebar_recentposts a:link, .sidebar_recentposts a:visited {
	text-decoration: none;
	color: black;
	}
	
.sidebar_recentposts a:hover {
	color: #00437f;
	text-decoration: underline;
	}
	
.twitter_widget {
	padding: 0 0 0 18px;
	}
	
.other_sites_container {
	padding: 10px 0 0 0;
	margin: 15px auto;
	text-align: center;
	border-top: 1px solid #ccc;
	}

.other_sites {
	width: 200px;
	margin: 0 auto;
	padding: 0;
	}
	
#footer_top {
	clear: both;
	width: 950px;
	height: 6px;
	background: transparent url(http://www.persecutionblog.com/vom/img/footer_top.gif) no-repeat;
	font-family: helvetica, arial, sans-serif;
	}
	
#footer {
	color: white;
	width: 925px;
	padding: 10px 0 7px 25px;
	margin: 0 0 10px 0;
	background: black url(http://www.persecutionblog.com/vom/img/footer_background.jpg) no-repeat;
	font-size: 90%;
	overflow: hidden;
	}

#footer a, #footer a:link {
	color: white;
	text-decoration: none;
	}
	
#footer a:visited {
	color: white;
	text-decoration: none;
	}
	
#footer a:active {
	color: white;
	text-decoration: none;
	}
	
#footer a:hover {
	color: white;
	text-decoration: underline;
	}
	
#footer_left {
	float: left;
	width: 400px;
	}

#footer_right {
	float: right;
	width: 330px;
	padding: 1px 25px 0 0;
	text-align: right;
	}
	
#footer_right ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#footer_right li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
	}
	
/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
/* ph=1 */

