/*
Template name: Fluid Solution
Template URI: http://templates.arcsin.se/fluid-solution-website-template/
Release date: 2006-09-06
Last updated: 2009-08-08
Description: Totally liquid three-column layout, clean and simple.
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
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   Standard Elements
------------------------------------------------------------------- */

a {text-decoration: none;}

body {
	background: #FFF url(img/bg.gif) repeat-x;
	color: #444;
	font: normal 13px verdana,arial,sans-serif;
	padding-top: 40px;
	line-height:1.6em;
}

p,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

li {
	list-style: none;
}
h1 {
	font-size: 1.4em;
}
.code {
	background: url('img/bgcode.gif');
	border: 1px solid #F0F0F0;
	border-left: 6px solid #F06;	
	color: #444;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin: 12px 0;
	padding: 8px 10px;
}

.code table{
		margin:0 !important;
		padding:0;
}

.code table td{
	padding:0 10px 0 0;
}

blockquote {
	background: #FBFCF5;
	border-bottom: 1px solid #EED;
	border-top: 1px solid #EED;
	color: #444;
	display: block;
	font: normal 0.9em Verdana,sans-serif;
	margin-bottom: 12px;
	padding: 12px;
}

h1,h2,h3,h4 {
	color: #F06;
}


/* misc */
.clearer {
	clear: both;
}

/* 
   Layout
------------------------------------------------------------------- */

/* header */
.header {
	background: url('img/stripes.gif') no-repeat;
	border-bottom: 1px solid #EEE;
	height: 160px;
	margin-bottom: 24px;
}
.header h1 {
	color: #222;
	margin-top: 20px;
	text-align: center;
}

.header h1 a{
		font-size:2em;
		color:#222222;
		line-height:2.4em;
}

.header h1 a:link,
.header h1 a:visited,
.header h1 a:active,
.header h1 a:hover{
		color:#222222;
}



.header h2 {
	border-top: 1px solid #EEE;
	color: #666;
	text-align: right;
	font-weight:normal;
}
.header h2 span {
	background: #222;
	color: #EEE;
	padding: 0 6px;
	line-height:1em;
}

/* left side (main content) */
.main-left {
	margin: 0 24% 20px 4%;
}
.content .descr {
	color: #06F;
	font-size: .9em;
	margin-bottom: 6px;
	text-align:right;
}

.content .descr a:link,
.content .descr a:visited,
.content .descr a:active,
.content .descr a:hover{
	color: #06F;
}

.content li {
	list-style: url('img/li.gif');
	margin-left: 18px;
}
.content h1 {
	margin-bottom: 4px;
	font-weight:bold;
}

.content h1 a:link,
.content h1 a:visited,
.content h1 a:active,
.content h1 a:hover{
	color: #F06;
}

.content h1 a:hover{
	text-decoration:underline;
}

.separator {
	padding-right:3px;
}

.content a,
.footer a {
	color: #F06;
	text-decoration: none;
}
.content a:hover,
.footer a:hover {
	color: #F00;

}

/* nav & subnavigation */
.nav,.main-right {
	margin-bottom: 20px;
	position: absolute;
	top: 40px;
}	

/* navigation */
.nav {
	right: 23%;
	text-align: center;
	width: 17%;
}
.nav .logo {
	background: url('img/logo.gif') no-repeat center top;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	height: 159px;	
}

.nav h1 {
	color: #F60;
	margin: 12px 0;
}
.nav li {
	border-bottom: 1px solid #EEE;
}
.nav li a {
	color: #888;
	display: block;
	font: normal 1.4em serif;
	padding: 8px 0;
}
.nav li a:hover {
	background: #FAFAFA;
	color: #F06;
}

/* subnav */
.main-right {
	right: 3%;
	width: 18%;
}

.bg_right{
	background: #222;
	zoom:1;
}

.subnav {
	padding: 6px 12px 0;
	font-size: 1em;
}
.subnav h1 {
	color: #F06;
	font-size: 1em;
	line-height:1.1em;
	margin:3px 2px 0 2px;
	font-weight:normal;
}
.subnav ul {
	margin: 0 0 16px;
	padding: 0;
}
.subnav li { 
	list-style: none;
	margin: 0;
/*	border-bottom: 1px solid #333; */
	font-size: .75em;
	zoom:1;
}
.subnav li a {	
	color: #777;
	display: block;
	line-height:1.1em;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
}
.subnav li a:hover {
	color: #DDD;
}

.subnav ul li ul{
	margin: 0;
}

.subnav ul li ul li{
	font-size: .9em;
}

.subnav ul li ul li ul li{
	font-size: .8em;
}

/* round edges */
.roundtl,.roundtr,.roundbl,.roundbr {
	background: url('img/round.gif');
	height: 16px;
	width: 14px;
	zoom:1;
}
.roundtl,.roundbl {float: left;}
.roundtr,.roundbr {float: right;}
.roundtr {background-position: right top;}
.roundbr {background-position: right bottom;}
.roundbl {background-position: left bottom;}

/* footer */
.footer {
	color: #666;
	font: normal 1em Verdana,sans-serif;
	padding: 8px 6px;
}
.footer .right, .footer .right a {color: #AAA;}
.footer .right a:hover {color: #333;}


/* Floats */ 
.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
	height: 0;
}


/* Entry Box */ 
.entry-asset{
	margin-bottom:70px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc ;

}

.asset-footer{
		margin-top:10px;
}

#twitter{
	margin:10px 0;
	background:#fff;
	font-size:.8em;

}
#twitter h2{
	font-size:1.4em;
	margin:0 10px;
}

#twitter_update_list{
	margin:0 10px;
	padding:0;
	color:#fff;
	line-height:1.2em;
}

#twitter_update_list a{
	color:#777777;
}


/* EntryBox */

.entryBox .asset-header{
	margin-bottom: 30px;
}

.entryBox .asset-header .asset-meta{
	text-align: right;
}
 
/*  entry-tags & entry-categories */

.entry-tags h4{
	clear: both;
	color: #444444;
	font-weight: bold;
	float: left;
	margin-right: 8px;

}

.entry-tags li{
	float: left;
	margin-right: 8px;
	list-style: none;
	font-size: .8em;
	margin-left: 0;
}


.entry-categories h4{
	clear: both;
	color: #444444;
	font-weight: bold;
	float: left;
	margin-right: 8px;

}

.entry-categories li{
	float: left;
	margin-right: 8px;
	list-style: none;
	font-size: .8em;
	margin-left: 0;
}

.entry-categories li a,
.entry-tags li a{
	color: #444444;
}

/*  page-title */

.cat h1#page-title{
	background-color: #222222;
	color: #fff;
	padding: 4px 8px;
	margin-bottom: 25px;
}
 
 
.cat h2.asset-name{
font-size: 1.4em;
}

.content-nav{
text-align: center;
}


.txtRed{
	color:#ff0000;
}

.txtBlue{
	color:#00F;
}

.txtS{
	font-size:.8em;
}

.txtL{
	font-size:1.2em;
}


