/*   
Theme Name: Second City Church
Theme URI:  http://secondcitychurch.org/
Template:   thematic
Author:     Factory 44, Inc.
Author URI: http://factory44.net/
*/


/* ============================================================================
   RESET 
   ========================================================================= */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;font-style:normal;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}a img{border:none}

/* ============================================================================
   TYPOGRAPHY
   ========================================================================= */

body {
    color: #3f1500;
    font: 62.5%/2.4em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/* ---------------------------------------------------------------------------- 
   HEADINGS */

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
    color: #ba1f00;
    font-size: 4.25em;
    font-weight: normal;
    line-height: 1em;
    padding: 2px 0 0 0;
    margin: 0;
}
h2 {
    color: #ba1f00;
    font-size: 2.6em;
    font-weight: normal;
    padding: 2px 0 0 0;
    margin: 0;
}
h3 {
    font-size: 1.6em;
    font-weight: normal;
    padding: 0.5em 0 0 0;
}
h4 {
    font-size: 1.4em;
}

/* ------------------------------------
   HEADING COMBINATIONS  */

h2+p, h3+p {
    padding-top: 0;
}

/* ---------------------------------------------------------------------------- 
   BASIC TEXT ELEMENTS */

address, dd, dt, li, p {
    font-size: 1.2em;
    padding: 0.875em 0;
}
blockquote {
    font: italic 1.2em "Trebuchet MS";
    padding: 0.875em 0;
}
blockquote * {
    font-style: italic;
    font-size: 1em;
}
input, select, textarea {
    font: 1.2em "Trebuchet MS";
}
pre, code {
	font: 1.1em Monaco, "Courier New", monospace;
}

/* ---------------------------------------------------------------------------- 
   LISTS */

ul, ol {
	margin: 0 0 1.5em 1.5em;
    padding: 0.875em 0;
}
ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
	margin-left: 2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
li {
    font-size: 1.2em;
    padding: 0;
}
li li {
    font-size: 1em;
}
dl	{
    margin: 0 1.5em;
}
dd {
	margin-bottom: 1.5em;
}

li p {
    font-size: 1em;
}

/* ----------------------------------------------------------------------------
   HYPERLINKS */

a:link,
a:visited {
    color: #3f1500;
}

a:hover {
    background: #ffe498;
    color: inherit;
    text-decoration: none;
}


/* ----------------------------------------------------------------------------
   MISC INLINE ELEMENTS */

strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1em;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* ============================================================================
   SCREEN 
   ========================================================================= */

@media screen {

/* ============================================================================
   LAYOUT 
   ========================================================================= */

html {
    background: #431904 url(images/bg.png) repeat-x;
}

body {
    background: #e5f1ed url(images/bg.png) repeat-x;
}

#wrapper {
    background: #fff url(images/bg-wrapper.png) right top no-repeat;
    margin: 0 auto;
    min-height: 500px;
    overflow: hidden;
    position: relative;
    width: 960px;
}


/* ----------------------------------------------------------------------------
   HEADER */
   
#header {
    height: 120px;
    overflow: visible;
}

#logo {
    float: left;
    width: 300px;
}


/* ----------------------------------------------------------------------------
   MAIN MENU */

#main-menu {
    background: #e5f1ed url(images/bg.png) repeat-x;
    float: right;
    height: 120px;
    width: 660px;
}

#main-menu ul,
#main-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-menu li {
    display: inline;
}

#main-menu li a {
    background: url(images/nav.png) no-repeat;
    display: block;
    float: left;
    height: 90px;
    width: 100px;
}

#main-menu li.page-item-26 a { background-position: 0 0;      }
#main-menu li.page-item-4  a { background-position: -100px 0; }
#main-menu li.page-item-6  a { background-position: -200px 0; }
#main-menu li.page-item-8  a { background-position: -300px 0; }
#main-menu li.page-item-10 a { background-position: -400px 0; }
#main-menu li.page-item-12 a { background-position: -500px 0; }

