/* @override http://www.geekery.in/template/main.css */

/* @group Eric Meyer's Global Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* @end */

/* =General
-----------------------------------------------------------------------------*/
body {
	font-family: helvetica, arial, sans-serif;
	padding: 0;
	margin: 0;
	background: #F4F4F4;
}

h2, h3 {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 1.5em;
	letter-spacing: -1px;
	margin: 10px 0;
	color: #000;
}     

h3 { 
	font-size: 1.2em;
}  

#content p {
	margin-bottom: 0.5em; 
	line-height: 1.25em;              
}

a { 
	outline: none; 
} 

ul {
	list-style: square;
	margin-left: 1em;
}

li {
	margin-bottom: 0.5em;
}

li span {
	color: #666;
	font-size: 9pt;
	padding: 1px;
}

/* Remove border around linked images */
img {
	border: 0;
}

/* Class for clearing floats */
.clear {
	clear: both;
}


#content {
	width: 940px;
	margin: 1em auto;
}

#main { 
	width: 70%;
	float: left;
}
#mainContent {
	width: 80%;
	float: left;
	margin-left: auto;
	margin-right: auto;
}

#sidebar { 
	width: 20%;
	float: right;
}

/* Calender Block
-----------------------------------------------*/

#mainContent .day  {
	background: #FFFFFF;
	/* border: 1px solid #000000; */
	display: block;
	width: 940px;
	overflow: auto;
	border-top: #E1C2C2 solid 7px;
	padding-top: 10px;
	font-family: "Trebuchet MS", "Gil Sans", Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
}

#mainContent .day .date {
	background: top left no-repeat url(/template/images/Calender.png);
	height: 94px;
	float: left;
	width: 65px;
	margin-right: 20px;
	margin-left: 20px;
}

#mainContent .day .morning, #mainContent .day .afternoon  {
	float: left;
	width: 360px;
	margin-right: 55px;
	margin-bottom: 20px;
}

#mainContent .day .morning h4, #mainContent .day .afternoon h4 {
	width: 360px;
	color: #870E0E;
	font-size: 18px;
	border-bottom: 1px #666 dotted;
	margin-bottom: 10px;
	padding-bottom: 4px;
	font-weight: 100;
}  

/* Calendar Views */
.cal {
	width: 100%;
	border: 1px #eee solid;
	border-collapse: collapse;
	background-color: #fff;
}  

.cal th {
	background-color: #870f10;
	color: #fff;
	padding: 5px;
	width: 14.28%;
} 

.cal th a {
	color: #fff;
}              

.cal td {
	border: 1px #ccc solid;
	padding: 5px;
	width: 14.28%;
	max-width: 14.28%; 
} 

.cal .today {
	background-color: #e1c2c2;
}

.cal .blank {
	background-color: #eee;
}

.cal span.daynum {
	color: #870f10;
	font-weight: bold;
	padding: 5px;
	margin-left: -5px; 
	margin-top: -5px; 
	margin-bottom: 5px;
	display: block; 
	text-align: right; 
} 

.cal .today span.daynum {
	background-color: #e1c2c2;
	border: 0;
}

.cal ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
} 

.cal li {
	font-size: 9pt;
}



.day ol {
	font-family: helvetica, "Gil Sans", arial, sans-serif;
	list-style: none;
}

.day ol li {
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 1.4em;
	color: #870E0E;
}

.day .dtstart {

	padding-right: 5px;
	background: url(/template/images/time_icon.jpg) left center no-repeat;
	padding-left: 25px;
	color: #666;
}

.day .day-number, .day .month {
	display: block;
	text-align: center;
}

.day .day-number {
	margin-top: 25px;
}

.day .month {
	color: #fff;
	margin-top: 12px;
	background: #333333;
	font-size: 16px;
	width: auto;
}

