/*
Theme Name: jerrie
Theme URI: http://jerriealexander.com
Description: Custom Theme for Author, Jerrie Alexander
Author:  Liz Bemis, 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: #000000;
	margin:0;
	padding:0;
	font-family: gothic, 'Century Gothic', Tahoma, Verdana, Geneva, San Serif;
	color: #000000;
	font-size: 14px;
}
img, a img {
	border: 1px solid #A3A3A3 !important;
}

a {
	text-decoration: none;
	font-weight:normal;
	color: #cf042a;
}
a:hover {
	color: #c2c8ce;
}
h1 {
	color: #cf042a;
	font-weight: normal;
}
h1 a {
	color: #cf042a;
}
h1 a:hover {
	color: #c2c8ce;
}
h2 {
	font-weight: normal;
	color: #666666;
}
h2 a {
	color: #666666;
}
h2 a:hover {
	color: #cf042a;
}
h3 {
	font-weight: normal;
	color: #cf042a;
}
h3 a {
	color: #cf042a;
}
h3 a:hover {
	color: #ad0323;
}
p {
	line-height: 150%;
}
.header {
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	height: 250px;
	width: 900px;
}
.menu {
	background-image: url('images/menu.png');
	background-repeat: no-repeat;
	height: 50px;	
}
.menu ul {
	list-style: none;
	margin: 0 0 0 0px;
	font-size: 15px;
}
.menu ul li {
	float: left;
	margin-left: 48px;
}
.menu ul li a{
	color: #ad0323;
	font-weight: bold;
}
.menu ul li a:hover {
	color: #c4cacf;
	text-decoration: underline;
}
.content {
	background-color: #d9e1ea;
	border-left: 2px #cf042a solid;
	border-right: 2px #cf042a solid;
	padding: 0 10px 0 10px;
	margin: 0;
}
.footer {
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	height: 50px;
}
.copyright {
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
	color: #c4cacf;
}
.copyright a{
	color: #cf042a;
}
.copyright a:hover {
	color: #c4cacf;
	text-decoration: underline;
}
div.aktt_tweets ul {
	list-style:none;
	padding:20px 20px 20px 20px;
	margin:0;
}
ul.blocked li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
	list-style:none;
}
ul.blocked ul {
	list-style:none;
	padding:20px 20px 20px 20px;
	margin:0;
}
div.aktt_tweets ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
	list-style:none;
}
.sidebar {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
	color: #FFFFFF;
	border: 1px solid #000000;
	background-color: #a90a0a;	
	padding: 15px;
}
.sidebar h2 {
	color: #FFFFFF;	
}
.sidebar a {
	color: #000000;
}
.sidebar a:hover {
	color: #FFFFFF;
}
.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;	
}
	
/* 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 {
    background-color: #d9e1ea;
    padding: 12px;
    border: 2px solid #000000;
    margin-top: 10px;
    margin-bottom: 10px;
	color: #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.even {
    background-color: #d9e1ea;
    padding: 12px;
    border: 2px solid #000000;
    margin-top: 10px;
    margin-bottom: 10px;
	color: #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.thread-odd {
    background-color: #d9e1ea;
    padding: 12px;
    border: 2px solid #000000;
    margin-top: 10px;
    margin-bottom: 10px;
	color: #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.thread-even {
    background-color: #d9e1ea;
    padding: 12px;
    border: 2px solid #000000;
    margin-top: 10px;
    margin-bottom: 10px;
	color: #000000;
	-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;
}
.mc_input {
	display: block;
	margin-bottom: 15px;
}
ul.publist {
	margin: 0; 
	padding: 0;
	width: 100%;
	list-style: none;
	float: left;
}
ul.publist li {
	float: left;
	margin: 0; 
	padding: 0;
	position: relative;
	padding-left: 10px;
}
ul.publist li a {
	float: left; 
	text-indent: -9999px;
	background-repeat: no-repeat;
	height: 25px;
}

ul.blocked {
	list-style:none;
	padding:0;
	margin:0;
}
ul.blocked li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
	list-style:none;
}