/*  
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%;
	line-height: 1.0em;
	vertical-align: bottom;
}

body {
	margin: 1em 1em 1em 1em;
	width: 800px;
	font: normal 1.3em Verdana,sans-serif;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

#header { 
	font-weight: bold;
}

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

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

h1 {font: normal 3.2em Verdana,sans-serif;}
h2 {font: normal 2.5em Verdana,sans-serif;}
h3 {font: normal 2em Verdana,sans-serif;}
h4 {font: normal 1.8em Verdana,sans-serif;}
h5 {font: normal 1.6em Verdana,sans-serif;}
h6 {font: bold 1.2em Verdana,sans-serif;}

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

blockquote {
	border-bottom: 1px solid #E0E0D4;
	border-top: 1px solid #E0E0D4;
	display: block;
	margin: 0.6em 0 1.6em;
	padding: 0.8em 1em 0.2em 46px;
}

code {
	display: block;
	border: 1px solid #E0E0D4;
	font: normal 0.9em "Courier New", "Courier";
	white-space: pre;
	padding: 1em 1em 1em 1em;
	overflow: auto;
}

pre {
	display: block;
	border: 1px solid #E0E0D4;
	font: normal 0.9em "Courier New", "Courier";
	white-space: pre;
	padding: 1em 1em 1em 1em;
	overflow: auto;
}

.name { font-size: 3em; font-weight: bold; }
/* 
   Lists
------------------------------------------------------------------- */

dl {margin-bottom: 2em;}
dt,dd {padding: 8px 10px;}
dt {
	border-bottom: 1px solid #CCB;
	font-weight: bold;
}
dd {
	border-bottom: 1px solid #DDC;
	padding-left: 16px;
}

ul {
	list-style: square;
	padding: 0.2em 0em 1em 0em;
}

li {
	margin-left: 3em;
}

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

.box {margin-bottom: 1.5em;}
.box_title {
	border-bottom: 1px solid #665;
	color: #665;
	font-weight: bold;
	padding: 5px 8px;
}
.box_title_highlighted {
	color: #303030;
}

.box_content {overflow:auto;padding: 4px 0 8px;}
.box li {
	border-top: 1px solid #DDC;
	padding: 4px 6px;
}
.box li:first-child {border-top: none;}

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

.bordered {
	border: 1px solid #DDD;
	padding: 3px;
}

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


/* 
   Floats and Centering
------------------------------------------------------------------- */
.center { margin-left: auto; margin-right: auto; text-align: center; }
.left {float: left;}
.right {float: right;}

.clear {clear: both;}


