/* @override http://www.jesusthecornerstone.org/index.php/stylesheets/base_css/ */

/* @override http://www.jesusthecornerstone.org/index.php/stylesheets/base_css/ */

/* @override http://www.jesusthecornerstone.org/index.php/stylesheets/base_css/ */

@import url("http://www.jesusthecornerstone.org/index.php/stylesheets/reset_css");

body {
	background: url(http://www.jesusthecornerstone.org/images/layout/bodybg.jpg) repeat-x scroll left top;
	color: #3A3A3A;
	font: 62.5%/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body {
	font-size: 75%;
}

/* IE */

html > body {
	font-size: 12px;
}

/* Other browsers */

/* @group Main Layout Elements */

/* @group Utility Links */

#utility-links {
	text-align: center;
	width: 250px;
}

#utility-links p {
	margin: 9px 0 0;
	padding: 0px 10px 5px 10px;
	background-color: #14212B;
	border-bottom: 1px solid #3F4C57;
	border-left: 1px solid #3F4C57;
	border-right: 1px solid #3F4C57;
}

#utility-links p a:link, #utility-links p a:visited {
	color: #3F4C57;
	border: none;
}

#utility-links p a:hover, #utility-links p a:active {
	color: #fff;
}

/* @end */

#footer-wrapper {
	clear: both;
	background-color: #243442;
	padding: 25px;
	text-align: right;
	color: #fff;
}

#hero-wrapper {
	margin: 50px 0 0 0;
	padding: 0px;
	line-height: 0;
	width: 630px;
	overflow: hidden;
}

.content-wrapper {
	width: 630px;
	margin: 0;
	padding: 0;
	float: left;
}

#wrapper-outer {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}


/* @end */

/* @group Specific Typography */

#footer-wrapper p {
	margin: 0;
}

.content-wrapper p {
	margin: 0 25px 18px;
}

.content-wrapper h1 {
	margin-bottom: 18px;
	font-size: 3em;
	text-shadow: #868686 1px 1px 2px;
}

.content-wrapper h2 {
	margin: 0 25px 6px;
	text-shadow: #a7a7a7 1px 1px 2px;
}

.content-wrapper h3 {
	margin: 0 25px;
}

.content-wrapper a:link, .content-wrapper a:visited  {
	border-bottom: 1px dotted #932727;
}

.content-wrapper a:hover, .content-wrapper a:active {
	border-bottom: 1px solid #932727;
	color: #932727;
}

/* @end */

/* @group Basic Typography */

p {
	margin: 0 0 1.5em 0;
}

p.last {
	margin-bottom: 0;
}

/* p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding:0; } */

p img.top {
	margin-top: 0;
}

/* Use this if the image is at the top of the <p>. */

ul, ol {
	margin: 0 0 1.5em 1.5em;
}

div.content-wrapper ol {
	list-style-position: outside;
	padding-left: 25px;
}


#wrapper-outer div.content-wrapper ul {
	margin: 6px 25px 18px 45px;
	list-style: ;
	list-style-type: disc;
	list-style-position: inside;
}

#wrapper-outer div.content-wrapper ul#contactform {
	margin: 0 0 1.5em 1.5em;	
}

ol {
	list-style-type: decimal;
}

dl {
	margin: 1.5em 0;
}

dl dt {
	font-weight: bold;
}

a {
	color: #932727;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
}

blockquote {
	margin: 1em 25px 1.5em 50px;
	color: #666;
	font: italic 1.3em Georgia, "Times New Roman", Times, serif;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

pre {
	margin-bottom: 1.3em;
	background: #eee;
	border: 0.1em solid #ddd;
	padding: 1.5em;
}

code {
	font: 0.9em Monaco, monospace;
}

p.small {
	font-size: 0.8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}

p.large {
	font-size: 1.2em;
	line-height: 2.5em;
}

p.quiet {
	color: #666;
}

.hide {
	display: none;
}

/* @end */

/* @group Headers */

h1 {
	background-color: #AAAA99;
	padding: 20px;
	line-height: 1em;
	font-size: 2em;
	color: #fff;
}

h2 {
	font-size: 1.5em;
	color: #083C6E;
}

h3 {
	font-size: 1.5em;
	color: #4D4D4D;
	margin-bottom: 1.5em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	font-weight: bold;
}

h5 {
	font-size: 1em;
	color: #777;
	font-family: georgia, times, serif;
	margin: 0 25px 12px;
}

h6 {
	font-size: 1em;
}


/* @end */

/* @group Sidebar */

.sidebar-wrapper {
	width: 330px;
	float: right;
}

.sidebar-inner {
	margin: 50px 0 0 0;
	padding: 25px 0 10px;
	background-color: #F3F3EF;
}

ul#nav {
	margin: 10px 0 25px;
	font-size: 20px;
}

