/*
Theme Name: Peoples Church of Montreal December 2010
Theme URI: http://www.peoplesmontreal.org
Description: New Peoples Church of Montreal Website
Version: 1.5
Author: Leonard Teo
Author URI: http://www.leonardteo.com
Tags: 

Peoples Church of Montreal website

*/

body {
    margin: 0px;
    padding: 0px;
    font-family: "helvetica neue", "helvetica", "arial", sans-serif;
    font-size:12px;
    line-height: 20px;
    background-color:#f8f8f8;
}

/* Container - this is where we define the general width of the content */
#container {
    width: 980px;
    margin: 0px auto 0px auto;
    clear: both;
}


/************************************************
*	Header      							*
************************************************/
#header {
    background-image:url(images/header_background.jpg);
    background-repeat:repeat-x;
    width:auto;
    height: 60px;
}
#header-inner{
    width: 980px;
    margin: 0px auto 0px auto;
    padding: 0px;
}

#headerleft{
    float: left;
}

#searcharea{
    position: relative;
    top: 15px;
    right: 0px;
    padding: 0px;
    margin: 0px;
    float: right;
    display: inline;
}

#searchform {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    display: inline;
}

#searchbox{
    background-color:#4c4c4c;
    margin: 0px;
    border:solid;
    border-width:thin;
    border-color:#696969;
    font-size:12px;
    color: #CCC;
    padding: 5px;
    display: inline;
    height: 16px;
    vertical-align:middle;
    width: 200px;
}

#searchbutton {
    background-color:#4c4c4c;
    margin: 0px 0px 0px 5px;
    padding: 4px;

    border:solid;
    border-width:thin;
    border-color:#696969;

    font-size:12px;
    color: #CCC;
    vertical-align:middle;
}

#searchimage {
    display: inline;
    vertical-align:middle;
}


/************************************************
* Top Navbar      							*
************************************************/

.shadow {
    -moz-box-shadow: 0px 2px 7px #333;
    -webkit-box-shadow: 0px 2px 7px #333;
    box-shadow: 0px 2px 7px #333;
}

#navbar {
    z-index:10;
    font-size: 14px;
    width: inherit;
    height: 25px;
    padding-bottom: 10px;
    position: relative;
    clear: both;
    color: #333;
}

#navbarleft {
    float: left;
}

#navbarleft ul {
    margin: 0px;
    padding: 0px;
}

#navbarleft .toplevel {				
    /* Top level li */
    list-style:none;
    position: relative;
    float: left;
    margin-top: 5px;
    padding: 0px;
    cursor:default;
    display: block;
    height: 15px;
    padding-right: 35px;
}


.toplevel a {
    padding: 10px 0px 10px 0px;
}


/*#navbarleft .toplevel ul {*/
.secondlevelcontainer{
    margin: 0px;
    padding: 0px;
    overflow:visible;
    position: absolute;
    left: 0px;
    top: 35px;
    display: none;
    background-color:#EAEAEA;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/*#navbarleft .secondlevel ul {*/
.thirdlevelcontainer{
    position: absolute;
    left: 160px;
    top: 200px;
    padding: 5px;
    display: none;
    background-color:#EAEAEA;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.secondlevel {      
    /* Second level li */
    list-style:none;
    padding: 0px;
    overflow: visible;
    white-space:nowrap;
    margin: 0px;
}

.secondlevel ul li {
    /* Thid Level li */
    list-style:none;
    padding: 5px 10px 5px 10px;
    overflow: visible;
    white-space:nowrap;
    margin: 0px;
}

.secondlevel a {
    padding: 10px;
}

#navbar a {
    font-family: "helvetica neue", "helvetica", "arial", sans-serif;
    text-decoration:none;
    color: #333;
    display:block;
}

#navbar a:hover {
    text-decoration:none;
    color:#F00;
}

#navbarright {
    float: right;
    margin-top: 5px;
    padding: 3px 0px 3px 0px;
}


/************************************************
*	Footer      							*
************************************************/

#footer {
    width: 100%;
    clear:both;
    padding: 0px;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}

#footer-inner {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;

    font-size:10px;
    color: #666666;
}

/*
Content
*/
#content {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: 980px;
}

/*****************************
Banner
******************************/

#banner {
    width: 980px;
    height: 370px;
    margin: 5px 0px 0px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    clear: both;
}



#bannermain {
    width: 880px;
    height: 370px;
    float: left;
    position: relative;
    overflow: hidden;
    padding:0px;
    margin: 0px;
    background-color:#000;
}

#bannermain .bannerimage {
    border:none;
    padding:0px;
    margin: 0px;
    overflow: hidden;
    position: absolute;
    display: none;
}

