
/*  Initialize
---------------------------------------*/

body { background: #444 url("../images/layout-new/bg.jpg") repeat-x; letter-spacing: .05em; font-size:11px; line-height: 15px; color: #cac5ca; padding:0; margin:0; text-align:center; }

body,
table,
p{ font: 12px/16px "Lucida Grande","Lucida Sans Unicode", Arial, Verdana, sans-serif; }

a { color: #6396ff; text-decoration:none;}

a img { border:0; }

h1 { font-family: Georgia, Times, Times New Roman, serif; font-weight:normal; font-size: 2em; line-height:24px; margin:0; margin-bottom: 10px; color:#fff; font-weight:bold;}

h2 { color: #6b666b; font-weight: lighter; font-size:1em; font-style:italic; margin:0; margin-bottom:1.3em; }

h3 { font-size: 12px }

b { color: #fff; }

hr { border:0; border-top:1px solid #343434; width:100%; margin:3px 0 1px 0; clear:both; }

fieldset { text-align:left; margin-top: 5px; border: 1px solid #343434; background:#111; }

ul.links li { margin-bottom: 5px; text-align:left; }

#wrapper { width:900px; margin-left:auto; margin-right:auto; text-align:left; }

body.terms_and_conditions {
	padding: 30px;
}

strong {
	border-bottom: 3px solid #777777;
	display: block;
	font-weight: bold;
	margin-bottom: 2em;
	padding: 0 0 5px;
}

#splash #wrapper { width: 950px; }

/*  General Style Modifiers
---------------------------------------*/

.short { line-height:7px; }
.fright { float:right }
.fleft { float:left }
.uline { text-decoration: underline }
.big { font-size: 14px; }
.clear { clear:both; }
.clear_left { clear: left; }
.red { color:#f50; }
.disclaimer { font-size: 14pt; color: #DF920D; line-height: 18pt; width: 450px; margin-left:auto; margin-right:auto; padding-bottom: 20px; text-align:center; }
.disclaimer.small { font-size: 10pt; }

#faq { text-align:left; width: 400px; text-align:justify; margin-top: 5px; margin-left: 16px; }

/*	Facebook/Social media
---------------------------------------*/
.social_media {
	text-align:left;
}

body.picture .social_media {
	display:none;
}

#splash_page .blog .social_media {
	float:right;
}

.social_media iframe,
.social_media .facebook,
.social_media .email {
	display:inline-block;
}

.social_media .facebook {
	position:relative;
	top:1px;
}

.social_header .facebook {
	margin-left: 5px;
	position:relative;
	top: 2px;
	width: 80px;
}

.social_header .twitter a {
	background: url("../images/layout-new/twitter.png") no-repeat;
	height: 30px;
	padding: 1px 0px 5px 19px;
}

body.picture .social_media {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:217px;
}

body.picture h3 {
	font-size: 1.3em;
	margin-top: 1em;
	padding-bottom: 0;
	text-align: left;
}

#main_galleries.browse .social_media {
	position:relative;
	top: 2px;
}

.social_media a.email {
	width:55px;
	height:20px;
	background: url("../images/layout-new/mail.png") no-repeat;
}

.social_media a.email span {
	display:none;
}

.license {
	margin-bottom:1.3em;
}


/*  Layout
---------------------------------------*/
.splash { margin-left:auto; margin-right:auto; min-height: 495px; text-align:center; width:750px; }
.splash #wrapper { width:inherit; }
.splash h1 span { display:none; }
.splash h2 {
	font-style: normal;
	font-size: 1.5em;
	font-family: Georgia, Times, Times New Roman, serif;
}
.splash .logo { margin-bottom:20px; margin-top: 20px; }
.splash .navlinks { 
	font-size: 1.2em;
	height: 3.4em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}
.splash .navlinks a {
	text-shadow: black 0.05em 0.05em 0.1em;
	background: none repeat scroll 0 0 #38577F;
	border-color: #38577F #48679F #38577F #28476F;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	display: block;
	float: left;
	font-weight: normal;
	height: 2.4em;
	line-height: 1.1em;
	padding: 0.5em 20px;
	width: 108px;
	/* for IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38577f', endColorstr='#203b5e');
	/* for webkit browsers */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #38577f), color-stop(1, #203b5e));
	/* for firefox 3.6+ */
	background: -moz-linear-gradient(top,  #38577f 0%, #203b5e 100%);
}
.splash .navlinks a.last {
	border-bottom-right-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.splash .navlinks a.first {
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

.splash .navlinks a:hover {
	background:#552035;
}


.splash .shadow.top { background: url("../images/layout-new/shadow-top.png") repeat-x bottom left; height:6px; margin-left:auto; margin-right: auto; }
.splash .shadow.left { background: url("../images/layout-new/shadow-left.png") repeat-y top right; float:left; width:6px; }
.splash .shadow.right { background: url("../images/layout-new/shadow-right.png") repeat-y top left; float:right; width:6px; }
.splash .shadow.bottom { background: url("../images/layout-new/shadow-bottom.png") repeat-x top left; height:6px; margin-left:auto; margin-right: auto; clear:both; }
.splash .slideshow { 
	display:block;
}

.splash .slideshow img {
	background: #000;
  -moz-box-shadow: 0 0 15px #1B060F; /* Firefox */
  -webkit-box-shadow: 0 0 15px #1B060F; /* Safari, Chrome */
  box-shadow: 0 0 15px #1B060F; /* CSS3 */
}

.splash .blog {
	background:none repeat scroll 0 0 #333333;
	color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:2em;
	padding:5em 8em;
	text-align:left;
}

.splash .blog .post {
	margin-bottom: 3em;
	padding-bottom: 2em;
	border-bottom: 1px dashed #999;
}

.splash .blog .blog-title {
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #fff;
}

.splash .footer {  margin-bottom: 100px;margin-top: 15px; }

.about_head { color: #555; height: 23px; }
.about_head a { margin-right: 10px; margin-left: 10px; color: #999; margin-top: 1px; line-height: 20px; }

#splash table { margin-top: 5px; }
#splash #splashNavBox { margin: 0 35px 10px 35px; height: 40px }
#splash .splashNav { background: #101011 url("../images/layout-new/splash-bg-feat.jpg") repeat-x; text-align:center; padding: 10px 0 2px 0; margin: 0 5px 1px 5px; border-bottom: 1px solid #111; border-top: 1px solid #444; float:left; width: 185px; }
#splash .splashNav h1 { line-height: 16px; }
#splash h1 { margin-bottom: 10px; }
#splash h1.blend { font: 12px/16px "Lucida Grande","Lucida Sans Unicode", Arial, Verdana, sans-serif; font-weight:normal; font-style:normal; margin-top: 5px; }
#splash #featured { clear:both; margin-top: 10px; background: #000 url("../images/layout-new/splash-bg-feat.jpg") repeat-x; padding: 10px; margin-bottom: 10px; }
#splash #featured h1 { margin-top: 25px; }
#splash #featured img { margin-bottom: 10px; border: 5px solid #000; }

.subfolder {
	border:1px solid #222222;
	clear:both;
	float:right;
	margin:0 0 2em;
	padding:20px;
	width:250px;
}

#top { padding:5px 5px 3px 5px;text-align:center; height: 25px; }
#top a { margin: 0 5px; }
#top form {
	display:inline;
	margin-left:5px;
	position:relative;
	top:2px;
}

#main_galleries.all .subfolder { float:none; }

#main_galleries #head { height:175px; }

#main_galleries #head a.logo {
	display:block;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	width:500px;
}
#main_galleries #head a.logo span { visibility:hidden; }

#body { background: #1A1A1A; border-top:0; border-bottom:0; }

#main_galleries .topbar { background: url("../images/layout-new/main-galleries-topbar.png") repeat-x; position:relative; top: -5px;text-align:center; width:900px; overflow:hidden; }

.topbar .leftcorner { position:absolute; top:1px; left:0; width: 7px; height: 48px; background: url("../images/layout-new/topbar-corners.jpg") no-repeat top right;  }
.topbar .rightcorner { position:absolute; top:1px; right:0; width: 7px; height: 48px; background: url("../images/layout-new/topbar-corners.jpg") no-repeat top left;  }

ul.topnav {
	list-style:none outside none;
	margin:0 auto;
	padding:0;
	text-align:center;
	width:650px;
}
ul.topnav li { 
	border:0 none;
	float:left;
	margin-top:8px;
	border: 0 none;
	float: left;
	margin-bottom: 10px;
	margin-top: 8px;
}
ul.topnav li.selected { 
	background: #1E1D1E;
	border-top:1px solid #8491b0;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	background: #1e1e1e url("image1.jpeg") repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a3a3a', endColorstr='#1d1d1d');
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a3a3a), color-stop(1, #1d1d1d));	
	background: -moz-linear-gradient(top,  #3a3a3a 0%, #1d1d1d 100%);
}
ul.topnav li a {
	color: #EFE8E1;
	display: block;
	font-size: 16px;
	padding: 8px 0 6px;
	width: 130px;
}
ul.topnav li a:HOVER { color: #fff; }


#toptabs { clear:both; height:27px; padding-bottom:1px; padding-top:12px; }
#toptabs a:HOVER { background: #222; }
#toptabs a { font-size:14px; display:block; float:left; margin-left:14px; padding:5px 15px; }
#toptabs a.selected { background: #191c1c; border: 1px solid #323535; border-bottom:0; color: #fff; }

#body table { position:relative; top: -6px; }

#sidebar { width:190px; margin-top:23px; padding-top:10px; }
#sidebar a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.1em;
	padding: 0.7em 15px;
	text-decoration: none;
}
#sidebar a.lv1 {
	border-top:1px solid #2a2a2a;
	border-bottom:1px solid #111;
}
#sidebar a.lv2 { padding-left:30px; font-weight:normal;}
#sidebar a.lv3 { padding-left:45px; font-weight:normal;}
#sidebar a.lv4,
#sidebar a.lv5 { padding-left:60px; font-weight:normal; font-style:italic; }
#sidebar a:HOVER { background: #000; }
#sidebar a#selected { background: #000; color:#fff; border-bottom: 1px solid #000; }
#sidebar #ad { border-top: 1px solid #333; text-align:center; padding-top: 30px; }
#sidebar div.divide { height:0px; line-height: 0px; font-size: 0px; border-bottom: 1px solid #393939; border-top:1px solid #111; }

#content {
	background: none repeat scroll 0 0 #000000;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-top: 1px solid #444A50;
	padding: 30px 40px;

}
#content a:HOVER {text-decoration:underline;}
#content #image { text-align:center }
#content #image img.photo { border: 1px solid #8e8d8f; margin-bottom: 5px; }

#content #image .gallery-mini {
	float:left;
}

#content #text { 
	padding:5px 0 20px 0;
	text-align:left;
}

span#license,
.instruct { display:block; clear:both; color: #787b81; font-size:12px; margin-bottom: 2px; margin-top: 7px; }
span#license a { color: #3f5d8d;text-decoration:underline; }
span#license a:HOVER { color: #fa5; }

#print,
#wallpaper{ width: 380px; margin-left:auto; margin-right: auto; margin-bottom: 30px;}

#wallpaper input,
#wallpaper select { float:right; }

#wallpaper li { height: 25px; border-bottom: 1px solid #333; padding-top: 10px; }

#wallpaper .description {
	padding: 0 10px;
	font-size: 8pt;
	color: #777;
}

.error_text {
	font-size: 12pt;
	padding: 20px;
	color: #f00;
	margin-top: 30px;
}

form.shopping #price {
	float:left; 
	margin-left: 65px;
	color: #fff;
	font-weight:bold;
}

form.shopping .custom_print {
	float:right;
	padding: 20px 10px;
	width: 250px;
	padding-right:0;
}

form.shopping .custom_print a {
	text-decoration:underline;
}

form.shopping fieldset ol {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}

form.shopping div.pad { 
	padding: 5px;
}

form.shopping fieldset ol li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.shopping fieldset ul {
	margin:0;
	padding:0;
	font-style:italic;
}

form.shopping fieldset ul li {
	padding: 5px;
	margin:0;
	list-style: circle inside;
	color: #777;
	font-size: 11px;
}

form.shopping label { 
	display: block; 
	margin-left: 90px;
}

form.shopping select {
	margin-left: 69px;
}

form#buy_wallpaper fieldset {
	width:565px;
}

form#buy_wallpaper label { 
	clear:both;
	float:left;
	margin: 10px;
	margin-bottom:0;
	width: 105px;
	font-weight:bold;
}

form#buy_wallpaper select { 
	margin: 10px 0 0 0;
}

form#buy_wallpaper p {
	margin: 10px 20px;
	font-size:80%;
}

p { 
	font-size: 10pt;
	line-height: 1.4em;
}

form#buy_wallpaper input {
	margin: 10px 0 0 0;
}

form#contact { text-align:left; width: 500px; *width: 535px;}
form#contact label { display:block; float:left; width: 120px; clear:both; margin-top: 10px; }
form#contact .text { margin-top: 10px; }
form#contact #question { width: 30px; margin-left: 5px; display:inline; }
form#contact .q { float:left; position:relative; top:-3px; *top: -6px; }
form#contact textarea { margin-top:10px; margin-bottom: 10px; }
form#contact #submit { clear:both; margin-top: 10px; }

#bottom { height: 90px; }

#footer { color:#aaa; text-align:center; padding:40px 0 60px 0; font-size:10px; }
#footer a { color: #aaa; margin:10px; text-decoration:underline; }
#footer a:HOVER { color: #fa5; }


/*  Layout: Wallpaper Of The Month
---------------------------------------*/
h1.signup { margin-bottom: 10px; text-align:left; }
form#signup { background: #191919; border:1px solid #292929; color:#fff; width:480px; padding:10px; float:left; text-align:left; }
form#signup label { display:block; font-size:14px; }
form#signup input.text { border:1px solid #fff; border-top-color:#000; border-left-color:#000; padding: 3px 2px; font-size:12px; width: 220px; margin-top: 5px; }
form#signup .form-note { display:block; visibility:hidden; clear:both; color:#aaa; margin-top:2px; }
form#signup .form-note.visible { visibility:visible; }

.description { text-align:left; margin-left: 10px; }

/*  Layout: Image Galleries
---------------------------------------*/

body.picture h1 {
	margin-bottom: 0;
}

.gallery-wide { 
	text-align:center; 
	width:295px; 
	margin-bottom: 30px;
}


.gallery-mini { font-size: 11px; text-align:center; width: 178px; margin: 0 30px 30px 0; height: 220px; border:1px solid #000; }
.gallery-mini.selected { background: #131313; border:1px solid #202226; }
.gallery-mini a { display:block; }
.gallery-mini a img,
.gallery-wide a img {
	border: 1px solid #6B696C;
	display: block;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.gallery-mini a img:HOVER,
.gallery-wide a img:HOVER { border:1px solid #fa5; }

#browse { margin-top: 10px; }

#browse .gallery-mini { width: 153px; }

#browse .category_info {
	clear:right;
	float:right;
	margin-bottom:20px;
	padding-right:20px;
	width:271px;
}

#browse .category_info p {
	margin-top:0;
}

body.oversize #browse .category_info {
	float:none;
	margin: 10px 0 20px 0;
	padding: 10px 0;
	border: 1px solid #333;
	border-left:0;
	border-right:0;
	width: 98%;
}

.pages {
	clear:both;
	font-size: 120%;
	padding: 20px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width: 550px;
	height: 25px;
}

.pages a {
	display: block;
	float:left;
	padding: 3px 5px;
	margin-right: 1px;
	border: 1px solid #000;
}

.pages a:HOVER {
	border: 1px solid #222;
}

.pages a.selected {
	background: #181818;
	border: 1px solid #333;
}

.pages a.prev {
	margin-right: 20px;
}

.pages a.next {
	margin-left:  20px;
}

/*  Layout: Order Form
---------------------------------------*/
ul#order_tabs {
	width: 100%;
	text-align:left;
	list-style:none;
	list-style-position:inside;
	padding:0;
	margin:0;
}

ul#order_tabs li {
	background:#235057;
	padding: 10px 15px;
	text-align:center;
	float:left;
	cursor: pointer;
	position:relative;
	color:#63C6FF;
	width:130px;
	height:40px;
	border-right: 1px solid #000;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1.2em;
	letter-spacing:0;
}

