/*
Theme Name: Curtis Coleman 2010
Theme URI: http://curtiscoleman.com/
Description: Theme for use with WordPress.
Version: 1.0
Author: Acumen
Author URI: http://acumenholdings.com/

Copyright: 2010 Curtis Coleman for Senate.

*/




/*
 * Content Styles
 * NOTE: Must be defined without wrappers for in-place editor.
 * 
 * OK:
 * h1 { foo: bar; }
 * 
 * Not OK:
 * #content h1 { foo: bar; }
 */
body {
  padding: 0;
  margin: 0;
  
  color: #333;
	font: normal normal normal 13px/18px Georgia,"Times New Roman", Times, serif;
  background: #00304c url(images/body_bak.jpg);
	}




/*
 * Knock out dotted link and button outlines in FF 
 */
:focus,
:active {
  outline: none !important;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0 !important;
}




/*
 * Content Styles
 */
a:link,
a:visited,
a:active {
  color: #369;
}
a:link:hover,
a:visited:hover,
a:active:hover {
  color: #69c;
}

h1,
h2 {
  margin: 1em 0 0;
  padding: 0;
  color: #333;
  font: normal small-caps normal 32px/32px Georgia,"Times New Roman", Times, serif;
}
h2 {
  color: #666;
  font-size: 24px;
  line-height: 24px;
}
  h2 a:link,
  h2 a:visited {
    color: #036;
    text-decoration: none;
  }
h3 {
  color: #a66;
  margin: 2em 0 1em;
  border-bottom: 1px solid #edd;
  font: normal small-caps normal 18px/18px Georgia,"Times New Roman", Times, serif;
}
h4 {
  color: #900;
  margin: 2em 0 0.5em;
  font: normal small-caps normal 16px/16px Georgia,"Times New Roman", Times, serif;
}
h5 {}
h6 {}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}


pre {
  font-size: 12px;
  font-family: "Lucida Console", "Courier New", Courier, monospace;
  font-weight: normal;
  color: #666;
  margin: 1em 0;
  padding: 0;
}

p {}
p.footnote {
  font-size: 10px;
  line-height: 18px;
  padding: 0 0 0 0;
  color: #999;
}

dl {
  display: block;
  text-align: left;
}
dt {
  display: block;
  margin: 1em 0 0;
  padding: 0;
  color: #333;
  font: normal normal normal 12px/18px Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
}
dd {
  display: block;
  margin: 0.5em 0;
  padding: 0 0 0 2em;
  color: #000;
}
dt + dd {
  margin-top: 0;
}

a.blocklink:link,
a.blocklink:visited,
a.doclink:link,
a.doclink:visited,
a.wwwlink:link,
a.wwwlink:visited,
a.pdflink:link,
a.pdflink:visited {
  display: block;
  min-height: 26px;
  padding: 24px 0 12px 60px;
  font-size: 16px;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

a.blocklink,
a.doclink {
  background-image: url(images/linkicon_pagelink.png);
}

a.wwwlink {
  background-image: url(images/linkicon_wwwlink.png);
}

a.pdflink {
  background-image: url(images/linkicon_pdflink.png);
}

}
a.blocklink:hover,
a.blocklink:visited:hover,
a.doclink:hover,
a.doclink:visited:hover,
a.pdflink:hover,
a.pdflink:visited:hover {
  color: #36f;
  border-color: #36f;
  background-color: #fff;
}

blockquote {
  margin: 1em 2em;
  color: #666;
  font-family: Georgia, "Times New Roman", Times, serif;
}
  blockquote:before {
    content: '“';
    display: block;
    position: absolute;
    font-family: "Times New Roman", Times, serif;
    font-size: 90px;
    line-height: 90px;
    margin: -20px 0 0 -40px;
    color: #ddd;
    z-index: 1;
  }
  blockquote  p {
    position: relative;
    z-index: 2;
  }
  blockquote cite {
    display: block;
    margin: 0.5em 0 0 50%;
  }
cite{
  border: 0;
}

