/* ------------------------------------------------
CLUFF PORTRAITS - MAIN WEBSITE STYLESHEET
http://www.cluffportraits.com

Author: 107 Designs, http://www.107designs.com
Last Revision: 25 Feb 2008

This stylesheet is licensed under a Creative Commons Attribution-Share Alike 3.0 License.
http://creativecommons.org/licenses/by-sa/3.0/

TABLE OF CONTENTS
-----------------
PRIMARY CONTAINERS			- main containers for page layout
STYLE CONTAINERS			- non-semantic containers for element styling
NAVIGATION CONTAINERS		- navigation bars and menu styling
DOCUMENT ELEMENTS			- headings, paragraphs, etc.
HYPERLINKS					- all classes of links
TABLES						- all classes of tables
FORMS						- all classes of forms, fieldsets, labels, etc.
LISTS						- all ordered and unordered lists
IMAGES						- classes for displaying images
SPECIAL ELEMENTS			- everything else
------------------------------------------------- */



/* ------------------------------------------------
	PRIMARY CONTAINERS
------------------------------------------------- */
body {
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	font-size:76%;
	margin:0;
	padding:0;
	color:#242424;
	text-align:left;
	padding: 0 0 0 0;
	background-color:#6E011A;
	width:100%;
}

#header {
	margin:0;
	padding:0;
	height:105px;
	width:100%;
	background: #6E011A url('img/headerBg.jpg') repeat-x;
}

#minHeader {
	margin:0;
	padding:0;
	width:100%;
	background-color: #6E011A;
}

#info {
	position:absolute;
	top:5px;
	right:20px;
	text-align:right;
	font-size:1em;
	line-height:1.2em;
	color:#ACACAC;
}

#branding h1 {
	margin:0;
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:402px;
	height:119px;
	background:transparent url('img/logo.png') no-repeat scroll 0%;
	text-indent:-9000px;
}

#content {
	margin:0;
	padding:0;
	width:100%;
	background-color: #C4A484;
	text-align:center;
	position:relative;
}

#mainContent {
	margin:0 20px;
	text-align:left;
	width:32%;
	padding:2em 0;
	float:left;
}

#home #mainContent {
	width:25%;
}

#lightbox #mainContent,
#portfolio #mainContent,
#orderform #mainContent,
#checkout #mainContent {
	width:95%;
	float:none;
}

#schedule #mainContent,
#rates #mainContent,
#contact #mainContent,
#about #mainContent {
	width:60%;
}

#secondaryContent {
	margin:4em 0;
	padding:0 10px;
	text-align:left;
	float:right;
	width:60%;
}

#home #secondaryContent {
	width:65%;
}

#schedule #secondaryContent,
#rates #secondaryContent,
#contact #secondaryContent,
#about #secondaryContent {
	width:34%;
}

#lightbox #secondaryContent,
#portfolio #secondaryContent,
#orderform #secondaryContent,
#checkout #secondaryContent {
	display:none;
}

#userUtil {
	position:absolute;
	top:5px;
	right:5px;
	margin:0;
	padding:0;
	text-align:left;
	z-index:99;
}

#footer {
	clear:both;
	margin:0;
	padding:15px 0 0 0;
	width:100%;
	/*height:100px;*/
	background: #6E011A url('img/footerBg.jpg') repeat-x top left;
	text-align:center;
	line-height:1.4em;
	color:#ACACAC;
	font-size:1em;

}
/* ------------------------------------------------
	STYLE CONTAINERS
------------------------------------------------- */
#accessibility {
	text-indent:-9000px;
	margin:0;
	padding:0;
	width:0;
	height:0;
	float:left;
}

.featureBox {
	margin:10px 20px 10px 10px;
	padding:5px;
	float:right;
	width:200px;
	border:1px solid #;
	background:# url('img/featureBg.jpg') repeat-x top;
	text-align:left;
}

.featureBox h3 {
	margin:8px 0;
	padding:0;
	text-align:center;
}

div.carousel {
	/*float:right;*/
	height:550px;
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:0;
	background-color:#C4A484;
}

.carousel {
	width:100%;
	height:100%;
}

.clearBoth {
	clear:both;
	line-height:0;
	height:0;
	margin:0;
	padding:0;
}

