/*  
Template name: Emplode
Template URI: http://templates.arcsin.se/emplode-website-template/
Release date: 2008-12-19
Description: A clean and simple 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 (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 {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	background: #303535;
	color: #000;
	font: normal 1.3em Georgia,sans-serif;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}


/* 
   Typography 
------------------------------------------------------------------- */

p {
	line-height: 1.4em;
	padding: 0.2em 0 1.2em;
}

h1 {font: bold 3em Georgia,sans-serif;}
h2 {font: bold 2.2em Georgia,sans-serif;}
h3 {font: normal 2em Georgia,sans-serif;}
h4 {font: normal 1.8em Georgia,sans-serif;}
h5 {font: normal 1.6em Georgia,sans-serif;}
h6 {font: bold 1.2em Georgia,sans-serif;}

h1,h2,h3,h4,h5,h6 {margin-bottom: 0.2em; color:#400;}

h4 a {color:#400;}

blockquote {
	background: #F2F6F6 url('img/css/backgrounds.gif') no-repeat 0 -414px;
	border-bottom: 1px solid #D4E0E0;
	border-top: 1px solid #D4E0E0;
	color: #233;
	display: block;
	margin: 0.6em 0 1.6em;
	padding: 0.8em 1em 0.2em 46px;
}


/* 
   Tables
------------------------------------------------------------------- */

table.data_table {
	border: 1px solid #BCC;
	margin-bottom: 2em;
	width: 100%;
}
table.data_table th {
	background: #D9E2E2;
	border: 1px solid #BCC;
	color: #000;
	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: #EEF;
	border: 1px solid #CDD;
}


/* 
   Lists
------------------------------------------------------------------- */

dl {margin-bottom: 2em;}
dt,dd {padding: 8px 10px;}
dt {
	background: #d9e2e2;
	border-bottom: 1px solid #BCC;
	color: #000;
	font-weight: bold;
}
dd {
	background: #eef;
	border-bottom: 1px solid #CDD;
	padding-left: 16px;
}


/* 
   Links 
------------------------------------------------------------------- */

a {color: #345;}
a:hover {
	color: #04C;
	text-decoration: underline;
}


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

fieldset {
	border: 1px solid #BCC;
	margin: 0 0 15px;
	position: relative;
}

#main_content fieldset h3 {
	padding:10px;
	margin:0;
	background-color: #304050;
	color: #FFF;
	border:none;
}

fieldset div {
	display:block;
	width:100%;
	border-bottom: 1px solid #BCC;
	padding: 7px 0;
}
fieldset div:after {clear:both; content:"."; display:block; height:0; visibility:hidden; }

fieldset div.last {
	border:none;
}

fieldset label {
	display:block;
	float:left;
	width:138px;
	padding:4px;
	text-align:right;
	font-size:12px;
	margin-right:12px;
}

fieldset input, fieldset textarea, fieldset select, fieldset div.form_input {
	background-color: #FFF;
	border-color: #777 #CCC #CCC #777;
	border-style: solid;
	border-width: 1px;
	width:360px;
	font: normal 12px Verdana,sans-serif;
	padding: 4px;
	float:left;
}

fieldset input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active,input.button:hover,input.button:focus {background: #DEF;}

fieldset textarea {overflow: auto;}

fieldset input.image {
	border: 0;
	padding: 0;
}

fieldset input.reset, fieldset input.submit, fieldset a.cancel {
	display:block;
	float:right;
	width:150px;
	padding:4px;
	margin:0 12px 0 0;
	background-color:#304050;
	border-color: #777 #CCC #777;
	border-style:solid;
	border-width:1px;
	text-align:center;
	text-decoration:none;
	font:normal 12px Verdana, sans-serif;
	color:#FFF;
	cursor:pointer;	
}

fieldset a.cancel {
	height:18px;
}

fieldset div.text {
	width:520px;
	padding:10px;
}

fieldset input:disabled,textarea:disabled {color:#666;}

/* 
   Images 
------------------------------------------------------------------- */

img.bordered {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}

img.left {margin: 0 15px 12px 0;}
img.right {margin: 0 0 15px 12px;}


/* 
   Floats
------------------------------------------------------------------- */

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

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}
.clear2 {display:block;}
.clear2:after {clear:both; content:"."; display:block; height:0; line-height:0; visibility:hidden; }

/* 
   Misc 
------------------------------------------------------------------- */

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


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

/* General */
.center_wrapper {
	margin: 0 auto;
	width: 855px;
}

.hidden {display:none;}

.error {color:#900; margin:0 0 10px 0; text-align:center; font-weight:bold;}

.info {color:#090; margin:0 0 10px 0; text-align:center; font-weight:bold;}

.center {text-align:center;}

div#login fieldset {padding:14px 0;}
div#login fieldset div {border-bottom:none;}

ul#files {margin:10px 0;}
ul#files li {list-style-type:none; display:block; margin:10px 0; padding:0 0 10px 0; border-bottom:1px solid #DDD}
ul#files li a {text-decoration:none; color:#009;}
ul#files li a:hover {text-decoration:underline; color:#04C;}
ul#files li div.files_name {float:left; width:500px;}
ul#files li div.files_name div.files_caption {width:480px; margin:5px 0 0 20px; }

#header {
	background: #2B3235 url('img/css/backgrounds.gif') repeat-x 0 0;
	padding-top: 8px;
}

#header .center_wrapper {
	height:137px;
	border-bottom: 1px solid #1387c0;
	position:relative;
	background:url('img/header/h6.jpg') no-repeat 0 0;
}

#header #logo {
	position:absolute;
	top:22px;
	right:26px;
	border:1px solid #000;
}

/* Site title */
#site_title {
	color: #899;
	padding: 10px 0;
}
#site_title h1 {
	font-size:16px;
	font-weight:bold;
	position:absolute;
	right:10px;
	width:250px;
	text-align:center;
}
#site_title a {
	color: #FFF;
	text-decoration: none;
}
#site_title a:hover {color: #FFB;}
#site_title h1 span {color: #BCC;}
#site_title p {padding:0;}