table {}
table th {}
table td {}
table thead th {}
table thead td {}
table tbody th {}
table tbody td {}
table tfooter th {}
table tbody td {}

img {
	padding: 0;
  border: 0;
}
  img.aligncenter {
  	display: block;
  	margin: 1em auto;
  	}
  img.alignright {
  	display: inline;
  	float: right;
  	margin: 0 0 0.5em 1em;
  	}
  img.alignleft {
  	display: inline;
  	float: left;
  	margin: 0 1em 0.5em 0;
  	}

.post {
	margin: 1em 0 2em;
	}

.postmetadata {
	clear: both;
}




/*********************************
  Special Stylized Content
*********************************/
.column_content > h1:first-child,
.column_content > h2:first-child,
.column_content > h3:first-child {
  margin-top: 0;
  padding-top: 15px;
}
h2 + cite {
  margin: 0 0 1em;
  padding: 0;
  color: #666;
  font: normal normal bold 10px/14px Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  border: 0;
  outline: 0;
}

p.post_tools,
p.postmetadata {
  margin: 1em 0;
  padding: 0;
  color: #666;
  font: normal normal bold 10px/14px Arial,Helvetica,sans-serif;
  border: 0;
  outline: 0;
}
body.home p.postmetadata + p.post_tools,
body.home p.postmetadata + p.post_tools {
  margin-top: -0.75em;
}
p.post_tools a:link,
p.post_tools a:visited {
  margin: 0;
  padding: 0 0.5em;
  color: #933;
  text-transform: uppercase;
  border: 1px solid #b2b2b2;
  border-width: 0 1px 0 0;
  text-decoration: underline;
}
p.post_tools a:link:hover,
p.post_tools a:visited:hover {
  color: #c66;
}
p.post_tools a:link:last-child,
p.post_tools a:visited:last-child,
p.post_tools a:link:last-of-type,
p.post_tools a:visited:last-of-type {
  border-width: 0;
}




/*********************************
  Layout Styles
*********************************/
#body_top {
  background: transparent url(images/body_top.jpg) repeat-x 0 0;
}

#layout_vert {
  background: transparent url(images/layout_vert.jpg) repeat-y 50%;
}
#layout_top {
  background: transparent url(images/layout_top.jpg) no-repeat 50% 0;
}
#layout_bottom {
  background: transparent url(images/layout_bottom.jpg) no-repeat 50% 100%;
}