#CustomOrder *, #CustomOrderH3 *{
	margin:0;
	padding:0;
}

.quotetext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-style:italic;
	color:#330000;
}


/* ------------------------------------------------
	NAVIGATION CONTAINERS
------------------------------------------------- */
#mainNav { 
	margin: 0; 
	padding: 0; 
	height: 3em;
	display:block;
	width:100%;
	list-style: none; 
	background: #C4A484 url('img/mainNav.jpg') repeat-x center; 
	border-bottom:1px solid #333333;
}

#mainNav li { 
	display: inline;
	float:right;
	font-weight:bold;
}

#mainNav li a { 
	height: 3em;
	line-height: 3em; 
	display: block; 
	padding:0 25px;
	border-left: 1px solid #C4A484;
	text-decoration:none;
	color:#70321A;
	float: left;   
}

#mainNav li a:hover { 
	background: #C4A484 url('img/mainNavHover.jpg') repeat-x center; 
	color:#6E011A;
	text-decoration: none;
}

#home #mainNav .home a,
#portfolio #mainNav .portfolio a,
#contact #mainNav .contact a,
#schedule #mainNav .schedule a,
#about #mainNav .about a,
#articles #mainNav .articles a,
#rates #mainNav .rates a {
	cursor:default;
	background: #C4A484 url('img/mainNavHover.jpg') repeat-x center; 
	color:#6E011A;
	text-decoration: none;
}

/* ------------------------------------------------
	DOCUMENT ELEMENTS
------------------------------------------------- */
h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Trebuchet", Verdana, Arial, Helvetica, sans-serif;
	color:#6E011A;
	letter-spacing:-1px;
	font-weight:normal;
	margin:.5em 0 25px 0;
}

h2 {
	font-size:2.5em;
	line-height:.9em;
	padding:0 0 0 40px;
	height:43px;
	background-image:url(img/h1_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

h3 {
	font-size:2.2em;
}

#minHeader h3 {
	color: #ACACAC;
}

h4 {
	font-size:1.9em;
}

h5 {
	font-size:1.7em;
}

h6 {
	font-size:1.5em;
}

p {
	line-height:1.4em;
}

#footer p {
	margin:5px auto;
	padding:0;
}

strong {
	color:#70321A;
	/*font-weight:normal;*/
}
/* ------------------------------------------------
	HYPERLINKS
------------------------------------------------- */
a { color:#6E011A; background-color: transparent; text-decoration:underline; }
a:hover { color:#ACACAC; background-color:#6E011A; text-decoration:none; }

#header a, #footer a { color:#ACACAC; background-color: transparent; text-decoration:underline; }
#header a:hover, #footer a:hover { color:#FFFFFF; background-color:transparent; text-decoration:underline; }



.pdf {
	background: url(img/pdf.gif) no-repeat left center;
	padding:3px 0 3px 18px;
}

.zoom {
	background: url(img/zoom.png) no-repeat left center;
	padding:3px 0 3px 18px;
}

.remove {
	background: url(img/remove.png) no-repeat left center;
	padding:3px 0 3px 18px;
}

/* ------------------------------------------------
	TABLES
------------------------------------------------- */
table {
	border-collapse: collapse;
	margin:20px auto;
	width: 95%;
	padding:1em;
}

table caption {
	font-size:1.2em;
	font-weight:bold;
	margin:1em 0;
}

table th, table td {
	text-align:left;
	padding: 0.1em 1em;
}

table td {
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

table thead {
	background-color:#6E011A;
	border-bottom:5px solid #222222;
}

table tfoot {
	font-weight:bold;
	background-color:#EAD2B8;
}

table th {
	font-weight:normal;
	font-size:1.3em;
	color:#CDCDCD;
}

table .odd {
	background-color:#222222;
}

table tr:hover {
	background-color:#ADADAD;
}

table thead tr:hover {
	background-color:transparent;
	color:inherit;
}

td.price {
	text-align:right;
	font-style:italic;
}

/* ------------------------------------------------
	FORMS
------------------------------------------------- */
#orderForm input.clrqty, #orderForm input.monqty, #orderForm input.sepqty {
	float:left;
	clear:both;
	width:3em;
	margin:0 .3em 0 0;
	border:none;
	color:#000000;
}

#orderForm input.clrqty {
	background-color:#EDEDED;
	border-bottom:2px solid #6E011A;
}

#orderForm input.monqty {
	background-color:#FFFFFF;
	border-bottom:2px solid #444444;
}