#main-menu li.page-item-26 a:hover { background-position: 0 -90px;      }
#main-menu li.page-item-4  a:hover { background-position: -100px -90px; }
#main-menu li.page-item-6  a:hover { background-position: -200px -90px; }
#main-menu li.page-item-8  a:hover { background-position: -300px -90px; }
#main-menu li.page-item-10 a:hover { background-position: -400px -90px; }
#main-menu li.page-item-12 a:hover { background-position: -500px -90px; }

#main-menu li.page-item-26.current_page_item   a,
#main-menu li.page-item-26.current_page_parent a { background-position: 0 -180px; }
#main-menu li.page-item-4.current_page_item    a,
#main-menu li.page-item-4.current_page_parent  a { background-position: -100px -180px; }
#main-menu li.page-item-6.current_page_item    a,
#main-menu li.page-item-6.current_page_parent  a { background-position: -200px -180px; }
#main-menu li.page-item-8.current_page_item    a,
#main-menu li.page-item-8.current_page_parent  a { background-position: -300px -180px; }
#main-menu li.page-item-10.current_page_item   a,
#main-menu li.page-item-10.current_page_parent a { background-position: -400px -180px; }
#main-menu li.page-item-12.current_page_item   a,
#main-menu li.page-item-12.current_page_parent a { background-position: -500px -180px; }

body.single #main-menu li.page-item-10 a { background-position: -400px -180px; }


/* ----------------------------------------------------------------------------
   SUB MENU */

#sub-menu {
    clear: left;
    float: left;
    width: 240px;
    padding: 0 30px;
}

#sub-menu a {
    color: #5e6c68;
    display: block;
    text-decoration: none;
}

#sub-menu h4 {
    padding-top: 15px;
}

#sub-menu h4 a {
    background: #d9e6e2;
    padding: 0.25em 10px;
}

#sub-menu ul {
    border-bottom: 1px solid #d9e6e2;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

#sub-menu li {
    display: inline;
    font-size: 1.2em;
    line-height: 1.8em;
    list-style: none;
    margin: 0;
    padding: 0;
}

#sub-menu li a {
    border-top: 1px solid #d9e6e2;
    padding: 0.25em 10px 0.25em 30px;
}

#sub-menu li a:hover {
    background: #eff8f5;
}

#sub-menu li.current_page_item a {
    background: #e5f1ed;
}

#sub-menu li.current_page_item li a {
    background: inherit;
}

/* Level 3 */

#sub-menu li ul {
    border-bottom: 0;
    margin-bottom: 0;
}

#sub-menu li li {
    font-size: 0.917em;
}

#sub-menu li li a {
    padding-left: 50px;
}

/* conditions */

body.s-category-news li.current_page_parent a,
body.s-category-upcoming-sermons li.current_page_parent a {
    background: #e5f1ed;
}

body.single li.page-item-30 a {
    background: #e5f1ed;
}


/* ----------------------------------------------------------------------------
   CONTENT AREA */

#container {
    float: right;
    padding: 30px;
    margin: -90px 0 0 0;
    width: 600px;
}


/* ----------------------------------------------------------------------------
   ASIDES */

.main-aside {
    clear: left;
    float: left;
    padding: 0 30px 15px 30px;
    width: 240px;
}

.aside-block {
    background: #ffe498;
    margin: 0 0 30px 0;
    padding: 5px 10px 10px 10px;
}

.aside-block h3 {
    color: #ba840c;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0 0 0.25em 0;
}

.aside-block ul,
.aside-block li,
ul.xoxo,
ul.xoxo li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.xoxo li {
    margin-bottom: 30px;
}

ul.xoxo p {
    padding: 0;
}


/* ASIDE: SEARCH */

#search input {
    border: 0;
    line-height: 1em;
    vertical-align: middle;
}

#search input#s {
    height: 20px;
    padding: 3px 3px 4px 3px;
    width: 148px;
    margin-right: 10px;
    vertical-align: middle;
}

#search input#searchsubmit {
    background: #ba840c;
    border: 0;
    color: #fff;
    overflow: hidden;
    padding: 6px 10px 7px 10px;
    text-align: center;
    vertical-align: middle;
    width: 55px;
}

