/*
Theme Name: Sero
Theme URI: http://www.churchwebdeveloper.com/sero/
Description: A revolutionary WordPress theme for Churches. Featuring: robust control panel, native events, custom navigation, many backgrounds, color variants, sermon slideshow, announcement images, widgetized sidebar option and much more.
Version: 1
Author: Aaron Robbins - ChurchWebDeveloper.com
Author URI: http://www.churchwebdeveloper.com
Tags: church, ministry, events, slideshow, carousel, widgets, custom background, custom header, fixed width, two column, control panel
*/

/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, 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
    }

h1, h2, h3, h4, h5, h6 {
    font-size:100%;
    }

strong {
    font-weight:700
    }

em {
    font-style:italic
    }

* a {
    position:relative
    }

a {
    text-decoration:none;
    }

a img {
    border:none
    }

/* Clear */
.clear{
    clear:both;
    height:1px;
    font-size:1px;
    border:none;
    background:transparent;
    overflow:hidden;
    margin:0;
    padding:0;
    }

/* Hide */
.hiddencontent {
	display:none;
	}

/* Default Links */
a:link {
    color:#133A76;
    text-decoration:none;
    }

a:visited {
    color:#777;
    text-decoration:none;
    }

a:hover {
    color:#087E41;
    text-decoration:none;
    }

a:active {
    color:#777;
    text-decoration:none;
    }

/* Layout */
body{
    margin:0;
    text-align:center;
    font-family:"Arial", "Helvetica", "Verdana", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5em;
    vertical-align: top;
    /* background set in theme options */
    color:#FFFFFF;
    }

    /* (header.php) */

    #header{
        width:800px;
        margin:0 auto;
        background:#1C557C url(images/header.jpg) repeat;
        text-align:left;
        border-left:1px solid #D9E3E9;
        border-right:1px solid #D9E3E9;
        border-top:1px solid #D9E3E9;
        }

        #header-logo{
            width:530px; 
            height:100px;
            float:left;
            padding:4px 10px 0px 10px;
            overflow:hidden;
            }
   #header-search{
        width:800px;
        text-align:right;
        margin: 0 auto;
       

        }   
            /* (searchform.php) */
                .search-input{
                    margin:10px 0 10px 0px;
                    vertical-align: middle;
                    font-size:10px;
                    border:1px solid #FFF;
                    color:#000;
                    }
.button{
margin-right:10px;
padding:5px;
}
.go_button{
margin-right:10px;
padding:15px 5px 5px 5px;
}
 .social_media{
vertical-align: middle;
margin-right:4px;
          }
    /* Main Templates */
    #content{
        width:800px;
        margin:0 auto;
        text-align:left;
        background:#FFF url(images/content_bg_blue.jpg) repeat-y top left;
        border-left:1px solid #D9E3E9;
        border-right:1px solid #D9E3E9;
        }

        #content-left{
            width:535px;
            float:left;
            padding-left:5px;
            }

            #content-navigation{
                position:relative;
                display:block;
                height:26px;
                font-size:14px;
                font-weight:normal;
                /* Set in header */
                background:transparent url(images/content-navigation-bg-green.gif) repeat-x top left;
                font-family:Arial,Verdana,Helvetica,sans-serif;
                border-bottom:1px solid #444;
                border-top:1px solid #118049;
                }

                /* Content Navigation */
                #content-navigation ul{
                    margin:0px;
                    padding:0;
                    list-style-type:none;
                    width:auto;
                    }

                #content-navigation ul li{
                    display:block;
                    float:left;
                    margin:0;
                    }

                #content-navigation ul li a{
                    display:block;
                    float:left;
                    color:#fff;
                    text-decoration:none;
                    padding:2px 18px 0 18px;
                    height:25px;
                    /* Set in header */
                    background:transparent url(images/content-navigation-divider-green.gif) no-repeat top right;
                    }

                #content-navigation ul li a:hover{
                    color:#fff;
                    /* Set in header */
                    background:#00423e url(images/content-navigation-divider-green.gif) no-repeat top right;
                    }

                    /* Current page & current cat in header */

            #content-area{
                padding:25px;
                background:#f7f7f7 url(images/content-area-bg.jpg) no-repeat top center;
                }

            /* (index.php) */
            #index-graphic{
                width:535px;
                background:#FFF;
                }

                .pics { height: 260px; width: 535px; padding:0; margin:0; overflow: hidden;}
                .pics img { height: 260px; width: 535px; top:0; left:0 }

            /* (page.php) */
            #page-graphic {
                width:535px;
                height:100px;
                background:#FFF;
                }

            /* Post - Page Content */
            hr{
                margin: 0px;
	        padding: 0px;
                border:0;
                height:2px;
                color:#CCC;
                background-color:#CCC;
                border-bottom:1px solid #fff;
            }

            .post p{
                margin: 0 0 1.2em 0;
                }

            .post ul, .post ol{
                list-style-position:inside;
                padding-bottom:1.2em;
                }
            .post a{
             font-weight:bold;
             text-decoration:underline;
             }
        .post img{
            margin-right:10px;
            float:left;
}
        .graphic{
            margin-right:10px;
            float:left;
            border:1px solid #006633;
}

        #post-meta{ 
            font-size:10px;
            color:#555;
            padding-bottom:10px;
} 
  #the-meta{ 
            font-size:11px;
            color:#555;
} 
  #the-meta ul{
            padding:0;
            list-style-type:none;
            }
