/*  
Theme Name: Renegades
Description: Brown
Version: 1.0
Author: Redcard Design 
Author URI: http://redcarddesign.com
*/

/* Reset styles by Eric Meyer (meyerweb.com) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
a img, :link img, :visited img {
border: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
ol, ul {
list-style: none;
}
q:before, q:after, blockquote:before, blockquote:after {
content: "";
}
/* End reset*/

body {
width:819px;
margin:0 auto;
color:#b1aba0;
background-color:#3b2d12;
font:75% Verdana, Arial, Helvetica, sans-serif;
position:relative;
}
html>body {
font-size: 12px;
}
p, ul {
font-size:1em;
line-height:1.5em;
margin:0 0 1.5em 0;
}
a {
text-decoration:none;
}
a:link {
color:#AFAC97;
}
a:visited {
color:#6F6855;
}
h2{
background:transparent url(images/h2_bg.gif) no-repeat 0 0;
margin-left:-10px;
padding-left:10px;
}

h1{
width:819px;
height:472px;
background:url(images/main_bg.jpg) no-repeat 0 0;
}
h1 span{
display:none;
}
#mainnav{
position:absolute;
top:11px;
left:34px;
z-index:100;
}
#mainnav li{
display:inline;
}
#mainnav li a{
display:block;
float:left;
margin-right:14px;
height:23px;
}
#mainnav li a:hover{
background-position:0 -23px;
}
#mainnav li a span{
display:none;
}
#mainnav li a#home{
width:163px;
height:170px;
margin-right:18px;
background:url(images/nav_logo.gif) no-repeat 0 0;
}
#mainnav li a#home:hover{
background-position:0 -170px;
}
#support{
width:76px;
background:url(images/nav_support.gif) no-repeat 0 0;
}
#chapters{
width:80px;
background:url(images/nav_chapters.gif) no-repeat 0 0;
}
#history{
width:68px;
background:url(images/nav_history.gif) no-repeat 0 0;
}
#tributes{
width:75px;
background:url(images/nav_tributes.gif) no-repeat 0 0;
}
#links{
width:52px;
background:url(images/nav_links.gif) no-repeat 0 0;
}
#contact{
width:69px;
background:url(images/nav_contact.gif) no-repeat 0 0;
}
#photosnav{
	width:64px;
	background:url(images/nav_photos.gif) no-repeat 0 0;
}

#maincontent{
float:left;
width:580px;
margin-left:3%;
}
#maincontent ul{
list-style-type:disc;
}
#maincontent ul li{
list-style-type:disc;
margin-left:1.5em;
margin-bottom:0.25em;
}

#sidebar{
width:160px;
margin-left:630px;
margin-bottom:2em;
}
#maincontent img, #sidebar a img{
background-color:#ffffe8;
border:1px solid #231900;
margin-right:5px;
padding:4px;
}
#photos{
height:405px;
overflow:auto;
}
form{
margin-bottom:1em;
}
label{
display:block;
}
.inputText{
width:100%;
background-color:#b1aba0;
border:1px solid #000;
margin:0.5em 0 1em 0;
}

.shopitem{
clear:left;
margin-top:0.25em;
}
.shopitem img{
float:left;
margin-right:1em;
margin-bottom:1em;
}
.clearing{
clear:left;
}