/*
Theme Name: Bridgeport Church
Theme URI: http://bridgeportchurch.org
Description: A custom theme built by Ryan Strong and modified by Robert Kreisel.
Version: 1.1
Author: Ryans Strong & Robert Kreisel
Author URI: http://robertkreisel.com
*/


body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
    background-color: #e9e9e9;
    background-repeat: repeat-x;
    background-position: center top;
    background-image: url(http://www.purblinddesign.com/blog/images/bg_crete.jpg);
    background-attachment: scroll;
    background-position: 0 0;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.bridgeport {
background-image:"http://www.bridgeportchurch.org/images/header.jpg";
height:446px;
}

#bport {
font-weight: bold;
}

a {
text-decoration:none;
color:#000000;
font-family: Helvetica, sans-serif;
}
a:hover {
color:#000000;
border-bottom:1px dashed #fd4239;
}