/*** reset ***/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

a img, fieldset {
	border: 0;
}
p {
	margin-bottom: 1em;
	line-height: 130%;
}
li {
	list-style: none;
}

/*** standard styles ***/
body {
	background-color: black;
	color: #dedede;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("filing_box002a_900px.jpg");
	background-repeat: no-repeat;
	/*background-position: 0 122px;*/
}
a { 
	color: white;
}
a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
	background: gray;
}
h1, h2, h3, h4, h5, h6 {
	color:#ffffff;
	font-weight:normal;
}
h1 {
	font-size:1.6em;
	margin-bottom: 25px;
}
h2 {
	font-size: 1.4em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 5px;
	/*margin-top: 10px;*/
}
h4 {
	font-weight:bold;
	margin-bottom:0.2em;
}
form label {
	margin-right: 5px;
}
form p.error {
	margin-right:4em;
	color:yellow;
}
#order label {
	width:8em;
	display:inline-block;
	text-align: right;
}
#order .thumb {
	height: 100px;
	width: auto;
}
#order .thumb_column {
	text-align: center;
}
#order fieldset {
	margin: 20px 0;
}
#order_complete p {
	margin: 50px 0;
}
.quantity {
	width: 2em;
}
table {
	border-collapse: collapse;
	margin-bottom: 10px;
}
td, th {
	padding: 5px 10px;
}
th {
	text-transform: uppercase;
	border-bottom: 2px solid gray;
}
td {
	border-bottom: 1px solid gray;
}

/*** custom styles ***/

#wrapper { 
	margin: 12px;	
}
#header {
	text-align: left;
	position: relative;
}
#logo { 
	background: none;
}
#flash_message{
	margin-left: 25px;
}
#header #login {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}
#header p {
	margin: 0
}
#header #nav {
	margin-left: 20px;
	width: 90%;
	font-size: 1.4em;
	letter-spacing: 1px;
}
#header #nav li {
	display:inline;
}
#header #nav h1 {
	display: inline;
	font-size: 1em;
	margin-bottom: 0;
}
#home .home, #contact .contact, #info .info, #user_home .user_home{
	color: white;
}
#main {
	position: relative;
	margin-top: 30px;

	/* SWITCHED FOR IMAGE ON <body> 19 Aug 09
	background-image:url("gbp_grad1.jpg");
	*/
	/*background-position: 0 2.4em;*/
	background-repeat: no-repeat;
}
legend {
	color: white;
}
input, a.button {
	/*this includes all input boxes as well as buttons */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow:    2px 2px 0 rgb(100,100,100);
	-webkit-box-shadow: 2px 1px 0 rgb(100,100,100);
}
input[type=submit], a.button {
	/*this includes buttons but not input boxes*/
	background:#202020;
	border: 2px solid rgb(200,200,200);
	padding: 2px;
	text-decoration: none;
	color: white;
	margin: 4px;
	display: inline-block;
	cursor: pointer; /*this is default for a.button anyway(in Chrome at least)*/
}
input[type=submit]:hover, a.button:hover {
	background:rgb(50,40,0);
	border-color: white;
}
input[type=submit]:active, a.button:active {
	border: 1px solid white;
	-moz-box-shadow:    -2px -2px 0 rgb(100,100,100);
	-webkit-box-shadow: -2px -2px 0 rgb(100,100,100);
	margin: 5px; /*increasing the margin by 1px when pressed compensates for the thinner border
				otherwise the layout shifts because the button gets smaller*/
}
#sidebar {
	float: left;
	/*position:absolute;
	top: 0;
	left: 0;*/
	width:20%;
	padding: 1%;
	text-align: left;
	margin-right: 20px;
}
#sidebar ul {
	margin-bottom: 20px;
}
#sidebar input {
	margin-bottom: 10px;
}
/*
#sidebar li {
	font-size: 1.4em;
}
*/
#sidebar #order_summary li {
	font-size: 1em;
}
#sidebar #pricelist, #sidebar #sidebar_contact {
	margin-top: 40px;
}
#sidebar2 {
	float: right;
	width: 20%;
	font-size: 0.8em;
}
#sidebar2 a {
	text-decoration: none;
	color: gray;
}
.box, #pricelist {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #202020;
	padding: 5px;
}
/*content div used to position content to the right of the sidebar
 *or omitted to allow content to wrap round sidebar */
#content {
	margin-left: 25%;
	padding: 1%;
}
#subcontent {
	clear: left;
}
#home #info {
	width: 45%;
	float: left;
}
#home #info, #home #contact /*#home #photoIndex,*/ {
	padding: 10px;
}
/*
#home #photoIndex {
	width: 45%;
	float: right;
}
*/
#home #photoIndex li a {
	display: block;
}
#content img { 
	border:1px solid #333333;
}
#content p {
	margin-bottom: 10px;
}
#content table {
	margin: 20px 0;
}
#homePhoto  {
	width: 550px;
	margin: 0 auto 0;
	position: relative;
	left: -12%;
	padding: 0 0 50px;
}
#intro {
	text-transform: none;
	color: #dedede;
}
.caption {
	text-align:right;
	font-size: 0.9em;
	color:#666666;
}
#photoIndex img{
	width: 150px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: -2px -1px 1px #666666;
	-webkit-box-shadow: -2px -1px 1px #666666;
	/*float:left;
	clear: left;
	border: 0;
	margin: 5px 10px 5px 5px;
	*/
}
#home #photoIndex li  {
	width: 150px;
	height: 150px;
	font-size: 0.8em;
}
#photoIndex a {
	text-decoration: none;
}
#photoIndex a:hover li {
	/*background: #202020;*/
}
#photoIndex a:hover li h3 {
	text-decoration: underline;
}
/*
#photoIndex li {
	overflow: auto;
}*/


