* {
margin: 0;
padding: 0;
}

header, footer, section, aside, nav, article {
display: block;
}

body {
line-height: 1em;
background: #730000 url(images/bg.gif) repeat;
color: #d8cba8;
font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}

#wrapper {
width: 970px;
margin: 0 auto;
background-color: #f2efea;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cbbfa7), to(#f2efea));
background: -moz-linear-gradient(top, #cbbfa7 0%, #f2efea 100%);
border: 2px solid #a29e8e;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding: 5px;
margin-top: 10px;
margin-bottom: 10px;
-webkit-box-shadow: 3px 3px 5px #d8cc60;
-moz-box-shadow: 3px 3px 5px #d8cc60;
box-shadow: 3px 3px 5px #d8cc60;
}

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
}

a,a:visited {
color:#b22926;
text-decoration: none;
}
a:hover, a:active {
color: #b16e46;
text-decoration:underline;
}
	
p {
margin-bottom: 18px;
}

li {
padding-left: 5px;
}
ol {
display: block;
margin-left: 100px;
color: #606060;
font-weight: bold;
}
ol p {
font-weight: normal;
margin: 0 0 0 -50px;
padding: 0;
}
hr {
margin-top: 0;
margin-bottom: 15px;
height: 1px;
border:none;
background-color: #191f43;
width:100%;
background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(50,50,50,0.01)),
to(rgba(80,80,80,0.01)), color-stop(.5,#c9c9c9));
background: -moz-linear-gradient(left, rgba(0,0,0,0.001) 0%, rgba(201,201,201,1) 50%, rgba(0,0,0,0.001) 100%);
background:-ms-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
background:-o-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
background:linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
box-shadow: -5px  3px 8px #8d6f09;
-moz-box-shadow: -5px  3px 8px #8d6f09;
-webkit-box-shadow: -5px  3px 8px #8d6f09;
}
blockquote {
border-left: 8px double #c99f45;
border-right: 8px double #c99f45;
padding: 15px;
margin-left: 20px;
margin-right: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
letter-spacing: 0.01em;
}
blockquote span {
color: #8a0606;
font-size: 18px;
}
#navmenu {
padding: 0; 
margin: 0; 
list-style: none; 
position: absolute; 
right: 270px; 
top: 10px; 
}
#navmenu li {
float: left; 
margin-left: 2px;
padding: 0;
}
#navmenu li a {
font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; 
display: block; 
float: left; 
font-size: 16px; 
background-color: #342F24; 
color: #f2e9dc; 
padding: 12px 15px 5px 15px; 
height: 18px; 
text-decoration: none; 
border: 1px solid #a29e8e; 
border-width: 0 1px 1px 1px; 
border-radius: 0 0 5px 5px;
}
#navmenu li a:hover {
-moz-box-shadow: 0 20px 25px -10px rgba(242,239,234,0.9);
-webkit-box-shadow: 0 20px 25px -10px rgba(242,239,234,0.9);
box-shadow: 0 20px 25px -10px rgba(242,239,234,0.9); 
border-color: #000; 
background-color: #730000; 
color: #f9f5e9; 
padding: 15px 15px 8px 15px;
}
#navmenu li a#current {
-moz-box-shadow: 0 20px 20px -10px rgba(0,0,0,1.0);
-webkit-box-shadow: 0 20px 20px -10px rgba(0,0,0,1.0);
box-shadow: 0 20px 20px -10px rgba(0,0,0,1.0);
border-color: #bfb372; 
background-color: #924f37; 
color: #fdeacb; 
padding: 12px 15px 5px 15px;
}
#navmenu li a#current:hover {
-moz-box-shadow: 0 20px 25px -10px rgba(242,239,234,0.9);
-webkit-box-shadow: 0 20px 25px -10px rgba(242,239,234,0.9);
box-shadow: 0 20px 25px -10px rgba(242,239,234,0.9); 
border-color: #000; 
background-color: #730000; 
color: #f9f5e9; 
padding: 15px 15px 8px 15px;
}

header {
margin-top: 20px;
}
header h1 {
font-size: 36px;
margin-left: 10px;
float: left;
width: 500px;
}
header h1 a {
color: #a30a10;
font-weight: bold;
text-decoration: none;
text-shadow: 0px 2px 3px #777;
}
header h2 {
float: right;
clear: right;
margin-right: 10px;
color: #777;
padding-top: 8px;
}

#headimage {
padding-top: 20px;
}
#headimage h2 {
display: inline;
font-size: 20px;
color: #a30a10;
}
#headimage p {
font-size: 16px;
}
#headimage img {
border:2px solid #17130c;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-webkit-box-shadow: 5px 5px 8px #8a0606;
-moz-box-shadow: 5px 5px 8px #8a0606;
box-shadow: 5px 5px 8px #8a0606;
padding-left: 0;
margin-left: 0;
}

#main {
margin: 0 10px;
color: #404040;
font-size: 16px;
line-height: 1.2em;
}
#main h1, h2, h3, h4, h5, h6 {
color: #a30a10;
margin: 0 0 20px 0;
line-height: 1.5em;
}
#main h3 {
font-size: 20px;
margin-bottom: 0;
padding-bottom: 10px;
background: transparent url(images/titlebg9.gif) 0 0 no-repeat;
padding-left: 38px;
height: 35px;
color: #8a0606;
}

#infoboxes {
margin: 30px 0;
}
#infoboxleft {
float: left;
width: 300px;
}
#infoboxfeed {
float: left;
width: 600px;
}
#infoboxfeed p {
margin-left: 25px;
margin-right: 30px;
}
#infoboxmid {
float: left;
width: 300px;
margin-left: 20px;
}
#infoboxright {
float: left;
width: 300px;
margin-left: 20px;
}
#infoboxright p {
margin-left: 30px;
margin-right: 25px;
color: #808080;
font-size: 12px;
line-height: 1em;
}
#contentsummary {
margin-top: 20px;
margin-bottom: 20px;
float: left;
width: 940px;
}
#contentsummary p {
padding-left: 45px;
padding-right: 30px;
}
.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 24px;
margin-top: 4px;
}
.alignright, img.alignright {
display: inline;
float: right;
margin-left: 24px;
margin-top: 4px;
}
.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

footer {
clear: both;
padding: 35px 20px 0 20px;
margin: 40px 10px 15px 10px;
}
footer p {
text-align: right;
padding: 5px 10px 0 5px;
margin: 0;
font-size: 12px;
color: #b16e46;
}
p span {
font-size: 10px;
color: #b59037;
}
footer a:link, footer a:visited {
color: #b59037;
text-decoration: none;
}
footer a:hover, footer a:active {
color: #b16e46;
text-decoration: underline;
}

iframe {
background-color: #fff;
border: 1px solid #d9d2b1;
overflow: hidden;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 5px 5px 8px #924f37;
-moz-box-shadow: 5px 5px 8px #924f37;
box-shadow: 5px 5px 8px #924f37;
margin: 10px 10px 40px 25px;
}

ul.craft{
list-style-type: none;
padding: 0;
margin-left: 25px;
}
ul.craft > li{
background: transparent url(images/bullet4.gif) left center no-repeat;
padding-left: 22px;
margin-bottom: 5px;
height: 18px;
color: #755f59;
font-weight: bold;
}
ul.craft > li span{
font-weight: normal;
color: #924f37;
}