body, html {
  background-color: #000;
  color: #333333;
  font-family: Helvetica,Verdana,sanserif;
  font-size: 12px;
  line-height:1.2em;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  line-height:1.2em;
}

.outer {
  clear: both;
  text-align: center;
}
.inner {
  margin: 0 auto;
  text-align: left;
  width: 776px;
  position:relative;
}

.clearfloat:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfloat {
  display: inline-block;
  } /* for IE/Mac */
#Header {
  background-color: #000000;
  color: #FFFFFF;
  height: 100px;
}
#Header .inner{
  height:100px;
}

#Header .header {
  position:absolute;
  margin-top:20px;
  z-index:1000;
}
#Header .header a {
  display:block;
  color:#FFF;
  text-decoration:none;
  font-size: 14px;
  overflow:hidden;
}
#Header .header .name {
display:block;
font-size:30px;
height:auto;
line-height:1.2em;
margin:30px 0 0;
}

#Header ul.global {
  display:block;
  margin:0;
  position:absolute;
  right:0;
  top:10px;
}

#Header ul.global li {
  display:inline;
}

#Header ul.global li a, 
#Header ul.global li a:visited {
  float:left;
  text-decoration:none;
  display:block;
  padding:4px 8px;
  margin: 0 12px 0 0;
  color: #ADFFAD;
  font-weight:bold;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;

}
#Header ul.global li.current a, 
#Header ul.global li.current a:visited, 
#Header ul.global li.here a,
#Header ul.global li.here a:visited,
#Header ul.global li.here a:hover {
  background-color: #ADFFAD;
  color: #000;
}
#Header ul.global li a:hover,
#Header ul.global li.current a:link:hover {
  background-color: #33FF33;
  color: #000;

}

.content .primary {
  width:475px;
  float: left;
}
.content .secondary {
  width:296px;
  float: right;
}

#Footer {
  background-color: #000;
  color: #CCFFCC;
}
#Footer .inner {
  padding:15px 0;
  font-size: 10px;
  line-height: 1em;
  height:50px;
}

#Footer .inner ul{
  margin:0;
  padding:0;
}

#Footer .inner ul li {
  display:block;
  margin:6px 0  6px 4px;
}
#Footer .inner ul li a,
#Footer .inner ul li a:visited{
  color: #CCFFCC;
  text-decoration:none;
}
#Footer .inner ul li a:hover{
  color: #91FF91;
  text-decoration:underline;
}
#Content {
background-color: #FFF;
color:#333;
}

#Content .inner {
min-height:450px;
}
.content h2{
  border-bottom:4px solid;
  color:#333;
  font-size:16px;
}

.article {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom:2px solid #0BB30B; 
}

.article h3 {
  font-size: 14px;
  margin: 0 0 8px 0;
}

.article h3 a:link, 
.article h3 a:visited {
  color:inherit;
}
.article h3 a:hover, 
.article h3 a:active {
  text-decoration:none;
}

.brag {
position:absolute;
bottom:20px;
right:0px;
text-align:right;
color: #FFFFFF;
font-weight:bold;
}

/* @group Calendar Setup */

.calendar {
	margin: 0 auto;
}
.calendar tbody {
	text-align: left;
}
.calendar, .calendar td, .calendar th {
	border: 1px solid #000;
	border-collapse: collapse;
}
.calendar td, .calendar th {
	font: 76%/1 "Lucida Grande", Verdana;
}
.calendar td {
	width: 9em;
	height: 9em;
}
.calendar th {
	font-weight: bold;
}
.calendar abbr {
	border: none;
	cursor: help;
}
.calendar .day {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.date {
	position: absolute;
	top: 0px;
	border-style: solid;
	border-color: #000;
	border-width: 0 1px 1px 0;
	padding: .2em 0;
	width: 2em;
	height: 1.1em;
	text-align: center;
	background: #666;
	color: #ddd;
}

/* @end */

/* @group Basic Calendar Styling */

.monthHeader {
	font-size: 1.3em;
	text-transform: uppercase;
	background: #10FF10;
}
.dayName {
	background: #0BA30B;
	color: #fff;
}
.dayName th {
	padding: .2em;
}
.monthLink a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	padding: .2em 0;
}

/* @end */

/* @group Events */

.eventContainer {
	padding: 2.5em 3px 3px;
	font-size: 80%;
	line-height: 1.2;
}
.event {
	margin: 0 0 .75em 1em;
	text-indent: -1em;
}
.time {
	background: #fcff00;
	text-transform: lowercase;
	padding: .1em .2em;
}

/* @end */

/* @group Day Types */

.weekend .day {
	background: #ddd;
}
.otherMonth .day {
	background: url(/images/page_event/other_month_bg.gif);
}
.otherMonth .date {
	border-color: #555;
	background: url(/images/page_event/other_month_date_bg.gif);
	color: #333;
}
.specialDay .day {
	background: #fff2f2;
}
.today .day {
	background: #fcff00;
}
.today .date {
	background: #afaf00;
	font-weight: bold;
	border-color: #171604;
	color: #171604;
}
.today .time {
	background: #f00;
	color: #fff;
}

/* @end */
