/*	First, the things that are on every page: links, background, header, and navigation. */

* {
	border: 0;
	margin: 0;
}

html { min-width: 1241px; }

hr {
	height: 2.5em;
	background-image: url(/images/hr.png);
	background-repeat: repeat-x;
	background-position: center;
	margin: 0 auto 0 auto;
	width: 95%;
	z-index: 5;
}

body {
	background: #000 url(/images/background.jpg) no-repeat center top;
	width: 1241px;
	margin: 0 auto 0 auto;
	font-family: monospace;
	font-size: 13px;
	height: 100%;
	color: #945707;
	line-height: 2em;
}

a {
	color: #f6980f;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	text-indent: -1000em;
	width: 860px;
	height: 110px;
	margin: 55px 0 45px 190px;
}

h1 a {
	display: block;
	height: 100%;
}

#navigation {
	width: 150px;
	margin: 0 20px 0 -10px;
	float: left;
}

#navigation li {
	margin-bottom: 10px;
	display: block;
	width: 206px;
	height: 94px;
}

/* This just pushes the bottom two down so they'll be in
	front of the "External Links" box. */

#navigation li a {
	display: block;
	height: 94px;
	text-indent: -1000em;
}

#gallery a { background-image: url(/images/gallery.jpg); }

#contact a { background-image: url(/images/contact.jpg); }

#info a { background-image: url(/images/info.jpg); }

#shop a { background-image: url(/images/shop.jpg); }

#journal a { background-image: url(/images/journal.jpg); }

/*	Each background image is twice as wide as the actual navigation
	button; when it is active, or the mouse rolls over it, it just
	moves over to show the active portion. (This prevents a flicker
	from the browser loading a new image.) */

.active a { background-position: 206px 0;}

#navigation li a:hover { background-position: 206px 0; }

/*	Each "content" div is the main area in the centre of each page.
	They're all different sizes, but each has a "scroll" div in it
	to make it scroll if the contents are too large. First, index
	stuff and the scroll declaration: */

#index_content {
	text-align: center;
	background-image: url(/images/index_content.jpg);
	float: left;
	width: 438px;
	/*height: 301px;*/
	height: 425px;
	padding: 50px;
	margin-left: 100px;
	margin-top: 20px;
}

#scroll {
	overflow: auto;
	height: 100%;
}

/*	This is the random portrait. The div provides the frame,
	so each image just has to be the picture itself. */

#portrait {
	float: left;
	width: 327px;
	height: 400px;
	background: url(/images/frame.jpg) top left no-repeat;
	margin-left: 20px;
	margin-top: 20px;
}

#portrait img {
	margin: 36px 0 0 39px;
}

#portrait .button {
 background-color:#dbcca7;
 -webkit-border-top-left-radius:7px;
 -moz-border-radius-topleft:7px;
 border-top-left-radius:7px;
 -webkit-border-top-right-radius:7px;
 -moz-border-radius-topright:7px;
 border-top-right-radius:7px;
 -webkit-border-bottom-right-radius:7px;
 -moz-border-radius-bottomright:7px;
 border-bottom-right-radius:7px;
 -webkit-border-bottom-left-radius:7px;
 -moz-border-radius-bottomleft:7px;
 border-bottom-left-radius:7px;
 text-indent:0;
 border:1px solid #000000;
 display:inline-block;
 color:#000000;
 font-family:Times New Roman;
 font-size:13px;
 font-weight:bold;
 font-style:normal;
 height:32px;
 line-height:32px;
 width:153px;
 text-decoration:none;
 text-align:center;
 text-shadow:1px 1px 0px #cc9f52;

 margin: 0 auto;
 margin-top: 2em;
 display: block;
}
#portrait .button:hover {
 background-color:#e8dba9;
}
#portrait .button:active {
 position:relative;
 top:1px;
}


/*	Gallery: */

#gallery_content {
	background-image: url(/images/gallery_content.jpg);
	float: left;
	width: 714px;
	height: 508px;
	padding: 34px 40px 86px 60px;
	margin-left: 50px;
	margin-top: -25px;
	position: relative;
	/* Total size: 814 x 628 */
}

