/*
* { margin: 0; padding: 0; }
*/
body {
    text-align: center;
    background: #333399;
    color: black;
    font-family: arial,helvetica,sans-serif;
    font-size: 1.1em;
    margin: 0;
    padding: 0;
}

table {
    width: 90%;
    margin: 10px auto;
}

img {
    border: none;
}

h1 {
    margin: 0;
    padding: 0.3em 0.5em;
    background: #DDDDDD;
    font-family: "Georgia",times,serif;
    font-size: 130%;
}

h2 {
    margin: 0;
    border-bottom: 2pt solid #333399;
    padding: .3em  0 .3em .5em;
    color: #333399;
    /* background: #DDDDDD; */
    font-family: Arial,sans-serif;
    font-size: 1.2em;
}

h3 {
    font-family: "Georgia",times,serif;
    font-size: 110%;
}

a:hover, a:focus {
    background: #bbccff;
    color: black;
}
a.img {
    background: transparent;
}

.clr { clear: both; }

ul.nostyle {
    list-style: none;
    padding-left: 1em;
    margin-left: 1em;
    margin: 0;
}

ol ol { list-style: lower-alpha; }

dt { font-weight: bold; }

#page {
    position: relative;
    margin: 1em;
}

img#crown {
    position: absolute;
    bottom: -0.1em;
    left: 10px;
    z-index: 10;
}

#header {
    position: relative;
    width: 100%;
    height: 7em;
    background: white;
    z-index: 0;
    margin-bottom: 15px; 
}
#menubar {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1.6em;
    font-size: .8em;
    font-weight: bold;
}
#menubar ul {
    margin: 0;
    padding: .5em 1.5em 0 0;
    list-style: none;
    width: 100%;
    z-index: 15;
}
#menubar li {
    float: right;
    padding: 0 1em 0 2em;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    display: block;
    position: relative;
}
#menubar a {
    padding: 0;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    color: #333399;
    z-index: 20;
}
#menubar a:hover {
    color: #FF3333;
    background: transparent;
}   

/* Used for social networking links starting 5 March 2011 */
#socialnetworking {
    clear: both;
    float: right;
    margin-right: 1em;
    margin-top: 3.2em;
    z-index: 30; 
}
#socialnetworking a.hover {
    background: #FFFFFF;
}

/* Used for promotional addition to the header starting 29 March 2011 */
#promo-within-header {
    position: absolute;
    background: transparent;
    margin-top: 1.6em;
    margin-left: 38em;
    z-index: 100;
}

#promo-within-header a {
    color: #FF0000;
    text-decoration: none;
    background: transparent;
}

#promo-within-header a:hover {
    color: #FF0000;
    text-decoration: underline;
    background: transparent;
}

#content {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    background: yellow;
}

#leftcol {
    position: absolute;
    left: 0;
    top: 8.9em;
    width: 180px;
    font-size: 80%;
    color: #000;
    max-width: 15%;
}

/* for photos, etc in articles */
.rightbox {
    background: white;
    position: relative;
    float: right;
    font-size: 80%;
    margin: 10px;
    padding: .5em;
    border: .2em #333399 solid;
}
.rightbox h3 {
    margin: 0;
    background: #bbccff;
    text-align: center;
}
.rightbox img {
    text-align: center;
    margin: 5px auto;
    border: none;
}

/* container box top right of centercol */
#rightcol {
    float: right;
}
#rightcol h3 {
    margin: 0 0 .5em 0;
    background: #bbccff;
    text-align: center;
}
#rightcol h3 a:hover {
    background: white;
}

/* Replaced the former "events" style with this ad style on 5 March 2011 */
.ad {
    clear: both;
    float: right;
    border: 2pt solid #333399;
    width: 210px;
    background: #FFFFFF;
    font-size: 0.8em;
    overflow: auto;
    z-index: 2;
}

/* .rcitem within #rightcol */
img#ani {
    z-index: 1;
}

