/*THEME NAME: Bingo SEABT site
URL: TBA
VERSION: 1.0
AUTHOR: Eli James
AUTHOR URL: http://mochaspot.blogspot.com*/

/* Global Elements
----------------------------------------------- */
body {
	background: #fff;
  margin:0;
  color:$textcolor;
  font-size/* */:/**/small;
  font-size: /**/small;
  text-align: center;
  }

a:link, a:visited { 
	color: #111; 
	border-bottom: 1px dotted #167f3d; 
	text-decoration: none; 
}

a:hover { 
	color: #555; 
	text-decoration: none; 
	border-bottom: 1px dotted #444;
	background-color: #E2ED5B; 
}

a img {
  border-width:0;
  }

#header-wrapper a:hover img {
  border-width:0;
  background-color: #fff;
  }

/* Structure
----------------------------------------------- */
#outer-wrapper {
  width: 960px;
  margin:0 auto;
  padding:10px;
  text-align:left;
  font: normal 15px Georgia, "Times New Roman", Times, serif;
  }

#header-wrapper {
	height: 250px;
	width: 960px;
	margin:0 auto 10px;
}

#main-wrapper {
  	width: 590px;
  	line-height: 24px;
  	float: left;
  	padding-left: 10px;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 70px;
	border-left: 1px #CCC dotted;
	border-right: 1px #CCC dotted;
  	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  	overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
  }

#sidebar-wrapper {
	width: 320px;
	/*line-height: 27px;*/
	float: right;
	margin-top: 45px;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  	overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}

#footer {
		font: 11px Verdana, Arial;
		padding-left: 10px;
	border-top: 6px #999 solid;
	padding-top: 10px;
}

/* Fake Footer - fix for floats
----------------------------------------------- */
#footer-spacer {
   height: 1px;
   width: 100%;
   clear: both;
}

/* Header Elements
----------------------------------------------- */
#logo {
	float: right;
	border-left: 1px dotted #CCC;
	padding-left: 30px;
}

#headtext {
	float: left;
	font: 11px Verdana, Arial;
	line-height: 18px;
}

.reg_tickets {
	color: #988DB7;
}


/* Text Elements
----------------------------------------------- */
.big {
	font-size: 22px;
	line-height: 30px;
}

.bigger {
	font-size: 25px;
	line-height: 30px;
}

h1 {
	color:#444444;
	font-family: Georgia, Times;
	font-size:51px;
	font-weight:bold;
	letter-spacing:-3px;
	line-height:44px;
	margin:0;
	padding:0 0 5px;
}

h2 {
	color:#444444;
	font-family: Georgia, Times;
	font-size: 28px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:22px;
	margin:0;

}

/* Sidebar Elements
----------------------------------------------- */
.nav li {
	list-style: none;
}

.nav li a {
	font-family: times,Times new roman, times-roman, georgia,serif;
	color: #333;
	font-weight: bold;
	display: block;
	border-bottom: 1px dotted #CCC;
	padding: 6px 0;
	padding-left: 5px;
	font-size: 24px;
	letter-spacing: -2px;
}

.nav li a:hover {
	color: #92B928;
	background: #FFF;
}