#contact #content p {
	margin-left: 12em;
	position: relative;
	top: -1.8em;
}
#info #content h3 {
	font-size: 1.4em;
	margin-top: 2em;
}
#info #content, #contact #content {
	width: 55%;
}
#user_home #photoIndex{
	min-height: 450px;
}
#user_home #content #photoIndex li {
	position: relative;
	margin: 15px 0;
}
#user_home #photoIndex h3 {
	position: absolute;
	top: 0;
	left: 175px;
	display: inline;
	font-size: 1.4em;
}
.icon {
	float: none;
	margin: 0;
}
.pagination {
	display: block;
	width: 80%;
	/* margin-left: 20%; */
	float: left;
	text-align: center;
	font-size: 1.4em;
}
.pagination .prev {
	float: left;
}
.pagination .next {
	float: right;
}
.pagination.end {
	clear: left;
	position: relative;
	/* left: 22%; */
}
.add_to_order.end {
	clear: left;
	margin-bottom: 40px;
}
.thumbcell {
	float: left;
	height: 240px;
	width: 200px;
	padding: 0 5px 5px 5px;
	text-align: center;
}
.landscape {
	margin-top: 33px;
}
#breadcrumb{
	position: absolute;
	top: 0;
	font-size: 1.5em;
	color:#ffffff;
}
#breadcrumb h1 {
	font-size: 1em;
	display: inline-block;
}
#breadcrumb a, #nav a {
	text-decoration: none;
	color: gray;
}
#breadcrumb a:hover, #nav a:hover {
	color:white;
	text-decoration:underline;
	background-color: transparent;
}
#album_thumbs_form {
	margin-bottom: 40px;
}
#album #help {
	clear: both;
}
#content #help {
	border-top: 1px solid white;
	padding-top: 1.2em;
}
#help #pricelist {
	float: left;
	margin-right: 40px;
	margin-bottom: 10px;
}
#largePhoto {
	text-align:center;
	margin: 0 auto 0;
	min-height: 450px;
	margin: 10px 0;
}
#photo_filename {
	display: inline;
	width: 100px;
}
#sectiontitle {
	height: 30px;
	margin-bottom: 20px;
}
.contentbox {
	min-height:110px;
	background-image:url(../img/grey-bground-grad3.jpg);
	background-position:left;
	background-repeat:repeat-y;
	vertical-align: middle;
	padding: 5px;
	overflow:auto;
}
.contentbox img {
	float:left;
	border: 0;
	margin: 5px 10px 5px 5px;
}
#portfolio .contentbox img, #portfolioIndex img {
	width: 150px;
}
.contentbox p img {
	float: none;
	margin: 0;
}
.contentbox p, .contentbox h2, .contentbox h3, .contentbox .pricelist,
.contentbox ol, .contentbox form {
	margin-left: 220px;	
}
.contentbox .pbprices {
	width: 20em;
	float: left;
}
.contentbox ol {
	list-style-position:inside;
	margin-bottom: 1em;
}
#portfolio .contentbox a {
	text-decoration: none;
}

.thumbcolumn {
	height: 100%;
	width: 225px;
}
#albums #content a:link, #albums #content a:visited, #portfolio a:link,
#portfolio a:visited {
	text-decoration : none;
}
#albums #content a:hover, #albums #content a:active,
#portfolio #content a:hover, #portfolio #content a:active {
	text-decoration : underline;
}
.albumNav, .portfolioNav {
	margin-bottom: 10px;
	text-align:center;
}
.albumNav a, .portfolioNav {
	padding: 3px 5px;
	text-decoration: none;
	font-size: 1.2em;
}
.albumNav .current_page a {
	font-weight: bold;
	background: #666666;
	color: #FFFFFF;
}
#portfolioImage {
	text-align:center; }

#footer {
	margin-top: 20px;
	border-top: 1px solid gray;
	clear:both;
}
#contact1 {
	width: 45%;
	float: left;
}
#contact td, #contact th {
	vertical-align: text-top;
	border: none;
}
#contact table h3 {
	text-align: right;
	margin: 0;
}
#contact table p {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	font-weight: lighter;
}
#contact2 {
	margin-top: 3em;
	width: 45%;
	float: right;
}
#admin li {
	margin-bottom: 2em;
}
#rate_card_table col.price {
	width: 8em;
}
#copyright {
	clear: both;
	font-weight: bolder;
	text-align: center;
	margin: 20px auto 15px;
}
#toplink {
	float: right;
}
