/* @override 
	http://localhost:3000/stylesheets/vbsfinder.css?1210733037
	http://localhost:3000/stylesheets/vbsfinder.css?1210968563
	http://vbsfinder.local/stylesheets/vbsfinder.css?1214498214
*/

body {
	color: black;
	padding: 0;
	margin: 0;
	text-align: left;
	background: url(../images/body-background.png) repeat-x;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

h2	{
	color: #333;
	font: 1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: .7em;
}

h3 {
	color: #ff811c;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
}

a	{
	text-decoration: none;
	color: blue;
}

a:hover	{
	border-bottom: 1px dotted blue;
}

a:visited	{
	color: blue;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
}

#content	{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

#masthead {
	height: 110px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

#left-column {
	width: 600px;
	margin-left: 40px;
	margin-top: 16px;
	font-size: 1em;
	padding-right: 22px;
}

p {
	line-height: 1.2em;
	margin-bottom: 22px;
}

p.strong {
	font-size: 1.1em;
	color: #0064c5;
	font-weight: bold;
}

p.small {
	font-size: .7em;
}

.center {
	text-align: center;
}

/* @group Input Form */

/* @group Buttons */

/* from: http://particletree.com/features/rediscovering-the-button-element/ */


.buttons a, .buttons button{
    display: block;
    float: left;
    margin: 0 7px 0 0;
    background-color: #ededed;
    border: 1px solid #ccc;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    text-decoration: none;
    color: #565656;
    cursor: pointer;
    padding: 5px 10px 6px 7px;
	font: bold 1em/1.1em "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}
.buttons button{
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding: 5px 10px 5px 7px; /* Firefox */
    line-height: 17px; /* Safari */
}
*:first-child+html button[type]{
    padding: 4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color: #cdefc2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* @end */
/*input,
textarea { font: normal "bitstream vera sans", verdana, sans-serif; }*/

input, textarea, select {
	font: normal .8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

input, textarea {
	border: 1px solid #464680;
	padding: 2px 4px;
}

/*select {
	font-size: 1em;  Safari 
}*/

/* @group form-table */

.form-table fieldset {
/*	float: left;*/
/*	clear: left;*/
	width: 100%;
	border-top: 2px solid navy;
	background-color: #e4eff9;
	margin-bottom: -1em;
	padding-bottom: 1em;
	padding-left: 0;
}

.form-table legend {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 10px;
}

.form-table ol {
/*	padding: 1em 1em 0 1em;*/
	list-style: none;
	margin-top: 12px;
	margin-left: 12px;
}

.form-table label {
	float: left;
	width: 115px;
	padding-top: 4px;
	text-align: right;
	font-size: .8em;
	font-weight: bold;
}

.form-table .input-field {
	margin-left: 22px;
}

.form-table li {
/*	float: left;*/
/*	clear: left;*/
	padding-bottom: 8px;
/*	font-size: 1em;*/
}

.form-table .submit {
/*	float: none;*/
/*	width: auto;*/
	border: none;
/*	padding-left: 9.5em;*/
	padding-left: 150px;
}

.form-table .field_with_errors {
	background: url(../images/symbol-error.png) no-repeat left center;
	padding-left: 18px;
	margin-left: -18px;
}

.form-table .formError {
	color: #d74e50;
	font-size: .7em;
	display: inline;
}

.form-table .buttons {
	margin-top: 24px;
	margin-left: 140px;
}


/* @end */


/* @group field-on-top */

.field-on-top-form .field_with_errors {
	background: url(../images/symbol-error.png) no-repeat 0 5px;
	padding-left: 18px;
	float: left;
	margin-bottom: 12px;
}

.field-on-top-form .formError {
	color: #d74e50;
	font-size: .8em;
	clear: none;
}

.field-on-top-form ol {
	list-style: none;
}

.field-on-top-form li {
	clear: left;
	margin-bottom: 12px;
}

.field-on-top-form label {
	font-size: 1em;
	padding-bottom: 1px;
	display: block;
	font-weight: bold;
}

.field-on-top-form .input-field	{
	margin-left: 18px;
}

.field-on-top-form .buttons	{
	margin-left: 20px;
}

/* @end */
form .field_explanation	{
	display: inline;
	color: #6d99c1;
	font-size: .7em;
	padding-left: 6px;
}


.submit input {
	padding: 5px;
	font-size: 1.1em;
}

#messageSuccess	{
	border: 3px solid #acffac;
	margin-bottom: 18px;
	background: #a1d7ad url(../images/symbol-check.png) no-repeat 10px center;
	padding: 9px 3px 8px 68px;
	min-height: 35px;
}

#errorExplanation {
	border: 3px solid #ffacac;
	margin-bottom: 12px;
	background: #d74e50 url(../images/symbol-exclamation.png) no-repeat 10px center;
	padding: 9px 3px 8px 68px;
	min-height: 40px;
}

#errorExplanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	margin: -7px;
	background-color: #ca6e6e;
	color: white;
	font-size: .9em;
}