#bannernav{
    width: 100px;
    height: 370px;
    float: right;
    position: relative;
    background-color:#333;
    padding: 0px;
    margin: 0px;
}

#bannernav-content {
    margin: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
}

#bannernav .bannerplug {
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    padding: 0px;

}

#bannernav .bannerplugimage {
    border: 0px;
    width: 80px;
    height: 80px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    position: absolute;
}

#bannernav .bannerdimmer {
    background-color:#000;
    position: absolute;
    width: 80px;
    height: 80px;
    margin: 0px;
    padding: 0px;
    display: block;
    cursor: pointer;
}



/******************************
Right side bar 
*******************************/

#rightsidebar {
    width: 300px;
    height: auto;
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    padding: 0px;
}

#rightsidebarcontent{
    margin: 0px;
    padding: 10px;
    background-color: #e1e1e1;
}

#rightsidebar h1 {

    font-size:20px;
    font-weight: normal;
    color: black;
    padding: 0px;
    margin: 0px;

}

/***
Right Side Bar Rounded Corners
***/
.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#e1e1e1; margin:0 5px;}
.b2f {height:1px; background:#e1e1e1; margin:0 3px;}
.b3f {height:1px; background:#e1e1e1; margin:0 2px;}
.b4f {height:2px; background:#e1e1e1; margin:0 1px;}


/************************************
Left COntent
**************************************/

#leftcontent {
    position: relative;
    width: 640px;
    height: auto;
    float: left;
}

#leftcontent h1 {
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    margin: 0px;

    font-size:20px;
    font-weight: normal;
    color: black;
}

#leftcontent-left{
    width: 320px;
    position: relative;
    float: left;
    padding: 0px;
    margin: 0px;
}

#leftcontent-right{
    width: 320px;
    position: relative;
    float: right;
    padding: 0px;
    margin: 0px;
}

/**********************************************
Image Thumbnail Bits
***********************************************/
.plug {
    width: 310px;
    height: 80px;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    clear: both;
    display: block;
}
.plugimage{
    width: 80px;
    height: 80px;
    overflow:hidden;
    border: 0px;
    float: left;
}
.plugtext{
    width: 215px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 0px;
    float: right;
    height: 80px;
    overflow: hidden;
}

.plugtext a {
    text-decoration: none;
    color: #6b3d3d;
}

.plugtext a:hover {
    color: #c88686;
}


/*
Post Styles
*/

#postcontent {
    width: 640px;
    height: auto;
    float: left;
    line-height: 1.5em;
}

.posttitle {
    font-size:36px;
    font-weight: 300;
    padding-bottom: 5px;
    color: #030303;
    line-height: 1em;
}

#postcontent h1 {
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;

    font-size:24px;
    font-weight: normal;
    color: #060606;

    line-height: 1.2em;
}

#postcontent h1 a {
    color: black;
    text-decoration:none;
}
#postcontent h1 a:hover {
    color: #66443E;
}

#postcontent h2 {
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    margin: 0px;

    font-size:16px;
    font-weight: normal;
    color: black;

    line-height: 1.2em;
}

#postcontent h2 a {
    color: #333;
    text-decoration:none;
}
#postcontent h2 a:hover {
    color: #66443E;
}

#postcontent h3 {
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    margin: 0px;

    font-size:14px;
    font-weight:normal;
    color: black;

    line-height: 1.2em;
}

#postrightsidebar {
    width: 310px;
    float: right;
    margin: 0px;
    padding: 0px;
}

#postrightsidebar h1 {
    margin: 5px 0px 10px 0px;
    padding: 0px;

    font-size: 20px;
    font-weight: normal;
    color: black;

}

#postrightsidebar ul {
    margin: 0px;
    padding: 0px;

}

#postrightsidebar ul li{
    list-style:none;
    line-height:1.5em;
}

#postrightsidebar a{
    color: #333;
    text-decoration:none;
}

#postrightsidebar a:hover{
    color: #F00;
}

#postcontent img {
    border: 0px;
}

/*
#postcontent table {
	border: 1px solid #DDD;

}
#postcontent td {
	padding: 5px;
	margin: 0px;
	border: 1px solid #DDD;
}
*/


/*
Stuff that supports postcontent
*/

#byline {
    color: #666;
    padding-top: 2px;
}

#byline a {
    color: #666;
    text-decoration:none;
}

#byline a:hover {
    color: #333;
}



/*
Archive Post Plugs
*/
.archiveplugtext {
    margin: 0px;
    padding: 0px;
    width: 550px;
    float: right;
}

.archiveplugtitlelink {
    margin: 0px;
    padding: 0px;
}

