/* PAGE-WIDE STYLES */

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* ERRORS/NOTICES */
/* This is also in /stylesheets/common.css. Ideally there would be one global stylesheet, but the notices seem to be the only common element between visit and author/welcome. */

div#notice, div#errorExplanation {
        background-color: #82FF82;
        border: 3px solid #5FD95F;
        margin-bottom: 15px;
        padding: 3px;
}

div#notice h1, div#content div#errorExplanation h2 {
        font-family: Georgia, serif;
        font-size: 1em;
        font-weight: bold;
        color: black;
}

div#errorExplanation ul {
        padding-left: 1.4em;
}

/* SAMPLE HEADING */
div#content h1.sample {
	font-size: 1.05em;
}

/* IMAGES IN CONTENT */

#content a img {
	border: 0;
}

/* JOURNAL TITLE */

#header h1.title {
	overflow: hidden;
}

/* BANNER */

#content div#banner {
	margin-bottom: 20px;
}

#content div#banner p {
	margin: 0;
}

#content div#banner ul {
	margin: 0;
}

/* ENTRY TITLES */

div.entry_title {
        font-size: 1.5em;
        display: block;
}

div.entry_title a {
        text-decoration: none;
}

div.entry_title a:hover {
	text-decoration: underline;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {

}

.entry h1 {

}

.entry h2 {

}

.entry h3 {

}

.entry h4 {

}

.entry h5 {

}

.entry h6 {

}

/* ENTRY DETAILS */

div.photo_preview {
	margin-top: 5px;
}

/* COMMENTS */

div#content div.comment {
	margin-bottom: 1em;
}

/* PHOTOS */

div.photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 185px;
}

div.photo img {
	border: 0;
}

p.large_caption {
	font-size: .8em;
}

/* INFOBOXES */

.infobox_content {
	font-size: .8em;
	padding: 0px 10px;
}

div.infobox_content h2 {
	font-size: 1.05em;
	margin-bottom: .1em;
}

.infobox_content p {
	margin-top: .1em;
}

.infobox_content ul {
	margin-left: 0;
}

/* CALENDAR */

.infobox table.calendar {
	width: 100%;
	color: #575757;
}

.infobox table.calendar th {
	color: black;
	text-align: left;
}

.infobox table.calendar th.title {
	text-align: center;
	font-size: 1.1em;
}

.infobox table.calendar a {
	text-decoration: none;
	color: black;
}

/* SLIDESHOWS */

div.infobox_slideshow {
	text-align: center;
	padding: 0 5px;
}


div.infobox_slideshow img {
	border: 0;
	margin-bottom: 0px;
}

div.slideshowtns {
	text-align: left;
	width: 100%;
}

div.infobox_slideshow div.slideshowtns img {
	border: solid 3px transparent;
}

div.infobox_slideshow div.slideshowtns img.current {
	border-color: #D45500;
}

p.slideshow_caption {
	margin-top: 5px;
	font-size: 12px;
}

/* TOP BAR */

div#top_bar {
	background-color: white;
	background-image: url(/images/visit/top_bar_back.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
}

div#top_bar div#top_bar_inner {
	width: 746px;
	margin: 0px auto;
	padding: 0 12px 0 12px;
	font-family: Gill Sans, Tahoma, Geneva, Trebuchet MS, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #797979;
	background-image: url(/images/visit/top_bar_line.gif);
	background-repeat: repeat-x;
}

div#top_bar a#top_logo {
	float: left;
	display: block;
	width: 116px;
	height: 20px;
	text-indent: -1000em;
	background-image: url(/images/visit/top_bar_logo.gif);
	background-repeat: no-repeat;
}

div#top_bar a#top_aai {
	float: right;
	display: block;
	width: 68px;
	height: 20px;
	text-indent: -1000em;
	background-image: url(/images/visit/top_bar_aai.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

div#top_bar ul {
	margin: 0;
	padding: 0 40px 0 0;
	float: right;
}

div#top_bar ul li {
	list-style-type: none;
	padding-left: 15px;
	display: inline;
}

div#top_bar a:link {
	color: #797979;
	text-decoration: none;
}

div#top_bar a:visited {
	color: #797979;
	text-decoration: none;
}

div#top_bar a:hover {
	color: #797979;
	text-decoration: underline;
}

/* UTILITY */

div.clear {
	clear: both;
	line-height: .1em;
}
