/*
dark blue = 		#005F98
medium blu = 		#0f7cbf	or rgb(15, 124, 191)
lighgt blue =		#00CCCC
hover orange = 		#FF9900
dark orange = 		#D77A0D 

lowell pulled out from below
img,table tags

*/
  
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font,  ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, li,ul,
fieldset, form, label, legend
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align:baseline;
}


html {
/*	background-color: #005f98;*/
/*	background-color: #850041;*/
	background-color: #121823;

}

body {
	color: #FFD205;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #121823;
	line-height: 15px;	
}


	
/*body {
	background-color: #005f98;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3E3E3E;*/
/*	background-image:url('/_components/css/img/skyline_light_bg.gif');
*/	/*background-image:url('/_components/css/img/demf_crowd_2007_bg.gif');*/
/*	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-position:bottom center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	padding:10px 0px 60px;
	margin:0px;
}*/

/*

.pagetitles {
	color: #C0C0C0;
	font-size: 1.25em;
	font-weight: normal;
}
.tinytext {
	font-size: 9px;
}
.tinytext_melon {
	font-size: 9px;
	color:#F93;
}
.captiontext {
	color: #F93;
}


*/
/*body a{
	color: #417394;
	text-decoration: none;
}

body a:hover{
	text-decoration: underline;
}
*/

a {
	color: #ff6000;
	text-decoration: none;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
a:visited 
{
	text-decoration: none;
	color: #ff9c00;
}
a:active 
{
	text-decoration: none;
	color: #FF0000;
}

.pagetitles {
	color: #C0C0C0;
	font-size:16px;
	font-weight:bold;
}
.tinytext {
	font-size: 9px;
}
.tinytext_melon {
	font-size: 11px;
	color:#F93;
}
.captiontext {
	color: #F93;
}

.pgtit  {
	color: #C0C0C0;
	font-size:16px;
}

.introtext18 {
	font-size:15px;
	line-height: 19px;
	
	
}

h1, h2, h3, h4, h5, h6 {
	margin:6px 0px;
	font-family:Times, serif;
	letter-spacing:1px;
	line-height:100%;
	text-transform:capitalize;
}

.textbox-no-border {
	padding:20px; 
	margin:8px; 
	line-height:16px;
}

.textbox-bordered {
	padding:20px; 
	margin:8px; 
	border-width:2px; 
	border-style:solid; 
	border-color:#FF9900; 
	font-size:12px; 
	color:#FF9966;
}


h1 {
	font-size:32px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:13px;
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
	font-weight:bold;
}



#invalid-browser {
	width:100%;
	background-color:#ffcc66;
	height:30px;
	position:fixed;
	top:0px;
	left:0px;
	color:red;
	border-bottom:1px solid red;
	text-align:center;
	z-index:500;
}

#invalid-browser div {
	padding:10px;
}

#dyes-container {
/*	min-height:750px;*/
/*	width:960px;*/
	width:1080px;
	margin-left:auto;
	margin-right:auto;
/*	background-color:#850041;*/
	background-color:#850041;
/*	background-color:rgba(15, 124, 191, 0.9);*/
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}

#dyes-container #dyes-header-wrapper #dyes-header{
/*	width:960px;*/
	width:1080px;
	/*fabruin header made lower*/
	height:130px;
	background-repeat: no-repeat;
	background-size:100% auto;
}

#dyes-container #dyes-header-wrapper, #dyes-header {
	border-top-left-radius:inherit;
	border-top-right-radius:inherit;
	-moz-border-top-left-radius:inherit;
	-moz-border-top-right-radius:inherit;	
	-webkit-border-top-left-radius:inherit;
	-webkit-border-top-right-radius:inherit;
}

#dyes-container #dyes-header-wrapper #dyes-header-nav{
/*	width:960px;*/
	width:1080px;
}

#dyes-container #dyes-header-wrapper #dyes-header-nav li {
	display:inline;
	float:left;
	width:167px;
	margin:2px 0 6px 8px;
	font-size:12px;
	padding:2px 0px;
	text-align:center;
/*	background-color:#005f98;*/
	background-color:#850041;
	border:2px solid #FF4226;
