/*
CSS file created with:Instant Blueprint - Create a web project framework in seconds.
 http://instantblueprint.com

Project: The Bounty Hunter Saloon
File: css/style.css
Last edited: September 2, 2010, 9:11 am
*/

/*  Main  */
@font-face {
	font-family: '../MedioRegular';
	src: url('../Medio-webfont.eot');
	src: local('?'), url('../Medio-webfont.woff') format('woff'), url('../Medio-webfont.ttf') format('truetype'), url('../Medio-webfont.svg#webfontz75ABmfO') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
 background: #000000;
font-family: Tahoma, Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
}
h1 {font: 30px/32px 'MedioRegular', Arial, sans-serif;letter-spacing: 0;}
#wrapper {
 margin:0 auto;
 width:891px; /*  Change to desired width :)  */
 border-top: 25px solid #3a2112;
}

#header {
height: 246px;
}

#navigation {
background: #3a2112 url(../images/navbg.png) top center repeat-x;
height: 35px;
}
#navigation ul {
width:50%;
float: right;
list-style-type: none;
font-size: 13px;
}
#navigation li {
display: inline;
line-height: 2.6em;
padding-right: 18px;
color: #000;
text-shadow: 1px 1px 1px #000;
}
#navigation a {color: #f7ebd5; text-decoration: none;}
#navigation a:hover {color: #e3701b; text-decoration: none;}
#content {
background:#563d21 url(../images/contentbg.jpg) top center repeat-y;
height:600px;
}
#content h2 {
color: #e3d19b;
font-size: 16px;
padding: 10px;
text-shadow: 1px 1px 1px #000;
}
#content .inner-content {
background:#563d21;
padding: 10px;
margin-left: 10px;
width: 700px;
height:510px;
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.3);
color: #fff;
}
.inner-content img {
border: 0px;
padding: 10px;
}
.inner-content ul {
list-style-type:none;
}
#footer-nav {
background: #3a2112 url(../images/navbg.png) top center repeat-x;
height: 35px;
}
#footer-nav ul {
width:50%;
margin:  0 auto;
list-style-type: none;
font-size: 13px;
}
#footer-nav li {
display: inline;
line-height: 2.6em;
padding-right: 18px;
color: #000;
text-shadow: 1px 1px 1px #000;
}
#footer-nav a {color: #f7ebd5; text-decoration: none;}
#footer-nav a:hover {color: #e3701b; text-decoration: none;}

#footer {
text-align: center;
font-size: 11px;
color: #fff;
margin-top: 15px;
}