#the-meta ul li{
           display:block;
            }
            .posts-navigation{
                padding:1em 0;
                height:40px;
                }
.post blockquote{
	padding-left: 10px;
	text-align: left;
        border-left: 3px #087E41 solid; 
        font-style: italic;
        margin-left: 30px;
        margin-right: 20px;
}

            html > body .posts-navigation{
                height:auto;
                }

            /* single.php */
            #comments{
                margin-top:1em;
                background:#f7f7f7;
                height:100px;
                }

            html > body #comments{
                height:auto;
                }

            /* comments.php */
            #comments ul{
                list-style-type:none;
                margin-bottom:1em;
                }

            #comments li{
                margin:10px 0;
                padding:10px;
                border:1px solid #E2E2E2;
                height:50px;
                }

            html > body #comments li{
                height:auto;
                }

            #comments .odd{
                 background:#FEFEFE;
                }

            #comments .even{
                 background:#F1F1F1;
                }

            #comment-form{
                margin:20px 0;
                }

            #comment-form h3{
                padding-bottom:.5em;
                }

            #comment-form p{
                padding-bottom:1em;
                }

            #comment-form input, #comment-form textarea{
                padding:4px;
                background:#FFF;
                border:1px solid #CCC;
                font-size:12px;
                }

                /* archive.php */
                #archive{
                    padding-bottom:1em;
                    }

                #post-events ul{
                    list-style-type:none;
                    }

                #post-events li{
                    padding:10px 0;

                    }

                #post-events .end-list{
                    border:0;
                    }

                #post-events a{
                    font-size:14px;
                    }

                /* archives.php */
                #archives-lists{
                    margin-top:1em;
                    }

                #archives-lists ul{
                    list-style-position:inside;
                    }


        /* Main Templates */
        #content-right{
            width:260px;
            float:left;
            }

            /* (sidebar.php) */
            #sidebar{
                width:255px;
                padding-right:5px;
                }

            #sidebar-big-links {
                /* set in header */
                background:#2A5E83;
                height:225px;
                }
            #sidebar-big-links ul{
                list-style-type:none;
                }

            #sidebar-big-links li{
                padding:0px 5px 0px 5px;
                }
           .bigthree{
                 border:1px solid #D9E3E9;
                 }
           .firsttimer{
                 border:1px solid #282828;
                 }
            #sidebar-quicklinks{
                text-align:right;
                height:30px;
                padding:5px 0 0 15px;
                background:#282828 url(images/sidebar-subscribe-bg.jpg);
                color:#777;
                }

                /* Sidebar Navigation */
                #sidebar-navigation{
                    position:relative;
                    display:block;
                    height:25px;
                    font-size:11px;
                    font-weight:bold;
                    /* Set in header */
                    background:#006633;
                    font-family:Arial,Verdana,Helvetica,sans-serif;
                    }

                   #sidebar-navigation ul{
                        margin:0px;
                        padding:0;
                        list-style-type:none;
                        width:auto;
                        }

                    #sidebar-navigation ul li{
                        display:block;
                        float:left;
                        margin:0;
                        }

                    #sidebar-navigation ul li a{
                        display:block;
                        float:left;
                        color:#fff;
                        text-decoration:none;
                        padding:2px 15px 0 15px;
                        height:23px;
                        /* Set in header */
                        background:#006633;
                        }

                    #sidebar-navigation ul li a:hover, #sidebar-navigation ul li a.current{
                        color:#fff;
                        background:#3B3B3B;
                        text-decoration:none;
                        }

                #sidebar-events, #sidebar-news, #sidebar-resources{
                        width:215px;
                        padding:10px 20px;

                    background:#d9f3f1 url(images/sidebar-events-news-bg.jpg) repeat-y top left;
                    }

                    #sidebar-news ul, #sidebar-events ul, #sidebar-resources ul, #sidebar-resources ul li ul{
                        list-style-type:none;
                        }

                    #sidebar-news li, #sidebar-events li, #sidebar-resources li{
                        padding:4px 0;
}

                        #sidebar-news li.start-list, #sidebar-events li.start-list{
                           
                            }

                        #sidebar-news li.mid-list, #sidebar-events li.mid-list{
                            border-top:1px solid #FFF;
                          
                            }

                        #sidebar-resources ul li ul li{
                            color:#444;
                        
                            }

                        #sidebar-news li.end-list, #sidebar-events li.end-list{
                            border-top:1px solid #FFF;
                            }

    /* (footer.php) */
    #footer{
        width:800px;
        margin:0 auto;
        text-align:left;
        background:#1C557C url(images/footer.jpg) repeat;
        border-left:1px solid #D9E3E9;
        border-right:1px solid #D9E3E9;
        border-bottom:1px solid #D9E3E9;
        }

        .footer-box{
            width:180px;
            float:left;
            margin:10px 5px 5px 5px;
            }

        html>body .footer-box{
            margin:10px 9px 5px 9px;
            }

        .footer-box img{
            padding:0px;
            border:1px solid #282828;
            }

  /* Footer Navigation */
  #footer-navigation{
    width:780px;
    margin:6px auto;
    text-align:center;
    }

  #footer-navigation ul{
      list-style-type:none;
      width:auto;
      }

  #footer-navigation ul li{
      padding-right:30px;
      display:inline;
      margin:0;
      }

  #footer-navigation ul li a{
      color:#FFF;
      text-decoration:none; 
      }

  #footer-navigation ul li a:hover{
      color:#DDD;
      text-decoration:underline;
      }

