﻿/*  
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: 14pt;
	vertical-align: baseline;
/*	background: transparent;*/
	}
	
body { 
	line-height: 1; 
	}   
	
ol, ul {
	padding-left:5px;
	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: 12pt; /* reset 1em to 10px */
	height: 100%;
}

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


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

li {
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 0px;
	line-height: 1.25;
	text-indent: -5px;
}

p {
	padding-top:8px;
	line-height: 1.5;
	text-indent: -5px;
}

h1 {font: normal 16pt Georgia,sans-serif;}
h2 {font: normal 14pt Georgia,sans-serif;}
h3 {font: normal 13pt Georgia,sans-serif;}
h4 {font: normal 12pt Georgia,sans-serif;}
h5 {font: normal 10pt Georgia,sans-serif;}
h6 {font: bold 9pt Georgia,sans-serif;}

h1,h2,h3,h4,h5,h6 {margin-bottom: 0.2em;margin-top:10px;}

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


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

table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data_table th {
	background: url('images/grain_dark.gif');
	border: 1px solid #CCB;
	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: url('images/grain_light.gif');
	border: 1px solid #DDC;
}


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

dl {margin-bottom: 2em;}
dt,dd {padding: 8px 10px;}
dt {
	background: url('images/grain_dark.gif');
	border-bottom: 1px solid #CCB;
	color: #555;
	font-weight: bold;
}
dd {
	background: url('images/grain_light.gif');
	border-bottom: 1px solid #DDC;
	padding-left: 16px;
}


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

a {color: #543;}
a:hover {
	color: #C40;
	text-decoration: underline;
}


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

fieldset {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	margin: 1em 0 1.2em;
}

input, textarea, select {
	background-color: #FFF;
	border-color: #777 #CCC #CCC #777;
	border-style: solid;
	border-width: 1px;
	font: normal 1em Verdana,sans-serif;
	padding: 4px;
}

input.button {
	border-left: 1px solid #CCC;
	border-right: 1px solid #888;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #888;
	background: #E9E8E8 url('images/backgrounds.gif') repeat-x 0 -366px;
	color: #444;
		cursor: pointer;
		font: normal 1em Verdana,sans-serif;
		margin-top: 5px;
		padding: 6px;
		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: url('images/grain_light.gif');
	border-bottom: 1px solid #E1E1D5;
	padding: 10px 0;
}
.form_required {font-weight: bold;}
.form_row_submit, .legend {
	background: url('images/grain_dark.gif');
	border-bottom: 1px solid #CCB;
	border-top: 1px solid #CCB;
	padding: 4px 0 8px;
}
.legend {padding: 8px 18px 6px;}
.form_property, .form_value {float: left;}
.form_property {
	font-size: 12pt;
	text-align: right;
	width: 110px;
}
.form_value {padding-left: 24px;}
.form_row_submit .form_value {padding-left: 132px;}


/* 
   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;	
}


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

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


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

/* General */

.menuDiv {
	margin: 0px auto 0 auto;
	width:1050px;
}

.center_wrapper {
	margin: 0px auto 0 auto;
	width: 1050px;
}

#_topLinksUl {
	text-align:center;
}

#_topLinksUl a {
	padding:8px 5px 8px 5px;
	}

#header {
	background: #35322B url('images/backgrounds.gif') repeat-x 0 0;
	padding-top: 8px;
}

/* Toplinks */
#toplinks {
	background: #353530 url('images/toplinks.gif') no-repeat left top;
	color: #554;
	float: right;
	font-size: 10pt;
	height: 27px;
	width: 230px;
}

#toplinks_inner {
	font-size:10pt;
	padding-top: 3px;
	text-align: center;
}

#toplinks a {
	color: #887;
	font-size:10pt;
	}

#toplinks a:hover {color: #DDC;}

/* Site title */
#site_title {
	text-align: center;
	color: #998;
	padding: 0 0 30px 0;
	height: 66px;
}

#site_title a {
	font-size:24pt;
	color: #FFF;
	text-decoration: none;
}

#site_title a:hover {color: #FFB;}
#site_title h1 span {color: #CCB;}

/* Navigation */
/*#navigation ul, #navigation li {display: inline;}*/
#navigation li {display: inline;}

#navigation ul {
	margin-left:auto;
	margin-right:auto;
	width:1050px;
	}
/*#navigation, #navigation a {background: #958573 url('images/backgrounds.gif') repeat-x 0 -222px;}*/

#navigation {
	background-image: url('images/links_background.gif');
	height: 40px;
}

#navigation a {
	color: #654;
	float: left;
	font: bold 12pt Georgia, Tahoma, sans-serif;
	text-align: center;
	text-decoration: none;
	height: 21px;
	border: 1px outset #C0C0C0;
	padding: 8px 10px 8px 10px;
	}

