/*
Theme Name: candisterry
Theme URI: http://CandisTerry.com/
Description: Custom Theme for Candis Terry
Author:  Bemis Promotions
Author URI: http://bemispromotions.com/
Version: 1.0
*/
@import url("links.css");
@font-face {
	font-family: gothic;
	src: url('font/Gothic.TTF');
}
body {
	background-image: url('images/body_bkgrnd.png');
	background-repeat: repeat-x;
	background-color: #c6dbe9;
	margin:0;
	padding:0;
	font-family: gothic, 'Century Gothic', Tahoma, Verdana, Geneva, San Serif;
	color: #000000;
	font-size: 13px;
}
a {
	text-decoration: none;
	font-weight:bold;
	color: #218457;
}
a:hover {
	color: #6084a5;
}
h1 {
	color: #218457;
	font-weight: normal;
	font-size: 24px;
}
h1 a {
	color: #218457;
	font-weight: normal;
}
h1 a:hover {
	color: #6084a5;
}
h2 {
	font-weight: normal;
	color: #6084a5;
	font-size: 20px;
}
h2 a {
	color: #6084a5;
	font-weight: normal;
}
h2 a:hover {
	color: #218457;
}
h3 {
	font-weight: normal;
	color: #000000;
	font-size: 18px;
}
h3 a {
	color: #000000;
	font-weight: normal;
}
h3 a:hover {
	color: #6084a5;
}
p {
	line-height: 150%;
}
.header {
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	height: 225px;
	width: 920px;
}
ul.dropdown {
	margin: 0; padding: 0;
	width: 100%;
	list-style: none;
}
ul.dropdown li {
	float: left;
	margin: 0; 
	padding: 0;
	position: relative;
}
ul.dropdown li a {
	float: left; 
	text-indent: -9999px;
	height: 40px;
}
ul.dropdown a.home {background-image: url('images/menu.png');width:169px;}
ul.dropdown a.home:hover {background-image: url('images/menu_hover.png');}
ul.dropdown a.bio {background-image: url('images/menu.png'); width: 154px; background-position: -169px 0;}
ul.dropdown a.bio:hover {background-image: url('images/menu_hover.png');}
ul.dropdown a.books {background-image: url('images/menu.png'); width: 104px; background-position: -323px 0;}
ul.dropdown a.books:hover {background-image: url('images/menu_hover.png');}
ul.dropdown a.blog {background-image: url('images/menu.png'); width: 87px; background-position: -427px 0;}
ul.dropdown a.blog:hover {background-image: url('images/menu_hover.png');}
ul.dropdown a.extras {background-image: url('images/menu.png'); width: 106px; background-position: -514px 0;}
ul.dropdown a.extras:hover {background-image: url('images/menu_hover.png');}
ul.dropdown a.recipes {background-image: url('images/menu.png'); width: 123px; background-position: -620px 0;}
ul.dropdown a.recipes:hover {background-image: url('images/menu_hover.png');}
ul.dropdown a.contact {background-image: url('images/menu.png'); width: 177px; background-position: -743px 0;}
ul.dropdown a.contact:hover {background-image: url('images/menu_hover.png');}

ul.dropdown ul { 
	width: 220px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	padding: 0;
	background-color: #c6dbe9;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #506b83;
	padding: 10px;
	margin: 10px;
	z-index: 9000;	
}
ul.dropdown ul li { 
	font-weight: normal;
	width:100%;
	float: left; 
	clear:both;
	list-style:none;
	padding-left: 5px;
}
ul.dropdown ul li a { 
	border-right: none; 
	width: 90%; 
	display: inline-block; 
	text-indent: 0;
	height: 22px;
	padding: 8px 5px 5px 5px;
	border-bottom: 1px dashed #506b83;
	font-weight: bold;
	text-decoration: none;
	color: #6184a5;
} 
ul.dropdown ul li:last-child a { 
	border-bottom: none; 
} 
ul.dropdown ul li a:hover { 
	color: #c50000;
	text-indent: 0;
} 
.content_wrapper {
	background: url('images/content_top.png') no-repeat,
	url('images/content_bkgrnd.png') repeat-y;
	padding: 0 10px 0 10px;
	margin:0;	
}
.content {
	padding: 0 25px 0 10px;
	margin: 0;
}
.footer {
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	height: 87px;
	line-height: 100%;
	font-size: 11px;
}

.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: #cccccc;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: #111111 1px solid;
	text-align: center;
}
.aligncenter {
	display: block;
    margin: 5px auto 5px auto;	
}

.latestbook {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #506b83;
	background-color: #c5dae9;
	padding: 10px 10px 50px 10px;
	margin: 10px;
}
.sidebar {
	background: url('images/sidebar_bottom.png') no-repeat bottom left,
	url('images/sidebar_bkgrnd.png') repeat-y;
	margin:0;
	padding:0;
}
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 0 0 25px;
	padding: 0;
}
ul.blocked li {
	margin: 3px;
	padding: 10px;
	border-bottom: #553884 1px dashed;
	color: #000000;
}
.mc_input {
	display: block;
	margin-bottom: 15px;
	width: 200px !important;
}
hr {
  border: 0;
  width: 80%;
  color: #553884;
background-color: #553884;
height: 2px;
}
/* comments */
#commentform input {
	margin: 5px 0 1px 5px;
}
#commentform #submit {
	float:left;
}
#commentform p {
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
}
.comment {

}
.comment-author{

}
.comment-meta{

}
ol.commentlist {
	list-style: none;
}
ul.children {
	list-style: none;
}
.odd {
    padding: 12px;
    border: 2px solid #553884;
    margin-top: 10px;
    margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.even {
    padding: 12px;
    border: 2px solid #553884;
    margin-top: 10px;
    margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.thread-odd {
    padding: 12px;
    border: 2px solid #553884;
    margin-top: 10px;
    margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;}
.thread-even {
    padding: 12px;
    border: 2px solid #553884;
    margin-top: 10px;
    margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.depth-1 {
    margin-left:0;
}
.depth-2 {
    margin-left:10;
}
.depth-3 {
    margin-left:20;
}
.depth-4 {
    margin-left:30;
}
.depth-5 {
    margin-left:40;
}

div.aktt_tweets {
	padding: 0;
	margin: 0 0 0 25px;
}
div.aktt_tweets ul {
	margin:0px;
	padding:0px;
}
div.aktt_tweets ul li {
	font-size: 11px;
	
	border: #553884 1px solid;
	margin: 3px 3px 3px 30px;
	padding: 3px;
	color: #000000;
	list-style-image: url('images/twitterbird.png');
	width: 200px;
}

div.aktt_tweets ul li a.aktt_tweet_time {
	display: block;
	padding-top: 8px;
}
#mc_signup {
	margin-left: 25px;
}