#search input#searchsubmit:hover {
    cursor: pointer;
}


/* ASIDE: CONTACT INFO */

#contact {
    background: #a99083;
    color: #fff;
    overflow: hidden;   
    padding: 5px 15px; 
}

#contact address,
#contact p {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.6em;
}

#contact address {
    float: left;
    width: 55%;
}

#contact p {
    float: right;
    text-align: right;
    width: 40%;
}

#contact a {
    color: #fff;
    text-decoration: none;
}

#contact a:hover{
    background: #2f1203;
}

/* ASIDE: WORSHIP TIMES */

#worship-times {
    padding: 10px 0 30px 0;
}


#worship-times p {
    font-size: 1.1em;
    padding: 0;
    line-height: 1.6em;
    text-align: center;
}


/* ----------------------------------------------------------------------------
   FOOTER */

#footer {
    background: #431904;
    border-top: 10px solid #fff;
    clear: both;
    color: #a99083;
}

#footer .wrapper {
    border-top: 30px solid #fff;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
    width: 960px;
}

#footer p {
    font-size: 1.1em;
    padding: 0.5em 0;
}

#footer a {
    background: none;
    color: #a99083;
    text-decoration: none;
}

#footer a:hover {
    color: #fff;
    text-decoration: underline;
}

/* FOOTER NAV */

#footer-nav {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0 0 20px 0;
}

#footer-nav ul, #footer-nav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer-nav li {
    float: left;
    margin: 0 20px 0 0;
    width: 140px;
}

#footer-nav li a {
    border-bottom: 5px solid #816557;
    color: #fff;
    display: block;
    padding: 0.125em 0;
}

#footer-nav li li {
    float: none;
    font-size: .917em;
    margin: 0;
}

#footer-nav li li a {
    border: 0;
    color: #a99083;
}

#footer-nav a:hover {
    background: #2f1203;
    text-decoration: none;
}


/* FOOTER NAV 2 */

#footer p#footer-nav2 {
    border-top: 5px solid #633e2c;
    color: #633e2c;
    float: right;
    width: 320px;
}

/* COLOPHON */

#footer #colophon {
    border-top: 5px solid #633e2c;
    float: left;
    padding: 0.5em 0;
    width: 620px;
}

#footer #colophon p {
    padding: 0;
}

#footer #colophon p a {
    text-decoration: underline;
}

#footer #colophon p#credit {
    color: #755342;
}

#footer a#factory44 {
    background: url(images/factory44.png) no-repeat;
    display: inline-block;
    height: 18px;
    vertical-align: middle;
    width: 77px;
}


/* ============================================================================
   HELPERS 
   ========================================================================= */

.clearer {
    clear: both;
    height: 1px;
}

.separator {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

h2.entry-title a {
    text-decoration: none;
}

p.meta {
    color: #848484;
    font-size: 1.1em;
    padding-bottom: 0;
}

p.meta a {
    color: inherit;
}

p.entry-meta,
p.entry-utility {
    color: #909f9a;
    padding: 0.25em 0 0 0;
}

.entry-meta,
.entry_utility a {
    margin: 0;
    color: inherit;
}

.entry-utility {
    border-bottom: 5px solid #d9e6e2;
    border-top: 5px solid #d9e6e2;
    padding: 0.25em 0;
    margin: 1em 0 2em 0;
}

.meta-sep {
    padding: 0 0.5em;
}

.entry-meta+p {
    padding-top: 0;
}


/* ----------------------------------------------------------------------------
   OLDER/NEWER NAVIGATION */

.navigation {
    background: #d9e6e2;
    font-size: 1.2em;
    overflow: hidden;
    padding: 0.33em 1em;
}

.navigation a {
    text-decoration: none;
}

.navigation a:hover {
    background: #fff;
}

.navigation div.alignleft,
.navigation div.alignright {
    margin: 0;
    padding: 0;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
}

#nav-above  {
    margin: 0;
}

#nav-below  {
    background: #e5f1ed;
    margin: 1em 0;
}


/* ----------------------------------------------------------------------------
   IMAGES */