.actions {
	width: 940px;
	text-align: right;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.actions li {
	display: inline;
	padding-right: 10px;
	padding-left: 20px;
	line-height: 1.6em;
}


.actions .subscribe {
	background: url(/template/images/subscribe.jpg) top left no-repeat;
	padding-bottom: 2px;
}

.actions .gotop {
	background: url(/template/images/gotop.png) top left no-repeat;
	padding-bottom: 2px;
}

.actions .add-event {
	background: url(/template/images/event_add.jpg) top left no-repeat;
	padding-bottom: 2px;
}

#mainContent .day .actions {
	clear: both;
	border-top: 4px #F4F4F4 solid;
}

/* branding & Header
-----------------------------------------------*/
#header {
	margin: 0 auto; 
	padding: 0 0 10px 0;
	padding-bottom: 1.5em; 
	border-top: solid 5px #870F10;
	background-color: #fff;          
}  

h1 {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 45px;
	letter-spacing: -1px;
	margin: 15px auto 0 auto;
	width: 940px;
	color: #870F10;
}

h1 span {
	color:  #000;
}

#topnav {
	height: 2em;
	margin: 0 auto 0 auto;
	width: 940px;   
	position: relative;  
} 

#topnav ul {
	font-size: 16px;
	list-style: none; 
}

#topnav li {
	list-style: none;
	padding: 0;
	margin: 0;
}                  

#topnav li .selected {
	background: #870F10;
	color: #fff;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px; 
	-moz-border-radius: 0 0 5px 5px;
}

#topnav li a {
	text-decoration: none;  
	display: block;
	float: left;
	padding: 5px 10px;
	color: #666;
	margin-right: 5px;
}

#topnav li a:hover, #topnav li a:focus {
	background: #870F10;
	color: #fff;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px; 
	-moz-border-radius: 0 0 5px 5px;
}

#topnav span {
	color: #000;
}

#topnav form {
	position: absolute;
	right: 0;
	top: 5px; 
} 

#topnav label {
	color: #666;
	padding-right: 0.5em;
}

/* footer
-----------------------------------------------*/
#footer {
	width: 940px;
	margin:  1em auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#footer ul {
	float: right;
	padding-top: 35px;
}

#footer li {
	display: inline;
	font-size: 14px;
}

#footer li a {
	color: #71040C;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 25px;
}

#footer a {
	color: #71040C;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
}

#footer p {
	float: left;
	background: url(/template/images/signpost.jpg) top left no-repeat;
	height:45px;
	padding-left: 130px;
	padding-top: 20px;
	line-height: 1.3em;
}

#footer #contact {
	background: url(/template/images/contact_icon.jpg) left top no-repeat;
}

#footer #sitemap {
	background: url(/template/images/sitemap_icon.jpg) left top no-repeat;
}

#footer #accessibility {
	background: url(/template/images/access_icon.jpg) left top no-repeat;
}

#copyright {
	margin-top: 10px;
}

#userbox { 
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px;
}  

#userbox input {
	margin-bottom: 5px;
}

/* Five day calendar */
.fivedaycalendar {      
	background-color: #fff;
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin-bottom: 1em;
	width: 100%;
}  

.fivedaycalendar th {
	background-color: #870F10;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	width: 20%;
}

.fivedaycalendar td {
	padding: 5px;
} 

.fivedaycalendar p {
	padding-bottom: 5px;
} 

.fivedaycalendar span {
	font-size: 9pt;
	color: #666;
}

/* Event Listings */
dl.detail { 
	padding: 0.5em 0;  
	font-size: small; 
	line-height: 110%;
}

dl.detail dt { 
	float: left;
	clear: left;
	width: 150px;
	text-align: right;
	font-weight: bold; 
}

dl.detail dt:after { 
	content: ":"; 
}

dl.detail dd {
	margin-left: 160px;
	padding-bottom: 0.5em; 
}

.morelikethis {
	font-weight: bold;
	padding: 0.5em 0;   
	font-size: small;
} 

.morelikethis a {
	padding: 0.25em 1em;
	background-color: #666;
	border: 1px #666 solid; 
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	color: #fff;
} 

.morelikethis a:hover {
	background-color: #000; 
	border-color: #000;
}

/* Self clearing floats =============================================== */
#content:after,
#footer:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

* html #content,
* html #footer {
	height: 1%;
}