/*  
Template name: Natural Gloom
Template URI: http://templates.arcsin.se/natural-gloom-website-template/
Release date: 2009-05-19
Last updated: 2009-08-14
Description: A gloomy and artistic two-column template.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/


/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: italic;
	font-size: xx-small;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	vertical-align: middle;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
caption, th, td {
	text-align: left;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
}
table, td, th {
	vertical-align: middle;
	border: thin outset #0F0;
}
a img {border: none;}


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}
#top #layout_wrapper #layout_wrapper2 #layout_wrapper3 #layout_wrapper4 #main_wrapper #main #content_wrapper #content form table tr td {
	font-size: small;
}


body {
	color: #FFF;
	line-height: normal;
	background-color: #003;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1 {
	font-size: 2.6em;
	color: #003;
	text-align: left;
}
h2 {
	font-size: 2em;
}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}


/* Text elements */

p {
	margin-bottom: 1em;
	color: #003;
	font-size: x-large;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: justify;
}

a:focus,a:hover {
	color: #0F0;
	font-size: small;
	text-decoration: none;
}
a {
	color: #FF0;
	font-size: small;
	text-decoration: none;
}
ul.tabbed li {
	float: left;
	list-style: none;
	margin: 0;
}


/* Tables */

table {
	margin-bottom: 1.4em;
	width: 100%;
	color: #FFF;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #00F;
	border-right-color: #00F;
	border-bottom-color: #00F;
	border-left-color: #00F;
	background-color: #003;
}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {
	padding: 4px 10px 4px 5px;
	font-size: small;
}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data_table th {
	background: #E5E5E5;
	border: 1px solid #D5D5D5;
	color: #555;
	text-align: left;
}
table.data_table tr {border-bottom: 1px solid #DDD;}
table.data_table td, table th {padding: 10px;}
table.data_table td {
	background: #F0F0F0;
	border: 1px solid #E0E0E0;
}
table.data_table tr.even td {background: #F5F5F5;}


/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {
	font-size: 1.1em;
	font-weight: bold;
}
.larger {font-size: 1.2em;}
.largest {font-size: 1.3em;}

.hidden {display: none;}

.quiet {color: #666;}
.loud {color: #000;}
.highlight {
	color: #FFF;
	background-color: #00F;
	font-weight: bold;
}

.text_left {text-align: left;}
.text_right {text-align: right;}
.text_center {text-align: center;}

.error, .notice, .success {
	font-size: small;
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.1em;
}

.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #03C;
	font-size: small;
	font-weight: bold;
}
.error a {color: #8A1F11;}

.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721; 
}
.notice a {color: #514721;}

.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.success a {color: #264409;}


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

label {
	cursor: pointer;
	font-weight: bold;
	color: #FFF;
	font-size: medium;
}
fieldset {border: 1px solid #CCC;}
legend {
	font-size: 1.2em;
	font-weight: bold;
}
textarea {

}
input.text, textarea, select {
	background: #FCFCFC;
	border: 1px inset #AAA;
	padding: 4px 5px;
}
input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}

input.button {
	background: #F9F9F3;
	border: 1px outset #AAA;
	float: right;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	position: relative;
	background-color: #0000CC;
	left: 15;
	top: 50;
	width: 20;
	height: 10;
	clip: rect(10,auto,auto,auto);
}
input.button:active {border-style: inset;}


.form_row {
	background: #F5F5F5;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E1E1E1;
	padding: 10px 0;
	color: #FFF;
}
.form_required {font-weight: bold;}
.form_row_submit, .legend {
	background: #E5E5E5;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #FAFAFA;
	padding: 4px 0 8px;
}
.legend {
	border-bottom: 1px solid #CCC;
	padding: 8px 18px 6px;
	font-size: 1.4em;
}
.form_property, .form_value {float: left;}
.form_property {
	text-align: right;
	width: 110px;
}
.form_value {padding-left: 24px;}
.form_row_submit .form_value {padding-left: 132px;}


/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}


/* Floats */   

.left,.alignleft {
	float: left;
	color: #777;
}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* 
   Separators 
------------------------------------------------------------------- */

.content_separator, .archive_separator {
	background: #D5D5D5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive_separator {margin: 0 0 14px;}


/* 
   Posts 
------------------------------------------------------------------- */

.post {
	margin-bottom: 24px;
	background-image: none;
	background-repeat: repeat-y;
	height: 900px;
}

.post_title a,.post_meta a, .post_date a {text-decoration: none;}
.post_title a:hover,.post_meta a:hover, .post_date a:hover {
	text-decoration: underline;
}

.post_date {
	border-top: 1px solid #D5D5D5;
	color: #777;
	font-size: 0.9em;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.post_date a {color: #444;}

.post_meta {
	background: #E7E7E7;
	border: 1px solid #D7D7D7;
	color: #777;
	font-size: 0.9em;
	padding: 6px 10px;
}
.post_meta a {color: #345; }
.post_meta a:hover {color: #001;}

/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {margin-bottom: 14px;}
.archive_post_title {padding-top: 3px;}
.archive_post_date {
	background: #FAFAFA;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}
.archive_post .post_date {
	border: none;
	padding: 3px 0 0;
}
.archive_post_day {font: normal 1.6em Georgia,serif;}


/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 0 1em -8px;}
.thumbnails a.thumb {	
	background: #D5D5D5;
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.thumbnails a.thumb:hover {background: #C0C0C0;}
.thumbnails .thumb img {display: block;}


/* 
   Box
------------------------------------------------------------------- */

.box {margin-bottom: 0.6em;}
.box_title {
	border-bottom: 1px solid #C6C9CB;
	color: #FFF;
	padding: 7px 10px 6px;
	background-color: #003;
	font-size: medium;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
}
.box_content {padding: 8px 0 8px;}
.box li:first-child {border-top: none;}


/* 
   Comments 
------------------------------------------------------------------- */

div.comment_list {
	border-top: 1px solid #D6D6D6; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #D6D6D6;
	padding-top: 10px;
}
.comment_date {font-size: 0.9em;}
.comment_date a {
	color: #567;
	text-decoration: none;
}
.comment_date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment_body {padding-top: 4px;}

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}


/* 
   Layout 
------------------------------------------------------------------- */

/* General wrappers */

#layout_wrapper {
	padding-bottom: 16px;
	background-image: url();
	background-repeat: repeat;
}
#layout_wrapper2 {
	background: url('') no-repeat center top;
	padding-top: 25px;
}
#layout_wrapper3 {
	margin: 0 auto;
	width: 992px;
	background-color: #FFF;
}
#layout_wrapper4 {padding: 6px;}


/* Header */

#header_wrapper {
	height: 120px;
	background-color: #003;
	background-image: url();
	background-repeat: repeat-x;
}
#header {
	background-color: #003;
	padding-top: 10px;
	padding-right: 48px;
	padding-left: 48px;
	padding-bottom: 25px;
}

#site_title h1 {
	color: #FFF;
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}
#site_title h1 a {
	color: #A0C3D0;
	text-decoration: none;
}
#site_title h1 a:hover {color: #DDD;}
#site_title h2 {
	color: #999;
	font-size: 1.3em;
}


/* Navigation */

#navigation {
	background: #6E7D85 url('') repeat-x;
	margin-bottom: 3px;
}
#navigation a {
	color: #E0E6EA;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:hover {color: #F0F6FA;}

/* Main navigation */
#nav li {border-right: 1px solid #54646C;}
#nav a {
	font-size: 1.3em;
	padding: 10px 16px;
}
#nav a:hover {background: #5E6D75;}
#nav li.current_page_item a {
	background: #6E7D85;
	color: #FFF;
}

