/*
Theme Name: Fluid Solution
Theme URI: http://www.kaushalsheth.com/
Description:  Totally liquid three-column layout, clean and simple.
Author: Kaushal Sheth
Author URI: http://www.kaushalsheth.cFom/

*/


/*#############################################################
Name: Fluid Solution
Date: 2006-09-06
Description: Totally liquid three-column layout, clean and simple.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */

* {
/*	margin: 0;*/
	padding: 0;
}
a {
	text-decoration: none;
	color: #039;
}

a img
{
border:none;
}

body {	
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #606060;
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode", Verdana,sans-serif;
	text-align: center;
}
p,code,ul {
	font-size: 1.2em;
/*	padding-bottom: 1.2em;*/
}
ol li
{
	list-style-type: decimal;
}
li {
	list-style: none;
}
h1 {
	font-size: 1.4em;
}
code {
	background: url('img/bgcode.gif');
	border: 1px solid #F0F0F0;
	border-left: 6px solid #A00;	
	color: #444;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: #EEE;
	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 {
	font: normal 1.2em "Trebuchet MS",sans-serif;
	color: #06F;
}
/* misc */
.clearer {
	clear: both;
}

/* header */
.header {
	/*background: url('img/stripes.gif') no-repeat;*/
	border-bottom: 1px solid #EEE;
	height: 160px;
	width:	575px;
	margin-bottom: 0px;
}
.header h1 {
	color: #222;
	font: normal 4em sans-serif;
	margin-top: 40px;
	text-align: center;
}

.header h1 a{
color: #222;
text-decoration:none;
}

.header h1 a:visited
{
color: #222;
text-decoration:none;
}

.header h2 {
	border-top: 1px solid #EEE;
	color: #666;
	text-align: right;
}
.header h2 span {
	background: #222;
	color: #EEE;
	padding: 0 6px;
}

/* left side (main content) */
.leftside {
/*	margin: 0px 0px 10px 10px;*/
	margin: 0;
	float:left;
	padding-left: 10px;
	width: 575px;
	background: #fff;
	text-align: justify;
	
}
.content .descr {
	color: #06F;
	font-size: 1.2em;
	margin-bottom: 6px;	
}

.descr a,.descr a:visited
{color: #06F;
}

.content ol li
{
	list-style-type: decimal;
	list-style-image: none;
	font-size: 1em;
}

.content li {
	list-style: url('img/li.gif');
	margin-left: 18px;
}
.content h1 {
	font-size: 2.4em;
	margin-bottom: 4px;
}
.content a,.footer a {
	color: #039;
	text-decoration: none;
}
.content a:hover,.footer a:hover {
	color: #444;
	border-bottom: 1px solid #A00;
}

/* nav & subnavigation */
.nav,.right {
	margin-bottom: 20px;
	background:#fff;
	height: 100%;
/*	position: absolute;*/
/*	top: 40px;*/	
	
}	

/* navigation */
.nav {
	/*right: 23%;*/
	background: #DDD;
	/*text-align: center;*/
	width: 160px;
	float: left;
	/*width: 17%;*/
	 
}


.nav h1 {
	color: #F60;
	margin: 0;
}
.nav li {
	border-bottom: 1px solid #AAA;
}
.nav li a {
	color: #888;
/*	display: block;*/
	font: normal 1em "Lucida Sans Unicode",Verdana,sans-serif;
	padding: 8px 0;
}
.nav li a:hover {
	color: #333;
}

/* subnav */
.right {
	background: #222;
	/*right: 3%;*/
	/*width: 18%;*/
	width:160px;
	float:left;
}
.subnav {
/*	padding: 12px 12px 0;*/
	padding: 3px 3px 0;
	font-size: 0.9em;
	color: #AAA;
}
.subnav h1 {
	color: #06F;
	font-size: 1.5em;
	height: 20px;
	margin-left: 8px;
}
.subnav ul {
	margin: 0 0 16px;
	padding: 0;
	color: #AAA;
}
.subnav li { 
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #333;
	padding-bottom: 6px;
	display: block;
	color: #AAA;
}
.subnav h1 a
 {
 color: #06F;
 }
 
.subnav li a {	
	color: #777;
	/*display: block;*/
	padding: 3px 0px 3px 8px;
	text-decoration: none;
}
.subnav li a:hover {
	color: #DDD;
}

/*lsubnav*/
.lsubnav {
	/*padding: 12px 12px 0;*/
	padding: 3px 3px 0;
	font-size: 0.9em;
}
.lsubnav h1 {
	color: #06F;


	font-size: 1.5em;
	height: 20px;
	margin-left: 8px;
}
.lsubnav ul {
	margin: 0 0 16px;
	padding: 6px 6px 0;
}
.lsubnav li { 
	list-style: none;
	margin: 0;
	padding-bottom: 6px;
	display: block;
}
.lsubnav h1 a
 {
 color: #06F;
 }
 
.lsubnav li a {	
	color: #777;
/*	display: block;*/
	padding: 3px 6px 3px 8px;
	text-decoration: none;
}
.lsubnav li a:hover {
	color: #333;
}

/* round edges */
.bround{
	clear:both;
	float:left;
}
.roundtl,.roundtr,.roundbl,.roundbr {
	background: url('img/round.gif');
	height: 16px;
	width: 14px;
}
.roundtl,.roundbl {
	float: left;
}
.roundtr,.roundbr {
	float: right;
}
.roundtr {
	background-position: right top;
}
.roundbr {
	background-position: right bottom;
}
.roundbl {
	background-position: left bottom;
}
/*grey round*/
.groundtl,.groundtr,.groundbl,.groundbr {
	background: url('img/ground.gif');
	height: 16px;
	width: 14px;
}
.groundtl,.groundbl {
	float: left;
}
.groundtr,.groundbr {
	float: right;
}
.groundtr {
	background-position: right top;
}
.groundbr {
	background-position: right bottom;
}
.groundbl {
	background-position: left bottom;
}

/*light round*/
.lroundtl,.lroundtr,.lroundbl,.lroundbr {
	background: url('img/lround.gif');
	height: 16px;
	width: 14px;
}
.lroundtl,.lroundbl {
	float: left;
}
.lroundtr,.lroundbr {
	float: right;
}
.lroundtr {
	background-position: right top;
}
.lroundbr {
	background-position: right bottom;
}
.lroundbl {
	background-position: left bottom;
}

/* footer */
.footer {
	color: #666;
/*	border-top: 1px solid #EEE;*/
	font: normal 1em Verdana,sans-serif;
	margin: 0 10px;
	padding: 8px 6px;
	clear: both;
	float: left;	
	width: 100%;
	background:#ffffff;
	text-align:center;
}


/*post stylng*/
.post{margin:0 0 25px 0;
	padding-right: 10px;}

.post .info{
padding:2px 3px 3px 8px;
border:1px solid #e3e4e4;
background-color:#f5f5f5;
font-size:0.9em;
color:#505050;
}

/*main div*/
.main {
	background-color: white;
	width: 920px;
	height: 100%;
	margin: 20px auto;
	text-align: left;
	overflow: hidden;
	padding: 0;
/*	padding: 0px 10px 0px 0px;*/
	background-image: url(img/back.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.topclearer{
	background-color: white;
	height: 10px;
	width: 910px;
}

.bottomclearer{
	background-color: white;
	background-image: url(img/back.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 910px;
	clear: both;
}


/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #ffffff;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 550px;
}
#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.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.sticky {
	/*font-size: 1.2em;*/
	border: 1px solid #bbb;
	border-width: 1px 0;
	background-color: #eee;
	padding: 15px;
}
/* End captions */ 