ul#order_tabs li#custom {
	width:124px;
	border-right:0;
}

ul#order_tabs li.selected,
ul#order_tabs li#custom.selected {
    background: none repeat scroll 0 0 #380822;
    border-top: 2px solid #680822;
    color: #FFFFFF;
    cursor: default;
    margin-top: -10px;
    width: 283px;
    padding-top:18px;
}

ul#order_tabs li#custom.selected {
	width:277px;
}

ul#order_tabs li.selected span.cover {
	background:#380822;
	width:100%;
	height:4px;
	position:absolute;
	bottom:-4px;
	left:0;
}

#order_forms {
	clear:both;
	border: 0;
	text-align:left;
}

#order_forms label {
	color:#fff;
	font-weight:bold;
	display:Block;
	margin-top:.1em;
	clear:left;
}

#order_forms .radio label {
	font-weight:normal;
	cursor:pointer;
}

#order_forms .radio span {
	color: #924444;
	margin-top:1em;
}

#order_forms label.price {
	float:left;
	margin-right:.5em;
}

#order_forms span.price {
    color: #00B115;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom:1em;
    clear:both;
    line-height:1em;
    letter-spacing:0;
}

#order_forms form {
	padding:0;
	margin:0;
}

#order_forms .form {
	padding-left:30px;
	float:left;
	background: #235057;
	width: 130px;
	height:420px;
	border-right:1px solid #000;
}

