/*
Theme Name: Fluid Solution
Theme URI: http://templates.arcsin.se/
Version: 1.0
Description: Totally liquid three-column layout, clean and simple. Based on the <a href="http://templates.arcsin.se/">free website template</a> Fluid Solution.
Author: Viktor Persson
Author URI: http://arcsin.se/
*/

/* standard elements */

* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
        color: #ff0000;
}

a:hover {
        color: #ff0000;
}

a img {
	border:none;
}

body {
	background: #fefeda url('img/logo.png') no-repeat;
	color: #fefeda;
	padding-top: 80px;
	color: #121212;
	font-size: 11px;
	font-family:  Arial, Helvetica, sans-serif;
}
p,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
li {
	list-style: none;
}

h1{
	font-size: 2em; 
    color:#000;
    text-decoration:none;
}

code {
	background: url('img/bgcode.gif');
	border: 1px solid #F0F0F0;
	border-left: 6px solid #F06;	
	color: #444;
	display: block;
	font: normal 1.2em   Arial, Helvetica, Georgia;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: #FBFCF5;
	border-bottom: 1px solid #EED;
	border-top: 1px solid #EED;
	color: #000;
	display: block;
	font: normal 1.4em   Arial, Helvetica, Georgia;
	margin-bottom: 12px;
	padding: 12px;
}



h1,h2,h3,h4 {
	font-family: Arial, Helvetica, Georgia;
	font-size: 14px;
	font-weight: lighter;
	color: #FF0000;
}




/* misc */
.clearer {
	clear: both;
}

/* header */
.header {
	/*background: url('img/stripes.gif') no-repeat;*/
	/*border-bottom: 1px solid #EEE;*/
	height: 41px;
	margin-bottom: 24px;
}
.header h1 {
	color: #e0241d;
	font: normal 14px Arial;
	margin-top: 40px;
	text-align: center;
}

.header h1 a{
color: #FF0000;
text-decoration:none;
}

.header h1 a:visited
{
color: #000000;
text-decoration:none;
}

.header h2 {
	/*border-top: 1px solid #EEE;*/
	color: #e0241d;
	text-align: right;
}
.header h2 span {
	background: #222;
	color: #EEE;
	padding: 0 6px;
}

/* left side (main content) */
.left {
	margin: 0 42% 20px 3%;
}
.content .descr {
	
	font-size: 0.8em;
	margin-bottom: 6px;
        font-style:italic;

}

.descr a,.descr a:visited{
	
	text-decoration:none;
}

.content li {
	list-style: url('img/li.gif');
	margin-left: 18px;
}
.content h1 {
        text-transform:uppercase;
	font-size: 1.6em;
	margin-bottom: 4px;
}
.content a,.footer a {
	
	text-decoration: none;
}
.content a:hover,.footer a:hover {
	color: #ff0000;
	border-bottom: 1px solid #F06;
    text-decoration: none;
}

/* nav & subnavigation */
.nav,.right {
	margin-bottom: 20px;
	position: absolute;
	top: 40px;
}	


/* navigation */
.nav {
	right: 23%;
	text-align: center;
	width: 17%;
	
}
.nav .logo {
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	height: 665px;	
}

.nav h1 {
	color: #F60;
	margin: 12px 0;

}
.nav li {
	border-bottom: 1px solid #EEE;
}
.nav li a {
	color: #FF0000;
	display: block;
	font: italic 12px Arial;
	padding: 8px 0;
	
}
.nav li a:hover {
	background: #FAFAFA;
	color: #F06;
}

/* subnav */
.right {
	background: #fefeda;
	right: 3%;
	width: 18%;
}
.subnav {
	padding: 12px 12px 0;
font-family:  Georgia, TimesNewRoman, serif;
}
.subnav h1 {
	color: #F06;
	font-size: 14px;
	height: 20px;
	margin-left: 8px;
}
.subnav h2 {
	color: #F06;
	font-size: 14px;
	height: 20px;
	margin-left: 8px;
}
.subnav ul {
	margin: 0 0 16px;
	font-size: 12px;
	padding: 0;
}
.subnav li { 
	list-style: none;
	font-size: 12px;
	margin: 0;
/*	border-bottom: 1px solid #333;*/
}
 .subnav h1 a
 {
 color: #F06;
 }
 
.subnav li a {	
	color: #000;
	display: block;
	font-size: 1.1em;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
	font-style: italic;
        text-transform:uppercase;
}
.subnav li a:hover {
	color: #FF0000;
}

.subnav input {
	border: 1px solid #000000;
        background: #fefeda ;
        padding: 2px;
        margin-right:2px;
}

/* round edges */
.roundtl,.roundtr,.roundbl,.roundbr {
 
}
.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;
	border-top: 1px solid #EEE;
	font: normal 0.8em "Courier New", Courier, monospace;
	margin: 0 42% 0 3%;
	padding: 8px 6px;
}
.footer .fright, .footer .fright a {color: #AAA;}


/*post stylng*/
.post{margin:0 0 25px 0; height:auto;}


.post .info{
padding:2px 3px 3px 8px;
border:1px solid #e3e4e4;
background-color:#f5f5f5;
font-size:1.4em;
color:#505050;
}

.postinfo {color: #888; font-size: 11px;}
.postinfo a {color: #222;}



/* Comments Styling */
#commentlist li {
margin-bottom: 1em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
list-style-image: none;
list-style: none;
list-style-type: none;
}

#commentform {
margin: 1.3em 0;
width: 100%;
}

#commentform textarea {
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.3em;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.3em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.3em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

/* floats */
.clearer {clear: both; display: block; font-size: 0; line-height: 0;}
.fleft {float: left;}
.fright {float: right;}