/* OPEN: Block Explorer 5 Mac \*/
html, body {
	height: 100%;
}
/* CLOSE: Block Explorer 5 Mac */

body {
	margin: 0;
	padding: 0;
	font-size: 95%;
	color: #ccc;
	font-family: verdana, arial, helvetica, sans-serif;
	background: #9A1F33 url("/themes/hosana_theme/images/bg.gif") fixed top center repeat;
	text-align: center;
}



/**********************************************/


/****** BEGIN: Common Styles ******/

/* Default Anchor Styles - Order: LVHA */
A, A:link, A:visited { text-decoration: underline; color: #fff; font-weight: normal; }
A:hover, A:active { background-color: #fff; text-decoration: none; color: #333; }

/* List zeroing */
/* ol, ul, li {margin: 0; padding: 0;} */

.clear {
	clear:both;
	height:1px;
}

p {
	margin: 0 0 1em 0;
}

img {
	border-width: 5px;
	margin: 0;
	padding: 0;
}


h3 {
	font-size: 1em;
	line-height: 1em;
}

h4 {
	color: #fff;
}

/****** END: Common Styles ******/


/****** BEGIN: Drupal Styles ******/

.image {
	margin: 0; padding: 0;
	border-width: 0;
}
.bodythumb {

}



tr.odd  {
	background-color: #e8e8e8;
}

/****** END: Drupal Styles ******/






/****** BEGIN: Unique Styles ******/

/* Arrow Links */
a.arrow {
	margin: 0;
	padding: 0 0 0 10px;
	background: transparent url("/themes/hosana_theme/images/common/arrow.gif") top left no-repeat;
}

a:link.arrow, a:visited.arrow {
	text-decoration: none; color: #fff;
}

a:hover.arrow, a:active.arrow {
	text-decoration: none;
	color: #333;
	background-color:#fff;
	background-position: 0 -30px;
}



/****** END: Unique Styles ******/




/****** BEGIN: Adverts ******/


/****** END: Adverts ******/






/********************************************************************************************/


/****** BEGIN: Main Containers ******/
#container { /* height set in Mac IE5 hack */
	margin-right : auto;
	margin-left : auto;
	text-align: left;
	position: relative;
	min-height: 100%;

	width: 950px;
	
	/*background: #000 url("/themes/hosana_theme/images/v2.5.jpg") top left repeat-y;*/
	background-color: #000;

	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}

/****** END: Main Containers ******/



/****** BEGIN: Main ******/

#main {
	/*border: 1px solid #3366cc;*/
	
	width: 950px;
	font-size: 0.7em;
	line-height:1.2em;
	background: transparent url("/themes/hosana_theme/images/topbanner_bg.gif") top left no-repeat;
	padding-bottom: 50px;
}

/****** END: Main ******/



/****** BEGIN: Header ******/

#header {
	width: 950px;
	height: 82px;
}

/****** END: Header ******/





/****** BEGIN: Top Navigation ******/

#top-navigation {
	font-size: 0.1em;
	width: 950px;
	height: 36px;
	background-color: #910027;
}


/** Main/Core Navigation **/
#main-navigation, #core-navigation {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;	
}

#main-navigation li, #core-navigation li {
	position: relative;
	margin: 0;
	padding: 0;
	display: inline; /* duplicated for IE 5/Win */
	list-style: none;
}

#top-navigation a {
	float: left;
	height: 0px !important;
	height /**/:36px; /* IE 5/Win hack */ 
	padding: 36px 0 0 0;
	overflow: hidden;
}

#top-navigation a:hover {
	background-position: 0 -36px;
}

#top-navigation a.active, #top-navigation a.selected {
	background-position: 0 -72px;
}


/** Main Navigation **/
#main-navigation {
	width: 560px;
	float: left;
	/*background-color: #cfe;*/
}

