/*
Theme name: SPJ Norcal
Description: Custom Theme
*/

@font-face {
    font-family: 'futura_std_bookbold';
    src: url('fonts/futurastd-bold-webfont.eot');
    src: url('fonts/futurastd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futurastd-bold-webfont.woff') format('woff'),
         url('fonts/futurastd-bold-webfont.ttf') format('truetype'),
         url('fonts/futurastd-bold-webfont.svg#futura_std_bookbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futura_std_mediumregular';
    src: url('fonts/futurastd-medium-webfont.eot');
    src: url('fonts/futurastd-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futurastd-medium-webfont.woff') format('woff'),
         url('fonts/futurastd-medium-webfont.ttf') format('truetype'),
         url('fonts/futurastd-medium-webfont.svg#futura_std_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'league_gothicregular';
    src: url('fonts/league_gothic-webfont.eot');
    src: url('fonts/league_gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/league_gothic-webfont.woff') format('woff'),
         url('fonts/league_gothic-webfont.ttf') format('truetype'),
         url('fonts/league_gothic-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; }

body {
    font-size: 12px;
    line-height: 24px;
    font-family: georgia, arial, sans-serif;
    color: #444;
    background: url(images/body-bg.png) repeat 0 0;
    min-width: 1030px;
}

h2 { font-size: 18px; line-height: 18px; color: #87a5b2; font-weight: normal; font-family: 'futura_std_bookbold', arial, sans-serif; text-transform: uppercase; }
h2 a { color: #87a5b2; }

h3 { font-size: 26px; line-height: 26px; color: #87a5b2; font-weight: normal; font-family: 'league_gothicregular', arial, sans-serif; text-transform: uppercase; } 

h4 { font-size: 12px; line-height: 12px; color: #87a5b2; font-weight: normal; font-family: 'futura_std_bookbold', arial, sans-serif;}

h5 { font-size: 14px; line-height: 14px; color: #444; font-weight: normal; font-family: 'futura_std_bookbold', arial, sans-serif; text-transform: uppercase; }
h5 em { font-family: georgia, arial, sans-serif; text-transform: none; font-size: 14px; }

a { color: #87a5b2; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }

input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

img.aligncenter {margin: 0 auto; display:block; }
img.alignleft {margin: 2px 15px 15px 0;}
img.alignright {margin: 2px 0 15px 15px;}

#wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -220px; width: 1030px; padding: 0 14px; background: url(images/wrapper.png) repeat-y 0 0; }

#header { height: 150px; background: url(images/header.jpg) no-repeat 0 0; position: relative; padding-top: 50px; }

#header .socials { position: absolute; top: 85px; right: 40px; }
#header .socials a { float: left; display: inline; margin-left: 10px; }
#header .socials a img { display: block; }

h1#logo { width: 390px; margin: 0 auto; }
h1#logo a { display: block; background: url(images/logo.png) no-repeat 0 0; height: 102px; font-size: 0; line-height: 0; text-indent: -4000px;  }

#navigation { height: 48px; width: 1058px; background: url(images/nav.png) no-repeat 0 0; margin: 0 -14px; }
#navigation ul { list-style: none; text-align:center; }
#navigation ul li { display: inline-block;border-right: 1px solid #fffef8; border-left: 1px solid #fffef8; }
#navigation ul li + li { border-left: 0; }
#navigation ul li a { float: left; display: inline; height: 40px; line-height: 40px; padding: 0 25px; text-transform: uppercase; color: #fffef8; font-size: 20px; font-family: 'league_gothicregular', arial, sans-serif; }
#navigation ul li a.active,
#navigation ul li a:hover { text-decoration:none; color: #87a5b2; }

#main { padding: 53px 40px 0 40px; width: 950px; }

#content { width: 630px; float: left; display: inline; }

.posts-list .article { padding: 32px 0 20px 0; border-bottom: 1px solid #eae9e4; border-top: 1px solid #eae9e4; width: 630px; }
.posts-list .article + .article { border-top: 0; }
.posts-list .date { width: 120px; float: left; display: inline; margin-right: 40px;}
.posts-list .date ul { list-style: none; }
.posts-list .date ul li { font-family: 'futura_std_mediumregular', arial, sans-serif; line-height: 22px; }
.posts-list .date ul li a { color: #87a5b2; }
.posts-list .date ul li span { font-family: 'futura_std_bookbold', arial, sans-serif; }
.posts-list .section { padding: 5px 0 0 0; width: 470px; float: left; display: inline;  }
.posts-list .article.type-page .section {width: 100%; float: none; display:block; }
.posts-list .section {font-size: 14px;}
.posts-list .section h2 { padding-bottom: 24px; }
.posts-list .section p,
.posts-list .section ul,
.posts-list .section ol {  padding-bottom: 20px;}
.posts-list .section ul,
.posts-list .section ol {padding-left: 30px;}
.posts-list .post-navigation .alignleft a,
.posts-list .post-navigation .alignright a { display: inline-block;  color: #87a5b2; font-size: 24px; line-height: 24px; text-transform: uppercase;  font-family: 'league_gothicregular', arial, sans-serif; margin: 40px 0; }
.posts-list .post-navigation .alignleft a { background: url(images/older-post.png) no-repeat 0 2px; padding-left: 39px;}  
.posts-list .post-navigation .alignright a { background: url(images/newer-post.png) no-repeat right 2px; padding-right: 39px;}  
.posts-list .post-navigation .alignleft a,
.posts-list .post-navigation .alignright a { text-decoration: none; }

.flexslider .slides li .title { position: absolute; bottom: 44px; left: 0; letter-spacing: 1px; font-size: 18px; line-height: 26px; text-transform: uppercase; color: #fffef8; }
.flexslider .slides li .title { font-family: 'futura_std_bookbold', arial, sans-serif; background: #87a5b2; width: 593px; padding:  5px 0 5px 27px; }
.flexslider .slides li .title a {color: #fff;}
.flexslider .slides li .title a:hover { text-decoration: none;  }

#sidebar { width: 230px; float: right; display: inline; padding-left: 44px; border-left: 1px solid #eae9e4;}

.events { padding-bottom: 70px; }
.events h3 { background: url(images/sidebar-title.png) no-repeat 0 0; height: 65px; padding-top: 12px; color: #fff; text-align: center; }
.events ul { list-style: none;}
.events ul li { border-bottom: 1px solid #e5e4df; border-top: 1px solid #e5e4df; padding: 2px 0 13px 0; margin-top: 3px;}
.events ul li + li { border-top: 0; }
.events ul li p { color: #989898; }
.events ul li h4 { padding-bottom: 15px; }
.events ul li .register { float: left; display: inline; background: url(images/register.png) no-repeat 0 0; width: 82px; height: 21px; font-size: 0; line-height: 0; text-indent: -4000px; margin-right: 5px; }
.events ul li .more-info { float: left; display: inline; background: url(images/more-info.png) no-repeat 0 0; width: 97px; height: 21px; font-size: 0; line-height: 0; text-indent: -4000px; }

.box { text-align: center; padding-bottom: 30px; }
.box #searchform label {font-size: 0; line-height: 0; text-indent: -4000px; display:none; }
.box h5 { padding-bottom: 30px; background: url(images/box-title.png) no-repeat center bottom; }
.box ul { list-style: none; }
.box ul li { font-style: italic; letter-spacing: 0.5px; padding: 9px 0 14px 0; display:block; }
.box ul li a { color: #87a5b2;}
.box .email-holder { width: 229px; height: 30px; background: url(images/email-holder.png) no-repeat 0 0; position: relative; text-align: left; margin: 15px 0 40px; }
.box .email-holder .field { width: 190px; color: #87a5b2; font-family: georgia, arial, sans-serif; font-style: italic; padding: 7px 9px 8px; border: 0; background: transparent; }
.box .email-holder .button { display: block; position: absolute; top: 11px; right: 8px; cursor: pointer; border: 0; background: url(images/submit-button.png) no-repeat 0 0; width: 13px; height: 9px;   }
.box .email-holder .button { font-size: 0; line-height: 0; text-indent: -4000px; }
.box .flickr { width: 240px; margin-left: -10px; position: relative; overflow: hidden; padding-top: 15px; }
.box ol { list-style: none; }
.box ol li { float: left; display: inline; margin-left: 10px;  }
.box ol li a { background: url(images/img-holder.png) no-repeat 0 0; width: 62px; height: 62px; padding: 4px; float: left; display: inline; }
.box ol li a img { display: block; }
.box.widget_recent_entries ul li a {color: #444;}

.twitter h5 { background: url(images/twitter.png) no-repeat center bottom; }

.push { height: 220px; font-size: 0; line-height: 0; text-indent: -4000px; }

#footer { height: 186px; width: 1030px; margin: 0 auto; background: url(images/footer.png) no-repeat 0 0; text-align: center; padding-top: 34px; }
#footer { font-size: 12px; line-height: 28px; color: #d2d2d2; font-family: 'futura_std_mediumregular', arial, sans-serif; text-transform: uppercase;  }
#footer ul { list-style: none; padding-top: 25px; }
#footer ul li { display: inline; padding: 0 12px; }
#footer ul li + li { border-left: 1px solid #afafaf; }
#footer ul li a { color: #d2d2d2; } 

h2.pagetitle {font-size: 26px; line-height: 1.2; margin: 0 0 20px;}

.comments-list {padding-top: 20px; margin-top: 20px; border-top: 1px solid #eae9e4; }
.comments-list h3 {padding: 0 0 20px;}
.comments-list .comment {padding: 10px 0 0 0; }
.comments-list .comment .comment-inner {}
.comments-list .comment .comment-inner h5 { font-size: 14px; color: #87A5B2;}
.comments-list .comment .comment-inner .date {  font-style: italic; padding: 5px 0; float: none; width: auto; margin: 0; color: #aaa;}
.comments-list .comment .comment-reply-link {float: right;}
.comments-list .comment .comment { padding-left: 40px; }

#respond {clear: both; overflow: hidden; margin: 20px 0;}
#respond h3 {padding-bottom: 10px;}
#respond .field-row {clear: both; overflow: hidden; padding-bottom: 12px;}
#respond label { float: left; display: inline; width: 90px; padding-top: 2px; }
#respond input.field,
#respond textarea.field { background: #fff; font-size: 12px; color: #000; border: 1px solid #999; height: 20px; padding: 2px 5px; width: 280px; }
#respond textarea.field { height: 190px; resize: none; }
#respond #submit { cursor: pointer; float: left; margin-left: 90px; }
#respond .submit-btn { margin-top: 0; }
#respond .logged-in-as {padding-bottom: 15px;}
#respond #cancel-comment-reply-link {font-size: 16px; padding-left: 30px;}