/*	border:2px solid #0CC*/;
	border-radius:0px 4px 0px 4px;
	-moz-border-radius:0px 4px 0px 4px;
	-webkit-border-radius:0px 4px 0px 4px;
}

#dyes-container #dyes-header-wrapper #dyes-header-nav a:link ,
#dyes-container #dyes-header-wrapper #dyes-header-nav a:active ,
#dyes-container #dyes-header-wrapper #dyes-header-nav a:hover ,
#dyes-container #dyes-header-wrapper #dyes-header-nav a:visited {
	text-decoration:none;
}

#dyes-container #dyes-header-wrapper #dyes-header-nav a:link li,
#dyes-container #dyes-header-wrapper #dyes-header-nav a:active li,
#dyes-container #dyes-header-wrapper #dyes-header-nav a:hover li,
#dyes-container #dyes-header-wrapper #dyes-header-nav a:visited  li{
	text-decoration:none;
	font-weight:bold;
	color: #FC0;
}

#dyes-container #dyes-header-wrapper #dyes-header-nav  a:active li,
#dyes-container #dyes-header-wrapper #dyes-header-nav  a:hover li{
	color:#ff8800;
	border:2px solid #ff8800;
	text-decoration:none;
}

#dyes-container .dyes-content-block .top-post-content a:link,
#dyes-container .dyes-content-block .top-post-content a:visited {
	color:#D77A0D;
	text-decoration:none;
}

#dyes-container .dyes-content-block .top-post-content a:active,
#dyes-container .dyes-content-block .top-post-content a:hover {
	color:#ff8800;
	text-decoration:underline;
}


/*-----Columns and Rows-----*/
#dyes-container .block-container .row {
	clear:both;
	width:100%;
}

#dyes-container .block-container .row.banner-ad-row {
	height:90px;
}

#dyes-container img.stretcher {
	width:95%;
	height:1px;
	margin:0px;
	padding:0px;
	display: block;
}

#dyes-container .block-container .column {
	width:100%;
	display:inline;
	float:left;
}

#dyes-container .block-container .dyes-content-container .column {
	padding:0px 8px 0px 0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#dyes-container .block-container .dyes-content-container iframe {
	display:none;
}

#dyes-container .block-container .odd .dyes-content-container .column:first-child {
	padding:0px 8px 8px 8px;
}


#dyes-container .block-container .even .dyes-content-container .column:first-child {
	padding:0px 8px 8px 8px;
}

/*-----Full-----*/
#dyes-container .block-container .column.full {
	width:100%;
}



/*-----Halves-----*/
#dyes-container .block-container .column.one-half,
#dyes-container .block-container .column.two-quarters,
#dyes-container .block-container .column.three-sixths {
	width:50%
}

/*-----Thirds-----*/
#dyes-container .block-container .column.one-third,
#dyes-container .block-container .column.two-sixths {
	width:33%
}

#dyes-container .block-container .column.one-third.fill,
#dyes-container .block-container .column.two-sixths.fill {
	width:34%
}

#dyes-container .block-container .column.two-thirds,
#dyes-container .block-container .column.four-sixths {
	width:67%
}

/*-----Quarters-----*/
#dyes-container .block-container .column.one-quarter {
	width:25%
}

#dyes-container .block-container .column.three-quarters {
	width:75%
}

/*-----Fifths-----*/
#dyes-container .block-container .column.one-fifth {
	width:20%
}

#dyes-container .block-container .column.two-fifths {
	width:40%
}

#dyes-container .block-container .column.three-fifths {
	width:60%
}

#dyes-container .block-container .column.four-fifths {
	width:80%
}

/*-----Sixths-----*/
#dyes-container .block-container .column.one-sixth {
	width:16%
}
#dyes-container .block-container .column.one-sixth:first-child {
	width:17%
}
#dyes-container .block-container .column.five-sixths {
	width:83%
}


/*-----Ad Styles-----*/
#dyes-container #dyes-body-wrapper .ad-space {
	color:#FFF;
}

#dyes-container #dyes-body-wrapper .ad-space .wide-skyscraper {
	width:160px;
	height:600px;
	/*background-color:rgba(255,0,0,0.1);*/	
}

