/*
Theme Name: DFC
Description: Loosely Based on Simpl3 by John Saddington
Author: Heavilly modified by Daniel F. Case
Version: 1..01
*/
* {
	margin: 0;
	padding: 0;
	outline: none;
}

img {
	border: none;
}

a, a:visited {
	text-decoration: none;
    color: #0000f0;
   
}

a:hover {
	text-decoration: underline;
    color: #f80000;
    
}

li {
	/*list-style: none outside;*/
	list-style: Decimal inside;
	/*padding: 10px;*/
	
}

body {
	text-align: left;
	background: #ccc;
	font: normal 14px/18px Georgia,serif;
	color: #555;
}

#page_wrapper {
    margin-left: auto; 
    margin-right: auto;
    width: 1000px;
    background: #fff;
}

#topwrap {
	width: 100%;
	overflow: hidden;
    background:transparent;
}

#header {
	width: 955px;
	margin: 0 auto 15px;
	overflow: hidden;
	color: #333;
	text-align: left;
    padding: 20px 0 5px 0;
}

#header ul {
    background: #ccc;
    color: #333;
	height: 40px;
	overflow: hidden;
	font: bold 12px/40px georgia;
	text-transform: capitalize;
    margin-bottom: 20px;
}

#header ul li {
	float: left;
	display: inline;
	height: 40px;
	width:190px;
	border-right: 1px solid #fff;
}

#header ul li a {
    background: #51508e;
	color: #fff;
	float: left;
	height: 40px;
	padding: 0 20px;
    width: 150px;
    border-right: 1px solid #fff;
}

#header ul li a:hover {
	background: #666;
    color: #000;
    border-right: 1px solid #fff;
}

#header .current_page_item a{
	background: #000;
	color: #fff;
    border-right: 1px solid #fff;
}

#wrap {
	width: 958px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	background: none;
}

#container { 
       background: url(headers/rotator.php) no-repeat center top;
	   text-align: left;
       height: 222px;
       width: 622px;
       border: 1px solid #000;
       float: left;
       overflow: hidden;
	   color: #ffffff;
       }
	   
#container a, #container a:visited {
		color: #ffffff;
		text-decoration: underline;
		}
		
span#des {
	display: block;
	clear: both;
	font: normal 16px/20px Georgia;
	padding-left: 15px;
}

#hd-inner {
	width: 306px;
	float: left;
	margin-left: 25px;
        font-size: 12px;
}

#hd-inner img {
	float: left;
	margin-bottom:5px;

}

.hide {
        visibility:hidden;
}

#hd-inner #rss { /* RSS Link */ 
        float: left;
        position:absolute;
        width : 140px;
        height: 20px;
        margin: 10px 0 0 10px;
}

#hd-inner #email { /* Email Link */
        float: left;
        position:absolute;
        width : 100px;
        height: 20px;
        margin: 10px 0 0 172px;
}

.extra {
	clear: both;
	font-size: 0;
	line-height: 0;
	width: 100%;
	overflow: hidden;
}

/* MAIN CONTENT */ 
#main {
	float: left;
	height: 1%;
	width: 958px;
}

#content {
	width: 620px;
	text-align: left;
	overflow: hidden;
}
#main .apost .metabox {
	width: 620px;
	background: #ccc;
	margin-top: 25px;
    padding: 5px;
	font: normal 11px/14px georgia;
	line-height: 14px; 
    color: #000066;
	display: block;
}

#main .apost .metabox a {
	color: #000066;
	text-decoration: underline;		
}
#main .apost .metabox a:hover{
	color: #f80000;
	text-decoration: underline;		
}
		
#main .apost {
	float: left;
	width: 620px;
	overflow: hidden;
	margin: 0 0 15px;
	color: #555;
    line-height: 20px;		
}

#main .apost img {  
	border: none;
    margin: 10px 10px 0 0;
    max-width:449px;
    padding:4px;
}

