#page_content { margin: 0px auto; text-align: left; width: 720px; }
#page_logo img { margin: 8px 4px 0px 12px; }
#logo_hr img { margin: 6px auto 18px auto; }

#content_area {
	border-width: 0px 1px 0px 0px;
	border-style: solid ;
	border-color: #cbcbcb;
	background: #9e9e9e url(../images/headtitlelogo.jpg) no-repeat top center;
}

#featuresidebar, #content_area { padding-bottom: 12px; }
#content_title { text-align: center; height: 225px; }


/*recent works tabs*/
ul#recent_tab_list {
	font-size: 75%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
#recent_tab_list li {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
#recent_tab_list li a {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	color: #dadbca;
	text-decoration: none;
	background: #65755f url(../images/recent_tab_inactive_corner_TR.gif) right 0px no-repeat;
	height: auto;
	width: auto;
	float: left;
}
#recent_tab_list li a span {
	margin: 0px;
	padding: 6px 0px 0px 10px;
	background: #65755f url(../images/recent_tab_inactive_corner_TL.gif) 0px 0px no-repeat;
	display: block;
	float: left;
	height: 22px;
	width: auto;
	cursor: pointer;
	/*cursor: hand;*/
}
#recent_tab_list li a:hover { color: white; }
#recent_tab_list li a:active { position: relative; left: 1px; }
#recent_tab_list li.active a:active { position: relative; left: 0px; }
#recent_tab_list li.active a {
	color: white;
	background: #434643 url(../images/recent_tab_active_corner_TR.gif) right 0px no-repeat;
}
#recent_tab_list li.active a span {
	background: #434643 url(../images/recent_tab_active_corner_TL.gif) 0px 0px no-repeat;
}


#recent_content {
	padding: 10px 10px 0px 10px;
}
#recent_content_content, #recenttable_TL, #recenttable_T, #recenttable_TR, #recenttable_BL, #recenttable_B, #recenttable_BR { background-color: #434643; }
#recenttable_T, #recenttable_B { width: 100%; }
#recenttable_TR, #recenttable_BR, #recenttable_BL, #recenttable_TL { width: 6px; }
#recenttable_TR img, #recenttable_BR img { float: right; }

/*preview items container*/
#recent_content_content { padding: 14px 8px 10px 8px; }

/*preview item with img*/
#recent_tabcontent_1 { }
.preview_item {
	margin: 0px;
	width: 120px;
	padding: 0px 0px 0px 0px;
}
.preview_item_img img {
	width: 85px;
	height: 64px;
	border-width: 1px 0px 0px 1px;
	border-color: #5b5b5b;
	border-style: solid;
}
.preview_item_text {
	padding: 4px 0px 0px 0px;
	text-align: center; 
	font-size: 70%;
}
.preview_item_text a {
	color: white;
	text-decoration: none;
}
.preview_item_text a:hover {
	text-decoration: underline;
}

/*preview post items*/
#recent_tabcontent_2 { display: none; }

ul#recent_post_list {
	font-size: 75%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
#recent_post_list li {
	color: #dadbca;
	margin: 0px 0px 5px 18px;
}
#recent_post_list li a {
	color: white;
	text-decoration: none;
}
#recent_post_list li a:hover {
	text-decoration: underline;
}


/*content container */
#content { padding: 15px 10px 0px 10px; }

