/* Theme Name: FluiditylsTheme */
/* uri: http://www.kaushalsheth.com */
/* Description: Fluidity Theme with Left Sidebar*/
/* Version: 1.0 */
/* Author: Kaushal ShethAuthor */
/* URI: http://www.kaushalsheth.com */
/* Credits */
/* A fluid template for business or fun */
/* Original Design By Dave Reeder, www.davereederdesign.com */
/* Hint of fMulti theme by http://www.fahlstad.se */
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}
* {
	margin: 0;
	padding: 0;
	border: 0px none;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
/*------------Basic styles------------*/
p, h1, h2, h3, div#copyright, span#design, span#center {
	margin: 0 ;
	color: #00007f;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
}
p {
	margin: 0px;
	font-size: 12px;
	line-height: 1.4em;
	/*text-align: justify;*/
}
/* site heading */
h1 {
	font-size: 20px;
	line-height: 1.4em;
	letter-spacing: 0.25em
	font-weight: bold;
}
/* site heading */
h2 {
	font-size: 18px;
	line-height: 1.4em;
	color: #00007f;
	font-weight: bold;
}
/* sub headings */
h3 {
	font-size: 16px;
	line-height: 1.4em;
	color: #00007f;
	font-weight: bold;
}
/* sets the copyright styles */
div#copyright {
	font-size: 12px;
	line-height: 30px;
}
/* floats the design link into position */
span#design {
	float: right;
	font-size: 12px;
	line-height: 30px;
}
/* floats the validation buttons */
span.validation {
	float: right;
	margin-right: 10px;
}
/* floats the validation buttons */
.validation img {
	margin: 0;
}
div {
	padding: 0;
	margin: 0;
}
#hdrimg a {
	color: #000000;
	text-decoration: none;
	font-size: 30px;
	font-weight: bold;
	font-variant: small-caps;
}
#hdrimg a strong {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#hdrimg a:hover {
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
}
#hdrimg a:hover strong {
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
}
/*-------------Layout----------------*/
#hdrtitle {
	background: url('header-3.gif') no-repeat;
}
#hdrimg {
	padding: 0;
	margin:0;
	padding-bottom: 5px;
	text-align: center;
/* Large image */
	float: left;
	width: 100%;
	/*background: url('header-1.gif') no-repeat;*/
	height: 160 px;
/* ie5x hack begins here */
	voice-family: "\"
}
	\"";
	voice-family: inherit;
	height: 130px;
}
html>body #hdrimg {
	height: 130px;
/* ie5x hack ends here */
}
/* Used to keep the divs in a row.  you can use 
this for any size of divs */
.rowcontainer {
	float: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	/*background: #0FC0DC;*/
}
table.rowcontainer tr td{
  background-color: #cbe4f8;
	vertical-align: top;
  margin:0px;
  padding:0px;
}
table.rowcontainer tr td div.halfcolumn{
  width: 100%;
  height:100%;
  text-align: left;
	vertical-align: top;
  margin:0px;
  padding:0px;
  background-color: cbe4f8;
}
/* Bottom copyright bar */
#bttmbar {
	padding:  0;
	margin: 0;
	float: left;
	width: 100%;
	height: 100%;
	/*background: url('hdr.gif') bottom repeat-x*/
}
/*------Columns: Note they dont add up to 100%, 
this is intentional to avoid problems!----------*/
/* Full width column for a one column site */
.fullcolumn {
	float: left;
	width: 99%;
}
/* Half width column for a two column site. */
.halfcolumn {
	margin: 0px;
	padding: 0px;
	float: left;
  width: auto;
}
/* One third width column for a three column site */
.onethirdcolumn {
	margin-left: 5px;
	float: left;
	width: 30%;
}
/* One quarter width column for a four column site */
.quartercolumn {
	margin-left: 5px;
	float: left;
	width: 23%
}
.threequartercolumn {
	margin-left: 5px;
	float: left;
	max-width: 73%;
	min-width: 500px;
	width: auto;
}
/* menu column */
.menucolumn {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 130px;
}
/* news column */
.newscolumn {
	float: left;
	width: 180px;
	margin: 0px;
	padding:0px;
}
/* main column */
.maincolumn {
	margin-left: 1%;
	float: left;
	min-width: 50%;
	width: auto;
}
/*----------------------------Main Navigation----------------------*/
/* Begin CSS Popout Menu */

#nav{
/*position:absolute;
top:0.5em;
left:0.5em;*/
z-index:2;
width:100%;
/*padding-bottom:12em; /* To allow room for bottom dropdown */
}