#header_layout {
  width: 970px;
  height: 150px;
  overflow: hidden;
  clear: both;
  margin: 0 auto;
  padding: 0;
  
  background: transparent url(images/header_logo.jpg) no-repeat 0 0;
}
.page_layout {
  display: block;
  width: 965px;
  clear: both;
  margin: 0 auto;
  padding: 0 0 0 5px;
  zoom: 1;
  position: relative;
}
.footer_layout {
  display: block;
  width: 965px;
  clear: both;
  margin: 0 auto;
  padding: 0 0 5px 5px;
  zoom: 1;
  position: relative;
}
#footer_copyright {
  display: block;
  clear: both;
  height: 75px;
  width: 970px;
  margin: 0 auto;
  padding: 33px 0 0;
  zoom: 1;
  position: relative;
  
  text-align: center;
}




  #header_layout #header_logo {
    display: block;
    float: left;
    width: 280px;
    height: 130px;
  }
    #header_layout #header_logo h1 a,
    #header_layout #header_logo p {
      text-indent: -5000px;
    }
    #header_layout #header_logo h1 a:link,
    #header_layout #header_logo h1 a:visited {
      display: block;
      width: 280px;
      height: 130px;
    }


  #header_signup {
    display: block;
    float: left;
    width: 690px;
    height: 45px;
    padding: 10px 0 0;
  }
  .signup_form {}
  #header_signup .signup_form {
    text-align: right;
  }
  
    .signup_form p {
      color: #6699cc;
      font: normal normal normal 12px/12px Arial, Helvetica, sans-serif;
    }
    #header_signup p{
      padding: 0;
      margin: 0;
    }
    
    .signup_form label {}
    #sidebar .signup_form label {
      display: none;
    }
    
    .signup_email {
      width: 180px;
    }
    #sidebar .signup_email {
      width: 140px;
    }
    
    .signup_zip {
      width: 65px;
    }
    
    
  
  
  #header_layout .article_quotes {
    display: block;
    float: left;
    width: 490px;
    height: 75px;
    padding: 0 0 0 200px;
    overflow: hidden;
  }
    #header_layout .article_quotes .article_quote {
      display: block;
      width: 490px;
      height: 75px;
      margin: 0;
      padding: 0;
      
      text-align: center;
      color: #fff;
      font: normal small-caps normal 18px/24px Georgia,"Times New Roman", Times, serif;
      z-index: 1;
    }
      #header_layout .article_quotes .article_quote.active {
        z-index: 2;
      }
      #header_layout .article_quotes .article_quote a:link,
      #header_layout .article_quotes .article_quote a:visited {
        font-size: 10px;
        font-variant: normal;
        text-transform: uppercase;
        color: #fff;
        white-space: nowrap;
      }


  #header_layout ul#social_links {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
  }
    #header_layout ul#social_links li {
      display: block;
      float: left;
      margin: 0;
      padding: 0;
    }
      #header_layout ul#social_links li a:link,
      #header_layout ul#social_links li a:visited {
        margin: 0 2em 0 0.5em;
        color: #b2d9ff;
        text-decoration: underline;
        font: normal normal normal 11px/14px Arial, Helvetica, sans-serif;
      }
      #header_layout ul#social_links li a:link:hover,
      #header_layout ul#social_links li a:visited:hover {
        color: #fff;
      }
      
      
      
      
  .page_header {
    width: 960px;
    padding: 5px 0 0;
  }


    
    
  .footer_layout .sidebar_block {
    margin: 0;
  }
  
  
  .footer_layout .simplesearch {
    float: left;
    padding: 0 0 0 10px;
  }
    .footer_layout .simplesearch p {
      margin: 0;
      padding: 0;
    }
    .footer_layout .simplesearch .input_text {
      width: 193px;
    }




  #sidebar {}
  #sidebar p {
    color: #369;
    font-family: Arial, Helvetica, sans-serif;
  }
    #sidebar .simplesearch {
      width: 314px;
      padding: 0;
    }
    #sidebar .simplesearch .input_text {
      width: 215px;
    }




  .promo_header {
    clear: both;
    height: 375px;
    background: #f5f3ef url(images/videotemp.jpg) no-repeat 0 0;
    background: #f5f3ef;
  }
    .promo_header .promo_stage {
      float: left;
      width: 620px;
      height: 375px;
      overflow: scroll;
      overflow-x: hidden;
      overflow-y: scroll;
      
      overflow: hidden;
    }
      .promo_header .promo_clip {
        float: left;
        width: 620px;
      }
      .promo_header .promo_item {
        clear: both;
        width: 620px;
        height: 375px;
        position: relative;
        z-index: 1;
      }

      .promo_header .promo_item.active {
        z-index: 2;
      }

      
        .promo_header .promo_youtube {
          width: 620px;
          height: 375px;
          background: #555 url(images/needsflash.png) no-repeat 50% 50%;
        }
        .promo_header .promo_post {
          width: 520px;
          height: 350px;
          padding: 25px 50px 0;
          
          text-align: center;
          
          background: #fff url(images/innershadow_top.jpg) repeat-x 0 0;
        }
          .promo_header .promo_post h2 {
            font-size: 36px;
            line-height: 36px;
            margin: 0 0 1em;
          }
          .promo_header .promo_post p {
            font-size: 18px;
            line-height: 24px;
            margin: 1em 0;
          }
    .promo_header .promo_menu {
      position: relative;
      z-index: 2;
      overflow: hidden;
      
      float: left;
      width: 340px;
      height: 375px;
      background: #f5f3ef url(images/promo_menu.jpg) no-repeat 0 0;
    }
      .promo_header .promo_menu ol {
        width: 340px;
        height: 375px;
        padding: 0;
        margin: 0;
        list-style: none;
      }
      .promo_header .promo_menu ol li {
        width: 340px;
        height: 75px;
        padding: 0;
        margin: 0;
        list-style: none;
      }
        .promo_header .promo_menu a:link,
        .promo_header .promo_menu a:visited {
          display: block;
          position: relative;
          overflow: hidden;
          width: 210px;
          height: 38px;
          padding: 22px 90px 15px 40px;
          margin: 0;
          
          color: #666;
          font: normal normal normal 18px/18px Arial, Helvetica, sans-serif;
          text-decoration: none;
          
          background: transparent url(images/promo_menu_item.png) no-repeat 0 50%;
        }
        .promo_header .promo_menu a.promo_menu1:before,
        .promo_header .promo_menu a.promo_menu2:before,
        .promo_header .promo_menu a.promo_menu3:before,
        .promo_header .promo_menu a.promo_menu4:before,
        .promo_header .promo_menu a.promo_menu5:before {
          content: "";
          display: block;
          position: absolute;
          
          top: 0;
          right: 0;
          width: 49px;
          height: 53px;

          background: transparent url(images/promo_menu1.png) no-repeat 0 100%;
        }
        .promo_header .promo_menu a.promo_menu2:before {
          background-image: url(images/promo_menu2.png);
        }
        .promo_header .promo_menu a.promo_menu3:before {
          background-image: url(images/promo_menu3.png);
        }
        .promo_header .promo_menu a.promo_menu4:before {
          background-image: url(images/promo_menu4.png);
        }
        .promo_header .promo_menu a.promo_menu5:before {
          background-image: url(images/promo_menu5.png);
        }
        .promo_header .promo_menu a:link:hover,
        .promo_header .promo_menu a:visited:hover,
        .promo_header .promo_menu li.active a:link,
        .promo_header .promo_menu li.active a:visited {
          color: #830d21;
          background-color: #fff;
          background-image: url(images/promo_menu_active.png);
          -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.75);
          -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.75);
          box-shadow: 0 2px 8px rgba(0,0,0,0.75);
        }




  #footer_copyright h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font: normal small-caps normal 18px/20px Georgia,"Times New Roman", Times, serif;
  }
  #footer_copyright p {
    margin: 0;
    padding: 0;
    color: #fff;
    font: normal normal normal 10px/12px Arial,Helvetica,sans-serif;
  }
  #footer_copyright a,
  #footer_copyright a:visited {
    color: #fff;
  }




