/*-----------------------------------------------------------------------------
default Style Sheet (empty commented stylesheet)

version:   1.0
author:    Jeff Boulay
email:     jboulay@omegacomminc.com
website:   http://www.omegacomminc.com/

/* Color
===================================================*/



body {
  background: #A6A9D0;
  color: #000;
}

#wrapper{background:#FFFFFF;}

a:link {
  color: #111580;
}
a:visited {
  color: #111580;
}
a:hover {
  color: #7C81B9;
}
a:active {
  color: #7C81B9;
}

h1,h2,h3,h4 {
  color: #7C81BB;
}

pre {
  background-color:#F2F2EC;
  border-color:#999;
}

.comment {
  background-color: #ffc;
}

/* Typography
===================================================*/

* {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;

  text-indent: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

body * {
  font-size: 12px;
}

img,fieldset {
  border: 0;
}

a {
  text-decoration: underline;
}


h1 {
  font-size: 1em;
  line-height: 27px;
  text-indent:10px;
  font-weight:bold;
  background:#0E1780 url(Images/headline.jpg) top center no-repeat;
  color:#FFFFFF;
}

h2 {
  font-size: 1.5em;
  line-height: 1.0;
  clear:both;
  font-weight:bold;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

strong {
  font-weight: bold;
}

pre {
  padding: 3%;
  border-width: 1px;
  border-style: dotted;
  overflow: auto;
}

.comment {
  padding: 0 0.5em;
}

.admin_header{
	color: #FFFFFF;
	background-color: #242D8C;
}



/* Positioning
===================================================*/

body {
  padding: 5px 0;
  margin: 0;
}

#wrapper {
	margin:0 auto 0 auto;
	width:775px;
	background:#FFFFFF url(Images/wrapperbg.jpg) top center repeat-y;
	}
#branding {
	background: #FFFFFF url(Images/brandingbg.jpg) top center no-repeat;
	width:659px;
	height:211px;
	margin: 0 auto 15px auto;
	}
	

#header { 
	background:#FFFFFF url(Images/headerbg.jpg) left top no-repeat;
	width:100%;
	height:110px;
	
	} 

#content {
	width:659px;
	margin:0 auto 0 auto;
	padding:0;
}

#footer {
	background: #A6A9D0 url(Images/footerbg.jpg) top center no-repeat;
	height:59px;
	padding: 5px 0 0 0;
	text-align:center;
	line-height:20px;
	margin-top:15px;
	color: #7C81B9;
	clear:both;
	}

#navigation {
	height:27px;
}

.centermainimage {
	background: #FFFFFF ;
	width:547px;
	padding-left:30px;
	margin: 10px auto 15px auto;
	}


.centerimage {
	background: #FFFFFF ;
	width:300px;
	
	margin: 10px auto 15px auto;
	}

#rightcolumn{
	width:45%;
	float:right;
	margin-bottom:15px;
	}

#rightcolumn .clear p{
	float:right;
	width:250px;
	margin:0;
	}
#rightcolumn .clear img {
	float:left;
	height:35px;
	padding-bottom:1px;
	}
#leftcolumn{
	width:45%;
	float:left;
	margin-bottom:15px;
	}

#leftcolumn ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}	
	
#leftcolumn li{
	background:url(Images/arrow.gif) no-repeat 5px 2px;
	padding-left:30px;
	}
.clear {
	clear:both;
	}
#homeprimary {
	width:70%;
	float:left;
	}
#homesecondary {
	width:28%;
	float:right;
	
	}

.centertext {
	text-align:center;
	}

/* Tables
===================================================*/

table {
  border-collapse: collapse;
  border: none;
}

th, td {
  padding: 0.1em 1em;
 border: none;
}


.boardtable {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #7A7FBA;
}

caption {
  font-size: 1.2em;
  font-weight: bold;
  text-align:center;
  padding:10px;
}

col {
  border-right: 1px solid #A6A9D0;
}

col#title {
  border: none;
}
col.joined {
  border: none;
}

thead {
  background: #7A7FBA url(images/bar.gif) repeat-x left center;
  border-top: 1px solid #7A7FBA;
  border-bottom: 1px solid #7A7FBA;
  color:#FFFFFF;
  
  height:22px;
}

th {
  font-weight:bold;
  text-align: left;
}

#playlistPosHead {
  text-indent: -1000em;
}

th, td {
  padding: 5px 5px;
}

.odd {
  background-color:#F1F1F7;
}

tr:hover {
  background-color:#B3B7DD;
  color: #fff;
}

thead tr:hover {
  background-color: transparent;
  color: inherit;
}

#wrapper #content em {
	font-style: italic;
	font-weight: bold;
}
