body {
background-color:#734e19;
font: 12px Tahoma, Verdana, sans-serif;
}

/* gobal */
#wrapper {
background-color:#734e19;
background-image:url(images/bg.png);
background-attachment:fixed;
background-repeat:repeat-x;
background-position:top center;
height:100%;
width:100%;
}
#wrapper2 {
background-color:#ffffff;
width:996px;
margin: 0 auto;
}
* {
margin: 0;
padding: 0;
}
img {
border: 0;
}
h1, h2, h3 {
font-family: Tahoma, Verdana, sans-serif;
font-weight: normal;
}
h2 {
font-size: 1.5em;
color: #525b5c;
}
h3 {
font-size: 1.4em;
}
blockquote {
background: url(images/quote.png) 10px 0 no-repeat;
margin: 20px 0;
padding: 0 20px 0 50px;
}
code {
font: 1em 'Courier New', Courier, Monospace;
}
.clear {
clear: both;
}
.widthfix {
width: 996px;
margin: 0 auto;
}
/* links */
a {
color: #314FA9;
text-decoration: none;
}
a:hover {
color: #213571;
text-decoration:underline;
}

/* header */
#header {
margin: 0 auto;
width: 100%;
height: 180px;
}
#subnav {
font-family:Helvetica;
font-size:14px;
}
#subnav a{
color:#3e3a3b;
font-weight:normal;
padding-right:30px;
}
#subnav a:hover {
text-decoration:underline;
}
.logo {
float: left;
margin: 20px 0 20px 29px;
border: none;
}

/*search*/
#searchform {
margin-top: 5px; 
}
#searchform input {
font: 1.1em Arial, Tahoma, Verdana, sans-serif;
background: #eee url(images/formfield_bg.png) repeat-x;
margin-top: 5px;
padding: 3px;
border: 1px solid #ccc;
}
#s {
font: 1.1em 'Lucida Grande', Tahoma, Verdana, sans-serif;
background: #eee url(images/formfield_bg.png) repeat-x;
width: 220px;
padding: 3px;
border: 1px solid #ccc;
vertical-align: middle;
}

/* nav menu */
ul.menu {
margin:0;
list-style-type: none;
height: 44px;
}
ul.menu li {
float: left;
padding-top:16px;
padding-right:40px;
}
ul.menu li a {
display:block;
float: left;
height:13px;
}
ul.menu li.menuHome a {
background: url(images/menu_home.gif) 100% 0% no-repeat;
text-indent:-9999px;
width:69px;
margin-left:10px;
}
ul.menu li.menuFeatures a {
background: url(images/menu_features.gif) 100% 0% no-repeat;
text-indent:-9999px;
margin-left:10px;
width:86px;
}
ul.menu li.menuEvents a {
background: url(images/menu_events.gif) 100% 0% no-repeat;
text-indent:-9999px;
margin-left:10px;
width:72px;
}
ul.menu li.menuArchives a {
background: url(images/menu_archives.gif) 100% 0% no-repeat;
text-indent:-9999px;
margin-left:10px;
width:86px;
}
ul.menu li.menuClubs a {
background: url(images/menu_clubs.gif) 100% 0% no-repeat;
text-indent:-9999px;
margin-left:10px;
width:93px;
}
ul.menu li.menuClassified a {
background: url(images/menu_classified.gif) 100% 0% no-repeat;
text-indent:-9999px;
margin-left:10px;
width:118px;
}
ul.menu li.menuForum a {
background: url(images/menu_forum.gif) 100% 0% no-repeat;
text-indent:-9999px;
margin-left:10px;
width:71px;
}
/* content */
#content {
margin:0;
width: 996px;
}
#content h2 a {
text-decoration: none;
}

/* box */
#article {
float: left;
width: 595px;
}
#sidebar {
background-color:#abac91;
float: left;
line-height:20px;
width: 361px;
padding:29px 20px 20px 20px;
}
#sidebar ul {
padding-bottom:10px;
}
/* entry */
.entry {
margin:0;
padding:29px;
}
.entry p {
color: #333;
line-height:24px;
margin-bottom:14px;
}
.entry ul {
margin: 0 0 0 30px;
}
.entry ul li {
margin: 7px 0;
}
.entrytitle h2, .entrytitle h2 a {
color:#881f1b;
font-family:Helvetica;
font-size:24px;
padding-bottom:5px;
}
.entrytitle h3 {
color:#444444;
font-family:Helvetica;
font-size:16px;
padding-bottom:15px;
}
.date {
font-size: 12px;
color: #a8adad;
}

/* sidebar */
#sidebar ul {
list-style-type:none;
margin-top: 10px;
}
#sidebar li {
list-style-type: none;
margin:0;
padding:0;
}
#sidebar li:hover {
}
#sidebar li a {
}
#sidebar li a:hover {
}
.aside {
background-color:#fff;
margin-bottom:20px;;
padding:10px;
}
.aside h2 {
font-family:Helvetica;
font-size:12px;
letter-spacing:3px;
margin-bottom: 5px;
}
.aside p {
color: #333;
line-height: 160%;
}

/* footer */
#footer {
background-color:#000000;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
height: 100%;
padding:29px;
width: 938px;
}

/*Images*/
img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright{
padding: 4px;
margin: 0 0 0 7px;
display: inline;
}
img.alignleft{
padding: 4px;
margin: 0 7px 0 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}

/*comments*/
#comments {
margin-left: 29px;
margin-bottom:29px;
}
.commentlist li, #commentform input, #commentform textarea {
font: 1em 'Lucida Grande', Tahoma, Verdana, sans-serif;
}
#commentform input, #commentform textarea {
background: #eee url(images/formfield_bg.png) repeat-x;
border: 1px solid #ccc;
padding: 3px;
}
#commentform textarea {
width: 480px;
}
.commentlist cite, .commentlist cite a {
font-style: normal;
font-size: 1.1em;
}
.commentlist p {
font-weight: normal;
line-height: 1.6em;
text-transform: none;
}
#commentform p {
font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
}
.alt {
padding: 10px;
}
.commentlist {
width: 490px;
text-align: justify;
}
.commentlist li {
background: #ececec;
margin: 15px 0;
padding: 10px;
border: 1px solid #cdd1d1;
list-style: none;
}
.commentlist p {
margin: 10px 5px 10px 0;
}
#commentform p {
margin: 10px 0;
}
.nocomments {
text-align: center;
}
.commentmetadata {
border-bottom: 1px dotted #cdd1d1;
padding-bottom: 5px;
display: block;
}
#respond {
margin-top: 20px;
}
.commentcount {
font-family: Georgia,sans-serif;
font-size: 1.8em;
font-weight: bold;
color: #cdd1d1;
float: right;
}

/*misc*/
.adsense {
}
.related {
margin: 0 0 20px 10px;
}
.none {
display: none;
}
.navigation {
}
.cats a {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
margin-bottom:0;
}
.cats li {
font-size:9px;
padding:10px;
margin:10px;
}
.children li {
width:100%;
}
.children a {
font-size:12px;
font-weight:normal;
margin:0;
padding-left:15px;
margin-bottom:0;
}
.children a:hover {
text-decoration:underline;
}