/*
Theme Name: HopeChapel
Theme URI: http://www.tdesignonline.com
Description: Custom Theme By <a href="http://www.tdesignonline.com">Richard Lee</a>
Version: 1
Author: Richard Lee
Author URI: http://www.tdesignonline.com/
Tags: 

*/



/* Begin Typography & Colors */


* {
margin:0px;
padding:0px;
list-style:none;
}

body {
background-color:#000;
background-image:url(images/bg.jpg);
background-repeat:repeat-y;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
color:#300;
background-position: top center;
}

#page {
	text-align: left;
	}

#header {
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	font-size:.8em;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family:Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 2em;
	text-align: left;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
 	color:#e11f28;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Arial, Helvetica, sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #F30;
	text-decoration: none;
	}

a:hover {
	color: #F30;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	width: 960px;
	}

#header {
	
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float:right;
	width:520px;

	}

.widecolumn {
	float:right;
	width:520px;
	}

.post {
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}


/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}



h2.pagetitle {
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	color:#FF9;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin-left: 20px;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	bottom:-7px;
	margin: 10px auto;
	padding: 5px 3px;
	position:absolute;
	left:134px;
	}

#searchform #s {
	width: 90px;
	padding: 2px;
	float:left;
	background:#fff;
	border:#300 solid 1px;
	color:#300;
	opacity: .5;
	}
	
#searchform #s:focus{
	outline:none;
}

#searchform #searchsubmit {
	padding: 3px;
	float:left;
	color: #FF9;
	background-color: #422b19;
	border:none;
	cursor:pointer;
	opacity:.75;
	font-size:10px;
	width:40px;
	text-aign:center;
	}
	
	#searchform #searchsubmit:hover {
	opacity:1;	
	}
	
	#searchform #searchsubmit:active {
	opacity:1;	
	background-color:#FF9;
	color:#630;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
	
	#sidebar a {
	color:#FF9;
	
	}
	
	#sidebar a:hover, #sidebar a:active {
		color:#FF6;
	}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* additional styles */

#wrapper {
	position:relative;
	margin:auto;
	width:1000px;
}



#headerLogoTopLeft_ {
	position:absolute;
	left:0px;
	top:0px;
	width:64px;
	height:44px;
	background-image:url(images/headerLogoTopLeft.png);
}

#headerLogoTop_ {
	position:absolute;
	left:64px;
	top:0px;
	width:287px;
	height:44px;
	background-image:url(images/headerLogoTop.png);
}

#navbar_ {
	position:absolute;
	left:351px;
	top:0px;
	width:548px;
	height:69px;
	background-image:url(images/navbar.png);
}

#iconPodcastTop_ {
	position:absolute;
	left:899px;
	top:0px;
	width:20px;
	height:34px;
	background-image:url(images/iconPodcastTop.png);
}

#navbarTopRight_ {
	position:absolute;
	left:919px;
	top:0px;
	width:81px;
	height:69px;
	background-image:url(images/navbarTopRight.png)
}

#iconPodcastSmall_ {
	position:absolute;
	left:899px;
	top:34px;
	width:20px;
	height:29px;
}

/* this should be left but is says right */
#headerLogoRight_ {
	position:absolute;
	left:0px;
	top:44px;
	width:64px;
	height:276px;
	background-image: url(images/headerLogoRight.png);
}

#headerLogo_ {
	position:absolute;
	left:64px;
	top:44px;
	width:287px;
	height:119px;
}

#iconPodcastBottom_ {
	position:absolute;
	left:899px;
	top:63px;
	width:20px;
	height:6px;
	background-image:url(images/iconPodcastBottom.jpg);

}

#Flashx20Header_ {
	position:absolute;
	left:351px;
	top:69px;
	width:596px;
	height:251px;
	background-image:url(images/Flash-Header.jpg);
}

#headerRightSide_ {
	position:absolute;
	left:947px;
	top:69px;
	width:53px;
	height:251px;
	background-image:url(images/headerRightSide.png);
}

#headerLogoBottom_ {
	position:absolute;
	left:64px;
	top:163px;
	width:287px;
	height:157px;
	background-image:url(images/headerLogoBottom.jpg);
}

#subHeadLeft_ {
	position:absolute;
	left:0px;
	top:320px;
	width:57px;
	height:40px;
	background-image:url(images/subHeadLeft.png);
}

#subHeadMiddle_ {
	position:absolute;
	left:57px;
	top:320px;
	width:885px;
	height:40px;
	background-image:url(images/subHeadMiddle.jpg);
}

#subHeadRight_ {
	position:absolute;
	left:942px;
	top:320px;
	width:58px;
	height:40px;
	background-image:url(images/subHeadRight.png);
}



#content_ {
	position:relative;
	width:1000px;
	background-image:url(images/content.png);
	background-repeat:repeat-y;
}

#footer_ {
	position:relative;
	width:1000px;
	height:133px;
	background-image:url(images/footer.png);
	color:#a6813d;
}


#mainHeader {
	position:relative;
	height:360px;;
	widht:1000px;
}

.contentWrapper {
	width:820px;
	margin:auto;
}

#sidebar {
	float:left;
	width:220px;
	color:#FF9;
}


#mainContent {
	float:right;
	width:520px;
}

#footSpacer {
height:47px;	
}

.clear {
	clear:both;	
}

#navigation {
position:absolute;
top:32px;
margin-left:40px;
}

#navigation ul li {
display:inline;
}

#navigation a {
text-decoration:none;
color:#FF9;
padding: 10px 20px;
float:left;
height:40px;
}

#navigation a:hover, #navigation a:active {
background-image:url(images/navbg.jpg);
}



#basic-accordian{
	width:218px;
	z-index:2;
}

.accordion_headings{
	padding-left:20px;
	
	color:#FFFFFF;
	cursor:pointer;
	color:#FF9;
	background-image:url(images/arrowNavigation.jpg);
	background-repeat:no-repeat;
	background-position:0px 2px;
	margin-bottom:10px;
}

.accordion_headings:hover{
	background-position: 3px 2px;
}

.accordion_child{
	margin-bottom:10px;
	margin-left:20px;
	
	
}

.accordion_child a {
	color:#F93!important;
}

.header_highlight:hover {
background-position:0px 2px;	
}
.header_highlight{
	color:#F93;
	background-image:url(images/arrowNavigationDown.jpg);
	
}

big {
line-height:.9em;	
}

h2 var span {
line-height:.9em;
color:#000;
}

.post a {
text-decoration:underline;
color:#C00;
}

.podPress_content img {
display:block;	
}

#podcast {
background-color:#492a14;
width:299px;
margin-left:-39px;
border-bottom: solid 1px #300;
border-top: solid 1px #630;
position:relative;
}

#podcast img {
	float:right;
	
}

#podcastInner {
margin-left:40px;
margin-top:25px;
float:left;
}

#podcast a {
color:#FF9;
text-decoration:none;
}

#podcast a:hover, #podcast a:active {
color:#F93;	
}

/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
