/*-- styles for the entire page --*/

body {
	color: white;
	background-color: black;
	margin: 0px;
	
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #8080FF;
	text-decoration: underline;
}

/*-- top-of-page styles --*/

#title_bar {
	height: 30px;
	color: #FFFFFF;
	background-color: #8080FF;
	border: none;
	border-bottom: 1px solid #F5F5F5;
	padding-right: 10px;
	z-index: 2;
}

#title_image {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 65px;
	width: 233px;
	z-index: 40;
	background-image: url("title_image.png");
	background-repeat: no-repeat;
	border: 0px;
}

#title_image:hover {
	text-decoration: none;
}

img#mrwright {
	height: 30px;
	width: 150px;
	border: 0px;
}

div#title_menu {
	position: absolute;
	right: 10px;
	top: 0px;
	z-index: 40;
}

div#title_menu ul {
	display: none;
	position: absolute;
	top: 30px;
	background-color: #8080FF;
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
	font-family: Arial, sans-serif;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div#title_menu li a {
	display: block;
	margin: 0px;
	font-size: 0px;
	height: 30px;
	width: 150px;
	background-repeat: no-repeat;
}

div#title_menu:hover > ul {		/*this displays the menu*/
	display: block;
}

a#menu_cool_stuff {
	background-image: url("menu_cool_stuff_out.png");
}

a#menu_cool_stuff:hover {
	background-image: url("menu_cool_stuff_over.png");
}

a#menu_papers {
	background-image: url("menu_papers_out.png");
}

a#menu_papers:hover {
	background-image: url("menu_papers_over.png");
}

/*-- navigation sidebar styles --*/

#navigation {
	float: left;
	width: 180px; 
	border: none;
	background-color: #333333;
	padding-top: 35px;
}

a.image_box {
	display: block;
	height: 24px;
	width: 124px;
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	font-size: 0px;
	color: #333333;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 10px;
}

#link_thumb {
	background-image: url("link_thumbnails_out.png");
}

#link_thumb:hover {
	background-image: url("link_thumbnails_over.png");
}

#link_search {
	background-image: url("link_search_out.png");
}

#link_search:hover {
	background-image: url("link_search_over.png");
}

#link_new {
	background-image: url("link_new_out.png");
}

#link_new:hover {
	background-image: url("link_new_over.png");
}

#link_stats {
	background-image: url("link_stats_out.png");
}

#link_stats:hover {
	background-image: url("link_stats_over.png");
}

#navigation p {
	font-family: Arial, sans-serif;
	margin-left: 10px;
	margin-bottom: 0px;
}

.ul_level_1 {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 30px;
	margin-top: 0px;
}

.ul_level_1 li {
	font-family: Arial, sans-serif;
	padding-right: 0px;
}

.ul_level_2 {
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 15px;
}

.ul_level_2 li {
	font-family: Arial, sans-serif;
	font-size: smaller;
	padding-right: 0px;
}

#nav_sub_fade {
	background-image: url("sidebar_background_fade.png");
	height: 40px;
	width: 180px;
	z-index: 5;
}

/*-- styles for main content area of page--*/

#content {
	margin-left: 190px;
	padding-top: 15px;
	font-family: Arial, sans-serif;
}

#content h2 {
	font-family: "Arial Black", Arial, sans-serif;
	text-align: left;
	font-weight: normal;
	margin-left: 5px;
}

/*--styles for thumbnail photos --*/

div.thumbnail {
	float: left;
	width: 160px;
	height: 185px;
	margin: 5px;
	padding: 4px;
	text-align: center;
	border: solid 1px #222222;
	background-color: #111111;
}

div.thumbnail img {
	width: 160px;
	height: 120px;
	border: none;
}

div.thumb_subalbum {
	float: left;
	width: 160px;
	height: 185px;
	margin: 5px;
	padding: 4px;
	text-align: center;
	border: solid 1px #222222;
	background-color: #11111A;
}

div.thumb_subalbum img {
	width: 76px;
	height: 57px;
	border: none;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 8px;
	margin-bottom: 8px;
}

span.thumb_title {
	font-family: Arial, sans-serif;
	font-size: 15px;
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
}

span.view_count {
	font-family: Arial, sans-serif;
	font-size: 11px;
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}

span.thumb_subalbum_title {
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 8px;
	margin-bottom: 3px;
}

span.sub_header {
	font-family: Arial, sans-serif;
	font-style: italic;
	font-size: 13px;
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.thumbnail a:hover {
	text-decoration: none;
}

/*-- styles for view photo page --*/
#content h2 {
	text-align: center;
}

p.photo_display {
	text-align: center;
	margin-bottom: 3px;
}

p.photo_display img {
	border: 3px solid #FFFFFF;
}

p.photo_count {
	font-family: Arial, sans-serif;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 0px;
	font-size: smaller;
}

p.photo_count img {
	border: 0px;
}

p.caption {
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: larger;
	margin-left: 15px;
	margin-right: 15px;
}

p.credit {
	font-family: Arial, sans-serif;
	text-align: right;
	font-size: smaller;
	margin-right: 15px;
}

p.size_toggle {
	font-family: Arial, sans-serif;
	text-align: left;
	font-size: smaller;
	margin-left: 15px;
	float: left;
}

p.size_toggle img {
	height: 16px;
	width: 21px;
	border: none;
	margin-bottom: 4px;
}

div#comment_block {
	border: solid 1px #666666;
	margin-right: 20px;
	padding: 8px;
}

span.comment_title {
	color: #8080FF;
}

div#comment_block h4 {
	margin-top: 0px;
}

div#comment_block p {
	font-size: smaller;
}

#comment_form {
	display: none;
	font-size: smaller;
	margin-top: 0px;
	margin-bottom: 15px;
}

#comment_form p {
	font-style: italic;
	margin-left: 10px;
	margin-right: 10px;
}

a#comment_toggle:hover {
	cursor: pointer;
	text-decoration: none;
}


/*-- styles for navigation buttons --*/

img.quick_link {
	height: 24px;
	width: 24px;
	border: 0px;
}
		



/*-- footer styles (mostly same as on other mrwright.org pages) --*/

#footer {
	clear: both;
	padding-top: 4px;
	padding-bottom: 4px;
	color: white;
	background-color: #333333;
	width: 100%;
}

#footer p {
	font-family: Arial, sans-serif;
	color: #B0B0B0;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#footer .valid {
	float: right;
	margin-left: 3px;
}

#footer #rightmost {
	margin-right: 10px;
}

img.valid_img {
	height: 31px;
	width: 88px;
	border: none;
}