#navigation li:first-child a {border-left: 1px solid #AFA69C;}

#navigation a:hover,#navigation li.current_page_item a {
	border: 1px inset #C0C0C0;
	color: #663300;
	background-image: url('images/links_background_in.gif')
}

/* Main */
#main_wrapper_outer {
	background: url('images/grain.gif');
	margin-top:0px;
	}

#main_wrapper_inner {
	background: url('images/main_wrapper_inner.gif') repeat-x left top;
	line-height: 1.4em;
	padding-top: 0px;
}

#main {
	/*	font: normal 0.9em Verdana,sans-serif;*/
	width: 1050px;
	padding: 15px 10px 40px 10px;
	background-image: url('images/Ocupant-Image.png');
	min-height: 650px;
	margin-top: 3px;
}

#main ol, #main ul {margin: 0 0 1.2em 1.6em;}
#main ul li {list-style: disc;}
#main ol li {
	list-style: decimal;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main li {padding: 2px 0;}

/* Sidebar */
#sidebar {
	color: #665;
	width: 286px;
	border-left: 1px solid #CCB;
}
#sidebar_content {padding-left: 25px;}
#sidebar a {color: #665;}
#sidebar a:hover {color: #C40;}

/* Dashboard */
#dashboard {
	background: #DDD url('images/grain_dark.gif');
	border-top: 1px dashed #C0C0B0;
}

#dashboard_content {padding: 16px 0 22px;}

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

#dashboard li {
	color: #887;
	padding: 5px 0;
}
#dashboard li {border-top: 1px dashed #C6C6B6;}
#dashboard li a {
	color: #606050;
	text-decoration: none;
}
#dashboard li a:hover {
	color: #332;
	text-decoration: underline;
}


/* Footer links */
#footer {
	color: #AA9;
	padding: 12px 0;
}
#footer a {color: #BBA;}
#footer .right, #footer .right a {
	color: #777;
	text-decoration: none;
}
#footer a:hover {color: #CCB;}


/* 
   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('images/grain_light.gif');
	border: 1px solid #E5E5D5;
	color: #776;
	font-size: 12pt;
	padding: 8px 10px;
}
.post_meta a {color: #665;}
.post_meta a:hover {color: #001;}

/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {margin-bottom: 1em;}
.archive_post_date {
	background: url('images/grain_light.gif');
	border-bottom: 1px solid #C5C5B5;
	border-right: 1px solid #CFCFBF;
	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 {	
	background: url('images/grain_dark.gif');
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.thumbnails a.thumb:hover {background: #C6C6BA;}
.thumbnails .thumb img {display: block;}


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

.box {margin-bottom: 1.5em;}
.box_title {
	background: url('images/grain_dark.gif');
	color: #665;
	font-weight: bold;
	padding: 5px 8px;
}
.box_content {padding: 8px 0 8px;}
.box li {
	border-top: 1px solid #DDC;
	padding: 4px 6px;
}
.box li:first-child {border-top: none;}


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

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

.comment {
	border-bottom: 1px solid #D6D6C6;
	padding-top: 10px;
}
.comment_date {
	font-size: 12pt;
	padding-top: 4px;
}
.comment_date a {
	color: #665;
	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;
}
.comment_author {padding-top: 3px;}

#module_links {
	padding:5px;
	text-align:center;
	}

.ml:hover {
	background-image:url('images/links_background-small-in.gif');
	}

.ml, .ml_on{
	margin: 0px -3px 0px -3px;
	padding: 5px;
	font-size: 10pt;
	text-decoration:none;
	}

.ml {
	background-image:url('images/links_background-small-out.gif');
	border: 1px ridge #CC9900;
	color:#996633;
	}

.ml_on {
	background-image:url('images/links_background-small-in.gif');
	border: 1px ridge #CC9900;
	border-bottom: 1px solid #F2F2F2;
	color:#663300;
	}

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

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

.videoButton {
	color:#333333;
	border: 1px outset #F5F5F5;
	padding: 3px 8px 3px 8px;
	margin: 2px 0px 2px 0px;
	text-decoration: none;
	font-size: 10pt;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	vertical-align: middle;
	display: inline;
	width: 179px;
}

.videoButton:hover {
	color:#000000;
	text-decoration:underline;
	font-size: 10pt;
	color:#003300;
	border: 1px ridge #F5F5F5;
	background-color:#CCCCCC;
}


/*Used for Previous Next links.*/
.prevNext{
	margin-top:20px;
	text-align:left;
	font-size:10pt;
	}

.prevNext a{
	font-size:10pt;
	}

.modulsDiv {
	margin-top:10px;
	background-image: url('images/Ocupant-Image.png');
	border:inset 1px white;
	padding:5px;
	}

.modulsDiv p {
	padding-left:5px;
	}

.modulsDiv:hover {
	background-image: url('');
	background:#FFFFFF;
	}
