/*  
Theme Name: Finishline
Theme URI: http://www.antbag.com
Description: Based on my former design at Antbag.com. The design was originally built on the Cutline framework, however it's been re-built from the ground up.
Version: 1.0
Author: Anthony Baggett
Author URI: http://www.antbag.com/

*/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
	background: #cc9 url(images/bkgd_sangre1200.png) top center no-repeat;
	color: #330;
}

#wrapper{
	margin: 246px auto 10px auto;
	width: 960px;
	text-align: left;
	overflow: hidden;
	background: transparent;
clear: both;
}

h1{
	font-family: Georgia, serif;
	font-size: 20px;
}

h3{
	margin: 0; padding: 12px 0 0 0;
}

h4{
padding: 0 0 0 15px;
line-height: 21px;
font-size: 12px;
}

blockquote { font-style: italic; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #330; 
	margin: 1em 0pt 0.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #fff;
	border-left: 3px solid #cc9; 
}

blockquote a:link { color:#330; }
blockquote a:visited { color:#330; }
blockquote a:hover { color: #c93; }

/*----HEADER----*/

#header{
	text-align: left;
	width: 100%;
	padding: 0;
	margin: 0 0 0 -800px;;
	background: transparent;
	color: transparent;
        clear: both;
}

/*----NAVIGATION BAR----*/

#top-menu{
	float: left;
	width: 960px;
	font-family: Verdana, Geneva, sans-serif;
        font-weight: 800;
	text-align: left;
	margin: 0 0 8px 0;
	background: transparent;
        clear: both;
}

#top-menu a{
	text-decoration: none;
	color: #fff;
	padding: 5px 6px;
        border-bottom: 2px dotted transparent;
}

#top-menu a:hover{
	text-decoration: none;
	background: transparent;
        color: #fff;
        border-bottom: 2px dotted #fff;
}

#top-menu ul{
	margin: 0 auto;
	width: 960px;
        height: auto;
	padding: 8px 0 5px 48px;
	text-align: left;
        clear:both;
}

#top-menu ul li{
	display: inline;
	font-size: 13px;
}

/*----POST----*/

#wrapper_content {
	margin: 0 auto 10px auto;
	width: 960px;
	text-align: left;
	overflow: hidden;
	background: #e3e3cf;
        clear: both; 
}

#container {float: left;
	width: 646px;
        margin: 0;
	padding: 0;
        background: #e3e3cf;
        border-top: 8px solid #cc9;
}

.post{
	margin: 0;
        padding: 12px 40px 40px 40px;
}

.post h2{
	font-family: Georgia, serif;
	font-size: 22px;
	margin-top: 12px;
        padding: 12px 0 4px 32px;
        background: url("images/bkgd_h2.png") no-repeat;
}