#orderForm input.sepqty {
	background-color:#FFFFFF;
	border-bottom:2px solid #8E6B23;
}

#orderForm .submit {
	display:inline-block;
	margin:0;
	width:auto;
	color:#6E011A;
	font-size:1.8em;
	border:none;
	background-color:#B29373;
}

#orderForm fieldset {
	padding:1em 3em;
	margin:1em 0;
	border:none;
	border-bottom:1px solid #444444;
}

#mainForm {
	margin:1em 2em;
	width:75%;
}

#loginWrapper #mainForm {
	width:95%;
	margin:3px;
}
#mainForm fieldset {
	padding:1em 3em;
	margin:1em 0;
	background-color:#D3B597;
	border:1px solid #B29373;
}

#mainForm legend {
	font-size:1.2em;
	font-weight:normal;
	color:#6E011A;
}

#mainForm label{
	display:block;
	margin:.1em 0;
	padding: 0;
}

#loginWrapper #mainForm label {
	display:none;
	margin:0 .2em 0 1em;
}

#mainForm input, #mainForm textarea, #mainForm select {
	margin:.2em 0 1em 0;
	width:65%;
	background-color:#EDEDED;
	border:none;
	border-bottom:2px solid #6E011A;
	color:#000000;
}

#loginWrapper #mainForm input {
	width:30%;
	margin:0;
}

#mainForm textarea {
	width:95%;
	height:80px;
}

#mainForm input:focus, #mainForm textarea:focus, #mainForm select:focus {
	background-color:#FFFF99;
	border:none;
	border-bottom:2px solid #FF6600;
}

#orderForm input:focus, #orderForm textarea:focus, #orderForm select:focus {
	background-color:#FFFF99;
	border:none;
	border-bottom:2px solid #FF6600;
}


#mainForm .submit {
	display:inline-block;
	margin:0;
	width:auto;
	color:#6E011A;
	border:none;
	background-color:#EDEDED;
}

#mainForm .submit:hover, #mainForm .submit:active, #mainForm .submit:focus {
	color:#EDEDED;
	border:none;
	background-color:#6E011A;
}

#orderForm .submit:hover, #orderForm .submit:active, #orderForm .submit:focus {
	color:#6E011A;
	border:none;
	background-color:#D3B597;
}

#mainForm .turing {
	width:45px;
	margin:0;
}

.validation-advice, .feedback {
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	color:#F90000;
	font-weight:bold;
	font-size:1.2em;
	padding:.3em 0 0 19px;
	background: url(img/alert.gif) no-repeat left center;
}

.feedback {
	position:absolute;
	margin-left:0;
	height:23px;
}

#orderForm label {
	display:inline;
	font-size:1.5em;
	line-height:1em;
}

#orderForm label.blockLabel {
	display:block;
	font-size:1.5em;
	line-height:1em;
}

#orderForm label.blockLabel em {
	font-weight:normal;
	font-size:.7em;
	color:#666666;
}

#orderForm input.radio {
	width:auto;
	margin-right:4px;
}

#orderForm p {
	margin:.5em 0;
}

.loginArea {
	margin:20px auto;
	width:400px;
}


/* ------------------------------------------------
	LISTS
------------------------------------------------- */
#CustomOrder ul {
	margin:1em 2em;
	padding:0;
	line-height:2em;
}

/* ------------------------------------------------
	IMAGES
------------------------------------------------- */
.floatRight {
	float:right;
	margin:0 0 25px 25px;
	padding:6px;
	border:1px solid #696969;
	background-color:#999999;
}

.thumb {
	height:150px;
	background-color:#C4A484;
	border:3px solid #FFFFFF;
	padding:8px;
}

.expand_img {
	border:2px solid #666666;
}

.expand_img:hover {
	border:2px solid #FFFFFF;
}

a.expand_a {
	background-color:#C4A484;
}

.smallThumb {
	height:105px;
	width:120px;
	text-align:center;
	float:left;
	background-color:#EFEFEF;
	border:1px solid #DADADA;
	padding:4px;
	margin:0 15px 15px 0;
	font-size:.8em;
	font-weight:normal;
}