#nav li ul {
	margin: 0;	
}

#nav li ul li a:link, #nav li ul li a:visited {
	padding-left: 50px;
	font-size: 16px;
	color: #243442;
}

#nav li a:link.currentpage, #nav li a:visited.currentpage {
	color: #702929;
	background-color: #E0E0D7;
	cursor: default;
}

.sidebar-inner h3 {
	margin: 0 25px 12px 25px;	
	color: #243442;
	border-bottom: 1px solid #E0E0D7;
}

.sidebar-inner p {
	margin: 0 25px 18px 25px;
}

#nav li a:link, #nav li a:visited {
	display: block;
	color: #243442;
	padding: 0 0 0 25px;
	background-color: #E9E9E3;
	margin-bottom: 3px;
}

#nav li a:hover, #nav li a:active {
	background-color: #E0E0D7;
}
.sidebar-wrapper h1.logo {
	margin: 0;
	padding: 0;
	line-height: 0;
	background: transparent;
}

#wrapper-outer div.sidebar-wrapper h1.logo a {
	background: transparent url(http://www.jesusthecornerstone.org/images/layout/logo.jpg) no-repeat scroll center top;
	display: block;
	height: 125px;
	overflow: hidden;
	position: relative;
	text-indent: -5000px;
	text-align: left;
	top: 30px;
}

#nav li ul li a:link.currentpage, #nav li ul li a:visited.currentpage {
	color: #702929;
	background-color: #E0E0D7;
	cursor: default;

}



/* @end */

/* @group Podcast */

div.entry {
	margin-bottom: 18px;
	border-top: 1px solid #AAAA99;
	border-right: 1px solid #AAAA99;
	border-bottom: 1px solid #AAAA99;
	border-left: 5px solid #AAAA99;
	padding: ;
}

div.entry h3 {
	color: #243442;
}



/* @end */

/* @group Contact Form */

#contactform label {
	display:block;
	float:left;
	font-size:12px;
	padding-right:5px;
	text-align:right;
	width:150px;
	}

#contactform {
clear:both;
line-height:25px;
padding:0px 0pt;
}
#contactform label {
display:block;
float:left;
font-size:12px;
padding-right:5px;
text-align:right;
width:150px;
font-style: italic;
}
ul#contactform li {
clear:both;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:3px 0pt;
margin: 5px 0;
}
#contactform input, #contactform textarea {
border:1px solid #CCCCCC;
color:#333333;
font-family:'lucida grande','trebuchet ms';
font-size:11px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
padding:5px;
width:580px;
}
#contactform input.checkbox {
border:1px solid #CCCCCC;
color:#333333;
font-family:'lucida grande','trebuchet ms';
font-size:11px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
padding:3px;
width:auto;
}
#contactform li.captcha label {display:none;}
#contactform li.captcha span {
display:block;
float:left;
padding-right:5px;
text-align:left;
width:140px;
}
#contactform li.submit_button {margin-left:0px;}
#contactform li.submit_button input.submit_button {
width:auto;
padding: 5px;
}

#contactform li.captcha input.textfield.auto-clear {
	width: 435px;
}

#contactform li.formoptions {
	margin-left: 150px;
	padding: 0px;
}



/* @end */

/* @group Prayer Form */

#prayerform {
clear:both;
line-height:25px;
padding:0px 0pt;
margin: 0 25px;
}
#prayerform label {
display:block;
float:left;
font-size:12px;
padding-right:5px;
text-align:right;
width:50px;
font-style: italic;
}
ul#prayerform li {
clear:both;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:3px 0pt;
margin: 5px 0;
}
#prayerform input, #prayerform textarea {
border:1px solid #CCCCCC;
color:#333333;
font-family:'lucida grande','trebuchet ms';
font-size:11px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
padding:5px;
width:270px;
}
#prayerform li.captcha label {display:none;}
#prayerform li.captcha span {
display:block;
float:left;
}
#prayerform li.submit_button {margin-left:0;}
#prayerform li.submit_button input.submit_button {
width:auto;
text-align: right;
margin-right: 10px;
padding: 5px;
}
#prayerform .captcha .textfield {
	width:120px;
	margin-left: 5px;
}

#prayerform li.formoptions {
	margin-left: 150px;
	padding: 0px;
}



/* @end */

#wrapper-outer div.sidebar-wrapper div.sidebar-inner form input {
}

a:link.edit-link, a:visited.edit-link {
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #a8b5c5;
	color: #f8f7ff;
}
a:hover.edit-link, a:active.edit-link {
	background-color: #7e8897;
}

#wrapper-outer div.sidebar-wrapper div.sidebar-inner form input.donate_button {
	margin-left: 25px;	
}

#wrapper-outer div.content-wrapper h1 span {
	font-size: 14px;
}

ul.sidebar_list {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 50px;
}