@charset "UTF-8";


html, body {
	padding:0;
	height: 100%;
	margin: 0px;
	color: #000;
	font-size: 12px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	background-image: url(images/content_bkgd2.jpg);
	background-color: #cfcfcf;
	
}

h1, #post-title  {
	color: #9900cc;
	font-size: 22px;
	font-weight: bold;
	margin: 3px 0px 25px 0px;
}

h2 {
	color: #9900cc;
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
h3 {
	color: #9900cc;
	margin-top: 12px;
	margin-bottom: 0px;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-size: 14px;
	
}
a          {
	color: #00C;
}
a:visited  {
	color: #66F;
}
a:hover    {
	color: #06F;
}
.pageContainer {
	min-height:100%;
	position:relative;
}
.container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
}


/* BANNER AREA */
.bannerArea {
	width: 100%;height: 83px;
	background-image: url(images/banner_bkgd.jpg);
	
}

.bannerArea .container {
	height:83px;
	background-image: url(images/banner_bkgd.jpg);
	background-repeat: no-repeat;
}

.bannernav {
	padding-top: 20px;
	float: right;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-variant: normal;
}

.bannernav a { color: #ffffff; text-decoration: none; }
.bannernav a:visited { color: #ffffff; }
.bannernav a:hover {
	color: #ccff33;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.toplogo {
	padding-left: 0px;
	padding-top: 10px;
}




/* TOP NAVIGATION AREA */
.topnavigationArea {
	width: 100%;
	background-image: url(images/topnav_bkgd.jpg);
	background-repeat:repeat-x;
	background-color: #cc00ff;
}

.topnavigationgroup {
	margin: 0px;
	float: right;
	padding-right: 40px;
}
.topnavigationgroup ul {
	margin: 0px;
}

.topnavigationitem {
	max-width: 167px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: none;
	border-right-width: 1px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	float: left;
}

/* CONTENT AREA */
.contentArea {
	width: 100%;
	padding-bottom: 77px;
	url(images/content_bkgd_tile.jpg);
	background-image: url(images/content_bkgd_tile2.jpg);
	background-repeat: repeat;	
}


.contentArea .container {
	padding-top: 30px;
	padding-bottom:30px;
	height: 100%;
	background-image: url(images/content_bkgd2.jpg);
	background-repeat: repeat-y;
}

.contentleft {
	width: 650px;
	padding-left: 0px;
	padding-right: 40px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
}

.contentright {
	padding-top: 10px;
	float: left;
	padding-left: 30px;
	width: 210px;
}

.imageright {
	
	margin-left: 5px;
	
	float: right;
	
}


/* FOOTER AREA */
.footerArea {
	position:absolute;
	bottom:0;
	width: 100%;
	background-image: url(images/footer_bkgd.jpg);
	border-top-style: solid;
	border-top-color: #cc00ff;
	border-top-width: 4px;
	
}

.footerArea .container {
	height: 77px;
	background-image: url(images/footer_bkgd.jpg);
}

.copyright {
	padding-left: 40px;
	padding-top: 12px;
	color: #999;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* Begin WordPress Stuff */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#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: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
/*
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
*/
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#sidebar UL UL A {
	background-color: transparent;
}


.copyright {
        padding-left: 40px;
        padding-top: 12px;
        color: #999;
        font-size: 12px;
        font-family: Arial, Helvetica, Verdana, sans-serif;
}

