/*
 * Copyright (c) 2009, Matt Snider, LLC. All rights reserved.
 * version: 1.0.00
 */

/* remove default element padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* remove borders and possible underlining */
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet {
	border: none;
	font-variant: normal;
}

/* remove stylized font-variations */
address, caption, cite, code, dfn, em, strong, th, var, i, b {
	font-style: normal;
	font-weight: normal;
}

/* table and center elements should always be top left aligned */
caption, th, td, center {
	text-align: left;
	vertical-align: top;
}

q:before, q:after {
	content: '';
}

/* remove cellpadding and cellspacing */
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

/* clear possible list-styles; should override in design */
ul, ol, dir, menu, li {
	list-style: none;
}

/* clear possible heading styles; should override in design */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/* reset position of sup and sub */
sup, sub {
	vertical-align: text-top;
}

/* clear form field font settings */
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}/*
 * Copyright (c) 2009, Matt Snider, LLC. All rights reserved.
 * Version: 1.0.01
 */

html {
	font-size: 100.01%;
}

html body {
	/**
	 *	Browser font-heirarcy:
	 *		1) Mozilla, Opera on PC - arial
	 *		2) IE verdana
 	 *		3) Other browsers
	 */
	/*font: 62.5% "Helvetica Neue",Arial,Helvetica,sans-serif;*/
	font: 62.5% Helvetica,Arial,sans-serif;
	line-height: 1.6em;
	text-align: left;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 12pt;
}

h3 {
	font-size: 11pt;
}

h1, h2 {
	margin: 1em 0;
}

h4 {
	font-size: 10pt;
}

h5 {
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}

abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	font-style: italic;
}

blockquote, ul, ol, dl {
	margin: 1em;
}

ol, ul, dl {
	margin-left: 2em;
}

ol li {
	list-style: decimal outside;
}

ul li {
	list-style: disc outside;
}

dl dd {
	margin-left: 1em;
}

th, td {
	padding: .5em;
}

th {
	font-weight: bold;
	text-align: center;
}

caption {
	margin-bottom: .5em;
	text-align: center;
}

code
{
	font-weight: bold;
}

p, fieldset, table {
	margin-bottom: 1em;
}

p, a, label {
	font-size: 10pt;
}

sub {
	vertical-align: text-bottom;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
}

a:link, a
{
	color: #3D49FF;
}

a:visited
{
}

a:hover, a:active
{
	color: #C60E02;
}

/* STANDARD QUOTES */

code,q { quotes: "\201C" "\201D" "\2018" "\2019"; }
code:lang(sv),q:lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
code:lang(da),q:lang(da) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }

q:before, q:before { content: open-quote; }
q:after, q:after { content: close-quote; }

/* SAFARI SUPPORT */

code:before,q:before   { content: '\201C'; }
code:after,q:after    { content: '\201D'; }
q q:before { content: '\2018'; }
q q:after  { content: '\2019'; }

/* BLOCKQUOTES */

blockquote * { quotes: none; }
blockquote > *:before { content: '\201C'; }
blockquote > *:after  { content: '\201D'; }
blockquote q:before   { content: '\2018'; }
blockquote q:after    { content: '\2019'; }

/* LANGUAGE-SPECIFIC QUOTES SAFARI STYLE */

*[lang~='da'] code:before, code[lang~='da']:before,
*[lang~='da'] q:before, q[lang~='da']:before,
*[lang~='da'] blockquote > *:before, blockquote[lang~='da'] > *:before { content: '\201E'; }

*[lang~='da'] code:after, code[lang~='da']:after,
*[lang~='da'] q:after, q[lang~='da']:after,
*[lang~='da'] blockquote > *:after, blockquote[lang~='da'] > *:after { content: '\201C'; }

*[lang~='da'] code[lang~='da'] code:before,
*[lang~='da'] q q:before, q[lang~='da'] q:before,
*[lang~='da'] blockquote q:before, blockquote[lang~='da'] q:before { content: '\2019'; }

*[lang~='da'] code[lang~='da'] code:after,
*[lang~='da'] q q:after, q[lang~='da'] q:after,
*[lang~='da'] blockquote q:after, blockquote[lang~='da'] q:after { content: '\2019'; }

*[lang~='sv'] code:before, code[lang~='sv']:before,
*[lang~='sv'] q:before, q[lang~='sv']:before,
*[lang~='sv'] blockquote > *:before, blockquote[lang~='sv'] > *:before { content: '\201D'; }

*[lang~='sv'] code:after, code[lang~='sv']:after,
*[lang~='sv'] q:after, q[lang~='sv']:after,
*[lang~='sv'] blockquote > *:after, blockquote[lang~='sv'] > *:after { content: '\201D'; }

*[lang~='sv'] code[lang~='sv'] code:before,
*[lang~='sv'] q q:before, q[lang~='sv'] q:before,
*[lang~='sv'] blockquote q:before, blockquote[lang~='sv'] q:before { content: '\2019'; }

