/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

html {
	background-color: rgb(65, 51, 33); 
}

body {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #fff;
	background: url(/.composer/images/bg.jpg) top center no-repeat;
	padding-top: 11px;
	overflow-x: hidden;
	overflow-y: auto;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

u {
	text-decoration: underline;
}

h1 {
	font-size: 120%;
	font-weight: bold;
	margin: 14px 0;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	margin: 8px 0;
	line-height: 120%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 4px 0;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	margin: 2px 0;
}

a
{
	color: #00579c;
}

.main_menu a,
.submenu a,
.leftbar a,
.midbar a,
.rightbar a
{
	text-decoration: none;
	color: #fff;
}

p {
	padding: 3px 0;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}

#body_container {
	width: 914px;
	margin: 0 auto;
}

/**
 * HEADER {
 */
#header {
	height: 178px;
}

#header .bible {
	float: left;
	position: relative;
	display: block;
	top: -1px;
}

#header .tools {
	float: right;
	position: relative;
	top: 7px;
}


#header .tools li {
	float: left;
	line-height: 17px;
	padding: 0 7px;	
	font-size: 12px;
}

#header .tools li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

#query 
{
	width: 68px;
	border: 0;
	margin: 0 0 0 3px;
	padding: 1px 3px;
	top: 0;
	position: relative;
}

#header .tools li.stop {
	padding: 0;
}

#header .main_banner {
	clear: both;
	float: left;
	
	width: 664px;
	height: 146px;
	background: #000;
}

#header .webshop {
	float: right;
	
	width: 226px;
	height: 146px;
	background: #000;
	position: relative;
}
/**
 * } HEADER
 */

/**
 * MAIN MENU {
 */
#menu_container {
	height: 39px;
	position: relative;
	background: #000;	
	margin: 12px 0 12px 0;
}

#main_menu {
	position: relative;
	width: 2000px; /* Prevent line breaks when zooming out in FF */
}

#main_menu ul {
	padding-left: 5px;
}

#main_menu ul li {
	position: relative;
	float: left;
}

#main_menu ul li.stop {
	clear: both;
	width: 0;
	height: 0;
	line-height: 0;
}

#main_menu ul li a {
	color: #fff;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 35px;
	height: 39px;
	padding: 0 28px;	
	display: block;
}

#main_menu ul li a:hover,
#main_menu ul li a.hover,
#main_menu ul li.active a, 
#main_menu ul li.open a
{
	color: rgb(180, 206, 94);
}

#main_menu ul ul ul li {
	sdisplay: none;
}

#main_menu ul ul {
	position: absolute;
	top: 100%;
	/*left: 50%;*/
	left: 14px;
	background: #000;
	padding: 10px 0;
}

#main_menu ul ul li {
	float: none;
	position: relative;
	
	width: 210px;
	
	height: auto;
	line-height: normal;
	font-size: 100%;
}
	
#main_menu ul ul li a, 
#main_menu ul li.open ul li a,
#main_menu ul li.active ul li a
{	
	height: auto;
	line-height: normal;
	padding: 7px 14px;
	text-transform: none;
	color: #fff;
}

#main_menu ul li.active ul li a:hover,
#main_menu ul li.open ul li a:hover,
#main_menu ul li.open ul li.active a,
#main_menu ul li.open ul li.open a
{
	color: rgb(180, 206, 94);
}


#main_menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	background: #000;
	padding: 10px 0;
}

#main_menu ul ul ul li a,
#main_menu ul li.open ul li.open ul li a,
#main_menu ul li.active ul li.open ul li a,
#main_menu ul li.open ul li.active ul li a
{	
	padding-top: 5.5px;
	padding-bottom: 5.5px;
	color: #fff;
}

#main_menu ul li.active ul li.open ul li a:hover,
#main_menu ul li.open ul li.active ul li a:hover,
#main_menu ul li.open ul li.open ul li a:hover,
#main_menu ul li.open ul li.open ul li.active a,
#main_menu ul li.open ul li.open ul li.open a
{
	color: rgb(180, 206, 94);
}


/**
 * Mainmenu visibility settings
 * DO NOT EDIT
 */
#main_menu ul ul,
#main_menu ul li:hover ul ul,
#main_menu ul ul li:hover ul ul
{display: none;}

/**
 * Mainmenu visibility settings
 * DO NOT EDIT
 */
#main_menu ul li:hover ul,
#main_menu ul ul li:hover ul,
#main_menu ul ul ul li:hover ul
{display: block;}
/**
 * } MAIN MENU
 */

/**
 * SUBMENU {
 */
#submenu ul {
	padding: 10px 0 10px 26px;
}

#submenu ul li {
	padding: 12px 0;
}

#submenu ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

#submenu ul li.active li a,
#submenu ul li.open li a {
	color: #fff;
}

