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

ul.blocked {
	list-style-type: none;
	margin:0;
	padding: 0;
}
ul.blocked li {
	margin: 3px;
	border-bottom: #FFFFFF 1px solid;
}

/* MAILCHIMP OVERRIDES */
.mc_input {
    width: 95% !important;
}
#mc_signup {
	max-width: 300px !important;	
	margin: 0 auto 0 auto;
}

/*Twitter Tools */
div.aktt_tweets {
	margin: 0px;
}
div.aktt_tweets ul {
	margin:0px;
	padding:0px;
}
div.aktt_tweets ul li {
	padding: 0 20px 20px 0;
	margin: 0px;
	color: #ffffff;
	list-style-type: none;
	border-bottom: #FFFFFF 1px solid;
}
div.aktt_tweets ul li a.aktt_tweet_time {
	display: block;
	padding-top: 2px;
}

/*image handling */
.alignleft {
	float: left;
	padding: 10px;
	margin: 10px;
	border:0;	
}
.alignright {
	float: right;
	padding: 10px;
	margin: 10px;
	border:0;	
}
div.wp-caption {
	padding: 10px;
	background-color:  rgba(72, 75, 171, 0.1);
	text-align: center;
	border-radius: .5em;
}
.aligncenter {
	display: block;
    margin: 5px auto 5px auto;	
}


/* QUOTE Handling (Flexi Quote Rotator and Block Quote) */
blockquote {
	margin: 10px;
	padding: 20px;
}
blockquote:before {
	content:open-quote;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	color: #40426C;
	opacity: 0.8;
	float: left;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	-webkit-text-stroke: 1px black;
}
blockquote:after {
	content:close-quote;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:60px;
	color: #40426C;
	opacity: 0.8;	
	float: right;
	margin-top: -40px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	-webkit-text-stroke: 1px black;
}

#quotes {
	height: 150px;
}

.quotemark {
	font-size: 75px;
	color: #596bb8;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#openquote {
	float: left;	
	margin-top: -25px;
	max-height: 40px;
}
#closequote {
	float: right;	
	margin-top: -25px;
	max-height: 40px;
}
#quoterotator {
	width: 220px;
	margin: 10px auto 10px auto;
}
#quoteauthor {
	display: block;
	margin-top: 10px;
	text-align: right;
}

/* Previous & Next Links */
.previous {
	float: left;
	width: 50%;
	margin:0;
	padding:0;	
	text-align: left;
}
.next {
	margin-left: 50%;
	text-align: right;
}

.frm_forms {
	margin: 0 auto 0 auto;	
}
/* comments */
	#commentform input {
	margin: 5px 0 1px 5px;
}
#commentform #submit {
	float:left;
}
#commentform p {

}
.comment {

}
.comment-author{

}
.comment-meta{

}
ol.commentlist {
	list-style: none;
}
ul.children {
	list-style: none;
}
.odd {
border: 1px solid #1F5A7F;
	padding: 10px;
	margin: 10px;
	border-radius: 1em;
}
.even {
border: 1px solid #1F5A7F;
	padding: 10px;
	margin: 10px;
	border-radius: 1em;
}
.thread-odd {
border: 1px solid #1F5A7F;
	padding: 10px;
	margin: 10px;
	border-radius: 1em;
}
.thread-even {
	border: 1px solid #1F5A7F;
	padding: 10px;
	margin: 10px;
	border-radius: 1em;
}
.depth-1 {
    margin-left:0;
}
.depth-2 {
    margin-left:10px;
}
.depth-3 {
    margin-left:20px;
}
.depth-4 {
    margin-left:30px;
}
.depth-5 {
    margin-left:40px;
}
.blogtopline {
	border-bottom: 1px solid #1F5A7F;	
}
.blogbottomline {
	border-top: 1px solid #1F5A7F;
}
.social {
	text-align: center;
}
.social img {
	margin: 2px;
	border: 0;
	height: 25px;
	width: 25px;
}
img {
	max-width: 100%;
	height: auto;	
}