/*  PR Shots V2 Archive CSS 
	v1.19 - 28/08/09
	© Jann Herlihy - jann@cscape.com
--------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-size: small;
	font-weight: normal;
	font-family: verdana, helvetica, sans-serif;
	color: #5a5a5a;
	background-color: #fff;
}
#frame {width: 995px !important;}
/* Header
--------------------------------------- */
#header {
	width: 100%;
	height: 81px;
	border-bottom: 2px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
}
#header #logo a {
	display: block;
	width: 100%;
	height: 81px;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
	background: none;
}
/* Site Search
--------------------------------------- */
#sitesearch {
	background-color: #CEDCF3;
	width: 100%;
	height: 28px;
	position: absolute;
	top: 83px;
	left: 0;
	line-height: 28px;
}
#sitesearch label {
	display: none;
}
#sitesearch .textinput {
	width: 140px;
	position: absolute;
	top: 3px;
	left: 10px;
	font-size: 100%;
}
.stretch-btn {
	background: url("../img/btn-left.gif") no-repeat; 
	height: 20px;
	width: 9px;
	padding: 0 0 0 7px;
	text-align: left;
	display: -moz-inline-block;
	display: inline-block;
	margin: 3px 0 0 0;
}
.stretch-btn a,
.stretch-btn input,
.stretch-btn .btn {
	display: -moz-inline-block;
	display: inline-block;
	float: left; 
	background: url("../img/btn-right.gif") no-repeat right; 
	line-height: 20px; 
	height: 20px;
	padding: 0 7px 0 0; 
	text-decoration: none; 
	color: #fff; 
	border: 0;
	margin: 0 !important;
}
#sitesearch .stretch-btn {
	position: absolute;
	top: 0;
	left: 168px;
	padding: 0 0 0 19px;
	background: url("../img/btn-left-search.gif") no-repeat; 
}
.std-btn {
	width: 63px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	background: url("../img/std-btn.gif") no-repeat;
	border: 0;
	font-weight: bold;
	color: #fff;
	display: -moz-inline-block;
	display: inline-block;
}
.long-btn {
	width: 136px;
	height: 20px;
	background: url("../img/long-btn.gif") no-repeat;
	border: 0;
	font-weight: bold;
	color: #fff;
	display: -moz-inline-block;
	display: inline-block;
}
/* Login Status
--------------------------------------- */
#loginstatus {
	/*width: 350px;*/
	position: absolute;
	top: 85px;
	right: 50px;
	height: 20px;
	line-height: 20px;
	text-align: right;
}
#loginstatus span {
	color: #6797DC;
	line-height: 20px;
	display: -moz-inline-block;
	display: inline-block;
	float: left;
}
#loginstatus .stretch-btn {
	margin: 1px 0 0 10px;
	display: -moz-inline-block;
	display: inline-block;
	float: left;
}
.loginp {
	position: relative;
}

/* Content & structure
---------------------------------------- */
#wrapper {
	position: relative;
	top: 112px;
	left: 0;
	width: 995px !important;
	min-height: 600px;
	height: auto !important;  
	height: 600px;
	display: block;
	clear: both;
}
#navigation {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	padding: 0 !important;
	width: 200px !important;
	float: left;
}
#content {
	position: relative;
	float: right;
	clear: right;
	width: 765px !important;
	margin: 0;
	padding: 25px 0 0 15px !important;
	background: #fff;
	min-height: 640px;
	height: auto !important;
	height: 640px;
	/*_padding-left: 0 !important;*/
}
#footer {
	position: relative;
	bottom: 0;
	display: block;
	width: 0 !important;
	height: 50px;
	margin: 110px 0 0;
	clear: both;
	background: transparent !important;
}
.archivehomeimg {
	margin: 0;
	width: 765px;
	overflow: hidden;
	height: auto;
}
#poweredby a {
	width: 130px;
	height: 30px;
	background: url("../img/powered_by_prshots.gif") no-repeat;
	position: relative;
	top: 5px;
	left: 50px;
	display: block;
}
#poweredby a span {
	display: none;
}