.archiveplugtitlelink a {
    text-decoration:none;
    color: #333;
}

.archiveplugtitlelink a:hover {
    color: #66443E;
}

.archiveplugdateline {
    color: #999;
    font-size:11px;
    margin-top: 2px;
}

.archiveplugtext {
    margin: 0px;
    padding: 0px;
}


/*
Browser support
*/
#browsersupport{
    margin: 0px;
    padding: 0px;
    background-color:#A00;
}
#browsersupport-inner{
    margin: 0px auto 00px auto;
    width: 980px;
    height: 40px;
    padding: 10px;
    color: #FFF;
    font-size: 14px;
}
#browsersupport-inner a{
    text-decoration:underline;
    color: #FFF;
}


/*
Breadcrumbs
*/
#breadcrumbs{
    font-size: 11px;
    color: #999;
    width: inherit;
    height: 20px;
    padding: 5px 0px 5px 0px;
    position: relative;
    clear: both;
}

#breadcrumbs a{
    color: #999;
    text-decoration:none;
}
#breadcrumbs a:hover{
    color: #F00;
}


/*
Sermon Audio
*/
#pod_audio_1{
    padding: 0px;
    margin: 10px 0px 10px 0px;
}

/*
Sermon Header
*/
#sermonheader {
    font-size: 13px;
}

/*
Wordpress Standard CSS
*/
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
    padding: 0px 10px 5px 0px;
}
.alignright {
    float: right;
    padding: 0px 0px 5px 10px;
}
.wp-caption {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* optional rounded corners for browsers that support it */
    margin: 10px;
    padding-top: 4px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*
Pagination
*/
.pagination_next {

    margin: 0px;
    font-size:13px;
    padding: 5px;
    text-decoration: none;
    float:right;
}

.pagination_next:hover {
    color:#f00;
}

.pagination_previous {

    margin: 0px;
    font-size:13px;
    padding: 5px;
    text-decoration: none;
    float:left;

}

.pagination_previous:hover {
    color:#f00;
}


/*
Sidebar Widgets
*/

.sidebar_widget {
    padding-bottom: 20px;
}


/*
Mailchimp
*/

.mc-field-group {
    padding-bottom: 10px;
}

.mc-field-group label {
    display:block;
    font-weight: bold;
}

.mc-field-group input {
    display:block;
    width: 200px;
    height: 22px;
    padding-left: 5px;
    border: 1px solid #ccc;

}


#mc-embedded-subscribe {
    display:block;
    width: 100px;
    height: 30px;
    line-height: 20px;
    background-color: #666;
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;

    border: 1px solid #ccc;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* optional rounded corners for browsers that support it */


}

#mce-responses {
    display:block;
    padding-bottom: 10px;
}

#mce-error-response {

    background-color: red;
    color: white;
    padding: 5px;

    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* optional rounded corners for browsers that support it */

}

#mce-success-response {

    background-color: orange;
    color: white;
    padding: 5px;

    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* optional rounded corners for browsers that support it */

}

/*
Download Button
*/
.download_button {
	color: #ffffff;
	text-decoration: none;
	padding: 10px;
	height: 30px;
	line-height: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
	font-weight: bold;
	
	background: #7db9e8; /* Old browsers */
	background: -moz-linear-gradient(top, #7db9e8 0%, #207cca 49%, #2989d8 50%, #1e5799 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(49%,#207cca), color-stop(50%,#2989d8), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7db9e8 0%,#207cca 49%,#2989d8 50%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7db9e8 0%,#207cca 49%,#2989d8 50%,#1e5799 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7db9e8 0%,#207cca 49%,#2989d8 50%,#1e5799 100%); /* IE10+ */
	background: linear-gradient(top, #7db9e8 0%,#207cca 49%,#2989d8 50%,#1e5799 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
	

}

.download_button:hover {
	
	background: #6ea3cc; /* Old browsers */
	background: -moz-linear-gradient(top,  #6ea3cc 0%, #1c6daf 49%, #2377bc 50%, #19497f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ea3cc), color-stop(49%,#1c6daf), color-stop(50%,#2377bc), color-stop(100%,#19497f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6ea3cc 0%,#1c6daf 49%,#2377bc 50%,#19497f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6ea3cc 0%,#1c6daf 49%,#2377bc 50%,#19497f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6ea3cc 0%,#1c6daf 49%,#2377bc 50%,#19497f 100%); /* IE10+ */
	background: linear-gradient(top,  #6ea3cc 0%,#1c6daf 49%,#2377bc 50%,#19497f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ea3cc', endColorstr='#19497f',GradientType=0 ); /* IE6-9 */

	
}
