/*
Theme Name: DianneWolfer.com
Theme URI: http://diannewolfer.com/
Description: Custom theme for DianneWolfer.com
Version: 1.0
Author: Tracey Gibbs
Author URI: http://www.traceygibbs.com
Tags: 

*/
body{
	background-image: url(images/background.png);	
	background-repeat: repeat;
	font-size: 1em;
	font-family:"Times New Roman", Times, serif;
}

#wrapper {
	background-image:url(images/background-border.jpg);
	background-repeat: repeat-y;
	width: 830px;
	margin-left: auto;
	margin-right: auto;
}

#header p {
	margin: 0px 30px 0px 45px;
}

#menu {
	width: 223px;
	float: left;
	padding-left: 45px;
}

#mainContent {
	background-image:url(images/contentBorder.jpg);
	background-repeat: repeat-y;
	width: 509px;
	float: left;
	padding-left: 20px;
	padding-right: 11px;
}

#footer{
	clear: both;
	width: 100%;
	height: 36px;
}

h1, h2, h3, a, a:visited
{
	color: rgb(216, 194, 59);
	text-decoration: none;
}

body, a:hover {
	color: rgb(0,102,102);
	text-decoration: none;
}

.clear {
	clear: both;	
}

.blogTitle {
	float: left;
}

.blogDate {
	float: right;	
}


.menuList, #menu ul {
	/*list-style: none;*/
}

.unpaddedList {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.sidebarList li a, ul.sidebarList li a:visited
{
	color: rgb(0,102,102);	
}

ul.sidebarList li a:hover {
	color: rgb(216, 194, 59);	
}

.sidebarList {
	margin-top: 0px;
	margin-bottom: 0px;
}

div#menu h3 {
	margin-bottom: 0px;
	margin-top: 2px;
	height: auto;
}

div#menuItems * {
	font-size: 1.03em;
	font-weight: 600;
}

img {
	border: 0px;	
}

h1, h2 {
	font-size: 1.3em;	
}

.headerText {
	
	float: left;
	width: 100%;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

textarea#comment {
	width: 75%;
}


div#menuItems ul.sidebarList {
	padding-left: 0px;
	list-style: disc;
	margin-left: 18px;
	font-size: 0.9em;
	
}

.sidebarList li {
		
}