/* ------------------------------------------
   --------------- Common Stuff -------------
   ------------------------------------------ */
   
body {
    font-family: sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    background: #e6e0cf url('../img/bg.png') repeat-x;
    text-align: center;
}

pre {
    text-align: left;
}

.centered {
    width: 780px;
    margin: 0px auto 0px auto;
}

img {
    border: 0;
}

/* ------------------------------------------
   --------- Headers & Menus ----------------
   ------------------------------------------ */
   
div#header {
    background: url('../img/header.png') no-repeat center;
    margin: 1px 0px 0px 0px;
    height: 158px;
}

div#header h1 {
    margin: 0px 0px 0px -9000em;
}

div#menu {
    background-color: #38331c;
    padding: 10px;
    text-align: right;
    border-bottom: 3px solid #d1652e;
    margin: 0px;
}

div#menu ul {
    margin: 0px;
    list-style-type: none;
}

div#menu li {
    display: inline;
}

div#menu a {
    padding: 9px;
    text-decoration: none;
    color: #888888;
    font-weight: bold;
    font-size: 14px;
}

div#menu li.active a {
    color: #d1652e;
}

div#menu a:hover {
    color: #ffffff;
}

form#login {
    color: #f0f0f0;
}

form#login input {
    border: 1px solid #d1652e;
    background-color: #ffffff;
    color: #505050;
    font-size: 10px;
}

div#additional_menu {
    background-color: #d1652e;
    padding: 2px;
    text-align: left;
	font-size: 85%;
}

div#additional_menu ul {
    list-style-type: none;
    display: block;
    margin: 0px;
    padding: 2px;    
}

div#additional_menu li {
    display: inline;
    margin: 0px 5px;
    padding: 0px;
}

div#additional_menu a {
    color: #f0f0f0;
    font-weight: bold;
    text-decoration: none;
}

/* ------------------------------------------
   --------------- Flash Messages------------
   ------------------------------------------ */

div.debug {
	border: 1px solid #c0c0c0;
	background-color: #f0f0f0;
	padding: 10px;	
}

div#message_ok {
    background-color: #44aa33;
    text-align: center;
    padding: 3px;
    color: #f8f8f8;
    font-weight: bold;
    margin: 10px 100px 10px 100px;
    vertical-align: middle;
}

div#message_ok img, div#message_error img {
    vertical-align: middle;
}

div#message_error {
    background-color: #e62000;
    text-align: center;
    padding: 3px;
    color: #f8f8f8;
    font-weight: bold;
    margin: 10px 100px 10px 100px;
    vertical-align: middle;
}

/* ------------------------------------------
   --------------- Contents -----------------
   ------------------------------------------ */

div#content_outer {
    text-align: left;
    /* border: 1px solid #ff0000; */
    margin: 10px auto 10px auto;
}

div#content_journal {
    margin: 20px 220px 20px 20px;
    border-right: 3px solid #d1652e;
}

div#content {
    margin: 20px;
}

div#sidebar {
    width: 200px;
    margin: 10px;
    padding: 0px;
    float: right;
}

div#sidebar h3 {
    color: #635b32;
    margin: 10px 3px 3px 3px;
    font-size: 20px;
    letter-spacing: -2px;
}

div#sidebar ul {
    list-style-type: none;
    padding: 3px 3px 3px 10px;
    margin: 0px;
}

div#sidebar a {
    color: #807340;
    text-decoration: none;
}

div#sidebar a:hover {
    text-decoration: underline;
}


/* ------------------------------------------
   --------------- Blog ---------------------
   ------------------------------------------ */

div.post {
    margin-bottom: 10px;
}

div.post h2 {
    color: #807340;
    font-size: 32px;
    letter-spacing: -3px;
    display: block;
    margin: 2px;
}

div.post h3 {
    color: #807340;
    font-size: 22px;
    letter-spacing: -2px;
    display: block;
    margin: 5px;
}

div.post ol, div.post li {
	margin-left: 20px;
	color: #707070;	
}

div.post p {
    color: #707070;
    font-size: 12px;
    line-height: 18px;
    margin: 0px 10px 15px 20px;
}

div.post img {
	margin: 5px;
}

div.post a {
    color: #807340;
    text-decoration: none;
}

div.post a:hover {
    text-decoration: underline;
}

div.post p.post_meta {
    font-size: 10px;
    color: #a0a0a0;
    margin: 0px 10px 20px 20px;
}

div.comment {
    border-left: 3px solid #d1652e;
    border-bottom: 3px solid #d1652e;
    margin: 0px 30px 0px 30px;
    background-color: #38331c;
    color: #f0f0f0;
    padding: 2px;
}

div.comment div.comment_meta {
    color: #c0c0c0;
    font-style: italic;
}

div.comment p {
    margin: 0px;
    padding: 0px;
}

