html, body {
	font : 12px/17px Helvetica, Arial, sans-serif;
	color : #957b5f;

	padding : 0;
	margin : 0;
	
	cursor : default;
}
html {
	background-color : #160f06;
}
body {
	background-color : #2b1d0b;
}

:link, :visited {
	color : #db3022;
	text-decoration : none;
	
	cursor : pointer;
}
:link:hover, :visited:hover {
	color : #fff;
}

a img {
	border : 0 none;
}

h1 {
	height : 45px;
	
	font-weight : bold;
	font-size : 31px;
	color : #fff;
	
	padding : 0;
	margin : 0;
}

h1 + * {
	border-top : 1px solid #442e12;
}
h1 + #main_menu {
	border-top : 0 none;
}
h1 + p {
	padding-top : 1.5em;
}

h2 {
	clear : both;

	font-weight : bold;
	font-size : 36px;
	
	color : #fff;
	
	padding : 0.5em 0 0;
	border-top : 1px solid #442e12;
	margin : 28px 0 0;
}

h1 + h2 {
	margin-top : 0;
}

h3 {
	font-size : 12px;
	line-height : 17px;
	color : #fff;
	
	padding : 0;
	margin : 0;
}
h1 span, h2 span, h3 span {
	color : #be2f1f;
}
h1 span.vr, h2 span.vr, h3 span.vr, li span.vr {
	color : #5c4931;
}
h3 span.vr {
	padding : 0 2px;
}
h3 + p {
	margin-top : 0;
}
h2 :link, h2 :visited,
h3 :link, h3 :visited {
	color : inherit;
}
h2 :link:hover, h2 :visited:hover,
h3 :link:hover, h3 :visited:hover {
	color : #db3022;
}

p {
	padding : 0;
	margin : 1em 0 0;
}


hr {
	width : 1px;
	display : block;
	clear : both;
	visibility : hidden;
	overflow : hidden;
	height : 1px;
	/*height : 0;*/
	line-height : 0;
	border : 0 none;
	margin : 0 0 -1px;
}

body > hr {
	display : none;
}

#header {
	border-top : 4px solid #db3022;
	background-color : #442e12;
}

#logo {
	display : block;
	width : 256px;
	height : 47px;
	
	font-size : 12px;
	
	padding : 0;
	background : transparent url('../../images/logo.png') no-repeat top left;
	border : 0 none;
	margin : 25px 0 25px 28px;
}
#logo a {
	display : block;
	width : 100%;
	height : 100%;
	
	text-indent : -32767em;
}

#content a.bio:link:hover, #content a.bio:visited:hover {
	background-position : bottom right;
}
#content a.bio {
	display : block;
	display : -moz-inline-box;
	display : inline-block;
	width : auto;
	height : 17px;
	white-space : nowrap;
	
	padding-right : 9px;
	background : transparent url('../../images/href_bullet.png') no-repeat top right;
}

#main_menu {
	height : 31px;
	
	padding : 0 6px;
	background-color : #5c4931;
	margin : 0;
}
#main_menu li {
	list-style : none;
	float : left;
	height : 31px;
	
	font-family : Arial, sans-serif;
	line-height : 38px;
	
	padding : 0 8px 0 14px;
	background : transparent url('../../images/menu_separator.png') no-repeat 0 2ex;
	margin : 0;
}
#main_menu li:first-child {
	background-image : none;
}

#main_menu :link,
#main_menu :visited {
	color : #fff;
	text-decoration : none;
}
#main_menu li.active :link,
#main_menu li.active :visited,
#main_menu :link:hover,
#main_menu :visited:hover {
	color : #ee3024;
}

#main_menu li.login {
	float : right;
	
	font-weight : bold;
	
	background-image : url('../../images/login_separator.png');
}
#main_menu li.login :link,
#main_menu li.login :visited {
	color : #ee3024;
}

