@charset "utf-8";
/* CSS Document */
* {margin: 0; padding: 0}
body {
	background-color: #FFFFFF;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#containerbg {
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	background-image: url(images/contenttop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	width: 800px;	
}
#header {
	height: 100px;
}
#header h1 {
	text-indent: -9000px;
}
#navbar {
	height: 40px;
	margin-bottom: 30px;
}
#navbar ul  {
	list-style-type: none;
	height: 30px;
	padding: 0;
	margin: 0;

}
#navbar ul li {
	float: left;
	overflow: hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c50000;
	border-left-color: #a70000;
}
#navbar a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	height: 20px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#navbar li:hover {
	background-image: url(images/navbarselect.png);
	background-repeat: no-repeat;	
}
#navbar li:hover a{
	color: #000000;
}
#navbar li.current_page_item {
	
}
#navbar li.current_page_item a{
	color: #FFFFFF;
}
#navbar li:hover.current_page_item a{
	text-decoration: none;
}
#sidebar {
	float: right;
	width: 190px;
	font-size: 12px;
	line-height: 16px;
	color: #ddd;
	padding-right: 20px;
}
#content {
	width: 530px;
}
#sidebar ul {
	list-style-type: none;	
}
p.plugin-support {
	display: none;
}

#sidebar li {
	padding-bottom: 20px;
}
#sidebar li ul li {
	padding-bottom: 10px;
}
#sidebar a {
	color: #0F9FFF;
	text-decoration: none;
}
#sidebar a:hover {
	color: #FFFFFF;
}
h2.widgettitle, #sidebar h2 > a {
	font-size: 18px;
	padding-bottom: 10px;
	color: #FFFFFF;
}
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
#footer {
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 200px;
}
#footercontent {
	background-image: url(images/footercontent.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 200px;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 580px;
	text-align: center;
	font-size: 10px;
	font-style: oblique;
	color: #CCCCCC;
	padding-top: 80px;
	line-height: 20px;
}

#content h3, #calendar_wrapLarge h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 2px;
	padding-bottom: 10px;
}
#content p {
	font-size: 12px;
	padding-bottom: 10px;
	line-height: 18px;
}
#content li {
	font-size: 12px;
	padding-bottom: 5px;
	line-height: 18px;
	padding-left: 5px;
	margin-left: 30px;
}
#content ul {
	padding-bottom: 10px;
}
#post {
	padding-bottom: 20px;	
}
#post img {
	padding: 4px;
	border: 4px solid #CCCCCC;
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

