/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/



@import url("vertical-menu/ddsmoothmenu-v.css");

/* @ header  */

div#header {
	border-style: none;
	height: 215px;
	margin: 0;
	padding-top: 1px;
	width: 900px;
	overflow: hidden;
	background: url(images/header.png) no-repeat left top;
}
div.header_link {
	width: 900px;
	height: 215px; 

}

/* @ content area  */

li.widget .widget_box { 
	margin-left: -11px;
	width: 163px;
	background-color: #c7caaf;
	border-style: none;

}

div#home_content_area {
	
	font-size: 12px;
	margin-left: 11px;
}

/* @ sidebars  */

ul.sidebar_list {
	padding-top:0;
}

div#sidebars {
	
	float: left;
	width:220px;	
	background: #c7caaf;
	border-style: none;
	padding-top: 20px;	
}
div#sidebar_1 {
	
	width:220px;
}
div#smoothmenu {
	
	float:left;
	width:100%;	
	margin-left: 10px;
	background: #c7caaf;	
	border-style: none;
	padding-top: 18px;
	font-family: arial;	
}
div.ddsmoothmenu-v ul {
	width:179px;
}
div.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active {
	background: #c7caaf;
	color:#4e6131;
	border-style: none;
	overflow-x: hidden;
	border-bottom: 3px solid #c7caaf;
}

div.ddsmoothmenu-v li.level-2 a:link, .ddsmoothmenu-v li.level-2 a:visited, .ddsmoothmenu-v li.level-2 a:active {
	background: #da6955;
	color:#ffffff;
	border-style: none;
	overflow-x: hidden;
	
	
}

div.ddsmoothmenu-v li.level-2 {
	background: #da6955;
	
}

div.ddsmoothmenu-v li.level-1 img{
	display: none;
	

}
div.ddsmoothmenu-v li.level-1 a:hover{
	border-bottom: 3px solid #da6955;
	

}

div.ddsmoothmenu-v li.level-1 a {
	padding: 0px;
	margin-bottom: 15px;
	
	

}
div.ddsmoothmenu-v li.level-2 a, div.ddsmoothmenu-v li.level-2 {
	padding: 3px;
	margin-bottom: 0px;
	
}


.sidebar h3 {
	font-family:arial;
	font-weight:500;
	letter-spacing:-1px;
	font-size: 16px;
}

.menu {
	border: none;
}

li.widget_nav_menu  {
	margin-bottom:0;
	font-size: 15px;
	font-weight:800;
	
}
li.widget_text  {
	margin-bottom:0;
	font-family:arial;
	background: none;	
	background-color: #c7caaf;
	
	
}

li.widget_text  h3{
	padding-top: 15px;
	font-variant: normal;
	font-size: 15px;
	font-family:arial;
	font-weight:500;
	letter-spacing:-1px;
	color: #4e6131;

	
}
div.textwidget  {
	margin-top: -10px;
	background: none;	
	background-color: #c7caaf;
	
}


div#content h3 {
	font-weight:normal;
	padding: none;
	
}

div#content {
	float: right;
	width: 680px;
	
}

div#content h1{
	background: url(images/subpg_heading_bkg.png) no-repeat left top;
	color: #ffffff;
	
}


div#home_content {
	
	float:right;
	font-family:arial;
	width: 680px;
	
}

div#home_page_main {
	width: 460px;
	font-family:arial;
	font-size:15px;
}


div#content_box {

	background: none;	
	background-color:#fdfdfd;
	width:100%;
	height: 715px;
}

h3 {
	font-weight:normal;
}

div#page { 
	background-color: #fdfdfd;
	height: 1000px;
	width: 900px;
}

div#footer {
	border: 0;
	font-size: 10px;
	font-weight:600;
	letter-spacing:-1px;
	font-family:arial;
	
}

div#custom_footer {
	color: #333333;
	text-align: left;
}


/* @ Top content area  */

div#home_page_top {
	border-top: 5px solid #da6955;
	border-bottom: 5px solid #da6955;
	height: 300px;
	padding: 4px;
	width: 690px;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-left: 5px;
	
}

div#home_page_top_left {
	
	float: left;
	width:200px;
	height: 200px;
	margin-right: 8px;
	padding-top: 8px;
	background: #ffffff;

}

div#home_page_top_left div.textwidget {
	background: #FFFFFF;
	
}
div#home_page_top_middle {
	padding-top: 8px;
	float: left;
	width:200px;
	height: 280px;
	margin-right: 55px;

}

div#home_page_top_middle div.textwidget {
	background: #FFFFFF;
	width: 253px;
	font-size: 12px;
	
}

div#home_page_top_middle div.textwidget h1{
	
	color: #d44e37;
	font-size: 25px;
	font-weight:bold;
	font-family:arial;
	padding-bottom: 3px;
		
	
}
div#home_page_top_middle div.textwidget h2{
	font-size: 16px;
	font-weight:bold;
	font-family:arial;
	padding-top: 3px;	
	
}
div#home_page_top_middle div.textwidget h3{
	font-size: 16px;
	color: #d44e37;	
	
}
div#home_page_top_middle ul.document_list li {
	
	list-style-image: url(images/sidebar_red_img.png);
	list-style-position: inside;
		
}
div#home_page_top_middle div.textwidget a{
	color:#d44e37;
	text-decoration:underline;
	font-size: 12px;
	
}

div#home_page_top_right {
	padding-top: 8px;
	float: left;
	width:200px;
	height: 280px;

}
div#home_page_top_right div.textwidget {
	background: #FFFFFF;
	
}

/* @ Home Page Bottom  */

div#home_page_bottom {
	height: 445px;
	padding: 4px;
	width: 690px;
	padding-top: 52px;
	padding-bottom: 2px;
	
	
}

div#home_page_main {
	
	float: left;
	width:460px;
	height: 200px;
	margin-right: 8px;
	padding-left: 3px;
	padding-top: 6px;
	font-family:arial;
	font-weight:normal;
	font-size: 12px;
	

}

div#home_page_main p {
	
	padding-top: 12px;
	
}
div#home_page_main h3, a {
	
	font-weight: normal;
	color: #333333;
	font-size: 16px;
	padding-top: 12px; 
	
}
div#home_page_main h2 {
	
	font-weight: normal;
	color: #da6955;
	font-size: 18px;
	margin-bottom: 6px;
	border-bottom: 3px solid #da6955; 
	
}
div#home_page_sidebar {
	
	float: left;
	width:205px;
	height: 200px;
	margin-right: 10px;
	padding-left: 3px;
	padding-top: 8px;
	background: #ffffff;
	

}
div#home_page_sidebar h2{
	
	border-bottom: 3px solid #333333;
	
	
}

div#home_page_sidebar div.textwidget, div#home_page_sidebar li.widget_text {
	background: #ffffff;
}

div#home_page_sidebar div.textwidget a{
	color:#d44e37;
	text-decoration:underline;
	
}
div#home_page_sidebar li.widget_text {
	
	margin-bottom: 20px;
	
}

div#home_page_sidebar ul.document_list li {
	
	list-style-image: url(images/sidebar_red_img.png);
	
}