#main .apost img.wp-smiley {
	float: none;
    background: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

#main .apost img.wp-wink {
	float: none;
    background: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

#main .postarchive h2,
#main .postarchive h3,
#main .apost h2 {
	overflow: hidden;
	font: normal 24px/26px Georgia;
	color: #000066;
    padding: 15px 0 6px 0;
}

#main .apost h3 {
	font: bold 20px/24px Georgia;
	color: #000;
    padding-top: 20px;
}

#main .apost h4 {
	font: normal 18px/22px Georgia;
	color: #000066;
    padding-top: 20px;
}

#main .postarchive h2 a,
#main .postarchive h3 a,
#main .apost h2 a {
	color: #000066;
    padding-top: 3px;
    border: none;
	text-decoration: underline;
}

#main .apost h2 a:hover {
	text-decoration: underline;
	color: #f80000;
}

#main .apost .pmain {
	clear: both;
	width: 100%;
	overflow: hidden;
}

#main .apost p,
#main .apost blockquote {
    padding: 5px 0;
    margin: 0;
	font: normal 14px/16px georgia;
    line-height: 20px;
	color: #555;
}

#main .apost blockquote {
    border-left: 3px solid #ccc;
	color: #777;
    margin: 10px 0 10px;
	padding: 10px 20px;
	font: normal 14px/16px georgia;
}

#main .apost ol,
#main .apost ul {
	padding: 10px 30px 10px 10px;
	font: normal 14px/16px georgia;
    line-height: 20px;
}

#main .apost ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 11px;
    line-height: 20px;
}

#main .apost p a,
#main .apost ol a,
#main .apost ul a {
	font: normal 14px/16px georgia;
	color: #0000f0;
}

#main .apost a, a:visited {
	text-decoration: none;
        color: #0000f0;
}

#main .apost p a:hover,
#main .apost ol a:hover,
#main .apost ul a:hover {
	text-decoration: underline;
    color: #f80000;
}

#main .apost ul li {
	padding-left: 18px;
	list-style: disc inside;
	}

#main .postarchive {
	clear: both;
	margin: 12px 0 8px 163px;
	width: 100%;
	font: normal 14px/20px georgia;
}

#main .postarchive a {
	color: #eee;
        text-decoration: underline;
}

#main .postarchive ul, .postarchive ol, .postarchive p, .postarchive blockquote {
	margin: 5px 0;
}

#main #srel,
#main .postarchive #linklist,
#main .apost .subh,
#main .atitle {
	font: bold 20px/22px Georgia;
	color: #000;
}

#main #srel a,
#main .postarchive #linklist a,
#main .apost .subh a,
#main .atitle a {
	color: #fff;
}

#main #srel a:hover,
#main .postarchive #linklist a:hover,
#main .apost .subh a:hover,
#main .atitle a:hover {
	text-decoration: underline;
	color:#f80000
}

#main p.nopost {
	font: normal 14px/20px Georgia;
}
#main p.nopost a {
	color: #fff;
}

#main p.nopost a:hover {
	text-decoration: underline;
}

#main .lead {
	clear: both;
	overflow: hidden;
	font: bold 13px/20px Georgia;
	color: #fff;
	text-align: left;
	margin: 10px 0 10px 163px;
	width:300px;
}

#main .content-home .lead {
	margin: 10px 20px 10px;
}

#main .lead a {
	color: #000;
    border: 1px blue;
    text-decoration: underline;
}

#main .lead a:hover {
	color: #f80000
}

#main .lead .ppre {
	float: left;
	width:120px;
	text-align: left;
}
#main .lead .pnex {
	float: right;
	text-align: right;
	width:120px;
}

.postbox {
	float: none;
	width: 550px;
	border: 1px solid #000044;
	background: #eee;
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
}	

.box2 {
	float: left;
	width: 150px;
	border: 1px solid #000044;
	background: #eee;
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
}	