/* Sub-navigation */
#subnav {
	border-top: 1px solid #555A5F;
	background: #60656A;
}
#subnav li {
	font-size: x-small;
	color: #CEE6EA;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: double;
	border-right-color: #50555A;
}
#subnav a {
	font-size: 1.1em;
	padding: 9px 12px;
}
#subnav a:hover {background: #555A5F;}


/* Main */

#main_wrapper {
	border-bottom: 1px solid #C3C4C1;
	margin-bottom: 3px;
	background-image: url();
	background-repeat: repeat-y;
}
#main {
	background: url('') no-repeat;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 24px;
	padding-left: 0;
}
#content_wrapper {
	width: 690px;
	height: 875px;
}
#content {
	height: 900px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 620px;
}


/* Sidebar */

#sidebar_wrapper {
	width: 290px;
}
#sidebar {padding: 0 18px;}


/* Dashboard */

#dashboard_wrapper {}
#dashboard {
	border: 1px solid #ACAFB0;
	color: #404448;
	margin-bottom: 3px;
	background-color: #003;
	background-image: url();
	background-repeat: repeat-x;
	padding-top: 16px;
	padding-right: 130px;
	padding-bottom: 16px;
	padding-left: 130px;
}

#dashboard .col3 {width: 288px;}
#dashboard .col3mid {width: 370px;}
#dashboard .col3mid .col3_content {
	border-left: 1px solid #B0B4B8;
	border-right: 1px solid #B0B4B8;
	margin: 0 20px;
	padding: 0 20px;
}
#dashboard .col_title {
	color: #FFF;
	font-size: 1.5em;
}

