@import '/css/blueprint/lib/reset.css';
@import '/css/blueprint/lib/typography.css';
@import '/css/blueprint/lib/grid.css';
@import '/css/blueprint/lib/forms.css';

a, a:visited {
	color: #3A75A6;
	text-decoration: none;
}
a:hover {
	color: #3A75A6;
	text-decoration: underline;
}
p.normal {
	line-height: 1.5em;
}
em {
	background-color: transparent;
}
ul li {
	list-style-type: disc;
}


/**
 * STICKY FOOTER
 * ---------------------------------------------------------------------- */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
#page-container {
	width: 950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
}
#footer, .push {
	clear: both;
	height: 80px;
}
#footer {
	width: 950px;
	padding: 0px;
	margin: 0px auto 0px;
}
#footer div.wrapper {
	width: 950px;
	float: left;
	padding-top: 40px;
	padding-bottom: 20px;
}
#footer div.bar {
	height: 0px;
	border-bottom: 1px solid #EE2E24;
}
#footer p {
	display: inline;
	float: left;
	margin: 0px;
}
#footer ul.nav {
	display: inline;
	float: right;
}
#footer ul.nav li {
	padding-left: 10px;
}


/**
 * LINKS
 * ---------------------------------------------------------------------- */

a.add-friend, a.add-friend:visited {
	background: url('/img/weamplify/template/icons/friend.png') 0px 4px no-repeat;
	padding: 8px 0px 8px 18px;
}
#geotag-links {
	background: url('/img/weamplify/template/icons/geocode-icon.png') 0px 4px no-repeat;
	padding: 8px 0px 8px 18px;
}
#pf-link img {
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0;
}
#pf-link.text-plus-icon {
	background: url('/img/weamplify/template/icons/pf-16.png') no-repeat;
	padding-left: 20px;
}


/**
 * MAIN NAVIGATION
 * ---------------------------------------------------------------------- */
body {
	padding: 0px;
	margin: 0px;
}
#one-col-container {
	clear: both;
	padding-top: 2em;
}
#logo {
	height: 72px;
	padding: 10px 0px;
}
#logo a, #logo a:visited {
	display: block;
} 
#main-nav-container {
	width: 930px;
	background: #4892CF url('/img/weamplify/template/main-nav-bg.png') repeat-x;
	padding: 10px;
	float: left;
}
#main-nav-container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#main-nav-container ul, #main-nav-container li {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#main-nav {
	display: block;
	float: left;
	width: 500px;
}
ul#main-nav li {
	display: inline;
}
ul#main-nav a, ul#main-nav a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 3px 5px;
	margin: 0px;
} 
ul#main-nav a:hover {
	background: #EE3224;
}
#debug-info {
	font-size: 0.85em;
	color: #ACACAC;
	width: 950px;
	margin: 4em auto 0px;
	line-height: 1em;
	display: none;
}


/**
 * USER NAVIGATION
 * ---------------------------------------------------------------------- */
ul#user-nav {
	float: right;
	width: 430px;
	display: block;
	position: relative;
	text-align: right;
	padding-top: 3px;
}
ul#user-nav li {
	display: inline;
	position: relative;
	padding: 0px 0px 0px 8px;
	vertical-align: bottom;
}
ul#user-nav a, ul#user-nav a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #BED638;
	text-align: right;
}
ul#user-nav a:hover {
	color: #BED638;
	text-decoration: underline;
}
#user-nav li ul,
#user-nav li ul li,
#user-nav li ul li a,
#user-nav li ul li a:visited  {
	margin: 0px;
	padding: 0px;
}
#user-nav li ul {
	width: 132px;
	display: none;
	position: absolute;
	left: -100000em;
	z-index: 10000;
}
#user-nav li:hover ul {
	display: block;
	top: 14px;
	left: 6px;
}
#user-nav li ul {
	border: 1px solid #3A75A6;
	background-color: #ffffff;
}
#user-nav li ul li {
	height: auto;
}
#user-nav li ul li a, #user-nav li ul li a:visited {
	margin: 0;
	padding: 0px 2px;
	height: 0;
	height: auto;
	text-indent: 0px;
	text-decoration: none;
	display: block;
	color: #3A75A6;
	text-align: left;
}
#user-nav li ul li a:hover {
	color: #FFFFFF;
	background-color: #3A75A6;
}
#user-nav li:hover ul li a, #user-nav li:hover ul li a:visited {
	padding: 2px 10px;
	height: auto;
}
#user-nav li:hover ul {
	float: left;
	padding: 10px 0 10px;
}