#dyes-container #dyes-body-wrapper .even .one-sixth.ad-space {
	padding-left:3px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#dyes-container #dyes-body-wrapper .ad-space .banner {
	width:468px;
	height:60px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:rgba(255,255,255,0.1);
}

#dyes-container #dyes-body-wrapper .ad-space .full-leaderboard {
	width:728px;
	height:90px;
	margin:0px 8px 8px 8px;
	display:inline;
	float:left;
}

#dyes-container #dyes-body-wrapper .ad-space .full-leaderboard-bookend {
	width:325px;
/*	padding-left:5px;
	padding-top:5px;*/
	height:90px;
	/*margin-right:8px*/;
	/*background-color:rgba(255,255,255,0.1);*/
	display:inline;
	float:left;
}


/*-----Content-----*/
#dyes-container #dyes-body-wrapper {
	margin-top:8px;
}

/*#dyes-container #dyes-body-wrapper .dyes-content-container {
	fabruin no min height 
	min-height:861px;
}*/


.dyes-content-block {
	min-height:150px;
	background-color:rgba(255, 255, 255, 0.9);
	background-color:#620031;
	border-radius:0px 4px 0px 4px;
	-moz-border-radius:0px 4px 0px 4px;
	-webkit-border-radius:0px 4px 0px 4px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
	padding:5px;
	box-sizing:border-box;
	overflow:hidden;
	position:relative;
}

.dyes-content-block.unfix-height {
	min-height:0px;
}

.dyes-content-block.title-slice {
	height:40px;
	width:100%;
	display:table;
	text-align:center; 
}

.dyes-content-block.primary {
	height:210px;
}

.dyes-content-block.secondary,
.dyes-content-block.tertiary {
	height:180px;
}

.dyes-content-block.fourth,
.dyes-content-block.fifth,
.dyes-content-block.sixth {
	height:225px; /*190 + 35*/
}

.dyes-content-block.seventh {
	height:215px;
}

.fade-out {
	width:100%;
	z-index:5;
	position:absolute;
	bottom:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.fade {
	width:100%;
	height:55px;
	background:-moz-linear-gradient(top, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 1));
	background:-webkit-gradient(linear, 0% 100%, 0% 0%, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0.0)));
	position:relative;	

}

.white-block {
	width:100%;
	height:20px;
	background-color:#FFF;
}

.read-more, .last-post {
	background-color:#ffffff;
	font-weight:bold;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px;
	position:absolute;
	bottom:4px;
}

.read-more {
	left:0px;
}


 .last-post{
	right:12px;
}

.read-more a:link,
.read-more a:hover,
.read-more a:active,
.read-more a:visited,
.last-post a:link,
.last-post a:hover,
.last-post a:active,
.last-post a:visited {
	color: #d77a0d;
	text-decoration:none;
}

.read-more a:hover,
.read-more a:active,
.last-post a:hover,
.last-post a:active{
	color:#ff8800;
}


/*-----flare-----*/
.dyes-content-block.invert {
	background-color:#005f98;
	color:#fff;
}

.dyes-content-block .page-title {
	font-size: 24px;
	font-family:'Arial Black', Arian, sans-serif;
	font-style:italic;
	font-weight: bold;       
	text-align: center;
}

.dyes-content-block.title-slice div,
.dyes-content-block.title-slice div h1,
.dyes-content-block.title-slice div h2,
.dyes-content-block.title-slice div h3,
.dyes-content-block.title-slice div h4 {
	margin:0px;
	padding:0px;
	display:table-cell;
	vertical-align:middle;
}




/*-----footer-----*/
#dyes-container #dyes-footer{
/*	width:960px;*/
	width:1080px;
	min-height:35px;
	padding:0px 0px 0px 8px;
	margin-top:8px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	
	border-bottom-left-radius:inherit;
	border-bottom-right-radius:inherit;
	-moz-border-bottom-left-radius:inherit;
	-moz-border-bottom-right-radius:inherit;	
	-webkit-border-bottom-left-radius:inherit;
	-webkit-border-bottom-right-radius:inherit;
}

