/*
Theme Name: Fluid Blue
Theme URI: http://srinig.com/wordpress/themes/fluid-blue/
Description: A simple two column fluid width theme. Right sidebar supports widgets. Tags and gravatars supported. Valid XHTML and CSS.
Version: 1.7.2
Author: Srini G
Author URI: http://srinig.com/wordpress
Tags: blue, light, two-columns, flexible-width, right-sidebar, threaded-comments

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/* RESET.CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

body {
	background:#6890e0;
	margin:0 auto 0;		
        font-family:Tahoma,Geneva, sans-serif;
	height:100%;
	min-height:600px;
	line-height:1.0em;
}

a:link{
	text-decoration:none;
	color:#466dbb;
}

a:visited{
        text-decoration:none;
	color:#a1afeb;
}

a:hover {
	text-decoration:none;
        color:#8ca7df;
	}


	 h2{
	        font-family:Georgia,serif;
		font-size:1.8em;
		margin-bottom:5px;
                color:#698acc;
		}
	 h3{
		font-family:Tahoma,Geneva,sans-serif;
		color:#698acc;
		font-size:1.2em;
	}
	p{
		text-align:left;
		font-family:Tahoma,Geneva,sans-serif;
		font-size:1.2em;
		}
    b, strong{
	font-weight:bold;
}
 i,em{
	font-style:italic;
}
big{
	font-size: 1.2em;
}
small{
	font-size: 0.95em;
}


input {
	font-size:1.0em;
        margin-top: 10px;
        padding:5px;
}

input[type=text], textarea{
	background:#fff;
	border:1px inset #aaa;
}
input[type=submit] {
	background:#eee;
	border:1px outset #aaa;
}

textarea {
	font-size:1.2em;
}

pre {
	font-size:12px;
	overflow:auto;
}
code {
	font-size:12px;
	background-color:#f8f8f8;
	color:#111;
}

/* Layout */




#sidebar{
	float:left;
	width:210px;
        margin:20px 0 0 50px;
	background:transparent;
}


/* Header */


#hbackground{
	background: #ffffff url(images/hbg.png) top center repeat-x;
	min-height:90px;
	font-size:0.625em;
	}
#mainheader{
	background:transparent url(images/hbg2.png) top right no-repeat;
	width:960px;
	margin:0 auto;
	min-height:90px;
	}
#header {
        float:left;
	width:334px;	
	margin-top:29px;
}

	.replace{ 
                text-indent: -9999px;
		position:relative; 
		float:left;
		margin:0px; 
		padding:0px;
		overflow:hidden;
		} 
		
	.replace span{ 
		display:block; 
		position:absolute; 
		top:0px; 
		left:0px; 
		z-index:1; 
		} 
	
	#myh1, #myh1 span{ 
		height:62px; 
		width:336px; 
		background-image: url(images/logo.png); 
		}

#navigation{
	list-style:none; 
	float:right;
	display:inline;	
	margin-top:68px;
	}
	#navigation li{
	float:left;		
	list-style:none;
	margin-left:15px;
	padding-left:5px;
	}
#navigation li a,#navigation li a:visited{
		font-family:Georgia,serif;
		color:#ffffff;
		font-size:1.4em;
		font-weight:bold;
	}
	
	#navigation li a:hover,#navigation li a.current{
		color:#bad1ff;
	}

.search {
	float:right;
	padding:1.5em 5% 0 0;
}
.search form {
	margin:0;
	padding:0;
}
.search input {
	display:inline;
	width:218px;
	border:1px solid #69b;
	margin:0;
	padding:0.2em 5px;
	background:#38b;
	color:#ddd;
	font-size:1.1em;
}

	#contentwrapper{
	background:#ffffff;
	margin-top:0px;
	padding-bottom:10px;
        width: 100%;
	}

	#bodywrapper{
		background:#ffffff;
		width:960px;
		margin:0 auto;
		font-size:0.625em;
		color:#698acc;
		min-height:570px;
		padding-top:15px
	}
.leftwrapper{
	float:left;
	width:620px;	
}


/* Sidebar */


#sidebar ul {
        text-align:left;	
        padding:0;
	margin:0;
	list-style: none;
	font-size:1.1em;
}
#sidebar ul ul {
	font-size:1em;
}

#sidebar ul li {
	margin:0 0 2em 0;
}

#sidebar ul ul {
	margin:0;
	padding:0;
}

#sidebar li li {
	margin:0.1em 0;
}