/**
 * LAYOUTS
 * ---------------------------------------------------------------------- */

#no-auth-two-col {
	margin-top: 60px;
	margin-bottom: 60px;
}
#two-col {
	margin-top: 2em;
	margin-bottom: 60px;
}
#no-auth-two-col:after, #two-col:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#no-auth-two-col div.col-one, #two-col div.col-one {
	width: 280px;
	float: left;
}
#no-auth-two-col div.col-two, #two-col div.col-two {
	width: 670px;
	float: right;
}
div.friend_total {
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 2em;
}
div.friend {
	clear: both;
	margin-bottom: 1em;
	padding-bottom: 6px;
	border-bottom: 1px solid #EEEEEE;
}
div.friend:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div.friend {
	display: inline-block;
}
div.friend div.profile-photo {
	width: 75px;
	float: left;
}
div.friend div.name {
	width: 875px;
	float: right;
}
div.friend div.name h3 {
	margin-bottom: 4px;
}
div.friend div.name a.action-link, div.friend div.name a.action-link:visited {
	color: #666666;
}


/**
 * MAP MENU
 * ---------------------------------------------------------------------- */

#map-menu ul li, #map-menu ul li ul, #map-menu ul li ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#map-menu ul.group {
	display: block;
	width: 175px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#map-menu a.current, #map-menu a.current:visited {
	font-weight: bold;
}
#map-menu-toggle.close a, #map-menu-toggle.close a:visited {
	display: block;
	width: 96px;
	height: 22px;
	line-height: 0px;
	text-indent: -10000px;
	background: url('/img/weamplify/template/close-menu.png') no-repeat;
}
#map-menu-toggle.open a, #map-menu-toggl.open a:visited {
	display: block;
	width: 96px;
	height: 22px;
	line-height: 0px;
	text-indent: -10000px;
	background: url('/img/weamplify/template/open-menu.png') no-repeat;
}
#map-menu-toggle {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 2em 0px 1em 0px;
}
#map-menu-toggle.open {
	padding-top: 0px;
}		
		

/**
 * SIGNIN / SIGNUP PAGE
 * ---------------------------------------------------------------------- */

#signin-page {
	clear: both;
	padding-top: 60px;
	padding-bottom: 0px;
}
#signin-page:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#signin-page #password, #signin-page #email {
	width: 156px;
}
#signin-page #login-form {
	width: 244px;
	margin: 0px auto;
}
#login-form.form-error {
	padding-top: 1em;
}
#signin-box form.no-error {
	padding-top: 72px;
}
#no-auth-two-col #logo, #signin-page #logo {
	padding: 0px;
}
#signin-page #logo {
	float: left;
	width: 215px;
}
#logo img {
	display: block;
	margin: 0px;
}
#register-box, #signin-box {
	float: left;
	width: 300px;
	height: 300px;
	background: #F2F8F9;
	border: 1px solid #EE2E24;
	margin-left: 65px;
}
#register-box {
	width: 240px;
}
#register-box h2 {
	color: #EE2E24;
	margin: 68px 0.25em 0px 0px;
}
#register-box {
	padding: 0px 30px;
}
#register-box form {
	text-align: center;
}
#register-box input.btn {
	font-size: 1.5em;
	margin: 0 auto;
}


/**
 * MAP STYLES
 * ---------------------------------------------------------------------- */

div.map-popup-bubble div.profile-thumb {
	width: 50px;
	float: left;
	padding-right: 10px;
}
div.map-popup-bubble h3 {
	font-size: 1.25em;
	color: #383838;
}
#map-select ul, #map-select li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#map-select h3 {
	font-size: 1em;
	margin: 1.5em 0px 0.5em 0px;
	padding: 0px;
}


/**
 * SECTION HEADER
 * ---------------------------------------------------------------------- */

