@charset "utf-8";
/*===============================================================================
Theme Name: Chisum.com
Theme URI: http://bluegrassinternet.com/
Description: Wordpress Theme for Chisum.com
Version: 1.0
Author: Casey Haley
.
This theme developed from scratch exclusively for Chisum.com by Bluegrass Internet Services.
.
=================================================================================*/

/*--------------------------------
	BASIC LAYOUT STYLES
----------------------------------*/
	body {margin:0; padding:0; text-align:center; line-height:18px;}
	.width {width:960px; text-align:left; margin:0 auto;}
	#pagenav {height:33px; background-color:#050570;}
	#logobar {background:#8c1919 url(images/logobar-bg.jpg) repeat-x; height:52px;}
		.logo {margin-top:14px;}
	#content {background: url(images/content-bg.jpg) top repeat-x; height:1%; overflow:hidden;}
		#leftcol {float:left; width:560px; margin-top:14px; height: 1% /* Holly hack for Peekaboo Bug */}
		.home #leftcol {width:520px; padding-right:40px; /* Smaller width to line up with pic */}
			.postnav {background-color:#F7F7F7; /*border-bottom:2px solid #666;*/ padding-left:4px;}
			.postnav p {padding:10px 0; margin:0 0 0 0;}
			.post { border-top:#666 1px solid; border-bottom:#666 1px solid; padding-bottom:35px;}
		#rightcol {background: url(images/rightcol-bg.jpg) no-repeat; float:left; width:360px; margin-left:40px; height: 1% /* Holly hack for Peekaboo Bug */}
	#footer {width:900px; margin:4.8em auto;}
	
	img {border:none;}

/*----------------------------------
	WORDPRESS DEFAULT STYLES 
------------------------------------*/   
/* IMAGES */
	.entry-content img { margin: 0 0 1.5em 0; }
	.alignleft, img.alignleft { display: inline; float: left; margin-right: 1.5em; }
	.alignright, img.alignright { display: inline; float: right; margin-left: 1.5em; }
	.aligncenter, img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
	.wp-caption { text-align: center; margin-bottom: 1.5em; }
	.wp-caption img { border: 0 none; margin: 0; padding: 0; }
	.wp-caption p.wp-caption-text { margin: 0; }
	.wp-smiley { max-height: 1em; margin:0 !important; }
	.gallery dl { margin: 0; }
	.gallery-caption { margin:-1.5em 0 0 0; }
	
/* BLOCKQUOTES */
	blockquote.left { float: left; margin-left: 0; margin-right: 20px; text-align: right; width: 33%; }
	blockquote.right { float: right; margin-left: 20px; margin-right: 0; text-align: left; width: 33%; }
/*----------------------------------
	TYPGORAPHY
------------------------------------*/	
body {font-family:Verdana, Geneva, sans-serif;font-size:12px; color:#595959;line-height:1.6em;}
h1,h2,h3,h4,h5,h6 {font-family:"Times New Roman", Times, Georgia, serif;}
.postnav p {font-style:italic;}
.post h1 {font-size:16px; font-weight:normal; font-style:italic; border-bottom:#666 1px solid; padding-bottom:14px; margin-top:10px;}

/* Classes */
.bold {font-weight:bold;}

/*----------------------------------
	ADVANCED LAYOUT
------------------------------------*/	
/* Page Navigation (TOP) */
	#pagenav ul {margin:0; padding:7px 0 0 0;}
	#pagenav li {display:inline; list-style-type:none; padding-right:20px;}
/* Indent post content */
	.postContent {padding-left:20px;}
/* Double thick line on top-most postnav */
	.postnav + .post {border-top:#666 2px solid;}

/*-----------------------------------
	SIDEBAR
------------------------------------*/	
.sidelist {padding-left:0;}
#rightcol li {list-style-type:none; list-style-position: outside; list-style-image: url(images/bullet.png);}
#rightcol h2 {display:block; height:28px; padding-top:13px; margin:0; background-image: url(images/sidebar-head-bg-top.jpg); background-repeat: repeat-y; background-position: left top; }
#rightcol li h2{display:block; height:30px; padding-top:11px; margin:0; background-image: url(images/sidebar-head-bg.png); background-repeat: repeat-y; background-position: left top; }
#rightcol p, #rightcol form {padding-left:14px;}
#rightcol ul ul {margin-top:12px; margin-bottom:18px;}
#rightcol ul li {margin-bottom:5px;}
#rightcol li.categories, #rightcol li.linkcat {list-style-image:none;}
/*-----------------------------------
	LINK STYLES
-------------------------------------*/
	a {color:#444; text-decoration:underline;}
	a:hover {color:#222; text-decoration:none;}
	#pagenav a {color:#fff; text-decoration:none;}
	#pagenav a:hover {text-decoration:underline;}
	.postnav a { color:#666;font-weight:bold;}
	.post h1 a {color:#444; font-size:18px;}
	.postnav a:hover, .post a:hover {color:#222;}
/*-----------------------------------
	ADD ICONS TO FILETYPES
-------------------------------------*/
a[href $='.pdf'] { 
   padding-left: 18px;
   background: transparent url(images/page_white_acrobat.png) no-repeat center left;
}
/*-----------------------------------
	HIGHLIGHT SEARCH TERMS
-------------------------------------*/
.hilite { background-color:#ffff33;} /* default */

/*-----------------------------------
	POST PAGINATION
------------------------------------*/
.wp-paginate {padding:0 0 10px 0; margin:0 auto; text-align:center;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:#ddd; border:1px solid #ccc; color:#666; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#ccc; color:#888;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#666; border:1px solid #ccc; margin-right:4px; padding:3px 6px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}
