/*
Theme Name: Ballhawks Theme
Theme URI: http://ballhawksmovie.com/
Description: Custom Theme for Ballhawks Movie Blog.
Version: 0.1
Author: John Barnicle
Author URI: http://www.graneroperro.com/
Tags: fixed width

*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #5c513d;
	text-align: center;


}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#797979;
	color:#807970;
}

#pageContainer {
	width:793px;
	height:2210px;
	background:url("images/bhbg.jpg"); 
	background-repeat:repeat-y; 
	margin:0 auto;
}

#pageContent {
	width:720px;
	margin-left:37px;
}


#header {
	width:793px;
	height:144px;
	background:url("images/header.jpg") no-repeat;
	padding:0px;
	margin:0px;

}

#rightColumn {
	float:left;
	width:65%;
}

#leftColumn {
	float:left;
	padding:0px;
	width:30%;
}
#leftColumn {
	float:left;
	width:30%;
	text-align:left;
}

#leftColumn ul {
	color:#6E99BB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	list-style:none;
	margin:15px 0px 0px 25px;
	padding:0;
}

#leftColumn ul li {
	padding:3px;
}	

#leftColumn ul li a {
	text-decoration:none;
	color:#6E99BB;
}	

#navlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#6699cc;
}	

#navlist li {
	padding-left: 10px;
}

#navlist ul { list-style: none; }

a {
	text-decoration:none;
	color:#5B5B5B;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	color: #807970;
	}

.post h2 {
	font-size:24px;
	font-weight:normal;
	margin-top: 15px;
	color:#5B5B5B;
}

.entry {
	margin-top:10px;
}

.entry p  {
	margin:10px 5px;
	font-size:14px;
}

.entry img {
	padding:0px 5px 5px 0px;
}
.wp-caption {	
	float:left;

}
.postmetadata {
	clear:both;
	margin-top:20px;

}
.post-date {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:807970;
	font-weight:bold;
}

p.wp-caption-text {
	color: #363636;
	font-size:12px;
	font-weight:bold;
}
.wp-caption {
	/* border: 1px solid #ddd; */
	text-align: center;
	background-color: #f3f3f3;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right:5px;
	padding: 4px 0 0 0;
	
	/* margin: 0 0 15px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; **/
}
	.wp-caption a {
		line-height: 0.11em;
	}
	.wp-caption a:hover {
		background: none;
	}
	.wp-caption img {
		margin: 0 auto;
		display: block;
		padding: 0;
	}
	.wp-caption-text {
		padding: 3px 0 !important;
		margin: 0 !important;
	}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.more-link {
	font-weight:bold;
	font-style:italic;
}

hr { margin:15px 0px; color:#807970;}

.blue-ital {
	color:#336699;
	font-style:italic;
	font-size:18px;	
	margin:0px 0px 20px 0px;
}