/*" R E S E T "*/
html, body, div, span, object, iframe, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:normal;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
p, pre, blockquote, label, ul, ol, dl, dd, fieldset { margin: .5em 0; }
ol, ul { padding-left: 40px; }
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th { vertical-align: top; }
input, select, textarea {vertical-align:text-top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/*" P A G E  S T R U C T U R E "*/
body {
	background: #fff url(../images/background.jpg) repeat-x 0 0;
	}
body, input, textarea {
	font: 13px "Helvetica Neue", Helvetica, Arial;
	}
.wrap {
	}
.header {
	width: 760px;
	margin: 0 auto;
	}
.content {
	width: 760px;
	margin: 0 auto;
	}
	.main {
		float: left;
		width: 410px;
		margin-top: 20px;
		}
	.side {
		float: right;
		}
.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 126px;
	background: #fff url(../images/bottom.jpg) repeat-x 0 0;
	z-index: 1;
	display: none;
	}

/*" M E S S A G E S  "*/
.error, .notice, .success {padding:.5em 1em;margin:1em 0;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
div.error {clear: both;}

/*" H E A D L I N E S "*/
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em;
	font-weight: bold;
	}
h1 {
	text-indent: -9999px;
	margin: 0;
	}
	.header h1 {
		background: transparent url(../images/logo.jpg) no-repeat left top;
		height: 124px;
		width: 361px;
		}
h2 {
	font-size: 1.5em;
	margin-bottom: .25em;
	}
h3 {
	font-size: 1.25em;
	margin: 1em 0 .5em;
	}
h4 {
	font-size: 1.075em;
	margin: 1em 0 0;
	}

/*" F O R M S "*/
form {
	margin-bottom: 1em;
	}
form .text {
	border: 1px solid #C4C4C4;
	border-color: #C4C4C4 #E9E9E9 #E9E9E9 #C4C4C4;
	padding: 5px;
	width: 240px;
	}
form .full {
	width: 100%;
	}
form textarea,
form textarea.text {
	line-height: 1.5em;
	height: 8em;
	width: 30em;
	}
form select {
	margin-top: 5px;
	}
form select.big {
	padding: 4px;
	font-size: 1em;
	border: 1px solid #C4C4C4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
form input.submit {
	width: 8em;
	font-size: 1em;
	}
.signup {
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	}
.signup .row label {
	display: block;
	margin-bottom: 0;
	padding-left: 2px;
	}
.signup label.error {
	margin-top: .25em;
	color: #f00;
	}
.signup .row {
	padding-bottom: .5em;
	margin-bottom: 0;
	}
.signup .row.inline label {
	display: inline;
	margin-right: 1em;
	}
.signup .row.inline select {
	margin-top: 0;
	}
.signup .row.short input {
	width: 14em;
	}
.signup .row span {
	display: block;
	float: left;
	margin-right: 1em;
	}
.signup ul.row label {
	display: inline;
	padding-top: 5px;
	}
.signup ul.row li {
	list-style: none;
	}
.signup dl.row dd {
	margin-bottom: 0;
	}
.signup dl.row label span {
	float: none;
	display: inline;
	margin-left: .5em;
	}
.signup .row:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.signup .row { display: inline-block; }
html[xmlns] .signup .row { display: block; }
* html .signup .row { height: 1%; }

input.zip { width: 8em; }
input.address { width: 24em; } 
input.email { width: 24em; }
input.city { width: 14em; }

label.required { font-weight: bold; }
label.disabled { color: #7e7e7e; }

/*" T A B L E S "*/
td, th {
	padding: 4px 10px 4px 5px;
	}
thead th {
	font-weight: bold;
	background: #C3D9FF;
	}
.number {
	text-align: center;
	}
table.list {
	width: 100%;
	}
table.list tbody tr:nth-child(even) td { background:rgba(190,210,250,.2); }
table.list tbody tr:hover {
	background: #f0f0f0;
	}
table.info {
	width: 600px;
	border: 1px solid #d0d0d0;
	}
table.info tbody th {
	font-weight: bold;
	border-right: 1px solid #d0d0d0;
	width: 120px;
	text-align: right;
	}
table.info tbody th,
table.info tbody td {
	border-bottom: 1px solid #f0f0f0;
	}
table.info tbody th {
	}	
	
/*" P A G I N A T I O N "*/
#pagination {
	background: #3e3e3e;
	color: #868686;
	border: 2px solid #313131;
	margin-top: 10px;
	}
#pagination p {
	padding: 4px;
	margin: 0;
	}
#pagination span a,
#pagination span.current {
	color: #fff;
	text-decoration: none;
	padding: 4px 8px;
	margin-right: .1em;
	}
#pagination a:hover {
	background: #C3D9FF;
	color: #000;
	}
#pagination span.current {
	background: #313131;
	}
#pagination span.previous a,
#pagination span.next a {
	}
#pagination span.first a,
#pagination span.last a {
	}

