/* Border-Town Style Rules 
 * All rules appearing on a single line are obsolete and possibly should be 
 * deleted in the future.
 */

a:link
{ 
	text-decoration: none; color: #DDDDFF;
}

a:active
{ 
	text-decoration: none; color:#FFFF00;
}

a:hover
{ 
	text-decoration: none; color:#FFFF00;
}

a:visited
{ 
	text-decoration: none; color:#DDDDFF;
} 

/* This seems like overkill... */
body
{
	background: black; 
	color:purple;
}

blockquote
{ 
	background-color:#333333; 
	color:white; 
	font-family: Times, TimesNR, "Times New Roman", serif; 
}


.caption
{ 
	font-size: 8pt; 
	font-family: "Terminal", "Helvetica", "Arial", "Times New Roman", serif;
}

.code
{ 
	background-color:black; 
	color:#00FF00; 	
	font-family: Courier, serif;
	font-weight:bold;
	white-space:pre;
}

.copyrightnote
{ 
	text-indent: 0px; 
	font-size: 1pt; 
	font-family: Terminal, terminal, courier, serif
}

.gameTitle
{ 
	font-family: "Agency Fb", Impact, serif;
	font-size: 36pt;
	font-variant:small-caps;
}

.headline
{ 
	text-indent: 0px; 
	font-size: 20pt; 
	font-family: serif
}

/* Added some spacing 2008-09-28.  Not sure if I like it... */
.inner
{ 
	color:white;
	text-indent: 16pt; 
	font-size: 10pt; 
	/*font-weight: 400;*/
	font-weight:normal; 
	font-family: "Helvetica", "Arial", "Times New Roman", serif;
	letter-spacing:0.0;
	line-height:17pt;
}

a.inner
{
	color:yellow;
	text-indent: 16pt; 
	font-size: 10pt; 
	/*font-weight: 400;*/
	font-weight:normal; 
	font-family: "Helvetica", "Arial", "Times New Roman", serif;
	letter-spacing:5.0;
	line-height:17pt;
}

.post-bar-panel
{
	max-height:50px;
}

.post-bar-author
{
	color:#FFFFFF;
	font-size: 8pt; font-family: "Terminal", "Helvetica", "Arial", "Times New Roman", serif;
	letter-spacing:0.0;
	text-align:left;
}

.post-bar-date
{
	color:#FFFFFF;
	font-size: 8pt; font-family: "Terminal", "Helvetica", "Arial", "Times New Roman", serif;
	letter-spacing:0.0;
	text-align:left;
}

.post-bar-picture
{
	border:blue solid 1px;
	border-color:#000077;
}

.post-bar-subject
{
	color:#FFFFFF;
	font-family: "BankGothic Md BT", "bankgothic md bt", bankgothic, impact, 
				 terminal, Times New Roman, serif;
	font-size: 14pt;  
	font-weight:normal;
	letter-spacing:0.5;
	text-align:left;
}

.sidebar-left-text
{
	color:#FF0000;
	font-family: "BankGothic Md BT", "bankgothic md bt", bankgothic, impact, 
				 terminal, Times New Roman, serif;
	font-variant:small-caps;
	font-size: 12pt;
	font-weight:normal;
	letter-spacing:0.0;
	text-align:left;
}

.sidebarText
{ 
	color:yellow;
	text-indent: 5pt; 
	font-size: 08pt; 
	font-weight: 100; 
	font-family: "Helvetica", "Arial", "Times New Roman", serif 
}

.topic{	font-size: 14pt; font-family: "BankGothic Md BT", "bankgothic md bt", bankgothic, impact, terminal, Times New Roman, serif;text-align:left;}
.yagd { text-indent: 10px; font-style: italic; font-weight: 900; font-family: "BankGothic Md BT", "bankgothic md bt", bankgothic, impact, Times New Roman, serif }
.lp { text-indent: 0px; font-size: 10pt; font-family: Terminal, terminal, courier, serif }
.lpsmall { text-indent: 0px; font-size: 8pt; font-family: Terminal, terminal, courier, serif }
.lpsmaller { text-indent: 0px; font-size: 5pt; font-family: Terminal, terminal, courier, serif }
.bordertownmovieoftheweek { text-indent: 0px; font-size: 16pt; font-family: "BankGothic Md Bt", "bankgothic md bt", "bankgothic", "BankGothic", serif } 


.smallinner { text-indent: 16pt; font-size: 8pt; font-weight: 400; font-family: "Times New Roman", serif }

.gameSub { font-size: 14pt; font-family: terminal, "Times New Roman", serif; }
.gameCaption { font-size: 10pt; font-family: terminal, "Times New Roman", serif;}
.game{ font-size: 14pt;}
.textcolor {color: white;}

.sidebar { position: absolute; left: 10px; top:125; width: 170px; border-top-width: 2px;}
.sidebar800 {position: absolute; left:5px; top:140; width:65px; border-top-width: 2px;}
.rightbar { position: absolute; left: 840px; top:0; width: 170px;}
.rightbar800 {position: absolute; left: 720; top:140; width:55px; border-top-width:2px;}
.topbar { position: absolute; top: 0px; left: 0px; width: 1000; height: 140px;}
.topbar800 {position: absolute; top: 0px; left: 0px; width:790; height: 75px;}

.middle { position: absolute; top: 140px; left: 130; width: 690;}
.middleR { position: relative; top: -17px; left: 122; width: 690;}

.middle800 {position: absolute; top: 140px; left:75; width: 640;}
.adbanner { position: absolute; top: 140px;  left:130; width: 690; }
.adbanner800 { position: absolute; top: 140px;  left:75 ; width:640;}

.bottom {position: relative; left: -130px; top: 5px; }
.bottom800 {position: relative; left: -20px;}

.alttopbar {position: absolute; top:60px; left:190px; width:1000px}
.targetpicclass {position:absolute; top:13px; left:6px; width:160px; height:120;}
.targetpicclassR {position:relative; top:-2px; left:-2px; width:160px; height:120;}
.altmiddle {position:absolute; top:140px; left:0px; width:1000px}

.sidebarlinks { line-height: 16pt; }