/* Navigation */
#navigation {border-bottom:1px solid #c2ced4;}
#navigation ul, #navigation li {display: inline;}
#navigation li {display: inline;}
#navigation, #navigation a {background: #738595 url('img/css/backgrounds.gif') repeat-x 0 -222px;}
#navigation a {
	border-right: 1px solid #9CA6AF;
	color: #006;
	float: left;
	font: bold 1em Georgia,Tahoma,sans-serif;
	margin-right: 1px;
	padding: 10px 12px;
	text-align: center;
	text-decoration: none;
}
#navigation li:first-child a {border-left: 1px solid #9CA6AF;}
#navigation a:hover,#navigation li.current_page_item a {
	background-position: 0 -294px;
	color: #900;
}


/* Main */
#main_wrapper_outer {background: #e5e5e5 url('img/css/bkg.png') top left repeat-x;}
#main_wrapper_inner {
	line-height: 1.4em;
}
#main_wrapper_inner .center_wrapper {
	padding:0;
	background:#fff url('img/css/bkg.png') top left repeat-x;
	border-left: 1px solid #9CA6AF;
	border-right: 1px solid #9CA6AF;
}
#main {
	font: normal 0.9em Verdana,sans-serif;
	width: 540px;
	margin-left:15px;
	padding-top:24px;
}

#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;}

#main_content {text-align:justify; font-size:13px; padding-bottom:24px;}
#main_content h1 {text-align:left;}
#main_content h3 {color:#600; border-bottom:1px solid #600; padding-bottom:5px;}

#layout_body {border-top:1px solid #99a2a7;}

/* Sidebar */
#sidebar {
	background:#ddd url('img/css/bkg.png') top left repeat-x;;
	color: #000;
	width: 286px;
	border-left: 1px solid #BCC;
	border-bottom: 1px solid #BCC;
	padding-top:24px;
}
#sidebar_content {padding-left: 25px;}
#sidebar a {display:block; color: #000; text-decoration:none;}
#sidebar a:hover {color: #04C; tet-decoration:underline;}
#sidebar p a {display:inline; color:#0175AE;}