/*" C O N T E N T "*/
h1.volunteer {
	background: transparent url(../images/volunteer.jpg) no-repeat left top;
	height: 163px;
	width: 317px;
	margin-bottom: 20px;
	}
h1.connect {
	background: transparent url(../images/connect.jpg) no-repeat left top;
	height: 163px;
	width: 317px;
	margin-bottom: 20px;
	}
h1.rsvp {
	background: transparent url(../images/rsvp.jpg) no-repeat left top;
	height: 178px;
	width: 317px;
	margin-bottom: 5px;
	}
h1.baptism {
	background: transparent url(../images/baptism.jpg) no-repeat left top;
	height: 178px;
	width: 317px;
	margin-bottom: 5px;
	}
div.info {
	width: 285px;
	list-style: none;
	background: #d5f7fb;
	border: 8px solid #2FD5EB;
	padding: 8px;
	}
div.info h3 {
	margin-top: 0;
	}

li .actions {
	visibility: hidden;
	}
li:hover .actions {
	visibility: visible;
	}
h3 .actions {
	float: right;
	font-size: 12px;
	}

.filters {
	background: #ececec;
	padding: 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
	}
.filters form {
	margin-bottom: 0;
	}
.filters .inner table {
	width: 100%;
	}
.filters .inner table td {
	width: 33%;
	}
.filters .submit {
	text-align: center;
	}
.filters h2 {
	margin: 0;
	display: inline;
	}
.filters h2 a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	padding: 2px 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
.filters h2 a:hover {
	background: #e0e0e0;
	}
.filters input {
	vertical-align: bottom;
	}
.filters_list {
	position: absolute;
	top: 8px;
	right: 8px;
	}
.filters_list p {
	margin: 0;
	display: inline;
	color: #999;
	text-align: right;
	float: left;
	margin-left: 1em;
	}
.filters_list input {
	margin-top: 5px;
	}
	
form#rsvp {
	width: 440px;
	}
.disclaimer {
	margin: 0;
	padding-bottom: .5em;
	font-style: italic;
	font-size: 90%;
	}

.signup dl.services dd {
	display: block;
	clear: left;
	padding: .25em 0;
	}
.signup dl.services input {
	float: left;
	margin-top: 12px;
	}
.signup dl.services label {
	float: left;
	margin-top: 0;
	margin-left: 4px;
	}
.signup dl.services label span {
	display: block;
	margin: 0;
	}
.signup dl.services label .date {
	font-weight: bold;
	font-size: 1.4em;
	letter-spacing: -.025em;
	}

ul .active {
	list-style-type: disc;
	font-weight: bold;
	}
ul .archived {
	list-style-type: circle;
	color: #555;
	font-style: italic;
	}

.admin_nav {
	margin: 6px 0 1em;
	background: #E5ECF9;
	padding: 2px 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
.admin_nav li {
	list-style: none;
	display: block;
	float: left;
	position: relative;
	z-index: 101;
	}
.admin_nav a {
	padding: 6px 8px;
	text-decoration: none;
	color: #333;	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display: block;
	}
.admin_nav li ul {
	display: none;
	position: absolute;
	left: 0;
	padding: 0;
	z-index: 100;
	background: #E5ECF9;
	margin: 0;
	padding: 0 3px 6px;
	}
.admin_nav li:hover ul {
	display: block;
	}
.admin_nav li li {
	display: block;
	float: none;
	}
.admin_nav a:hover {
	background: #C3D9FF;
	color: #000;
	}

.update_login a {
	font-weight: bold;
	}

.signup .line span {
	display: block;
	clear: both;
	}
.signup .line label {
	width: 8em;
	float: left;
	}
.signup .line span span.group {
	display: inline;
	clear: none;
	}
.signup span small.info {
	float: none;
	clear: both;
	display: block;
	font-size: 11px;
	color: #888;
	margin-left: .5em;
	}
.signup .row .character-count {
	float: right;
	}
	
/*" B U T T O N S "*/
.button, button.button  {
	text-decoration:none;
	background:#EAEAEA url(../images/button.png) repeat-x 0 0;
	border:1px solid #dedede;
	border-color: #bcbcbc #999 #9d9d9d #bcbcbc;
	cursor:pointer;
	color:#333;
	-webkit-box-shadow:rgba(0,0,0,.15) 0px 1px 3px;
	-moz-box-shadow:rgba(0,0,0,.15) 0px 1px 3px;
	-webkit-border-radius:11px;
	-moz-border-radius:11px;
	outline: 0;
	padding: 5px 7px;
	font-size: 100%;
	line-height:1.5em;
	}
.button:hover, button.button:hover, button.selected, .buttons span.hover {
	border:1px solid #999;
	color:#000;
	}
buttons.active, button:active, .button:active, .buttons span.active {
	border-color:#ccc;
	background: #FFF url(../images/button.png) repeat-x 0 -30px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	}
.signup .buttons {
	margin-top: 3px;
	}
.signup .buttons span.selected {
	border:1px solid #749fe3;
	color:#275296;
	}
.signup .buttons span.button {
	float: left;
	margin: 0 1em .5em 0;
	padding: 4px 10px;
	}
.signup .buttons span.button input {
	width: 0;
	height: 0;
	position: absolute;
	margin-left: -9999px;
	}
.signup .buttons span.button label {
	margin: 0;
	font-weight: bold;
	background: url(../images/tick.gif) no-repeat 0 0;
	padding-left: 22px;
	white-space: nowrap;
	cursor: pointer;
	}
.signup .buttons span.selected label {
	background-position: 0 -20px;
	}

.submit button, button.positive, a.positive {
	font-weight:bold;
	}
.submit button {
	font-size: 15px;
	}
.submit button:hover, .submit button.hover, a.positive:hover, button.positive:hover {
	border:1px solid #7CB043;
	color:#63A142;
	}
.content-footer {
	font-size: 11px;
	color: #777;
	text-align: right;
	clear: both;
	}
.content-footer a {
	color: #777;
	text-decoration: none;
	}
.content-footer a:hover {
	text-decoration: underline;
	}
.content-footer table {
	margin-top: 50px;
	width: 90%;
	}
.content-footer table td {
	padding: 2px 0;
	}
.content-footer table .left {
	text-align: left;
	}
.content-footer table .center-left {
	text-align: center;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
.content-footer table .center-right {
	text-align: center;
	border-right: 1px solid #ccc;
	padding: 2px 1em;
	}
.content-footer table .right {
	text-align: center;
	}



#gp_locations {
	margin-top: 10px;
	float: left;
	}
#gp_locations dt {
	float: left;
	clear: both;
	line-height: 2em;
	}
#gp_locations.tours dt {
	line-height: 1.4em;
	}
