
/* 

Created by Chelsea Otakan for the Nevada Museum of Art 
Page Template: Calendar

*/

#main-content { width: 798px; border-left: 0px; padding-left: 0px; }
#sidebar { margin-left: 0}

/* Calendar Header
========================================= */

.months a { 
	font-size: 14px; 
	text-transform: uppercase; 
	margin: 0 13px; 
	font-weight: bold; 
	letter-spacing: 2px; 
	color: #999999 }
.months li { 
	display: inline; 
	list-style: none; 
	float: left; 
	border-right: 1px #cccccc solid; 
	margin-top: 9px }
.months .back a, .months .next a { margin: 0 }
.months .back, .months .next, .months .last { border: 0 }

#main-content h2.today { 
	font-size: 28px; 
	letter-spacing: -1px; 
	text-indent: 30px; 
	border: 0;
	margin: 0 }
.days { 
	margin: 20px 0 0 0; 
	height: 75px}
.days li { 
	color:#d1d1d1;
	list-style: none; 
	float: left; 
	font-size: 11px; 
	width: 18px; 
	text-align: center; 
	margin-left: 1px }
.days a { 
	color: #666666;
	display: block; 
	text-align: center; }
.days li span { 
	background: #e8e8e8;
	display: block;  
	height: 18px; 
	width: 18px; }
.days .closed a { color:#d1d1d1 }
.days .closed span { background: #f6f6f6}
.days .today { color: #666666;}
.days .today span {  width: 16px; height: 16px; background: #e8e8e8 }
.days a:hover span { background: #d1d1d1}
.days a:hover { color: #313131 }

 
/* Events 
========================================== */
div#main-content h2.events-list { 
	color: #cdcdcd; 
	font-size: 18px; 
	margin:6px 0 0 0; 
	line-height: 1.3;
	text-transform: inherit;
	font-weight: bold;
}
#main-content .events-list h3 { 
	display: block;
	float: left;	
	font-size: 15px;
	width: 470px;
	margin: 0 auto 8px auto;
	text-transform: none;
	line-height: 17px;
}


.events-list li,.events-list span,.events-list p { font-size: 11px; line-height: 13px; color: #999999 }
#main-content .events-list li p { margin: 8px 0 0 328px; }
.events-list img { float: left; margin: 0 17px 10px 0  }
.events-list li { 
	display: block; 
	font-size: 11px;
	list-style: none;
	padding: 10px 0 20px 0; }
#main-content .events-list .subhead { 
	color:#ccc; 
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	margin: 17px 0 0 0;
	text-transform: uppercase;
	width: 700px;	}
.events-list .buy-tix, .calendar .admission { 
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 29px;
	text-indent: -99999px;
	width: 90px; }
.calendar .admission { margin-top: -39px;background-image: url(../images/calendar/btn_admission.png);}}
.events-list .buy-tix {	background-image: url(../images/calendar/btn_buytickets.png); }
.events-list .price a {font-weight: bold;}
#main-content .events-list a { color: #666 }
#main-content .events-list a:hover { color: #999 }

#main-content .small { font-size: 11px; }
#main-content .small a {border-bottom:1px dotted #CCCCCC; font-weight: bold;}