#dyes-container #dyes-footer .copyright,
#dyes-container #dyes-footer .dyes-copyright{
	width:100%;
	padding:5px 0px 3px;
	height:15px;
	font-size:11px;
	text-align:center;
/*	color:#CCCCCC;*/
}

.top-post-image {
	padding:0px 5px 0px 0px;
	float:right;
	display:inline;
}


.top-post-title a:link,
.top-post-title a:hover,
.top-post-title a:active,
.top-post-title a:visited,
.top-threads a:link,
.top-threads a:hover,
.top-threads a:active,
.top-threads a:visited,
#dyes-footer a:link,
#dyes-footer a:visited {
	/*color: #3E3E3E;*/
	text-decoration:none;
}

.top-post-title h1 a:link,
.top-post-title h1 a:hover,
.top-post-title h1 a:active,
.top-post-title h1 a:visited {
	color:#d77a0d;
}

.top-post-title a:hover,
.top-post-title a:active,
.top-threads a:hover,
.top-threads a:active,
#dyes-footer .dyes-content-block a:hover,
#dyes-footer .dyes-content-block a:active
{
	color:#ff8800;
}

.top-post-content a:link,
.top-post-content a:hover,
.top-post-content a:active,
.top-post-content a:visited {
	color: #850041;
	text-decoration:none;
}

.top-post-content a:hover,
.top-post-content a:active {
	color:#ff8800;
}
	
.top-thread {
	border-bottom:1px solid #ccc;
	padding:1px 0px 0px;
}	

.timestamp, .upper-corner .photo-caption {
	font-size:8px;
	padding:1px;
	text-align:center;
	color:#999;
}

.notice {
	font-size: 10px;
	line-height: 12px;
	margin-left:10px;
	margin-right: 5px;
	margin:0px 5px 10px 5px;
}

.upper-corner, .upper-right {
	font-size: 11px;
	line-height: 13px;
	margin-bottom:8px;
}

.dyes-content-block.upper-corner .title h2{
	margin:0px 0px 3px;
}

.dyes-content-block.upper-corner p{
	margin-bottom:7px;
}

.top-post-content .bbcode_quote {
	display:none;
}
.top-post-content {
	margin-left: 10px;
}

#dyes-footer .column .dyes-content-block ul{
	font-family:Times, serif;
	font-size:14px;
	font-weight:bold;
	padding-left:35px;
	list-style-type:none;
	text-indent:none;
}

#dyes-footer .column .dyes-content-block {
	height:185px;
}

#dyes-footer .column .dyes-content-block h6{
	color: #F90;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/*---- Template Specific -----*/

#dyes-container.dual-sidebar-141-2 #dyes-body-wrapper > .row > .column.two-thirds,
#dyes-container.right-sidebar-21-1 #dyes-body-wrapper > .row > .column.two-thirds,
#dyes-container.left-sidebar-12-2 #dyes-body-wrapper > .row > .column.two-thirds {
	width:624px;
}

/*---- right sidebar 21-1 & left sidebar 12-2 -----*/
#dyes-container.right-sidebar-21-1 #dyes-body-wrapper > .row > .column.one-third,
#dyes-container.left-sidebar-12-2 #dyes-body-wrapper > .row > .column.one-third {
	width:328px;
}

#dyes-container.right-sidebar-21-1 #dyes-body-wrapper .dyes-content-block.upper-corner,
#dyes-container.left-sidebar-12-2 #dyes-body-wrapper .dyes-content-block.upper-corner {
	height:250px;
}

#dyes-container.right-sidebar-21-1 #dyes-body-wrapper .dyes-content-block.upper-corner .title,
#dyes-container.left-sidebar-12-2 #dyes-body-wrapper .dyes-content-block.upper-corner .title {
	width:100%;
	text-align:center;
}

#dyes-container.right-sidebar-21-1 #dyes-body-wrapper .dyes-content-block.upper-corner .first,
#dyes-container.left-sidebar-12-2 #dyes-body-wrapper .dyes-content-block.upper-corner .first {
	width:50%;
	text-align:center;
	float:left;
	display:inline;
}