.rcitem {
    border: 1px solid #13059e;
    padding: 0 0 .5em 0;
    margin: 0 0 1em auto;
}
div.rcitem p {
    margin: .5em;
}
div.rcitem img {
    border: none;
    margin: 10px auto;
}
div.rcitem ul {
    list-style: none;
    padding-left: 1em;
    margin-left: 1em;
    margin: 0;
}
div.rcitem li.current {
    background-color: #bbccff;
}

#msign { margin: 0 0 1em 0; }
#msign img {
    width: 15em;
    padding: 0;
}
#bobbarr { margin: 0 0 1em 0; text-align: center; }
#bobbarr img{
    width: 125px; height: 125px;
    padding: 0;
}
div.works { background: #ffffdf; }
div.works dl { margin-left: .7em; padding-left: 0; font-size: 130%; }
div.works dt { font-weight: normal; margin-left: 0; padding-left: 0; }
div.works dd { font-weight: bold; margin-left: 1.1em; padding-left: 0; }
div.works span { font-size: 250%; }

/* end of right column */

#centercol {
    position: relative;
    margin-top: -.3em;
    margin-left: 11em;
    /* Keep the centercol padding 0 and adjust the things within it */
    padding: 0;
    height: 1%;
    background: white;
    /* background: white url("../images/cont-tl.gif") no-repeat top left; */
    text-align: left;
}
/* Rounded corners, corresponding to the one indicated in centercol */
#cctr { 
    /* background: url("../images/cont-tr.gif") no-repeat top right; */
}
#ccbl { 
    /* background: url("../images/cont-bl.gif") no-repeat bottom left; */
}
#ccbr { 
    /* background: url("../images/cont-br.gif") no-repeat bottom right; */
}

#footer {
    clear: both;
    background: transparent;
    border-top: 3px outset #333399;
    text-align: center;
    font-size: 0.7em;
    padding: 1em;
}
#footer p {
    margin: 0 auto;
}

.leftmenu {
    width: 13em;
    margin: 0 auto;
    padding: 0;
    background: white;
}
.leftmenu ul {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 2px;
}
.leftmenu li {
    display: block;
    background: white;
    margin: 0;
    padding-left: .8em;
    padding-top: 2px;
}   
.leftmenu li.sub {
    padding-left: 1.5em;
    background: white;
}
.leftmenu li.current {
    font-weight: bold;
}   
div.leftmenu a {
    display: block;
    color: #000000;
    text-decoration: none;
    padding: 0;
}   
.leftmenu a:hover {
    color: #FF3333;
    background: #FFFFFF;
}   

#cansearch {
    width: 160px;
    text-align: center;
    background: #bbccff;
}
#cansearch h3 {
    font-size: 120%;
    margin: 0;
}
#cansearch input {
    margin: 0 auto;
    padding: 0;
}

.copyright {
    text-align: center;
    font-size: 90%;
    font-style: italic;
}
.special {
    border: 2px solid red;
    padding: 1em;
    margin-bottom: 1em;
}
.special img {
    float: left;
    margin-right: 10px;
}
img.right {
    float: right;
    margin-left: 10px;
}
img.left {
    float: left;
    padding: 0 10px 10px 0;
    margin-right: 10px;
}
img#xmas {
    position: relative;
    top: 15px;
    left: -50px;
}

img#rohr {
    float: left;
    height: 5em;
    padding: 0 2em 10px 0;
}

/* Since January 2011, newsitem has been replaced by article */
.newsitem {
    margin: .5em 0;
    padding: .5em;
    background: yellow;
}
.article {
    margin-bottom: 10px;
    padding-bottom: 1em;
    font-size: 0.8em;
}
.article p {
    padding-left: 1em;
    padding-right: 1em;
}
.article a {
    font-style: italic;
    border: none;
    padding: 0;
}
.article .date {
    padding: .3em 0 .5em .5em;
    color: #333399;
    font-size: .8em;
}
.event {
    border: 1px solid black;
    padding-left: .5em;
}

/* Ads on the left-side use "bar" */
.bar {
    width: 12.3em;
    margin-top: 0.5em;
    padding: .3em;
    background: white;
    border: .2em #333399 solid;
}
.bar h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.bar img {
    border: none;
    margin: 0;
}