/* Misc
------------------------------- */
.hidden {
	 display: none;
}
img {
	border: 0;
}
h1 {
	font: normal normal 130%/1.3em arial, helvetica, sans-serif;
	color: #5a5a5a;
}
h2 {
	font: normal normal 130%/1.3em arial, helvetica, sans-serif;
	color: #5a5a5a;
}
h3, h4 {
	color: #5a5a5a !important;
}
p {
	font: normal normal 85%/1.5em verdana, helvetica, sans-serif;
}
a.normal {
	font: normal normal 85%/1.5em verdana, helvetica, sans-serif;
	color: #6797DC;
}
.textinput,
.shorttextinput,
.longtextinput,
.passinput {
	width: 190px;
	height: 18px;
	border: 1px solid #b6b6b6;
	font-size: 95%;
}
.shorttextinput {
	width: 120px;
	/*margin-right: 10px;*/
}
.longtextinput {
	width: 280px;
	margin-right: 10px;
}
h2.breadcrumb {
	font-size: small;
	font-family: verdana, helvetica, sans-serif;
}
h2.breadcrumb a,
ul.inline li a {
	font-size: 85%;
	color: #5a5a5a;
}

/* Content
--------------------------------------- */

.smlitalic {
    font-size: 80%;
    font-style: italic;
    font-weight: normal;
}
#content ul {
	list-style: disc;
	margin-top: 10px;
}
/*
#content ul li {
	font-weight: bold;
}
#content ul li a {
	font-weight: normal;
}
*/
#content ul li ul {
	margin-top: 0;
	margin-left: 10px;
	padding-left: 10px;
}
/* Subject list */
ul.inline {
	display: block;
	clear: both;
	margin-bottom: 10px;
}
ul.inline li {
	float: left;
	margin-right: 10px;
	list-style: none;
}

/* Registration 
---------------------------------------- */
.registrationchk td {
    text-align:left;
    font-size: 90%;
}
.checkbox {
	font-size: 100%;
}
.mand {
	color: #c00;
}


.std-content-box {
	width: 718px;
	background-image:url("../img/archives/large-box-top.gif");
	overflow: hidden;
	padding-top: 10px;
	display: block;
	position: relative;
}
.std-content-box-footer {
	width: 718px;
	background-image:  url("../img/archives/large-box-bottom.gif");
	overflow: hidden;
	height: 9px;
	margin: 0 0 20px 0;
}
.premium {
	background-color: #d0cfcf;
}
.dk-blue {
	background-color: #d0cfcf;
}
.content-lt-blue {
	margin-left: 210px;
	background: #e8e8e8 url("../img/archives/top-border-ltgrey.gif") no-repeat top;
	width: 388px;
	position: relative;
	padding: 30px 30px 30px 80px;
}
.content-lt-blue-footer {
	margin-left: 210px;
	background: #e8e8e8 url("../img/archives/bottom-border-ltgrey.gif") no-repeat top;
	width: 498px;
	overflow: hidden;
	height: 9px;
}
.content-dk-blue {
	margin-left: 210px;
	background: #d0cfcf url("../img/archives/dk-grey-top.gif") no-repeat top;
	width: 388px;
	position: relative;
	padding: 30px 30px 30px 80px;
	min-height: 200px;
	height: auto !important;  
	height: 200px;
}
.content-dk-blue-footer {
	margin-left: 210px;
	background: url("../img/archives/dk-grey-bottom.gif") no-repeat top;
	width: 498px;
	overflow: hidden;
	height: 9px;
}
.lesspadding {
	padding-top: 10px;
	padding-bottom: 10px;
}

.content-blue-text {
	position: absolute;
	width: 190px;
	left: 10px;
	top: 10px;
}
.content-blue-text h2,
.content-blue-text p {
	margin-left: 0;
}
.logo-search {
	position: absolute;
	top: 20px;
	left: 20px;
	background: url("../img/archives/lg-search-icon.gif") no-repeat;
	width: 49px;
	height: 52px;
}
.logo-profile {
	position: absolute;
	top: 20px;
	left: 20px;
	background: url("../img/archives/pencil-icon.gif") no-repeat;
	width: 56px;
	height: 52px;
}
.logo-lock {
	position: absolute;
	top: 20px;
	left: 20px;
	background: url("../img/archives/lg-lock-icon.gif") no-repeat;
	width: 58px;
	height: 52px;
}
.logo-email {
	position: absolute;
	top: 20px;
	left: 20px;
	background: url("../img/archives/lg-email-icon.gif") no-repeat;
	width: 60px;
	height: 51px;
}
.logo-download {
	position: absolute;
	top: 20px;
	left: 20px;
	background: url("../img/archives/lg-email-icon.gif") no-repeat;
	width: 60px;
	height: 51px;
}
.formfields {
	display: block;
}
.formfields p {
	font-weight: normal;
}
input.std-width  {
	width: 302px;
	height: 20px;
	line-height: 20px;
	font: 12px "Segoe UI", Arial, sans-serif;
	border: 0;
	background: url("../img/bg-std-width.gif") no-repeat right;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-left: 3px;
	overflow: hidden;
}
input.sht-width {
	width: 112px;
	height: 20px;
	line-height: 20px;
	font-size: 100%;
	border: 0;
	background: url("../img/bg-sht-width.gif") no-repeat;
	padding-top: 2px;
	padding-left: 3px;
}

