@charset "UTF-8";
/* CSS Document */

html {padding: 0px; margin: 0px;}
body {padding: 0px; margin: 0px; background-color: #bb7e30;; background-image: url(images/bg.jpg); background-repeat: repeat-x; font-family: Arial, Helvetica, sans-serif;}

img {border: none;}

#container {margin-left: auto; margin-right: auto; width: 950px; height: auto;}

#header {float: left; width: 950px; height: 602px;}
#content {float: left; width: 950px; height: auto;}
#footer {float: left; width: 950px; height: auto; background-color: #292415;}

/* content divs */

#contentmain {float: left; width: 620px; height: auto;}
#sidebar {float: left; width: 330px; height: auto;}

/* post divs */

#contentproper {padding-left: 30px; padding-top: 20px;}
#postmain {padding-top: 10px;}

/* sidebar divs*/

#sidebarmain {padding-left: 30px; padding-top: 20px;}

/* classes */

.footer {font-size: 12px; font-weight: bold; color: #eebe80;}
.footer a {font-size: 12px; font-weight: bold; color: #eebe80; text-decoration: none;}
.footer a:hover {font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: underline;}

.footersmall {font-size: 10px; color: #FFFFFF;}


.header {font-size: 40px; letter-spacing: -1px; color: #FFFFFF;}
.header a {font-size: 40px; letter-spacing: -1px; color: #FFFFFF; text-decoration: none;}
.header a:hover {font-size: 40px; letter-spacing: -1px; color: #FFFFFF; text-decoration: underline;}

.sidebartitle {font-size: 40px; letter-spacing: -1px; color: #2a2515;}

.titlepost {font-size: 30px; letter-spacing: -1px; font-weight: bold; color: #201e2c;}
.titlepost a {font-size: 30px; letter-spacing: -1px; color: #201e2c; font-weight: bold; text-decoration: none;}
.titlepost a:hover {font-size: 30px; letter-spacing: -1px; color: #FFFFFF; font-weight: bold; text-decoration: underline;}

.small {font-size: 15px; font-weight: bold; color: #eebe80;}
.small a {font-size: 15px; font-weight: bold; color: #2a2515; text-decoration: none;}
.small a:hover {font-size: 15px; font-weight: bold; color: #2a2515; text-decoration: underline;}

.entry {font-size: 14px; font-weight: normal; color: #FFFFFF; line-height: 1.5em;}
.entry a{font-size: 14px; font-weight: bold; color: #eebe80; text-decoration: none;}
.entry a:hover{font-size: 14px; font-weight: bold; color: #eebe80; text-decoration: underline;}

.notice {font-size: 30px; letter-spacing: -1px; font-weight: bold; color: #201e2c;}
.notice a {font-size: 30px; letter-spacing: -1px; color: #201e2c; font-weight: bold; text-decoration: none;}
.notice a:hover {font-size: 30px; letter-spacing: -1px; color: #FFFFFF; font-weight: bold; text-decoration: underline;}

.sidebarmain li {list-style: none;}

.sidebarlinks {font-size: 14px; font-weight: normal; color: #FFFFFF;}
.sidebarlinks a{font-size: 14px; font-weight: bold; color: #eebe80; text-decoration: none;}
.sidebarlinks a:hover{font-size: 14px; font-weight: bold; color: #eebe80; text-decoration: underline;}

.navigation {font-size: 14px; font-weight: normal; color: #FFFFFF; line-height: 1.5em;}
.navigation a{font-size: 14px; font-weight: bold; color: #eebe80; text-decoration: none;}
.navigation a:hover{font-size: 14px; font-weight: bold; color: #eebe80; text-decoration: underline;}

.alignright {float: right;}
.alignleft {float: left;}