/*
Theme Name: Dave will is for Sheriff
Theme URI: Willis for Sheriff
Description: Theme for Dave Willis for Sheriff
Author: Blue Water Consulting
Version: 1.0
.
.
*/

html {

	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	
	color: #000000;

	background-color: #020c23;
	
	text-align: center;
	
	margin: 0;
	padding: 0;

	background-image: url('images/background.png');
	background-repeat: repeat-x;
	
}

body {

	text-align: center;
	
	margin: auto;
	padding: 0;
	
	width: 1000px;

	border-left: 1px solid #000000;
	border-right: 1px solid #000000;

}



/* Links */
a,
a:active,
a:visited {
	
	color: #bb0808;
		
}

a:hover {


	color: #000000;

}


/* Floats */
.clear {

	clear: both;

}

.clear10 {

	clear: both;
	height: 10px;
	line-height: 10px;

}

.clear20 {

	clear: both;
	height: 20px;
	line-height: 20px;

}

.left {

	float: left;
	margin-right: 10px;
}


.right {

	float: right;
	margin-left: 10px;
}

/* Padding */

.pad10 {
	
	padding: 10px;

}

.pad5 {

	padding: 5px;

}

.margin10 {

	margin: 10px

}

.margin5 {
	
	margin: 5px;

}

/* Images */

img {

	padding: 0;
 	margin: 0;
 	border: 0;
 	
}

.center {

	text-align: center;

}


.social img {

	padding-right: 50px;

}
/* colors */

.red {

	color: #912226;

}

.green {

	color: #00ff00;
}

.blue {

	color: #062252;
}


.black {

	color: #000000;
	
}

.white {

	color: #ffffff;
	
}

.yellow {
	
	color: #FFFF00;

}

.teal {

	color: #00FFFF;
	
}

.grey {

	color: #4e4848;

}

.orange {
	
	color: #FF9900;

}

.beige {

	color: #f4f1ea;
}

#wrapper {

	width: 1000px;

}

#header {

	width: 1000px;
	height: 230px;
	overflow: none;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	text-align: right;

}

#searchform {

	float: right;

}
.logo {
	
	float: left;
	margin-top: 10px !important;

}

#content {

	
	width: 1000px;
	text-align: left;
	background-color: #ffffff;
	
	overflow: auto;
	background-image: url(images/content-bg.png);
	background-repeat: repeat-y;
}




#footer {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	background-color: #000000;
}


#footer a {
	
	text-decoration: none !important;

}

#footer a:hover {
	
	color: #ffffff !important;
	text-decoration: underline !important;
}



.blackTrans {

	background-image: url('images/50black.png');

}


#navigation {
	clear: both;
	width: 1000px;
	height: 30px;

	background-image: url('images/nav-bg.png');
	background-repeat: repeat-x;

	margin-left: auto;
	margin-right: auto;

	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}


#nav {
	
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style:none; 
}

#nav li {
	
	float: left;
	height: 30px;
	line-height: 30px;
}

#nav li a {
	
	font-weight: bold;
	font-size: 18px;
	display: block;
	line-height: 30px;
	padding-left: 17px;
	padding-right: 17px;

	color: #ffffff;
	
	text-decoration: none;
}

#nav li a:hover,
#nav li a.active, 
#nav li:hover {
	
	background-image: url('images/nav-bg-over.png');
	color: #ffffff !important;

}

#nav li ul {
	position: absolute;
	width: 180px;
	left: -999em;
	list-style-type: none;
}

#nav li:hover ul {
	left: auto;
	margin-left: -40px;
}

#nav li:hover ul li {

	background-image: none;
	background-color: #000000;
	clear: both;
	float: none;
	height: 32px;
	line-height: 32px;	
}

#nav li:hover ul li:hover {

	background-image: none;
	background-color: #000251;
}

#nav li:hover ul li a {

	font-size: 14px;
	height: 32px;
	line-height: 32px;
	text-align: left;
	padding-left: 10px;
	color: #ffffff;
}

#footListWrapper {
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
	margin-bottom: 20px;

}

#footListWrapper ul {

	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	list-style:none; 
	position:relative;
	left:50%;
}

