a.home:link {color:#6600FF}      /* unvisited link */
a.home:visited {color:#CC00CC}  /* visited link */
a.home:hover {color:#FF0000}  /* mouse over link */
a.home:active {color:#9E1030}  /* selected link */

h3.welcome-standout {color:#9E1030;}


/* WELCOME */
div#mainWelcome 
{
	width:559px;
	padding:10px;
	margin:10px;
	float:left;
	position:relative;
	min-height:200px;
	border-bottom:1px dotted gray;
}

div#tabs{
	margin: 0 auto;
	width: 550px;
}
div#tabs ul{
	list-style: none;
	list-style-position: outside;
}
div#tabs ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
div#tabs ul.menu li{
	font-weight: 700;
	font-size:large;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
}
div#tabs ul.menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #5f95ef;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;

}
.content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
}

.content h2{
	line-height: 1em;
	vertical-align: middle;
	font-size: 1.5em;
	font-weight: normal;
}

.welcome
{
	display:block;
}
.answers
{
	display:none;
}
.b_l
{
	font-weight:bold;
	font-size:large;
}
.articles
{
	display:none;
}
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

/* SERMONS */
div#mainSermons 
{
	width:559px;
	padding:10px;
	/*margin:10px;*/
	float:left;
	position:relative;
	min-height:300px;
	/*background:url(images/main/sermonsBackground.jpg) repeat-x;*/
	border-bottom:1px dotted gray;
}

div#main_sermons_text
{
	width:560px;
	position:relative;

}

/* CALENDAR */
div#dateContainer
{
	width:229px;
	min-height:300px;
	/*border-bottom:dotted 1px gray;*/
	margin:10px;
	padding:10px;
	position:relative;
	/*background:url(images/main/sermonsBackground.jpg) repeat-x;*/
	
}

div#main_calendar_text 
{
	width:229px;
	position:relative; 
	/*top:2.0em;*/
	/*border-top:1px solid silver;*/
}

.date
{
	float: left;
	height: 52px;
	width: 60px;
	background: url(images/main/date_60w52h.png) no-repeat;
	margin-right: 10px;
	padding-top: 0px;
	line-height: normal;
}
.date .month
{
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	padding-top: 4px;
	text-transform: uppercase;
}
.date .day
{
	display: block;
	text-align: center;
	padding-top: 5px;
	color: #9E1030;
	font-size: 18px;
	font-weight: bold;
}
.meta
{
	display: block;
	font-size: 0.85em;
	color: #9E1030;
}

/* VERSE */

div#mainVerse 
{
	width:229px;
	min-height:200px;
	padding:10px;
	/*border-bottom:1px dotted gray;*/
	margin:10px; 
	position:relative;
	background:url(images/main/postNote.jpg) no-repeat ;

}
div#main_verse_text {
	width:229px;
	position:relative; 
	top:1px;
}

.verseReference {
	font-weight:bold;
	font-size:large;
}


/* QUOTE */

div#mainQuote 
{
	width:229px;
	min-height:215px;
	padding:10px;
	/*border-bottom:1px dotted gray;*/
	margin:10px; 
	position:relative;
	background:url(images/main/postNote.jpg) no-repeat ;

}
div#main_quote_text {
	width:229px;
	position:relative; 
	top:1px;
}

.quoteReference {
	font-weight:bold;
	font-size:large;
}


/* BLOG */
#mainBlog 
{
	width:275px;
	min-height:180px;
	padding:20px;
	margin:20px; 
	position:relative;
	float:left;
	background:url(images/main/postNote_275x222.jpg) no-repeat ;

}

div#main_blog_text {
	width:237px;
	position:relative; 
	top:1.0em;
}

/* Other */
#mainOther
{
	width:229px;
	min-height:200px;
	padding:10px;
	margin:10px; 
	position:relative;
	float:left;
	background:url(images/main/postNote.jpg) no-repeat ;

}

div#main_other_text {
	width:229px;
	position:relative; 
	top:1.0em;
}

.img_adjust {
	position:absolute;
	left:0px;
	top:0px;
	z-index:0;
}