div.comment a {
    text-decoration: none;
    color: #d1652e;
}

/* ------------------------------------------
   --------------- Pager --------------------
   ------------------------------------------ */

div.pager ul {
    list-style-type: none;
}

div.pager li {
    display: inline;
    margin-left: 5px;
    color: #999999;
}

div.pager a {
    color: #807340;
    text-decoration: none;
}

div.pager a:hover {
    text-decoration: underline;
}

/* ------------------------------------------
   --------------- Forms --------------------
   ------------------------------------------ */

form.standardform {
    margin: 20px 100px 20px 100px;
    color: #707070;
}

form.standardform div.error-message {
    background-color: #e62000;
    padding: 2px;
    color: #f8f8f8;
    font-weight: bold;
    margin: 3px;
}

form.standardform div.formfields {
    padding: 3px;
}

form.standardform div.captcha {
	border-top: 1px dashed #d1652e;
	border-bottom: 1px dashed #d1652e;
	clear: both;
	padding: 5px;
}

form.standardform div.captcha input,
form.standardform div.captcha img {
	display: inline;
	vertical-align: middle;	
}

form.standardform label {
    width: 150px;
    float: left;
    color: #707070;
}

form.standardform input {
    border: 1px solid #d1652e;
    background-color: #ffffff;
    color: #505050;
    font-size: 12px;
}

form.standardform textarea {
    border: 1px solid #d1652e;
    background-color: #ffffff;
    color: #505050;
    padding: 1px;
    font-size: 12px;
    width: 96%;
    margin: 2px;
    font-family: sans-serif;
}

form.standardform input.form_error {
    border: 1px solid #e62000;
    background-color: #ffccdd;
}

form.standardform fieldset {
    border: none;
    border-left: 3px solid #d1652e;
    padding: 3px;
}

/* ------------------------------------------
   --------------- Forum --------------------
   ------------------------------------------ */

table.data_table {
    width: 740px;
    border-collapse: collapse;
    margin: 20px;
    color: #707070;
}

table.data_table thead tr {
    font-weight: bold;
    color: #f0f0f0;
}

table.data_table thead th {
    color: #807340;
    padding: 2px;
    font-size: 14px;
    letter-spacing: -1px;
    text-align: left;
    border-bottom: 1px solid #807340;
}

table.data_table td {
    padding: 5px;
    border-bottom: 1px solid #d1652e;
    font-size: 12px;
}

table.data_table tbody tr {
    border-bottom: 1px solid #d1652e;
}

table.data_table tbody tr:hover {
    background-color: #f0e9d8;
}

table.data_table a {
    color: #d1652e;
    text-decoration: none;
}

div.bubble {
    background: url('../img/bubble-tile.png') repeat-y top left;
    width: 760px;
    margin: 10px;
}

div.bubble div.inner-bubble {
    background: url('../img/bubble-bottom.png') no-repeat bottom left;
    padding-bottom: 10px;
}

div.bubble h2 {
    background: url('../img/bubble-top.png') no-repeat;
    display: block;
    height: 60px;
    margin: 0px;
    padding: 10px 10px 10px 50px;
    font-size: 32px;
    letter-spacing: -3px;
    color: #f0f0f0;
}

div.message {
    padding: 0px 0px 0px 50px;
    margin: 0px 20px 10px 0px;
}

div.message p {
    color: #f0f0f0;
    margin: 0px;
}

div.message p.message_meta {
    font-style: italic;
    font-size: 9px;
    color: #999999;
    border-bottom: 1px dashed #d1652e;
}

div.message a {
    text-decoration: none;
    color: #d1652e;
}

/* ------------------------------------------
   --------------- Footers ------------------
   ------------------------------------------ */

div#footer_container {
    background-color: #38331c;
    border-top: 3px solid #d1652e;
    color: #555555;
    font-size: 11px;
    text-align: center;
}

div#footer_container a {
    color: #888888;
    text-decoration: none;
}

div#footer_container a:hover {
    color: #ffffff;
}

div#footer_title {
    background-image: url('../img/ff.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    margin-top: 10px;
}

div#footer_title h2 {
    margin: 0px 0px 0px -9000em;
}

div.feed {
    text-align: left;
    float: left;
    width: 330px;
    margin: 20px;
}

div.feed h3 {
    color: #555555;
    margin: 2px;
    font-size: 18px;
    letter-spacing: -1px;
}

div.feed ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

div.feed li {
    padding: 5px;
    border-bottom: 1px solid #f0f0f0;
}

div#footer {
    clear:both;
    text-align:right;
    background-color:#635b32;
    padding:  15px;
    color: #ffffff;
}

div#footer a {
    color: #a0a0a0;
    text-decoration: none;
}

div#footer a:hover {
    color: #ffffff;
}