#nav a, #nav h2{
font:bold 11px/16px arial,helvetica,sans-serif;
display:block;
border-width:1px;
border-style:solid;
border-color:#ccc #888 #555 #bbb;
white-space:normal;
margin:0;
padding:1px 3px;
}

#nav h2{
color:#fff;
background:#000;
text-transform:uppercase;
}

#nav a{
color:#fff;
background:#33c;
text-decoration:none;
}

#nav a:hover{
color:#00a;
background:#ccc;
text-decoration:none;
}

#nav a:active{
color:#00a;
background:#ccc;
text-decoration:none;
}

/* Sub menu Color*/
div#nav ul li ul li a{
color:#000;
background:#eee;
text-decoration:none;
}

div#nav ul li ul li a:hover{
color:#ccc;
background:#33c;
}

div#nav ul li ul li a:active{
color:#00a;
background:#ccf;
}

#nav ul{
list-style:none;
margin:0;
padding:0;
width:100%;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#nav li, div#nav li:hover{
position:relative;
}

div#nav li ul{
position:absolute;
top:0;
left:100%;
display:none;
}

div#nav ul ul,
div#nav ul ul ul,
div#nav ul li:hover ul ul,
div#nav ul li:hover ul ul ul
{display:none;}

div#nav ul li:hover ul,
div#nav ul ul li:hover ul,
div#nav ul ul ul li:hover ul
{display:block;}

/* End non-anchor hover selectors */

/* Styling for Expand */

#nav a.x, #nav a.x:visited{
background:#eee url(/css/images/expand3.gif) no-repeat bottom right;
}

#nav a.x:hover{
background:#ddd;
}

