﻿*
{
	padding:0;
	margin:0;
	font-size:1em;
}

/***********************************************************************
	HTML ELEMENTS
***********************************************************************/

body 
{
	font-family:Arial, Verdana, Trebuchet MS, Times New Roman;
	font-size:80%;
	width:100%;
	height:100%;
	text-align:center;
}

ul
{
	list-style-type:none;
}

/***********************************************************************
	CLASSES
***********************************************************************/

.container
{
	width:900px;
	margin-top:40px;
	text-align:left;
	position:absolute;
	right: 50%;
	margin-right: -450px;
	z-index:1;
}
	
	.quickNavigation
	{
		height:10px;
		background-image: url(../../images/trans50.png);
		position:absolute;
		top:330px;
		left:0px;
		right:0px;
		width:100%;
		border-bottom-color: #ff9600;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		z-index:2;
	}
	
	.flashlogo
	{
		height:360px;
		position:absolute;
		top:0px;
		left:50%;
		margin-left:-455px;
		width:340px;
		z-index:2;
	}

	.container .header
	{
		height:300px;
		width:900px;
		background-color:#666666;
		background-image:url(../../images/headers/2010_series/rotator.php);
		margin-bottom:50px;
	}
	
	/**** rotator.php *****/
	
	
	
	.headerback {
	position:absolute;
	height:300px;
	width:100%;
	top:40px;
	left:0px;
	right:0px;
	z-index:0;
	background-image:url(../../images/headerbkgd.gif);
	background-color: #ffffff;
	}
	
	.headerfadeleft {
	position:absolute;
	height:300px;
	width:32px;
	top:40px;
	right:50%;
	margin-right:450px;
	z-index:1;
	background-image:url(../../images/fade_left.png);
	}
	
	.headerfaderight {
	position:absolute;
	height:300px;
	width:32px;
	top:40px;
	left:50%;
	margin-left:450px;
	z-index:1;
	background-image:url(../../images/fade_right.png);
	}

	.container .mainContent
	{
		width:600px;
		float:left;
	}
	
		.container .mainContent .padding
		{
			margin:0px;
		}
	
	.container .secondaryContent
	{
		width:250px;
		padding-left:50px;
		float:left;
	}
	
	.container .footer
	{
		padding-top:50px;
		padding-bottom:10px;
		width:100%;
		text-align:right;
		clear:both;
		font-family:Helvetica, Arial, sans-serif;
		font-size:9px;
		color:#CCCCCC;
	}
a:link.footerlink {
color:#cccccc;
text-decoration:none;
}
a:visited.footerlink {
color:#cccccc;
text-decoration:none;
}
a:hover.footerlink {
color:#ff9600;
text-decoration:underline;
}
a:active.footerlink {
color:#000000;
text-decoration:underline;
}

/***********************************************************************
	SPECIFIC ELEMENTS
***********************************************************************/

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-transform: lowercase;
	color: #ff9600;
	margin-bottom:15px;
}
.posttitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: lowercase;
	color: #333333;
	margin-bottom:6px;
}
.postcontent {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
}
.postcontainer {
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom:10px;
}
.postfooter {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #999999;
}
p {
margin-bottom:10px;
}

a:link {
color:#666666;
text-decoration:underline;
}

a:visited {
color:#666666;
text-decoration:underline;
}
a:hover {
color:#ff9600;
text-decoration:underline;
}
a:active {
color:#000000;
text-decoration:underline;
}

a:link.commentlink {
color:#999999;
text-decoration:none;
}
a:visited.commentlink {
color:#999999;
text-decoration:none;
}
a:hover.commentlink {
color:#ff9600;
text-decoration:underline;
}
a:active.commentlink {
color:#000000;
text-decoration:underline;
}

.menubox {
	height: 290px;
	width: 210px;
	margin-left: 240px;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 40px;
}
.submission {
	background-color: #FAFAFA;
	width: 210px;
	padding-right:20px;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:15px;
	
}
.submithead {
	font:Helvetica, Arial, sans-serif;
	font-size:15px;
	color:#ff9600;
	margin-bottom:5px;
	border-bottom:dotted #ff9800 1px;
}
.submittext {
	font:Helvetica, Arial, sans-serif;
	font-size:9px;
	line-height:15px;
	color:#999999;
	text-align:justify;
}
/*----------------------------
					Comments
----------------------------*/

