/* This CSS file is for the photo index page style */

a:link, a:visited  {
	color: #0411BA;
}

a:hover {
	color: #FB840F;
}

hr {
	color: #000;
	border-top: 1px solid black;
}

#ie7andup hr , #ie6only hr{
	border: 0px;
	background-color: #000;
}

body {
	background-color: #2686E8;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 775px;
	text-align: center;
	margin: auto;
}

#menu{
	width: 100%;
	font-size: small; 
}

#menu li  {
	display: inline;
	padding: 0 5px 2px 5px;
}

#menu li  a{
	color: #000; 
	text-decoration:none; 
}

#menu li a:hover {
	background-color: #FB840F;
	color: #FFF;
}

/* Just for the < > arrow thing at the bottom of the photo */
#menu .nav{
	font-weight: bold;
}

#photo {
	text-align: center;
}

#photo img {
	background-color: #FB840F;
	border: solid 1px #000000;
	padding: 1px;
	
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000;
}

#title{
	text-decoration: none;
	position: relative;
	font-size: medium;
	padding-bottom: 5px;
}

#title a{
	color: #000;
	text-decoration: underline;
}

#title a:hover{
	color: #FB840F;
}

#description{
	font-size: small;
	text-align: left;
	width: 375px;
	margin-left: 200px;
	margin-right: 200px;
	padding-left: 3px;
	padding-top: 5px;
	font-weight: bold;
}	

.subtitle{
	font-size: x-small;
	text-align: right;
	padding-left: 3px;
}

.comments-title {
	color: #000;
	font-size: x-small;
}

.comments-title:hover {
	color:  #FB840F;
}

.comments-box {
	background-color: #77AEE5;
}

.comments-info {
	color: #400;
}

.comments-comment {
	color: #800000;
}

.comments-form {
	color: #000;
}

.comments-form-button {
	color: #000;
	background-color: transparent;
}

.comments-form-button:hover {
	background-color: #0411BA;
	color: #FB840F;
}

.comments-form-input {
	background-color: #FFD9D9;
	width: 100%;
}

.comments-confirmation {
	padding-bottom: 5px;
}


#slideshow {
	margin-top: 10px;
}

#slideshow a{
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	color: #000; 
	text-decoration: none; 
	border: 1px solid;
	padding: 2px;
}

#slideshow a:hover {
	background-color: #0411BA;
	color: #FB840F;
}

hr {
	color: #000;
}