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

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

/* 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: #000000;
	list-style-type: none;
}
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(100, 193, 180, 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: #64c1b4;
	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: #64c1b4;
	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: 60px;
	color: #64c1b4;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#openquote {
	float: left;	
	margin-top: -25px;
	max-height: 40px;
}
#closequote {
	float: right;	
	margin: -15px -10px 0 0;
	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;	
}

@media only screen and (min-width:481px) and (max-width:850px) {
	ul.dropdown {
		margin-top: 20px;
	}
	.social img { 
		width: 25px;
		padding: 2px;
	}
}

@media only screen and (max-width: 480px) {
	.social img {
		width: 20px;
	}
	ul.dropdown {
		margin-top: 30px;
	}
}
hr {
	border: 0;
	width: 80%;
	color: #CC4E8E;
	background-color: #CC4E8E;
	height: 2px;
}
img {
	max-width: 100%;
	height: auto;	
}