/** Riot Act Media CSS
  * designed and developed by Doctor Sandwich
  * www.doctorsandwich.com
  */

/* global styles */
html, body
{
	font-family:  "american typewriter", "century schoolbook", "century", "courier", "courier new", monospace;
	font-size: 10pt;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 14pt;
	text-align: center;
}

img
{
	border: 0px;
}

/* link styles */
a, a:visited
{
	color: #f09;
	text-decoration: none;
}

a:hover
{
	color: #f09;
	text-decoration: underline;
}


/* this is the div that contains all page elements */
div#main
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 900px;
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/* orange bar at top of page */
div#header
{
	background-color: #f09;
    border-bottom: 2px solid #000;
    padding-top: 3px;
    padding-bottom: 1px;
    margin: 0px;
    width: 100%;
    height: 155px;
}

/* logo inside orange bar */
div#logocontainer
{
	padding-left: 25px;
	width: 220px;
	float: left;
	padding-bottom: 0px;
}

div#navadbox
{
	text-align: right;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-right: 25px;
	
}

/* navigation container inside the orange bar */
div#navigationcontainer
{
	float: right;
	text-align: center;
	padding-right: 15px;
}

/* navigation links/images */
div#navlinks
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	padding-top: -10px;
}

/* navigation rotating ad */
img#navad
{
	margin-top: 0px;
	margin-bottom: 5px;
	background-color: #fff;
	padding: 1px;
	border: 1px solid #000;
}

/* the main container for the body of the page, will hold both the maintext and sidebar */
table#maincontainer
{
	margin: 0px;
	border-bottom: 1px solid #000;
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

table#maincontainer td
{
	vertical-align: top;
}

/* main content */
td#maincontentcontainer
{
	padding-top: 10px;
	padding-left: 10px;
	margin-right: 340px;
	padding-bottom: 10px;
	max-width: 560px;
}

/* the actual text of the main column of each page goes here */
div#maincontent
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 25px;
	height: 100%;
}

/* boltz */
td#boltz
{
	width: 40px;
	padding: 0;
	
	background: url('/images/boltz_bg.gif') repeat-y;
	
	height: 100%;
}

/* sidebar */
td#sidebar
{
	width: 280px;	
	padding: 0px;
	background: url('/images/sidebar_bg.gif') no-repeat;
	text-align: center;
	height: 100%;
}

table#somestuff
{
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border: 1px dotted #ccc;
}

.stuffleft
{
	text-align: right;
	vertical-align: top;
	padding-bottom: 5px;
}

.stuffright
{
	text-align: left;
	vertical-align: top;
	padding-bottom: 5px;
}

.sidebarimg
{
	padding: 1px;
	border: 1px solid #000;
}

.coverart
{
	padding: 1px;
	border: 1px solid #000;
	margin: 5px;
	float: right;
/*	width: 250px;
	height: 250px;*/
}

/* footer */
div#footer
{

	color: #666;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #fff;
}

/* roster page "active" bolt identifier */
.rosterbolt
{
	margin-left: -12px;
	padding-right: 3px;
	width: 9px;
	height: 18px;
	vertical-align: middle;
}

/* roster items */
.rosteritem
{
	text-align: center;
	width: 120px;
	padding: 3px;
	height: 180px;
	display: inline-block;
	vertical-align: top;	
}