*[lang~='sv'] code[lang~='sv'] code:after,
*[lang~='sv'] q q:after,  q[lang~='sv'] q:after,
*[lang~='sv'] blockquote q:after, blockquote[lang~='sv'] q:after { content: '\2019'; }

/* (en) clearfix method for clearing floats */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* (en) essential for Safari browser !! */
.clearfix {
	display: block;
}

/**
 * @group Forms 
 */
 
input, select, textarea
{
	background-color:#FFF;
	border:1px solid #CCC;
	color:#333;
	font-size: 11pt;
	letter-spacing:normal;
	line-height:normal !important;
	padding: 0.1em 0;
	text-align:start;
	text-indent:0;
	text-rendering:optimizelegibility;
	text-shadow:none;
	text-transform:none;
	word-spacing:normal;
}

input:focus, select:focus, textarea:focus
{
	border:1px solid #999;
	color: #111;
}

input.text {
	cursor:text;
}

input.btn {
	background:#333 none repeat scroll 0 0;
	border:2px outset buttonface;
	color:#E5E5E5;
	cursor:default;
	font-weight:normal;
	letter-spacing:2px;
	padding: 0.3em;
	text-align:center;
	text-shadow:none;
	text-transform:uppercase;
	white-space:pre;
}

input.btn-round {
	-webkit-border-radius: 5px 10px;
	-khtml-border-radius: 5px 10px;
	-moz-border-radius: 5px 10px;
	-o-border-radius: 5px 10px;
	border-radius: 5px 10px;
}

input.btn:hover {
	background-color:#000;
	color: #FFF;
}

legend {
	font-size: 12pt;
	font-weight: bold;
}

form dd.buttons,
form dt {
	clear:left;
}

form dt label {
	display: block;
	width: 8em;
}

/**
 * @end Forms 
 */

/**
 * @group Display
 */

.displayNone {
    display: none!important;
}

.hidden {
    visibility: hidden;
}

/**
 * @end Display
 *//**
 * @group Link List
 */

.link-list
{
	float: left;
	height: 1.5em;
	margin: 0;
}

.link-list li
{
	display: block;
	float: left;
	list-style: none;
	margin-right: 1.5em;
}

.link-list li a
{
	display: block;
}

/**
 * @end
 */

/**
 * @group Layer
 */

#layer
{
	height:0;
	left:0;
	overflow:visible;
	position:absolute;
	top:0;
	width:100%;
	z-index:100;
}

#mask, .mask
{
	background-color:#000;
	height:100.01%;
	left:0;
	position:absolute;
	top:0;
	width:100.01%;
	z-index:100;
}

/**
 * @end
 */


/**
 * @group rounded-corners
 */

.rounded-corners
{
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

/**
 * @end
 */

/**
 * @group Column
 */

.column
{
	float: left;
}

/**
 * @end
 *//*
 * Copyright (c) 2009, Matt Snider, LLC. All rights reserved.
 * Version: 1.0.00
 */

#doc
{
	background: #FFF url(../images/bg/box_gradient.png) repeat-x scroll 0 0;
	text-align: left;
	padding: 3em 0;
}

.container
{
	margin: 0 auto;
	width: 90%;
	max-width: 75em;
	min-width: 50em!important;
}

hr
{
	border-color:#CFCFCF -moz-use-text-color #FFFFFF;
	border-style:solid none;
	border-width:1px 0;
	color: #999;
	display:block;
	height:1px;
	margin:0.6em 1px;
}

h1
{
	border-bottom:3px double #CCC;
	color:#444;
	font-family:Georgia,"Times New Roman",Times,Serif;
	font-size:5em;
	font-weight:normal;
	letter-spacing:0;
	line-height:1.2em;
	margin:0 0 0.2em;
	padding:0.2em 0;
	text-transform:none;
}

blockquote
{
	color: #1C1;
	font-size: 10.5pt;
}

blockquote strong
{
	color: #333;
	display: block;
	font-size: 9pt;
}

/**
 * @group Options
 */

.width100 .container {
	max-width: none;
}

/**
 * @end
 */

/**
 * @group Header/Footer
 */

#footer,
#header
{
	background-color: #232323;
	line-height: 2.8em;
	height: 2.8em;
	overflow: auto;
	position: fixed;
	width: 100%;
	z-index: 100;
}

#footer,
#header a
{
	color: #DDD;
	text-decoration: none;
}

#header
{
	overflow: visible;
	top: 0;
}

#footer
{
	bottom: 0;
}

#header li.logo a
{
	font-family: Impact, Charcoal, sans-serif;
	height: 1.8em;
	line-height: 1.8em;
}

#header li.logo span
{
	color: #FFF;
	font-size: larger;
}

#header a:hover
{
	color: #FFF;
}

#header form
{
	float: right;
	height: 2.6em;
}

#header fieldset
{
	border: none;
	margin:0;
	width: 24em;
}

#header form input.text
{
	margin-top: 2px;
	width: 12em;
}

#header form input.btn
{
	float: right;
	font-size: 9pt;
	margin: 2px 0.4em;
	padding: 0 0.4em 0.1em;
}

#header .submenu {
	background-color: #232323;
	display: none;
	position: absolute;
}

