/*
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.com/

*/


/*#############################################################
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;
}

a img
{
border:none;
}

img.test1 {
     margin-left: 55px;
     margin-bottom: 5px;
     border:solid #000000 1px;
}

img.test2 {
     margin-bottom: 13px;
     border:solid #000000 1px;
}

img.test3 {
     margin-left: 18px;
     margin-bottom: 28px;
     border:solid #FFF 1px;
}

img.test4 {
     margin-left: 18px;
     margin-bottom: 6px;
}

body {
	
	color: #444;
	font: normal 70% "Lucida Sans Unicode", Georgia, Times New Roman, Times, serif;
	padding-top: 5px;
        width: 600px;
}
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;*/ Georgia, Times New Roman, Times, serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: #FBFCF5;
	border-bottom: 1px solid #EED;
	border-top: 1px solid #EED;
	color: #444;
	display: block;
	font: normal 0.9em /*Verdana,sans-serif;*/ Times New Roman, Times, serif;
	margin-bottom: 12px;
	padding: 12px;
}
h1,h2,h3,h4 {
	font: bold 1.4em /*"Trebuchet MS",sans-serif;*/ Arial, Helvetica, sans-serif;
	color: #F06;
}
 
/* misc */
.clearer {
	clear: both;
}

/* header */
.header {
	background: url('img/BuenosAires.jpg') no-repeat;
	border-bottom: 1px solid #EEE;
	height: 150px;
	margin-bottom: 8px;
        margin-top: 0px;
        width: 580px;
        left: 162px;
}
.header h1 {
	color: #222;
	font: bold 1.6em Arial, Helvetica, sans-serif;
	padding-top: 55px;
	margin-left: 123px;
}

.header h1 a{
color: #222;
text-decoration:none;
}

.header h1 a:visited
{
color: #222;
text-decoration:none;
}

.header h3 {
	color: #222;
	text-align: right;
        font: bold 1.2em "Trebuchet MS",sans-serif; Arial, Helvetica, sans-serif;

}
.header h3 span {
	
	color: #222;
	padding: 0 6px;
}

.header h3 a:visited
{
color: #222;
text-decoration:none;
}

/* left side (main content) */
.left {
	margin: 0 32% 10px 2%;
        width: 550px;
        left: 162px;
        position: absolute;
}
.content .descr {
	color: #222;
	font: bold 1.2em /*"Trebuchet MS",sans-serif;*/ Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
}

.descr a,.descr a:visited
{color: #1900FF;
}

.content li {
	list-style: url('img/li.gif');
	margin-left: 18px;
}
.content h1 {
	font-size: 2.4em;
	margin-bottom: 4px;
}
.content h3 {
	font-size: 2.4em;
	margin-bottom: 4px;
}
.content a, .footer a {
	color: #1900FF;
	text-decoration: none;
}
.content a:hover,.footer a:hover {
	color: #F06;
}

/* nav & subnavigation */
.nav,.right {
	margin-bottom: 20px;
	
        position: absolute;
}	

/* navigation */
.nav {
	left: 10px;
	text-align: center;
	width: 125px;
       
        
}
.nav .logo {
	background: url('img/logo.gif') no-repeat center top;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	height: 149px;	
}

.nav h1 {
	color: #F60;
	margin: 12px 0;
}
.nav li {
	border-bottom: 1px solid #EEE;
}
.nav li a {
	color: #333;
	display: block;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	padding: 8px 0;
}
.nav li a:hover {
	background: #FAFAFA;
	color: #F06;
}

/* subnav */
.right {
	background: #222;
	left: 780px;
	width: 180px;
        
}
.subnav {
	padding: 0px 12px 0;
}
.subnav h1 {
	color: #F06;
	/*font-size: 1.4em;*/ font: normal 1.3em Arial, Helvetica, sans-serif;
	height: 20px;
	margin-left: 8px;
}
.subnav h3 {
	color: #F06;
	/*font-size: 1.4em;*/ font: normal 1.3em Arial, Helvetica, sans-serif;
	height: 20px;
	margin-left: 8px;
}
.subnav ul {
	margin: 0 0 16px;
	padding: 0;
}
.subnav li { 
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #333;
}
.subnav h5 {
	color: #777;
	font: normal 0.9em Arial, Helvetica, sans-serif;
        padding: 0px 0px 0px 8px;
}

 .subnav h1 a
 {
 color: #F06;
 }
 