#home a{
	margin-left: 15px;
	width: 53px;
	background: transparent url("/themes/hosana_theme/images/nav/home_btn.gif") top left no-repeat;
}
#knowledge a {
	margin-left: 7px;
	width: 102px;
	background: transparent url("/themes/hosana_theme/images/nav/knowledge_btn.gif") top left no-repeat;
}
#community a{
	margin-left: 7px;
	width: 100px;
	background: transparent url("/themes/hosana_theme/images/nav/community_btn.gif") top left no-repeat;
}

#extras a {
	margin-left: 7px;
	width: 63px;
	background: transparent url("/themes/hosana_theme/images/nav/extras_btn.gif") top left no-repeat;
}

#store a {
	margin-left: 7px;
	width: 107px;
	background: transparent url("/themes/hosana_theme/images/nav/store_btn.gif") top left no-repeat;
}


/** Core Navigation **/
#core-navigation {
	width: 380px;
	/*background-color: #cfe;*/
}

/*
#mailing a{
	margin-left: 21px;
	width: 78px;
	background: transparent url("/themes/hosana_theme/images/nav/mailing_btn.gif") top left no-repeat;
}*/

#news a{
	margin-left: 21px;
	width: 45px;
	background: transparent url("/themes/hosana_theme/images/nav/news_btn.gif") top left no-repeat;
}
#buy a{
	margin-left: 5px;
	width: 100px;
	background: transparent url("/themes/hosana_theme/images/nav/buy_btn.gif") top left no-repeat;
}
#about a{
	margin-left: 5px;
	width: 105px;
	background: transparent url("/themes/hosana_theme/images/nav/about_btn.gif") top left no-repeat;
}
#contact a{
	margin-left: 5px;
	width: 83px;
	background: transparent url("/themes/hosana_theme/images/nav/contact_btn.gif") top left no-repeat;
}

/****** END: Top Navigation ******/




/****** BEGIN: Content ******/

#main-content {
	width: 950px;
	line-height: 1.4em;
}


#left-column {
	float: left;
	width: 550px;
	margin-left: 0;
}

#left-column form {
	margin: 0;
	padding: 0;
}


/** BEGIN: Bread Crumb **/
.breadcrumb {
	padding: 10px 10px 5px 15px;
	height: 20px;
}
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited { text-decoration: none; color: #fff; font-weight: normal; }
.breadcrumb a:hover, .breadcrumb a:active { text-decoration: underline; color: #666; background-color: #F2F2F2;}
/** END: Bread Crumb **/


/* Content Area */

#left-content {
	padding: 5px 10px 10px 15px;

	/*background-color: #ff6;*/

}



#left-content .info {

}

#left-content-home h4, #left-content h4 {
    font-size: 1.2em;
	margin:0 0 5px 0;
}

#left-content-home .date {
	margin:0 0 5px 0;
}

 #left-content .date {
	/*float: right;*/
}

#left-content h2 {
	color: #000;
	font-size: 1.6em;
	line-height: 1.1em;
	width: 400px;
	margin: 5px 0 0 0;
	padding: 7px 0 7px 18px;
	background-color: #fff;
}

h2.homepage {
	width: 200px;
}

#left-content .content, #left-content .comment {
	margin: 10px 10px 30px 40px;

}

#left-content .box .content{
  margin: 5px;
}


#left-content .nodeapi_image {
	width: 480px;
	margin: 0;
	
}

#left-content .nodeapi_image_caption {
	padding-right: 10px;
	width:auto;
	text-align: right;
	font-style: italic;
}

#left-content-home {
	padding: 0 10px 10px 10px;
	width: 540px;
}

#left-content-home .content {
	width: 265px;
	margin: 0;
	padding: 0;
}

#left-content-home .content .nodeapi_image_teaser {
	margin: 0;
}

#left-content-home .count-1 .content{
	float: left;
}

#left-content-home .count-2 .content{
	float: right;
}

#homepage-animation {
	margin-bottom: 10px;

}


/****** END: Content ******/



/****** BEGIN: Side Blocks ******/


#side-blocks {
	float: right;
	width: 390px;
	background-color: #000;
}

#side-blocks .block {
	background: transparent url("/themes/hosana_theme/images/blocks/block_bg.gif") top left repeat-y;
	border: 7px solid #000;
	border-width: 7px 0 0 0;
}