#sidebar li li li {
}

#sidebar ul h2 {
	font-family:Georgia,serif;
	font-size:1.4em;
	margin-bottom:8px;
	font-style:italic;	
	font-weight:bold;	
}


/* Footer */
	.left{
	float:left;	
	width:448px
	}
	.right{
	float:right;	
	width:414px;
	}
	#fbackground{
	background:#6890e0 url(images/fbg.png) top center repeat-x;
	font-size:0.625em;
	}
	#mainfooter{
	background:transparent url(images/fbg2.png) top center no-repeat;
	width:960px;
	margin:0 auto;
	min-height:264px;
	color:#ffffff;
	padding-top:25px;
	}
	#mainfooter a,#mainfooter a:visited{
	color:#ffffff;
	text-decoration:none;	
	}
	#mainfooter a:hover{
	color:#bad1ff;
	}
	#mainfooter h2{
        font-family:Georgia, serif;
        color:#ffffff;
        font-size:1.8em;
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px dashed #9eaae3;
	}
	#mainfooter .left,#mainfooter .right{
	line-height:2.0em;
	}
	#mainfooter .right p a img{
	
		/* For IE */
		filter:alpha(opacity=70);
  		/* CSS3 standard */
 		opacity:0.7;
 		float:left;
 		border:solid 4px #7693ce;
 		margin:0 14px 0 4px;
 		}
 	#mainfooter .right p a img:hover{
	 	/* For IE */
		filter:alpha(opacity=90);
  		/* CSS3 standard */
 		opacity:0.9;
 		border:solid 4px #8ca7df;
 	}
	#mainfooter .copyright{
	margin-top:40px;	
	font-size:1.0em;
	}
	#mainfooter .footercontact{
	float:left;
	margin-top:10px;	
	}
	#mainfooter .footercontact a{
	margin-right:15px;	
	}
	.clear{
	clear:both;	
	line-height:0;
	}
/* Post */
.post {
	margin:10px 0 20px 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #adbbf9;
}

.post p, .post ol li, .post ul li{
	margin:8px 0;
	font-size:1.2em;
	line-height:1.5em;
}
.post img{
        text-align: left;
	border:solid 2px #adbbf9;
	margin-bottom:25px; 
}
.post a{
border-bottom:none;
}
.wp-smiley{
	border:none;
}
.post li li {
	font-size:1em;
}
.post blockquote {
	padding:0 0 0 2em;
	border-left:0.4em solid #ccc;
	font-size:0.9em;
}
.post blockquote blockquote {
	margin-left:0;
	font-size:1em;
}
.postentry h2, .postentry h3{
	margin:8px 0;
}
h2.posttitle a{
                 margin-top: 10px;
        font-weight:bold;
        font-size:1.4em;
        clear:both;
text-decoration:none;
border-bottom:none;
}

.postmetadata {
	clear:both;
	margin:1em 0;
	font-size:1.1em;
	color:#888;
	text-align:justify;
}

.postmetadata a {
	border-bottom:1px dashed #9eaae3;
}
.postmetadata a:hover {
	border-bottom:1px dashed #888;
}

div.navigation {
	font-size:1.1em;
}

.postentry table {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	font-size:0.9em;
}


.postentry table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;

}

.postentry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

/* Comments */

#comments {
	font-size: 1.2em;
}

.commentlist {
	margin:20px 0;
	padding:0;
	border-width:0 0.1em 0.1em 0;
	border-color:#eee;
	border-style:solid;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	border-width:0.1em 0 0 0.1em;
	border-color:#eee;
	border-style:solid;
}
.commentlist li a{
        font-family:Georgia,serif;
	margin-bottom:4px;
}
.commentlist li p{
	padding-right:16px;
        line-height:1.5em;
        font-size:1.0em;
}
li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#fafafa;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
	font-size:1.2em;
}

#respond{
	font-size:0.9em;

}
#respond p{
	margin-bottom: 5px;
}

textarea#comment {
	width:100%;
        height: 120px;
}

#comments div.navigation {
	font-size:0.9em;
}

/* Comment ends */


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#aaa;
	text-align:left;
}
#wp-calendar thead th {
	font-weight:normal;
	color:#27a;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
#wp-calendar tbody td.pad {
	border:none;
}
/* Calendar ends */

abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 5px 15px 0;
}

.alignright {
   float: right;
   margin: 5px 0 5px 5px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.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;
}