div.section-header {
	border-bottom: 1px solid #383838;
	margin-bottom: 1em;
}
div.sub-nav {
	padding: 4px 0px 4px 15px ;
	background: #74B648;
}
div.sub-nav a, div.sub-nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div.sub-nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
div.sub-nav a.current, div.sub-nav a.current:visited {
	font-weight: bold;
}
div.sub-nav span.pipe {
	color: #FFFFFF;
}
div.section-header div.title-bar h1 {
	color: #383838;
	font-size: 1.75em;
	margin-top: 0.5em;
}
div.new-content-btn {
	float: right;
	margin-top: -2.5em;
}
div.new-content-btn a, div.new-content-btn a:visited {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: #3DB021;
	padding: 4px 6px !important;
	border-top: 1px solid #BBE3B2;
	border-left: 1px solid #BBE3B2;
	border-bottom: 1px solid #256A14;
	border-right: 1px solid #256A14;	
}
div.new-content-btn a:hover {
	text-decoration: underline;
}


/**
 * GENERIC NAV
 * ---------------------------------------------------------------------- */

ul.nav {
	margin: 0px;
	padding: 0px;
}
ul.nav li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}


/**
 * CHAPTER STYLES
 * ----------------------------------------------------------------------- */

#chapters {
	width: 640px;
	float: left;
}
#tag-cloud {
	width: 290px;
	float: right;
}
#tag-cloud h3 {
	color: #74B648;
	margin: 0 0 0.25em 0;
	padding: 0;
}
#tag-cloud p {
	line-height: 24px;
}
#tag-cloud p a {
	margin-right: 0.5em;
}
div.chapter {
	margin-bottom: 2em;
}
div.chapter div.user-thumb {
	width: 50px;
	height: 50px;
	float: left;
}
div.chapter-title-bar {
	margin-left: 60px;
	padding: 6px;
}
div.chapter-title-bar div.meta {
	margin-top: 6px;
}
div.chapter-title-bar h3, div.chapter-title-bar h3 a, div.chapter-title-bar h3 a:visited {
	font-size: 1.25em;
	color: #383838;
	padding: 0px;
	margin: 0px;
}
div.chapter-title-bar h3 a:hover {
	text-decoration: underline;
}
div.chapter div.body, div.chapter div.comment-links {
	clear: both;
	margin-left: 60px;
}
div.chapter-title-bar {
	background: #e7e7e7;
}
#recent-chapters div.container {
	width: auto;
	margin-bottom: 1em;
}
#chapters-page-nav {
	border-top: 1px solid #e7e7e7;
	padding-top: 4px;
	margin-left: 60px;
}
#chapters-about-text {
	font-size: 1.25em;
	padding-top: 1em;
}

/**
 * CHAPTER COMMENTS
 * ----------------------------------------------------------------------- */

#comments {
	border-top: 1px solid #e7e7e7;
	padding-top: 1em;
}
div.comment-container div.user-thumb {
	width: 50px;
	height: 50px;
	float: left;
}
div.comment-container div.comment-title-bar, div.comment-container div.comment {
	margin-left: 60px;
}
div.comment-container div.comment {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 1em;
}
div.comment-title-bar {
	padding: 6px;
	margin: 0.5em;
	background: #e7e7e7;
}
div.comment-title-bar div.name a, div.comment-title-bar div.name a:visited {
	font-weight: bold;
	color: #383838;
}
div.comment-title-bar div.name a:hover {
	text-decoration: underline;
}
div.my-comment {
	border-top: 1px solid #e7e7e7;
	padding-top: 1em;
}
div.tbg-toydrive {
	background: #e7e7e7 url('/img/weamplify/template/tbg-toydrive-ch-header-bg.png') 99% 100% no-repeat;
}


/**
 * ALBUM STYLES
 * ----------------------------------------------------------------------- */

ul#profile-album, ul#profile-album il {
	list-style-type: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul#profile-album li {
	list-style: none;
	width: 200px;
	float: left;
	margin-right: 10px;
}


/**
 * PROFILE STYLES
 * ----------------------------------------------------------------------- */

body#church-info h2 {
	margin-bottom: 0px;
}
#church-address {
	margin: 0px 0px 2.5em 0px;
	padding: 0px;
}
div.info-block dl dt {
	font-weight: normal;
	float: left;
	width: 120px;
}
div.info-block dl dd {
	margin-left: 120px;
}
ul#profile-actions, ul#profile-actions li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


/**
 * SAVE SQUARE THUMBNAIL WIDGET
 * ----------------------------------------------------------------------- */

#sq-thumb-container {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border: 1px solid #000000;
}


/**
 * CONFIRM & MESSAGE DIALOG
 * ----------------------------------------------------------------------- */

