/*
Theme Name: Cerulean Elegance
Theme URI: http://templates.arcsin.se/cerulean-elegance-wordpress-theme/
Description: A clean and simple two-column theme supporting widgets and nested comments. Based on the <a href="http://templates.arcsin.se/cerulean-elegance-website-template/">Cerulean Elegance website template</a>.
Version: 1.01
Author: Viktor Persson
Author URI: http://arcsin.se/
Tags: dark, black, blue, white, two-columns, fixed-width, threaded-comments
Last updated: 2009-08-10
*/


/* 
   Reset (http://meyerweb.com/eric/tools/css/reset/)
------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #094991 url('img/backgroundbluetextureS.jpg') repeat;
	color: #5c5c5c;
	font: normal 14px sans-serif;
	line-height: 20px;	
}


/* 
   Typography 
------------------------------------------------------------------- */

p {padding: 0.2em 0 1em;}

h1 {font: normal 26px sans-serif;}
h2 {font: normal 24px sans-serif;}
h3 {font: normal 22px sans-serif;}
h4 {font: bold 20px sans-serif;}
h5 {font: bold 18px sans-serif;
margin-top: 15px;}
h6 {font: bold 14px sans-serif;}

h1,h2,h3,h4,h5,h6 {
	color: #305778;
	margin-bottom: 10px;
}


blockquote {
	background: #F6F6F6 url('img/quote.gif') no-repeat;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	color: #332;
	display: block;
	margin: 0.6em 0 1.6em;
	padding: 0.8em 1em 0.2em 46px;
}

.buy {
background: #becfa8;
border: 2px solid #9abc6d;
-moz-border-radius: 8px;
padding: 5px;
margin: 5px;
}

.like {
background: #E7E7E7;
border: 1px solid #9abc6d;
-moz-border-radius: 8px;
padding: 10px;
margin: 15px 0px 25px 0px;
}

/* 
   Tables
------------------------------------------------------------------- */

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: 2px;}
table.data_table td {
	background: #F5F5F5;
	border: 1px solid #E0E0E0;
}

table.ratings {
	background: #ffffff;
	border: 2px solid #80A0BB;
	margin: 10px 10px 20px 60px;
	float: left;
	width: 180px;
}

.ratingsHd {
	background: #adc0d1; 
	border: 2px solid #80A0BB;
	font-weight: bold;
	padding: 4px 10px;
}

.ratingsMeeple {
	padding: 5px 5px 5px 8px;
	vertical-align: middle;
}

.ratingsContent {
	font-size: 12px;
	vertical-align: middle;
}

table.buy {
	background: #ffffff;
	border: 2px solid #85a45c;
	margin: 10px 60px 20px 0px;
	float: right;
	width: 180px;
}

.buyHd {
	background: #9abc6d; 
	border: 2px solid #85a45c;
	font-weight: bold;
	padding: 4px 10px;
}
table.fulltable {
	background: #ffffff;
	border: 2px solid #80A0BB;
	margin: 10px 10px 20px 10px;
	width: 580px;
}
.fulltableHd {
	background: #adc0d1; 
	border: 2px solid #80A0BB;
	font-size: 14px;
	padding: 8px 0px 8px 0px;
}
.fulltableContentHd {
	background: #beccda; 
	padding: 3px 0px 3px 5px;
}
.fulltableContent {
	padding: 3px 0px 3px 5px;
}
.fulltableContentAlt {
	background: #eef2f5; 
	padding: 3px 0px 3px 5px;
}



table.fulltableGreen {
	background: #ffffff;
	border: 2px solid #85a45c;
	margin: 10px 10px 20px 10px;
	width: 580px;
}
.fulltableGreenHd {
	background: #a6c47e; 
	border: 2px solid #85a45c;
	font-size: 14px;
	padding: 8px 0px 8px 0px;
}
.fulltableGreenContentHd {
	background: #bed4a1; 
	padding: 3px 0px 3px 5px;
}
.fulltableGreenContent {
	padding: 3px 0px 3px 5px;
}
.fulltableGreenContentAlt {
	background: #eef4e7; 
	padding: 3px 0px 3px 5px;
}

/* 
   Lists
------------------------------------------------------------------- */

