/*
File:			custom.css
Description:	Custom styles for HaweDigital.com + Thesis
Author:         Design by http://DIYninajs.com
*/

/* --- [ Global ] --- */

	/* --- [ Set Key Backgrounds: Header, Content, Footer ] --- */
body.custom {background-color: #e9e9e9 ;}
	.custom #header_area {height: 165px;}
		.custom #header_area .page { position: relative;}
	.custom #content_area {background-color: #e9e9e9;}
		.custom #content_area .page {background-color: #ffffff; border-left: 1px solid #000000; border-right: 1px solid #000000;}
	.custom #footer_area {background-color: #e9e9e9;}
		.custom #footer_area .page {background-color: #ffffff; border-left: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; margin-bottom: 40px;}
	
	.custom h2 {color: #3c6682; font-size: 1.9em;}
	.custom h3 {color: #3c6682;}
	.custom a {color: #3c6682;}
	.custom p {}
/* --- [ Header ] --- */

	
	.custom #header {border: none; border-left: 1px solid #000000; border-right: 1px solid #000000; position: absolute; top: 0px; left: -1px; background: #e9e9e9 url('images/header.jpg') center top; height: 165px; width: 100%;}
	.custom #header #logo a {color: #6DCFE5;}
	.custom #header #logo, .custom #header #tagline {padding-left: 10px;}
	.custom #header #tagline { height: 0; color: #ffffff;}
	.custom #header { padding: 0; }

	/* --- [ Nav 1 ] --- */
		
	.custom ul#tabs {position: absolute; font-size: 1em; top: 140px; left: 0; border: none; background: #000000; width: 100%; height: 20px; z-index: 1;}
	.custom ul#tabs li, .custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat  {color: #FFFFFF; border: none; background: #000000; padding: none; margin-bottom: 0;}
			.custom ul#tabs li a {color: #FFFFFF;}
				.custom ul#tabs li a:hover {color: #FFFFFF; border: none; background: #000000;}
				.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {color: #FFFFFF; border: none; background: #000000;}
					.custom ul#tabs li.current_page_item a:hover, .custom ul#tabs li.current-cat a:hover {color: #FFFFFF; border: none; background: #000000;}
			.custom ul#tabs li.rss a {border: none; background: #000000; margin-right: 30px;}

/* --- [ Content Box ] --- */

.custom #content_box {}

	/* --- [ Content ] --- */
	
	.custom #content {background: none;}
	.custom #column_wrap {background: none;}

	/* --- [ Sidebars ] --- */

	.custom #custom_box {font-size: 1.4em;}
	.custom li.widget .widget_box {background: none; border: none;}

/* --- [ Footer ] --- */