/*----------------------------------------------------------------------------------------------------

Author:  Steinruck Design
Version & Date: 4/1/08 v1.0

Homepage Styles

----------------------------------------------------------------------------------------------------*/

/* = Style Imports
----------------------------------------------------------------------------------------------------*/
@import url(screen.css);
@import url(global.css);
@import url(forms.css);


/* = Articles
----------------------------------------------------------------------------------------------------*/
#latest_article {
	float: left;
}

#latest_article {
	float: left;
	width: 674px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	margin: 0 0 40px 0;
}

#article_list {
	width: 312px;
	float: left;
	padding: 0 20px 0 0;
	border-right: 1px solid #ccc;
}

#article_list h3 {
	background: url(/images/title_latest_articles.gif) 0 0 no-repeat;
	width: 109px;
	height: 14px;
	text-indent: -9999px;
	margin-bottom: 4px;
}

#article_list li {
	background: url(/images/arrow_dbl.gif) 0 8px  no-repeat;
	
}

#article_list li a { 
	background: url(/images/border_dot_single.gif) left bottom repeat-x;
	padding: 6px 0 6px 10px ;
	display: block;
	line-height: 1;
}

#photo_rotate {
	width: 319px;
	padding: 0 0 0 22px;
	float: left;
	border-left: 1px solid #ccc;
	margin-left: -1px;
}

/*Main Article */
#main_text_hdr { margin: 0 0 12px 0; }

#main_text_footer { 
	background: url(/images/border_dot_single.gif) left top repeat-x;
	margin: 0 0 15px 0; 
	padding-top: 10px; 
	float: left;
	width: 675px;
	}

/* Posts */
.post_options {
	background: #888;
	padding: 6px 0 6px 70px;
	color: #fff;
	text-transform: uppercase;
	height: 13px;
	width: 460px;
	text-align: center;
	margin: 0 auto 15px auto;
}


.post_options li { float: left; margin-left: 6px;}

.post_options li a { color: #fff; font-weight: bold; margin-right: 6px;}

.post_options a:hover, .post_options a:visited,
.post_options a:focus { color: #d8d8d8;}

.footer_mark {
	width: 18px;
	margin: 0 0 0 320px;
}