/*
	tcboe.css
*/

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #C0C4C5 url(images/page-body-bg.png) repeat;
	font-family: /*"Trebuchet MS", */Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2E2E2E;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: 'Abel', sans-serif;
	font-weight: 400;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 140%;  /* 200% originally */
}

.bold {
	text-weight:bold;
}



a {
	color: #006389;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
	border:1px solid black;
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}
/*
hr {
	display: none;
}*/

/** WRAPPER */

#wrapper {
	background: url(images/wrapper-bg.png) repeat;
}

#wrapper-bgtop {
	background: url(images/wrapper-top-bg.png) repeat-x left top;
}

#wrapper-bgbtm {
	overflow: hidden;
	margin-bottom: 20px;
	background: url(images/wrapper-bottom-bg.png) repeat-x left bottom;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: hidden;
	width: 1024px;
	height: 169px;
	margin: 0px auto;
	padding: 0px 15px; /**30px;*//
	background: url(images/header-bg.jpg) no-repeat left top;
}

/** LOGO **/

#logo {
	float: left;
	width: 550px;  /** 500px originally **/
	height: 169px;  /** 69px originally **/
	padding-top: 40px;  /** 100px originally **/	
}

#logo h1, #logo p {
	float: left;
	margin: 0px;
	line-height: normal;
}

#logo h1 a {
	display: block;
	padding-right: 75px;  //** 13px originally **//
	letter-spacing: -1px; 
	text-decoration: none;
	text-shadow: 1px 1px 1px #151A1D;
	font-size: 40px;
	color: #FFFFFF;
}

#logo p {
	display: block;
	padding-top: 10px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px #2C373B;
	font-size: 25px;  //** 18px originally **/
	font-family: 'Abel', sans-serif;
	color: #778893;
}


/** SEAL **/
#seal {
	width:150px;  /** 180 originally **/
	float:left;
	padding-right:10px;
	padding-top:10px;
}

/** STATS **/
#stats {
	width:260px;
	float:left;
	color: #FFFFFF;
	padding-top: 20px;
	font-size:14px;
}

#stats ul li{
	list-style-type:none;
}

/** MENU **/

#menu {  /* Background bar for the menu */
	width: 830px;
	height: 70px;
	margin: 0px auto;
	padding: 0px 40px;
	background: url(images/menu-bg.png) no-repeat left top;
}

#menu ul {  /*  Remove bullets, adjust margin, hide overflow */
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	/*list-style: none;
	line-height: normal;*/ 
}

#menu li {
	float: left;
	margin-right: 10px;
	padding-left: 18px; 
}

#menu a {
	display: block;
	float: left;
	height: 67px;
	padding-right: 5px;
	line-height: 67px; 
	text-decoration: none;
	text-shadow: 1px 1px 1px #171D21;
	font-family: 'Abel', sans-serif;
	font-size: 18px; /** was originally 18px **//  
	font-weight: 400;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FAEF63;  
}

#menu li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    /*padding: 14px 16px; */
    text-decoration: none;
}

#menu .dropdown-content {
    display: none;
    position: absolute;
	margin-top:67px;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
	border: 1px solid gray;
	border-bottom-left-radius:1em;
	border-bottom-right-radius:1em;
	
}

#menu .dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    text-align: left;
	line-height: 18px;
	height:25px;
	font-size:14px;
	text-shadow:none;
	clear:both;
	margin-left:5px;
}

#menu .dropdown-content a:hover {
	font-weight:bold;
}

#menu .dropdown:hover .dropdown-content {
    display: block;
}
/** RESULTS BANNER **/

#resultsbanner {
	background-color:yellow;
	height:15px;
	overflow: hidden;
	width: 900px;
	margin: 0px auto;
	padding: 20px 0px 40px 0px;
	border: 1px solid #B2B9BD;
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, .1);
	border-radius: 5px;
	text-align:center;
	font-size:40px;
}

#banner2 {
	background: #303c42; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#303c42, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#303c42, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#303c42, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#303c42, white); /* Standard syntax */
	height:15px;
	overflow: hidden;
	width: 900px;
	margin: 0px auto;
	padding: 20px 0px 40px 0px;
	border: 1px solid #B2B9BD;
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, .1);
	border-radius: 5px;
	text-align:center;
	font-size:40px;
}

#bannerNotice {
	width: 900px;
	margin: 0px auto 3px;  //** 20px auto **//
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #B2B9BD;
	border-radius: 5px; 
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, .1);
	text-align: center;
}


