body {
margin: 0px;
padding: 0;
color: #84878E;
background-color:#5D013D;
background-image: url(images/bg-purple.jpg);
background-repeat: no-repeat;
background-position: top;
font-family: Verdana, Arial, Trebuchet MS;
font-size: 11px;
line-height: 18px;
}

#wrapper2 {
width: 950px;
margin: auto;
padding: 0px 0px 0px 0px;
margin-top: 63px;
}

.single-entry {
float: left;
width: 100%;
margin-bottom: 10px;
padding: 0px;
}

a:link { 
text-decoration: underline; 
color: #A91F85; 
}

a:visited { 
text-decoration: none; 
color: #A91F85; 
}

a:hover, a:active { 
color: #3B3B3B; 
}

h1, h2, h3, h4, h5, h6 { 
font-weight: normal; 
margin: 0px 0 10px; 
}

h1 { 
font-size: 22px; 
margin-bottom: 20px;
}

h2 {
font-size: 14px;
text-transform: uppercase;
}

h3 { 
font-size: 24px;
}

.home-post-wrap2 {
width: 890px;
background-image: url(images/post-bg.gif);
background-repeat: repeat-x;
padding: 10px;
margin-right: 13px;
float: left;
background-color: #FFF;
border: 1px solid #EBEBEB;
margin-bottom: 10px;
}

h4, h5, h6 { 
font-size: 20px; 
}

ul { 
list-style-image: url(images/bullet.gif); 
}

#container {
float: right;
width: 950px;
color: #84878E;
background-image: url(images/content-bg.gif);
}

#left-div {
width: 646px;
float: left;
}

#left-inside {
float: left;
padding: 0px 0px 0px 19px;
}

#footer {
clear: both;
width: 930px;
height: 76px;
padding-left: 20px;
text-align: left;
color: #FFFFFF;
padding-top: 14px;
background-image: url(images/footer-purple.gif);
background-repeat: repeat-x;
margin-left: auto;
margin-right: auto;
font-size: 11px;
}

#footer a {
color: #FFFFFF;
font-size: 11px;
}

#footer a:visited {
color: #FFFFFF;
}

#footer a:hover {
color: #FFFFFF;
text-decoration: underline;
}

.logo {
float: left; 
border: 0px;
}

a:focus {
outline: none;
}

ul, ol { line-height: 2.0em; }

/* 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 */

.nav, .nav * {margin:0;padding:0;list-style:none;}

.nav ul {position:absolute;top:-999em; background-position: bottom; background-repeat: no-repeat; background-image: url(images/dropdown-bottom-purple.png); padding-bottom: 9px;}

.nav li {float:left;position:relative;z-index:99;font-size:12px; height: 44px !important; border: none !important;}

.nav a {display:block;}

.nav ul li{width: 100%;}

.nav li:hover ul,ul.nav li.sfHover ul {left:-10px;top:46px;}

.nav li:hover li ul,.nav li.sfHover li ul {top:-999em;}

.nav li li:hover ul,ul.nav li li.sfHover ul {left:230px;top:0px;}

.nav li:hover ul,.nav li li:hover ul {top: -999em;}

/*** Skinning - Superfish menu (Some final font colors and backgrounds) ***/

.nav li li {
display: block;
padding: 0px;
height: 46px !important;
}

.nav li:hover {
background-image: url(images/nav-bg-hover-purple.gif) !important;
background-repeat: repeat-x !important;
background-color: #181818 !important;
font-weight: normal !important;
height: 46px !important;
padding: 0px !important;
margin: 0px !important;
}

.nav li li a:link, .nav li li a:visited {
width: 180px;
display: block;
background-color: #181818;
padding: 10px 30px 0px 30px !important;
margin: 0px 0px 0px 0px !important;
border: none !important;
font-weight: normal !important;
height: 36px !important;
}

.nav li li a:hover {
background-image: url(images/nav-bg-hover-purple.gif) !important;
background-color: #757575 !important;
border: none !important;
color: #FFF !important;
}

.dark {
	color: #000000;
}