#dyes-container.right-sidebar-21-1 #dyes-body-wrapper .dyes-content-block.upper-corner .second,
#dyes-container.left-sidebar-12-2 #dyes-body-wrapper .dyes-content-block.upper-corner .second {
	width:50%;
	display:inline;
	float:left;
}

/*---- left sidebar 12-2 -----*/
#dyes-container.left-sidebar-12-2  #dyes-body-wrapper > .row > .column.one-third {
	margin-left:8px;
}

/*---- right sidebar 21-1 -----*/


/*---- dual sidebar 141-2 -----*/
#dyes-container.dual-sidebar-141-2  #dyes-body-wrapper > .row > .column.one-sixth {
	width:160px;
	padding:0px 8px 0px 0px;
}

#dyes-container.dual-sidebar-141-2 #dyes-body-wrapper > .row > .column.one-sixth:first-child {
	padding:0px 0px 0px 8px;
}



#dyes-container.dual-sidebar-141-2 #dyes-body-wrapper .dyes-content-block.upper-corner p {
	margin-bottom:7px;
}

#dyes-container.dual-sidebar-141-2 #dyes-body-wrapper .dyes-content-block.upper-corner .title{
	width:100%;
	text-align:center;
}

#dyes-container.dual-sidebar-141-2 #dyes-body-wrapper .dyes-content-block.upper-corner .title h2{
	margin:0px 0px 3px;
}

#dyes-container.dual-sidebar-141-2 #dyes-body-wrapper .dyes-content-block.upper-corner .first{
	width:100%;
	text-align:center;
	float:left;
	display:inline;
}

#dyes-container.dual-sidebar-141-2 #dyes-body-wrapper .dyes-content-block.upper-corner.right .title{
	width:100%;
	text-align:center;
	display:inline;
}

/*-----Why does firefox add another 19px to the total height?---*/
@-moz-document url-prefix() {
	.dyes-content-block.primary 
		height:192px;
	}

	.dyes-content-block.secondary,
	.dyes-content-block.tertiary {
		height:185px;
	}

	.dyes-content-block.fourth,
	.dyes-content-block.fifth,
	.dyes-content-block.sixth {
		height:207px; /*190 + 35*/
	}
	
	#dyes-footer {
		height:220px;
		position:relative;
	}
	
	#dyes-footer .copyright {
		position:absolute;
		bottom:0px;
	}


/*----Links Page----*/
#dyes-page-links .dyes-content-block.links-block {
	font-size:11px;
	line-height: 18px;
}

#dyes-page-links .dyes-content-block.title-slice a:link,
#dyes-page-links .dyes-content-block.title-slice a:visited {
	font-size:13px;
}

#dyes-page-links .dyes-content-block.links-block a {
	font-size: 11px;
	color: #F60;
	line-height: 18px;
	text-decoration:none;
}

#dyes-page-links .dyes-content-block.links-block a:hover,
#dyes-page-links .dyes-content-block.title-slice a:hover{
	font-size: 18px; 
	color: #F06;
}

#dyes-page-links .dyes-content-block.links-block a:visited {
	color: #900;
}

#atdisg_recents h5 {
	display:none;
}

#atdisg_recents .blockbody.formcontrols {
	border-width:0px;
	border-radius: 0px 4px 0px 4px;
	-moz-border-radius: 0px 4px 0px 4px;
	-webkit-border-radius: 0px 4px 0px 4px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	overflow: hidden;
	position: relative;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 8px;
}

#atdisg_recents .formcontrols .blockrow {
	border-top:0px;
	padding: 0px;
}

#atdisg_recents .atdisg_featured_upload {
	width:150px;
	display:inline;
	float:left;
	margin-top:5px;
	max-height:240px;
}

#atdisg_recents .atdisg_featured_upload .atdisg_thumg {
	height:150px;
}

#atdisg_recents .atdisg_featured_upload .atdisg_caption {
	padding-top:5px;
	/*max-height:85px;*/
	max-height:80px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.right-sidebar-21-1 #atdisg_recents .atdisg_featured_upload {
	margin:5px 5px 0px 4px;
}