/** RIBBON  */
.ribbon {
   width: 900px;
   /* position: absolute; */
   text-align: center;
   font-size: 20px!important;
   background: #95a7b5;
   background: -webkit-gradient(linear, left top, left bottom, from(#095b7b), to(#74bbd4));
   background: -webkit-linear-gradient(top, #95a7b5, #74bbd4);
   background: -moz-linear-gradient(top, #095b7b, #74bbd4);
   background: -ms-linear-gradient(top, #095b7b, #74bbd4);
   background: -o-linear-gradient(top, #095b7b, #74bbd4);
   background-image: -ms-linear-gradient(top, #095b7b 0%, #74bbd4 100%);
   -webkit-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   font-family: 'Helvetica Neue',Helvetica, sans-serif;
   }
   
 .ribbon .ribbonDark h1 {
   font-size: 25px!important;
   color: #ffffff;
   text-shadow: #000000 0 1px 0;
   margin:0px;
   padding: 15px 10px;
   }
 
  .ribbon .ribbonDark a {
   font-size: 25px!important;
   color: #ffffff;
   text-shadow: #000000 0 1px 0;
   margin:0px;
   padding: 15px 10px;
   }
   
.ribbonDark {
   width: 900px;
   /* position: absolute; */
   text-align: center;
   font-size: 20px!important;
   background: #2c393e;
   background: -webkit-gradient(linear, left top, left bottom, from(#2c393e), to(#95a7b5));
   background: -webkit-linear-gradient(top, #2c393e, #95a7b5);
   background: -moz-linear-gradient(top, #2c393e, #95a7b5);
   background: -ms-linear-gradient(top, #2c393e, #95a7b5);
   background: -o-linear-gradient(top, #2c393e, #95a7b5);
   background-image: -ms-linear-gradient(top,  #2c393e 0%, #95a7b5 100%);
   -webkit-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   font-family: 'Helvetica Neue',Helvetica, sans-serif;
   }
   
  
/* .ribbon:before, .ribbon:after {
   content: '';
   position: absolute;
   display: block;
   bottom: -1em;
   border: 1.5em solid #095b7b;
   z-index: -1;
   }  
 
.ribbon:before {
   left: -2em;
   border-right-width: 1.5em;
   border-left-color: transparent;
   -webkit-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
   box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
   }
  
.ribbon:after {
   right: -2em;
   border-left-width: 1.5em;
   border-right-color: transparent;
   -webkit-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
   box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
   }
   
 
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
   border-color: #0e3c4d transparent transparent transparent;
   position: absolute;
   display: block;
   border-style: solid;
   bottom: -1em;
   content: '';
   }

.ribbon .ribbon-content:before {
   left: 0;
   border-width: 1em 0 0 1em;
   }
   
.ribbon .ribbon-content:after {
   right: 0;
   border-width: 1em 1em 0 0;
   }
   
.ribbon-stitches-top {
   margin-top:2px;
   border-top: 1px dashed rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
   -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
   box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
   }
.ribbon-stitches-bottom {
   margin-bottom:2px;
   border-top: 1px dashed rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
   box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);  */



/** PAGE */

#page {
	overflow: hidden;
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 40px 0px;
	background: #FFFFFF url(images/page-content1-bg.png) repeat-y center top;
	border: 1px solid #B2B9BD;
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, .1);
	border-radius: 5px;
}

#page-sidebar{
	overflow: hidden;
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 40px 0px;
	background: #FFFFFF url(images/page-content-bg.png) repeat-y center top;
	border: 1px solid #B2B9BD;
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, .1);
	border-radius: 5px;
}
/** CONTENT */

#content {
	float: left;
	width: 840px;
	padding: 40px 30px 0px 30px;
}

#contentsmall {
	float: left;
	width: 540px;
	padding: 40px 30px 0px 30px;
}

}
/** MINUTES **/
/** This deals strictly with the minutes page formatting **/

.post .entry .minutes ul li{
	text-align:left;
}

/** NAVPICS **/
/** This will be where the framing and pictures for the page navigation are set up **/

#navpics {
	width: 820px;
}

#navpics .small {
	width: 300px;
	clear:both;
}

#navpics ul li{
	float: left;
	list-style: none;
	margin: 0 10px;
	padding: 0;
	width: 175px;
}

#navpics > ul li > a {
	background: url(/images/frame.png) no-repeat center top;
	display: block;  
	margin: 0;
	padding: 4px 4px 26px;  //** 5px 5px 29px originally **//
}

#navpics > ul li > a:hover {
	opacity: 0.9;
}

#navpics > ul li > a img {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
}

/** Precinct Location image placement **/
.box {
	float:left;
	margin-right:50px;
}


/** 3COLUMN LINKS used by polling place.shtml **/

#column3links {
	float:left;
	width:540px;
	height:175px;
}

