/*
Theme Name: WordPress JennyBee
*/


body {
	background-color: #313131;
	font-family: verdana, arial;
	color: #313131;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#outerwrapper {
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 980px;
	margin: auto;
}

#innerwrapper {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 90px;
}
#leftsidebar {
	float: left;
	width: 150px;
	padding-left: 1px;
	margin-top: 80px;
}
#content {
	width: 650px;
	margin-left: 150px;
	min-height: 400px;
}


#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 80px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer a {
	color: #999999;
}
#footer p {
	color: #999999;
	font-size: 9px;
	text-align: center;
	padding-top: 50px;
}

h1 {  
	font-family: georgia, arial; 
	font-size: 18px; 
	font-weight: bold; 
	color: #31678D;
}
h2 { 
	font-family: georgia, arial; 
	font-size: 12px; 
	color: #BF5F85;
}
h3 {  
	font-family: georgia, arial; 
	font-size: 14px; 
	color: #31678D;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

table {
	font-family: arial;
	font-size: 12px;
	color: #666666;
}
td {
	vertical-align: top;
}
.TableBorders {  
	 border: #666666 solid; 
	 border-width: 1px 0px 1px 1px;
}
.TableBordersRight { 
		border: #666666 solid; 
		border-width: 1px 1px 1px 0px;
}
.ImageBorder {  
	border-color: #CC9933 #003366 #666666 #666666; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}
a:link {  
	color: #31678D;
	text-decoration: underline;
}

a:visited {  
	color: #C46F99; 
	text-decoration: underline;
}
a:hover {  
	color: #D85CAC; 
	text-decoration: underline;
}
a:active {  
	color: #517702;
}
#rightsidebar {
	float: right;
	width: 160px;
	margin-top: 300px;
}
#rightsidebar ul, #rightsidebar li {
	display: inline;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
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 */

#sitemenu a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: verdana, arial;
	font-size: 14px;
	list-style-type: none;
	list-style-position: inside;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#sitemenu li {
	width: 128px;
	height: 30px;
	margin-left: 5px;
	line-height: 30px;
}
#sitemenu a:hover {
	background-image: url(images/menubg.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;	
	padding-bottom: 10px;
}

#sitemenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sitemenu li li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
