/* 

Theme Name: whismerhill
*/
/* 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 */
/* Redesigned for use by Renaud HACQUIN */

body { margin: 0; padding: 0; background: #525252; }

* {margin: 0; padding: 0; border: 0px none; font-family: "Trebuchet MS", Arial, sans-serif }


/*------------Basic styles------------*/

h1, h2, h3, span#copyright, span#design { margin: 0 10px; color: #fff; font-weight: normal; text-decoration: none; background: transparent }


p { font-size: 0.8em; line-height: 1.2em; text-align: justify }
h1 { font-size: 1.3em; line-height: 1.3em; letter-spacing: 0.25em; }	/* site heading */
h2 { font-size: 1.0em; line-height: 1.0em; color: #FFA000 }	/* site heading */
h3 { font-size: 0.8em; line-height: 0.8em; color: #FFA000  }				/* sub headings */
span#copyright { font-family: "Kristen ITC"; font-size: 10px; line-height: 20px }  /* sets the copyright styles */
span#design { float: right; font-size: 10px; line-height: 20px }  /* 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 */
.uptitle {font-family: "Kristen ITC"; font-size: 1.6em; line-height: 4em; margin-left:110px; margin-top:200px}
li { line-height: 1.0em}
div { padding: 10px 0;}

#hdrimg a {font-family: "Kristen ITC";color: #fff; text-decoration: none; font-weight: normal}
#hdrimg a strong {font-family: "Kristen ITC";color: #0000FF; text-decoration: none; font-weight: normal}
#hdrimg a:hover {font-family: "Kristen ITC";color: #0000FF; text-decoration: none; font-weight: normal}
#hdrimg a:hover strong {font-family: "Kristen ITC";color: #fff; text-decoration: none; font-weight: normal}

/*-------------Layout----------------*/

#hdrimg {			/* Large image */
	float: left; 			
	width: 100%;
	margin-bottom: 5px;
	background: url('images/hdr.gif') repeat-x;
	height: 170px;  	/* ie5x hack begins here */     
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 150px;
}
html>body #hdrimg {
	height: 150px;        /* 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: #C00000;
}

/*------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: left; width: 24.5% }		/* One quarter width column for a four column site */
.threequartercolumn { float: left; width: 74.5% }
.twocolumn { float: left; width: 20% }
.sixcolumn { float: left; width: 59% }

/*------------------------------Main Navigation------------------------------------------*/

#nav { position: absolute; top: 145px; left: 0px; height: 25px; width: 100% }

ul#nav  { margin: 0 }

#nav li  /* Main nav list items */
{
	font-size: 13px;
	float: left;
	list-style: none;
	text-align: center
}

#nav li a {   /* Main nav styles for all links */
	font-family: "Kristen ITC";
	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;
}
	 
#nav a:link, #nav a:visited  { background: url('images/tab.gif') no-repeat 0 -25px }

#nav a:hover, #nav a:active { background: url('images/tab.gif') no-repeat 0 0 }

#nav a#current { background: url('images/tab.gif') no-repeat 0 0 }


/*-----------------------------------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: #808080}

/* lists */
ul { margin: 5px 0 5px 0px; list-style: url('images/bull.gif') }
ol { margin: 5px 0 5px 0px; list-style: decimal }
ol li, ul li { color: #fff; font-size: 0.8em; line-height: 0.8em }

hr { margin: 10px 0px; height: 1px; background: #444; color: #444 }  /* 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: 10px; margin-left: 5px;
}

h4, h5, h6 {
font-family: "MS Trebuchet";
  font-weight: normal;
}

a, a:visited {
    font-weight: bold;
    color: #fff;
    text-decoration: none; 
}
    
 a:hover {
    text-decoration: underline; 
}

/*font: bold 20px/1.1em "Trebuchet MS", "Verdana", sans-serif; }*/        
h3.entrytitle {
	padding: 0;
	margin-bottom: 0;
	font-family: "Kristen ITC";
	font-size: 20px;
	line-height: 1.0em;
}
	
h3.entrytitle a, h3.entrytitle a:visited {
	font-family: "Kristen ITC";
	color: #FFA200;
	text-decoration: none;
}
	
h3.entrytitle  a:hover{
	font-family: "Kristen ITC";
	color: #FFA200;
	text-decoration: underline;
}
    
h3 a {
    text-decoration: none;
    border: 0px none;
    color: #FFA200; 
}

div .entrybody h3, div .entrybody h2{
margin-bottom:3px;
/*color:#B37100;*/
}
    
h3 a:hover {
    text-decoration: none;
    border: 0px none;
    text-shadow: none;
    color: #333;
}


.firstpost p.comments_link, .entrybody p.comments_link {
	margin:0;
}

.firstpost {
	background-color: #800000;
	border: 1px solid #000000;
	padding: 10px;
	margin-bottom:15px;
	background-image: url('images/latest.gif');
	background-repeat: no-repeat;
	background-position: right bottom
}

.entry{
	background-color: #800000;
	border: 1px solid #000000;
	padding: 10px;
	margin-bottom:15px;
	color:#FFFFFF;
}

.arc {
	border: 1px solid #000000;
	background-color:#800000;
	padding:10px;
	color:#FFFFFF;
	margin-bottom:15px;
}
.entrymeta {
	font-size: 11px;
	line-height: 1.0em;
	margin-bottom: 15px;
	color:#FFFFFF;
}

.entry ul, .entry ol{
	margin-left:30px;
	line-height: 1.0em;
	list-style:disc;
	margin-top:5px;
	margin-bottom:10px;
}

.entry ul li, .entry ol li {
	padding-top:5px;
	line-height:1.0em;
	}

/* comments*/
h2#comments{
	padding:2px;
	margin-bottom:15px;
	margin-top:10px;
	color:#FFA200
}

#commentblock {
	padding: 10px;
	color:#FFFFFF;
	clear: both;
}

