@charset "utf-8";
/* CSS Document */
/*
COLORS:
site background		= #003D59
content text blue	= #B9E1F7
content text gold	= #E49B3E
/*** SITE-WIDE ********************************************************/
body {
	background-color: #003D59;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 1.15em;
}
h4 {
	font-size: 1em;
}
a {
	color: #E49B3E;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
/*
a:visited {
	color: #E49B3E;
}
*/
.goldtext{
	color: #E49B3E;
}
.fineprint {
	font-size: .7em;
}
ul.fineprint {
	margin: 0px;
	padding: 0px 0px 5px 15px;
}

/*** PAGE FORMATTING **************************************************/
#allcontent {/*--main page div--*/
	width: 980px; /*DO NOT CHANGE - width of body background*/
	margin-right: auto;
	margin-left: auto;
	/*margin-top: -8px;*//*set header at very top of page, no margin*/
	margin-top: 15px;
}
#header {
	background-image:url(../img/site_background_header.png);
	background-repeat: no-repeat;
	height: 7px;
}
#body {
	background-image:url(../img/site_background_body.png);
	background-repeat: repeat-y;
}
.clearfloat{
	clear: both;
}
.errortext {
	color: #FF0000;
	font-weight: bold;
}
.a_addtopmargin {
	line-height: 3em;
}
.a_addleftmargin {
	margin-left: 25px;
}

/*** SIDE BAR *********************************************************/
#dotcom {
	margin-top: 0px;
}
#copyright {
	margin-top: -56px;
}
.sidebartext {
	float: left;
	width: 27px;
	margin-left: 36px;
	display: inline;
}

/* MENU BUTTONS */
#buttons{
	float: left;
	width: 34px;
	margin-left: 1px;
}
#buttons ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#buttons li img {
	/* don't want button images to be treated as inline elements so line spacing does NOT get applied */
	display: block;
}
#buttons a {
	display: block;
	width: 34px;
	text-indent: -9999px;/*--get the link text off the screen--*/
}
.btn {
	margin-top: 15px;
}
.btn_home a {
	background-image: url(../img/menu_buttons_link_home.png);
	background-position: left;
	height: 58px;
}
.btn_bio a {
	background-image: url(../img/menu_buttons_link_bio.png);
	background-position: left;
	height: 45px;
}
.btn_resume a {
	background-image: url(../img/menu_buttons_link_resume.png);
	background-position: left;
	height: 84px;
}
.btn_photos a {
	background-image: url(../img/menu_buttons_link_photos.png);
	background-position: left;
	height: 85px;
}
.btn_links a {
	background-image: url(../img/menu_buttons_link_links.png);
	background-position: left;
	height: 70px;
}
.btn_contact a {
	background-image: url(../img/menu_buttons_link_contact.png);
	background-position: left;
	height: 97px;
}
.btn_hover a:hover {
	background-position: right;
}

/*** CONTENT FORMATTING **********************************************/
#content {
	/*background-color:#00FFFF;/*test color to check for actual size against background*/
	float: left;
	width: 823px;
	padding: 15px 25px;
	color: #B9E1F7;
}
.centertext {
	text-align: center;
}
.pagewide {
	width: 100%;
}
.alignright {
	text-align: right;
}
p.fulljustify {
	text-align: justify;
}
.columnleft{
	float: left;
	width: 48.75%;
}
.columnright{
	float: right;
	width: 48.75%;
}

/*** FOOTER ***********************************************************/
#footer{
	background-image:url(../img/site_background_footer.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 47px;
}
#footercontent {
	float: left;
	width: 908px;
	/*background-color:#00FFFF;/*test color to check for actual size against background*/
}
#footercontent p {
	margin: 0px;
}
#footerlinks {
	margin-left: 35px;
	padding: 0px 25px;
}
#footerbottom {
	margin-top: 16px;
}
#footerbottom a {
	color: #0000FF;/*#B33336;*/
}
#footerbottom a:hover {
	text-decoration: underline;
}

/*** PHOTOS PAGE ******************************************/
#photo_header {
	background-image: url(../img/picbannerrotate/rotator.php);
	background-repeat: no-repeat;
	background-position: center left;
	height: 100px;
	width: 100%;/*823px;*/
	margin-bottom: 15px;
}
#most_recent {
	/*margin-bottom: 5px;*/
	background-image:url(../img/transparent_background.png);
	background-repeat: repeat;
}
#recent_container {
	/*background-image:url(../img/transparent_background.png);
	background-repeat: repeat;*/
	padding: 5px 0px;
}
.recent_pics {
	padding-top: 5px;
}
/*
#recent_pics ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#recent_pics li {
	display: inline;
}
*/
.recent_pics img{
	margin: 0px 10px 10px 0px;
	border: none;
}
#recent_albums {
	border-right-color: #5F86AD;
	border-right-style: solid;
	border-right-width: 2px;
	padding-top: 5px;
}
#recent_albums img {
	margin: 0px;
	padding: 0px;
}
#recent_albums .albumrow {
	margin: 0px 0px 10px 22px;
}
/*
#recent_albums ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#recent_albums li {
	display: inline;
}
*/