/*	If you would like more images to fit in the box without scrolling,
	decrease the margin amount below: */

#gallery_content img {
/*	margin: 9px;*/
	display: block;
	float: left;
	margin: 12px;
}

br.clear {
	clear: both; 
}
#gallery_content h2 {
	margin: 45px 0 0 0;
}

#gallery_content p {
	font-size: small;
	/*position: absolute;*/
	text-align: center;
	/*width: 85%;*/
	/*top: 30px;*/
}


/* Calculator */
.onlyJs {
	display: none;
}

#calculator {
	padding: 40px 30px 44px;
	width: 770px;
	height: 580px;
	line-height: 1.25em;
}

#calculator .tabcontent {
	overflow: auto;
	height: 390px;
	padding-top: 2px;
}

#calculator .right {
	float: right;
	margin-right: 5em;
}

#calculator input {
	padding: 0;
	margin: 0;
}

#calculator input.button, #quote-summary input.button {
	background-color: #945707;
	color: #180D09;
	border: 1px solid #C48736;
}

#calculator #doEmail {
	background-color: #C48736;
	font-size: 1.25em;
	display: block;
	margin: 6px auto 0;
	padding: 0 2em;
}

#quote-summary-container {
	position: absolute;
	z-index: 9999;
	top: 150px;
	left: 0px;
	width: 100%;
	height: 435px;
}

#quote-summary {
	background-color: #150A08;
	border: 1px solid #945707;
	width: 400px;
	height: 100%;
	margin: 1em auto;
	padding: 10px;
	line-height: 1.25em;
}

#quote-summary textarea {
	width: 100%;
	height: 300px;
	margin: 1em auto;
}

#quote-summary .buttons {
	width: 250px;
	margin: 0 auto;
}

#quote-summary .buttons a {
	margin: 0 3em;
}

.payments {
	line-height: 1.1em;
	border: 1px solid #945707;
	border-collapse: collapse;
	margin-bottom: 3px;
}
.payments td {
	padding: 2px 8px;
}

.category input {
	vertical-align: middle;
}

.groupcontent {
	width: 300px;
}

.group h4 {
	font-weight: normal;
	font-size: 125%;
	color: #C48736;
	border-bottom: 1px solid #945707;
	margin: 0.5em 0 2px 0;
}

.group.disabled {
	display:none;
}

.group.disabled h4 {
	/*color: #555;*/
}

label.disabled {
	color: #888;
}

.spacing {
	height: 0.5em;
}

table.receipt {
	border-collapse: collapse;
	line-height: 1.1em;
	margin-bottom: 1em;
}

table.receipt input {
	vertical-align: bottom;
}

table.receipt td {
	padding: 0;
}

td.amount {
	width: 6em;
	text-align: right;
}

.total td {
	font-size: 150%;
	border-bottom: 1px solid #945707;
	padding: 0.6em;
	text-align: center;
}

blockquote {
	margin-left: 1.5em;
}

.description-icon {
	background-color: #945707;
	color: #180D09;
	margin-left: 1em;
	padding: 0px 0.35em;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: default;
	float: right;
}
.nofloat {
	float: none;
}

.tooltip {
	border: 1px solid #945707;
	background: #180D09;
	line-height: 1.1em;
	padding: 3px;
	max-width: 600px;
}

.tooltip .tip-title {
	border-bottom: 1px solid #945707;
	margin-bottom: 2px;
}

.notice {
	color: #AC4711;
	/*#662B0B*/
	margin-bottom: 1em;
}

ul.tabs {
	margin: 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #945707;
	min-height: 1em;
	line-height: 16px;
}

