/*
Theme Name: TheJanes
Theme URI: http://dev.thejanes.net
Description: The Janes basic WP theme
Version: 1.0
Author: Greg Weber
Author URI: http://www.gweb.ws
*/

body {
	background: #FFFFFF url(images/bkg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#leftside {
	border-right: 1px solid #E5E5E5;
}
.textwidget {
	text-align: center;
	padding-top: 10px;
}

#content {

}
.postmetadata {
	color: #666666;
	font-size: 11px;
}
#content .postmetadata a {
	color: #666666;
}

#content h1 {
	font-size: 20px;
	color: #FFFFFF;
	background: #f0027f url(images/subheading_bkg1.gif) no-repeat right center;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 8px 7px;
}


#navlist {
	margin: 0px;
	padding: 0px;
	width: 206px;
	font-weight: bold;
	font-size: 11px;
}

#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navlist li {
	margin: 0;
	padding: 0px;
}

#navlist li ul li a:link, #navlist li ul li a:visited{
	margin: 0;
	padding: 1px 0px 1px 40px;
	background: #FFFFFF;
	border-style: none;
	font-weight: normal;
	text-decoration: none;
}

#navlist li ul li a:hover, #navlist li ul li a:active{
	margin: 0;
	padding: 1px 0px 1px 40px;
	background: #EEEEEE;
	border-style: none;
	font-weight: normal;
	text-decoration: none;
}

#navlist a {
	display: block;
	margin: 0px;
	padding: 0px;
}

#navlist a:link, #navlist a:visited {
	text-decoration: none;
	margin: 0px 0px 2px;
	padding: 4px 0px 4px 27px;
	background: #eee;
	border-bottom: 1px solid #CCCCCC;
	color: #333333;
}

#navlist a:hover, #navlist a:active{
	margin: 0px 0px 2px;
	padding: 4px 0px 4px 27px;
	background: #e5e5e5 url(images/menu_mouseover1.gif) no-repeat 10px center;
	border-bottom: 1px solid #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #000000;
}

#navlist ul li.current_page_item a, #navlist ul li.current_page_parent a{
	margin: 0px 0px 2px;
	padding: 4px 0px 4px 27px;
	background: #e5e5e5 url(images/menu_mouseover1.gif) no-repeat 10px center;
	border-bottom: 1px solid #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #000000;
}

#navlist li ul li.current_page_item a, #navlist li ul li.current-cat a{
	margin: 0;
	padding: 1px 0px 1px 40px;
	background: #EEEEEE;
	border-style: none;
	font-weight: normal;
	text-decoration: none;
}

#leftdesign{
	margin: 0px;
	padding: 0px;
	width: 206px;
	background: url(images/leftdesign.gif) no-repeat;
	height: 340px;
}#footer {
	background: #eee url(images/footer.gif) no-repeat;
	height: 68px;
	font-size: 10px;
	color: #666666;
	text-align: center;
	line-height: normal;
}
#footer p {
	padding-bottom: 4px;
	margin: 0px;
	padding-top: 4px;
}


#leftside #navlist h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 0px 27px;
}
#content h2 {
	font: 18px Tahoma;
}
#content a, #footer a {
	color: #336699;
}

#footer a {
	text-decoration: underline;
}

#content a:hover, #footer a:hover {
	text-decoration: none;
}

#content .post a {
	text-decoration: none;
}

#content .entry a {
	text-decoration: underline;
}

#content .postmetadata a{
	text-decoration: underline;
}

.post {
	padding-right: 20px;
	padding-left: 6px;
}
#comments {
	padding-left: 6px;
}
#respond {
	padding-left: 6px;
}
#commentform {
	padding-right: 20px;
	padding-left: 6px;
}
#commentform input, #commentform textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#content h3 {
	font-size: 14px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
#header {
	/*font-size: 11px;*/
	background: url(images/header.jpg) no-repeat;
}
#header input {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#header a {
	color: #336699;
	text-decoration: underline;
}