.right-sidebar-21-1 #atdisg_recents .atdisg_featured_upload .atdisg_caption {
	height:80px;
}



/*Lowell 120820* additions + more from from webisode.css*/



.header-title
{
	padding:8px; 
	margin:0px 2px 2px 2px;	
	text-align:center; 
	background-color:#1086CE; 
	color:#FFF; 
	font-size:18px; 
	font-weight:bold;
}

.whitebox {
	background-color:#FFF; 
	font-size:13px;
	padding: 8px;
	margin:0px 2px 2px 2px;	
	/*line-height:15px;
	text-indent: 11px;*/
}

.whitebox li,
.whitebox ul {
	margin-left: 5px;
	}
	
.xxlrg24
{
	font-size: 24pt;
}

.xxlrg20
{
	font-size: 20pt;
}

.xlrg18
{
	font-size: 18pt;
}

.lrg16
{
	font-size: 16pt;
}

.med14
{
	font-size: 14pt;
}

.med14white
{
	font-size: 14pt;
	color:#FFF;
}
.med12
{
	font-size: 12pt;
}

.small10
{
	font-size: 10pt;
}

.small10left
{
	font-size: 10pt;
	text-align: left;
	margin-left: 40px;
	margin-right: 40px;
}


.tiny8
{
	font-size: 9px;
	margin-bottom: 8px;
	line-height: 12px;
}

.tinywhite8
{
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}

.tiny7
{
	font-size: 7pt;
	text-align: justify;
}	
	
	
	
	
	
	


/*From Addemo */
.page
{
	background: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.adtext {	font-size: 30px;
	color: #F03;
}
.ratetext {
	font-size: 11px;
	line-height: 16px;
	padding-top:5px;
	padding-bottom:8px;
}
.ratetext strong {
	font-size: 13px;
}
.ad {
	font-weight: bold;
}
.menu {
	font-family: Calibri, Arial, sans-serif;
	font-size: 11px;
	margin: 5px;
	padding: 5px;
	text-align: center;
	/*float: right;*/
	height: 55px;
	width: 120px;
	background-color:#FF9;
	border-color:#F00;
	border-width:2px;

}
.Headline {
	font-size: x-large;
	color: #F00;
	width: 300px;
	height: 22px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align:center;
	padding:8px;
	background-color:#FFC;

}
.Headlinecenter {
	font-size: x-large;
	color: #F00;
	width: 150px;
	height: 22px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align:center;
	padding:8px;
	background-color:#FFC;

}
.topHeadline {
	font-size: x-large;
	color: #F00;
	width: 450px;
	height: 22px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right:22px;
	padding:8px;
	background-color:#FFC;
}
.alignleft {
	text-align: left;
}
.subtext {
	margin-right: 22px;
	margin-left: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	float: left;
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	width: 450px;
	text-align: left;
	clear:right;
}
.stats {
	margin-right: 2px;
	margin-left: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	float: left;
	font-family: Calibri, Arial;
	font-size: 14px;
	/*padding: 10px;*/
	width: 150px;
	padding:8px;
	display:inline;
}

.introtext {
	font-family: Arial, Helvetica, San Serif;
	font-size: 14px;
	line-height: 22px;
	margin-right: 22px;
	width: 350px;
	text-align: left;
	padding:8px;

}
.historytext {
	font-family: Arial, Helvetica, San Serif;
	font-size: 12px;
	line-height: 18px;
	margin-right: 22px;
	width: 350px;
	text-align: left;
	/*padding:8px*/;
	display:inline;
}
.traffictext {
	font-family: Calibri, Arial;
	font-size: 16px;
	line-height: 18px;
	margin-right: 22px;
	width: 200px;
	text-align: left;
	padding:8px;
	display:inline;
	/*float:right;*/
}
.accolades {
	font-family:  Calibri, Arial;
	font-size: 15px;
	margin: 5px;
	padding: 5px;
	text-align: center;
/*	float: right;*/
	width: 170px;
}

.headliner {
	margin: 5px;
	padding: 5px;
	clear: both;
	float: none;
	height: 22px;
	width: 450px;
}
