body {
	text-align: center;
	background: #191919 url('images/background.png') repeat-x top;
	color: #999;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 24px;
}
div#wrapper {
	text-align: left;
	margin: auto;
	width: 1000px;
}
a, a:link, a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
 
a:hover
{
	/* mouse over link */
	color: #CCCCCC;
	text-decoration: underline;
}  

p {
	margin: 0 0 24px;
}
h1, h3, h4
{
	font-family: 'Lucida Grande' , Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
h2, h2 .Head, .h2
{
	font-family: Georgia, Times, 'Times New Roman' , serif;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 22px;
}
div#header {
	
	height: 100px;
}
div#footer {
	width: 1000px;
	float: left;
	border-top: 1px solid #484848;
}
h1 {
	font-size: 48px;
	color: #fff;
	line-height: 120px;
}
h1 a {
	text-decoration: none;
	color: #fff;
}
div#header h2 {
	margin: 0 0 6px;
}
#navigation
{
	margin: 20px 0px 0px 0px;
	display: block;
	width: 1000px;
	float: left;
	border-bottom: 1px solid #484848;
}
#HouseMenuNav li {
	display: inline;
}
#HouseMenuNav a
{
	font-family: Georgia, Times, 'Times New Roman' , serif;
	text-decoration: none;
	color: #999999;
	font-size: 18px;
	margin: 0 32px 0 0;
}
#HouseMenuNav li a:hover
{
	color: #666666;
}

#HouseMenuNavCurrentItem a
{
	color: #FFFFFF;
}

div#header h2
{
	font-family: Georgia, Times, 'Times New Roman' , serif;
	font-weight: normal;
	display: block;
	width: 300px;
	text-align: right;
	font-size: 18px;
	font-style: oblique;
	vertical-align: bottom;
}
span.f {
	font-style: italic;
}
div#content {
	margin: 72px 0 0 0;
}

#header_left
{
	float: left;
	width: 500px;

}
#header_right
{
	float: right;
	width: 300px;
}

#col_left
{
	float: left;
	width: 680px;
	padding: 10px;
}
#col_right
{
	float: right;
	width: 280px;
	padding: 10px;
}

div.thumbnail {
	width: 500px;
	float: left;
}
div.entry {
	width: 250px;
	float: right;
}
div#content h2 {
	font-size: 24px;
	color: #fff;
	line-height: 32px;
}
div#content h2 a {
	text-decoration: none;
	color: #fff;
}
p.comment-link {
	margin: 0;
}
p.comment-link a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	font-size: 16px;
	line-height: 36px;
}
p.comment-link a:hover {
	color: #999;
	text-decoration: underline;
}
div#footer p {
	line-height: 108px;
	color: #333;
	text-align: center;
}
div#footer p a {
	color: #444;
	text-decoration: none;
}
div#footer p a:hover {
	color: #555;
	text-decoration: underline;
}
div.post {
	margin: 0 0 76px;
}
h3#comments, h3#respond {
	color: #fff;
	line-height: 64px;
}
div.author {
	width: 250px;
	float: left;
}
div.author cite {
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0 12px;
}
div.author img {
	position: relative;
	top: 10px;
}
div.comment {
	width: 500px;
	float: right;
	padding: 18px 0 0 0;
}
ol.commentlist {
	border-top: 1px solid #333;
	margin: 0 0 48px;
}
ol.commentlist li {
	border-bottom: 1px solid #333;
	padding: 12px 0 0;
}
form input, form textarea {
	margin: 0 12px 0;
}
div.alignleft, div.alignright {
	display: block;
	width: 40%;
	float: left;
}
div.alignright {
	float: right;
	text-align: right;
}
div.alignleft a, div.alignright a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 18px;
	text-decoration: none;
	color: #777;
}
div.alignleft a:hover, div.alignright a:hover {
	color: #999;
	text-decoration: underline;
}

img
{
	border: 0;
}

.Normal, .NormalDisabled, .NormalBold, .NormalRed
{
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 13px;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-weight: bold;
	color: #ff0000;
}


/* hyperlink style for buttons and link buttons used in the portal admin pages */
#dnn_ctr760_ModuleContent A.CommandButton:link
{
	text-decoration: underline;
	color: #FFFFFF;
}

#dnn_ctr760_ModuleContent A.CommandButton:visited
{
	text-decoration: underline;
	color: #FFFFFF;
}

#dnn_ctr760_ModuleContent A.CommandButton:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

#dnn_ctr760_ModuleContent A.CommandButton:active
{
	text-decoration: underline;
	color: #FFFFFF;
}

#dnn_ctr760_ModuleContent .SubHead
{
	color: #999;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 13px;
}