/*
 * Utility Layouts
 */
.end {
  display: block;
  clear: both;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  visibility: hidden;
  zoom: 1;
  position: relative;
}

.page_break {
  display: block;
  margin: 0 0 -10px 0;
  padding: 0;
  clear: both;
  background: #fff;
  zoom: 1;
  position: relative;
}
.page_break_top {
  background: transparent url(images/break_top.jpg) repeat-x top;
}
.page_break_bottom {
  background: transparent url(images/break_bottom.jpg) repeat-x bottom;
} 
.page_break_layout_top {
  padding: 10px 0 0;
  background: transparent url(images/break_layout_top.jpg) no-repeat center top;
}
.page_break_layout_bottom {
  padding: 0 0 22px;
  background: transparent url(images/break_layout_bottom.jpg) no-repeat center bottom;
}
.page_break_layout {
  width: 970px;
  min-height: 200px;
  clear: both;
  margin: 0 auto;
  padding: 7px 0;
}




  
  
.monolith {
  display: block;
  overflow: hidden;
  clear: both;
  width: 46.6667%;
  min-height: 10px;
  margin: 2em auto;
  padding: 2em 10%;
  
  text-align: center;
  
  border: 2px solid #e8e8e8;
  background: #f8f8f8;
}
.secure {
  border: 6px solid #9c9;
}

.column_full {
  width: 960px;
  min-height: 10px;
  padding: 0;
  margin: 0;
  background: transparent url(images/content960_top.jpg) no-repeat center top;
}
.column_onefourth,
.column_onethird,
.column_twothirds {
  float: left;
  min-height: 10px;
  padding: 0;
  margin: 0;
}
.column_onefourth {
  width: 240px;
}
.column_onethird {
  width: 310px;
  padding-right: 10px;
}
.column_twothirds {
  width: 630px;
  padding-right: 10px;
}