/*content post*/
.content_post { margin-bottom: 10px; }
.content_post_title, .content_post_title_l, .content_post_title_r { background-color: #5a6a50; }
.content_post_footer, .content_post_footer_l, .content_post_footer_r { background-color: #91ab81; }
.content_post_content, .content_post_title, .content_post_title_l, .content_post_title_r, .content_post_footer, .content_post_footer_l, .content_post_footer_r { border-width: 0px; border-style: solid; border-color: #ebebeb; }
.content_post_title { width: 100%; }
.content_post_title { color: #fffaea; padding: 3px 0px 3px 0px; border-width: 1px 0px 1px 0px; }
.content_post_title_text { font-weight: bold; font-size: 90%; }
.content_post_title_text a { color: #fffaea; text-decoration: none;}
.content_post_title_text a:hover { color: #fffaea; text-decoration: underline; }
.content_post_date, .content_update_date { font-size: 60%; }
.content_update_date { padding-left: 0px; font-style: italic; }
.content_post_title_l, .content_post_title_r, .content_post_footer_l, .content_post_footer_r { width: 7px; background-image: url(../images/content_post_border.gif); background-repeat: repeat-y; }
.content_post_title_l, .content_post_title_r { vertical-align: top; border-width: 0px 0px 1px 0px; }
.content_post_title_l, .content_post_footer_l{ background-position: top left; }
.content_post_title_r, .content_post_footer_r { background-position: top right; }

/*content area formatting*/
.content_post_content {
	padding: 2px 5px 0px 5px;
	color: black;
	background-color: #cecbb1;
	border-width: 0px 1px 0px 1px;
	font-size: 90%;
}
.content_post_content a {
	color: #5a6a50;
}
.content_post_content a:hover {
	color: #d28f00;
}
.content_post_content .view_full {
	font-size: 90%;	
}
.content_post_content .download_link, .content_post_content .download_link a {
	padding-top: 3px;
	padding-bottom: 3px;
}
.content_post_content .download_link {
	margin: 13px auto 11px auto;
	text-align: center;
}
.content_post_content .download_link a {
	border: 1px solid black;
	background-color: #dddddd;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
	text-decoration: none;
}
.content_post_content .download_link a:active{
	position: relative;
	top: 1px;
	left: 1px;
}
.content_post_content .download_details {
	font-size: 80%;
	margin-top: -5px
}
/*end content area formatting*/

.content_post_footer {
	color: #626262;
	text-align: right;
	padding: 1px 10px 2px 10px;
	font-size: 60%;
	border-width: 0px 0px 1px 0px;
}
.content_post_footer a { color: #626262; text-decoration: none; }
.content_post_footer a:hover { color: #dcdfcb; text-decoration: underline; }
.content_post_footer_l, .content_post_footer_r { vertical-align: bottom; }

/*content post - with screenshot and description*/
.download_area {
	float: left;
	padding: 8px 16px 4px 8px;
	width: 177px;
}
.description_text {
	padding: 8px 8px 0px 0px;
}
.download_area img {
	border: 1px solid #65755f;
	margin-bottom: 10px;
}
.content_post_content a:hover img, .preview_item_img a:hover img {
	background-color: white;
	filter:Alpha(Opacity=80);
	opacity: 0.8;
}
.download_area p { 
	text-align: center; 
}
.download_area p a { 
	font-weight: bold; 
}


/*older-newer buttons - post navigation buttons*/
#older_posts_button {
	float: left;
}
#newer_posts_button {
	float: right;
}
#newer_posts_button, #older_posts_button {
	margin: 12px 25px 6px 25px;
}
#older_posts_button a, #newer_posts_button a {
	display: block;
	font-size: 80%;
	background-color: #5a6a50;
	color: #dadbca;
	padding: 4px 8px 4px 8px;
	border: 1px solid #ebebeb;
	text-decoration: none;
}
#older_posts_button a:hover, #newer_posts_button a:hover {
	color: white;
}
#older_posts_button a:active, #newer_posts_button a:active {
	position: relative;
	top: 1px;
	left: 1px;
}



/*navbar*/

#featuresidebar {
	border-width: 0px 1px 0px 1px;
	border-style: solid ;
	border-color: #cbcbcb;
	width: 180px;
	background-color: #9e9e9e;
}
ul#nav_links {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav_links li {
	text-align: right;
	margin: 0px 10px 0px 15px;
	padding: 0px;
	display: block;
	font-weight: bold;
}
#nav_links li a {
	margin: .1em 0px .3em 0px;
	padding: 3px 7px 3px 3px;
	display: block;
	color: white;
	text-decoration: none;
}
#nav_links li a:hover {
	color: white;
	background-color: #747474;
	text-decoration: none;
}

#nav_links li.nav_links_selected {
	margin-right: 0px;
	padding-right: 10px;
	background-color: #434643;
	background-image: url(../images/selected_page_arrow4.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
#nav_links li.nav_links_selected a:hover { background-color: #464646; }


/* footer */
#footer {
	border: 1px solid #808080;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: 60%;	
	color: #a4a28d;
	background-color: #63625d;
}
#footer a { color: #a4a28d; font-weight: bold; text-decoration: underline; }
#footer a:hover { color: #cfccb2; text-decoration: underline; }