#confim-dialog, #message-dialog {
	top: 150px;
	width: 400px;
	border: 1px solid #59C7DB;
	background-color: #FFFFFF;
}
#confim-dialog h2, #message-dialog h2 {
	font-size: 1.5em;
	color: #FFFFFF;
	background-color: #59C7DB;
	padding: 1em;
}
#confim-dialog .body, #confim-dialog .buttons, #message-dialog .body, #message-dialog div.button {
	padding: 1em;
}
#message-dialog div.button input.btn {

}


/**
 * MAP LOCATION DIALOG
 * ----------------------------------------------------------------------- */

#map-location-dialog {
	top: 166px;
	width: 700px;
	height: 382px;
	border: 1px solid #007ECC;
	background-color: #FFFFFF;
	overflow: hidden;
}
div.popup-dialog-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
	z-index: 499;
}
#map-location-dialog #map {
	width: 700px;
	height: 353px;
}
#map-location-dialog label {
	width: auto;
	padding-right: 4px;
}
#location-results {
	width: 200px;
	position: absolute;
	top: 80px;
	left: 100px;
	border: 1px solid #777777;
	background-color: #FFFFFF;
	z-index: 400;
	padding: 6px;
}
#location-results ul.all-results {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 200px;
	overflow: auto;
}
#location-search {
	padding: 10px;
}
#location-search:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#location-search div.search-box {
	width: 400px;
	float: left;
}
#location-search div.buttons {
	width: 280px;
	float: right;
	text-align: right;
}
#map-location-dialog #map {
	clear: both;
}
#location {
	width: 200px;
}


/**
 * FORM STYLES
 * -------------------------------------------------------------------- */