.column_main {
  float: left;
  width: 616px;
  min-height: 10px;
}
.column_sidebar {
  float: left;
  width: 344px;
  min-height: 10px;
}
  .column_full .column_content,
  .column_onefourth .column_content,
  .column_onethird .column_content,
  .column_twothirds .column_content,
  .column_main .column_content,
  .column_sidebar .column_content {
    padding: 5px 15px; 
  }
  .column_main .column_content {
    min-height: 100px;
    background: transparent url(images/content616_top.jpg) no-repeat center top;
  }
  .footer_layout .column_main .column_content {
    background: transparent url(images/content616_bottom.jpg) no-repeat center bottom;
  }




.posterlink_calendar,
.posterlink_issues,
.posterlink_media {
  display: block;
  width: 238px;
  height: 223px;
  margin: 0 auto;
  padding: 0;
  text-decoration: none;
  text-indent: -5000px;
  background: #fff url(images/posterlink_calendar.jpg) no-repeat 0 0;
}
.posterlink_issues {
  background: #fff url(images/posterlink_issues.jpg) no-repeat 0 0;
}
.posterlink_media {
  background: #fff url(images/posterlink_media.jpg) no-repeat 0 0;
}




.sidebar_block {
  text-align: center;
  margin: 4em 0;
}




/*********************************
  YouTube Video Layout
*********************************/
#youtube_embed {
  margin: 2em auto;
  border: 2px solid #ccc;
  width: 586px;
  height: 330px;
  
  background: #555 url(images/needsflash.png) no-repeat 50% 50%;
}



