/* CSS Document */
/* onlinecandidate.com */

html {
  margin: 0; 
  padding: 0;
  font-size: 16px;
}

body {
	font-family: Muli, sans-serif;
	background-color: #fff;	
	margin-top:0px;
	padding-top:0px;
	margin-left:0px;
	padding-left:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-right:0px;
	padding-right:0px;
	line-height: normal;
}

body.fck  {
	background-color: #EAEAEA;
 	overflow-x: hidden;
}

#maincontainerWRAP { 
	width: 100%;
	max-width: 100% !important;
	margin: 0 auto;
/*	overflow-x: hidden;*/
	
}


#maincontainer {
	clear:both;
	width: 970px;
	max-width: 100% !important;
	padding: 20px 25px 20px 25px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	position: relative;
  	overflow: auto; 
	
/* Contentshadow box-shadow: 0 0 15px #000;*/

}

#header{    
/* This code centers header text */
	display: flex;
  	align-items: center;
  	justify-content: center;
  	height: 100%;
	flex-flow: row wrap;
}

/* WIDE HEADER */

#headerWRAP { 
	width: 100%;
	background-color: #00244C;
	background-image: url("/https/ripholmes.com/templates/");
	margin: 0 auto;
 	background-repeat: repeat;
	background-position: left top;
 display:flex;
  justify-content:center;
  align-items:center;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	max-width: 100%;
	height: ;
	position: relative;
 	background-repeat: no-repeat;
	background-position: right top;
	background-image: url("/UserFiles/image/header.jpg");
	background-color: #00244C;
	z-index: 50;
}


/* NARROW HEADER */

#headerWRAPNARROW { 
	width: 1020px;
	margin: 0 auto;
	 background-color: #00244C;  
}

#headerNARROW {
	background-color: #00244C;
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	max-width: 100%;
	height: ;
	position: relative;
 	background-repeat: no-repeat;
	background-position: right top;
	background-image: url("/UserFiles/image/header.jpg");
	z-index: 50;
	box-shadow: 0 0 15px #000;
}

/* HEADER CUSTOM */

#headerWRAP { 
	width: 100%;
	background-color: #00244C;
	background-image: url("");
	margin: 0 auto;
 	background-repeat: repeat;
	background-position: left top;
 display:flex;
  justify-content:center;
  align-items:center;
}


#headerXCUSTOMWRAP { 
	width: 1020px;
	margin: 0 auto;
	height: 100%;
	background-color: #00244C;  
	background-image: url("");
	z-index: 50;
}

#header {
	background-color: #00244C;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	z-index: 50;
        display: block;
	
}

/* Small Header Img */
#headerSMALL {
	width: 600px;
	max-width: 100%;
	position: relative;
	background-color: #00244C;
	background-image: url("/UserFiles/image/header.jpg");
	margin-left: auto;
    	margin-right: auto;
    	background-repeat: no-repeat;
    	background-position: right top;
    	z-index: 50;
	display: none;
	visibility: hidden;
	
}



#sitetitle {
	color: #FFFFFF;
	font-family: Muli, sans-serif;
 	clear:both;
	text-align: center; 
	font-size: 34px; 
	width: 1020px;
	max-width: 100% !important;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 40px;
	z-index: 100;
  	float: left;
/*	text-shadow: 0.025em 0.025em #0054B2; */
	font-weight: bold;
}

#sitespacer {
  	 display: block; 
}

#siteslogan {
	color: #FFFFFF;
	font-family: Muli, sans-serif;
	clear:both;
	text-align: center;
	font-size: 26px;
 	font-style: italic;
	width: 1020;
	max-width: 100% !important;
	margin-top: 5px;
	margin-left: 20px;
	margin-left: 20px;
	z-index: 100;
	font-weight: bold;
/*	text-shadow: 0.025em 0.025em #0054B2; */
}


/* BEGIN NAVIGATION*/

/* WIDE NAVIGATION */