.comment {
	border-bottom: 1px dotted silver;
	background-color: white;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.comment .date {
	font-size: 12px;
	color: #666666;
	font-weight:bold;
	text-align: left;
	margin-bottom: 10;
}

.comment .author {
	
}

.self {
	border: 1px solid black;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
}

.comment .gravatar img {
	height: 80px;
	width: 80px;
}

.comment .content {
	color:#666666;
	line-height:15px;
	font-size:11px;
	min-height: 50px;
	margin: 15px;
	margin-left: 20px;
}

.comment cite{
	font-family: Monospace;
	font-style: normal;
}

.comment img.flag {
	position: relative;
	top: 2px;
}

.commentForm {
	padding: 5px;
}

.commentForm label {
	font:Helvetica, Arial, sans-serif;
	font-size:12;
	color:#666666;
	float: left;
	display: block;
	width: 80px;
	margin-top: 10px;
}

.commentForm input {
	margin-top:10px;
	width: 300px;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
	border:1px solid silver;
}

#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
}

#commentMenu li{
	float:left;
	border:1px solid silver;
	border-bottom: transparent;
	margin:0;
	list-style:none;
	margin-right:5px;
	padding: 3px 8px;	
	cursor:pointer;
	position:relative;
	top: 2px;
	background:#d8d8d8;
	color:#999999;
}

#commentMenu li.selected{
	background:white;
	border-bottom:1px solid white;
	font-size:14px;
	font-family: Helvetica, Arial, sans-serif;
	color:#666666;
}

#commentPreview{
	display:none;
	clear:both;
	min-height: 150px;
	border:1px solid silver;
	padding:20px;
}

.success {
	color: #ff7900;
	font-weight: bold;
}

.commentForm .bbcode {
    font-size:10px;
    float:right;
    position:relative;
    top:20px;
    padding: 3px;
}

.bbcode a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
    background: #fff;
    border: 1px solid #ccc;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: lowercase;
	color: #ff9600;
	font-weight: normal;
	margin-bottom:15px;
}

.nametitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-transform: lowercase;
	color: #999999;
	position: absolute;
	z-index: 2;
	width: 450px;
	left: 50%;
	top: 19px;
	text-align:
}
.formtextstyle {
	font-family:Helvetica, Arial, sans-serif; 
	color:#666666; 
	font-size:11px; 
	font-weight:bold; 
	margin-bottom:10px;
}

a:link#ctl00_LoginStatus1 {
color:#cccccc;
text-decoration:none;
}
a:visited#ctl00_LoginStatus1 {
color:#cccccc;
text-decoration:none;
}
a:hover#ctl00_LoginStatus1 {
color:#ff9600;
text-decoration:underline;
}
a:active#ctl00_LoginStatus1 {
color:#000000;
text-decoration:underline;
}

#postPaging {
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	text-transform: lowercase;
	font-weight: lighter;
}

a:link#ctl00_cphBody_PostList1_hlPrev {
color:#ff9600;
text-decoration:none;
}
a:visited#ctl00_cphBody_PostList1_hlPrev {
color:#ff9600;
text-decoration:none;
}
a:hover#ctl00_cphBody_PostList1_hlPrev {
color:#666666;
text-decoration:none;
}
a:active#ctl00_cphBody_PostList1_hlPrev {
color:#000000;
text-decoration:none;
}

a:link#ctl00_cphBody_PostList1_hlNext {
color:#ff9600;
text-decoration:none;
}
a:visited#ctl00_cphBody_PostList1_hlNext {
color:#ff9600;
text-decoration:none;
}
a:hover#ctl00_cphBody_PostList1_hlNext {
color:#666666;
text-decoration:none;
}
a:active#ctl00_cphBody_PostList1_hlNext {
color:#000000;
text-decoration:none;
}