p.searchpara {
	line-height: 20px;
	margin-bottom: 10px;
	padding: 0;
	margin: 0 0 5px 0;
	position: relative;
}
.searchpara .std-width {
	margin-right: 20px;
}
.searchpara .std-width,
.searchpara span,
.searchpara a {
	display: -moz-inline-stack;
	display: inline-block;
}
p.searchpara .stretch-btn {
	position: absolute;
	top: -3px;
	left: 320px;
}

select.std-width  {
	width: 305px;
	line-height: 20px;
	font-size: 100%;
	border: 1px solid #b6b6b6;
	margin-bottom: 5px;
}
.formbuttons {
	display: block; 
	text-align: center;  
	margin: 10px 0;
}
/* with these */
.page-wrapper {
	overflow: hidden;
	display: block;
	width: 740px;
}
.item-wrapper {
	margin: 0px 20px 20px 0;
	position: relative;
	float: left;
}
.item {
	width: 349px;
	min-height: 200px;
	height: auto !important;  
	height: 200px;
	background-image: url("../img/archives/item-box-top.gif");
	margin: 0;
	padding: 10px 0;
}
.company-logo {
	min-height: 45px;
	height: auto !important;  
	height: 45px;
	position: relative;
	text-align: right;
}
.item-footer {
	width: 349px;
	height: 9px;
	overflow: hidden;
	background-image: url("../img/archives/item-box-bottom.gif");
	margin: 0;
}
/* archives.aspx */
.logo-img {
	width: 150px;
	height: 50px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.logo-text {
	font-weight: bold;
	color: #5a5a5a;
	text-decoration: none;
	font-family: arial;
	font-size: 14px;
	margin-right: 10px;
	line-height: 45px;
}

.image p {
	line-height: 2em;
}
.image p,
.image h2,
.std-content-box p,
.std-content-box h2 {
	margin-left: 15px;
}
.content-blue-text h2,
.content-blue-text p {
	margin: 5px;
}
.item p a,
.item p strong {
	color: #5a5a5a;
	font-weight: bold;
	height: 24px;
}
.item p a.para {
	color: #5a5a5a;
	font-weight: normal;
}
.item p {
	display: block;
	margin-left: 170px;
}
.imageonleft {
	width: 150px;
	height: 150px;
	position: absolute;
	left: 10px;
	top: 10px;	
}
.rightscroll {
	width: 165px;
	max-height: 90px;
	overflow: auto;
	margin: 10px 10px 10px 170px;
}
.rightscroll p {
	margin: 0;	
}
a.preview {
	background: url("../img/archives/icon-preview.gif") no-repeat 0 50%;
	height: 24px;
	padding-left: 30px;
	display: inline-block;
	margin: 5px 0;
}
a.details {
	background: url("../img/archives/icon-info.gif") no-repeat 0 50%;
	height: 24px;
	padding-left: 30px;
	display: inline-block;
}
a.download {
	background: url("../img/archives/download.gif") no-repeat 0 50%;
	height: 24px;
	padding-left: 30px;
	display: block;
}
a.emailjpeg {
	background: url("../img/archives/emailjpeg.gif") no-repeat 0 50%;
	height: 25px;
	padding-left: 30px;
	display: block;
}

.floatleft {
	float: left;
	width: 49%;
}
.floatright {
	float: right;
	width: 49%;
	clear: right;
}
.clear {
	clear: both;
	display: block;
}
/* images.aspx etc */
.itemdetails {
	margin-left: 170px;
	width: 531px;
	display: block;
}
.itemdetails h2 {
	width: 526px;
	padding-left: 5px;
	height: 20px;
	background: url("../img/archives/itemdetails-header.gif") no-repeat;
	margin: 5px 0 5px 5px;
	color: #000;
	font-weight: bold;
	font-size: 100%;
}
.imageandlinks {
	margin: 5px 5px 15px 15px;
	float: left;
	width: 150px;
	display: inline;
}
.imageandlinks p {
	line-height: 30px;
	display: block;
	margin-left: 0;
}
img.eslide {
	width: 150px;
	height: 150px;
	background: url("../img/archives/temp-slide.gif") no-repeat;
}
/* Photographer directory
-------------------------------------------------- */
.std-table {
	width: 690px;
	margin: 10px 5px;
}
.std-table td.leftcol {
	font-weight: bold;
	width: 70px;
	vertical-align: top;
}
.std-table2 {
	width: auto;
	margin: 10px 5px;
}
.std-table2 td.leftcol {
	font-weight: bold;
	width: 140px;
	vertical-align: top;
}
/* Contacts 
-------------------------------------------------- */
.contacts {
	padding: 10px 10px 20px 10px;
	width: 698px;
}
.contactimage {
	margin: 0 10px 0 0 !important;
}
.contacts h2 {
	margin-bottom: 10px;
	margin-left:0px;
}
.contacts p {
	margin: 0 0 10px 0;
	font-size: 100%;
	display: -moz-inline-block;
	display: inline-block;
}
.contacts p strong {
	width: 120px;
}
.nomargin {
	margin-left: -30px !important;
}


.search-shortcut
{
    background: #edf2fb;
}

.radcombo-search
{
    margin-left :15px;
}

/* Navigation styles
	Remove all non-!important styles!
//
//
//


----------------------------------------------------- */
.RadMenu_archives .rmFirst,
.rmLevel2 .rmLink {
	width: 200px !important;
}

/* Paging for 'browse by tag' 
----------------------------------------------- */
.pagerbar
{
    width:718px;
    height:16px;
    background-color:#ebf3ff;
    padding:3px 3px 3px 3px;
    font-size:85%;
    text-align:center;
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:#557ec1;
	display: block;
	margin: 10px 0 100px 0;
    
}

.resultbar
{
    width:718px;
    height:15px;
    background-color:#ebf3ff;
    padding:3px 3px 3px 3px;
    font-size:85%;
    text-align:center;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#557ec1;
    margin-bottom:5px;
}
.imagecount
{
    float:left;
}

.pager
{
    display:inline;
    font-size:110%;
}

.pager a {
	 color: #5a5a5a;
}

.searchinfobar
{
 float:right;
}

.browsebar
{
    float:left;
    font-size:85%;
    padding:3px 3px 3px 3px;
    font-size:85%;
    margin-bottom:5px;
    clear:both;
}

.dldlimitpanel
{
    font-size: 85%;
    border: 1px solid #CC9900;
    background-color: #FFFFCC;
    padding: 10px;
    margin-right:12px;

}
/* Image Details
----------------------------- */
dl {
	font-size:75%;
}
dl dt {
	float:left;
	font-weight:bold;
	margin-right:1px;
	width:67px;
	padding-top: 3px;
}
dl dd {
	float: right;
	padding-top: 3px;
}

.dt-wide
{
    width:100px;
}

.formatpanel { 
   padding: 10px 0 0 0;
   overflow: auto;
   margin-top: 10px;
   background: url("/img/formatpanel-top.gif") no-repeat top;
   width: 150px;
   margin-bottom: 10px;
}
.formatpanel .inner { 
   background: url("/img/formatpanel-bottom.gif") no-repeat bottom;
   width: 130px;
   padding: 0 10px 10px 10px;
   overflow: hidden;
}
.dldhistpanel {
    border: 1px solid #CC9900;
    background-color: #FFFFCC;
    padding: 5px;
    margin: 0px 12px 5px 14px;
    font-size:85%;
}

.mid-container {
	width: 100%;
	background: #eef2fb;
	overflow: hidden;
	padding: 10px;
	display: block;
	position: relative;
	
}

.catlinks a
{
    line-height:1.7em;
	color:#5a5a5a;
	 font-size:85%;
}

#webmaster-previewmode-panel
{
    text-align: center;
    height:17px;
}

#webmaster-previewmode-panel span
{
    border: 1px solid #CC9900;
    background-color: #FFFFCC;
    padding:5px 5px 3px 5px;
    text-align: center;
    font-size:11px;
}

.help
{
    font-size: 100%;
    border: 1px solid #CC9900;
    background-color: #FFFFCC;
    padding: 10px;

}