#gp_locations.tours dt input {
	position: relative;
	top: .15em;
	}
#gp_locations dd {
	margin: 0 0 0 30px;
	}
#gp_locations dd.location label {
	font-weight: bold;
	font-size: 16px;
	}
#gp_locations.tours dd.location {
	margin-bottom: .5em;
	}
#gp_locations dd.full label {
	font-weight: normal;
	color: #666;
}
#gp_locations dd.full {
	color: #666;
	margin-bottom: 0 !important;
	}
#gp_locations dd.note {
	margin-bottom: .5em !important;
	font-style: italic;
	}
#gp_locations dd.time {
	margin-bottom: 1em;
	line-height: 1.25em;
	}

#location_map {
	margin-top: 10px;
	width: 500px;
	height: 500px;
	background: url(../images/prayer_map.jpg) top left no-repeat;
	float: left;
	position: relative;
	}
#location_map label {
	display: block;
	position: absolute;
	margin: 0;
	cursor: pointer;
	}
	
#thanksgiving_form h3 {
	margin-bottom: 0;
	font-size: 1.5em;
	}
#thanksgiving_form h4 {
	margin-top: .25em;
	margin-bottom: 0;
	color: #333;
	font-size: 1.125em;
	}
#thanksgiving_form h5 {
	font-size: .95em;
	letter-spacing: 0;
	}
#thanksgiving_form .intro {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ddd;
	line-height: 1.4em;
	}
#thanksgiving_form .intro h5 {
	margin-top: 2em;
	margin-bottom: 0;
	}
#thanksgiving_form .intro .tag {
	font-style: italic;
	color: #29ccf5;
	margin-top: 2em;
	font-weight: bold;
	}
#thanksgiving_form .side {
	margin-left: 2em;
	margin-bottom: 1em;
	}
#thanksgiving_form .supply_list {
	padding: 8px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	color: #333;
	}
#thanksgiving_form .supply_list h3 {
	margin-top: 0;
	}
#thanksgiving_form .supply_list ul {
	padding-left: 1em;
	}
	

#notes {
	
	}
#notes .note small {
	font-style: italic;
	color: #666;
	}
#notes form {
	margin-top: 8px;
	border-top: 1px solid #ccc;
	}
#notes form textarea {
	width: 97%;
	padding: 2px 4px;
	height: 5em;
	}
#notes form .button {
	font-size: 11px;
	padding: 3px 4px;
	}

#baptism_assign form {
	margin: 0;
	}
#baptism_assign small {
	font-style: italic;
	color: #666;
	}
#baptism_assign input.text {
	vertical-align: middle;
	}
#baptism_assign .button {
	font-size: 11px;
	padding: 3px 4px;
	margin-left: 1em;
	}

#baptism_archive form {
	margin: 0;
	}
#baptism_archive .button {
	font-size: 11px;
	padding: 3px 4px;
	margin-left: 1em;
	}
#baptism_archive small {
	font-style: italic;
	color: #666;
	}

#baptism_list tr.archived td {
	font-style: italic;
	color: #666;
	}