.postbx {
	float: none;
	width: 550px;
	border: 1px solid #000044;
	background: #eee;
	display: block;
	margin: 0 auto;
	padding: 20px 20px 20px;
}	

.postbx p {
	color: #000066;
}	

/* SIDEBARS */

#sidebar-one {
	float: right;
	width: 306px;
	margin-left: -306px;
	overflow: hidden;
	font: normal 14px/20px georgia;
	color: #555;
	display:block;
}

#sidebar-one p {
	text-align: center;
	padding: 15px 0;
}

#sidebar-one  h3, #sidebar-one h2 {
	clear: both;
	color: #000066;
	font: normal 22px/24px Georgia;
    border-bottom: 1px solid #000066;
	border-top: 1px solid #000066;
	/*text-transform: capitalize;*/
}

#sidebar-one h2 a {
	color: #000066;
}

#sidebar-one ul {
	padding: 5px 0 15px;
}

#sidebar-one ul li {
	margin-bottom: 10px; 
	display: block;
	padding: 0;
	
}


#sidebar-one ul li ul {
	padding: 0;
	margin: 5px 0 10px;
}

#sidebar-one a {
	/*display: block;*/
	color: #555;
	text-decoration: none;
	padding: 3px 0 3px;
	/*border-bottom: 1px solid #ccc;*/
}

#sidebar-one a:hover {
	background: none;
	color: #f80000;
    text-decoration: underline;
}

#sidebar-one #ads {
	list-style: none outside;
	padding: 0;
}

#sidebar-one #ads li {
        background: #eee;
	float: left;
	margin: 5px 3px 5px 3px;
	display: inline;
}

#sidebar-one #ads li a {
	float: left;
        border: 5px solid #999;
        padding: 5px;
}

#sidebar-one #ads li a img {
	display: block;
        border: none;
}

.none {
	display: none;

}

#search {
margin-top: 20px;
}

#searchform {
	width: 300px;
	text-align: center;
	margin: 0px 0px 10px 0px;
}

input#sfr {
	padding: 3px 5px;
	height: 24px;
	width: 100%;
	margin: 0 auto;
	border: 2px solid #999;
        background: #ddd !important;
	text-align: left;
	font: normal 12px georgia;
	color: #333;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	width: 95%;
}

/* COMMENT */

#cmw {
	width: 620px;
	text-align: center;
	font: normal 13px/16px Georgia;
}

#cmbox {
	clear: both;
	text-align: left;
}

#cmbox  a {
	color: #000;
        border: none;
        text-decoration: underline;
}

.nocomments {
	font-size: 13px;
}

#commentform {
	padding: 10px 0;
}

#commentform input,
#commentform textarea {
	padding: 2px 3px;
	color: #000;
}

#author,
#email,
#url,
#comment {
	display: block;
	border: 1px solid #ccc;
	font-family: Georgia, Times New Roman;
        font-weight: bold;
	voice-family: "\"}\"";
	voice-family: inherit;
        width: 155px;
	height: auto;
        background: #f7f7f7;
        color: #555;
}

#commentform textarea#comment {
	width: 318px;
	height: 163px;
        font-size: 13px;
        background: #f7f7f7;
        color: #333;
        font-weight: normal;
}

#commentform input#submit {
	border: none;
	padding: 0;
}

#commentform label {
	font-size: 13px;
	color: #555;
}

#commentform p {
	padding-bottom: 10px;
}

.commentlist {
	list-style: none outside;
}

.commentlist li {
	border-bottom: 1px solid #ccc;
	padding: 0 10px 15px 10px;
}

.commentlist li p {
	padding: 8px 0 10px;
	clear: both;
        line-height: 18px;
	font-size: 13px;
        color: #555;
}

.commentlist li em {
	font-size: 13px;
}

.commentlist-author {
        background: #f7f7f7;
        color: #333;
}

