/*
Theme Name: Shea Berkley
Theme URI: http://SheaBerkley.com/
Description: Custom Theme for Shea Berkley
Author:  Bemis Promotions
Author URI: http://bemispromotions.com/
Version: 1.0
*/

@import url(//fonts.googleapis.com/css?family=Flamenco|Lato);
@import url("https://www.sheaberkley.com/wp-content/themes/shea/links.css");
body {
	background: url('images/header.png') top center no-repeat, url('images/content_bkgrnd.png') top center repeat-y;
	margin:105px 0 0 0;
	padding:0;
	font-family: 'Lato', serif;
	color: #000000;
	font-size: 14px;
}
a {
	text-decoration: none;
	font-weight:bold;
	color: #193354;
}
a:hover {
	color: #3368ac;
}
h1 {
	color: #193354;
	font-weight: normal;
	font-family: 'Flamenco', cursive;
	font-size: 36px;
	text-shadow: 1px 1px #193354;
}
h1 a {
	color: #193354;
}
h1 a:hover {
	color: #5b664c;
}
h2 {
	font-weight: normal;
	color: #3368ac;
	font-family: 'Flamenco', cursive;
	font-size: 26px;
		text-shadow: 1px 1px #193354;
}
h2 a {
	color: #3368ac;
}
h2 a:hover {
	color: #6A92B6;
}
h3 {
	font-weight: normal;
	color: #3368ac;

	font-family: 'Flamenco', cursive;
	font-size: 22px;
}
h3 a {
	color: #3368ac;
}
h3 a:hover {
	color: #6A92B6;
}
p {
	line-height: 150%;
}
#nav {
	height: 29px;
	width: 100%;
	background: url('images/menu.png') repeat-x;
	padding: 12px;
}
ul.dropdown {
	margin: 0px auto 0 auto; 
	padding: 0;
	width: 900px;
	list-style: none;
}
ul.dropdown li {
	float: left;
	margin: 0 0 0 60px; 
	padding: 0;
	position: relative;
	font-family: 'Flamenco', san-serif;
	font-size: 24px;
	text-transform: uppercase;
}
ul.dropdown li a {
	float: left; 
	font-weight: normal;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000; 
}
ul.dropdown li a:hover {
	color: #729cd1;	
	text-shadow: 1px 1px 1px #000; 
}
ul.dropdown ul { 
	width: 220px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 30; 
	padding: 0;
	background-color: #eeeeee;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #234674;
	padding: 10px;
	margin: 10px;
	z-index: 9000;	
	-moz-box-shadow: 0 5px 15px #234674;
	-webkit-box-shadow: 0 5px 15px #234674;
	box-shadow: 0 5px 15px #234674;
}
ul.dropdown ul li { 
	font-weight: normal;
	width:100%;
	float: left; 
	clear:both;
	list-style:none;
	margin: 0;
	padding: 0 0 0 5px;
	font-family: Lato;
}
ul.dropdown ul li a { 
	border-right: none; 
	width: 90%; 
	display: inline-block; 
	text-indent: 0;
	height: 100%;
	padding: 8px 5px 5px 5px;
	border-bottom: 1px solid #234674;
	font-weight: bold;
	text-decoration: none;
	color: #193354;
	font-size: 14px;
	text-shadow: none;
	text-transform: none;
} 
ul.dropdown ul li:last-child a { 
	border-bottom: none; 
} 
ul.dropdown ul li a:hover { 
	color: #729cd1;
	text-indent: 0;
} 
.content {
	background: url('images/tree_bkgrnd.jpg') no-repeat bottom center;
	background-attachment: fixed;
	padding: 10px;
	width: 900px;
	margin: 0 auto 0 auto;
}
.sidebar {
	padding: 15px;
	margin: 20px;
	background-color:rgba(238,238,238, 0.7);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.box {
	padding: 15px;
	margin: 20px;
	background-color:rgba(238,238,238, 0.7);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.footer {
	text-align: center;
	font-size: 14px;
	letter-spacing: 3px;
	text-align: center;

}
.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: #d1e6e3;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: #6A92B6 1px solid;
	text-align: center;
}
.aligncenter {
	display: block;
    margin: 5px auto 5px auto;	
}
ul.publist {
	margin: 0; 
	padding: 0;
	width: 100%;
	list-style: none;
}
ul.publist li {
	float: left;
	margin: 0; 
	padding: 0;
	position: relative;
	padding-left: 10px;
}
ul.publist li a {
	float: left; 
	text-indent: -9999px;
	height: 25px;
	background-repeat: no-repeat;
}
ul.blocked {
	list-style-type: none;
	margin:0;
	padding: 0;
}
ul.blocked li {
	margin: 3px;
	padding: 3px;
	border-bottom: #6A92B6 1px dashed;
}
.mc_input {
	display: block;
	margin-bottom: 15px;
}
hr {
	border: 0;
	width: 80%;
	color: #6A92B6;
	background-color: #9584D4;
	height: 2px;
}

div.aktt_tweets {
	margin: 0px;
}
div.aktt_tweets ul {
	margin:0px;
	padding:0px;
}
div.aktt_tweets ul li {
	font-size: 13px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin: 5px 5px 15px 35px;
	padding: 5px;
	list-style-image: url('images/twitterbird.png');
	width: 180px;
}
div.aktt_tweets ul li a.aktt_tweet_time {
	display: block;
	padding-top: 8px;
}
.attachment-frontbook {
	-moz-box-shadow: 0 5px 15px #2A79C0;
	-webkit-box-shadow: 0 5px 15px #2A79C0;
	box-shadow: 0 5px 15px #2A79C0;
	border: #1D84A0 1px solid;
	margin: 15px;
}
.attachment-books-tn {
	-moz-box-shadow: 0 5px 15px #2A79C0;
	-webkit-box-shadow: 0 5px 15px #2A79C0;
	box-shadow: 0 5px 15px #2A79C0;
	border: #1D84A0 1px solid;
	margin: 15px;
}
.attachment-books {
	-moz-box-shadow: 0 5px 15px #2A79C0;
	-webkit-box-shadow: 0 5px 15px #2A79C0;
	box-shadow: 0 5px 15px #2A79C0;
	border: #1D84A0 1px solid;
	margin: 15px;
}
#quote {
	text-align: left;
	font-weight: bold;
}
#quoteauthor {
	text-align: right;
	font-style:italic;	
	display: block;
	padding-top: 10px;
}