.subnav li a {	
	color: #777;
	display: block;
	/*font-size: 0.9em;*/ font: normal 0.9em Arial, Helvetica, sans-serif;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
}
.subnav li a:hover {
	color: #DDD;
}

/* round edges */
.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;
}

/* footer */
.footer {
	color: #666;
	border-top: 1px solid #EEE;
	font: normal 1.2em /*Verdana,sans-serif;*/ Arial, Helvetica, sans-serif;
	margin: 0 2%;
	padding: 8px 6px;
        width: 530px;
        
}


/*post stylng*/
.post{margin:0 0 25px 0;}

.post .info{
padding:2px 3px 3px 8px;
border:1px solid #e3e4e4;
background-color:#f5f5f5;
font-size:0.9em;
color:#505050;
}




/* 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: 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.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;
}

#container {background:#fff; padding:10px; width:400px; margin:10px auto auto auto;}
#container div:after {content: "."; display: block; height:11px; clear:both; visibility:hidden;}
#container div {width:400px; height:auto; font-family:verdana; font-size:11px;}
b.tl {display:block; width:400px; height:8px; font-size:1px;}
b.tr {display:block; width:392px; height:8px; font-size:1px; float:right;}
b.bl {display:block; width:8px; height:8px; font-size:1px; float:left;}
b.br {display:block; width:392px; height:8px; font-size:1px; float:right; position:relative;}
b.point {display:block; font-size:1px; width:25px; height:14px;}
#container div p {padding:8px; margin:0; border:1px solid #000; border-width:0 1px; text-align:justify;}
 
 
div.one b.tl {background:url(/wp-content/themes/fluid-solution/img/top_left1.gif) top left no-repeat;}
div.one b.tr {background:url(/wp-content/themes/fluid-solution/img/top_right1.gif) top right no-repeat;}
div.one p {background:#fff;}
div.one b.bl {background:url(/wp-content/themes/fluid-solution/img/bottom_left1.gif) top left no-repeat;}
div.one b.br {background:url(/wp-content/themes/fluid-solution/img/bottom_right1.gif) top right no-repeat;}
div.one b.point {background:url(/wp-content/themes/fluid-solution/img/point.gif) top left no-repeat; margin:5px 0 0 25px;}
 
div.two b.tl {background:url(/wp-content/themes/fluid-solution/img/top_left1.gif) top left no-repeat;}
div.two b.tr {background:url(/wp-content/themes/fluid-solution/img/top_right1.gif) top right no-repeat;}
div.two p {background:#fff}
div.two b.bl {background:url(/wp-content/themes/fluid-solution/img/bottom_left1.gif) top left no-repeat;}
div.two b.br {background:url(/wp-content/themes/fluid-solution/img/bottom_right1.gif) top right no-repeat;}
div.two b.point {background:url(/wp-content/themes/fluid-solution/img/point.gif) top left no-repeat; margin:5px 0 0 125px;}
 
div.three b.tl {background:url(/wp-content/themes/fluid-solution/img/top_left1.gif) top left no-repeat;}
div.three b.tr {background:url(/wp-content/themes/fluid-solution/img/top_right1.gif) top right no-repeat;}
div.three p {background:#ff;}
div.three b.bl {background:url(/wp-content/themes/fluid-solution/img/bottom_left1.gif) top left no-repeat;}
div.three b.br {background:url(/wp-content/themes/fluid-solution/img/bottom_right1.gif) top right no-repeat;}
div.three b.point {background:url(/wp-content/themes/fluid-solution/img/point.gif) top left no-repeat; margin:5px 0 0 225px;}
 
div.four b.tl {background:url(/wp-content/themes/fluid-solution/img/top_left1.gif) top left no-repeat;}
div.four b.tr {background:url(/wp-content/themes/fluid-solution/img/top_right1.gif) top right no-repeat;}
div.four p {background:#fff;}
div.four b.bl {background:url(/wp-content/themes/fluid-solution/img/bottom_left1.gif) top left no-repeat;}
div.four b.br {background:url(/wp-content/themes/fluid-solution/img/bottom_right1.gif) top right no-repeat;}
div.four b.point {background:url(/wp-content/themes/fluid-solution/img/point.gif) top left no-repeat; margin:5px 0 0 325px;}

p.italic {margin:0 0 0 0; font-weight:bold; font-style:italic;}
 
ul.list li {font-size:11px; margin:2px 0;}

.ddet_div {
  margin: 8px 0 0 12px;
  padding: 8px;
  background: #F4F4F4;
  border: 1px solid #DDDDDD;
}