#dashboard ul {margin: 0;}
#dashboard li {
	border-bottom: 1px solid #BABEBF;
	list-style: none;
	padding: 5px 0;
}
#dashboard li a {
	color: #FFF;
	text-decoration: none;
}
#dashboard li a:hover {
	color: #FFF;
	text-decoration: underline;
}


/* Footer */

#footer {	
	background: #DDD;
	border: 1px solid #CCC;
	padding: 8px 12px;
}
#footer .right, #footer .right a {
	color: #777;
	text-decoration: none;
}
#footer .right a:hover {
	color: #223;
	text-decoration: underline;
}

/* 
   Single line IE-fix
------------------------------------------------------------------- */
* html #main, * html #dashboard {height: 0.01%; min-height: 0.01%;}


/* 
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
#top #layout_wrapper #layout_wrapper2 #layout_wrapper3 #layout_wrapper4 #main_wrapper #main #content_wrapper #content .post_title h2 {
	color: #006;
	background-color: #0F0;
	font-weight: bold;
}

.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}
#top #layout_wrapper #layout_wrapper2 #layout_wrapper3 #layout_wrapper4 #header_wrapper #header #site_title {
	height: 100px;
	vertical-align: middle;
	text-align: center;
}
#top #layout_wrapper #layout_wrapper2 #layout_wrapper3 #layout_wrapper4 #main_wrapper #main #content_wrapper #content .post .post_title {
}
#top #layout_wrapper #layout_wrapper2 #layout_wrapper3 #layout_wrapper4 #main_wrapper #main #content_wrapper #content .post .post_title {
}
#top #layout_wrapper #layout_wrapper2 #layout_wrapper3 #layout_wrapper4 #navigation #nav {
	border-bottom-width: thick;
	border-bottom-color: #333;
	border-bottom-style: groove;
}
#top #layout_wrapper #layout_wrapper2 #layout_wrapper3 #layout_wrapper4 #main_wrapper #main #content_wrapper #content .post .post_body p img {
	padding-right: 20px;
	padding-bottom: 20px;
}
#top #layout_wrapper #layout_wrapper2 #layout_wrapper3 #layout_wrapper4 #main_wrapper #main #content_wrapper #content .post .post_body #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible table {
	font-size: small;
	color: #003;
}
#top #layout_wrapper #layout_wrapper2 #layout_wrapper3 #layout_wrapper4 #main_wrapper #main #content_wrapper #content .post .post_body #Data2 .error #btnTrade {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: oblique;
	font-weight: bold;
}
#top #layout_wrapper #layout_wrapper2 #layout_wrapper3 #layout_wrapper4 #main_wrapper #main #content_wrapper #content .post .post_body #Data2 p #btnclear {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	font-weight: bold;
}
#top #layout_wrapper #layout_wrapper2 #layout_wrapper3 #layout_wrapper4 #main_wrapper #main #content_wrapper #content .post .post_body #Data2 .error #btnclear {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	font-weight: bold;
}
#top #layout_wrapper #layout_wrapper2 #layout_wrapper3 #layout_wrapper4 #main_wrapper #main #content_wrapper #content .post .post_body #Data2 p #Return {
	font-size: small;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#top #layout_wrapper #layout_wrapper2 #layout_wrapper3 #layout_wrapper4 #main_wrapper #main #content_wrapper #content .post .post_title h2 {
	font-weight: bold;
	color: #003;
	background-color: #0F0;
}
#top #layout_wrapper #layout_wrapper2 #layout_wrapper3 #layout_wrapper4 #main_wrapper #main #content_wrapper #content .post .post_body #Data2 h2 {
	font-weight: bold;
	color: #006;
	background-color: #FF0;
}
#top #layout_wrapper #layout_wrapper2 #layout_wrapper3 #layout_wrapper4 #main_wrapper #main #content_wrapper #content .post_body #Data2 h2 {
	font-weight: bold;
	color: #FF0;
	background-color: #666;
}
#top #layout_wrapper #layout_wrapper2 #layout_wrapper3 #layout_wrapper4 #main_wrapper #main #content_wrapper #content .post_body #Data2 .error #btnTrade {
	font-size: small;
	font-weight: bold;
}
#top #layout_wrapper #layout_wrapper2 #layout_wrapper3 #layout_wrapper4 #main_wrapper #main #content_wrapper #content .post_body #Data2 .error #btnclear {
	font-size: small;
	font-weight: bold;
}
#top #layout_wrapper #layout_wrapper2 #layout_wrapper3 #layout_wrapper4 #main_wrapper #main #content_wrapper #content .post_body #Data2 p #Return {
	font-size: small;
	font-weight: bold;
}
#top #layout_wrapper #layout_wrapper2 #layout_wrapper3 #layout_wrapper4 #main_wrapper #main #content_wrapper #content form p input {
	font-size: small;
	font-weight: bold;
}
#top #layout_wrapper #layout_wrapper2 #layout_wrapper3 #layout_wrapper4 #main_wrapper #main #content_wrapper #content form .error input {
	font-size: small;
	font-weight: bold;
}
.greenhead {
	color: #003;
	background-color: #0F0;
}
#top #layout_wrapper #layout_wrapper2 #layout_wrapper3 #layout_wrapper4 #main_wrapper #main #content_wrapper #content .post .post_body #frmlogin h2 #Login {
	font-size: medium;
	font-weight: bold;
	margin-left: 10px;
}
#top #layout_wrapper #layout_wrapper2 #layout_wrapper3 #layout_wrapper4 #main_wrapper #main #content_wrapper #content .post .post_body #frmlogin table tr td #password {
	font-size: medium;
}
#top #layout_wrapper #layout_wrapper2 #layout_wrapper3 #layout_wrapper4 #main_wrapper #main #content_wrapper #content .post div .box_title a {
	font-size: large;
}
.Register {
	font-size: xx-large;
	float: right;
	color: #03F;
	background-color: #999;
	border: medium double #333;
	width: 250px;
	margin-bottom: 25px;
	clear: right;
}
.Logon {
	font-size: xx-large;
	float: right;
	background-color: #00F;
	color: #FFF;
	width: 250px;
	border: medium groove #FFF;
	margin-bottom: 25px;
}
#top #layout_wrapper #layout_wrapper2 #layout_wrapper3 #layout_wrapper4 #main_wrapper #main #content_wrapper #content .post .post_body .Logon h6 a {
	font-size: xx-large;
}
#top #layout_wrapper #layout_wrapper2 #layout_wrapper3 #layout_wrapper4 #main_wrapper #main #content_wrapper #content .post .post_body .Register h6 a {
	font-size: xx-large;
}
.centrepicture {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.ladderlink {
	font-size: medium;
}
.blueheader {
	font-size: small;
	font-weight: bold;
	color: #000;
	background-color: #09F;
}
#button {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
}
#top #layout_wrapper #layout_wrapper2 #layout_wrapper3 #layout_wrapper4 #dashboard_outer #dashboard h1 {
	color: #FFF;
	text-align: center;
}
#top #layout_wrapper #layout_wrapper2 #layout_wrapper3 #layout_wrapper4 #dashboard_outer #dashboard p a img {
	text-align: center;
}
.imagefooter {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
}