#header .submenu ul {
	margin: 0;
	padding-left: 1em;
}

#header .hover .submenu {
	display: block;
}

#footer a.feed
{
	color: #3DFF49;
}

#footer a.contact
{
	color: #FF3D49;
}

/**
 * @end
 */

/**
 * @group Message/Error
 */

.message {
	background: #CFEBF7 url(../images/bg/notice.gif) no-repeat scroll 1em 50%;
	border: #2580B2 1px solid;
}

.error {
	background-color: #FC0;
	border: #FC0 1px solid;
}

.message,
.error {
	margin-top: 1em;
}

.message p,
.error p {
	border: 1px solid #FFF;
	font-size: larger;
	font-weight: bold;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 2.5em;
}

/**
 * @end
 */

/**
 * @group Post
 */

.post
{
	color: #333;
	margin-top: 1.5em;
}

.post a
{
	text-decoration: none;
}

.post a:hover
{
	text-decoration: underline;
}

.post h3,
.post h3 a
{
	font-size: 14pt;
	line-height: 1.1em;
}

.post .post-body
{
	clear: left;
	padding: 0.5em 0.2em;
}

.post .post-date
{
	color: #999;
	margin: 0;
	padding: 0 0.3em;
	font-style: italic;
}

.post .post-date span {
	font-style: normal;
}

.post .post-tags-title
{
	padding-left: 0.2em;
}

.post .post-date,
.post .post-date a
{
	font-family: Georgia,Times,Times New Roman,serif;
	font-size: 9pt;
}

.post .post-date a
{
	margin-left: 0.3em;
}

.post .post-title
{
	padding: 0.25em;
}

.post .post-comments
{
	float: right;
	font-size: 12pt;
}

.post .post-tags,
.post .post-tags a
{
	font-size: 11pt;
}

.post .post-more
{
	margin-bottom:0;
	padding-top:1.5em;
}

.post .post-more a
{
	color:#493DFF;
	font-weight:bold;
}

.post .post-more a:hover
{
	color:#FF3D49;
}

.post ul li
{
	font-size:11pt;
}

/**
 * @end
 */

/**
 * @group Box
 */

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

.box .content
{
	background:#FEFEFE url(../images/bg/box_gradient.png) repeat-x scroll 0 0;
	padding: 1.8em;
}

/**
 * @end
 */

/**
 * @group Navigation
 */

.pagination
{
	height: 2.8em;
	line-height: 2.8em;
	padding: 0.75em 0 3em;
}

.pagination .newer
{
	float: right;
}

/**
 * @end
 */

/**
 * @group Dynamic Section
 */

#dynamic
{
	margin-top: 0.5em;
}

.adsense
{
	margin-top: 1em;
}

/**
 * @end
 */

/**
 * @group Project
 */

#project
{
}

#project a.image,
#project img
{
	float: left;
	width: 18em;
}

#project a.image
{
	display: block;
	margin-right: 1em;
}

/**
 * @end
 */

/**
 * @group About
 */

.about h3
{
	margin: 0.5em 0;
	text-transform:uppercase;
}

.about .col1 img
{
	display: block;
	float: left;
	margin-right: 1em;
}

.about .col2 p.image
{
	border-bottom: 3px double #DDD;
	border-top: 3px double #DDD;
	padding: 1em 0 0.5em;
}

.about p
{
	margin-top: 0;
	text-align: justify;
}

.about p.contact a
{
	background: transparent url(/assets/images/icon/mail-icon.gif) no-repeat scroll 0 0;
	padding-left: 1.8em;
}

.about .col1
{
	min-width: 30em;
	width: 58%;
}

.about .col2
{
	float: right;
	width: 30em;
}

.about .col2 h3
{
	color: #777;
	font-size: 10.5pt;
}

.about .col2 li
{
	font-size: 10pt;
	padding: 0.5em 0;
}

/**
 * @end
 */

/**
 * @group Contact
 */

form.contact dl
{
	margin-left: 0;
}

form.contact dd
{
	margin: 0;
	padding-bottom: 1em;
}

form.contact label
{
	color:#777;
	font-size:10pt;
	letter-spacing:2px;
	text-transform:uppercase;
}

form.contact input.text,
form.contact textarea
{
	min-width: 20em;
	width: 90%;
}

/**
 * @end
 */

/**
 * @group Properties Table
 */

table.properties {
	font-size: 10pt;
}


table.properties th {
	text-align: left;
	font-size: 11pt;
}


table.properties td.label {
	color: #333;
	font-weight: bold;
}

/**
 * @end
 */