/*
Theme Name: JMS Labs
Theme URI: http://www.sitebymike.com/
Description: JMS Labs Theme - 2 Columns with right sidebar
Version: 1.0
Author: Mike Rende
Author URI: http://www.sitebymike.com
*/
/* A custom template for juniormadscientist.com */
/* By Mike Rende, www.sitebymike.com */

body { 
	margin: 0; 
	padding: 0; 
	background: #333333; 
	font-family: Verdana, Arial, sans-serif;
	background-image: url(images/jmslabs-bg.jpg);
	background-repeat: repeat-x; 
}

* {margin: 0; padding: 0; border: 0;  }

/*----------------------------------------------Basic styles------------------------------------------------*/

p, h1, h2, h3, span#copyright { margin: 0 10px; color: #fff; font-weight: normal}
p { color: #fff; font-weight: normal; padding: 10px 0 10px 0;}
h1, h2, h3, h4 {margin-top: 5px; color: #FFCC00; font-style: italic}

acronym { border-bottom: 1px dashed #999; cursor: help }

blockquote { border-top: 2px solid #00CCFF; border-bottom: 2px solid #00CCFF; margin-left: 1.5em; padding-left: 5px;}
	
p { font-size: 0.75em; line-height: 1.6em; text-align: justify }
h1 {float: left; font-style: italic; margin-top: 40px; margin-left: 30px; font-size: 1.75em; line-height: 1.75em; letter-spacing: 0.20em}	/* site heading */
h1 a {color: #333; text-decoration: none}
h1 a:hover {color: #333; text-decoration: underline}
h2 { font-size: 1.30em; line-height: 2.40em }	/* site heading */
h3 { font-size: 0.90em; line-height: 1.60em }				/* sub headings */
span#copyright { font-size: 13px; line-height: 35px; color: #000 }

div { padding: 10px 0;}

a {color: #00CCFF; text-decoration: none; font-style: italic}
a:hover {color: #fff; text-decoration: underline}

ul {list-style: square inside}
ol {list-style: decimal inside}

/*---------------------------------------------Layout------------------------------------------------------*/
#page {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#hdr {
	padding: 0;
	width: 100%;
	background: url(images/jmsheader.jpg) no-repeat 0 bottom #000000;
	height: 225px;
}
#hdr h1 {
	display: none;
}

.rowcontainer {	/* Used to keep the divs in a row.  you can use this for any size of divs */
	float: left;
	margin-top: 0;
	padding-top: 0;
	width: 100%;
	overflow: hidden;
	background: #222;
	background-image: url(images/jms-mainbg.jpg);
	background-repeat: repeat-y;
}

#navbar {
	position: relative; 
	width: 100%; height: 2.0em; 
	/*background: #666666;*/
}

#bttmbar {
	float: left; 
	height: 100px; 
	width: 100%;
	text-align: center; 
	color: #FFFFFF;
	padding-top: 55px;
	font-size: 0.8em; 
	background: url(images/jmsfooter.jpg);
	background-repeat: no-repeat; 
	overflow: hidden;
}
#bttmbar a {
	color: #FFCC00; 
	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;}
ul#nav li {float: left; margin-right: 2px; font-size: 0.70em;}

ul#nav a {
	font-weight: bold;
	display: block;
	width: 8em;
	height: 2.50em; 
	line-height: 2.50em;
	padding-left: 25px;
	text-decoration: none;
}

ul#nav li a:link, ul#nav li a:visited  {
	background: #333333;
	color: #fff;
	background-image: url(images/jmslabs-btnbg.gif);
	background-repeat: no-repeat;
	background-position: 6px 7px;
}

ul#nav li a:hover, ul#nav li a:active {
	color: #FFCC00;
	background: #555555;
	background-image: url(images/jmslabs-btnon.gif);
	background-repeat: no-repeat;
	background-position: 6px 7px;
}

ul#nav li a.current {background: #CCFF00; color: #000}
ul#nav li a.current:hover {background: #CCFF00; color: #00CCFF}

/*---------------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: 77%;}		/* 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 styling */
.entry{
	background-color: #2E3233;
	border: 1px solid #3e4243;
	padding: 10px;
	margin-left:25px;
	margin-bottom:15px;
	color:#FFFFFF;
}
.entry h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555;
	margin-bottom: 10px;
}
.entry h3 a {
	color: #FFCC00; 
}
.entry li {
	margin-left: 50px; 
	color: #fff; 
	font-size: 0.75em; 
}

/* Comments Styling */
.commentlist li {
margin-bottom: 1.5em;
background-color: #444444;
padding: 5px;
}
.commentlist li p {
	font-size: 1em;
}

#commentform {
margin: 1em 0;
background:#2E3233;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

/* sidenav styles */
#sidebar {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #2E3233;
	padding:5px;
	border: 1px solid #3e4243;
}
#sidebar h3 {
	font-weight: bold;
	font-size: 100%;
	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, #sidebar ol {
	margin: 5px 10px 5px 10px; 
	color: #fff; 
	font-size: 0.70em; 
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: url('none');
	margin-bottom: 10px;
	margin-left: 0px
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#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;	
}
#searchBox {
	padding-left: 10px;
}
#searchBox input {
	margin-bottom: 5px
}