.messageText {
	color: white;
	font-size: .9em;
}

#messageSuccess .messageText {
	color: black;
}

#errorExplanation ul {
	margin-top: 16px;
}
#errorExplanation ul li {
	list-style: square;
	margin-left: 20px;
	font-size: .8em;
	line-height: 1.3em;
}


/* @end */

/* @group Main */

#main {
	background: url(../images/main-div-radius-box_03.png) repeat-y center top;
}

#main #body {
	padding-top: 1px;
	padding-bottom: 22px;
	margin-right: 0px;
	margin-left: 0px;
}

#bottom {
	background: url(../images/main-div-radius-box_07.png) no-repeat center bottom;
	height: 27px;
}


/* @end */

/* @group logo */

#logo {
	margin-top: 10px;
	float: left;
}

#logo a:hover {
	border-style: none;
}



/* @end */

/* @group Tabs */

#tabs {
	position: relative;
	top: 0px;
	float: right;
}
#tabs ul {
	display: inline;
	padding: 0;
	margin: 0;
	padding-left: 0px;
	font: small-caps 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	list-style: none;
}

#tabs li	{
	float: left;
	margin-right: 1px; /* distance between tabs */
	display: inline;
}

#tabs a:link, #tabs a:visited {
	background: url(../images/top-nav-tabs.png) left 0px;
	color: #fff;
	display: block;
	height: 34px;
	line-height: 30px;
	text-decoration: none;
	padding-left: 6px; 
}

#tabs a span {
	background: url(../images/top-nav-tabs.png) right 0px;
	display: block;
	height: 34px;
	margin-left: 14px;
	padding-right: 20px;
}


#tabs a:hover {
	display: block;
	background: url(../images/top-nav-tabs.png) no-repeat left -34px;
	border: none;
}

#tabs a:hover span	{
	display: block;
	background: url(../images/top-nav-tabs.png) no-repeat right -34px;
}

/* @end */

/* @group Pages */

/* @group Search */

#search {
	width: 475px;
	margin-left: 60px;
	margin-top: 30px;
}

#search input, #search select {
	margin-bottom: 8px;
	margin-left: 5px;
}

.searchCaption {
	font-size: .8em;
	margin-bottom: 6px;
}

.separator {
	width: 4em;
	text-align: center;
	background-color: white;
	font-style: italic;
	font-size: .7em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
}

#search .divider {
	margin-bottom: 20px;
}

#searchAddress {
	width: 450px;
	background-color: #fffab7;
	border: 2px solid #fff79a;
	padding: 5px 5px 16px;
	margin-bottom: 12px;
}

#searchAddress .searchCaption {
	color: #ded359;
}

#searchCityState {
	width: 405px;
	height: 1%;
	background-color: #adff87;
	border: 2px solid #c2ffa5;
	padding: 5px;
	margin-left: 15px;
	margin-top: 6px;
}

#searchCityState .searchCaption {
	color: #73b952;
}

#searchZip {
	width: 450px;
	background-color: #d2e6fa;
	border: 2px solid #bccee0;
	padding: 5px;
	margin-bottom: 10px;
}

#searchZip .searchCaption {
	color: #a2b1c1;
}

#searchWithin {
	margin-left: 5px;
}
/* @end */

/* @group Home */

input.find_vbs_now_button {
	border: none;
}
#welcome {
	margin-right: 40px;
	margin-left: 40px;
}

#welcome #floatingMap {
	width: 822px;
	height: 183px;
	background: url(../images/floating-map.png) no-repeat center;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

#afterFloatMap {
	text-align: center;
	margin-bottom: 20px;
	font: small-caps bold 1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #767676;
}