dl {margin-bottom: 2em;}
dt,dd {padding: 8px 10px;}
dt {
	border-bottom: 1px solid #D5D5D5;
	background: #E5E5E5;
	color: #555;
	font-weight: bold;
}
dd {
	background: #F5F5F5;
	border-bottom: 1px solid #E5E5E5;
	padding-left: 16px;
}


/* 
   Links 
------------------------------------------------------------------- */

a {
        color: #0E68AB;
        text-decoration: none;
}
a:hover {
	color: #d60;
	text-decoration: underline;
}


/* 
   Forms 
------------------------------------------------------------------- */

fieldset {
	border: 1px solid #CCC;
	border-bottom: none;	
	font-size: 0.9em;
	margin: 1em 0 1.2em;
}

.contactus {
font-size: 0.9em;
}

input, textarea, select {

	font: normal 1em Verdana,sans-serif;
	padding: 5px 6px;
}

input.button {
	background: #FAFAFA;
	border: 1px solid #AAA;
	border-color: #DDD #AAA #AAA #EEE;
	color: #444;
	cursor: pointer;
	font: normal 1em Verdana,sans-serif;
	margin-top: 5px;
	padding: 5px;
	width: auto;
}
input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active,input.button:hover,input.button:focus {background: #FFFFF5;}
input.button:hover, input.button:focus {
	color: #123;
	cursor: pointer;
}

textarea {overflow: auto;}

input.image {
	border: 0;
	padding: 0;
}

/* Specific */

.form_row {
	background: #F5F5F5;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E1E1E1;
	padding: 10px 0;
}
.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 {padding: 8px 18px 6px;}
.form_property, .form_value {float: left;}
.form_property {
	font-size: 1.1em;
	text-align: right;
	width: 110px;
}
.form_value {padding-left: 24px;}
.form_row_submit .form_value {padding-left: 132px;}


/* 
   Images 
------------------------------------------------------------------- */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 2px solid #80A0BB;
	padding: 3px;
}

img.left,img.alignleft {margin: 0 15px 12px 0;}
img.right,img.alignright {margin: 0 0 15px 12px;}

.wp-post-image {
border:2px solid #80A0BB;
margin:5px 10px 5px 0px;
padding:3px;
float:left;
}

.blueborder {
border:2px solid #80A0BB;
margin:5px 10px 5px 0px;
padding:3px;
float:left;
}

.sponsors {
border:2px solid #80A0BB;
margin:3px auto;
padding:3px;

}

/* 
   Floats
------------------------------------------------------------------- */

.left,.alignleft {float: left;}
.right,.alignright {float: right;}
.center,.aligncenter {margin: 0 auto;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}


/* 
   Misc 
------------------------------------------------------------------- */

.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;}


/* 
   Layout 
------------------------------------------------------------------- */

/* General */

#layout_wrapper_outer {background: url('img/Header.png') no-repeat center top;}
#layout_wrapper {
	color: #FFF;
	margin: 0 auto;
	width: 943px;
}

#layout_top {height: 162px;}



#layout_body {
	background: url('img/borderblack939.png') repeat-y;
	padding: 0px 18px 0px;
}

/* Site title */
#site_title {padding: 28px 12px 0;}
#site_title a {
	color: #73BCD1;
	text-decoration: none;
}
#site_title a:hover {color: #FFF;}
#site_title h1 {
	font-size: 24px;
	margin-bottom: 6px;
}
#site_title h1 span {color: #C0C6CF;}
#site_title h2 {
	color: #789;
	font-size: 22px;
}


/* Navigation */
#navigation {
	background: #3A3A3A url('img/navHeaderLong.png') no-repeat;
	font: bold 16px sans-serif;
	padding: 17px 8px 0px;
}
#navigation ul, #navigation li {display: inline;}
#navigation li {display: inline;}
#navigation a {
	float: left;
	margin-right: 1px;
	text-align: center;
	text-decoration: none;
}

#nav1 a {
	color: #dfdfdf;
	padding: 11px 16px 12px;
}
#nav1 a:hover {color: #ff9933;}
#nav1 li.current_page_item a,#nav1 li.current_page_parent a {
	background: url('img/nav-arrow.gif') no-repeat center bottom;
	color: #ff9933;	
}

