/* 

Theme Name: Fluidityrs
Theme URI: http://www.kaushalsheth.com/
Description: Fluidity Theme with Right Sidebar
Version: 1.0
Author: Kaushal Sheth
Author 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: #6f3d24; font-family: "Verdana", Arial, sans-serif}

* {margin: 0; padding: 0; border: 0px none; font-family: "Verdana", Arial, sans-serif }


/*------------Basic styles------------*/

h1, h2, h3, span#copyright, span#design { margin: 0 10px; color: #ffd350; text-decoration: none; background: transparent }

p {
	margin: 10px 0 1.0em;
	padding: 0;
	line-height: 1.0em;
	font-size: 1.0em;
        text-align: justify;
	}

/*p { font-size: 0.8em; line-height: 1.4em; text-align: justify }*/
h1 { font-size: 1.2em; font:  Arial Black; line-height: .2em; letter-spacing: 0.4em; text-align: center }
/* site heading */

h2 { font-size: 1.0em; line-height: 1.0em; color: #d4370c;}	/* site heading */
h3 { font-size: 0.8em; line-height: 1.0em; color: #d4370c;}
/* sub headings */
span#copyright { font-size: 15px; line-height: 35px; 
        color:#6f3d24; }  /* sets the copyright styles */
span#design {  float: right; font-size: 15px; line-height: 35px; color:#6f3d24; }  
/* floats the design link into position */
span.validation {  float: right; margin-right: 10px; } 
/* floats the validation buttons */
.validation img {  margin: 0; } 
/* floats the validation buttons */

div { padding: 10px 0;}

#hdrimg a {color: #ffd350; text-decoration: none; font-weight: bold;}
#hdrimg a strong {color: #fff; text-decoration: none; font-weight: bold;}
#hdrimg a:hover {color: #fff; text-decoration: none; font-weight: bold;}
#hdrimg a:hover strong {color: #ffffff; text-decoration: none; font-weight: bold;}


/*-------------Layout----------------*/

#hdrimg {			/* Large image */
	float: left; 			
	width: 100%;
	margin-bottom: 5px;
	background: url('images/hdr.png') repeat-x;
	height: 35px;  	/* ie5x hack begins here */     
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 35px;
}
html>body #hdrimg {
	height: 35px;        /* ie5x hack ends here */
}

.rowcontainer {						
/* Used to keep the divs in a row.
   you can use this for any size of divs */
	float: left;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
	background: url(images/SANDBKGD2.gif) repeat scroll;
}

#bttmbar { float: left; width: 100%; height: 20px; background: url(images/SANDBKGD2.gif) repeat scroll;
        color:#6f3d24; }    
/* Bottom copyright bar */


/*------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 */
			
.halfcolumn { float: left; width: 49%;}	
/* Half width column for a two column site. */

.onethirdcolumn { float: left; width: 33%; }
/* One third width column for a three column site */

.quartercolumn { float: right; width: 24.8%;
	margin-top: -25px; }
/* One quarter width column for a four column site */

.threequartercolumn { float: left; width: 75%;
	margin-top: -25px; }

/*------------------------------Main Navigation------------------------------------------*/

#nav { position: absolute; top: 30px; left: 0px; height: 25px; width: 100% }

ul#nav  { margin: 0 }

#nav li  /* Main nav list items */
{
	font-size: 16px;
	float: left;
	list-style: none;
	text-align: center;
        color:#ffd350;
}

#nav li a {   /* Main nav styles for all links */
	display: block; /* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
	margin-left: 5px; /* adds a gap between the tabs */
	width: 90px; 	/* width of the tab */
	line-height: 25px; /* height of the tab */
	text-decoration: none;
        color:#ffd350;
}
	 
#nav a:link, #nav a:visited  { background: url('images/tabs.gif') no-repeat 0 -25px }
#nav a:hover, #nav a:active { background: url('images/tabs.gif') no-repeat 0 0 }

#nav a#current { background: url('images/tabs.gif') no-repeat 0 0 }


/*-----------------------------------Other tags-----------------------------------------*/