#column3 {
	float:left;
	display:inline;
	text-align:center;
	width:180px;
	height: 175px;	
}

#column3 p {
	line-height:100%;
	padding-top:2px;
}

/** QUICKLINKS **/

#quicklinks {
	float:left;
	width:840px;
	height:175px;
}

#quickcolumn {
	float:left;
	display:inline;
	text-align:center;
	width:280px;
	height: 175px;	
}

#quickcolumn p {
	line-height:100%;
	padding-top:5px;
}

/** ALTERNATE COLOR LIST FOR EVENTS SCHEDULE **/

#eventlisting {
	float:left;
	width:100%;
	padding-top:15px;
}

table {
    font-family: 'Abel', sans-serif;
	font-size:16px;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #B2B9BD;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #B2B9BD;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 300px;
	text-shadow: 1px 1px 0px #FFFFFF;
}

#sidebar .title {
	display: block;
	width: 240px;
	height: 59px;
	margin-bottom:10px;  /* 20px */
	padding: 0px 30px 0px 30px;
	background: url(images/sidebar-title-bg.png) no-repeat right top;
	line-height: 59px;
	text-shadow: 1px 1px 1px #161C1F;
	font-family: 'Abel', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
}

#sidebar p {
	margin: 0px 30px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#sidebar li {
	margin: 0px 30px 0px 30px;
	padding: 5px 0px 5px 0px;  /* 10px 0px 10px 0px; */
	/*background: url(images/sidebar-separator-bg.png) repeat-x left top; */
}

#sidebar li a {
	display: block;
}

#sidebar .first {
	background: none;
}

/** FOOTER */

#footer {
	overflow: hidden;
	height: 130px;
}

#footer p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	color: #000000;  //** #6F7071 **//
}

#footer h2 {
	text-shadow: 1px 1px 1px #FFFFFF;
	font-family: 'Abel', sans-serif;
	font-weight:bold;
}

#footer a {
	color: #6F7071;
}

//** FOOTER COLUMNS **//

#footerlinks {
	float:left;
	width:840px;
	height:175px;
	padding-left:55px;
}

#footercolumn {
	float:left;
	display:inline;
	text-align:center;
	width:220px;
	height: 175px;	
}

#footercolumn p {
	line-height:100%;
	padding-top:5px;
}



#banner {
	overflow: hidden; 
	width: 900px;
	margin: 0px auto 3px;  //** 20px auto **//
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #B2B9BD;
	border-radius: 5px; 
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, .1);
}

#banner .image-border {
	padding: 10px;  //** 20px **//
}

/** POST STYLE  */


.post {
	overflow: hidden;
}

.post .title {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: -1px;
	font-size: 30px;  /** 40 px originally **/
	color: #2E2E2E;
}
.post ul li{
	list-style:none;
	text-align:left;
}
.post .entry  ul li{
	list-style:none;
	text-align:center;
}
/* Used on the FAQ - What are the eligibility requirements for registering to vote in Transylvania County? (for example) List style is decimal for numbering*/
.post .entry .listing ul li{
	list-style:decimal;
	text-align:left;
	line-height:140%;
}

.post .entry .bullets  ul li{
	list-style-type:circle;
	text-align:left;
	line-height:140%;
}

.post .img-style1 {
	margin-bottom: 20px;
}

.post .entry img {
	border:2px solid #000000;
}

.post .entry .contests img {
	border:0px;
	margin: auto;
}
	

.post .posted {
	margin-top: -5px;
	padding: 0px 0px 10px 0px;
	font-family: 'Abel', sans-serif;
	font-size: 12px;
	color: #737373;
	font-weight:normal;
}

.post .posted a {
	color: #A9A9A9;
}

.post .meta {
	overflow: hidden;
	display: block;
	height: 50px;
	margin-top: 30px;
	padding: 0px 20px;
	border: 1px solid #CDCDCD;
	box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 1);
	background: url(images/meta-bg.jpg) repeat-x left top;
	text-shadow: 1px 2px 0px rgba(255, 255, 255, 1);
	font-family: 'Abel', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #535353;
}

.post .meta a {
	color: #535353;
}

.post .meta .listed {
	float: left;
	padding-right: 25px;
	line-height: 50px;
	background: url(images/meta-separator-bg.png) no-repeat right 50%;
}

.post .meta .tags {
	float: left;
	padding-left: 20px;
	line-height: 50px;
}

.post .meta .comments {
	float: right;
	line-height: 50px;
}

.post .img-margin {
	margin-bottom: 30px;
}
