/* Index Page --------------------------------- */
#albums{
	margin:10px 0 0px 0 !important;
}
#subalbums table tr td h2, #subalbums table tr td p, #subalbums table tr td .albumDate{
	padding:0px !important;
	margin:0px !important;
	text-indent:0px !important;
}
.albumDate{
	font-size: 11px;
	color: #928771;
}
h1#galleryTitle, h1#galleryTitle a{
	text-transform:uppercase;
	font-size:24px;
	line-height:27px;
	font-weight:normal;
	color:#C43D3A;
}


/* Album Page --------------------------------- */
h2#albumTitle, h2#albumTitle a{
	text-transform:uppercase;
	font-size:20px;
	line-height:22px;
	font-weight:normal;
	color:#C43D3A;
}
#albumThumbs{
	margin:15px 0 0 0;
}
#albumThumbs a{
	float:left;
	margin:0 3px 10px 0;
}
#albumThumbs a:link img, #albumThumbs a:hover img{
	padding:1px;
	background-color:#fff;
	border:solid 2px #fff;
}
#albumThumbs a:hover img, #albumThumbs a:active img{
	border-color:#C6524E;
}


/* Image Page ------------------------------------------------ */
h3#imageTitle{
	text-transform:uppercase;
	font-size:17px;
	line-height:19px;
	font-weight:normal;
	color:#C43D3A;
	margin:0px 0;
}
#largeImage{
	width:100%;
	margin:10px 0 12px 0;
}
#largeImage a img{
	padding:1px;
	border:1px solid #fff;
	background:#fff;
}
#largeImage a:hover img{
	border-color:#c6524e;
}
.imgnav{
	font-size:11px;
	margin:10px 0;
}
#downloadImageInstructions{
	font-size:11px;
	line-height:14px;
	font-style:italic;
}
#comments{
	margin:0 0 15px 0;
}
.comment{
	border-bottom:1px solid #bbb;
	padding:8px 0;
	margin:0 0 10px 0;
}
#commentform{
	margin:15px 0 0 0 ;
}
#commentform input[type]{
	margin:0 0 4px 0;
}
#commentform textarea{
	margin:4px 0 0 0;
}
.submitButton{
}

/* Page Navigation------------------------------ */

ul.pagelist_disabled_nav, ul.pagelist {
padding: 0;
margin: 15px 0 0 0;
list-style-type: none;
font-size: 11px;
line-height:11px;
font-family:Verdana, Arial, sans-serif;
text-align:left;
}
ul.pagelist_disabled_nav li, ul.pagelist li {
display: inline;
background-image:none !important;
padding:0px !important;
margin:0px !important;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
padding: 4px;
}
ul.pagelist li.current a{
font-weight: bold;
text-decoration: none;
cursor: default;
color: #5A5A4B;
}
ul.pagelist_disabled_nav li.prev, ul.pagelist li.prev {
margin:0px 10px 0px 0px !important;
}
ul.pagelist_disabled_nav li.next, ul.pagelist li.next {
margin:0px 0px 0px 10px !important;
}
.disabledlink{
color: #bbb;
cursor: default;
}