.photosetfeat {
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 590px;
}

.photosetfeat p { font: 11px/15px arial, geneva, verdana, sans-serif; color: #3D3D22; }
.photosetfeat a, .photosetfeat a:hover { background-color: #F2F2E8; }

.photosetfeat h5 span {
	background-color: #C4C4AC;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
}

.photosetfeat h6 { margin: 0px; }
.photosetfeat h6 a { font-weight: bold; }

.photothumbs { margin: 0px; padding: 0px; margin-top: 8px; margin-bottom: 8px; }
.photothumbs img { border: 1px #CACBC3 solid; padding: 1px; margin-right: 5px; }
.photothumbs img.last { margin-right: 0px; }

.fullbtns { background: url(/_img/generic/btnfulldivi.gif) no-repeat; text-align: right; margin-top: 12px; padding-top: 5px; width: 600px; clear: both; }
.fullbtns img { margin-left: 3px; }

/* landing page form */

.photoslanding {
	width: 630px;
}

.searchformlrg {
	margin: 150px auto 0 auto;
	width: 556px;
	height: 84px;
	background: #fff url(/_img/boxes/b_photos_search.jpg) no-repeat top left;
}

.searchformlrg form {
	padding: 13px 0 0 13px;
}

.searchformlrg input,
.searchformlrg .shinycapl,
.searchformlrg .shinycapr {
	float: left;
	display: block;
}

.searchformlrg input {
	float: left;
	display: block;
	width: 392px;
	height: 30px;
	padding: 8px 2px 0 2px;
	font-size: 18px;
	line-height: 24px;
	border: none;
	background: #fff url(/_img/generic/shinyinputlrgbg.gif) repeat-x top left;
}

.searchformlrg input:focus {
	outline: none;
}

.searchformlrg input.placeholder {
    color: #8E8E65;
}

.searchformlrg .shinycapl,
.searchformlrg .shinycapr {
	width: 3px;
	height: 38px;
	background: transparent url(/_img/generic/shinycapslrg.gif) no-repeat top left;
}

.searchformlrg .shinycapr {
	background-position: top right;
}

.searchformlrg button {
	float: left;
    border: none;
    width: 113px;
    height: 38px;
    margin: 0 0 0 15px;
    background: transparent url(/_img/buttons/search_photos_stacked.jpg) 0 0 no-repeat;
}

.searchformlrg button:hover {
	background-position: bottom left;
    cursor: pointer;
}

.searchformlrg .searchnotes {
	width: 402px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #60603a;
	margin-top: 8px;
}

/* Search Form */

form.padempty {
    padding: 26px 4px 36px;
}

form.padresults {
    padding: 4px;
}

form.searchform h3 {
    border: none;
    margin: 0 0 4px 0;
}

form.searchform input {
    width: 503px;
    padding: 4px 2px 0 2px;
    font-size: 14px;
    height: 20px;
    border: none;
    background: #FFF url(/_img/generic/shinyinputbg.gif) 0 0 repeat-x;
    *padding-top: 6px;
    *height: 18px;
}

form.searchform input,
form.searchform .shinycapl,
form.searchform .shinycapr {
    float: left;
    display: block;
}

form.searchform .shinycapl,
form.searchform .shinycapr {
    width: 3px;
    height: 24px;
    background-repeat: none;
}

form.searchform .shinycapl {
    background-image: url(/_img/generic/shinycapl.gif);
}

form.searchform .shinycapr {
    background-image: url(/_img/generic/shinycapr.gif);
}

form.searchform button.search {
    float: left;
    border: none;
    width: 77px;
    height: 26px;
    margin: -2px 0 0 10px;
    background: transparent url(/_img/buttons/search_stacked.gif) 0 0 no-repeat;
}

form.searchform button.search:hover {
    background-position: 0 -26px;
    cursor: pointer;
}

form.searchform a.submit {
    display: block;
    float: right;
    margin: 10px 0 0 0;
}

/* Results header */

div.searchheader {
    padding: 0 20px 0 0;
}

div.searchheader h3 {
    margin: 0 0 3px 0;
}

div.searchheader h3.empty {
    border: 0;
    margin-bottom:10px;
}

div.searchheader h4 {
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: 11px;
}

/* Photos list */

.photothumbs {
    width: 645px;
}

.photo {
	width: 190px;
	margin: 20px 10px;
	float: left;
	display: inline;
}

.photo a {
    cursor: pointer;
}

.thumb img {
	border: none;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.thumb span {
	display: block;
}

.thumb .thumbborder {
	border: 1px solid #dbd8c9;
	height: 188px;
}

.thumb .thumbcrop {
	border: 4px solid #fff;
	background-color: #000;
	height: 180px;
	width: 180px;
	display: block;
	position: relative;
	overflow: hidden;
}

.thumb .thumbinner {
	width: 241px;
	height: 240px;
	left: -31px;
	top: -30px;
	text-align: center;
	position: relative;
}

.thumb .thumbinner b {
	width: 1px;
	overflow: hidden;
	display: inline-block;
	height: 240px;
	vertical-align: middle;
}

.thumb .thumbtitle {
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	margin-top: 5px;
}

.thumb .thumbtitle strong {
	background-color: #f2f2e8;
}

.photo .photodate {
	color: #8E8E65;
}

.photo .photodownload {
	background: transparent url(/_img/generic/divi.gif) repeat-x top left;
	padding-top: 3px;
	margin-top: 5px;
	color: #8E8E65;
}

.photo .photodownload a {
	padding: 0 0 0 2px;
}

.photo .photodownload img {
	border: none;
	margin: 0;
	padding: 0;
}

.photospageloading {
    height: 28px;
    padding-left: 30px;
    background: transparent url(/_img/loading.gif) no-repeat 0px 2px;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    line-height: 28px;
    clear: both;
}

a.photosmorebtn {
    height: 28px;
    width: 141px;
    display: block;
    clear: both;
    background: transparent url(/_img/buttons/photos_show_more.jpg);
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 28px;
    text-align: center;
}

a.photosmorebtn:hover {
    color: #ecebce;
}

/* photo overlay */

#photonavbar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000 url(/_img/photos/photo_footer.jpg) repeat-x top center;
    padding: 12px 0 0 0;
    height: 88px;
    z-index: 3;
}

#photonavbar .photonavcontent {
    width: 930px;
    margin: 0 auto;
}

#photonavbar h1 {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #fff;
    margin: 0;
    padding: 0;
}

#photonavbar .photodate {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #808080;
}

