/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:"Comic Sans MS", cursive;
	font-size:16px;
}
body {
	line-height: 1;
}

.call { font-size:14px; color:#76b6ff; padding-top:10px;} 

strong { color:#76b6ff;}

.slideshowBG { background-image:url(../images/main-top-image.png); background-repeat:no-repeat; height:187px; width:720px;}

.yellow { color:#dae007;}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CUSTOM STYLES */
body {
  background-color: #000000;
  background-image: url('../images/bg.jpg'); 
  background-position: top center;
  background-repeat: no-repeat;
  color: #ffffff;
  font-family: arial;
  font-size: 14px;
}
h1, h2, p {
  margin-bottom: 10px;
  line-height: 1.5;
}
#wrapper {
  height: 100%;
  width: 100%;
}
#container {
  background-image: url('../images/main-bg.png');
  background-repeat: no-repeat;
  margin: 0px auto;
  min-height: 800px;
  width: 1000px;
}
.header {
  height: 95px;
  width: 100%;
}
.header:first-child {
  margin-left: 25px;
}
#logo, #newsletter {
  float: left;
}
#newsletter {
  font-weight: bold;
  padding: 20px 0px 0px 40px;
  text-shadow: 2px 2px 2px #000;
}
#newsletter input {
  background-color: #000000;
  border-color: #f2c958;
  color: #ffffff;
  margin-right: 5px;
  padding: 2px;
}
#newsletter img {
  margin-top: 1px;
}
.news-input, .news-submit {
  float: left;
  margin-top: 5px;
}
.content{
  width: 100%;
}
.nav, .article {
  float: left;
}
.nav {
  padding-left: 25px;
  min-height: 600px;
  width: 270px;
  z-index: 1000;
}
.article {
  margin-left: -85px;
  width: 720px;
  z-index: 1;
}
.main {
  background-image: url('../images/main-bg-tile.png');
  background-image: repeat-y;
  margin-top: -2px;
  overflow: hidden;
}
.content-area {
  background-image: url('../images/main-bg-image.png');
  background-position: 1px 0px;;
  background-repeat: no-repeat;
  margin: 0px auto;
  padding: 25px;
  width: 615px;
}
.text-area {
  padding: 0px 25px;
}

.text-area-content {
	float:right; width:360px;
}

.text-area-contentLeft {
	float:left; width:250px;
 
}
.posters {
  margin-left: 7px;
}
.posters img {
  float: left;
}
.footer {
  padding: 0px 25px;
  width: 100%;
}
.footer .bar {
  float: right;
  margin-right: 175px;
}
.social {
  margin-right: 60px;
  margin-top: 20px;
  float: right;
}
.social img {
  float: left;
  margin: 0px 5px;
}
.sub-nav {
  float: left;
  margin-left: 130px;
  margin-top: 15px;
  text-align: center;
  margin-top: 40px;
}
.sub-nav a { padding-bottom:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #09C;
}
.sub-nav a:link {
	text-decoration: none;
	color: #f0c450;
}
.sub-nav a:visited {
	text-decoration: none;
	color: #f0c450;
}
.sub-nav a:hover {
	text-decoration: underline;
	color: #F60;
}
.sub-nav a:active {
	text-decoration: none;
	color: #f0c450;
}

a { padding-bottom:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #09C;
}
a:link {
	text-decoration: none;
	color: #f0c450;
}
a:visited {
	text-decoration: none;
	color: #f0c450;
}
a:hover {
	text-decoration: underline;
	color: #F60;
}
a:active {
	text-decoration: none;
	color: #f0c450;
}
.times td {
	padding: 5px;
	border: 1px solid #fff;
}
.times td p {
	font-size: 14px;
}
.new {
	border: 1px dashed #f00;
	margin: 10px 0;
	padding: 10px;
	line-height: 1.5;
}
.blue {
	border-color: #9999FF;
}
div.yellow {
	border-color: #ffff00;
	color: #fff;
}
div.orange {
	border-color: orange;
	color: #fff;
}
a.plain {
	font-family: inherit;
	font-size: inherit;
}
#friends {
	float: right;
	width: 200px;
	border: 1px dashed orange;
	padding: 10px;
}
#friends p {
	font-weight: normal;
	font-size: 14px;
}
