@charset "UTF-8";

body, html {
	background-color:#87C9E3;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	min-height:100%;
}

.navigation h1 {
	float:left;
	font-size:15px;
	margin:0px 0px 0px 23px;
	padding:0px;
}

.registerTab h1 {
	float:right;
	font-size:15px;
	margin:0px 20px 0px 0px;
	padding:0px;
}

.hr {
	color:#000;
	border-top:1px solid #ccc;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	padding:0px;
	margin:10px 0px 0px 0px;
}

.shell {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.registerTab {
	background-image:url(images/register.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	height:32px;
	text-align:right;
	padding-top:5px;
	margin-bottom:25px;
}

.loggedInTab {
	background-image:url(images/register.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	height:32px;
	text-align:center;
	padding-top:7px;
	padding-right:7px;
	padding-left:750px;
	margin-bottom:23px;
}

.link {
	color:#744a01;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

.link:hover {
	color:#ac6e02;
}

.commentLink {
	color:#3b5998;
	font-size:11px;
	margin-top:4px;
	margin-left:3px;
}

.commentLink:hover {
	text-decoration:none;
}

.content {
	width:900px;
	min-height:400px;
	overflow:auto;
	background-image:url(images/top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#f4f4f4;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:center;
}

.footer a {
	color:#FFF;
}

.contentShell {
	clear:both;
	padding:15px;
	height:auto;
}

.leftContent {
	float:left;
	width:650px;
	height:auto;
}

.rightContent {
	float:right;
	width:200px;
	min-height:300px;
	text-align:center;
}

.rightContentTitle {
	height:20px;
	color:#999;
	font-size:12px;
	font-weight:bold;
	padding-top:4px;
	width:120px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:8px;
	border-bottom:1px solid #ccc;
	text-align:left;
}

.rightLinkDiv {
	text-align:left;
	width:120px;
	margin-left:auto;
	margin-right:auto;
}

.rightContentLink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#744a01;
	margin-bottom:5px;
}

.rightContentLink:hover {
	text-decoration:none;
}

.commentMargin {
	margin-left:10px;
}

.socialShare {
	margin-top:3px;
}

.socialShare a {
	color:#3b5998;
}

.socialShare a:hover {
	text-decoration:none;
}


/* FLOATS */

.left {
	float:left;
}

.right {
	float:right;
}

.navigation {
	float:right;
	width:300px;
	text-align:right;
	margin-top:23px;
}

.statusLeft {
	float:left;
	padding-left:10px;
	padding-top:5px;
	width:560px;
}

.statusClear {
	width:640px;
	margin-top:10px;
	overflow:auto;
}

.clear {
	clear:both;
}

/* FONTS */

.blueBold {
	color:#3b5998;
	font-weight:bold;
}

.smallGrayText {
	color:#999;
	font-size:11px;
	margin-top:4px;
}

.grayTextPadding {
	padding-top:5px;
	font-size:11px;
	color:#999;
}

.font {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
}

.font td {
	padding:3px;
}

.alert {
	color:#900;
}

.textLink {
	color:#333;
}

.textLink:hover {
	text-decoration:none;
}

.profileText {
	font-size:12px;
}

.profileText a {
	color:#666;
}

.profileText a:hover {
	color:#999;
}

.facebookblue {
	color:#3b5998;
	font-weight:normal;
}

.linkPageFont {
	font-size:12px;
	color:#666;
}

.linkPageFont a {
	color:#744a01;
}

.linkPageFont a:hover {
	text-decoration:none;
}

/* OTHER */

.inputBox {
	border:1px solid #666;
	width:200px;
	height:18px;
	padding:3px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
}

.inputSubmit {
	border:1px solid #666;
	background-color:#fff;
	margin:0px;
}

.textarea {
	border:1px solid #666;
	width:400px;
	height:50px;
	padding:3px;
	margin:0px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.statusModerateDiv {
	background-color:#fff;
	padding:10px;
	border:1px dashed #ccc;
}

.yesButton {
	padding:5px 15px 5px 15px;
	background-color:#FFF;
	border:1px dashed #ccc;
	margin-right:10px;
	color:#060;
	font-weight:bold;
	text-decoration:none;
}

.yesButton:hover {
	background-color:#efefef;
	border:1px solid #ccc;
}

.noButton {
	padding:5px 15px 5px 15px;
	background-color:#FFF;
	border:1px dashed #ccc;
	margin-right:10px;
	color:#900;
	font-weight:bold;
	text-decoration:none;
}

.noButton:hover {
	background-color:#efefef;
	border:1px solid #ccc;
}

.pages {
	font-size:11px;
	color:#666;
	text-align:right;
	width:620px;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
}

.commentBox {
	float:left;
	width:620px;
	margin-bottom:5px;
	background-color:#FFF;
	border:1px dashed #CCC;
	padding:5px;
	font-size:12px;
}

.commentsTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666;
	float:left;
	width:620px;
}

.noneBox {
	float:left;
	width:620px;
	font-size:12px;
	font-style:italic;
}

.commentStatus {
	font-size:10px;
	color:#999;
}

.noLink {
	text-decoration:none;
	color:#666;
}

.topAds {
	float:left;
	width:728px;
	padding:12px 0px 12px 0px;
}

.topDiv {
	height:30px;
	background-image:url(images/topBG.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#999;
	padding-bottom:1px;
	border-bottom:1px solid #f4f4f4;
}

.topDivLink {
	font-size:13px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	padding:7px 12px 0px 0px;
}