/*-----------------------------------------------------------------------------
default Style Sheet (empty commented stylesheet)

version:   1.0
author:    Jeff Boulay
email:     jboulay@omegacomminc.com
website:   http://www.omegacomminc.com/

/* Typography
===================================================*/
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	background: url(images/homeh1.jpg) top left no-repeat;
	line-height:40px;
	font-weight:normal;
	padding:  0 0 0 10px;
	margin:0;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	background: url(images/h2bginner.jpg) top left repeat-x;
	line-height:32px;
	font-weight:normal;
	color:#000000;
}
h3{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #568CFE;
	margin:0;
	padding:0;
}
h4{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #568CFE;
	margin:0;
	padding:0;
	float:left;
	width: 140px;
}
h5{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #666666;
	margin:0;
	padding: 10px 0 0 0;

	width: 140px;
}

body {
 font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	}
.center {
	text-align:center;
	}

/* Positioning
===================================================*/

body {
  padding: 5px 0;
  margin: 0;
}

#wrapper {
	margin:0 auto 0 auto;
	width:775px;
	background: url(images/homeleftcolumn.jpg)  -87px top  repeat-y;
	}

#primarycontent {
	width: 218px;
	float:left;
	
}

#primarycontent p {
	padding:0 5px 0 10px;

}

#secondarycontent {
	width: 535px;
	float:right;
}
#header{
	width:775px;
	}
#logo {
	float:left;
	
	}

#flash {
	float:right;

	}
#footer {
	clear:both;
	height:40px;
	background: #FFFFFF url(images/footerbg.jpg) repeat-x left top;
	line-height:40px;
	}
#copyright {
	float:left;
	line-height:35px;
	text-decoration:none;
	color:#0070B4;
	}
	
	
.adr, .email, .tel, .fax {
padding: 10px 5px;
border-bottom:dotted #666666 1px;
}

.right {
 float:right;
}

/* Navigation
===================================================*/
#mainnav{
		clear:both;
		background: url(images/mainnav.jpg) center center no-repeat;
		}
	
#mainnav ul{
	margin:0;
	padding:0;
	list-style:none;
	width: 775px;
	height:48px;
	background: #FFFFFF url(images/mainnav.jpg) repeat-x left top;
}
#mainnav ul li{
float:left;
	}
#mainnav ul a{
	display:block;
	padding:0 16px;
	line-height:30px;
	text-decoration:none;
	color:#333;
	font-weight:bold;
}
#mainnav ul a:hover{
	background: url(images/mainnavhl.gif) repeat-x top center;
	color:#0070B4;
}


	
#secondarynav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#secondarynav  li{
display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
	}
#secondarynav  a{
  display: block;
  width: 221px;
  height: 21px;
  line-height: 21px;
  color: #0253FE;
  text-decoration: none;
  background: url(images/secondarynav.jpg) no-repeat right top;
  text-indent: 10px;
  font-weight:bold;
}
#secondarynav  a:hover{
	background: #ffffff url(images/secondarynavhover.jpg) repeat-x right top ;
	color:#666666;
}


#footer ul{
	margin:0;
	padding:0;
	list-style:none;
	width: 570px;
	float:right;
	height:48px;

}
#footer ul li{
float:left;
	}
#footer ul a{
	display:block;
	padding:0 5px;
	line-height:35px;
	text-decoration:none;
	color:#0070B4;
	
}
#footer ul a:hover{
	background:  url(images/mainnavon.jpg) repeat-x left top;
}

/*-------------------#form-----------------*/
#comments_form {
	width:482px;
}


label {
	color:#568CFE;
	font-size: 12px;
	font-weight:bold;
	width:140px;
	display:block;
	float:left;
	}
input {
  width: 327px;
  height:17px;
  border:#E0E0E2 solid 1px;
  background:#ECEEED;
}

#submit {
	color:#568CFE;
	height:auto;
	font-weight:bold;
	margin-left:120px;
	width: auto;
	}	

textarea {
  width: 327px;
  height: 226px;
    border:#E0E0E2 solid 1px;
  background:#ECEEED;
}




/* fieldset styling */
fieldset {
  margin: 1em 0; /*  space out the fieldsets a little*/
  padding: 0;
  border :none;
  color:#EF3828;
	font-size: 18px;
	font-weight: bold;
	margin-bottom:10px;
}
.narrowP {
	margin:4px 0;
	}
legend {
		color:#568CFE;
	font-size: 12px;
	font-weight:bold;
	width:100%;
	clear:both;
	display:block;
	
	}
/* Color form styling */
#favoriteColor {
  margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

#favoriteColor h2 {
  width: 10em;
	float: left;
	font-size: 1em;
	font-weight: normal;
}

#favoriteColor div {
  width: 160px;
	float: left;
}

#favoriteColor label {
  /*width: 3em;*/
	float: none;
	display: inline;
}

/*#favoriteColor p {
	margin: 0.3em 0;
}*/
input.radio, input.checkbox, input.submit {
  width: auto;
}
.normal{
font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	font-weight:normal;
}

.clear {
clear:both;
}
/* 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: #568CFE url(images/bar.gif) repeat-x left center;
  border-top: 1px solid #568CFE;
  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;
	vertical-align: top;
}

.odd {
  background-color:#F1F1F7;
}