p#enterZip {
	color: maroon;
	font: italic bold 1.2em Verdana, "Lucida Grande", Lucida, sans-serif;
}

.enterZip #search_zip_code {
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 8px;
}


#searchBox {
	width: 284px;
	float: left;
	background: url(../images/infoBoxes.png) no-repeat center top;
	height: 268px;
}

#churchBox {
	width: 284px;
	height: 268px;
	float: right;
	background: url(../images/infoBoxes.png) no-repeat;
}

#churchBox img {
	padding-top: 10px;
	padding-bottom: 10px;
}

#churchBox .boxContent a:hover {
	border: none;
}

#churchBox p {
	font-size: 1.3em;
}

.boxContent {
	padding: 7px 14px 10px;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.boxContent h2 {
	padding-bottom: 9px;
	font-weight: bold;
	font-size: 1.8em;
}

#infoBoxes #title {
	color: white;
	font: italic 2.5em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-bottom: 20px;
}

/* Width of centerGraphic = 960 - 40 -40 - 300 - 300 - margins */

#centerGraphic {
	width: 304px; 
	height: 272px;
	float: left;
	background: url(../images/welcome-center.png) no-repeat center;
}

/* @end */

/* @group About */

#signature {
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
}


/* @end */


/* @group Contact */

#side-right {
	background-color: #fff0e5;
	float: right;
	width: 200px;
	padding: 25px;
	margin-right: 40px;
	margin-top: 68px;
	border: 1px solid #ffdfc9;
}

#side-right ul {
	list-style: disc;
	margin-left: 16px;
	font-size: .9em;
}

#side-right p.picture {
	background-color: white;
	border: 5px solid #ebebeb;
	padding: 4px;
	text-align: center;
}


/* @end */

/* @group FAQ */

.question {
	font-weight: bold;
	font-size: 1.1em;
	color: #d76c17;
	margin-bottom: 5px;
}

.answer {
}

/* @end */



/* @end */

/* @group Footer */

#footer {
	height: 40px;
	width: 100%;
	background-color: #ff811c;
	color: #c76415;
	font: .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	margin-top: 20px;
	padding-top: 16px;
}

#footer #company	{
	width: 300px;
	margin-left: 40px;
}

#footer #links {
	margin-right: 40px;
	text-align: right;
	float: right;
}

#footer a	{
	color: #ffc596;
	text-decoration: none;
	font-variant: small-caps;
	margin-right: 2px;
	margin-left: 2px;
}

#footer a:hover	{
	border-bottom: 1px dotted white;
}

/* @end */

#coming {
	font-size: 5em;
	padding-top: 184px;
	color: #85070b;
	text-shadow: #6265fa 0 0 20px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 232px;
}

/* @group Honeypot */

/* This hides the honeypot field from view */

#vip {
	height: .1em;
	visibility: hidden;
}

/* @end */

/* @group OrgEventList */

#searchResults {
	font-style: italic;
	font-size: .7em;
	padding-bottom: 4px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #5081b1;
}

a.search_again_button {
	float: right;
	border: none;
}

a.search_again_button:hover {
	text-decoration: none;
}

/*.orgEventItem {	
}*/

.orgEventItem h3 {
	font-weight: bold;
	font-size: 1.1em;
}

/*.orgEventItem .organization	{
}*/
.orgEventItem .address {
	font-size: .9em;
	padding-bottom: 0px;
	line-height: 1em;
	padding-left: 5px;
	color: #5e5e5e;
}

.address p {
	margin-bottom: 0px;
}

.orgEventItem .event{
	padding: 9px 12px 12px;
	font-size: .9em;
	background-color: #dcebfa;
	float: right;
	width: 264px;
}

.event p {
	margin-bottom: 0px;
}

.orgEventItem .event h3 {
	padding: 3px 3px 3px 8px;
	background-color: #c5dffa;
	margin-bottom: 6px;
	color: navy;
}
.orgEventItem .event .label {
	font-size: .9em;
	font-weight: bold;
	color: #686868;
	margin-right: 8px;
}

.orgEventItem .divider {
	clear: both;
}

.divider {
	height: 10px;
	border-bottom: 1px dotted #5081b1;
	margin-top: 12px;
	margin-bottom: 12px;
}


/* @end */

#random50 a, #random50 a:hover {
	color: #c15500;
	text-decoration: none;
	border: none;
	font-size: .7em;
}