ol#commentlist {
	margin-bottom: 20px;
	margin-top:0px;
	padding: 5px;
	margin-left: 20px;
	color: #800000;
	font-size:1.2em;
}

#commentlist li  p{
	margin-bottom: 0px;
	line-height: 1.2em;
	padding:0;
}

.commentname {
	margin: 0px;
	margin-top: 20px;
	padding: 0  0 2px 0;
	font-weight: bold;
}

.comment_tl, .comment_tr { 
	background-image: url('images/comment1600.png');
        background-repeat: repeat-x;
	height: 12.5px;       
	font-size: 2px;
	}
.comment_tl, .comment_bl { 
	margin-right: 32px; 
	}
.comment_tr, .comment_br { 
	margin-left: 32px;  
	margin-top: -32px;  
	}
.comment_tr {
	background-position: 100% 0;
	}
.comment_bl { 
	background-position: 0 -9px; 
	}
.comment_br { 
	background-position: 100% -9px; 
	}
.comment_inside {
	border-left: 1px solid #000000; 
	border-right: 1px solid #000000;
	background: #800000; 
	color: #FFFFFF;      
	padding-left: 10px;  
	padding-right:10px; 
        margin-top: -15px; 
	}
.notopgap    { margin-top: 0; }    
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } 

.commentauthor {
	margin: 0px;
	font-size: 14px;
	line-height: 0px;
}

.commentdate {
	margin: 0px;
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 8px;
}

.commentinfo{
	margin-top: 0px;
	margin-bottom: 0px;
}

.commenttextbox {
	clear: both;
	margin-top: 0px;
	background-color: #800000;
	padding: 5px;
}

.commenttext {
	line-height: 5.0em;
}

.commenttext-admin {
	clear: both;
	margin-top: 0px;
	line-height:12px;
	background-color: #800000;
        color: #FFA200;
	padding: 5px;
}

#commentsformheader{
	padding-left:18px;
	font-size: 1.4em;
	color:#000000
}

#commentsform{
	margin-top:0;
	text-align:center;
	padding:0px 5px;
}

#commentsform form{
	text-align:left;
	margin:0px;
}

#commentsform p{
	margin:0px;
}

#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: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-color: #800000;
	padding:5px;
	color:#dddddd;
	border: 1px solid #000000;
}

#sidebar h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 10px;
        margin-top: 20px;
}
#sidebar p{
	margin: 7px;
	color:#999999;
	line-height: 1.2em;
	}
#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');
	line-height: 1.2em;
	margin-bottom: 5px;
	margin-left: 10px
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 5px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0.5em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 1.4em;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url('images/bull.gif');
}

.ec3_list {
	line-height: 3.0em;
}

.gravatar {
float:left;
padding: 3px;
border: 1px solid #000;
background: #fff;
}

.postgrav {
float: left;
padding: 3px;
margin-right: 5px;
margin-left: 5px;
border: 1px solid #000;
background: #fff;
}