ul.tabs li {
	display: inline;
	padding: 4px .4em 2px .4em;
	list-style: none;
	background-color: #222;
	border: 1px #333 solid;
	border-bottom: 1px solid #945707;
	cursor: default;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

ul.tabs li.active {
	font-weight: bold;
	border-color: #945707;
	background-color: #111;
	border-bottom: 1px solid #945707;
}

ul.tabs li a {
	text-decoration: none;
	color: #945707;
}

/*	Contact: */

#contact_content {
	background-image: url(/images/contact_content.jpg);
	float: left;
	width: 469px;
	height: 380px;
	padding: 50px;
	margin-left: 80px;
	margin-top: 50px;
	/* Total size : 569 x 480 */
}

#contact_content p {
	text-align: center;
	margin-bottom: 1em;
}

#contact_content .note {
	font-size: 80%;
	line-height: 1.5em;
}

#contact_content .altmargin {
	margin-bottom: 0.4em;
}

#email {
	text-indent: -1000em;
	width: 260px;
	height: 15px;
	margin: 0 auto 0 auto;
}

#email a {
	background-image: url(/images/email.png);
	display: block;
	height: 100%;
}

#email a:hover {
	background-position: 260px 0;
}

#email2 {
	text-indent: -1000em;
	width: 162px;
	height: 10px;
	margin: 0 auto 0 auto;
}

#email2 a {
	background-image: url(/images/email2.png);
	display: block;
	height: 100%;
}

#email2 a:hover {
	background-position: 162px 0;
}



#grey_witch_contact {
	margin-left: 35px;
	margin-top: 10px;
}


/*	Info. The content div of every subpage is of the class "info_content",
	but each has its own id as well. Generic (class-level) stuff first.*/

.info_content {
	background-image: url(/images/info_content.jpg);
	float: left;
	width: 741px;
	height: 534px;
	padding: 80px 50px 50px 50px;
	margin-left: 53px;
	margin-top: -26px;
}

.chat_content {
	background-image: url(/images/info_content.jpg);
	float: left;
	width: 741px;
	height: 534px;
	padding: 50px 45px 50px 45px;
	margin-left: 53px;
	margin-top: -26px;
}

.chat_content .popBtn {
 -moz-box-shadow:inset 0px 1px 0px 0px #ffb65c;
 -webkit-box-shadow:inset 0px 1px 0px 0px #ffb65c;
 box-shadow:inset 0px 1px 0px 0px #ffb65c;
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce6b), color-stop(1, #a3470a) );
 background:-moz-linear-gradient( center top, #ffce6b 5%, #a3470a 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce6b', endColorstr='#a3470a');
 background-color:#ffce6b;
 -webkit-border-top-left-radius:7px;
 -moz-border-radius-topleft:7px;
 border-top-left-radius:7px;
 -webkit-border-top-right-radius:7px;
 -moz-border-radius-topright:7px;
 border-top-right-radius:7px;
 -webkit-border-bottom-right-radius:7px;
 -moz-border-radius-bottomright:7px;
 border-bottom-right-radius:7px;
 -webkit-border-bottom-left-radius:7px;
 -moz-border-radius-bottomleft:7px;
 border-bottom-left-radius:7px;
 text-indent:0;
 border:1px solid #eeb44f;
 display:inline-block;
 color:#000000;
 font-family:Georgia;
 font-size:10px;
 font-weight:bold;
 font-style:normal;
 height:22px;
 line-height:22px;
 width:104px;
 text-decoration:none;
 text-align:center;
 text-shadow:1px 1px 0px #cc9f52;
}
.chat_content .popBtn:hover {
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a3470a), color-stop(1, #ffce6b) );
 background:-moz-linear-gradient( center top, #a3470a 5%, #ffce6b 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3470a', endColorstr='#ffce6b');
 background-color:#a3470a;
}
.chat_content .popBtn:active {
 position:relative;
 top:1px;
}

.chat_content .chatWindow {
	border: 2px solid black;
}

.info_content h2, h3 {
	text-indent: -1000em;
	background-repeat: no-repeat;
	width: 90%;
}

.info_content h2 {
	height: 28px;
	margin: 1em auto 2em auto;
	background-position: center;
}

.info_content h3 {
	height: 20px;
	margin: 2em 0 1.5em 20px;
}

.column {
	width: 48%;
	float: left;
}

#linkback {
	position: absolute;
	top: 225px;
	font-size: small;
}

/*	Default info page: */
	
#default {
	width: 641px;
	height: 464px;
	padding: 100px;
}