/* Dashboard */
#dashboard {
	background: #DDD url('img/css/grain_dark.gif');
	border-top: 1px dashed #B0C0C0;
}
#dashboard_content {padding: 16px 0 22px;}

#dashboard .col3 {width: 255px;}
#dashboard .col3mid {width: 337px;}
#dashboard .col3mid .col3_content {
	border-left: 1px solid #BCC;
	border-right: 1px solid #BCC;
	padding: 0 20px;
	margin: 0 20px;
}

#dashboard li {
	color: #788;
	padding: 5px 0;
}
#dashboard li {border-top: 1px dashed #B6C6C6;}
#dashboard li a {
	color: #506060;
	text-decoration: none;
}
#dashboard li a:hover {
	color: #233;
	text-decoration: underline;
}


/* Footer links */
#footer {
	color: #9AA;
	padding: 12px 0;
}
#footer a {color: #AAA;}
#footer .right, #footer .right a {
	color: #777;
	text-decoration: none;
	font-size:10px;
}
#footer a:hover {color: #FFB;}


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

.post {margin-bottom: 24px;}

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

.post_date {
	color: #777;
	margin-bottom: 14px;
}
.post_date a {color: #444;}

.post_meta {
	background: url('img/css/grain_light.gif');
	border: 1px solid #D5E5E5;
	color: #677;
	font-size: 0.9em;
	padding: 8px 10px;
}
.post_meta a {color: #566;}
.post_meta a:hover {color: #100;}

/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {margin-bottom: 1em;}
.archive_post_date {
	background: url('img/css/grain_light.gif');
	border-bottom: 1px solid #B5C5C5;
	border-right: 1px solid #BFCFCF;
	float: left;
	margin-right: 12px;
	padding: 3px 0 5px;
	text-align: center;
	width: 44px;
}
.archive_post_day {font: normal 1.8em Georgia,serif;}


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

.thumbnails {margin: 0 -0 2em -8px;}
.thumbnails a.thumb {	
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 0;
	border: 3px solid #555;
}
.thumbnails a.thumb:hover {border:3px solid #000;}
.thumbnails .thumb img {display: block;}
.thumbnails a.more {
	display:block;
	float:left;
	margin:0 0 8px 8px;
	padding:0;
}


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

.box {margin-bottom: 1.5em;}
.box_title {
	background: #0175ae;
	color: #fff;
	font-weight: bold;
	padding: 5px 8px;
}
#sidebar .box_title a {
	color:#fff;
	text-decoration:none;
}
#sidebar .box_title a:hover {
	text-decoration:underline;
}
.box_content {
	padding: 8px 0 8px;
	font-family: Verdana,sans-serif;
}
.box li {
	border-top: 1px solid #777;
	padding: 4px 6px;
}
.box li:hover {
	background-color: #fff;
}
.box li:first-child {border-top: none;}


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

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

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

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


/* 
   IE float/background fixes
------------------------------------------------------------------- */

.legend, blockquote, #sidebar {min-height: 0.01%;}


/*
	Details
------------------------------------------------------------------- */

ul#image_list4page {margin:0;}
ul#image_list4page li {list-style-type:none; margin:15px 0;}
ul#image_list4page li div.image img {border:1px solid #000;}
ul#image_list4page li div.caption {margin:5px 0;}

ul#products_list {margin:10px 0;}
ul#products_list li {list-style-type:none; display:block; margin:10px 0; padding:0 0 10px 0; border-bottom:1px solid #DDD}
ul#products_list li a {text-decoration:none; color:#009;}
ul#products_list li a:hover {text-decoration:underline; color:#04C;}
ul#products_list li div.products_list_name {width:520px;}
ul#products_list li div.products_list_name div.products_list_description {width:500px; margin:5px 0 0 20px; }

ul#pc_gallery {margin:10px 0;}
ul#pc_gallery li {list-style-type:none; display:block; margin:10px 0; padding:10px 0; border-bottom:1px solid #DDD}
ul#pc_gallery li a {text-decoration:none;}
ul#pc_gallery li div.pc_gallery_img {float:left; height:95px; width:100px;}
ul#pc_gallery li div.pc_gallery_caption {float:left; width:420px;}