/*********************************
  Curtis v Blanche Styles
*********************************/
.cvb {
  display: block;
  width: 305px;
  margin: 0 auto 3em;
  padding: 0;
}
  .cvb h2 {
    margin: 0;
    padding: 18px 0 0;
    height: 55px;
    background: transparent url(images/cvb_vs.png) no-repeat 108px 0;
    line-height: 24px;
  }
    .cvb h2 em {
      padding: 0 25px;
      font-size: 0px;
      color: #a33;
    }
    
  .cvb ul {
    display: block;
    width: 305px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
    .cvb ul li {
      display: block;
      width: 284px;
      margin: -8px 0 0;
      padding: 0 11px 7px 10px;
      min-height: 52px;
      background: transparent no-repeat left bottom;
    }
    .cvb ul li.danger {
      background-image: url(images/cvb_poll_danger.png);
    }
    .cvb ul li.safe {
      background-image: url(images/cvb_poll_safe.png);
    }
    
    .cvb ul li cite,
    .cvb ul li cite a:link,
    .cvb ul li cite a:visited {
      color: #666;
      font: normal small-caps normal 11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
    }
    
    .cvb ul li .cvb_poll_slider {
      display: block;
      overflow: hidden;
      width: 284px;
      margin: 0;
      padding: 0;
      height: 30px;
      background: transparent no-repeat 142px 0;
    }
    .cvb ul li.danger .cvb_poll_slider {
      background-image: url(images/cvb_poll_danger_slider.png)
    }
    .cvb ul li.safe .cvb_poll_slider {
      background-image: url(images/cvb_poll_safe_slider.png)
    }
    .cvb ul li .cvb_poll_c,
    .cvb ul li .cvb_poll_b {
      display: block;
      float: left;
      width: 142px;
      margin: 0;
      padding: 0;
      height: 30px;
      text-align: center;
      color: #fff;
      font-size: 24px;
      line-height: 24px;
      font-weight: normal;
    }
    .cvb ul li .cvb_poll_c em,
    .cvb ul li .cvb_poll_b em {
      display: none;
    }




/*********************************
  Form Styles
*********************************/
form {
  display: block;
  padding: 0;
  margin: 0;
}
  form input[type="text"],
  form input[type="password"] {
    height: 16px;
    padding: 2px;
    vertical-align: middle;
  
    font-size: 12px;
    line-height: 13px;
    font-weight: bolder;
  
    border: 1px solid;
    border-color: #aaa #bbb #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-image: url(images/input_bak.png);
    background-position: 0 -3px;
    background-repeat: repeat-x;
  }
  form textarea {
    padding: 0.5em;
  
    font-size: 12px;
    line-height: 12px;
    font-family: 'Lucida Grande', "Trebuchet MS", Verdana, Arial, Sans-Serif;
  
    border: 1px solid;
    border-color: #666 #888 #aaa;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    
    background-image: url(images/input_bak.png);
    background-position: 0 0;
    background-repeat: repeat-x;
  }
  form input[type="text"]:focus,
  form input[type="password"]:focus,
  form textarea:focus {
    border-color: #36f;
    -moz-box-shadow: 0 0 5px #69f;
    -webkit-box-shadow: 0 0 5px #69f;
    box-shadow: 0 0 5px #69f;
  }
  form input[type="submit"],
  form input[type="button"],
  form button {
    height: 22px;
    width: 86px;
    vertical-align: middle;
    color: #fff;
    font: normal normal normal 10px/11px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
  
    border: 2px solid #069;
    background: #069 url(images/button_bluebak.png) repeat-x center center;
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  }
  form input[type="submit"]:hover,
  form input[type="submit"]:focus,
  form input[type="button"]:hover,
  form input[type="button"]:focus,
  form button:hover,
  form button:focus {
    border: 2px solid #39a;
  }
  
  
  
.ccv_explanation_link {
  color: #336699;
  text-decoration: underline;
  font-weight: bolder;
  cursor: pointer;
}
  
  
  

.halfwidth {
  float: left;
  width: 48%;
  padding: 0 2% 0 0;
}
form .halfwidth input[type="text"],
form .halfwidth input[type="password"],
form .halfwidth input[type="textarea"],
form .halfwidth select {
  width: 94%;
}

.quarterwidth {
  float: left;
  width: 23%;
  padding: 0 2% 0 0;
}
form .quarterwidth input[type="text"],
form .quarterwidth input[type="password"],
form .quarterwidth input[type="textarea"],
form .quarterwidth select {
  width: 88%;
}




form fieldset {
  display: block;
  margin: 1em 0;
  padding: 0;
  border: none;
  outline: none;
}
form fieldset p,
form fieldset li,
form fieldset label,
form fieldset td {
  font: normal normal bolder 10px/14px verdana,arial,helvetica,sans-serif;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}
form fieldset p {
  margin: 0.5em 0;
}
form fieldset p.formnote {
  margin: 0;
  color: #999;
  font-weight: normal;
  font-style: italic;
}
form fieldset ul,
form fieldset ol {
  margin: 0.5em 0;
}
form fieldset li {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
form fieldset label {
  display: block;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #666;
}
form fieldset label.radio,
form fieldset label.checkbox {
  display: block;
  margin: 0;
  padding: 0 0 0 30px;
  text-transform: none;
  font-weight: normal;
  font-size: 12px;
}
  form fieldset label.radio input,
  form fieldset label.checkbox input {
    float: left;
    margin-left: -25px;
    margin-top: 0px;
  }
form fieldset input[type="text"],
form fieldset input[type="password"],
form fieldset input[type="textarea"],
form fieldset select {
  width: 95.5%;
}




  
form.formtastic {}

form.formtastic fieldset.inputs ol,
form.formtastic fieldset.buttons ol {
  clear: both;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
form.formtastic fieldset.inputs ol li,
form.formtastic fieldset.buttons ol li {
  clear: both;
  display: block;
  padding: 0;
  margin: 1em 0;
  list-style: none;
}
form.formtastic fieldset.inputs ol li.error,
form.formtastic fieldset.buttons ol li.error {
  background: #eee;
  padding-bottom: 0.5em;
}




a.button_donatenow:link,
a.button_donatenow:visited {
  display: block;
  float: left;
  padding: 0;
  margin: 0 0 0 45px;
  height: 55px;
  width: 236px;
  text-indent: -5000px;
  background: transparent url(images/button_donate_now.png) no-repeat 50% 0; 
}
a.button_donatenow:link:hover,
a.button_donatenow:visited:hover {
  background-position: 50% -55px; 
}




form.simplesearch {
  display: block;
  width: 290px;
}

  
  
  
#commentform textarea {
  width: 100%;
}




form input[type="submit"].easybutton,
form input[type="button"].easybutton,
form button.easybutton,
form .easybutton input[type="submit"],
form .easybutton input[type="button"],
form .easybutton button {
  display: block;
  margin: 1em auto;
  padding: 0 0 3px;
  height: 54px;
  width: 236px;
  color: #fff;
  font: normal normal bolder 14px/15px "Arial Black", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border: none;
  background: transparent url(images/button_easybutton.png) no-repeat 50% 0; 
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form input[type="submit"].easybutton:hover,
form input[type="submit"].easybutton:focus,
form input[type="button"].easybutton:hover,
form input[type="button"].easybutton:focus,
form button.easybutton:hover,
form button.easybutton:focus,
form .easybutton input[type="submit"]:hover,
form .easybutton input[type="submit"]:focus,
form .easybutton input[type="button"]:hover,
form .easybutton input[type="button"]:focus,
form .easybutton button:hover,
form .easybutton button:focus {
  background-position: 50% -55px; 
}

a.easybutton:link,
a.easybutton:visited {
  display: block;
  margin: 1em auto;
  padding: 17px 0 0;
  height: 37px;
  width: 236px;
  color: #fff;
  font: normal normal bolder 14px/15px "Arial Black", Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: none;
  background: transparent url(images/button_easybutton.png) no-repeat 50% 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.easybutton:link:hover,
a.easybutton:visited:hover {
  background-position: 50% -55px;
}




a.button_blueback:link,
a.button_blueback:visited,
a.button_grayback:link,
a.button_grayback:visited{
  display: inline-block;
  height: 14px;
  width: 82px;
  padding: 4px 0 0;
  vertical-align: middle;
  color: #fff;
  font: normal normal normal 10px/11px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;

  border: 2px solid #069;
  background: #069 url(images/button_bluebak.png) repeat-x center center;
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  
  text-shadow: 0 1px 5px rgba(0,0,0,1);
}
a.button_grayback:link,
a.button_grayback:visited{
  color: #036;
  border: 2px solid #bbb;
  background-image: url(images/button_graybak.png);
  text-shadow: 0 1px 5px rgba(255,255,255,1);
}


  

  
/*********************************
  Search Results Styles
*********************************/
body.search-results{}
  body.search-results .page,
  body.search-results .post {
    margin: 2em 0;
  }
    body.search-results .page h3,
    body.search-results .post h3 {
      margin: 0;
    }
    body.search-results .postmetadata a {
      color: #333;
    }
    body.search-results .page .postmetadata {
      display: none;
    }




/*********************************
  Pagination Styles
*********************************/
.pagination,
.pagination ul li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination{
  margin: 2em 0;
}
.pagination:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
  .pagination .previous,
  .pagination .next {
    padding: 0;
    margin: 0 0.5%;
    display: block;
    float: left;
    width: 49%;
  }
  .pagination .previous a:before{
    content: "Previous: ";
  }
  .pagination .next a:before {
    content: "Next: ";
  }
  .pagination .previous a,
  .pagination .next a {
    display: block;
    padding: 4px;
    text-align: center;
    border: 3px solid #eee;
    background: #f8f8f8;
  }
  .pagination .previous a:hover,
  .pagination .next a:hover {
    background: #eee;
  }





/*********************************
  Navigation Styles
*********************************/

ul.coleman_nav {
  display: block;
  list-style: none;
  float: left;
  padding: 0;
  margin: 0;
  width: 626px;
  height: 50px;
  overflow: hidden;
}
  .coleman_nav li {
    list-style: none;
    display: block;
    height: 35px;
    margin: 0;
    padding: 15px 0 0;
    float: left;
  }
    .coleman_nav li a:link,
    .coleman_nav li a:visited {
      display: block;
      padding: 0 20px;
      margin: 0;
      border-left: 1px solid #ccc;
      
      color: #933;
      font: normal normal bolder 13px/16px Verdana,Geneva,Arial,Helvetica,sans-serif;
      text-decoration: none;
      text-transform: uppercase;
    }
    .coleman_nav li a:link:hover,
    .coleman_nav li a:visited:hover {
      color: #c66;
    }
    .coleman_nav li:first-child > a:link,
    .coleman_nav li:first-child > a:visited {
      border-left: none;
    }

    .coleman_nav li.current_page_item {
      background: #fff;
      border-left: 1px solid #eee;
      border-right: 1px solid #eee;
      margin-right: -1px;
      position: relative;
      z-index: 2;
    }    
    .coleman_nav li.current_page_item a:link, 
    .coleman_nav li.current_page_item a:visited {
      border: 0;
    }


  .coleman_nav li ul {
    display: none;
  }





ul.featured_links {
  display: block;
  list-style: none;
  padding: 0;
  margin: 1em 0;
}
  ul.featured_links li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
  }
    ul.featured_links li a:link,
    ul.featured_links li a:visited {
      display: block;
      list-style: none;
      padding: 0;
      margin: 0;
    }
    
    
    
    
ul.archive_nav {
  display: block;
  list-style: none;
  padding: 0;
  margin: 1em 0;
  text-align: left;
  border: 1px solid #eee;
  border-width: 1px 0;
}
  ul.archive_nav li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0.25em;
  }
    ul.archive_nav li a:link,
    ul.archive_nav li a:visited {
      display: block;
      padding: 0;
      margin: 0;
    }


    
  
ul.footer_archive_nav {
  display: block;
  float: left;
  list-style: none;
  height: 40px;
  padding: 0;
  margin: 0;
}
  ul.footer_archive_nav li {
    display: block;
    float: left;
    padding: 0 7px 0 0;
    margin: 0;
  }




ul.footer_session_nav {
  display: block;
  list-style: none;
  padding: 0;
  margin: 1em auto 0;
  text-align: center;
}
  ul.footer_session_nav li {
    display: inline-block;
    padding: 0 0.5em;
    margin: 0;
    
    color: #666;
    font: normal small-caps normal 12px/14px Georgia, "Times New Roman", Times, serif;
    
    border-left: 1px solid #eee;
  }
  ul.footer_session_nav li:first-child {
    border-left: none;
  }




ul.footer_social {
  display: block;
  list-style: none;
  height: 40px;
  padding: 0;
  margin: 0;
}
  ul.footer_social li {
    display: block;
    float: left;
    height: 40px;
    width: 40px;
    padding: 0 10px 0 0;
    margin: 0;
  }
    ul.footer_social li a:link,
    ul.footer_social li a:visited {
      display: block;
      height: 40px;
      width: 40px;
      padding: 0;
      margin: 0;
      text-indent: -5000px; 
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: 0 0;
    }
    
    .footer_social a.twitter {
      background-image: url(images/social_icon_twitter.jpg);
    }
    .footer_social a.facebook {
      background-image: url(images/social_icon_facebook.jpg);
    }
    .footer_social a.digg {
      background-image: url(images/social_icon_digg.jpg);
    }
    .footer_social a.myspace {
      background-image: url(images/social_icon_myspace.jpg);
    }
    .footer_social a.youtube {
      background-image: url(images/social_icon_youtube.jpg);
    }
    .footer_social a.rss {
      background-image: url(images/social_icon_rss.jpg);
    }




#poweredby {
  margin: 0;
  padding: 5px;
  color: #1e88b9;
  color: #4d6471;
  text-align: center;
  font: normal normal normal 9px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  background: #002134;
}
#poweredby * {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#poweredby a:link,
#poweredby a:visited {
  color: #1e88b9;
  color: #4d6471;
  text-decoration: none;
}
#poweredby a:link:hover,
#poweredby a:visited:hover {
  color: #1e88b9;
  text-decoration: underline;
}
