/* LOCAL STYLE SHEET FOR DEPARTMENT'S WEBSITE TEMPLATE */

/* AUTO-SELECTING NAVIGATION http://24ways.org/advent/auto-selecting-navigation */
body.home #navbar li.home,
body.about #navbar li.about,
body.january-2010 #navbar li.january-2010,
body.january-2011 #navbar li.january-2011,
body.january-2012 #navbar li.january-2012,
body.january-2013 #navbar li.january-2013,
body.january-2014 #navbar li.january-2014,
body.january-2015 #navbar li.january-2015,
body.january-2016 #navbar li.january-2016,
body.january-2017 #navbar li.january-2017,
body.remote #navbar li.remote,
body.archives #navbar li.archives,
body.brochure #navbar li.brochure,
body.feedback #navbar li.feedback,
body.gallery #navbar li.gallery,
body.parkseat #navbar li.parkseat,
body.support #navbar li.support,
body.contact #navbar li.contact { font-weight: bold; background-color: #ddd;}

/* CALENDAR & SCHEDULES */
table#January a:hover {background: #FFCC00; color: #000; display: block; margin: 0; padding: 0; font-weight: normal;} /* legacy calendar mark-up */

table#january {text-align: center; margin: 10px 0 10px -8px; padding: 0; font-weight: normal; position: relative;}
#january th {font-weight: normal;}
#january td {padding: 2px;}
table#january a {display: block; width: 100%; height: 100%; text-decoration: underline;}
table#january a:hover {background: #FFF; color: #000; display: block; margin: 0; padding: 0;}
.vevent { margin: 0; padding: 0 .5em 0 0; font-size: 150%; color: #336699; /* Navy blue*/}
.dtstart, .dtend { display: block; margin-bottom: .25em;}

/* New style begins in 2012 */
#schedule table {
	margin: 0;
	padding: 0;
	position: relative;
}
#schedule td {
	border-top: 1px solid #666;
	padding: 1em;
}
#schedule td:hover, #schedule a:hover {
	background-color: #eee;
	cursor: pointer;
}
#schedule.vevent {
	display: block;
	float:left;
	width: 25%;
}
#schedule h3 a {
	float: right;
	width: 70%;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none !important;
}
#schedule td:hover h3 a {
	color: #333;
	text-decoration: underline;
}
#schedule p {
	float: right;
	width: 70%;
	margin: 1em 0 0 0;
	padding: 0;
}

/* Template Classes */
.skip_navigation{ font-size: 65%; color: #FFFFFF; text-decoration: none; background-color: transparent;}
.search { font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
.bodycopy-small { font-family: Arial, Helvetica, sans-serif; font-size: 75%;}
.heading { font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 95%; color: #6699cc;}
.calendar {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-align: center;} /* legacy calendar mark-up */
.img-caption {width: 114px; float: left; margin: 0 20px 20px 0; padding: 0; font-size: 75%; text-align: center;}
.img-caption img {padding: 0 0 10px 0;}


/* Redefined HTML tags */
body { font-family: Arial, Helvetica, sans-serif; font-size: 90%;}
td { font-family: Arial, Helvetica, sans-serif;}
p { font-family: Arial, Helvetica, sans-serif;}
ol,ul,li { font-family: Arial, Helvetica, sans-serif;}
b { font-weight: bold;}
strong { font-weight: bold;}
i { font-style: italic;}
em { font-style: italic;}
abbr {border: none;}

h2 {
	font-size: 150%;
	font-weight: bold;
	color: #336699; /* Navy blue*/
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0.25em;
}

h3 {
	font-size: 130%;
	font-weight: bold;
	color: #003366; /* Navy blue*/
	margin-top: 0;
	padding-top: 0;
}

h4 {
	font-size: 110%;
	font-weight: normal;
	font-style: italic;
}
h5 { font-size: 110%; color: #660000;}
h6 { font-size: 100%; color: #660000;}

#audio {
	background-color: #eeeeee;
	padding: 0.5em;
	border: 1px dotted #999999;
}

#button {
	background: url("/january/2015/images/btn-browse-2015.gif") no-repeat 0 0;
	margin: 150px 0 0 70px;
	padding: 0;
	height: 50px;
	width: 220px;
	position: absolute;
	z-index: 200;
}
#button a {
	background: url("/january/2015/images/btn-browse-2015.gif") no-repeat 0 0;
	display: block;
	height: 50px;
	width: 220px;
	text-indent: -9999em;
}
#button a:hover {
	background: url("/january/2015/images/btn-browse-2015.gif") 0 -50px !important;
}
#button a:active {
	background: url("/january/2015/images/btn-browse-2015.gif") 0 -100px !important;
}

/* jQuery Tool Tip - http://www.vertigo-project.com/projects/vtip */
p#vtip { display: none; position: absolute; padding: 10px; left: 5px; font-size: 0.8em; background-color: white; border: 1px solid #a6c9e2; -moz-border-radius: 5px; -webkit-border-radius: 5px; z-index: 9999 }
p#vtip #vtipArrow { position: absolute; top: -10px; left: 5px }
