html, body { margin: 0 auto; padding: 0; 
	background-color: #131211;}
body {
	padding-bottom: 20px;
	text-align: center;
	background: url(../images/main.jpg) no-repeat;
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Archer, Georgia, Times New Roman, serif;
	color: #bfbdb7;
	font-size: 0.9em;
	display: table; /* hell yeah, prevents background image from scrolling when resizing browser */
	width: 100%; /* and firefox seems to hate when this is gone */
}
@font-face {
	font-family: "Archer";
	src: url("../fonts/Archer-Medium-Pro.otf") format("OpenType");
}
A:link {color: #911024;text-decoration: none;text-shadow: 0px -1px 0px #2b040a;}
A:visited {color: #911024;text-decoration: none;text-shadow: 0px -1px 0px #2b040a;}
A:active {color: #911024;text-decoration: none;text-shadow: 0px -1px 0px #2b040a;}
A:hover {color: #550a11;text-decoration: underline;text-shadow: 0px -1px 0px #2b040a;}
hr {width: 100%; background-color: #4b483b; border:0px; height:1px;}
h2 {color: #911024;text-shadow: 0px -1px 0px #2b040a;}

/*blog date lines*/
#blogdate {
	background-color: #282722;
	border-top: solid 1px #4b483b;
	border-bottom: solid 1px #4b483b;
	width:100%;
}

/*portfolio fix*/
h1,h2,h3,h4,h5,h6,h7,table,td,tr,ol,li,ul
{margin:0px;}

#container {
	text-align: left;
	margin: 188px auto 0 auto;
	width: 980px;
}	
	
#nav {
	height:31px;
	text-align: right;
}

#title {
	height: 48px;
	padding-top: 83px;
}

#blogsidebar {
	margin:0 0 0 0;
	width: 300px;
	float: left;
	display: inline; /* floats are handled as block elements, this is to fix a margin collapsing bug in IE */
}

#sidebar {
	margin-top:10px;
	margin-left: 15px;
	width: 300px;
	float: left;
	display: inline; /* floats are handled as block elements, this is to fix a margin collapsing bug in IE */
}
	#portfolio-navigation {
		width: 300px;
		overflow: hidden;
		float: left; 
	}
	#portfolio-navigation ul {
		position: relative;
		padding:0;
		list-style: none;
	}
	#portfolio-navigation ul li {
		width: 300px;
		padding: 10px 0px;
		float: left;
	}
	#portfolio-navigation ul li {
		color: #bfbdb7;
		margin: 0px 0px 0px 0px;
	}
	#portfolio-navigation ul li h4 {
		padding: 0px 0px 0px 0px;
	}
	#portfolio-navigation ul li p {
		font-size: 0.8em;
	}
	#portfolio-navigation ul li.current {
		background-color: #282722;
	}
	#portfolio-navigation ul li:hover {
		background: #282722;
	}
	#portfolio-navigation ul li img {
		float: left;
		margin: 0px 10px 0px 0px;
	}
#basic-accordian{
	width:300px;
	z-index:2;
}
.accordion_headings{
	padding:5px;
	background:#282722;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	border-bottom: #4b483b solid 1px;
}
.accordion_headings:hover{
	background:#911024;
}
.header_highlight{
	background:#000000;
}

#content {
	margin-top:10px;
	margin-left: 355px;
	padding-bottom: 20px;
}
	#infointro{
		width: 625px;
		height:60px;
		overflow: hidden;
		background: url(../images/thumbsback.gif) no-repeat;
		background-position: right bottom;
	}
	#infotitle {
		font-size: 1.5em;
		border-right: 1px solid #911024;
		padding-right:10px;
		padding-left: 10px;
		padding-top: 13px;
		float:left;
		margin: 0 auto;
		height:40px;
		background: url(../images/infotitleribbon.gif) no-repeat;
		background-position: left bottom;
		text-shadow: 0px -1px 0px #2b040a;
	}
	#infosubtitle {
		padding-left:10px;
		float: left;
	}
	#infobrowse {
		float:right;
		margin-top:40px;
		right:0px;
		color: #550a11; 
		padding-right: 5px;
		text-align: center;
		width: 92px;
	}
	#infobrowse a:link{color:#bfbdb7;}

	#infoimage {
		width: 605px;
		background-color: #4b483b;
		padding: 10px;
	}

	#info {
		width: 605px;
		background-color: #282722;
		border-top: solid 1px #4b483b;
		padding: 10px;
		float: left;
		margin-top:10px;
		font-size: 1.1em;
	}
	
#footer {
	margin:20px 0 0 0;
	padding-top: 10px;
	border-top: solid 1px #4b483b;
	clear: left;
	font-size: 0.7em;
	text-align: center;
}

/*homepage slideshow*/
ul.slideshow {
	list-style:none;
	width:625px;
	height:200px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul img {
	border:none;	
}

#slideshow-caption {
	width:625px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:21px;
}

#slideshow-caption p {
	margin:0;
	padding:0;
}

/*contact form*/
.notification_error{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
}
.notification_ok{
border: 1px #567397 solid;
height: auto;
width: 90%;
padding: 8px;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
}
.info_fieldset {border: 0px; }
.info_fieldset legend {
border: 0px; 
color: black; 
font: 13px Georgia, Times New Roman, serif;
padding: 2px 5px 2px 5px;
}
.button {
width: 200px;
height: 25px;
background:url(../images/submitbutton.gif);
color: #bfbdb7;
font: 16px Archer Bold, Georgia, Times New Roman, serif;
border: 0px;
}
/* Label */
label  { width: 100px; padding-right: 25px; margin: 5px; float: left; text-align: right; }
/* Input, Textarea */
input, textarea {
margin: 5px;
padding: 5px;
border: 1px solid #4b483b; 
color: #bfbdb7;
background-color: #282722;
font: 16px Georgia, Times New Roman, serif;
-moz-border-radius: 3px;
}