/*  
Theme Name: Half Life
Theme URI: http://www.wpdesigner.com
Description: Half Life WordPress theme created by Small Potato.
Version: 1.0
Author: Small Potato
Author URI: http://www.wpdesigner.com/

	This theme is released under Creative Commons Attribution 2.5 License.

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	background: #971B1E;
	color: #971B1E;
}

h1, h2, h4, h5, h6{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #971B1E;
	
}

.bluetitle {
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0033FF;
}

h3{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #971B1E;
	
}


a{
	text-decoration: underline;
	color: #000;
}

a:hover{
	text-decoration: none;
}

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 10px 0 0; }

blockquote{
	margin: 10px 0 0;
	background: #eee;
}

blockquote p{ padding: 10px; }

blockquote blockquote{
	margin: 10px;
	background: #fff;
}

code{
	background: #f9f9f9;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	margin: 10px 10px 5px 10px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #eee;
	color: #eee;
}

small{
	font-size: 11px;
}

pre{
	width: 90%;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

.container{
	margin: 0 auto; 
	width: 940px;
	text-align: left;
	vertical-align: top;
}

.page{
	float: left;
	width: 950px;
	min-height: 1200px;
	color: #000;
	background-image: url(images/back_swirl.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}

.pageno{
	float: left;
	width: 950px;
	min-height: 800px;
	color: #000;
	background-color: #FFFFFF;
}

#banner{
	width: 938px;
	height: 225px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;	
	
	
}


#menu{
	display: inline;
	float: left;
	text-align:center;
	margin: 0px 5px 2px;
	height: 50px;
	width: 938px;
	background: #fff url(images/nav.jpg) no-repeat;
	clear: both;
}

#menu ul{
	margin: 0;
	padding: 10px 40px;
	list-style: none;
}

#menu ul li{
	display: inline;
	padding-right: 10px;
}

#menu ul li h1{
	display: inline;
	font-size: 11px;
	text-transform: uppercase;
}

#menu ul li a{
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

#menu ul li a:hover{
	text-decoration: underline;
}

.sidebar{
	display: inline;
	float: left;
	margin: 0px 20px 40px 40px;
	width: 140px;
	color: #971B1E;
}

.sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;

}

.sidebar ul li{ }

.sidebar ul li.widget_search{
	padding: 10px;
}

.sidebar ul li h2{
	padding: 10px 0 20px 40px;
	border-bottom: 0px solid #888;
	font-size: 14px;
	font-weight: bold;
	vertical-align:middle;
	text-transform: uppercase;
	color: #971B1E;
	background-image:url(images/symbol.jpg);
	width: 160px;
	background-position: left;
	background-repeat: no-repeat;
}

.sidebar ul li h2 a, .sidebar ul li h2 a:hover{
	color: #fff;
}

.sidebar ul ul{ padding: 5px 40px 40px; }

.sidebar ul ul li{ line-height: 18px; }

.sidebar ul ul ul{ padding: 0; }

.sidebar ul ul ul li{ padding: 0 0 0px 40px; }

.obar{
	float: left;
	margin: 0;
	width: 160px;
	color: #006600;
}

.obar ul{
	margin: 0;
	padding: 0 10px ;
	list-style: none;
	background: #fff;
	padding-bottom: 40px;
}

.obar ul li.widget_search{
	padding: 10px 0 0;
}

.obar ul li h2{
	padding: 10px 0 20px 40px;
	border-bottom: 0px solid #888;
	font-size: 14px;
	vertical-align:middle;
	font-weight: normal;
	text-transform: uppercase;
	color: #006600;
	background-image:url(images/symbol.jpg);
	width: 160px;
	background-position: left;
	background-repeat: no-repeat;
}

.obar ul ul{
	padding: 10px 0 10px;
}

.obar ul ul li{
	line-height: 18px;
}

.obar ul ul ul{
	padding: 0;
}

.obar ul ul ul li{
	padding: 0 0 0 10px;
}

.sidebar li#search input, .obar li#search input{
	margin: 0 0 5px;
}

.narrowcolumn{
	display: inline;
	float: left;
	margin: 0 2px 0;
	width: 550px;
	min-height: 500px;
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	color: #971B1E;
	background: transparent;
}

.post{
	padding: 15px;
}

.post h2, .post h2 a, .post h2 a:hover{
	font-size: 18px;
	font-weight: normal;
	color: #971B1E;
	text-decoration: none;
}

.postdate{
	margin-top: 10px;
	padding: 5px 5px;
	font-size: 11px;
	background: #e6e6e6;
	color: #333;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	padding: 15px 0 0;
	font-weight: normal;
}

.entry h1{
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
}

.entry h2{
	font-size: 18px;
}

.entry h3{
	font-size: 12px;
}

.entry  h4{ font-size: 14px; }

.entry h5{ font-size: 12px; }

.entry h6{ font-size: 11px; }

.entry{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

.entry a, .entry a:hover{
	color: #971B1E;
}

.entry img{
	border: 0px solid #ccc;
	padding: 4px;
}

.entry img.wp-smiley{
	padding: 0;
	border: 0;
}

.entry img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.entry img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.entry p.postinfo{
	margin: 10px 0 0;
	border-top: 0px solid #ccc;
}

.browse{
	padding: 15px;
	line-height: 18px;
}

.box {
width: 225px;
height: 195px;
padding: 20px;
text-align:center;
font-weight: bold;
color:#FFFFFF;
background-image: url(images/box.jpg);
	background-repeat: no-repeat;
	}
	
.box a {
color:#FFFFFF;
text-decoration:underline;
}


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	padding: 30px;
	margin: 0 0 2px 7px;
	display: inline;
	background-image: url(images/box.jpg);
	background-repeat: no-repeat;
	
	
	}
	


img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;

	}
	
img.right {
	padding: 5px;
	border: 1px solid #971B1E;
	margin: 0 7px 2px 5px;
	display: inline;

	}
	
img.right {
	float: right;

	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* comments template */