#nav2 a {
	color: #dfdfdf;
	padding: 10px 16px;
}
#nav2 {
	background: #5090AE url('img/navBlueLong.png') repeat-x;
	margin: 0 -8px;
	padding: 0 8px;
}
#nav2 a:hover {color: #8fc845;}
#nav2 li.current_page_item a {color: #8fc845;}


/* Main */
#main {
	background: url('img/contentbackgroundLongW.jpg') repeat-y;
	border-bottom: 1px solid #C5C5C5;

}
#main ol, #main ul {margin: 0 0 1.2em 1.6em;}
#main ul li {list-style: disc;}
#main ol li {list-style: decimal;}
#main li {padding: 2px 0;}

#content_outer {

	width: 630px;
}
#content {	
	color: #444444;
	padding: 10px 22px;
}

/* Sidebar */
#sidebar_outer {
	width: 270px;
}
#sidebar {
	font-size: 13px;
	line-height: 18px;
	color: #555;
	padding: 16px 22px 10px 12px;	
}
#sidebar a {
color: #555;}

#sidebar a:hover {color: #d17519;}

/* Dashboard */
#dashboard {
	background: url('img/dashboardbackground.png') repeat-y;
	border-top: 1px solid #D5D5D5;
	font-size: 14px;
}
#dashboard_inner {padding: 16px 20px 6px;}

#dashboard .col3 {width: 185px;}
#dashboard .col3 .col3_content {
	padding: 0 20 0 0px;
	margin: 0 20 0 0px;
}
#dashboard .col3mid {width: 260px;}
#dashboard .col3mid .col3_content {
	padding: 0 20px;
	margin: 0 20px;
}
#dashboard .col3mmid {width: 200px;}
#dashboard .col3mmid .col3_content {
	padding: 0 20 0 0px;
	margin: 0 20 0 0px;
}
#dashboard .col_title {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

#dashboard li {
	color: #777;
	padding: 4px 0;
}
#dashboard li {border-top: 1px solid #BEBEBE;}
#dashboard li a {
	color: #666;
	text-decoration: none;
}
#dashboard li a:hover {
	color: #333;
	text-decoration: underline;
}


/* Footer links */
#footer {
	background: url('img/bottomLong.png') no-repeat;
	color: #777;
	font-size: 12px;
	padding: 22px 8px 10px;
}
#footer a {color: #000;}
#footer .right, #footer .right a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {color: #999;}

.copyright {
color: #000000;
margin: 6px 30px;

}



/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post_title a,.post_date a,.post_meta a {text-decoration: none;}
.post_date a:hover,.post_meta a:hover,.post_meta a:hover {text-decoration: underline;}

.post_line {
	border-top: 1px solid #D5D5D5;
	color: #777;
	font-size: 14px;
	padding: 4px 0 4px;
}
.post_date {

	color: #777;
	font-size: 12px;
	padding: 4px 0 4px;
}
.post_date a {color: #444;}

.post_author {
	color: #777;
	font-size: 12px;
	padding: 10px 10px 10px 0px;
}


.post_meta {
	background: #E7E7E7;
	border: 1px solid #D7D7D7;
-moz-border-radius: 8px;
	color: #777;
	font-size: 12px;
	padding: 6px 10px;
}
.post_meta a {color: #345; }
.post_meta a:hover {color: #d60;}

/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {margin-bottom: 14px;}
.archive_post_date {
	background: #F5F5F5;
	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: 0;
}
.archive_post_day {font: normal 1.6em Georgia,serif;}


/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 -0 2em -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 {
	background: #adc0d1;
	border: 1px solid #EAEAEA;
	border-color: #c1d4e4 #95afc8 #95afc8 #c1d4e4;
	color: #485d70;
	font: bold 14px sans-serif;
	padding: 3px 10px;
}
.box_content {padding: 4px 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: 14px;}
.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;
}


/* 
   Captions 
------------------------------------------------------------------- */

.wp-caption {
   border: 2px solid #80A0BB;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 5px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 12px;
   font-style: italic;
   color: #294866;
   line-height: 17px;
   padding: 2px 4px 2px;
   margin: 0;
}

/* Single Line IE Fixes */
* html #nav1, * html #nav2, * html #layout_body, * html #dashboard_inner, * html #footer {height: 0.01%; min-height: 0.01%;}