#bylaws ol { list-style: lower-alpha; }
#bylaws ol ol { list-style: decimal; }

#resolution span { font-weight: bold; }

#county {
    padding: 1em;
}
#county hr { 
    width: 75%; 
    margin: 1em auto; 
}

@media print {
body { font-size: 80%; }
#menubar { display: none; }
#leftcol { display: none; }
#centercol { margin: 0; }
div.noprint {display: none; }
a { color: black; text-decoration: none; }
}

/* from http://positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.author {
    font-style: italic;
    font-size: 90%;
    /* margin: -1.5em auto 0; */
}

input:focus {
    background: #ffffdf;
}
textarea {
    font-family: "Trebuchet MS",arial,helvetica,sans-serif;
}
textarea:focus {
    background: #ffffdf;
}

/* #donate {
    margin: auto 3em 2em 3em;
} */

#donate blockquote {
    font-size: 60%;
    margin-bottom: 0;
}

#contactForm {
    width: 100%;
}

fieldset {  
    clear: both;
    float: left;
    width: 90%;
    text-align: left;
    background-color: #DDDDDD;
    font-size: .8em;
    margin-bottom: 0.5em;
}
legend {  
    color: #000000;  
    font-weight: bold;
    font-family: "Times New Roman",serif;
    font-size: 1em;
    border: 1pt solid #000000;
    background: #FFFFFF;
    padding: 0.2em 1em 0.2em 1em;
}
fieldset ul {  
    padding: 1em;
    margin-top: 0;
    list-style: none;
}
fieldset li {  
    float: left;
    clear: left;
    width: 100%;
    padding-bottom: 0.5em;
} 
fieldset.submit {  
    float: none;  
    width: auto;
    background: transparent;
    border: none;
    padding-left: 5em;
}
fieldset label {
    display: block;
    float: left;
    width: 9em;
    text-align: left;
}
fieldset fieldset {  
    border-style: none;  
    background-color: transparent;  
    margin: 1em;  
}
fieldset fieldset legend {  
    padding: 0em;
    font-size: 1.2em;
    font-weight: normal;
    font-family: arial,helvetica,sans-serif;
    background: transparent;
    border: none;
}
fieldset fieldset ul {  
    margin: 0;  
    padding: 0;
}
fieldset fieldset label {  
    display: inline;
    float: none;  
    width: auto;  
    font-size: 1.2em;
}

.err { background: url(images/18px-Red_x.gif) no-repeat top right; }

#recap {
    border-collapse: collapse;
    width: 20em;
    margin: auto auto;
    border: 0;
}
#recap thead th { background: #bbccff; }

span.more {
    display: none;
    white-space: nowrap;
    font-style: italic;
    color: blue;
}
div.cont { display: block; }

iframe#signup {
    width: 900px;
    height: 550px;
    border: none;
}

#alerts {
    height: 12em;
    overflow: auto;
    border: 2px solid black;
    padding: 0 5px 10px 5px;
    margin-top: 0;
    font-size: 80%;
}
#alerts h3 {
    margin-top: 0;
    background: #bbccff;
}
#alerts a {
    white-space: nowrap;
}
h3.alerts {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#quote {
    clear: both;
    border-top: 3px outset #333399;
    background: #DDDDDD;
    margin-top: 1em;
    padding: .5em 2em;
    text-align: center;
    font-style: italic;
    font-size: 0.8em;
}

.reverse {
    background: black;
    color: white;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
}
.reverse a { color: white; }

#candidates table {
    margin: 10px auto;
}
#candidates td {
    border-top: solid 1px black;
    width: 18em;
}
#candidates tr:first-child td {
    border-top: none;
}
#candidates tr td:first-child {
    width: 13em;
}

table#redirect {
    width: 90%;
    margin: 20px auto;
}