span.cauth {
	float: left;
	font-size: 13px;
        font-weight: bold;
        padding-top: 20px;
}

span.cauth em {
	font-size: 13px;
        font-weight: bold;
        padding-top: 20px;
}

span.cdate {
	float: right;
	font-size: 13px;
        padding-top: 20px;
}

h3#respond,
h3#comments {
	font: normal 20px Georgia;
	color: #000066;
	padding: 20px 0 10px;
}

.trackbacklist {
        list-style: decimal;
        padding: 0 10px 5px 20px;
}

/* FOOTER */*
#footer {
        border-top: 5px solid #eee;
	width: 958px;
	height: 60px;
	color: #555;
	text-align: center;
	font: bold 12px/20px georgia;
        padding-top: 10px;
        float: none;
        margin:auto;
}

#footer p {
        border: none;
	color: #555;
        
}

#footer a {
        border: none;
	color: #000;
        text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}


.pad0{
	width:12px;
	height:12px;
	float: left;
	clear: left;
	display:block;
	}
	
.pad1{
	width:207px;
	height:18px;
	float: left;
	clear: left;
	display:block;
	}
	
.pad2{
	width:212px;
	height:18px;
	float: left;
	clear: left;
	display:block;
	}
	
.pad3{
	width:199px;
	height:18px;
	float: left;
	clear: left;
	display:block;
	}
	
.pad4{
	width:242px;
	height:18px;
	float: left;
	clear: left;
	display:block;
	}	
	
.pad5{
	width:254px;
	height:18px;
	float: left;
	clear: left;
	display:block;
	}	
	
.pad6{
	width:264px;
	height:18px;
	float: left;
	clear: left;
	display:block;
	}		
	
.pad7{
	width:272px;
	height:18px;
	float: left;
	clear: left;
	display:block;
	}			
	
.pad8{
	width:284px;
	height:18px;
	float: left;
	clear: left;
	display:block;
	}

.pad9{
	width:289px;
	height:18px;
	float: left;
	clear: left;
	display:block;
	}

.pad10{
	width:311px;
	height:18px;
	float: left;
	clear: left;
	display:block;
	}	

.pad11{
	width:233px;
	height:18px;
	float: left;
	clear: left;
	display:block;
	}				

.danhead{
	background: url("/images/dan_head.jpg") top left no-repeat;
	border: none;
	text-align: left;
	padding-left:10px;
	padding-right:10px;
	font-family: verdana, arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
}	

.sig{
	background-image: url(/images/Dsig4.jpg);
	height: 73px;
	width: 150px;
    margin-left: 10%;
	border: none;
		
	}			

/*Twitter*/

.entry-content {
	color: #000066;
}

#twitwidget ul li{
	color: #00003f;
	background: #eee;
	padding:10px;
	margin-top:15px;
	margin-bottom: 15px;
	font: normal 12px/16px georgia;
}

#twitwidget ul li a{
	color: #7f0000;
}

#twitwidget ul li .entry-time a{
	color: #007f00;
}

#twitwidget ul li .entry-source a{
	color: #00003f;
}



.twitterwidget ul{
	color: blue;/*#00003f;*/
	background: #eee;
	padding:10px;
	margin-top:15px;
	margin-bottom: 15px;
	font: normal 12px/16px georgia;
}

.twitterwidget ul li a{
	color: #7f0000;
}

.twitterwidget ul li .entry-time a{
	color: #007f00;
}

.twitterwidget ul li .entry-source a{
	color: #00003f;
}

.entry-content {
	/*color: green;*/
}
	
/* End Twitter */


.rt {
text-align: right;
}
	
	
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

div.alignleft {
	display: block;
	float: left;
	margin-right: 20px;
}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
	}

img.alignright {
	float: right;
	}

img.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.sbwidget {
width: 275px;
border:none;
padding: 10px 10px 10px 10px;
margin-top:20px;
}