acronym { border-bottom: 2px solid #6f3d24; cursor: help; }

blockquote { border-top: 2px solid #6f3d24; border-bottom: 2px solid #6f3d24; margin-left: 1.0em; padding-left: 5px; background-color: #feeed5; }


/* lists */
ul { margin: 0px 0 0px 10px; list-style: url('images/brbullet.png') }
ol { margin: 0px 0 0px 10px; list-style: decimal; }
ol li, ul li { color: #4c1900; font-size: 1.0em; line-height: 1.2em }

hr { margin: 10px 0px; height: 2px; background: #feeed5; color: #6f3d24 }  
/* rule styling */

img {margin: 0 10px} /* all images styling */
img.right {float: right}  /* right floating images */
img.left {float: left}   /* left floating images */

/*-------------------------------------------------------------------------------*/

/* Modification done to basic theme */
/* Added */

#searchdiv {
	margin-bottom: 2px;
}

h4, h5, h6 {
  font-family:  "Verdana", Arial, sans-serif ;
  font-weight: bold;
}

a, a:visited {
    color: #d4370c;
    text-decoration: none; 
}
    
 a:hover {
    text-decoration: underline; 
    color: #ffd350;
}

/*font: bold 20px/1.1em  "Verdana", Arial, sans-serif; }*/        
h3.entrytitle {
    font-weight: bold;
	padding: 0;
	margin-bottom: 0px;
	font-family:  "Verdana", Arial, sans-serif;
	font-size: 18px;
	line-height: 1.5em;
}
	
h3.entrytitle a, h3.entrytitle a:visited {
    font-weight: bold;
	color: #d4370c;
	text-decoration: none;
}
	
h3.entrytitle  a:hover{
    font-weight: bold;
	color: #ffd350;
	text-decoration: underline;
}
    
h3 a {
    font-weight: bold;
    text-decoration: none;
    border: 0px none;
    color: #d4370c; 
}

div .entrybody h3, div .entrybody h2{
margin-bottom:0px;
color:#d4370c;
}
    
h3 a:hover {
    font-weight: bold;
    text-decoration: none;
    border: 0px none;
    text-shadow: none;
    color: #ffd350;
}


.firstpost p.comments_link, .entrybody p.comments_link {
	margin:0;
}
.firstpost {
	border: 2px solid #6f3d24;
	padding: 5px;
	margin-bottom:0px;
	background-image: url('images/latest.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.entry{
	background: url(images/SANDBKGD2.gif) repeat scroll;
	border: 2px solid #6f3d24;
	padding: 5px;
	margin-bottom:0px;
	margin-right:10px;
	color:#6f3d24;
}

.arc {
	border: 2px solid #d4370c;
	background-color:#feeed5;
	padding:2px;
	color:#6f3d24;
	margin-bottom:5px;
}
.entrymeta {
    font-weight: bold;
	font-size: 14px;
	margin-bottom: 0px;
	color:#6f3d24;
}

.entry ul {
margin-left:25px;
list-style-image: url('images/brbullet.png');
margin-top:0px;
margin-bottom:0px;
}

.entry ol{
margin-left:25px;
list-style: decimal;
margin-top:0px;
margin-bottom:0px;
}
 
.entry ul li, .entry ol li {
	padding-top:0px;
	line-height:1.2em;
	}

/* comments*/
h2#comments{
	padding:2px;
	margin-bottom:5px;
	margin-top:10px;
	font-size: 110%;
	color:#ffd350;
}
#commentblock {
	padding: 5px;
	color:#000000;
	clear: both;
}

ol#commentlist {
	margin-top:0px;
	padding: 5px;
	margin-left: 10px;
	color: #d4370c;
	font-size:0.9em;
}

#commentlist li  p{
	margin-bottom: 4px;
	line-height: .8em;
	padding:0;
}

.commentname {
	margin: 0;
	padding: 0  0 2px 0;
	font-weight: bold;
        color: #ffd350;
}

.commentinfo{
	margin-top: 3px;
	margin-bottom: 5px;
}

.commenttext {
	clear: both;
	margin-top: 0px;
	margin-bottom: 20px;
	border-top: 2px solid #6f3d24;
	line-height:12px;
	color: #000000;
	background-color: #feeed5;
	padding: 5px;
}

.commenttext-admin {
	clear: both;
	margin-top: 0px;
	margin-bottom: 5px;
	border-top: 2px solid #6f3d24;
	line-height:.8em;
	color: #000000;
	background-color: #feeed5;
	padding: 5px;
}

#commentsformheader{
	padding-left:5px;
	font-size: 1.0em;
	color:#6f3d24;
}

#commentsform{
	margin-top:0px;
	text-align:center;
	padding:0px 10px;
}

#commentsform form{
	text-align:left;
	margin:0px;
}

#commentsform p{
	margin:5px;
}

#commentsform form textarea{
	width:99%;
	color: #6f3d24;
	background-color: #feeed5;
	border-top: 2px solid #6f3d24;
	border-bottom: 2px solid #6f3d24;
	border-left: 2px solid #6f3d24;
	border-right: 2px solid #6f3d24;
}
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 {
	float:right;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #6f3d24;
	padding:5px;
	color:#ffd350;
	border: 2px solid #6f3d24;
	background-image: url('images/palm3.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}

#sidebar h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffd350;
	margin-bottom: 5px;
}
#sidebar p{
	margin-top: 10px;
	margin: 2px;
	color:#ffffff;
	line-height: 1.2em;
	}
#sidebar a, #sidebar a:visited {
	color:#ffd350;
	text-decoration:none;
}
#sidebar a:hover {
	color:#ffffff;
	text-decoration:underline;
}
	
#sidebar ul li {
	list-style-type: none;
	list-style-image: url('images/bullet.png');
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
        color: white;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 5px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 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;
	list-style-image: url('images/rybullet.png');
}