.comments-template{
	margin: 10px 0 0;
	border-top:0px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ccc;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

/* end comments template */

/* wp-calendar */

table#wp-calendar{
	width: 100%;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	text-transform: none;
}

table#wp-calendar caption{
	padding: 10px 15px;
}

table#wp-calendar th{
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	background: #ddd;
}

table#wp-calendar td{
	padding: 1px;
	text-align: right;
}

table#wp-calendar tfoot td{
	text-align: center;
}

/* end calendar */

#footer{
clear:both;
	display: inline;
	float: left;
	margin: 2px 5px 10px;
	width: 928px;
	background: transparent;
	color: #971B1E;
}

#footer a, #footer a:hover{
	color: #971B1E;
	padding-right: 5px;
}

#footer p{
	padding: 20px;
	line-height: 18px;
}

.schedule table {
  
  border: 1px solid #cccccc;
  font: normal 10px verdana, arial, helvetica, sans-serif;
  color: #971B1E;
  background: #FFFFFF;
  }
.schedule caption {
  text-align: center;
  font: bold 10px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #971B1E;
  text-transform: uppercase;
  }
.schedule td, th {
  border: 1px solid #CCCCCC;
  padding: .4em;
  color: #971B1E;
  vertical-align:top;
  }

.schedule thead th, tfoot th {
  font: bold 10px verdana, arial, helvetica, sans-serif;
  border: 1px solid #03476F;
  text-align: left;
  background: #971B1E;
  color: #fff;
  padding: .4em;
  }
.schedule tbody td a {
  background: transparent;
  text-decoration: underline;
  color: #971B1E;
  }
.schedule tbody td a:hover {
  background: #FFFFFF;
  color: #CCCCCC;
  }
.schedule tbody th a {
  font: normal 10px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #971B1E;
  }
.schedule tbody th a:hover {
  background: transparent;
  color: #971B1E;
  }
.schedule tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
.schedule tfoot td {
  border: 1px solid #03476F;
  background: #4591AD;
  padding-top:3px;
  color: #FFFFFF;
  }
.schedule .odd {
  background: #eeeeee;
  }
.schedule tbody tr:hover {
  background: #CCCCCC;
  border: 1px solid #03476F;
  color: #FFFFFF;
  }
.schedule tbody tr:hover th,
.schedule tbody tr.odd:hover th {
  background: #CCCCCC;
  color: #FFFFFF;
  }


.redtitle  
{color: #971B1E;
font-weight: bold;
padding-bottom: 5px;
}

.goldtitle  
{color: #DEB407;
font-weight: bold;
font-size:24px;

}

.goldtitlesm  
{color: #DEB407;
font-weight: bold;
font-size:12px;

}

.preregister  
{color: #DEB407;
font-weight: normal;

}

.dropin  
{color: #24062c;
font-weight: normal;

}



.anchor {
text-decoration:underline;}

.bullets {
background-image:url(images/symbol_sm.jpg);
	width: 160px;
	line-height: 15px;
	margin-left: 10px;
	background-position: left;
	background-repeat: no-repeat;}

.mantra {

font-size: 110%;
padding-left: 20px;
padding-right: 20px;

}

.sidejustify   {
text-align:justify;
}

.larger { font-size:12px;}

.bulletlist  {

margin-right: 0;
margin-left: 0;
}



 .bulletlist ul li {
	padding-left: 5px;
	list-style-position: outside;
	list-style-image: url(images/symbol_sm2.jpg);
}

.bulletlist li {
	margin-right: 5px;
	padding-top: 10px;
	
}

.fineprint {
font-size:10px;
}