#status-update {
	padding: 1em;
	background:#FFF9D7;
	border:1px solid #E2C822;
	margin-bottom: 1em;
}
#status-error {
	color: #CC0000;
	padding: 1em;
	background:#FBE3E4;
	border:1px solid #CC0000;
	margin-bottom: 1em;
}
div.section {
	padding-bottom: 0.75em;
	margin-bottom: 2em;
	border-bottom: 1px solid #EEEEEE;
}
form p {
	clear: both;
	text-align: left;
	line-height: 1em;
	margin-bottom: 1em;
}
form select {
	width: auto;
}
form div {
	position: relative;
}
.btn, .alt-btn {
	margin: 0px;
	padding: 4px 8px 6px 8px !important;
	border-top: 1px solid  #FF9C9C;
	border-left: 1px solid #FF9C9C;
	border-bottom: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	background: #FF2626;
	color: #FFFFFF;
}
.alt-btn {
	border-top-color: #FAFAFA;
	border-left-color: #FAFAFA;
	border-bottom-color: #A2A2A2;
	border-right-color: #A2A2A2;
	background-color: #E0E0E0;
	color: #FF0000;	
}
input.txt-desc, input.txt, textarea {
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #ACACAC;
	background: #E8E8E8;
}
input.txt-desc, .desc, option.select-default {
	color: #ACACAC;
}
input.txt-desc, input.txt {
	padding: 4px;
	width: 300px;
}
input.btn {
	font-weight: bold;
	padding: 0.25em 1em;
}
label, form dt {
	font-weight: normal;
}
label {
	clear: both;
	width: 6em;
	display: block;
	float: left;
	margin: 0.6em 0 0 0;
}
form .help-text {
	padding-left: 8em;
	font-size: 0.8em;
	color: #666;
}
p.form-toggle {
	padding-bottom: 0.25em;
	border-bottom: 1px solid #EEEEEE;
}
.block label {
	float: none;
	display: block;
	width: auto;
	margin: 0px 0px 0.5em 0px;
	padding: 0px;	
}
.block input.txt, .block textarea {
	width: 450px;
	margin: 0.25em 0px 0px 0px;
}
textarea {
	width: 452px;
	height: 100px;
}
textarea.large {
	width: 595px;
}
#message-dialog textarea {
	width: 364px;
}
dl.name-block dt {
	width: 6em;
	display: block;
	float: left;
	margin-top: 0.5em;
}
#first, #last {
	width: 138px;
}
#first {
	margin-right: 1em;
}
dl.address-block, dl.dl-list {
	margin-top: 1em;
}
dl.dl-list dt, dl.address-block dt, dl.password-block dt {
	clear: both;
	width: 6em;
	display: block;
	float: left;
	margin-top: 0.1em;
}
dl.password-block dd.password-2-container {
	margin-bottom: 0px;
}
dl.password-block dd.desc {
	font-size: 0.8em;
	line-height: 1em;
	padding: 2px 0px 0px 1.4em;
}
dl.dl-list dd, dl.address-block dd, dl.password-block dd {
	margin: 0 0 1em 6em;
}
dl.address-block dd input.txt,
dl.address-block dd input.txt-desc {
	width: 300px;
}
#st {
	width: 20px;
	margin-right: 6px;
}
#zip, .zip input {
	width: 80px !important;
}
dl.check-list-vert {
	clear: both;
	padding-top: 0.5em;
}
dl.check-list-vert dt {
	width: 6em;
	float: left;
}
dl.check-list-vert dd input.txt {
	width: 100px;
}
dl.check-list-vert dd {
	float: left;
	margin-right: 1em;
}
#form-error {
	clear: both;
	padding: 1em 0 0 0;
	margin: 1em 0 12px 0;
	border-top:2px solid #CC0000;
	border-bottom:2px solid #CC0000;
}
#form-error ul {
	margin: 0 0 1em 0;
}
#form-error li {
	list-style: disc;
	list-style-position: inside;
}
#form-error p {
	margin: 0 0 1em 0;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#CC0000;
}	
#form-error li {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#CC0000;
}
#change-password-form label {
	width: 10em;
}
#signup-form label, #signup-form div.info-block dl.name-block dt, #profile-form label, #profile-form dl.address-block dt, #profile-form dl.dl-list dt {
	width: 7em;
}
#signup-form dl.name-block dd, #signup-form dl.address-block dd, #signup-form dl.password-block dd, #signup-form dl.address-block dd, #signup-form dl.dl-list dd, #profile-form dl.address-block dd, #profile-form dl.dl-list dd {
	margin-left: 7em;
}
#profile-form textarea {
	width: 300px;
	height: 80px;
}
#profile-form #im-accounts dd input.txt {
	width: 150px;
	margin-right: 6px;
}
#profile-form #im-accounts dd.last {
	margin-bottom: 0px;
}
#signup-form #st {
	width: auto;
}
#password-container, #email-container {
	margin-bottom: 4px !important;
}
#signup-form div.info-block {
	margin-bottom: 2em;
	border-bottom: 1px solid #ACACAC;
}
#signup-form div.info-block p {
	line-height: 1em;
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
}
#signup-form #terms {
	font-size: 0.8em;
}
div.form-helper {
	position: absolute;
	margin: -32px 0px 0px 400px;
	background: url('/img/weamplify/template/form-helper-arrow.png') 0px 10px no-repeat;
	width: 260px;
	color: #FFFFFF;
	line-height: 4em;
	padding-left: 10px;
	z-index: 100;
}
form div.form-helper p {
	line-height: 1.25em !important;
	margin: 0px  !important;
	padding: 10px  !important;
	background-color: #74B648;
}
#search {
	padding-bottom: 2em;
}
#church-edit-form label {
	width: 100px;
}
#church-edit-form #state {
	width: 25px;
	margin-left: 10px;
}
#church-edit-form #city {
	width: 255px;
}
#add-comment {
	margin-left: 60px;
}
ul.errors {
	display: block;
	color: #D12F19;
	border: 2px solid #DDDDDD;
	background-color: #FBE3E4;
	padding: 0.8em;
	margin: 0px;
}
ul.errors li {
	list-style-type: disc;
	margin: 0px 0px 0px 1.5em;
}
form .error, form .error-msgs {
	color: #D12F19;
	background-color: #FBE3E4;
}
form tr.error td {
	background-color: #FFF;
}
form .error-msgs td {
	font-weight: bold;
}


/**
 * INDEX STYLES
 * -------------------------------------------------------------------- */
 
#static-all-users-map {
	width: 640px;
	float: left;
}
#static-all-users-map a, #static-all-users-map a img {
	display: block;
	width: 640px;
	height: 329px;
}
#index-chapter-list {
	width: 290px;
	float: right;
	overflow: hidden;
}
#index-chapter-list h3 {
	margin-bottom: 0.5em;
}
ul.chapter-list, ul.chapter-list li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.most-commented li {
	line-height: 1.75em;
}
span.comment-num {
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 5px;
	background: url('/img/weamplify/template/comment-lft-icon.png') no-repeat;
}
span.comment-num span.rgt {
	padding: 0px 5px 4px 0px;
	background: url('/img/weamplify/template/comment-rgt-icon.png') 100% 0px no-repeat;
}