/*
Theme Name: Fluid2rs
Theme URI: http://www.kaushalsheth.com/
Description: Fluidity Theme with 2 Columns featuring right sidebar
Version: 1.0
Author: Kaushal Sheth | Cimi
Author URI: http://www.kaushalsheth.com
*/
/* A fluid template for business or fun */
/* By Dave Reeder, www.davereederdesign.com */

body { padding: 0; width: 760px;  margin: 0px auto;  background: #111111 url(images/bg.png); font-size: 11px;}

* {margin: 0; padding: 0; border: 0; font-family: "Bitstream Vera Sans", Arial, sans-serif; }

/*----------------------------------------------Basic styles------------------------------------------------*/

p, h1, h2, h3, span#copyright { margin: 0px 10px; color: #fff; font-weight: normal}
h1, h2, h3, h4 {margin-top: 5px; color: #00FF00; font-style: italic}

acronym { border-bottom: 1px dashed #999; cursor: help }

blockquote { border-top: 2px solid #19B2FF; border-bottom: 2px solid #19B2FF; margin-left: 1.5em; margin-right: 1.5em; padding-left: 0px; margin-top: 10px; margin-bottom: 10px;}
code { font-family: "Bitstream Vera Sans Mono", mono; }

p { font-size: 1.0em; line-height: 1.6em; text-align: left }
h1 {float: left; font-style: normal; margin-top: 0px; margin-left: 10px; font-size: 3.8em; line-height: 1.4em; }	/* site heading */
h1 a {color: #fff; text-decoration: none; font-style: normal}
h1 a:hover {color: #fff; text-decoration: none; font-style: normal}

h2 { font-size: 1.30em; line-height: 2.40em }	/* site heading */
h3 { font-size: 0.90em; line-height: 1.60em }	/* sub headings */
h4 { font-size: 1.10em; line-height: 1.10em }	/* sub headings */
span#copyright { font-size: 13px; line-height: 35px; color: #000 }

div { padding: 10px 0;}

a {color: #19B2FF; text-decoration: none; font-style: italic}
a:hover {color: #fff; text-decoration: underline}

ul, ol {margin: 10px; color: #fff; font-size: 1.0em; line-height: 1.6em}
ul {list-style: square inside}
ol {list-style: decimal inside}
em {text-decoration: none}

/*---------------------------------------------Layout------------------------------------------------------*/

#hdr {
	padding: 0;
	width: 100%;
	background: url(images/hdrgrn.jpg) repeat-x 0 bottom #111;
	height: 107px;
	border-left: 1px solid #2F3233; 
	border-right: 1px solid #2F3233;
	box-shadow: 0px 0px 6px #0c0c0c;
	-webkit-box-shadow: 0px 0px 6px #0c0c0c;
	-moz-box-shadow: 0px 0px 6px #0c0c0c;
	text-shadow: 0px 0px 2px #222;
}

#hdr .description {	/* Used to keep the divs in a row.  you can use this for any size of divs */
	position: static;
	float: left;
	width: 80%;
	overflow: hidden;
	margin-left: 20px;
padding: 0;
}

.rowcontainer {	/* Used to keep the divs in a row.  you can use this for any size of divs */
	float: left;
	width: 100%;
	overflow: hidden;
	background: #222;
	border-left: 1px solid #2F3233; 
	border-right: 1px solid #2F3233;
	box-shadow: 0px 5px 6px #0c0c0c;
	-webkit-box-shadow: 0px 5px 6px #0c0c0c;
	-moz-box-shadow: 0px 5px 6px #0c0c0c;
}

#navbar {position: relative; width: 100%; height: 1.4em;}

#bttmbar {float: left; width: 100%; height: 2em; line-height: 2em; text-align: center; font-size: 0.90em; background: url(images/hdrgrn.jpg) repeat-x 0 50% #2996CC; overflow: hidden; border-left: 1px solid #2F3233; border-right: 1px solid #2F3233; border-bottom: 1px solid #2F3233; text-shadow: 0px 0px 2px #222; 
 margin-bottom: 6px;}
#bttmbar a {color: #fff; text-decoration: underline; font-style: normal}
#bttmbar a:hover {text-decoration: none}

/*---------------------------------------------Main Nav------------------------------------------------------*/

ul#nav {margin: 0; position: absolute; bottom: 0; left: 10px; list-style: none inside; background: #111}
ul#nav li {float: left; margin-right: 1px}

ul#nav a {
	font-weight: bold;
	display: block;
	width: 93px;
	height: 2.50em; 
	line-height: 2.50em;
	padding-left: 10px;
	text-decoration: none;
	border-left: 1px solid #595959; 
	border-right: 1px solid #595959;
	border-top: 1px solid #595959;
	text-shadow: 1px 1px 2px #333;
}

ul#nav li a:link, ul#nav li a:visited  {
	background: #444;
	color: #fff
}

ul#nav li a:hover, ul#nav li a:active {
	color: #19B2FF;
	background: #555
}

ul#nav li a.current {background: #00FF00; color: #000}
ul#nav li a.current:hover {background: #00FF00; color: #19B2FF}

/*---------------Columns: Note they dont add up to 100%, this is intentional to avoid problems!-----------*/ 


.fullcolumn {float: left; width: 99%;}		/* Full width column for a one column site */

.threequartercolumn {float: left; width: 78%;}		/* Three quarter width column for a two column site, pair with the onethirdcolumn div class */
			
.halfcolumn {float: left; width: 57%;}		/* Half width column for a two column site. */

.onethirdcolumn {float: left; width: 33%; }		/* One third width column for a three column site */

.onequartercolumn {float: left; width: 20.5% }	

.onequartercolumn2 {float:left; width: 20.5% }	
	/* One quarter width column for a four column site */

.entry{
	background-color: #2E3233;
	border: 1px solid #3e4243;
	padding: 10px;
	margin-left:10px;
	margin-bottom:15px;
	color:#FFFFFF;
	box-shadow: 0px 0px 4px #1c1c1c;
	-webkit-box-shadow: 0px 0px 4px #1c1c1c;
	-moz-box-shadow: 0px 0px 4px #1c1c1c;
	text-shadow: 1px 1px 2px #222;
}

.entry h2 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555;
	margin-bottom: 10px;
}

.entry h3 {
	margin-top: 10px;
	margin-left:10px;
	font-size: 1.2em; 
	line-height: 1.40em;
   text-decoration: none;
   font-style: normal;
   color: #FF6666;
   font-weight: bold;
}	/* sub headings */

.entry p { 
margin-bottom: 14px; 
}

blockquote p { 
margin-bottom: 0px; 
}

/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
width: 539px;
}

#commentform textarea {
border: 1px solid #3e4243;
width: 539px;
}
#commentform textarea:hover {
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
border: 1px solid #3e4243;
width: 539px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
border: 1px solid #3e4243;
width: 539px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
border: 1px solid #939793;
width: 539px;
}
#commentform input{
margin-bottom: 3px;
}

#sidebar {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #2E3233;
	padding:5px;
	border: 1px solid #3e4243;
	box-shadow: 0px 0px 4px #1c1c1c;
	-webkit-box-shadow: 0px 0px 4px #1c1c1c;
	-moz-box-shadow: 0px 0px 4px #1c1c1c;
	text-shadow: 1px 1px 2px #222;
}

#sidebar h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555;
	margin-bottom: 10px;
}
#sidebar p{
	line-height: 1.4em;
}

#sidebar a, #sidebar a:visited {	
	text-decoration:none;
}

#sidebar a:hover {	
	text-decoration:underline;
}
	
#sidebar ul li {
	list-style-type: square;
	list-style-image: url('none');
	margin-bottom: 2px;
	margin-left: 0px
}

#sidebar ul p, #sidebar ul select {
	margin: 10px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 10px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin-top: 3px;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0.5em;
	padding-top: 0.1em;
	padding-right: 0;
	padding-bottom: 0.1em;
	padding-left: 0;
	list-style-type: none;
	list-style-position: outside;
}

.entry ul li, .entry ol li {
	margin-left:20px;
}