.post h2 a:link { text-decoration: none; color:#330; }
.post h2 a:visited { text-decoration: none; color:#330; }
.post h2 a:hover { text-decoration: none; color: #c93; }

.post h4 a:link { text-decoration: underline; color:#330; }
.post h4 a:visited { text-decoration: underline; color:#330; }
.post h4 a:hover{ text-decoration: underline; color: #c93; }

.post a:link, a:visited { text-decoration: underline; color:#330; }
.post a:visited { text-decoration: underline; color:#330; }
.post a:hover { text-decoration: underline; color: #c93; }

.postinfo{
	font-size: 11px;
	color: #aaa;
	padding: 0 0 20px 0;
	margin-top: -15px;
}

.postdate{ color: #aaa; }

p.postmetadata{
	font-size: 12px;
	color: #330;
	border-bottom: 1px dotted #ccc;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
}

p.postmetadata strong{
	float: right;
}

.entry{
	line-height: 21px;
}

.entry h4 { font-size: 14px; }
.entry p { 
	margin: 0 0 12px 0; 
}

.entry p a:link { text-decoration: underline; color:#330; }
.entry p a:visited { text-decoration: underline; color:#330; }
.entry p a:hover { text-decoration: underline; color: #c93; }

.entry ul, .entry ol { 
	margin: 0 0 12px 40px; 
}
	
.entry ul { 
	list-style-type: disc; 
}
	
.entry li { 
	margin: 0 0 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: 1px solid #ccc;
	background: #eee;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #ccc;
	background: #eee;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: 1px solid #ccc;
	background: #eee;
	float: none; 
	clear: both; 
}
	
.entry img.off { 
	padding: 0 !important; 
	border: none !important; 
}
		
.entry img.stack { 
	clear: none !important; 
}
/* This is the link at the bottom of a post which lets you go to the next or previous post */

.navigation{
	padding: 10px 20px 20px 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}

/*----SIDEBAR STYLES----*/

.sidebar{
	float: right;
	width: 314px;
	margin: 0 auto 5px auto;
	padding-top: 18px;
height: 100%;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
background: #e3e3cf;
border-top: 8px solid #cc9;
}

.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0 16px;
color: #330;
}


.sidebar ul li{
	padding: 20px 0 10px 5px;
}

.sidebar ul li a:link { text-decoration: underline; color:#330; }
.sidebar ul li a:visited { text-decoration: underline; color:#330; }
.sidebar ul li a:hover { text-decoration: underline; color: #c93; }

.sidebar ul li h2{

	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	color: #330;
	padding: 5px 5px 5px 20px;
	margin: 0 10px 10px 0;
	border-bottom: 1px dotted #CCC;
}

.sidebar ul ul li{
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 20px;
	list-style: url(images/bullet.png);
}

.sidebar a img{
	text-decoration: none;
	color:transparent;
border: 0;
}
.sidebar a:hover img{
	text-decoration: none;
	color: transparent;
border: 0;
}


/*----COMMENT FORM----*/

#comment-form{
	width: 510px;
	margin: 10px 0 0;
	border: 1px dotted #CCC;
	padding: 5px 5px 15px 15px;
	background: #E0ECF8;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0;
	line-height: 18px;
	padding: 10px 0 5px 15px;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, serif;
	font-size: 16px;
	color: #330;
	padding: 10px 0 30px 0;
}
}

.commentmetadata{
	font-size: 12px;
	color: #663;
	padding: 20px 0;
}

.commentmetadata strong { 
	font-size: 13px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #069;
}

.comments-template textarea{
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
	color: #000;
	margin: 30px 15px 15px 0;
	background: #FFF;
	border: 1px solid #CCC;
}

.even {
	background: #FFF;
	border: 2px solid #E0ECF8;
}

.alt {
	background: #E0ECF8;
	border: none;
}

/*---search form---*/

#search_form { }

#search_form .search_input{ 
	width: 221px; 
	padding: 3px; 
	color: #330; 
	font: normal 1.0em Georgia, "Times New Roman", Times, serif; 
	border-top: 1px solid #999; 
	border-left: 1px solid #999; 
	border-right: 1px solid #CCC; 
	border-bottom: 1px solid #CCC; 
}
	
li.widget .search_input{ 
	font-size: 1.1em !important; 
}
	
#search_form .search_input:focus{ 
	border-top: 1px solid #666; 
	border-left: 1px solid #666; 
	border-right: 1px solid #ddd; 
	border-bottom: 1px solid #ddd; 
}
		

/*----FOOTER----*/

#footerbottom {
	background:transparent;
        font-size: 11px;
	padding: 48px 0 48px 0;
	float:left;
	width:100%;
        text-align: center; 
}

#footerbottom a:link, a:visited{
	text-decoration: none;
	color:#330;
}

#footerbottom a:hover{
	text-decoration: underline;
	color: #c93;
}

#footer_img { margin: -70px auto 0 auto; text-align: center; padding: 0; width: 1200px; height: 172px; background: transparent url("images/bkgd_footer.png") bottom center no-repeat; }


/*----RECOMMENDED BY WORDPRESS----*/

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}                                         