#navbarWRAP { 
width:100%;
    height: 40px;
    background-color: #00244C;
	background: #0054B2;
	background: -moz-linear-gradient(top,  #0054B2 11%, #00244C 100%);
	background: -webkit-linear-gradient(top,  #0054B2 11%,#00244C 100%);
	background: linear-gradient(to bottom,  #0054B2 11%,#00244C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0054B2', endColorstr='#00244C',GradientType=0 );
}

#navbar {
    clear: both;
	 font-size: 16px;    
	width: 1020px;
    height: 40px;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    z-index: 15000;
    background-color: #00244C;
	background: #0054B2;
	background: -moz-linear-gradient(top,  #0054B2 11%, #00244C 100%);
	background: -webkit-linear-gradient(top,  #0054B2 11%,#00244C 100%);
	background: linear-gradient(to bottom,  #0054B2 11%,#00244C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0054B2', endColorstr='#00244C',GradientType=0 );
 }

/* NARROW NAVIGATION */

#navbarWRAPNARROW { 
	width:100%;
	/* background-color: #EAEAEA; */
	
}

#navbarNARROW {
    clear: both;
    background-color: #00244C;
    font-size: 16px;    
    width: 1020px;
    height: 40px;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    z-index: 15000;
	background: #0054B2;
	background: -moz-linear-gradient(top,  #0054B2 11%, #00244C 100%);
	background: -webkit-linear-gradient(top,  #0054B2 11%,#00244C 100%);
	background: linear-gradient(to bottom,  #0054B2 11%,#00244C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0054B2', endColorstr='#00244C',GradientType=0 );
 	box-shadow: 0 0 15px #000;

}


/* menu icon */
#menu-icon {
	display: none; /* hide menu icon initially */
}

 
/* Top Nav UL */
#nav-one { padding:0; margin:0 auto; list-style-type:none; float:left; position:relative; left:50%;}

#navbar ul, #navbar li { 
	font-family: Muli, sans-serif;
	letter-spacing:1px;
	font-size:16px;
	display:block;
	list-style:none; 
	padding:0 20px 0 8px; 
	margin:0; 
 	text-align: center;
	text-decoration: none;
}

#navbar ul li { 
	text-decoration: none;
	padding-top: 0px;
	float:left; position:relative; right:50%;
}

#navbar ul li a {
	display:inline;
	margin:1px;
	white-space:nowrap;
	border-radius:3px;
	text-decoration: none;
	line-height:40px;
	color: #fff;
	font-weight:500;
}

#navbar ul li a:hover { color: #bebebe;}


/* Dropdown */
	#navbar ul ul { 
        background-color: #00244C;
	position:absolute; 
	top:-99999px; 
	left:0;
	opacity: 50;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	z-index:15000; 
	height:auto; 
	padding: 2px; 
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
}


#navbar ul ul li {
	font-family: Muli, sans-serif;
	font-weight:normal;
	font-size:16px;
	text-transform: none;
	letter-spacing:0px;
 	line-height:25px;
	text-decoration: none;
	position:relative; 
	right: 0%;
	width: 100%; 	
	text-align: left;
}
 

#navbar ul ul li a { 
	color: #ffffff;
/*	text-shadow: 0.025em 0.025em #000;  */
}
#navbar ul ul li a:hover { 
	color: #bebebe;
	text-shadow: 0.0em 0.0em #000; 
}

#navbar ul ul ul { 
	position:absolute; 
	top:-99999px; 
	left:100%; 
	opacity: 0; 
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	border-radius:6px;
	border:1px solid #444;
}

#navbar ul li:hover>ul{ opacity: 1; position:absolute; top:99%; left:0; }
#navbar ul ul li:hover>ul{ position:absolute; top:0; left:100%; opacity: 1; z-index:497; background:#333; }

#navbar a.navarrow {
display: visible;
text-decoration: none;
}

/*- END NAVIGATION */


/* BEGIN CONTENT AREA */

#main { }
.mainnosidebar{	
	max-width: 100% !important;
	
 }
#sidebarblank { visibility: hidden; }
#content {
	width: 690px;
	float: left;
}