#nav a.x:active{
color:#060;
background:#ccc;
}
/*-------------------------Other tags----------------------------*/
acronym {
	border-bottom: 1px dashed #999;
	cursor: help;
}
blockquote {
	border-top: 2px solid #FFA000;
	border-bottom: 2px solid #FFA000;
	margin-left: 1.5em;
	padding-left: 5px;
	background-color: #333333;
}
/* lists */
.entry ul {
	margin: 5px 0 5px 20px;
	list-style: url('bullet.gif');
}
.entry ol {
	margin: 5px 0 5px 35px;
	list-style: decimal;
}
.entry ol li, .entry ul li {
	color: #000000;
	font-size: 10px;
	/*line-height: 1.4em;*/
}
/* rule styling */
hr {
	margin: 10px 0px;
	height: 1px;
	background: #444;
	color: #444;
}
/* all images styling */
img {
	margin: 0 10px;
}
/* right floating images */
img.right {
	float: right;
}
/* left floating images */
img.left {
	float: left;
}
/*-----------------------------------------------------------------*/
/* Modification done to basic theme */
/* Added */
#searchdiv {
	margin-bottom: 5px;
}
h4, h5, h6 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: normal;
}
a, a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h3.entrytitle {
	padding: 0;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.1em;
	border-bottom: 1px solid 00007f;
}
h3.entrytitle a, h3.entrytitle a:visited {
	color: #00007f;
	text-decoration: none;
}
h3.entrytitle  a:hover { 
	color: #00007f;
	text-decoration: underline;
}
h3 a {
	text-decoration: none;
	border: 0px none;
	color: #00007f;
}
div.entrybody h3, div.entrybody h2 {
	margin-bottom: 10px;
	color: #00007f;
}
h3 a:hover {
	text-decoration: none;
	border: 0px none;
	text-shadow: none;
	color: #333;
}
.firstpost p.comments_link, .entrybody p.comments_link {
	margin: 0;
}
.entrybody a{
	color: #00007f;
	text-decoration: underline;
}
.firstpost {
	background-color: #2E3233;
	border: 1px solid #3e4243;
	padding: 10px;
	margin-bottom: 15px;
	background-image: url('latest.gif');
	background-repeat: no-repeat;
	background-position: right bottom
}
.entry {
	background-color: #cbe4f8;
	/*border: 1px solid #3e4243;*/
	padding: 10px;
	margin: 2px;
	color: #000;
}
.arc {
	border: 1px solid #3e4243;
	background-color: #2E3233;
	padding: 10px;
	color: #000000;
	margin-bottom: 15px;
}
.entrymeta {
	font-size: 11px;
	margin-bottom: 15px;
	color: #000000;
}
.entry ul, .entry ol {
	margin-left: 30px;
	list-style: disc;
	margin-top: 10px;
	margin-bottom: 10px;
}
.entry ul li, .entry ol li {
	padding-top: 5px;
	line-height: 1.5em;
}
/* comments*/
h2#comments {
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 30px;
	font-size: 110%;
	color: #00007f;
}
#commentblock {
	padding: 20px;
	color: #999999;
	clear: both;
}
ol#commentlist {
	margin-top: 0px;
	padding: 5px;
	margin-left: 20px;
	color: #9b9b9b;
	font-size: 0.9em;
}
#commentlist li  p {
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0;
}
.commentname {
	margin: 0;
	padding: 0  0 2px 0;
	font-weight: bold;
}
.commentinfo {
	margin-top: 3px;
	margin-bottom: 5px;
}
.commenttext {
	clear: both;
	margin-top: 0px;
	margin-bottom: 30px;
	border-top: 1px solid #000;
	line-height: 12px;
	color: #999;
	background-color: #2E3233;
	padding: 5px;
}
.commenttext-admin {
	clear: both;
	margin-top: 0px;
	margin-bottom: 30px;
	border-top: 1px solid #000;
	line-height: 12px;
	color: #999;
	background-color: #2E3233;
	padding: 5px;
}
#commentsformheader {
	padding-left: 18px;
	font-size: 1.4em;
	color: #FF9900;
}
#commentsform {
	margin-top: 0;
	text-align: center;
	padding: 0px 10px;
}
#commentsform form {
	text-align: left;
	margin: 0px;
}
#commentsform p {
	margin: 5px;
}
#commentsform form textarea {
	width: 99%;
}
p.comments_link  img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Sidebar styling*/
#sidebar {
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	background-color: #2E3233;
	padding: 10px 10px 10px 10px;
	color: #dddddd;
	border: 1px solid #3e4243;
}
#sidebar h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #dddddd;
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555;
	margin-bottom: 10px;
}
#sidebar p {
	margin: 7px;
	color: #999999;
	line-height: 1.4em;
}
#sidebar a, #sidebar a:visited {
	color: #ffa200;
	text-decoration: none;
}
#sidebar a:hover {
	color: #ffa200;
	text-decoration: underline;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: url('none');
	margin-bottom: 10px;
	margin-left: 10px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 20px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin-top: 0px;
	margin-right: 0em;
	margin-bottom: 0.2em;
	margin-left: 0em;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0.1em;
	padding-left: 0;
	list-style-type: none;
	list-style-position: inside;
	/*list-style-image: url('bullet.gif');
*/
}
/* added for posts */
/*td.post_title, td.post_date {
	border-bottom: 1px solid #DDDDDD;
}*/
tr.post_top{
  padding:5px;
  padding-top: 10px;
}
td.post_title a , td.post_title {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #00007f;
	font-weight: bold;
 /* border-top: 1px solid #DDDDDD;*/
}
td.post_date {
  text-align: right;
	font-weight: bold;
	font-size: 11px;
}
td.post_short {
	text-align: justify;
	padding-bottom: 10px;
	font-size: 12px;
}
/*td.post_date {
	text-align: left;
	padding-bottom: 10px;
	font-size: 12px;
}*/
/* added for forms */
.required {
	color: #FF0000;
	font-weight: bold;
	margin: 3px;
	padding: 2px;
}
.field_title {
	font-size: 14px;
	width: 120px;
	vertical-align: top;
	text-align: right;
	margin: 3px;
	padding: 2px;
}
.textfield {
	font-size: 14px;
	width: 250px;
	margin: 3px;
	padding: 2px;
}
.textarea {
	font-size: 14px;
	width: 90%;
	height: 250px;
	margin: 3px;
	padding: 2px;
}
.field_heading {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 20px;
	color: #666666;
	margin: 3px;
	padding: 2px;
}
.select {
	font-size: 14px;
	margin: 3px;
	padding: 2px;
}
.checkbox_label {
	font-size: 14px;
	cursor: pointer;
	margin: 3px;
	padding: 2px;
}
.radio_label {
	font-size: 14px;
	cursor: pointer;
	margin: 3px;
	padding: 2px;
}
.email {
	font-size: 14px;
	width: 250px;
	margin: 3px;
	padding: 2px;
}
.button{
padding: 2px;
margin: 3px;
	color: rgb(255,255,255);
  background-color: rgb(0,152,255);
  border: 2px #80BEFF outset;
}
.button:hover{
	color: rgb(0,0,0);
  background-color: rgb(255,255,255);
border: 2px #80BEFF inset;
}
.button:active{
background: #FFFFFF ;
border: 2px #80BEFF inset;
}

/* added for own convinience */
.leftbar {
	background-color: #cbe4f8;
	/*border: 1px solid #3e4243;*/
	padding: 5px;
	margin: 2px;
	color: #FFFFFF;
}
span.startvideo {
	margin: 0 10px;
}