#side-blocks .block h4 {
	font-size: 1em;
	margin:0 0 5px 0;
}

#side-blocks .block .title {
	padding: 0 0 0 8px;
	background: transparent url("/themes/hosana_theme/images/blocks/blockheader_bg.gif") top left no-repeat;
}

#side-blocks .block img {
	float: right;
}

#side-blocks .block .title h2 {
	color: #000;
	font-size: 1.5em;
	width: 190px;
	margin: 0;
	padding: 7px 0 7px 18px;
	background-color: #fff;
}

#side-blocks .block .content {
	color: #fff;
	padding: 7px 18px 7px 37px;
}

#side-blocks .block .content p {
	margin: 0 0 5px 0;;
}

#side-blocks .block .date {
	float: right;
}

#side-blocks .block .sub-block {
	border: 1px #000 dotted;
	border-width: 2px 0 0 0;
	color: #fff;
	padding: 7px 18px 7px 37px;
}


/*
block block-hosana" id="block-hosana-category-knowledge">
	<div class="title"><h2>Knowledge</h2></div>  
*/

#side-blocks #block-hosana-category-knowledge .title {
	background: #000 url("images/blocks/blockheader_red_bg.gif") left top no-repeat;
}

#side-blocks #block-hosana-category-knowledge a {
	font-size: 1.2em;
	background: transparent url("images/common/arrow.gif") left 2px no-repeat;
}

/** form elements **/


.block .form-item label {
	float: left;
	clear: both;
}

.block form {
	margin: 0;
}

.block input.form-text {
	color: #fff;
	position: static;
	left: 200px;
	width: 200px;
	height: 14px;
	background-color: #333;
	border-width: 0;
	margin-bottom: 3px;
	font-size: 12px;
}

.block-user input.form-submit {
	margin: 0 0 0 5px;
	padding: 2px 4px;
	font-size: 11px;
	color: #333;
	background-color: #ccc;
	border-width: 0;
	width: 70px;
}

/*** Unique Forms ***/
/* Login Form */
#user-login-form {
  text-align: left;
}

#user-login-form input.form-submit {
	float: right;
	clear: both;
}
#user-login-form input.form-text, #theme_sn_form input.form-text{
	float: right;
}
	/* Search Form */
.search-form input.form-text{
	float: left;
}
.search-form input.form-submit{
	float: right;
}


/** Lists & list links **/
.block .item-list {
	clear: both;
}

.block .item-list ul, .block .item-list ul li{
	list-style: none;
	margin: 0;
	padding: 0.2em 0.5em 0 0;
}

.block .item-list ul a {
	margin: 0;
	padding: 0 0 0 10px;
	background: transparent url("/themes/hosana_theme/images/common/arrow.gif") top left no-repeat;
}

.block .item-list ul a:link, .block .item-list ul a:visited {
	text-decoration: none; color: #ccc;
}

.block .item-list ul a:hover, .block .item-list ul a:active {
	text-decoration: none; color: #333;
	background-color:#fff;
	background-position: 0 -30px;
}

/****** END: Side Blocks ******/




/****** BEGIN: Items ******/

.item a{
	font-weight: bold;
	

}
/* Section Anchor Styles - Order: LVHA */
.item A, .item A:link, .item A:visited {
	text-decoration: none; color: #369;
	font-weight: bold;

}
.item A:hover, .item A:active {
	text-decoration: none; color: #369;
}

.item img {
	float: right; 
	margin: 0; 
	
}


/****** END: Items ******/






/****** BEGIN: Footer ******/


/** NB Footer positioning degrades in Safari and Mac IE5 **/
/* OPEN: Block Explorer 5 Mac \*/
#footer {
	position: absolute;
	bottom: 0px;
}
/* CLOSE: Block Explorer 5 Mac */
#footer {
	background: transparent url("/themes/hosana_theme/images/footer_bg.gif") left top no-repeat;

	margin-top: -50px;
	float:left;
	height: 50px;
	width: 950px;
}
/****** END: Footer ******/

.feed-icon {
	display: none;
}