/*
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. Standards compliant.
Version: 1.0.1
Author: Srini G
Author URI: http://srinig.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	margin:0;
	background:#fff url(2008/wp-content/themes/fluid-blue-10/img/img-home.jpg) no-repeat left top;
	color:#444;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:center;
}

a { 
	color:#27a;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color: #999999;
}

h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
	margin-bottom:0;
	color:#666666;
	text-align:left;
}

h1 {
	font-size:2.1em;
	margin-bottom: 20px;
}
h2 {font-size:1.9em;}
h3 {font-size:1.5em;}
h4 {font-size:1,1em;}
h5 {font-size:0.9em;}
h6 {font-size:0.7em;}


img {
	border:0;
	margin:5px;
}


/* Layout */
#page {
	min-width:760px;
	margin:0 auto;
	text-align:left;
}

#wrapper {
	margin:0 5%;
	padding-right:230px;
}

#content{
	float:left;
	width:100%;
	border-right:230px solid #FFFFFF;
	margin-right:-200px;
	padding:20px 0% 20px 0;
}
#content p {
	font-size: 11px;
	line-height: 16px;

}

#content img {
	margin:0px 18px 5px 0px;
	float: left;
	border: 1px solid #999999;
}
#sidebar{
	float:left;
	width:200px;
	margin:0 -230px 0 0;
	padding:20px 20px 20px 0px;
	background-color: #FFFFFF;
}

#footer {
	clear:both;
	padding:10px;

}

/* Header */

#header {
	margin:0;
	padding:90px 0 2em 90px;
}

#headertitle {
	margin:0 5%;
}
#headertitle h1 {
	margin:0;
}
#headertitle h1 a {
	background:transparent;
	color:#fff;
}
#headertitle h1 a:hover {
	text-decoration:none;
}

#headertitle p {
	margin:0;
	background:transparent;
	color:#fff;
	font-size:1.1em;
}

.search {
	float:right;
	position:relative;
	bottom:3em;
	right:5%;
	font-size: 11px;
}
.search form {
	margin:0;
	padding:0;
}
.search input {
	display:inline;
	width:200px;
	border:1px solid #999999;
	margin:0;
	padding:0.2em 5px;
	background:#FFFFFF;
	color:#333333;
	font-size:1em;
}


/* Top navigation */

#hmenu {
	font-size: 11px;

	padding-top: 30px;
	padding-right: 0px;
}

#hmenu ul {
	margin:0 5%;
	padding:0.5em 0;
	list-style-type:none;
	list-style-position:outside;
	text-indent:0;
}

#hmenu ul li {
	display:inline;	
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	list-style-type: none;
	font-size: 11px;
	line-height: 33px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#hmenu ul li:before {
	content: "| \0020";
	background:transparent;
	color:#eee;
}
#hmenu ul li.hmenu1:before {
	content: "";
}
#hmenu ul li a {
	display: inline;
	white-space: nowrap;
	color: #999999;
	text-decoration: none;
	line-height: 33px;
	padding: 0px 0px 5px;
	font-weight: normal;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-bottom: 0px;
}


#hmenu ul li.hmenu1 a {
	padding-left:0;
}

#hmenu ul li a:hover {
	background:transparent;
	display: inline;
	white-space: nowrap;
	color:#333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}


/* Footer */
#footer {
	text-align:center;
	font-size:1em;
	color:#666666;
	text-decoration: overline;
}

#footer a {
	color:#aac;
}

/* Post */
.post {
	margin:0 0 4em 0;
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

.post p, .post ol li, .post ul li{
	margin-top:0;
	font-size:1.1em;
	line-height:1.5em;
	text-align:left;
}
.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;
}

.postmetadata {
	margin:1em 0;
	font-size:1em;
	color:#888;
	text-align:justify;
}

textarea#comment {
	width:100%;
}
/* Calendar ends */

abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}

.alignleft {
	float:left;
}
.alignright {
	float:right;
}
