/*
Theme Name: Hume Studio
Theme URI: http://www.humestudio.com/
Description: The theme for Hume Studio.
Version: 1.6\0
Author: Santa Fe Web Design
Author URI: http://santafewebdesign.com/
*/


body
{
	background-color : #3e0200;
	margin : 0px;
	padding : 0px;
	font-family : Palatino, Palatino Linotype, Times new roman, Serif;
	font-size : 12px;
}

img { width : auto; height : auto;}
img, div { behavior: url(/iepngfix.htc) }


.clearfix:after 
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


#layout
{
	width : 963px;
	padding : 0px;
	margin : 25px auto;
}


#header
{
	color : white;
	padding-bottom : 10px;
}

#top_nav
{
	font-family : verdana, arial, helvetica, sans-serif;
}

#top_nav a
{
	color : white;
	text-decoration : none;
}

#top_nav_left
{
	float : left;
	width : 300px;
}

#top_nav_right
{
	text-align : right;
	float : left;
	width : 653px;
}

#top_nav_right input
{
	display : inline;
}

#top_nav_right form
{	
	display : inline;
	margin : 0px;
	padding : 0px;
}


#lower_layout
{
	background-image : url(/images/interior_bg.jpg);
	background-repeat : no-repeat;
	background-color : #fefdf8;
	padding : 10px 0px 0px 0px;
	width : 963px;
	height : 495px;
}



#lower_layout.index
{
	background-image : url(/images/index_bg.jpg);
}


#nav_bar
{
	color : #e8ded0;
	padding : 7px 0px 0px 0px;
	font-size : 12px;
	text-align : center;
	margin-bottom : 10px;
	background-image : url(/images/nav_bg.png);
	background-repeat : repeat;

}

html>body #nav_bar
{
	padding-bottom : 7px;
}

#nav_bar a
{
	color : #e8ded0;
	text-decoration : none;
}


#content
{
	clear : both;
	padding : 130px 22px 0px 330px;
}

html>body #content
{
	padding-top : 130px;
}

#content a
{
	color : #600300;
}

#content_left
{
	padding : 0px 10px 0px 0px;
	width : 375px;
	float : left;
	font-size : 12px;
}

#content_left.wide
{
	width : 615px;
}

#content_left h2
{
	font-size : 15px;
	margin : 0px;
	padding : 0px;
}

#content_right
{
	width : 208px;
	float : left;
}


#news_box
{
	width : 200px;
	height : 353px;
	padding : 5px 5px 0px 15px;
	background-image : url(/images/news_bg.png);
	background-repeat : no-repeat;
	color : #f1e9df;
	font-size : 10px;
	font-family : verdana, arial, helvetica, sans-serif;
}

html>body #news_box
{
	height : 363px;
}

#news_box h1
{
	font-size : 13px;
	border-bottom : 1px solid #f1e9df;
	margin : 0px;
	font-weight : normal;
}

#news_box a
{
	color : #f1e9df;
}

#news_box p
{
	margin : 0px;
	padding : 0px;
}


#contact_footer, #tiny_footer
{
	font-size : 11px;
        line-height : 18px; 
	color : white;
	width : 963px;
	margin : 0px auto;
	padding : 5px;
	clear : both;
}

#contact_footer a, #tiny_footer a
{
	color : white;
}




