body, html {
	margin: 0;
	padding: 0;
	background: #dfdadf url('/static/img/bg-body.jpg');
	color: #777570;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

ul.std {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.std li {
	float: left;
}

ul.std li.disabled {
}

ul.std li.disabled a {
}

ul li.first {
	list-style: none;
	margin-left: 0 !important;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.small,
strong.small {
	font-size: .8em;
}

a.remove {
	float: right;
	display: block;
	font-size: .9em;
}

.right {
	float: right;
}

.left {
	float: left;
}

.hidden {
	display: none;
}

p.condensed {
	width: 500px;
}

form.std {
	
}

form.std p {
	margin: 4px 0;
}

form.std input, form.std textarea, form.std select {
	margin: 0px;
	padding: 2px 0;
	border: 1px solid #aaa;
	background: #fff;
	color: #000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

form.std input[type="text"],
form.std input[type="password"] {
	width: 250px;
}

form.std input.short {
	width: 50px;
}

form.std textarea {
	width: 85%;
	height: 100px;
}

form.std div {
	clear: both;
	padding: 2px 0 2px 0;
}

form.std label {
	display: block;
	clear: left;
	float: left !important;
	width: 40%;
	text-align: left;
	margin: 0 10px 0 0;
	text-transform: lowercase;
}

form.std label.wrap {
	float: none;
	width: auto;
	text-align: left;
	margin: auto;
}

form.std p {
	clear: both;
	padding: 8px 0;
}

form.std div div {
	margin-left: 0;
	clear: none;
}

form.std div div label {
	float: none;
	width: auto;
	text-align: left;
	display: inline;
}

form.std div.align {
	margin: 3px 0px 7px 136px;
}

form.std fieldset {
	width: 85%;
	border: 0; /** 1px solid #000 **/
	margin: 0 0 16px 0;
	padding: 0;
}

form.std legend {
	font-weight: bold;
	margin: 0 0 15px 0;
}

/** TODO: consolidate the two below definitions **/
a.action-link,
form.std p.submit input,
form.std input.button {
	width: auto !important;
	padding: 4px 5px;
	color: #f89f2d;
	background: #fff;
	border: 1px solid #b9b8b3;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
}

ul li a.action-link {
	margin: 9px 0 0 19px;
	padding: 4px 5px !important;
	color: #f7941d !important;
}

div.anchor {
	clear: both;
}

div#container {
	width: 1024px;
	margin: 0;
}

div#container div#anchor {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 214px;
	background: url('/static/img/bg.jpg') repeat-x;
	z-index: 0;
}

div#header {
	position: relative;
	padding: 104px 0 0 0;
	overflow: hidden;
	z-index: 1;
}

div#header div#header-text {
	height: 104px;
	background: #64586e url('/static/img/bg-header.jpg') repeat-x;
	border-top: 3px solid #886ee9;
	border-bottom: 3px solid #886ee9;
}

div#header h1 a {
	display: block;
	position: relative;
	z-index: 150;
	width: 413px;
	height: 0px;
	margin: 20px 0 0 0;
	padding: 64px 0 0 0;
	background: url('/static/img/bg-header-text.jpg') no-repeat;
	overflow: hidden;
}

div#header div#nav {
	clear: both;
	width: 100%;
	height: 32px;
	padding: 0 0 0 108px;
}

div#header div#nav ul li a {
	display: block;
	padding: 14px;
	color: #64586e;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: -.05em;
	text-align: center;
	text-transform: uppercase;
}

div#content {
	position: relative;
	margin: 0 0 15px 50px;
	width: 830px;
	background: #fff url('/static/img/bg-inner.jpg');
	border: 1px solid #9f94b0;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	overflow: hidden;
}

div#content div#inner {
	padding: 40px 70px;
	width: 690px; /** 830px **/
	min-height: 400px;
	height: 400px;
	height: auto !important;
	background: url('/static/img/bg-inner-glow.png') 0% 100% repeat-x;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}

