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

body {
	text-align: center;
	color: #505a65;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	/* customize_background */ background-color: #EEEEE0; /* customize_background */
}
h1, h2, h3, h4, h5, h6 {
	color: #505a65;
}

body a {
		color: #505a65;
}
img {
	border: none;
}
td {
	vertical-align: top;
}
#wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}    
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

#welcomeheading a {
	margin-bottom: 10px;
	padding-bottom: 15px;
	font: 40pt Arial, Verdana, Helvetica, Sans-serif;
	padding-top: 10px;
	color: #505a65;
	text-decoration: none;
}

#welcomeheading {
	text-align: center;
}

#welcomeheading a:hover {
	color: #9FB6CD;

}

#welcomeheading a:hover {
	color: #9FB6CD;
}
 
 
.description {
	text-align: center;
	font: normal 14px Arial, Verdana, Helvetica, Sans-serif;
	color: #505a65;
	padding-bottom: 5px;
	padding-top: 10px;
}  

#content {
	float: right;
	width: 708px;
	margin-top: 0px;
}
		
#content p, #content form, #content .post ul li, #content td {
	font: normal 13px/20px Arial, Verdana, Helvetica, Sans-serif;
	margin-bottom: 10px;
	color: #505a65;
	margin-right: 0px;
	text-align: justify;
}

#content p a {
	color: #505a65;
}

#content p a:hover {
	text-decoration: none;
}

#contentFullWidth {
	width: 100%;
	padding: 0 0 12px 0;
}

#contentFullWidth ul li {
	display: inline;
	padding: .2em 1em;
	text-decoration: none;
}
#contentFullWidth ul {
	text-align: center;
}
#contentFullWidth ul li a {
	text-decoration: none;
}


#sidebar {
	width: 232px;
	float: left;
	padding: 0 0 16px 0;
	text-align: left;
	font-size: 12px;
	}

#sidebar li {
	margin-top: 4px;
}

.nav ul {
	padding-left: 15px;
	font-size: 11px;
}
a.nav-selected {
	font-weight: bold;
}

.clearfix {
	clear: both;
}	

.footerwhay {
	clear: both;
	text-align: center;
	font: normal 10px Arial, Verdana, Helvetica, Sans-serif;
	color: #505a65;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #808080;
}  
.footerwhay a {
	text-decoration: none;
}


[disabled] {

	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;

}

/* Things also in editor.css that we need. (lame that I can't just include editor.css, but it has things for tiny_mce that we need not have here */

.imgPadRightBottom {
	padding: 0 10px 10px 0;
}

.imgPadLeftBottom {
	padding: 0 0 10px 10px;
}

.imgFloatLeft {
	float: left;
}

.imgFloatRight {
	float: right;
}