#footListWrapper ul li {

	float: left;
	margin-right: 20px;
	position: relative;
}

#footListWrapper ul li a {
	
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-decoration: underline;
}

#footListWrapper ul li a:hover {

	text-decoration: underline;
	color: #000000;
}

.paypal img {
	
	padding-right: 5px;

}

#footer p, 
#header p {

	padding: 0;
	margin: 0;
}


#search {
	
}

#search p {
	
	display: table;

}

#search p,
#search #searchform {
	
	margin: 0;
	padding: 0;
	line-height: 18px;
	display: table-cell;
	vertical-align: top;
}

#search .s {
	
	border: 1px solid #000000;
	padding: 2px;
	width: 300px;
	margin: 0;
}

.center {

	text-align: center;

}

h2.donate a {

	color: #ffffff;

}
.noPad {

	margin: 0;
	padding: 0;

}
#text {

	float: left;
	margin-right: 20px;
	width: 695px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-top: 20px;

}

#homeLists {

	background-color: #013080;
	background-image: url(images/home-list-bg.png);
	background-repeat: repeat-x;
	width: 727px;
	padding: 10px;
	margin-top: -10px;

}

#homeLists table {

	width: 727px;

}

#homeLists td {

	width: 220px;
	padding: 10px;
	color: #ffffff;
	vertical-align: top;
}

#homeLists td a {

	color: #ffffff;
	
}

#homeLists td a:hover {

	color: #dfdfdf;

}

#sidebar {
	
	float: right;
	width: 215px;
	padding-right: 15px;
	text-align: center !important;
}


#sidebar a {
	color: #dedede;
}

#sidebar a:hover {
	color: #ffffff;
}

#sidebar h2 {
	
	
}

h2.videos a,h2.donate a,h2.volunteer a,h2.connect a {

	color: #ffffff ;
	text-decoration: none;
}

h2.videos a:hover,h2.donate a:hover,h2.volunteer a:hover,h2.connect a:hover {

	color: #dedede;
	text-decoration: none;
}

h2.videos {

	color: #ffffff;
	width: 180px;
	height: 26px;
	background-image: url(images/video-heading.jpg);
	background-repeat: no-repeat;
	padding-left: 70px;
	padding-top: 15px;

}

h2.donate {

	color: #ffffff;
	width: 180px;
	height: 25px;
	background-image: url(images/donation-heading.png);
	background-repeat: no-repeat;
	padding-left: 70px;
	padding-top: 19px;

}

h2.volunteer {

	color: #ffffff;
	width: 180px;
	height: 26px;
	background-image: url(images/volunteer-heading.png);
	background-repeat: no-repeat;
	padding-left: 70px;
	padding-top: 13px;

}

h2.connect {

	color: #ffffff;
	width: 180px;
	height: 25px;
	background-image: url(images/connect-heading.png);
	background-repeat: no-repeat;
	padding-left: 70px;
	padding-top: 18px;

}

p.paypal {

	text-align: center;
	line-height: 64px !important;
	font-size: 11px;

}

.pagetitle {

	margin-top: 0px;
	padding-top: 0px;
	font-size: 24px;
	color: #a80000;
	background-image: url('images/header-star.png');
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 45px;
	line-height: 38px;
}

#volChecks input {
	
	display: block;
	clear: both;
	float: left;
	
}

#volChecks .wpcf7-list-item-label {
	
	float: left;
	padding-left: 10px;
		
}

.alignright {
	
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	
}

.alignleft {
	
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	
}
.wp-caption {

	padding: 5px;
	background-color: #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	border: 1px solid #ffffff;
}


.articleDownload {

	background-image: url(images/pdf-icon.png);
	background-repeat: no-repeat;
	padding-left: 80px;
	
	border-bottom: 2px solid #dedede;
	padding-bottom: 10px;
	margin-bottom: 20px;

}

#volChecks input {
	
	display: block;
	clear: both;
	float: left;
	
}

#volChecks .mmf-list-item-label {
	
	float: left;
	padding-left: 10px;
		
}


.planList li {

     margin-bottom: 14px;


}