#main_menu + b, #main_menu + b > b {
	display : block;
	overflow : hidden;
	height : 7px;
}
#main_menu + b {
	background : #5c4931 url('../../images/header_corner-bl.png') no-repeat top left;
}
#main_menu + b > b {
	background : transparent url('../../images/header_corner-br.png') no-repeat top right;
}

#content {
	width : 740px;
	
	margin : 25px auto;
}

#content li {
	list-style-image : url('../../images/li_bullet.png');
	
	color : #fff;
}
#content li span {
	font-weight : bold;
}
#content li span.vr {
	padding : 0 2px;
}
#content li span.t {
	color : #be2f1f;
}

.section {
	padding-top : 3px;
	border-top : 1px solid #442e12;
}
.section > strong.header, label {
	display : block;
	height : 23px;
	
	font-weight : bold;
	font-size : 9px;
	line-height : 9px;

	text-transform : uppercase;
	letter-spacing : 1px;
	color : #5c4931;
	
	margin-bottom : 10px;
}
label {
	height : auto;
	
	margin : 15px 0 5px;
	
	cursor : pointer;
}

input[type='text'], input[type='password'], textarea {
	width : 100%;
	
	font : 11px/16px Helvetica, Arial, sans-serif;
	color : #2b1d0b;
	
	background-color : #fff;
	border : 0 none;
	
	cursor : text;
}
input[type='text']:focus, input[type='password']:focus, textarea:focus {
	color : #000;
}

input[type='submit'] {
	font : bold 11px Helvetica, Arial, sans-serif;
	color : #fff;

	background-color : #aaa;
	border : 1px solid #fff;
	margin-top : 15px;
	
	cursor : pointer;
}

.back:link, .back:visited {
	float : right;
	height : 23px;
	
	font-weight : bold;
	font-size : 15px;
	line-height : 23px;
	color : #fff;
	
	padding-right : 15px;
	background : transparent url('../../images/back_bullet.png') no-repeat top right;
}
.back:link:hover, .back:visited:hover {
	color : #db3022;
	
	background-position : bottom right;
}

/*img.preview, object.preview {
	display : block;
	float : left;
	
	margin : 10px 19px 0 0;
}

img.preview + p {
	margin-top : 0;
}*/

.images {
	float : left;
	
	margin : 10px 0 0 0;
}
.images a {
	float : left;
	display : block;
	margin-right : 19px;
}
.images a img {
	display : block;
}
.images a span.caption {
	display : block;
	width : 155px;

	color : #fff;
	
	padding : 2px 0 0 5px;
	margin : 1px 0 0;
}
.images a span.caption span.vr {
	color : #db3022;
	
	padding : 0 2px;
}
.images :link, .images :link:hover,
.images :visited, .images :visited:hover {
	color : #fff;
}
.images + p {
	margin-left : 537px;
}

#footer_b {
	display : block;
	clear : both;
	height : 1px;
	overflow : hidden;
}

#footer {
	clear : both;
	width : 740px;
	
	padding-top : 3px;
	border-top : 1px solid #442e12;
	margin : 3em auto 0;
}
#footer ul {
	float : left;
	height : 12px;
	
	font : 10px/12px Arial, sans-serif;
	color : #77624c;

	padding : 0;
	margin : 0 0 2em;
}
#footer ul + ul {
	float : right;
	
	margin-right : -5px; /* remove padding on last element */
}
#footer ul li {
	list-style : none;
	float : left;
	
	padding-left : 10px;
	padding-right : 5px;
	background : transparent url('../../images/footer_separator.png') no-repeat center left;
}
#footer ul li:first-child {
	padding-left : 0;
	background-image : none;
}

#footer address {
	display : inline;

	font : 10px/12px Arial, sans-serif;
	
	padding : 0;
}

#copyright {
	clear : both;
	
	font : 10px/12px Arial, sans-serif;
	
	text-align : center;
	text-transform : uppercase;
	color : #5c4931;
	
	padding-top : 25px;
	background : #160f06 url('../../images/copyright_hr.png') repeat-x top left;
	margin-bottom : 25px;
}