/*
Theme Name: Jim Holt 2010
Theme URI: http://jimholt2010.com/
Description: Custom theme for the Jim Holt 2010 site.
Version: 1.5
Author: Jim Holt 2010 Web Team
*/

/*** RESET RULES (Based on the YUI Reset CSS) ***/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; }

/*** GLOBAL PAGE RULES ***/
html { background: #fff; color: #1c2758; font-family: "Trebuchet MS", Arial, sans-serif; font-size: 10pt; height: 100%; }
body { background: url(images/body_bg.png) 50% -40px repeat-x; height: 100%; }
em,
em strong { font-style: italic; }
strong,
strong em { font-weight: bold; }
.alignright { float: right; margin-bottom: 5px; margin-left: 10px; }
.alignleft { float: left; margin-bottom: 5px; margin-right: 10px; }

/*** WRAPPER ***/
.wrapper { margin: auto; min-height: 100%; position: relative; }

/*** BANNER ***/
.banner { background: url(images/holt_logo.png) 45px no-repeat; height: 120px; margin: 0 auto; padding: 0 30px 0 30px; position: relative; width: 960px; }
.banner .logo { height: 0; padding: 0; text-indent: -9999px; }
.banner .btn-donate { background: url(images/btn_donate.png); display: block; height: 51px; outline: none; position: absolute; right: 55px; text-indent: -9999px; top: 35px; width: 142px; }
.banner .btn-volunteer { background: url(images/btn_volunteer.png); display: block; height: 51px; right: 220px; outline: none; position: absolute; text-indent: -9999px; top: 35px; width: 142px; }
.banner .btn-donate:hover { background-position: bottom; }
.banner .btn-volunteer:hover { background-position: bottom; }

/*** MENU ***/
.menu { background: #ac1f1f url(images/body_bg.png); border-top: 3px solid #ac1f1f; height: 40px; text-transform: uppercase; }
.menu ul { background: url(images/menu_flag.png) right no-repeat; height: 40px; width: 960px; }
.menu li { float: left; margin-right: 3px; position: relative; }
.menu li a,
.menu span { color: #fff; display: block; font-weight: bold; line-height: 37px; padding: 0 18px; text-decoration: none; text-shadow: #333 0 0 35px; }
.menu li a:hover,
.menu li:hover a,
.menu li.active a { background: #e7e7e7; color: #1c2758; text-shadow: none; }
.menu li.active a { background-image: url(images/menu_active.png); cursor: default; }
.menu li.active:hover a { background-image: none; }
.menu li ul { background: #e7e7e7; height: auto; left: -9999px; position: absolute; width: 200px; }
.menu li:hover ul { left: 0; z-index: 50; }
.menu li li { float: none; margin: 0; }
.menu li li a:hover { background: #1c2758; color: #fff; height: 37px; }

/*** CONTENT WRAPPER ***/
.content-wrapper { background: #fff; /*border-top: 3px solid #fff;*/ margin: 0 auto; overflow: hidden; padding-bottom: 175px; width: 960px; }
.primary-column {  float: left; padding: 10px 5px 0 10px; width: 710px; }
.secondary-column { float: right; padding-top: 5px; width: 235px; }

/*** CONTENT ***/
.content { clear: both; margin-bottom: 30px; padding: 10px; }
h1, h2, h3, h4, p { margin-bottom: 20px; }
h1 { font-size: 1.6em; font-style: italic; }
h2 { font-size: 1.4em; font-style: italic; }
h2 span { font-size: 0.6em; font-style: normal; text-transform: uppercase; vertical-align: middle; }
h3 { font-size: 1.2em; font-style: italic; }
h4 { font-weight: bold; font-style: italic; }
.content a { color: #455e84; text-decoration: underline; }
.content a:hover { background-color: #455e84; color: #fff; text-decoration: none; }
.content a.image { display: block; float: left; line-height: 0; margin: 0 10px 10px 0; }
.content a.image:hover { background-color: #b6c9e0; }
.content a.ad { background: no-repeat; display: block; line-height: 0; }
.content a.ad img { border: 0; padding: 0; }
.content img { border: 1px solid #b6c9e0; display: block; padding: 3px; }
.content img.signature { border: none; padding: 0; }
.content ol { list-style: decimal; padding-left: 20px; margin-bottom: 20px; }
.content ul { list-style: disc; padding-left: 20px; margin-bottom: 20px; }
.content li ol, .content li ul { margin-bottom: 0; }
.content pre { background: url(images/quote_bg.png) repeat-x; font-style: italic; padding: 20px; margin: 0 20px 20px; }
.content blockquote { margin: 1em 20px; padding-left: 50px; background: transparent url(images/quote.png) no-repeat; }
.content blockquote.small { width: 200px; display: block; }
.content blockquote.left { float: left; margin-left: 0; }
.content blockquote.right { float: right; margin-right: 0; }
.content cite { display: block; text-align: right; font-style: italic; }
.content iframe { border: 1px solid #f2e5c6; }
.content p,
.content li { line-height: 1.5em; }
.content .addtoany_share_save { border: none; padding: 0; }
.content .post_list .title { display: block; font-size: 1em; font-style: italic; line-height: 12pt; margin-bottom: 10px; }
.content .post_list .title h2 { display: inline; font-size: 1.2em; padding: 0; }
.content .post_list .title h2 a { border: none; }

/*** CONTENT TABLES ***/
.content table { border-collapse: collapse; color: #333; margin-bottom: 20px; }
.content table td { border: 1px solid #bbb; padding: 5px; }
.content table td.pos { background-color: #caffd3; }
.content table td.neg { background-color: #ff4040; }

/*** SLIDESHOW ***/
#slideshow { margin-bottom: 10px; padding: 0; position: relative; }
#slideshow ul { height: 310px; width: 100%; }
#slideshow li { display: block; height: 100%; left: 0; position: absolute; top: 0; }
#slideshow li a { display: block; height: 100%; }

#slideshow_nav { bottom: 10px; position: absolute; right: 10px; z-index: 10; }
#slideshow_nav a { background: url(images/pager_control.png); display: block; float: left; height: 20px; overflow: hidden; text-indent: -9999px; width: 20px; }
#slideshow_nav a.activeSlide,
#slideshow_nav a:hover { background-position: bottom; }

/** HOME PAGE ***/
.update-feeds { overflow: hidden; }

.feed { background-repeat: no-repeat; float: left; margin-right: 10px; padding: 10px; width: 210px; }
.feed.last { margin-right: 0; }
.feed.press,
.feed.twitter { background-image: url(images/feed_bg_blue.jpg); }
.feed.events { background-image: url(images/feed_bg_red.jpg); }

.feed h2 { overflow: hidden; text-indent: -9999px; height: 21px; margin-bottom: 15px; padding: 0; }
.press h2 { background: url(images/text/press_releases.png); width: 130px; }
.events h2 { background: url(images/text/upcoming_events.png); width: 139px; }
.twitter h2 { background: url(images/text/new_tweets.png); width: 107px; }

.feed p { margin-bottom: 75px; }

.feed ul { list-style: disc; padding-left: 18px; }
.feed li { margin-bottom: 5px; }
.feed li a { text-decoration: none; }
.feed li a:hover { text-decoration: underline; }

.press,
.press a,
.twitter,
.twitter a { color: #626885; }
.events,
.events a { color: #a91f1f; }

/*** EXTRAS ***/
.extras { width: 235px; }
.extras .block {  }

.extras .block .cform { background: url(images/panel_email_signup.png); height: 105px; padding: 55px 25px 0 20px; }
.extras .block li#li-4-2 { float: left; }
.extras .block .widgettitle,
.extras .block .reqtxt,
.extras .block .emailreqtxt,
.extras .block label { display: none; }
.extras .block legend { height: 0; padding: 0; text-indent: -9999px; }
.extras .block input { background: #7a8099; color: #fff; float: left; margin-bottom: 4px; padding: 4px; width: 82px; }
.extras .block input#cf4_field_2 { margin-right: 4px; }
.extras .block input#cf4_field_4 { width: 178px; }
.extras .block .cf-sb { padding: 0 0 0 120px; }
.extras .block .cf-sb input { background-color: #32364d; font-size: 0.8em; margin: 4px 0 0 0; padding: 6px; }
.extras .block .cf_info.failure,
.extras .block .cf_info.mailerr,
.extras .block .cf_info.success,
.extras .block .cf_info.waiting { margin: 5px 10px 5px 5px; }

.extras .block img { display: block; }
.extras .block ul { list-style: disc; padding-left: 20px; }
.extras .block a { color: #1c2758; display: block; text-transform: uppercase; text-decoration: none; }
.extras .block a:hover { text-decoration: underline; }

/*** BREADCRUMBS ***/
.breadcrumbs { border: solid #ededed; border-width: 1px 0; color: #cacaca; height: 37px; line-height: 37px; padding-left: 20px; }
.breadcrumbs li { background: url(images/crumb_bg.png) right no-repeat; float: left; padding-right: 42px; text-transform: uppercase; }
.breadcrumbs li:first-child a { background: url(images/crumb_home.png) left no-repeat; display: block; text-indent: -9999px; width: 12px; }
.breadcrumbs li:last-child { background: none; padding: 0; }
.breadcrumbs a { color: #cacaca; display: inline; text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }

/*** POST METADATA ***/
.postmetadata { clear: both; }

/*** COMMENTS ***/
.commentlist { margin-bottom: 20px; }
.comment { padding: 10px 10px 5px; }
.comment.even { background-color: #e7e7e7; }
.comment .avatar { background: #fff; border: 1px solid #cecece; float: right; padding: 2px; }
.comment cite { font-size: 1.2em; font-weight: bold; }
.comment cite a { color: #1c2758; border: none; text-decoration: none; }
.comment .comment-meta { font-size: 0.8em; margin-bottom: 10px; }
.comment .comment-body p { margin-bottom: 5px; padding: 0; }

/*** CONTACT FORM ***/
.cform legend { font-size: 1.6em; font-style: italic; padding: 0 0 20px 0; }
.cform ol { list-style: none !important; padding: 0 !important; }
.cform label { display: inline; width: 100px; float: left; }
.cform label:after { content: ': '; }
.cform span.reqtxt, .cform span.emailreqtxt { font-size: 0.8em; padding-left: 5px; position: absolute; }
.cform input, .cform textarea { border: 1px solid #e7e7e7; margin-bottom: 10px; padding: 5px; width: 200px; }
.cform textarea { width: 400px; }
.cform input.sendbutton { background: #bf2323; border: none; color: #fff; font-size: 1em; padding: 7px 10px; text-transform: uppercase; width: auto; }
.cformselect { margin-bottom: 10px; width: 212px; }
.cform .cf-sb { padding-left: 100px; }
.cf_li_text_err { color: #f00; float: right; font-size: 0.8em; font-style: italic; padding-top: 3px; width: 200px;}
.cf_info.failure,
.cf_info.mailerr { background: #fdd; border: 2px solid #f00; color: #f00; font-weight: bold; margin-bottom: 20px; padding: 7px; }
.cf_info.success,
.cf_info.waiting { background: #dfd; border: 2px solid #080; color: #080; margin-bottom: 20px; padding: 7px; }
.cf_info.failure ol,
.cf_info.mailerr ol,
.cf_info.success ol,
.cf_info.waiting ol { margin-bottom: 0; padding-top: 5px; }
.cf_hidden, .linklove { display: none; }

/*** FOOTER ***/
.footer-wrap { clear: both; background: url(images/footer_bg.png); bottom: 0; height: 150px; position: absolute; width: 100%; }
.footer { color: #fff; line-height: 1.5em; margin: 0 auto; padding: 10px; width: 940px; }
.footer a { color: #fff; text-decoration: none; }
.footer a:hover { text-decoration: underline; }
.footer ul li { float: left; }
.footer p { clear: both; }
.footer .social-links { float: right; }

/*** DONATE FORM ***/
#donateForm label { display: inline; width: 100px; float: left; }
#donateForm label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
.submit { margin-left: 12em; }
#donateForm fieldset { border: thin solid #999999; width: 300px; padding: 5px; }
#donateForm legend { font-weight: bold; }
#donateDiv { margin: auto; width: 630px; }
#donateForm .donateImg { background: url(images/btn_donate.png); height: 51px; outline: none; width: 142px; float: right; padding: 0px; margin: 0px;}
#donateForm .donateImg:hover { background-position: bottom; }

#donateForm div.left { float: left; }
#donateForm div.left fieldset { min-height: 206px; }
#donateForm div.right { float: right; }
#donateForm div.bottom { float: left; width: 630px; }
#donateForm div.bottom fieldset { width: 618px; }
#donateForm div.bottom fieldset ul { font-size: small; }
div.error, #donateForm input.error, select.error { border: 1px solid red; background-color: #FFFFD5; padding: 0px; margin: 0px }
#donateForm input.error { padding: 1px; }
div.error { padding: 5px; }

/*** QUICK FIXES ***/
input#s,
input#author,
input#email,
input#url,
textarea { border: 1px solid #e7e7e7; padding: 5px; }
input#searchsubmit { margin-top: 10px; }

/*** LARGE IMAGE LOADERS ***/
html { background: #fff url(images/content_bg.png) top no-repeat; }
.wrapper { background: url(images/banner_bg.jpg) top no-repeat; }