img.alignleft,
div.alignleft {
    float: left;
    margin: 0.5em 30px 0.5em 0;
}

img.alignright,
div.alignright {
    float: right;
    margin: 0.5em 0 0.5em 30px;
}


/* ----------------------------------------------------------------------------
   IMAGES W/ CAPTIONS */

div.alignleft,
div.alignright {
    padding-top: 1em;
}

p.wp-caption-text {
    font-size: 1.1em;
    font-style: italic;
    padding: 0;
}


/* ----------------------------------------------------------------------------
   MORE LINKS */

a.post-edit-link,
a.more-link {
    background: #ba1f00;
    color: #fff;
    font-weight: bold;
    font-size: 0.714em;
    padding: 0.5em 1em;
    text-transform: uppercase;
    text-decoration: none;
}

a.post-edit-link:hover, 
a.more-link:hover {
    background: #431904;
}

.callout {
    margin-bottom: 10px;
    padding: 0;
    width: 220px;
}


/* SIFR */

.sIFR-active h1,
.sIFR-active h2 {
  visibility: hidden;
  font-family: Verdana;
}

.sIFR-active h2 {
  display: inline !important;
}

.sIFR-active object {
  display: block;
}



/* ============================================================================
   SECTIONS 
   ========================================================================= */

/* ============================================================================
   HOME */
   
/* ----------------------------------------------------------------------------
   OVERRIDES */

body.home #container {
    padding: 0;
    width: 660px;
}

body.home .page {
    float: left;
    padding: 23px 0 20px 20px;
    width: 300px;
}

body.home #intro {
    background: url(images/intro.png);
    height: 120px;
    width: 190px;
}

/* ----------------------------------------------------------------------------
   THIS WEEK'S SERMON */

body.home #sermon {
    background: #d9e6e2;
    clear: left;
    padding: 20px 30px;
}

body.home #sermon h4 {
    color: #909f9a;
    font-size: 1.4em;
    font-weight: normal;
    padding: 0;
}

body.home #sermon h2 {
    color: #ba1f00;
    font-size: 2.4em;
    padding: 0;
}

/* ----------------------------------------------------------------------------
   PHOTO */

body.home #photo {
    background: url(images/bg-photo.png) no-repeat;
    float: right;
    height: 260px;
    margin: 15px 18px 8px 10px;
    padding: 25px 32px 69px 28px;
    width: 240px;
}

/* ----------------------------------------------------------------------------
   NEWS + EVENTS */

body.home .updates {
    padding: 20px 0 0 0;
}

body.home .updates h3 {
    height: 60px;
    padding: 0;
}

body.home .updates ul,
body.home .updates li {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.home .updates ul {
    padding: 1em 0 0 0;
}

body.home .updates li {
    background-position: 0 0.75em;
    background-repeat: no-repeat;
    padding: 0 0 1.5em 30px;
    font-size: 1em;
}

body.home .updates li h4 {
    color: #ba1f00;
    font-size: 1.2em;
    padding: 0;
}

body.home .updates li h4 a {
    color: #ba1f00;
    text-decoration: none;
}

body.home .updates li p {
    font-size: 1.2em;
    padding: 0;
}

body.home .updates p.more {
    padding: 0;
}

body.home .updates p.more a {
    font-weight: bold;
    text-decoration: none;
}

/* NEWS */

body.home #news {
    float: left;
    width: 400px;
}

body.home #news h3 {
    background: url(images/header-news.png);
}

body.home #news li {
    background-image: url(images/bullet-green.png);
}

/* EVENTS */

body.home #events {
    float: right;
    width: 240px;
}

body.home #events h3 {
    background: url(images/header-events.png);
}

body.home #events li {
    background-image: url(images/bullet-brown.png);
}


/* ============================================================================
   EVENTS (GOOGLE CALENDAR) */

body.slug-events .aside {
    display: none;
}

body.slug-events #main {
    background: #fff;
}

body.slug-events #container {
    clear: both;
    width: 100%;
    float: none;
    padding-bottom: 0;
}