div#content h1,
div#content h2,
div#content fieldset legend {
	color: #0892af;
	font-size: 16px;
	font-weight: normal;
	text-transform: lowercase;
}

div#content h1 {
	margin: 0 0 25px 0;
	height: 0px;
	font-size: 48px;
	overflow: hidden;
}

div#content h2 {
	margin-bottom: -10px;
}

div#content h2.prayer,
div#content h2.answer {
	margin-bottom: auto;
}

div#content div#answer h2 {
	color: #777570;
}

div#content div#answer p {
	color: #0892af;
}

div#content h2.prayer {
	text-transform: none;
}

div#content h3 {
	font-weight: normal;
}

/** Headings: Like namespaces **/
div#content h1#heading-welcome {
	width: 135px;
	padding: 37px 0 0 0;
	background: url('/static/img/heading-welcome.gif') no-repeat;
}

div#content h1#heading-sign-in {
	width: 344px;
	padding: 95px 0 0 0;
	background: url('/static/img/heading-sign-in.gif') no-repeat;
}

div#content h1#heading-my-prayers {
	width: 144px;
	padding: 35px 0 0 0;
	background: url('/static/img/heading-my-prayers.gif') no-repeat;
}

div#content h1#heading-prayers-in-my-circle {
	width: 267px;
	padding: 45px 0 0 0;
	background: url('/static/img/heading-prayers-in-my-circle.gif') no-repeat;
}

div#content h1#heading-public-prayers {
	width: 177px;
	padding: 45px 0 0 0;
	background: url('/static/img/heading-public-prayers.gif') no-repeat;
}

div#content h1#heading-emergency-prayers {
	width: 237px;
	padding: 36px 0 0 0;
	background: url('/static/img/heading-emergency-prayers.gif') no-repeat;
}

div#content h1#heading-account-settings {
	width: 198px;
	padding: 41px 0 0 0;
	background: url('/static/img/heading-account-settings.gif') no-repeat;
}

div#content h1#heading-new-prayer {
	width: 257px;
	padding: 39px 0 0 0;
	background: url('/static/img/heading-new-prayer.gif') no-repeat;
}
/** End headings **/

div#content p {
	clear: both;
}

div#content div#home-page div#welcome-message {
	float: left;
	margin: 0 0 25px 0;
	width: 440px;
	text-align: justify;
}

div#content div#home-page img#jesus-lamb {
	position: absolute;
	top: 35px;
	right: 35px;
}

div#container a#home-iphone-ad {
	position: absolute;
	display: block;
	top: 258px;;
	left: 900px;
}

div#content p#stand-out {
	width: 320px;
	font-size: 16px;
	color: #630460;
}

div#content p#stand-out strong {
	display: block;
	clear: both;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
}

div#prayer-stats {
	padding: 25px 0 0 0;
}

div#prayer-stats p {
	margin: 0;
	color: #64586e;
	font-size: 7pt;
	text-transform: uppercase;
}

div#content div.prayers {
	width: 690px;
	border: 1px solid #bbbbba;
}

div#content div.prayers strong {
	font-weight: normal;
}

div#content div.prayers a {
	color: #594c44;
}

div#content div.prayers strong a {
	color: #f89f2d;
}

div#content div.prayer, 
div#content div.prayer div.answer, 
div#content div.reply {
	position: relative;
	width: 660px; /** 615px **/
	padding: 10px 15px;
	background: #f5f3f5;
}

div#content div.prayer p, 
div#content div.prayer div.answer p, 
div#content div.reply p {
	margin: 0;
}

div#content div.prayer div.answer {
	width: 625px;
}

div#content div.prayer.odd, 
div#content div.prayer.odd div.answer,
div#content div.reply.odd {
	background: #fff;
}

div#content div.prayer .private {
	color: #0892af;
}

/** Page-specific color scheme changes **/
div#content h2.prayers-in-my-circle,
div#content div#granularity.prayers-in-my-circle ul li,
div#content div#granularity.prayers-in-my-circle ul li a,
div#content div.prayers.prayers-in-my-circle div.prayer a {
	color: #1cbbb4;
}