#default p {
	margin: 1em 0 5em 45px;
}

#default h3 {
	margin: 20px 0 0 25px;
	width: 250px;
}

#faqs { background-image: url(/images/titles/faqs.png); }

#things_to_know { background-image: url(/images/titles/things_to_know.png); }

#tutorials { background-image: url(/images/titles/tutorials.png); }

#media { background-image: url(/images/titles/media.png); }

/* FAQs: */

#policy_faq #scroll p, #commission_faq #scroll p, #costume_faq #scroll p {
	margin: 1em 20px 1em 20px;
}

#policy_faq p.question, #commission_faq p.question, #costume_faq p.question {
	color: #ac4711;
}

#policy_faq p.answer, #commission_faq p.answer, #costume_faq p.answer {
	padding-left: 50px;
}

#commission_faq_title { background-image: url(/images/titles/commission_faq.png); }

#policy_faq_title { background-image: url(/images/titles/policy_faq.png); }

#costume_faq_title { background-image: url(/images/titles/costume_faq.png); }

/* Care Instructions, TOS, and links: */

#care_instructions #scroll p, #tos #scroll p, #links #scroll p {
	margin: 1em 20px 1em 20px;
}

/* Care titles... */
#care_instructions_title { background-image: url(/images/titles/care_instructions.png); }

#cleaning { background-image: url(/images/titles/cleaning.png); }

#wear { background-image: url(/images/titles/wear.png); }

#storage { background-image: url(/images/titles/storage.png); }

#maintenance { background-image: url(/images/titles/maintenance.png); }


/* TOS titles... */
#tos_title { background-image: url(/images/titles/tos.png); }

#deadlines { background-image: url(/images/titles/deadlines.png); }

#measurements_subheading { background-image: url(/images/titles/measurements_subheading.png); }

#payment { background-image: url(/images/titles/payment.png); }

#warranty { background-image: url(/images/titles/warranty.png); }

#shipment { background-image: url(/images/titles/shipment.png); }

#cancellation { background-image: url(/images/titles/cancellation.png); }

#exclusivity { background-image: url(/images/titles/exclusivity.png); }

#style { background-image: url(/images/titles/style.png); }

/* Links titles... */
#links_title { background-image: url(/images/titles/links.png); }

#website_credits { background-image: url(/images/titles/website_credits.png); }

#costume_resources { background-image: url(/images/titles/costume_resources.png); }

#personal_links { background-image: url(/images/titles/personal_links.png); }

/* Measurements (styles and title): */

#measurements_title { background-image: url(/images/titles/measurements.png); }

#measurements #scroll p {
	color: #662b0b;
}

#measurements .category {
	margin: .5em 0 .5em 50px;
}

#measurements #pdf {
	text-align: center;
	margin: 0;
}

#measurements #intro {
	margin: 0 0 .5em 10px;
}

#measurements ul, #tos ul {
	list-style-image: url(/images/bullet.png);
	margin-left: 60px;
}

/* Customer gallery: */

#customer_gallery h2
{
	margin: 10px 0 0 0;
}

#customer_gallery #scroll {
	width: 85%;
	margin: 0 auto 0 auto;
}

#gallery_icons {
	padding-top: 10px;
}

#customer_photos { background-image: url(/images/titles/customer_photos.png); }

#customer_videos {
	background-image: url(/images/titles/customer_videos.png);
	margin-top: 90px;
}

#customer_gallery img { margin-right: 5px; }

#customer_gallery #scroll p {
	margin: -15px 0 10px 0;
	padding-left: 40px;
}

.pager {
	text-align: center;
	clear: both;
}

/* Duct tape dummy: */

#dtd_title {
	background-image: url(/images/titles/dtd.png);
	margin: .5em 0 1em 0;
}

#dtd img {
	margin: 20px 0 0 20px;
}