#sidebar-big-links a{
    font-size:24px;
    font-family:Georgia, Times New Roman, serif;
    }

#sidebar-big-links a:link {
    color:#FFF;
    text-decoration:none;
    }

#sidebar-big-links a:visited {
    color:#FFF;
    text-decoration:none;
    }

#sidebar-big-links a:hover {
    color:#BFCDD7;
    text-decoration:underline;
    }

#sidebar-big-links a:active {
    color:#FFF;
    text-decoration:none;
    }

/*Category Icons*/
    .myicons {
            margin:4px 12px 0 0;
            padding:0px;
            border:1px solid #133A76;
            float:left;
}
   .smicons {
            padding-right:5px;
            float:left;
}

/* Text Size */
.normal{
    font-size:14px;
    }

.small{
    font-size:11px;
    }


.smaller{
    font-size:10px;
    }

.big{
    font-size:14px;
    }

/* Text Colors */
.gray{
    color: #555;
}

.light-gray{
    color:#AAA;
    }

.dark-gray{
    color:#333;
    }

 /* Site Map */
#left_column{
       float:left;
       width:42%; 
       padding-left:2px;
}

#right_column{
       float:right;
       width:42%; 
       padding-left:2px;
}
 #left_column ul{
                    margin:0;
                    padding:0;
                    list-style-type:none;
                    }

#right_column ul{
                    margin:0;
                    padding:0;
                    list-style-type:none;
                    }

#date{
	float:left;
        padding:10px 0 0 2px;
        font-size:12px;
        font-weight:bold;
        color:#FFF;
	}

    .copyright{
        font-weight:bold;
        padding-right:50px;
       }

#blurb{
       font-style:italic;
       height:85px;
       padding-right:20px;
}
#blurber{
       font-style:italic;
       height:auto;
       padding-right:20px;
}
#trail{
       font-size:11px;
       margin-bottom:10px;
       border-bottom:medium double #EAEAEA;
}
h1{
    font-family:georgia, times new roman, serif;
    font-size:20px;
    line-height: 1.5em;
    }

/* H2 */
.post h2{
    font-family:georgia, times new roman, serif;
    font-size:20px;
    line-height: 1.5em;
    padding-top: 10px;
    }

.post h2 a:link {
    color:#180F07;
    text-decoration:none;
    }

.post h2 a:visited {
    color:#242424;
    text-decoration:none;
    }

.post h2 a:hover {
    color:#444;
    text-decoration:underline;
    }

.post h2 a:active {
    color:#242424;
    text-decoration:none;
    }

.post h3{
    font-family:"Arial", "Helvetica", "Verdana", sans-serif;
    font-size:14px;
    line-height: 1.5em;
    padding-bottom: 10px;
    }
#list ul{
            padding-bottom:10px;
            list-style-type:none;
            }
.announcement_post{
            background:#FFFFFF;
            border:1px solid #133A76;
            }

.Sticky{
background: #fbfbfb;
}