/* MARAUDER OCTOBOT
info, shows, etc pages
design by zach lapidus
*/

body {
  background-color: #FFFFFF;
  padding: 50px 0px 15px 0px;

}

#main-wrap {
	position: relative;
	width: 800px;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
}

#head-container {
	position:relative;
	text-align:right;
	height:124px;
}

#link-bar {
	position:relative;
	width: 800px;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
}
#link-bar a{
  margin: 0px 0px;
  /*line-height: 1em;*/
  /*padding: 0px 0px;*/
  padding-bottom: 4px;
  margin-left:14px;
  margin-right:14px;
  height: 30px;
  color: #a6a492;
  text-decoration:none;
  font-family: Geneva, Arial, Helvetica;
  font-size: 12px;
}
#link-bar a:hover {color: #754c24;}

a#current {
  color: #754c24;
}

#thumbnail {
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#body-container{
	position:relative;
	height: 500px;
	width: 800px;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica;
}

#body-container a{
  color: #a6a492;
  text-decoration:none;
}
#body-container a:hover{color: #754c24;}

.warning{
	font-size: 14px;
	font-weight: bold;
}

.cuts{
	font-size: 13px;
	color: #754c24;
	font-style: italic;
}

.part{
	font-size: 13px;
	color: #800080;
}

.lost{
	font-size: 13px;
	font-family: "Courier New", "Courier", "Nimbus Mono L", monospace;
}

.found{
	font-size: 13px;
	font-family: "Courier New", "Courier", "Nimbus Mono L", monospace;
	font-weight: bold;
	text-decoration: underline;
}

.beau{
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #800000; 
	font-family: "Garamond", "Georgia", "New York", "Times", "Times New Roman";
}

.ugly{
	font-size: 13px;
	font-family: "Impact";
	color: #CD8500;
}

.noise{
	font-size: 15px;
	letter-spacing: 5px;
	font-weight: bold;
}

.sile{
	font-size:10px;
	letter-spacing:4px;
	color: #a6a492;
}

.rhyth{
	font-size: 13px;
	font-style: italic;
	color: #385E0F;
}

.algo{
	font-size: 13px;
	font-weight: bold;
	color: #003F87;
}	

#news-container{
	position:relative;
	height: 500px;
	width: 800px;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica;
	background-image: url('../img/backg.png');
	background-repeat: no-repeat; 
}

#foot-container {
	position:relative;
	text-align:center;
	width: 800px;
	color: #a6a492;
	font-size: 9px;
}

.alignLeft { float:left; margin-right: 1em; }
.alignRight { float:right; margin-left: 2em; }