body.slug-events #container h1 {
    margin: -2.15em 0 0 300px;
}

body.slug-events .entry-content {
    background: #fff;
    padding: 1em 30px 0 0;
}


/* ============================================================================
   ARTICLE */


/* ----------------------------------------------------------------------------
   SERMONS / PODCAST */

body.slug-sermons .entry-content {
    padding-bottom: 1em;
}

.entry-content object {
    margin-top: 0.75em;
}

#how-to-subscribe {
    margin-top: 1.5em;
}

/* ----------------------------------------------------------------------------
   COMMENTS */

#respond,
#comments-list {
    padding: 1em 0 0 0;
}

#respond h3,
#comments-list h3 {
    border-top: 10px solid #e5f1ed;
    padding: 0.5em 0;
}

#comments-list ol {
}

#comments-list li {
    margin: 0 0 0 1em;
    padding: 1em 0;
    font-size: 1.2em;
}

#comments-list li+li {
    border-top: 10px solid #e5f1ed;
}

#comments-list .unapproved {
    font-weight: bold;
}

#comments-list li.bypostauthor {
}

.comment-meta {
    font-size: 0.917em;
    font-style: italic;
}

.comment-meta .comment-author .n {
    font-weight: bold;
    font-style: italic;
}

.comment-meta .edit-link {
    text-transform: lowercase;
}

.comment-meta a {
    color: inherit;
    margin-right: 0.5em;
}

.comments-link a {
    color: inherit;
}

#commentform {
    padding: 0 0 1em 0;
}

#commentform .form-label {
    display: block;
    float: left;
    position:  relative;
    width: 100px;
}

#commentform .form-label label {
    font-size: 1.2em;
    font-weight: bold;
}

#commentform .form-label .required {
    position: absolute;
    right: 0;
}

#commentform p {
    font-size: 1.2em;
}

#commentform .form-input input,
#commentform .form-textarea textarea {
    border: 1px solid #c9bcb6;
    font-size: 1.2em;
    padding: 4px;
    width: 440px;
}

#commentform .form-input,
#commentform .form-textarea {
    margin-left: 110px;
    padding-bottom: 0.5em;
}    

#form-allowed-tags p {
    font-size: 1em;
    line-height: 1.4em;
}

#commentform .form-submit {
    padding-left: 11em;
}

#recaptcha_widget_div {
    margin-bottom: 1.5em;
    margin-left: 108px;
}


/* ============================================================================
   CONTACT */

/* --------------------------------------------------------------------------
    GOOGLE MAP */

#google-map {
    border: 10px solid #fff;
    height: 350px;
    margin: 1em 0;
    text-align: right;
    width: 580px;
}

#google-map p {
    line-height: 1em;
    text-align: right;
    font-size: 0.917em;
    padding: 0;
}

#google-map a {
    color: #999999;
}

/* ============================================================================
   LINKS PAGE */

ul#links-page, ul#links-page li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#links-page ul, ul#links-page ul li {
    list-style: disc;
    margin: 0 0 0 1em;
    padding: 0;
}

ul#links-page {
    padding-bottom: 2em;
}

/* ============================================================================
   SEARCH RESULTS */

body.search .entry-content {
    font-size: 1.2em;
}

body.search #nav-above,
body.search #nav-below {
    margin-top: 1.5em;
}

/* ============================================================================
   HIDDEN ELEMENTS (screen reader-friendly) */

#main-menu h4,
#main-menu a span,
#respond h3 span,
#footer a#factory44 span,
body.home #intro *,
body.home .updates h3 span, 
#form-allowed-tags,
.entry-utility .edit,
.hidden {
    left: -9999px;
    position: absolute;
}


/* ============================================================================
   IE PATCHES */

body.ie7 #container {
    margin-top: 0;
}

body.ie7 #sub-menu {
    margin-top: 90px;
}

body.slug-events.firefox #container h1 {
    margin-top: -4.2em;
}

}

/* ============================================================================
   PRINT 
   ========================================================================= */

@media print {
 
    *, h1, h2, a:link, a:visited {
        color: #000;
    }
    
    
}    
