/*
Theme Name: Default
Theme URI: http://www.hi-fimedia.com
Description:  Standard basic theme, no frills, just something to get started.
Version: 1.0
Author: Hi-Fi Media
Author URI: http://www.hi-fimedia.com
Tags: light, white, two-columns, three-columns, fixed-width, flexible-width, right-sidebar, left-sidebar, theme-options, threaded-comments, translation-ready, custom-header

	Both the design and code are released under GPL.
    http://www.opensource.org/licenses/gpl-license.php

*/

body {
	margin: 5px;
	padding: 0;
	background: #463022;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eeeeee;	
}
.clear{clear:both;}
h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #f8e371;
	text-align: left;
}

h1 { font-size: 20px; padding-bottom: 0px; margin-bottom: 15px; }

h2 { font-size: 18px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 16px;
	text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #b29f77; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }




.breadcrumb{position:relative; height:30px; width:100%; margin-top: -15px; padding-bottom: 15px;}
.breadcrumb ul{position:relative; margin:0 5px 0 5px; padding:0; height:30px; }
.breadcrumb ul li{padding:0; margin:0; list-style:none; float:left; height:30px display:inline;}
.breadcrumb ul li a{padding-right:10px;font:12px Arial, Helvetica, sans-serif; color:rgb(89,89,89); text-decoration:none; line-height:30px; display:block; }
.breadcrumb ul li a:hover {text-decoration:underline; color:rbg(219,106,7);}
.breadcrumb ul li a.active{background:none; color:rgb(3,3,3);}
.breadcrumb ul li a.active:hover {text-decoration:none;}
.breadcrumb .left{position:absolute; top:0px; left:0px; width:10px; height:30px; display:block; z-index:1; }
.breadcrumb .right{position:absolute; top:0px; right:0px; width:10px; height:30px; display:block; z-index:1; }








#header {
width: 1064px;
height: 250px;
background: url('images/frame/header.jpg');
}
#header ul {
list-style: none;
padding-top: 175px;
}
#header ul li {
float: left;
}
#header ul li a {
padding-left: 10px;
padding-right: 10px;
color: #b29f77;
text-decoration: none;
letter-spacing: 2px;
font-weight: bold; 
font-size: 14px;
}
#header ul li a:hover {
 color: #ffffff;
 text-decoration: none;
 }
#content {
width: 1064px;
}
#content #content {
width: 614px; 
float: left;
display: inline;
padding-left: 50px;
padding-right: 20px;

}
#content #sidebar {
width: 230px;
float: left;
display: inline;
padding-right: 50px;
/* background: #50392a; */
margin-right: 100px;
}
#sidebar ul {
list-style: none;
}

#sidebar table tr td {
	text-align: left;
}

#footer {
width: 964px;
background: url('images/frame/footer.jpg') top center no-repeat;
padding: 156px 50px 50px 50px;
}

#footer p {
 font-size: 10px;
 float: left;
}

#footer ul#navbar {
	float: right;
}

#footer ul#navbar {
	list-style: none;
}

#footer ul#navbar li {
	float: left;
	padding-left: 10px;
	font-size: 10px;
}