.smallThumb img {
	height:80px;
}

.smallThumb a img {
	height:auto;
}

.largeFrame {
	width:85%;
	padding:20px;
	border:2px solid #696969;
	background-color:#DEDEDE;
}

/* ------------------------------------------------
	SPECIAL ELEMENTS
------------------------------------------------- */

#music {
	width:59px;
	height:24px;
	float:left;
	margin:0 25px 25px 0;
	background-color:transparent;
}

.the_date {
	display:block;
	text-align: center;
	float:left;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	background: url('img/dateBox.jpg') no-repeat;
	width:60px;
	height:70px;
	margin:0 15px 15px 0;
}

.date_m {
	display:block;
	font-size:1.2em;
	margin:0;
	padding:2px 0 0 0;
	font-weight: bold;
	text-align:center;
}

.date_d {
	display:block;
	font-size:2.9em;
	margin:0;
	padding:8px 0 0 0;
	text-align: center;
}

#orderWrapper {
	width:95%;
	min-height:400px;
	padding:0;
	margin:0;
}

.orderRow {
	margin:0;
	padding:0;
}

.orderThumb {
	clear:both;
	float:left;
	height:200px;
	margin-right:1em;
	width:150px;
}

.orderPrints, .orderColors {
	float:left;
	height:200px;
	margin-left:2em;
}

.colorPrints, .monPrints, .sepiaPrints {
	float:left;
	padding:1em;
	margin-left:1em;
	min-width:150px;
}

.submitOrder {
	clear:both;
	width:auto;
	margin:0 auto;
	text-align:center;
}

.colorPrints {
	/*background-color:#CFFFFF;
	border-left: 2px solid #248F8F;*/
}

.monPrints {
	/*background-color:#CCCCCC;
	border-left: 2px solid #333333;*/
}

.sepiaPrints {
	/*background-color:#CCCCCC;
	border-left: 2px solid #333333;*/
}

.colorPrints h4, .monPrints h4, .sepiaPrints h4 {
	font-size:1.8em;
	margin:0;
	padding:0 0 0 25px;
	font-weight:normal;
	text-decoration:underline;
	background-position:left top;
	background-repeat:no-repeat;
}

.colorPrints h4 {
	color:#6E011A;
	background-image:url('img/colorIcon.jpg');
}

.monPrints h4 {
	background-image:url('img/bwIcon.jpg');
	color:#121212;
}

.sepiaPrints h4 {
	background-image:url('img/sepiaIcon.jpg');
	color:#8E6B23;
}


.orderPrints p {
	margin:0 0 3px 0;
	padding:0;
}

.imageTools {
	float:left;
	clear:both;
}

.zoomed {
	float:left;
}

.zoomedImg {
	background-color:#C4A484;
	border:1px solid #FFFFFF;
	padding:8px;
}

#photobox {
	width:550px;
	text-align: left;
	margin:0 auto;
	/*background: #fff;
	padding: 1em;*/
}

.galleryImg {
	width:550px;
	margin-top:10px;
}

#thumbContainer {
	width:98%;
	/*max-width:900px;*/
	/*background: #FFFFFF;*/
	padding: 2em;
	text-align:center;
}

.thumbImg {
	float:left;
	width:90px;
	height:90px;
	margin:10px;
}

.thumb, .fav {
	height:80px;
	width:80px;
	padding:5px;
	border:4px solid #CCCCCC;
}

.fav {
	border:4px solid #990000;
}

img a, .thumbImg a, .thumb a, a img {
	background-color:transparent;
	background:none;
	border:0;
}

.thumbImg a:hover, .thumb a:hover {
	background-color:transparent;
}

.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #990000;
	background-color:#BF9060;
	margin-top:0;
	/*_margin-top: 8px; /* IE Only */
}

.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
	color:#990000;
}

.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #CCC08F;
	text-decoration: none;
	color: #990000;
}

.imgnav .imgprevious a {
	float: left;
}

.imgnav .imgnext a {
	float: right;
}

#loginLoading, #searchLoading {
	display:none;
	text-align:center;
}

#captcha {
	display:none;
}

.tight {
	margin:0;
	padding:0;
}