
#copy_body {
	width: 758px;
	float: none;
}

#copy {
	width: auto;
	float: none;			
}

#copy h1 {
	margin-bottom: 0;
}

#copy select {
	border: 1px solid #ddd;
	padding: 1px;
	font-family: arial;
	color: #444;
}

#copy h2 select {
	vertical-align:middle;
	margin-left: 3px;
	font-size: 12px;
	letter-spacing: 0;
}


#event_nav {
	position: absolute;
	top: 22px;
	right: 30px;
	text-align: right;
}

#event_nav p {
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 0;
}

	
#copy_body {
	border-left: none;
}

#sidebar {
	display: block;
}

#copy #event_nav {
	float: right;
	margin: 0.4em 0 0;
}

#copy_body p.open_events {
	padding: 1.33em;	
	background: #dbdbdb url("../images/main/gradient-gen-small.png") repeat-x bottom left;
	margin: 0;	
	text-align: center;
	margin-top: -10px;
	font-weight: bold;
	border-left:1px solid #ccc;
}

#copy_body p.open_events a {
	color: #444;
	text-decoration: none;
}

#copy #date_select {
	text-align: center;
}

#copy_body #date_select form {
	display: inline;
	background-color: transparent;
	padding: 0;
}

#copy #date_select input {
	background:#792320;
	border: none;
	font-size:10px;
	color:#fff;
	cursor: pointer;
	padding: 1px 2px;
}

#date_select form #select-month {
	font-weight: bold;
}

#copy #link_next {
	float: right;
}

#copy #link_prev {
	float: left;
}

#copy #date_select,
#copy #link_next,
#copy #link_prev {
	font-size: 0.9em;
}


/* CALENDAR VIEW */

#calendar {
	width: 100%;
	clear:left;
}

#calendar caption {
	display: none;
}

#calendar th {
	width: 12%;
	text-align: left;
	font-family: arial, sans-serif;
	padding: 6px;
	background-color: #333;
	color: #fff;
}

#calendar td {
	height: 90px;
	border: 1px solid #ddd;
	vertical-align: top;
	padding: 0px 6px;
}

#calendar td span {
	float: left;
	font-family: arial;
	font-size: 17px;
	color: #888;
}

#calendar td a {
	clear: both;
	display: block;
	margin-bottom: .945em;
	font-size: 11px;
}

#calendar td.today {
	background-color: #888;	
}

#calendar td.today span {
	color: #fff;
	font-weight: bold;
}

#calendar td.today a {
	color: #fff;	
}

#calendar td:hover div {
	font-size: 14px;	
	border: .5em solid #ccc;
	background-color: #fff;
	position: absolute;
	width: 105px;
	min-height: 105px;
	padding: 8px;
	margin: -12px;	
}

#calendar td:hover div a {
	color: #527a88;
}

#calendar td:hover div span {
	font-weight: normal;
	color: #888;
}

#calendar td.cal_header {
	font-weight: bold;
	height: 45px;
	font-size: 19px;
	border: none;
	color:#777;
	background:#333;
	vertical-align:middle;
	text-align:center;
}

#calendar td.prev_month, #calendar td.next_month {
	background:#f2f2f2;
}

/* EVENTS LIST */

#calendar_header,
#events_header {
	margin-top: -0.9em;
	font-size: 13px;
}

.calendar_nav,
.events_nav {
	margin: 0 0 0.9em;
	float: left;
}

.calendar_sel,
.events_sel {
	margin: 0 0 0.9em;
	float: right;
}

.calendar_sel select option {
	padding-left: 1em;
}

.calendar_sel select option.campus {
	padding-left: 0;
	background-color:#ddd;
	font-weight: bold;
}

#events .feed {
	clear: both;
}

#copy #events .feed .date {
	display: block;
	margin: 0;	
}


#copy_body ol#event_list {
	list-style: none;
	margin-left: 0;	
	padding-left:0;	
}

#copy ol#event_list h3 {
	margin: 0;
}

#copy ol#event_list li {
	padding: 1.6em 0;
	overflow: auto;
	border-bottom: 3px dotted #ddd;	
	height:108px;			
}

#copy ol#event_list span.thumbnail {
	float: right;
	margin-left: 1em;
}

#copy ol#event_list span.thumbnail img  {
	border:4px solid #444;
}

#copy ol#event_list span.date {
	font-size: 11px;
	font-style: italic;
	color:#666;
}	

 ol#event_list .summary, ol#event_list h3 {
 	width:590px;
 }	

 ol#event_list .summary {
 	margin-top:1em;
 }

#copy div.summary p {
	margin: 0;
}

.more_link {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

/* EVENT PAGE */

#copy p.date_time {
	font-size: 11px;		
	font-variant: small-caps;	
}

#copy #event_body .entry_date {
	margin: 0;
	display: inline;
	font-size: 10px;
	color: #666;
	text-transform: uppercase;
}

#copy_body ul {
	font-size:0.9em;
	font-weight:bold;
	padding-left: 1em;
}

#copy_body ul li {
	margin: 0.5em 0;
}

#slideshow {
	width: 260px;
	height: 195px;
	float: right;
	margin: 0 0em 0.8em 1em;
	border: 1px solid #333;
}

#link_back {
	clear:both;
}

h3 a {
	text-decoration: none;
}

#event_footer {
	clear: both;
	padding-top: 1.5em;	
}

#event_footer p {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 1.33em;	
	background: #dbdbdb url("../images/main/gradient-gen-small.png") repeat-x bottom left;
	margin: 0;
	font-weight: bold;	
}

#event_footer p a {
	color: #444;
	text-decoration: none;
}


/*============ REGISTRATION ============*/

#copy p button {
	font-size: 11px;
	border: none;
	padding: .367em .67em; 
	margin-left: 2px;
	cursor:pointer;
	color: #fff;
	background: url("../images/main/bg-form-btn.png") repeat-x center top;
}

#register p {
	margin: 0.8em 0;
}

#total {
	font-weight: bold;
}

#copy_body form#register label {
	width: 90px;
	line-height: 23px;
	float: left;
}

#copy_body #register label#lbl_terms {
	width: 360px;
	float:none;
}

.asterisk {
	color: #f00;
}

#others {
	background-color: #fff;
	margin-top: 0.5em;
}

#others div{
	padding: 1em;
}

#others h4 {
	margin: 0;
	font-size: 13px;
}

#others h4 a{
	margin-right: 0.5em;
	font-size: .9em;
	font-weight: normal;
}

div#terms {
	font-size:10px;
	padding:10px;
}

#reg_payment label {
	width: 120px;
}

#billing_info {
	width: 340px;
	border-right: 1px dotted #fff;
	float: left;
}

#billing_info input {
	width: 160px;
}

#payment_info {
	width: 360px;
	float: right;
}

#card_number {
	width: 180px;
}

#card_month, #card_year {
	width: 30px;
}

#complete {
	text-align: center;
	clear: both;
	border-top: 1px dotted #fff;
}

