@charset "UTF-8";
/* Urban Shotz Photography CSS */

/* Resetting of all values from Blueprint CSS file */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:'Lucida Grande', Lucida, Arial, Helvetica, sans-serif;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;margin-top:8px;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
a:focus, a:hover {color:#000;}

body {
	margin:0 auto;
	padding:0px;
	min-width: 800px;
	font-family:'Lucida Grande', Lucida, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#666666;
	line-height:1.5em;
	background-color:#f5f5f0;
}
#wrapper {
	background-color: #ffffff;
	width:960px;
	margin:0px auto;
	padding:0px;
}
#header, #footer {
	text-align: center;
	margin:0 0 10px 0;
	padding:10px 0;
}
#login {
	position:absolute;
	font-size: 0.8em;
}
#navigation{
	background-color: #a3a3a3;
	text-align: center;
	margin: 10px 0;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited {
	color: #ffffff;
    background-color:#58585a;
    display:inline;
    border-bottom: 4px solid #ffffff;
    padding: 0.1em 0.6em 0.2em 0.6em;
    text-decoration:none;
}
#navigation a:hover {
	color: #ffffff;
	background-color:#991f22;
	border-bottom: 4px solid #58585a;
}
#navigation a:active {
	color: #991f22;
	background-color:#ffffff;
	border-bottom: 4px solid #58585a;
}
a:link, a:visited {
	color: #58585a;
   /* text-decoration:underline; */
}
a:hover {
	color: #991f22;
	text-decoration:underline;
}
.searchbar{
	float:right;
	margin-right:10px;
	text-align: right;
}
.recordsReturned{
	color:#991f22;
}
#content {
	position:relative;
	margin:0;
	padding:10px;
	text-align:left;
	/*width:500px;*/
}
table, th, td{
	font-size:1em;
	line-height:1.3em;
	text-align: left;
	padding:3px 8px;
	background-color:#ffffcc;
	border: 1px solid #ababab;
	border-collapse:collapse;
}
th{
	background-color: #c4c4c4;
	color:white;
	text-align: center;
}
h2{
	font-size:1.3em;
	/*font-weight: bold;*/
	line-height: 1.6em;
	margin-bottom: 0.8em;
}
h3{
	font-size: 1.1em;
}

p {
	margin-bottom: 0.8em;
}

#footer p{
	margin:0;
	font-size: 0.8em;
}
.listView {
	clear:both;
	border-top:1px dashed #999;
}
.imageName {
	padding:4px 0 4px 0;
	clear:both;
	font-size:1.1em;
	color:#666;
}
.imageDescription {
	float:left;
	width:400px;
	}
.imageThumbnail {
	border:0px;
	float:left;
	padding:0 10px 10px 0;
	min-height: 5px;
}
.aboutImageThumbnail {
	border:2px;
	float:left;
	padding:10px 20px 20px 0;
	min-height: 5px;
}
.indexImageThumbnail {
	border:0px;
	float:left;
	margin:8px;
	padding:9px 6px 10px 6px;
	background-color: #dcdcdc;
	text-align: center;
	min-height: 5px;
	width:196px;
}
.indexImageThumbnail a:link, a:visited {
	color: #58585a;
   	text-decoration:none;
}
.indexImageThumbnail a:hover {
	color: #991f22;
	text-decoration:none;
}
.clear {
	clear:both;
	height:2px;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.formRow{
	clear:both;
	width:95%;
}
.formRow label{
	display:block;
	width:20%;
	float:left;
	font-size:11px;
	color:#666666;	
}
.formRow .formGroup{
	float:left;
	display:block;
	width:40%;
}
.formRow .formMessage{
	float:right;
	width:40%;
	margin-top:0px;
	color:red;
}
.formAsterix {
	color:red;
}
form {
	/*position:relative;*/
	padding:10px 0 15px 0;
}

/* forms.css copied from BluePrint screen.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 10px 1.5em 10px;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:120px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.error h1{color:#8a1f11;}
.notice h1{color:#514721;}
.success h1{color:#264409;}

/* SLIMBOX CSS REQUIRED FOR IMAGE GALLERIES */

#lbOverlay {position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:#000;cursor:pointer;}
#lbCenter, #lbBottomContainer {position:absolute;z-index:9999;overflow:hidden;background-color:#fff;}
.lbLoading {background:#fff;url(../images/loading.gif) no-repeat center;}

#lbImage {position:absolute;left:0;top:0;border:10px solid #fff;background-repeat: no-repeat;}
#lbPrevLink, #lbNextLink {display:block;position:absolute;top:0;width:50%;outline:none;}
#lbPrevLink {left:0;}
#lbPrevLink:hover {background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;}
#lbNextLink {right: 0;}
#lbNextLink:hover {background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;}
#lbBottom {font-family: 'Lucida Grande', Lucida, Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;color: #666;line-height: 1.4em;text-align: left;border: 10px solid #fff;
	border-top-style: none;}
#lbCloseLink {display:block;float:right;width:66px;height:22px;background:transparent url(../images/closelabel.gif) no-repeat center;margin:5px 0;outline:none;}
#lbCaption, #lbNumber {margin-right:71px;}
#lbCaption {font-weight:bold;}
/* end of Slimbox CSS - compacted by Steven Johnstone */