/*
Theme Name: The Upper Room
Description: Custom theme for The Upper Room
Author: Rajesh Masoan
*/


/** BASIC */

#main{
	width:900px;
	margin:0 auto;
	font-family: Verdana, Helvetica, Arial, Geneva, Swiss,SunSans-Regular;
	font-size: 9pt;
	color: #585147;
}

#heading{
	padding:15px 0 0 0;
}
h1 {
color:#6d9f1d;
}
#logo{
	background:url(images/header.jpg) no-repeat;
	width:780px;
	height:113px;
}

#pg-hd{
	float:right;
	font-family: "arial narrow";
	font-weight: bold;
	color: #85776b;
	font-size: large;
	padding: 0 100px 0 0;
	margin-top:-50px;
	position:relative;
	z-index:100;
	text-transform:lowercase;
}

#sidebar{
	float: left;
	width: 200px;
	padding: 15px 18px;
	background-color: #FFF;
}

#right{
	float:left;
	width:550px;
	padding: 15px 0 0 10px;
}

#sidebar .widget_text{
	font:bold 12pt Verdana, Helvetica, Arial, Geneva, Swiss,SunSans-Regular
}

#sidebar .widget_text p{
	font:normal 9pt Verdana, Helvetica, Arial, Geneva, Swiss,SunSans-Regular
}

#page{
	padding:10px 20px;
}

.clear{
	clear:both;
}

a:link{ 
	color: #6D9F1D;
	text-decoration: none 
}

a:hover{
	color: #572e0f; 
	text-decoration: underline
}

a:visited{
	color: #6D9F1D; 
	text-decoration: none 

}

#footer{
	margin:0 100px 0 0;
}

#sidebar ul{
	margin:0;
	padding:0;
}

#sidebar ul li{
	list-style:none;
	padding:0;
	margin:0;
}


/*blog style*/

.feedback{
	float:left;
}

.left a, h2 a{
	color:#474747;
}

.left a:hover{
	border-bottom:3px dotted #474747;
}

.right{
font:normal 12px "Times New Roman", Times, serif;
}
.right ul{
margin:0 15px
}
.right ul ul{
margin:0 20px
}

.right li li{
margin:5px 0
}
.right a{
	color:#474747;
text-transform:uppercase
}
.right a:hover{
	border-bottom:3px dotted #474747;
}





.commentlist li{
	border:1px solid #ccc;
}

.commentlist li .avatar{
	border:1px solid #ccc;
	padding:2px;
	float:right;
	margin:10px 0 0 10px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}






/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

#nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

#commentmetadata {
	margin: 0;
	display: block;
	}

h3#comments{
	font: bold 18px Tahoma;
}


#ping{
	border-left:1px solid #ccc;
	margin:10px;
	padding:0 10px;
}

/* End Comments */

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #fff;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;

}
#access .menu-header,
div.menu {
	font-size: 12px;
	margin-left: 0px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;

}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	border-top:3px solid #585147;
}

#access a {
	text-decoration:none;
	color: #6D9F1D;
	display: block;
	line-height: 38px;
	padding: 0 10px;

}
#access ul ul {
	display: none;
	position: absolute;
	top: 30px;
	left: -38px;
	float: left;
	width: 160px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 160px;
	border:none;


}
#access ul ul ul {
	left: 80%;
	top: -3px;
}
#access ul ul a {
	background: #585147;
	line-height: 1em;
	padding: 10px;
	width: 180px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #fff;
	color: #6D9F1D;
	text-decoration:underline;

}
#access ul li:hover > ul {
	display: block;

}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #6D9F1D;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #6D9F1D;
	text-decoration:underline

border-top:none;
}

.sub-menu ul li {
	border-top:0px;
}

ul.booklist  {list-style-type:none; margin:0; padding:0}
ul.booklist li {display:inline}
