/* 

Theme Name: WarmJam
Theme URI: http://www.warmjam.com/
Description: Fluidity Theme with Right Sidebar
Version: 1.0
Author: Warm Jam
Author URI: http://www.warmjam.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: #992727; }

* {margin: 0; padding: 0; border: 0px none; font-family: "Trebuchet MS", Arial, sans-serif }


/*------------Basic styles------------*/

div { padding: 10px 0; }

a img { border: none;}

h1 { /* Page header title */
	font-size: 3em;
}

h2 { /* Diary entry title  */
	font-size: 1.5em;
}

h3 { /* Page header subtitle, entry date, comments link, comments header */
	font-size: 1em;
}

h4 { /* Sidebar headers */
	font-size: 1em;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc0000;
}

h1, h2, h3, h4 {
	 color: #cc0000;
	 font-weight: bold;
	 text-decoration: none;
	 margin-left: 10px;
}

h1 a, h2 a, h3 a, h4 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
	color: #cc0000;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #ee0000;
	text-decoration: none;
}


p {
	margin-bottom: 1em ;
	font-size: 1em;
	}

span#copyright { font-size: 13px; line-height: 35px }  /* sets the copyright styles */
span#design {  float: right; font-size: 13px; line-height: 35px }  /* 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 */

/*-------------Layout----------------*/

#hdrimg {			/* Large image */
	float: left; 			
	width: 100%;
        text-align: center;
	margin-bottom: 5px;
	background: #ffffff url('images/hdr.gif') no-repeat;
	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: #333333;
}



/*------Columns: Note they dont add up to 100%, this is intentional to avoid problems!----------*/ 

.threequartercolumn { float: left; width: 70%; }   /* main content */

.quartercolumn { float: right; width: 20%; margin-right: 20px; margin-top: 10px;}		/* sidebar */

/*------------------------------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: 15px;
	float: left;
	list-style: none;
	text-align: center;
	font-weight: bold;
}

#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;
}
	 
#nav a:link, #nav a:visited  { background: url('images/tab.gif') no-repeat 0 -25px }

#nav a:hover, #nav a:active { color: #ffffff; background: url('images/tab.gif') no-repeat 0 0 }

#nav a#current { color: #ffffff; background: url('images/tab.gif') no-repeat 0 0 }


/*-----------------------------------Other tags-----------------------------------------*/

acronym {
	border-bottom: 1px dashed #F00;
	cursor: help;
}


blockquote {
	border: 1px dotted #cc0000;
	margin-left: 1.5em;
	padding: 10px;
	background-color: #cccccc;
}


/* lists */
ul { margin-left:10px; list-style: disc; }
ol { margin-left:10px; list-style: decimal-leading-zero; }

hr { width: 85%; color: #990000 }  /* rule styling */

img.right {float: right; margin-left:10px;}  /* right floating images */
img.left {float: left; margin-right:10px;}   /* left floating images */

/*-------------------------------------------------------------------------------*/



/* Modification done to basic theme */
/* Added */

#searchdiv {
	margin-bottom: 10px;
}

a, a:visited {
    color: #cc0000;
    text-decoration: none; 
}
    
 a:hover {
 	color: #ee0000;
    text-decoration: underline;
}

.firstpost {
	background-image: url('images/latest.gif');
	background-repeat: no-repeat;
	background-position: right bottom
}
.entry {
	background-color: #ffffff;
	border: 3px #cc0000 solid;
	padding: 10px;
        margin-left: 15px;
	margin-bottom: 15px;
	color:#000000;
}

.entrymeta {
	font-size: 11px;
	margin-bottom: 15px;
}

/* comments*/
h2#comments{
	padding:2px;
	margin-bottom:10px;
	margin-top:30px;
	font-size: 110%;
	color:#cc0000
}
#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: #cccccc;
	background-color: #899999;
	padding: 5px;
}

.commenttext-admin {
	clear: both;
	margin-top: 0px;
	margin-bottom: 30px;
	border-top: 1px solid #000;
	line-height:12px;
	color: #cccccc;
	background-color: #899999;
	padding: 5px;
}

#commentsformheader{
	padding-left:18px;
	font-size: 1.4em;
	color:#cc0000
}

#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 {
	font-size: 0.8em;
	background-color: #ffffff;
	padding:15px;
	color:#990000;
	border: 3px solid #cc0000;
}

#s {   /* Search input styling */
border: 1px solid #cc0000;     
background-color: #eee;
padding: 0px;
 }

#sidebar p{
	margin: 7px;
	color:#990000;
	line-height: 1.4em;
	}
	
#sidebar a, #sidebar a:visited {
	text-decoration:underline;
}

#sidebar a:hover {
	color:#ee0000;
	text-decoration:underline;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin-top: 3px;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 1em;
	padding-top: 0.1em;
	padding-right: 0;
	padding-bottom: 0.1em;
	padding-left: 0;
	list-style: circle;
}

.avatar {
        text-align: right;
}

#bttmbar { float: left; width: 100%; height: 35px; background: #ffffff url('images/hdr.gif') no-repeat; }    /* Bottom copyright bar */

/* plugin styling*/
.moblog-image {
	margin-left: 30px;
}