#submenu ul li.active a,
#submenu ul li.open a,
#submenu ul li li.active a,
#submenu ul li li.open a,
#submenu ul li a:hover,
#submenu ul li li a:hover {
	color: rgb(180, 206, 94);
}

#submenu ul ul {
	padding-left: 14px;
}

#submenu ul ul li {
	padding: 5.5px 0;
}

#submenu ul ul li a {
	text-transform: none;
	font-weight: normal;
	font-size: 13px;
	font-family: verdana;
}
/**
 * } SUBMENU
 */
 
/**
 * MAIN CONTANER {
 */
#main_container {
	margin-bottom: 12px;
}

body #main_container .leftbar {
	float: left;
}

body.inner #main_container .leftbar {
	width: 237px;
	/*background: #000;*/
}

body.inner #main_container #content_container {
	float: right;
	width: 658px;
	
	background: #fff;
	color: #000;
	min-height: 100%;
	overflow: auto-x;
}

body.inner #main_container #content_container #content {
	padding: 15px;
	font-size: 12px;
}

.cmp_edit #content {
	height: 460px;
}

#content img 
{
	margin: 16px;
}

#content,
#content p
{
	line-height: 18px;
}

body.inner #main_container #content a {
	/*color: #000;*/
} 

body.start #main_container .leftbar {
	width: 228px;
}

body.start #main_container .leftbar .left_top {
	height: 194px;
	background: #000;
}

body.start #main_container .leftbar .left_top img {
	height: 100%;
}

body.start #main_container .leftbar .left_bottom {
	margin-top: 13px;
	height: 268px;
	background: #000;
}

body.start #main_container .leftbar .left_bottom img {
	height: 218px;
}

body.start #main_container .midbar {
	float: left;
	width: 414px;
	margin-left: 21px;
}

body.start #main_container .midbar .center_top {
	height: 369px;
	background: #000;
	overflow: hidden;
}

body.start #main_container .midbar .center_top img {
	height: 318px;
}

body.start #main_container .midbar .center_bottom {
	margin-top: 13px;
	height: 93px;
	background: #000;
}

body.start #main_container .rightbar {
	float: right;
	width: 231px;
}

body.start #main_container .rightbar .right_top {
	height: 369px;
	background: #000;
}

body.start #main_container .rightbar .right_top img {
	height: 319px;
}

body.start #main_container .rightbar .right_bottom {
	margin-top: 13px;
	height: 93px;
	background: #000;
	font-size: 100%;
}

body.start #main_container .rightbar .right_bottom img {
	/*height: 43px;*/
}

body.start #main_container .rightbar .right_bottom h2,
body.start #main_container .rightbar .right_top h2,
body.start #main_container .leftbar .left_top h2,
body.start #main_container .leftbar .left_bottom h2,
body.start #main_container .midbar .center_top h2
{
	margin: 15px;
}

body.start #main_container .box {
	overflow: hidden;
}

body.start #main_container .box h2 {
/*	padding: 0 15px;*/
	margin-top: 15px;
}

body.start #main_container .box img {
	/*width: 100%;*/
}

body.start #main_container .center_bottom ul {
	padding: 6px 15px;
}

body.start #main_container .center_bottom ul li {
	padding: 7px 0;
}

body.start #main_container .left_top h2,
body.start #main_container .left_bottom h2,
body.start #main_container .center_bottom h2,
body.start #main_container .right_bottom h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;	
}
/**
 * } MAIN CONTANER
 */
 
/**
 * FOOTER {
 */
#footer {
	clear: both;
	position: relative;
	height: 48px;
	line-height: 48px;
	background: #000;
	text-align: center;
}

#footer a {
	position: absolute;
	top: 0;
}

#footer a img {
	vertical-align: top;
}

#footer a.bible {
	left: 18px;
	margin-top: 9px;
}

#footer a.bible-fi {
	right: 38px;
	margin-top: 14px;
}
/**
 * } FOOTER
 */ 
 
 
/**
* CALENDAR {
*/
.calendar_heading,
.return a,
.return a:visited,
.return a:active
{
	text-decoration: underline;
	color: #00579c !important;
}


/**
 * } CALENDAR
 */ 
 
 
/**
* NEWS {
*/
.newslist li
{
	margin-bottom: 16px;
} 

.newslist p,
.newslist span
{
	margin: 0;
	padding: 0;
}


/**
* } NEWS 
*/


/**
* FORM {
*/

.form_module_form td
{
	padding-bottom: 16px;
}

.error.title
{
 font-weight: bold;
 font-size: 120%;
}

.error
{
 color: #F00;
 display: block;
}


/**
* } FORM
*/

/**
* SITEMAP {
*/
.sitemap ul
{
	margin-left: 20px;
}
/**
* } SITEMAP
*/