div.albumrow {
	float: left;
	width: 169px;/*going to have to become max width of album thumbnails*/
}
.albumrow p {
	margin: 0px;
	padding: 0px;
}
.albumimg img {
	display: block;
	border: none;
	height: 112px;/*added for management (new albums w/o image assigned*/
}
.albumtext {
	font-size: .80em;
}
.albumtext a{
	color: inherit;
	text-decoration: underline;
}
.albumtext a:hover {
	color: #FFFFFF;
}
#recent_albums_more {
	padding-left: 22px;
}
#photo_equipment {
	margin-top: 30px;
	font-size: .8em;
}

/***PHOTO AND ALBUM LIST FORMATTING********************************************/
ul.generatedlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.generatedlist li {
	display: inline;
}
div.photo_link_container {
	float: left;
}
div.album_manage_container {
	float: left;
	padding: 2px 0px 0px 3px;
	width: 166px;
	height: 110px;
	background-image: url(../img/transparent_background.png);
	margin-left: -169px;
	color: #000000;
	/*visibility: hidden;*/
	font-size: .8em;
	text-align: center;
	font-weight: bold;
}
.album_manage_container a {
	color: #0000FF;
}
.album_manage_container a:hover {
	text-decoration: underline;
	background-color: #CCCCCC;
}
div.photo_manage_container {
	float: left;
	padding: 2px 0px 0px 3px;
	width: 118px;
	height: 78px;
	background-image: url(../img/transparent_background.png);
	margin-left: -121px;
	color: #000000;
	visibility: hidden;
	font-size: .8em;
	text-align: left;
	font-weight: bold;
}
.photo_manage_container a {
	color: #0000FF;
}
.photo_manage_container a:hover {
	text-decoration: underline;
	background-color: #CCCCCC;
}
.photo_link_container img {
	border: none;
}
.page_links_bottom {
	padding-bottom: 1px;
}

/***ALBUMS PAGE**************************************************/
#allalbums .albumrow {
	margin: 0px 0px 10px 29px;
}

/***ALBUM HOME PAGE**********************************************/
.album_head {
	/*background-color:#000;/*test color for checking div sizing on page*/
}
.album_head div.albumrow_container {
	margin-left: 325px;/*could not get auto margins to center div...need to figure out*/
}
#album_pictures {
	margin-top: 15px;
	padding-top: 14px;
	background-image: url(../img/transparent_background.png);
	background-repeat: repeat;
}
#album_pictures .photo_link_container {
	margin: 0px 0px 10px 14px;
}

/*** PHOTO SEARCH PAGE ******************************************/
#photo_search_results .photo_link_container {
	margin: 0px 0px 10px 15px;
}

/***IMAGE VIEWER PAGE********************************************/
#imageviewer_breadcrumb h4{
	margin: 0px;
}
#display_image_container {
	background-repeat: no-repeat;
	background-position: center top;
	margin: 10px 0px 5px 0px;
}
.viewer_image_nav {
	padding-top: 5px;
}
.viewer_image_nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.viewer_image_nav li {
	float: left;
}
.viewer_image_nav li img {
	/* don't want button images to be treated as inline elements so line spacing does NOT get applied */
	display: block;
}
.viewer_image_nav a {
	display: block;
	height: 26px;
	width: 26px;
	text-indent: -9999px;/*--get the link text off the screen--*/
}
.img_nav_btn {
	margin-top: 0px;
}
.img_nav_btn_first {
	margin-left: 253px;
}
.img_nav_btn_prev {
	margin-left: 99px;
}
.img_nav_btn_next {
	margin-left: 14px;
}
.img_nav_btn_last {
	margin-left: 99px;
}
.img_nav_btn_first a {
	background-image: url(../img/imgnavbtn_first.png);
	background-position: bottom;
}
.img_nav_btn_prev a {
	background-image: url(../img/imgnavbtn_prev.png);
	background-position: bottom;
}
.img_nav_btn_next a {
	background-image: url(../img/imgnavbtn_next.png);
	background-position: bottom;
}
.img_nav_btn_last a {
	background-image: url(../img/imgnavbtn_last.png);
	background-position: bottom;
}
.img_nav_btn_hover a:hover {
	background-position: top;
}

/***IMAGE VIEWER PAGE********************************************/
.filelist {
	float: left;
	width: 400px;
}
.filelist p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.filelist h4 {
	margin: 0px;
	padding: 0px;
}
.filelist select {
	width: 400px;
}
.filelist_hide {
	visibility: hidden;
}
#filelist_right {
	margin-left: 20px;
}
#file_action_header {
	/*margin-bottom: 5px;*/
	background-image:url(../img/transparent_background.png);
	background-repeat: repeat;
	text-align: center;
}
.filelist_item_excluded {
	color: #FF0000;/*red*/
	background-color: #FFFF00;/*yellow*/
}
.filelist_item_noalbum {
	color: #0000FF;/*blue*/
	background-color: #FFFF00;/*yellow*/
}
.filelist_item_both {
	color: #FF00FF;/*magenta*/
	background-color: #FFFF00;/*yellow*/
}