#lxc { border-collapse: collapse; width: 100%; }
#lxc thead th { text-align: center; }
#lxc td { text-align: center; }
#lxc td.hover,tr.hover { background-color: #9cf; }
#lxc td.hover,tr.hover { background-color: #bcf; }
#lxc tfoot td.hover { background-color: #fffacd; } /* ivory */
#lxc thead th.hover { background-color: #fffacd; } /* ivory */
#lxc td.hoverrow, th.hoverrow { background-color: #bcf; }
#lxc td.hovercell, th.hovercell { background-color: #fffacd; }
#lxc tfoot,thead { background-color: #fffacd; } /* LemonChiffon */
#lxc tbody td { border: 2px solid white; }
#lxc .coleven { background: #d8d8d8; }
/*
#lxc tr>th+td { text-align: right; }
*/

#cc1 {
    border-collapse: collapse;
    width: 100%;
}
#cc1 tr {
    border-top: 1px solid black;
}
#cc1 th {
    padding: 1em;
}
table.cc2 { border: none; }
table.cc2 th { width: 6em; }


.rgt-align { text-align: right; }
.ctr-align { text-align: center; }
.nowrap { white-space: nowrap; }
.js-yes { display: none; font-style: italic; }
.js-no { display: block; font-style: italic; }

.days2election {
    text-align: center;
    font-style: italic;
    font-size: 120%;
    font-weight: bold;
    color: red;
    margin-bottom: 1em;
}

#thumb-right-vertical {
    width: 110px;
    float: right;
    text-align: center;
    font-size: 90%;
    font-style: italic;
}

table#itinerary td {
    width: 10em;
    text-align: center;
}
table#itinerary td+td {
    width: 15em;
    text-align: left;
}

#election_summary table {
    width: 100%;
}
#election_summary table.single {
    clear: both;
    width: 30em;
    margin: 1em auto;
    border: 1px solid black;
}
#election_summary tr.lib {
    background: #ffffdf;
}
#election_summary td+td+td { text-align: right; }
#election_summary h2 {
    position: relative;
}
#election_summary button {
    display: none;
    position: absolute;
    right: 0;
}

#county_contact_edit label {
    background: #f2f4ff;
    margin-top: 10px;
    width: 8em;
    float: left;
}
#county_contact_edit input,textarea {
    margin-top: 10px;
}
.both { background-color: #fffacd; } /* ivory */

span.spec001 {
    text-transform: capitalize;
    white-space: nowrap;
}
span.spec001 span {
    font-weight: bold;
    font-size: 120%;
}
#cuid {
    width: 80%;
    margin: 1em auto;
}
#cuid p {
    width: 18em;
    margin: 0 auto;
    padding-bottom: 1em;
}
#cuack {
    width: 80%;
    border: 1px solid black;
    text-align: center;
    margin: 1em auto;
}

a[href$=xls] {
    background: url(/images/iconExcel.gif) no-repeat; 
    padding-left: 20px;
}
a[href$=pdf] {
    background: url(/images/iconPDF.gif) no-repeat; 
    padding-left: 20px;
}
a[href$=doc],a[href$=rtf] {
    background: url(/images/iconWord.gif) no-repeat; 
    padding-left: 20px;
}

#balloon {
    position: absolute;
    right: 20em;
    top: -6em;
    z-index: 100;
}
div.ctrphoto {
    border: solid black 3px;
    padding: 10px;
    text-align: center;
    width: 300px;
    margin: 10px 2em;
}

/* Marker placed 12 August 2010 */

.ec_member_info {
    clear: both;
    float: left;
    width: 100%;
    height: 8.5em;
    margin: 0;
    border-bottom: 1px solid #333399;
}
.ec_member_image {
    float: left;
    margin: 0.5em;
}
.ec_member_image img {
    height: 7.5em;
}
.ec_member_text {
    position: absolute;
    float: left;
    margin-left: 10em;
    line-height: 1.5em;
}
.ec_member_text ul {
    list-style: none;
}

/* Marker placed 2 March 2011 */

.convention  {
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 1em;
}
.convention .title {
    text-align: center;
    font-size: 1.3em;
}
.convention .menu {
    width: 100%;
    padding: 5pt 0 5pt 0;
    border-bottom: 1pt solid #DDDDDD;
    text-align: center;
    font-size: .8em;
}
.convention p {
    padding: .3em 1em 0 1em;
    font-size: .8em;
}