#photonavbar .photoinfo {
    width: 482px;
    float: left;
    margin-right: 30px;
}

#photonavbar .photoactions {
    width: 240px;
    padding-left: 18px;
    border-left: 1px solid #333;
    float: left;
}

#photosharebtn {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    position: relative;
    margin-left: 24px;
}

#photosharebtn img {
    position: absolute;
    top: -2px;
    left: -26px;
    border:  none;
}

#photosharebtn:hover {
    color: #6A0000;
}

#photonavbar .photonavbuttons {
    float: right;
}

#photonavbar .photodownload {
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #808080;
}

#photonavbar .photodownload a {
    padding: 0 2px;
}

#photoprevbtn {
    display: block;
    width: 40px;
    height: 30px;
    background: transparent url(/_img/photos/photo_prev_btn.gif) no-repeat top left;
    float: left;
    overflow: hidden;
    text-indent: -1000em;
}

#photonextbtn {
    display: block;
    width: 41px;
    height: 30px;
    background: transparent url(/_img/photos/photo_next_btn.gif) no-repeat top left;
    float: left;
    overflow: hidden;
    text-indent: -1000em;
    margin-right: 13px;
}

#photoclosebtn {
    display: block;
    width: 40px;
    height: 30px;
    background: transparent url(/_img/photos/photo_close_btn.gif) no-repeat top left;
    float: left;
    overflow: hidden;
    text-indent: -1000em;
}

#photoprevbtn:hover,
#photonextbtn:hover,
#photoclosebtn:hover {
    background-position: bottom left;
}

#photoprevbtn:active,
#photonextbtn:active,
#photoclosebtn:active {
    background-position: top left;
}

#photoprevbtn:focus,
#photonextbtn:focus,
#photoclosebtn:focus {
    outline: none;
}

#photolarge {
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

#photolarge img {
    border: 5px solid #fff;
    background-color: #eee;
}

#photooverlay {
    background: url(/_img/photos/photo_overlay.png) top left;
    top: 0;
    left: 0;
    /*right: 0;
    bottom: 0;*/
    width: 100%;
    height: 100%;
    
    position: fixed;
    z-index: 1;
}

#photoloader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 4;
    width: 75px;
    height: 40px;
    background: #000 url(/_img/photos/loading_black.gif) no-repeat 8px 8px;
    color: #ccc;
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
    padding-left: 45px;
    margin: -75px 0 0 -65px;
    border: 5px solid #333;
}

#photobox {
    display: none;
    text-align: left;
}

/* photo view */

.photoview .photocontent {
    margin: 0 20px 50px 10px;
}

.photoview .photoinfo {
    margin: 10px 0 20px 0;
}

.photoview h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #3D3D22;
    margin: 0;
    padding: 0;
}

.photoview .photodate {
    color: #8E8E65;
    margin-bottom: 5px;
}

.photoview .photoactions {
    background: transparent url(/_img/generic/divi.gif) repeat-x top left;
	padding-top: 5px;
	margin-top: 20px;
	color: #8E8E65;
}

.photoview .photodownload {
    margin-top: 5px;
}

.photoview .photodownload a {
	padding: 0 0 0 2px;
}

.photoview .photodownload img {
	border: none;
	margin: 0;
	padding: 0;
}

.photosharelink img {
    border: none;
    vertical-align: top;
}
