/*
Theme Name: CFIS
Theme URI: http://capefearinvestigative.com/
Description: CFIS theme based on Wordpress Default
Version: 1.0


*/



@charset "utf-8";


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}




body {
	margin: 0px;
	background-color: #000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 0px;
}
.outer-container {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.top-page {
	height: 30px;
}

.cfis-navigation {
	height: 72px;
	width: 980px;
	background-image: url(images/header-background.png);
}
.four-box-holder {
	width: 980px;
	float: left;
	height: 140px;
	margin-top: 20px;
}

.content-area {
	background-color: #132053;
	float: left;
	width: 980px;
}
.four-box {
	height: 140px;
	width: 220px;
	float: left;
	margin-left: 20px;
	background-image: url(images/content-darker.png);
	background-repeat: repeat-x;
}
.content {
	clear: both;
	float: left;
	width: 980px;
	margin-top: 20px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 20px;
}
.content-left {
	float: left;
	width: 540px;
	margin-left: 20px;
	background-image: url(images/content-darker.png);
	background-repeat: repeat-x;
	background-color: #101C48;
	margin-bottom: 20px;
	padding: 20px;
	font-size: 14px;
}
.content-right {
	float: right;
	width: 300px;
	margin-right: 20px;
	background-image: url(images/content-darker.png);
	background-repeat: repeat-x;
	background-color: #101C48;
	margin-bottom: 20px;
	padding: 20px;
	font-size: 12px;
}
.content-right ul li {
	margin-bottom: 10px;
	line-height: 100%;
}

.clear-both {
	clear: both;
}
.footer {
	background-color: #000;
	background-image: url(images/footer-tile.png);
	background-repeat: repeat-x;
	height: 117px;
	font-size: 12px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
}
.footer-inner {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
.four-box h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	float: right;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(images/black-80.png);
}


.outer-outer-container {
	background-image: url(images/background-tile-top.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000034;
}
.navigation-inner {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 11px;
	float: right;
}
.navigation-inner ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navigation-inner ul li {
	float: left;
	width: 70px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: ridge;
	border-left-color: #828FC6;
	height: 40px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
	list-style-type: none;
}
.top-page h1 {
	float: right;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}

#fourbox-domestic {
	background-image: url(images/4b-domestic.png);
}
#fourbox-homedrug {
	background-image: url(images/4b-home-drug-test.png);
}
#fourbox-child {
	background-image: url(images/4b-child.png);
}
#fourbox-process {
	background-image: url(images/4b-process.png);
}
.footer-three-box {
	width: 273px;
	float: left;
	height: 150px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.navigation-inner ul li a {
	color: #FFF;
	text-decoration: none;
}

#footer-left-three-box {
	margin-left: 20px;
}
#footer-right-three-box {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}

.footer-three-box ul li {
	margin-bottom: 10px;
}
.navigation-inner ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
.content-right h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.content-left a {
	color: #FFD900;
}
.header-image {
	height: 203px;
	width: 980px;
	background-image: url(images/header-image.jpg);
}
#comment {
	height: 250px;
	width: 540px;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}.content-right ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.content-right ul ul {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 40px;
}
.content-right a {
	color: #FFF;
}

.content-right li {
	list-style-type: none;
}
.four-box a {
	color: #FFF;
	text-decoration: none;	
}
.navigation {
	display: block;
	text-align: center;
	margin-bottom: 40px;
	font-size: 10px;
	}.hentry {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BAC6EF;
}