#sidebar {
	width: 230px;
	float: right;
}

#contentnosidebar { 
	max-width: 100% !important;
}



/* HEADERS */


h1 {    
      font-family: Muli, sans-serif;
      letter-spacing:1px;
      margin-top:0px; padding-top:0px; margin-bottom:-5px; padding-bottom:-5px; }

h2, h3, h4, h5, h6 {    
      font-family: Muli, sans-serif;
      letter-spacing:1px;
      margin-top:20px; padding-top:20px; margin-bottom:-10px; padding-bottom:-10px; }


h3, h4{    
      font-family: Muli, sans-serif;
      letter-spacing:1px;
}

 
h1 { font-size: 32px; color: #00244C; }
h2 { font-size: 28px; color: #00244C;}
h3 { font-size: 20px; color: #00244C; }
h4 { font-size: 20px; color: #800000;}
h5 { font-size: 28px; color: #800000;}
h6 { font-size: 32px; color: #800000;  }

h1 a { color: #00244C; text-decoration: none;} 
h2 a { color: #00244C; text-decoration: none;}
h3 a { color: #00244C;text-decoration: none;}
h4 a { color: #800000;text-decoration: none;}
h5 a { color: #800000;text-decoration: none;}
h6 a { color: #800000; text-decoration: none;}

h1 a:hover {text-decoration: underline;}
h2 a:hover {text-decoration: underline;}
h3 a:hover {text-decoration: underline;}
h4 a:hover {text-decoration: underline;}
h5 a:hover {text-decoration: underline;}
h6 a:hover {text-decoration: underline;}

/* CUSTOMIZE LAYOUT */

h1, h1 a {

}
h2, h2 a {

}
h3, h3 a {
display: block; background-color: #00244C; margin-left: -25px; margin-bottom: 5px; padding-left: 25px; padding-top: 5px; padding-bottom:5px; color: #FFFFFF;
}
h4, h4 a {
display: block; background-color: #800000; margin-left: -25px; margin-bottom: 5px; padding-left: 25px; padding-top: 5px; padding-bottom:5px; color: #FFFFFF;
}
h5, h5 a {

}
h6, h6 a {

}


a { color: #00244C; text-decoration: underline; }
a:hover { text-decoration: none; }
strong {color: #00244C; }

/*.main ul { list-style: none;}
.main ul li { position: relative;}

.main ul li:before {
  color:#00244C;
    content: "\2605";
   position: absolute;  
    top: 0px;  
    margin: 0px 0 0 -24px;    
    vertical-align: middle;
    display: inline-block;
    width: 4px;
    height: 4px;
 } 
  */



blockquote{
  background: #f9f9f9;
  border-left: 10px solid  #00244C;
  margin: .5em 10px;
  padding: 0 10px;
  quotes: "\201C""\201D""\2018""\2019";
  padding: 10px 20px;
  line-height: 1.4;
}

 

blockquote p{
	color: #000000;
	font-size:16px;
     display:block;
 	text-align:left;
	padding:0 0 5px 10px;
	position:relative;
}




/*
blockquote {
	background:#eeeeee;
	font-style: normal;
 	padding:24px 40px 16px 25px;
	line-height:24px;
	width: 87%;
}

blockquote p {
	color: #000000;
	font-weight:bold;
	font-size:16px;
        display:block;
 	text-align:left;
	padding:0 0 10px 20px;
	position:relative;
}

 
blockquote :before, blockquote :after {
color: #00244C;
 	font-size: 32px;
 	font-weight:bold;
	vertical-align:top;
	line-height:0.8
}

blockquote :after {
	content: '\201D';
	font-family: Muli, sans-serif;
}

blockquote :before {
	content: '\201C';
	position:absolute;
	left:0;
	top:-2px;
        font-family: Muli, sans-serif;
}
*/
.post {
padding-left: 20px;
}


#RSSpage{ 
	width:80%;
	margin-left: auto;
	margin-right: auto;
	padding:20px;
	margin-top:50px;
	margin-bottom:50px;
	background:linear-gradient(to bottom,  #cccccc 0%,#eeeeee 100%);border:thin silver solid;
}

#RSSpage h2{ margin-top:0px; padding-top:0px;}

/* END CONTENT AREA */


/* BEGIN SIDEBAR */

#sidebar h1, h2, h3, h4, h5, h6 {   }



/*  Social media icons*/
#social {width:230px; margin-top: 40px; position: relative;}
#social a{ text-decoration: none;}
#social a:hover {text-decoration: none;}
#social h3 {	color:#800000; font-family: Muli, sans-serif; font-size: 16px; text-align: center; background-color: #ffffff; border-bottom-width:  0px; margin-bottom:0;

}

 .fa-facebook-square,  .fa-twitter-square, .fa-google-plus-square,  .fa-youtube, .fa-linkedin, .fa-flickr, .fa-instagram {font-size:45px;}

.fa-facebook-square{color:#3b5998;}
.fa-twitter-square{color:#00aced;}
.fa-google-plus-square{color:#d34836;}
.fa-youtube{color:#CC181E;}
.fa-linkedin{color:#0077B5;}
.fa-flickr{color:#ff0084;}
.fa-instagram{color:#fb3958;}

.social-media-bottom-link{font-size:30px; color:#EAEAEA;}


/* for Essential Accessibility widget */
#essentialaccessibility { margin-top: 20px;}


/* Addthis widget */
.addthisOC { margin-top:50px;	}
 


/*CodeBlock */
#codeblock {  width: 230px;  position:relative;  margin-top: 20px; }

#codeblock h1 {font-size: 24px;  text-align: left; background-color: #ffffff; border-bottom-width:  0px;color: #00244C;}
#codeblock h2 { font-size: 20px; text-align: left; background-color: #ffffff; border-bottom-width:  0px;color: #00244C;}
#codeblock h3 {  font-size: 18px; text-align: left; background-color: #ffffff; border-bottom-width:  0px;color: #00244C;}
#codeblock h4 {font-size: 18px;  text-align: left; background-color: #ffffff; border-bottom-width:  0px;color: #800000;}
#codeblock h5 {  font-size: 24px; text-align: left; background-color: #ffffff; border-bottom-width:  0px;color: #800000;}
#codeblock h6 {  font-size: 20px; text-align: left; background-color: #ffffff; border-bottom-width:  0px;color: #800000;}

#codeblock p { text-align: left;  }


/* Buttons */
.donateB, .volunteerB, .contactB, .endorseB{ 
	font-family: Muli, sans-serif;  
	font-size: 26px;
	letter-spacing:1px;
	width: 230px;
	height: 55px;
	color: white;
	margin-top:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);	
	text-align: center;
	vertical-align: middle;
	line-height: 55px;
}

.donateB{ 
	margin-top:25px;
	background: -moz-linear-gradient(top,  #C2000B 0%,  #800000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#800000), color-stop(100%, #800000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #C2000B 0 #800000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #C2000B 0%, #800000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #C2000B 0%, #800000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #C2000B 0%, #800000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C2000B', endColorstr=' #800000',GradientType=0 ); /* IE6-9 */
}

.donateB:hover { background-color: #800000;  }

.volunteerB, .contactB, .endorseB {
	background: #0054B2;
	background: -moz-linear-gradient(top,  #0054B2 0%, #00244C 100%);
	background: -webkit-linear-gradient(top,  #0054B2 0%,#00244C 100%);
	background: linear-gradient(to bottom,  #0054B2 0%,#00244C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0054B2', endColorstr='#00244C',GradientType=0 );
}

.volunteerB:hover, .contactB:hover, .endorseB:hover { background: #00244C; }
.donateB a , .volunteerB a,.contactB a, .endorseB a { font-size: 26px;	color: white;text-decoration:none; }


/* Maillist - Translate - Poll */

#maillist, #translate,  #poll, #rssside {
	font-family: Muli, sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
        width: 230px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	clear:both;
	position: relative;
	align: left;
	font-size: 12px;
	text-align: center;
	color: #000;
	padding-bottom:10px;
 	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 25px;
	margin-left: 13px;*/
}


/* So H3 & H4 match background */

#maillist h4, #translate h4, #poll h4, #rssside h4, #rssside h6 { 	font-size:24px; font-family: Muli, sans-serif; color:#800000; 	margin-left:0;      background-color: #eeeeee; border-bottom-width:  0px; 	  margin-top:0px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px; }

#maillist h3, #translate h3, #poll h3, #rssside h3{	font-family: Muli, sans-serif; background-color: #eeeeee; border-bottom-width:  0px;margin-top:0px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px; }


/* Thermometer */

.thermometer-button {
	font-size: .9em;
	margin-left: 15px;
	margin-top: 15px;
	padding: 10px;
	font-weight:bold;
        text-align:center;
	font-family: Muli, sans-serif;
	text-transform: uppercase;
border-radius: 4px;
background: #8ab66b;
background: -moz-linear-gradient(top,  #8ab66b 22%, #398235 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(22%,#8ab66b), color-stop(100%,#398235));
background: -webkit-linear-gradient(top,  #8ab66b 22%,#398235 100%);
background: -o-linear-gradient(top,  #8ab66b 22%,#398235 100%);
background: -ms-linear-gradient(top,  #8ab66b 22%,#398235 100%);
background: linear-gradient(to bottom,  #8ab66b 22%,#398235 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ab66b', endColorstr='#398235',GradientType=0 );
}

.thermometer-button:hover {
  background:#030303;
  /* gradient */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1a1a1), color-stop(100%,#030303));
	background: -moz-linear-gradient(center top, #a1a1a1 0%, #030303 100%);
  /* shadow */
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.4);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
	box-shadow:  0 1px 1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.4);
 }
 
.thermometer-button a:link, .thermometer-button a:hover, .thermometer-button a:visited {
	color:#fff;
}

.thermometer h6{	font-size: 14px;
}

/* Maillist */

#mail{	   width:400px; margin: 0 auto; }

#maillist h4 {
	padding: 13px 0 0 13px;
	border-bottom-style:none;
	text-align:left;
 }

#maillist h6{background-color:transparent; margin-left:0; font-size: 20px; border-bottom-width:  0px; padding: 0 13px 0 13px;}

#maillist p {
font-family: Muli, sans-serif;
	font-size: 16px;
	padding :5px; 0 0 13px;
	color: #000000;
	text-align:left;
	margin-top:0px;
}


#maillist .mailtextarea {
	width: 200px;
	margin-top: 0px;
	padding-left: 5px;
	margin-bottom: 10px;
	border-color:#c6c6c6 #dadada #eaeaea;
	background: #fafafa;
	color:#999;
	font-size:18px;
	font-family:inherit;
	/*corner*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}


#maillist .buttonmail {
        font-family: Muli, sans-serif; 
	font-size:1em;
	line-height:1.4em;
	padding: 5px 13px;
	margin: 4px 4px;
	font-weight:bolder;
	text-transform: uppercase;
    letter-spacing: -.015em;
    color:#fff;
    border-color:#000;
    background:#7d7d7d;
   /* gradient */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7d7d), color-stop(100%,#121212));
   background: -moz-linear-gradient(center top, #7d7d7d 0%, #121212 100%);
   /* corner */
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
   /* shadow */
   -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
   -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
   box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
}


#maillist .buttonmail:hover {
	background:#030303;
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1a1a1), color-stop(100%,#030303));
        background: -moz-linear-gradient(center top, #a1a1a1 0%, #030303 100%);
	/* shadow */
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.4);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
	box-shadow:  0 1px 1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.4);
}


/*Translate */
#translate h4 { padding :13px 0 0 13px; border-bottom-style:none; text-align:left;}
#translatecode { padding-top:5px; padding-bottom:13px;}

/*Poll */
#poll h4 { 	padding :15px 0 0 15px; 	text-align:left; border-bottom-style:0px;}
#poll h5 {background-color:transparent;	margin-left:0;  border-bottom-width:  0px;  font-family: Muli, sans-serif; font-size: 15px; color: #000000; text-align:center; margin-bottom:13px; margin-left:0; margin-top: 0px; padding-left:5px; padding-right:5px;}
#poll p {  font-family: Muli, sans-serif; font-size: 16px; color: #000000; text-align:left; margin-top:3px; padding-right:10px;}
#poll a{ color: #6d0019; font-weight: bold; text-align: center;  padding-bottom: 13px }
#poll a:hover { text-decoration: none; 	color: #00000; }
#poll_link { text-align: center;  padding-bottom: 13px }

 
/* RSS */
#rssside h6 { 	 margin-left:0;	background-color:transparent; padding:13px 13px 0 13px; border-bottom-style:none; text-align:left; margin-top:0; margin-bottom:0;  }
#rssside ul { font-family: Muli, sans-serif; font-size: 16px; list-style:none; text-align:left; 	padding-right:15px;  padding-top:0px; }
#rssside li {  font-family: Muli, sans-serif;  list-style:none; text-align:left; 	padding-right:15px;  padding-top:15px; text-indent: -18px; }
#rssside li.rss-item { font-family: Muli, sans-serif;   list-style:none; text-align:left; 	padding-right:15px;  padding-bottom:15px; text-indent: -18px; }

#rssside a { font-family: Muli, sans-serif;  color:#000000;font-weight:bold;}
#rssside p{ text-align:center; font-family: Muli, sans-serif;}
#rssside .button {
	font-family: Muli, sans-serif; 
	font-size:11px;
	font-weight:bolder;
	text-transform: uppercase;
	color:#fff;
	text-decoration: none;
	border-color:#000;
	background:#7d7d7d;
  /* gradient */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7d7d), color-stop(100%,#030303));
    background: -moz-linear-gradient(center top, #7d7d7d 0%, #030303 100%);
  /* corner */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
  /* shadow */
	-moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
}


#rssside .button:hover {
  background:#030303;
  /* gradient */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1a1a1), color-stop(100%,#030303));
	background: -moz-linear-gradient(center top, #a1a1a1 0%, #030303 100%);
  /* shadow */
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.4);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
	box-shadow:  0 1px 1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.4);
}


/* END SIDEBAR */



/* BEGIN INPUT FORMS */
fieldset {
    margin: 0;
    padding: 0 .5em 0 0 .5em;
    border: 0;
    font-size:.9em;  
}
 fieldset p { font-size:.9em; }
 legend {	font-family: Muli, sans-serif;  
    font-size:1.3em;
    display: block;
    width: 100%;
    padding: 0.3em 0;
    margin-top:40px;
    margin-bottom: 0.3em;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}


legend h4 {  }
legend h5 { }
legend h6 {  }
label {    
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 10em;
    margin: 0 1em 0 0;

 }
.DonationDisclaimer{ }
.formfield {    }
.submitform {  }
.checkbox  {

}
input[type="text"],
 input[type="password"],
 input[type="email"],
 input[type="url"],
 input[type="date"],
 input[type="month"],
 input[type="time"],
 input[type="datetime"],
 input[type="datetime-local"],
 input[type="week"],
 input[type="number"],
 input[type="search"],
 input[type="tel"],
 input[type="color"],
 select,
 textarea {
    padding: 0.5em 0.6em;
    display: inline-block;
    *display: inline;
    *zoom: 1;
	 border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    box-sizing: border-box;
	 width: 70%;
}



input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus, textarea:focus {
    outline: 0;
    border-color: #129FEA;
}


/* Required Information */
.star-icon {font-size: 75%;   vertical-align: top; color: #800000;}


.button {
	font-size:11px;
	margin-left: 13px;
	padding: 5px 15px;
	font-weight:bolder;
	color:#fff;
	border-color:#000;
	background:#7d7d7d;
  /* gradient */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7d7d), color-stop(100%,#030303));
    background: -moz-linear-gradient(center top, #7d7d7d 0%, #030303 100%);
  /* corner */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
  /* shadow */
	-moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
}


.button:hover {
  background:#030303;
  /* gradient */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1a1a1), color-stop(100%,#030303));
	background: -moz-linear-gradient(center top, #a1a1a1 0%, #030303 100%);
  /* shadow */
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.4);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
	box-shadow:  0 1px 1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.4);
}

 
/*Security*/
#Security-Question 	{ margin-top:40px;width:90%; padding:10px;margin-left: auto; 	margin-right: auto; position: relative;}
span.security-title {font-family: Muli, sans-serif	}
#Security-Question p{font-size: .9em; text-align:center;}
.SQ { font-family: "Arial", "sans-serif";letter-spacing:1px;
}



/* END INPUT FORMS *//* END INPUT FORMS */



/* BEGIN Event List */
#eventslist { 	 }
#eventslist h3{ margin-top:50px;}
#eventslist .venue{   }
#eventslist .date{   }
#eventslist .time{   }
#eventslist .website a{  text-decoration:none;  }
#eventslist .website a:hover{  text-decoration:underline;  }
#eventslist .email a{  text-decoration:none;  }
#eventslist .email a:hover{  text-decoration:underline;  }
#eventslist .remarks { font-style:italic; }
/* END Events List */

/* BEGIN Event Form */
#eventform{ margin-left:auto; margin-right:auto;   }
#eventform p{ padding-left:35px; font-size: 14px;}
#eventform .description{ padding-left:0px; font-size: 16px;}
#eventform .button{ margin-left:auto; margin-right:auto;     text-align:center;  }
/* END Events Form */



/* BEGIN BLOG */
.blogH { 	font-size: 24px; font-weight: normal; margin-top:30px; }
#BlogMenu { text-align:left;}
#BlogMenu h3{ margin-left:0;padding-left:0;	background-color:#ffffff; padding-top: 15px; padding-bottom: 2px; color: #00244C;  }
#BlogMenu p { color: #000000;  }
#BlogMenu a {  color: #000000; text-decoration:none;}
#BlogMenu a:hover { color: #000000;  text-decoration: underline;}
/* END BLOG */



/* COUNTDOWN BOX */

#countdown-box  { margin-left:0; margin-right:0 auto; text-align: center;  padding:5px 0px 10px 0px; width:230px; height:100%; -webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px; }

#countdown-box {
background: #; /* Old browsers */
background: -moz-linear-gradient(top, # 0%, # 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,), color-stop(100%,#)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  # 0%,# 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  # 0%,# 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  # 0%,# 100%); /* IE10+ */
background: linear-gradient(to bottom,  # 0%,# 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#', endColorstr='#',GradientType=0 ); /* IE6-9 */
}

#countdown-box h6 {
	background-color:transparent;	margin-left:0; margin-right:0; padding-left: 0px; font-family: Muli, sans-serif;padding-top:2px;   font-size:14px; text-align:center; color:#;
        margin-left:0; margin-right:0; font-family: font-family: Muli, sans-serif; padding-top:10px; font-size:14px; text-align:center; color:#;
}
#countdown-box h5 {
        background-color:transparent;	margin-left:0; padding-left: 0px;   font-family: Muli, sans-serif; font-size:26px; text-align:center; color:#;padding-bottom:10px;margin-left:0; margin-right:0;
        font-family: Muli, sans-serif;background-color:transparent;	margin-left:0; margin-right:0;padding-top:5px; padding-bottom:15px; font-size:26px; text-align:center; color:#;
}
#countdown-box .timer { 
        width:200px; font-family: Muli, sans-serif;
        font-size:12px; color:#; background-color: transparent; border-color: transparent;  margin-left:0 auto; margin-right:0 auto; text-align:center; margin-top:5px;padding-top: 5px; padding-bottom: 5px; border-top: groove 1px #cccccc;border-bottom: groove 1px #cccccc;margin-left:0; margin-right:0;
}

#countdown-box p { 
        	font-family: Muli, sans-serif;font-size:14px; text-align:center; color:#;
}
#countdown-box a {
        	font-family: Muli, sans-serif;font-size:14px; text-align:center; color:#;
}


/* BEGIN FOOTER */
/* Footertext, Footer - Privacy, Print and Tagline */

/* WIDE FOOTER */

#footerWRAP {
	clear:both; 
	background-color: #00244C;
	width:100%;
	z-index: 15000;
	position: relative;
	text-align: right;
	font-size: 14px;
}

#footer {
    clear: both;
	background-color: #00244C;
	width:1020px;
    margin-left: auto;
    margin-right: auto;
 	text-align: right;
	padding-top: 20px;
  	font-size: 14px;
}


/* NARROW FOOTER */

#footerWRAPNARROW {
	/* background-color: #EAEAEA; */
	z-index: 15000;
	clear:both;
	position: relative;
	text-align: right;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
 	vertical-align: middle;
	line-height: 30px;
}

#footerNARROW {
	background-color: #00244C;
	width:1000px;
	margin-left: auto;
        margin-right: auto;
 	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	box-shadow: 0 0 15px #000;
}

/* FOOTER ELEMENTS */

#footertxt {
	clear:both;
	position: relative;
	text-align: center;
}

#footer a { color: #EAEAEA; text-decoration: none; margin-right: 20px; font-size: 12px; }
#footer a:hover { color: #EAEAEA; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); text-decoration: underline; }

#socialfooter { padding: 10px; }
#socialfooter a { color: #EAEAEA; }

.disclaimer{ 	
 font-size: 14px; 
 padding: 14px;   
 color: #ffffff;
 line-height: 15px;
 text-align: center;
 margin:0 auto;
 }


#tagline {
    clear:both;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

#tagline a { color: #EAEAEA; text-decoration: none; font-size: 10px; }
#tagline a:hover { color: #EAEAEA; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); text-decoration: underline; }

/* END FOOTER */



/* BACK TO TOP BUTTON */
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:30px;
    height:30px;
 /*   background-color:#3498db; */
background-color: #EAEAEA;
    text-indent:-9999px;
    display:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    z-index: 16000;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#000;
}
#scroll:hover {

 /*   background-color:#e74c3c; */
background-color: #0054B2;
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/* End BackToTop BUTTON */


/* MAP BUTTON */
.buttonMAP {
	text-align: center;
	text-indent: 0px;
    display: inline-block;
	background: #d6e7f0;
    background: -moz-linear-gradient(#ffffff 0%, #d6e7f0 100%);
   background: -webkit-linear-gradient(#ffffff 0%, #d6e7f0 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d6e7f0));
    background: -o-linear-gradient(#ffffff 0%, #d6e7f0 100%);
    background: linear-gradient(#ffffff 0%, #d6e7f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6e7f0',GradientType=0 );
    border-radius: 4px;
    text-shadow: 1px 1px 0px #FFFFFF;
    padding: 0px 8px 0px ; 
    border-color: #a4cce5;
    border-width: 1px;
    border-style: solid;
    color: #186487;
    font-weight: normal;
    text-decoration: none;

}
.buttonMAP:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f8fc), color-stop(100%,#c1e0ed));
    background: -moz-linear-gradient(center top, #f2f8fc 0%, #c1e0ed 100%);
    border-color: #53a3d6;
    color: #133e58;
}
.buttonMAP:active {
    background: #cee5f4;
    text-shadow: 1px 1px 0px #e5f0f7;
    border-color: #7ab8df;
    color: #658a9d;
}



/*  NEW CSS CODE */

/*  MAKE HEADER IMAGE RESPONSIVE NEW CODE */
#logo-container img {
	max-width: 100% !important;
	height: auto;
	margin: auto;
        display: block;
}

/* IMAGES RESIZE HEADER */

img {
	border: 0;
	max-width: 100% !important;
	height: auto;
	width: auto\9; /* ie8 */
}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }

/* FINAL MOBILE SIZING */



/* EOF */