div#content h2.emergency-prayers,
div#content div#granularity.emergency-prayers ul li,
div#content div#granularity.emergency-prayers ul li a,
div#content div.prayers.emergency-prayers div.prayer a {
	color: #f37e64;
}

div#content h2.public-prayers,
div#content div#granularity.public-prayers ul li,
div#content div#granularity.public-prayers ul li a,
div#content div.prayers.public-prayers div.prayer a {
	color: #9f439d;
}

div#content h2.my-prayers,
div#content div#granularity.my-prayers ul li,
div#content div#granularity.my-prayers ul li a,
div#content div.prayers.my-prayers div.prayer a {
	color: #0892af;
}

/** **/

div#content div.prayer .emergency {
	color: #f37e64;
}

div#content div.prayer .public {
	color: #9f439d;
}

div#content div.reply {
	background: #eee;
}

div#content div.answer {
	width: 95%;
}

div#content div.prayer p span, 
div#content div.answer p span, 
div#content div.reply p span {
	font-size: .8em;
}

div#content p.emergency {
	color: #ff0000;
	font-size: .8em;
}

div#content div.prayer p.emergency,
div#content div.prayer p.flag {
	float: right;
	display: block;
	clear: none;
	margin: 0 0 0 5px;
	padding: 0;
	height: 1px;
	font-size: .8em;
}

div#content div.prayer p.emergency a,
div#content div.prayer p.flag a {
	color: #777570 !important;
}

div#content div.half {
	float: left;
	width: 48%;
	margin: 0 1%;
}

div#content span#setting-emergency {
	color: #ff0000;
}

div#content p.instructions {
	font-size: 11px;
	font-style: italic;
	text-transform: lowercase;
}

div#user-links {
	position: absolute;
	top: 0;
	right: 150px;
	width: 875px;
	height: 104px;
	clear: both;
	z-index: 100;
	background: url('/static/img/header-ornament.jpg') 0% 0% no-repeat;
}

div#verse {
	position: absolute;
	top: 125px;
	right: 150px;
	width: 40%;
	clear: both;
	height: 5em;
	z-index: 100;
	float: right;
	color: #fef8ac;
	font-weight: normal;
	text-align: right;
}

div#user-links div#account-links {
	float: right;
	padding: 35px 0 0 0;
	color: #777570;
	font-weight: normal;
	text-align: right;
	text-transform: lowercase;
}

div#user-links div#account-links ul {
	margin: 25px -30px 0 0;
}

div#user-links div#account-links ul li {
	float: left;
	padding: 0 30px 0 10px;
}

div#user-links div#account-links a {
	color: #777570;
}

div#user-links div#account-links p em {
	text-decoration: underline;
}

div#user-links hr {
	clear: both;
}

div#content div#prayer-actions,
div#content div#prayer-actions a {
	color: #f1aa4e;
	text-transform: lowercase;
}

div#content div#prayer-actions ul {
	height: 15px;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
}

div#content div#prayer-actions li {
	float: left;
	width: 180px;
}

div#content div#granularity {
	width: 50%;
	height: 40px;
	text-align: left;
}

div#content div#granularity p {
	float: left;
	margin: 1.3em 1em 0 0;
	text-transform: lowercase;
}

div#content div#granularity ul {
	list-style: disc;
}

div#content div#granularity ul li {
	margin: 1.3em 1em 0 1em;
	color: #0892af;
	text-transform: lowercase;
}

div#content div#granularity ul li a {
	color: #0892af;
	font-weight: normal;
}

div#content div#granularity ul li a.active {
	text-decoration: underline;
	font-weight: bold;
}

div#footer {
	clear: both;
	margin: 0 0 15px 50px;
	height: 16px;
}

div#footer ul {
	list-style: disc outside;
	padding: 0 0 0 77px;
}

div#footer ul li {
	padding: 0 8px 0 3px;
}

div#footer ul li a {
	display: block;
	margin: 0 15px 0 0;
	color: #777570;
	text-transform: lowercase;
}