#order_forms #custom_form.form {
	padding-left:2em;
}

#order_forms .form .inner {
	display:none;
}

#order_forms .form.selected {
	display:block;
	width:283px;
	background: url("../images/layout-new/bg.jpg") repeat-x scroll left -60px #444444;
}

#order_forms .form.selected .inner {
	display:block;
}

#order_forms input[type="text"],
#order_forms .text {
	background: #aaa;
	border: 1px solid #fff;
	border-left:0;
	border-top:0;
	padding:.4em;
    width: 235px;
    margin-bottom:1em;
}

#order_forms textarea {
	background: #aaa;
	border: 1px solid #fff;
	border-left:0;
	border-top:0;
	width: 235px;
	height: 8em;
	padding:.4em;
	margin-bottom:1em;
}

#order_forms select {
	margin-left:.6em;
	margin-top:.2em;
	margin-bottom:1em;
}

#order_forms .radio {
	margin-bottom:1em;
}

#order_forms .disclaimer {
    clear: both;
    color: #924444;
    font-size: 1em;
    line-height: 1em;
    padding: .1em;
    text-align: center;
    width: auto;
}

#order_forms .disclaimer a {
	text-decoration:underline;
}

#order_forms .disclaimer p {
	font-size:1em;
}

#order_forms .title {
	font-weight:bold;
}

#order_forms .required {
	color: red;
}

#order_forms .optional {
	color: #924444;
}

#order_forms .error {
	display:Block;
	color: red;
}

#order_forms #large_form {

}

/*  Layout: View All
---------------------------------------*/
.letter_list {
	border-bottom: 1px dashed #444;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

/*  Layout: About
---------------------------------------*/
body.about #content { padding:0px; }

body.about #about { background: url("/images/layout-new/about-pic5.jpg") no-repeat; padding: 20px 150px 30px 27px; color: #aaa; position: relative; top: -9px; }

body.about #about p { line-height: 1.7em; font-size: 10pt; }

body.about h2 { font-style:normal; font-size: 14pt; color: #cac5ca; }




