/*
Theme Name: Central Nebraska Presbytery Theme
Theme URI: http://centralnepresby.org/
Description: This is the Theme for the Central Nebraska Presbytery
Version: 1.0
Author: Jeff Sylvester
Author URI: http://jeffsylvester.com/

	Central Nebraska Presbytery Theme  v1.0
	  http://centralnepresby.org/

	This theme was designed and built by Jeff Sylvester,
	whose site you will find at http://jeffsylvester.com/

*/

body {
    background: url(images/headerBackground.jpg) top repeat-x #3f3f1b;
    color: #333;
    padding: 0;
}
.header{
    background: url(images/headerImage.jpg) no-repeat;
    height: 145px;
    position: relative;
    z-index:2;
}
.navigation{
    background: url(images/navigationBackground.jpg) top repeat-y;
    position: absolute;
}
.main{
    background: url(images/bodyBackground.gif) repeat-y;
    min-height:600px;
    height:auto !important;
    height:500px;
    z-index:1;
}
.content{
    padding-right: 10px;
}
.bobsThoughts{
    background: url(images/bobsThoughts.gif) no-repeat;
    color: #fff;
    font-size: 18px;
    height: 70px;
    padding-top:17px;
    padding-left:83px;
    margin-bottom:0;
}
.news{
    background: url(images/news.gif) no-repeat;
    color: #fff;
    font-size: 18px;
    height: 65px;
    padding-top:15px;
    padding-left:83px;
    margin-bottom:0;
}
.events{
    background: url(images/events.gif) no-repeat;
    color: #fff;
    font-size: 18px;
    height: 65px;
    padding-top:15px;
    padding-left:83px;
    margin-bottom:0;
}
p{
    font-size:1em;
}
.headline{
    font-weight:bold;
    color:#4b72a6;
    margin-bottom:4px;
    font-size:1.1em;
}
.headline a{
    color:#4b72a6;
    text-decoration:none;
}
.headline a:hover{
    color:#5886c3;
}
a{
    color:#4b72a6;
    font-weight:bold;
}
a:hover{
    color:#5886c3;
}
.readAll{
    background: url(images/bigBlueDottedLine.gif) top no-repeat;
    padding-top:15px;
    height:20px;
}
.readAll a{
    color:#3f3f1b;
    font-weight: bold;
}
.readAll a:hover{
    color:#8c7735;
}
h1, h2, h3, h4{
    color:#5886c3;
}
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
::-moz-selection{
background: #5886c3;
color: #ffffff;
}

::selection {
background: #5886c3;
color: #ffffff;
}

span.wpcf7-list-item { display: block; }
small{font-size:.8em;}

#footer{
	padding-left:164px;
}

.rssLink{
position: absolute;
top: 116px;
left: 165px;
text-decoration: none;
}
