/* 
	Title:	Morrissey screen styles
	Author: chris.pearce@bluearcgroup.com
*/

/****************************************************************************************	
	[GENERAL SELECTORS]
*****************************************************************************************/

/* Eric Meyer's Reset Rules */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
html, body, fieldset, img {border: 0;}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* Back to my CSS */
body {
	color: #fff;
	background: url("../images/template/body-bg2.jpg") repeat 0 0;
	font: 0.75em/1.3 "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
a:link, a:visited {
	color: #40A7CA;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table caption {
	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 0.40em;
}
strong {font-weight: bold;}
em {font-style: italic;}
blockquote {margin: 0 12px;} 
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0.50em;
	color: #fff;
}
h1 {
	font-size: 2.2em;
	font-weight: 500;
	margin-bottom: 0.80em;
}
h2 {
	font-size: 1.3em;
	color: #40A7CA;
}
h3, h4, h5, h6 {
	font-size: 1.2em;
	margin-bottom: 0.20em;
	color: #40A7CA;
}
/* Over-ride those pesky font tags */
font {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important; 
	font-size: 100% !important;
	color: #fff !important;
}

/* [CONTENT AREA]
-------------------------------------------------------*/
/* Set font size to 11px if required */
div.main-content {font-size: 0.95em;}
/* Spacing */
div.main-content p, div.main-content ul,
div.main-content ol, div.main-content dl,
div.main-content table {margin-bottom: 1.2em;}
div.main-content table table {margin: 0;}
div.main-content p + ul,
div.main-content p + ol {margin-top: -1em;}
/* Lists */
div.main-content ul {margin-left: 2px;}
div.main-content ul li {
	padding-left: 18px;
	background: url("../images/template/bullet.gif") no-repeat 0 6px;
}
div.main-content ol {list-style: lower-alpha;}
div.main-content ol li {margin-left: 24px;}
div.main-content ul ul, 
div.main-content ol ol {margin: 0.4em 0;}

/****************************************************************************************
	[SITE STRUCTURE] main divisions
*****************************************************************************************/

/* [WRAPPERS]
-------------------------------------------------------*/
#wrapper {
	width: 100%;
	min-height: 752px;
	background: url("../images/template/body-bg.jpg") no-repeat center top;
}
	#wrapper-inner {
		width: 971px;
		margin: 0 auto;
		padding-top: 43px;
	}

/* [HEADER]
-------------------------------------------------------*/
#header {
	width: 971px;
	margin-bottom: 3px;
}
body.subnav #header {background: url("../images/template/subnav-bg.png") no-repeat 100% 100%;}

	/* Logo */
	#header h1 {
		float: left;
		margin: 0;
	}
		#header h1 a {
			display: block;
			text-indent: -999em;
			width: 133px;
			height: 27px;
			background: url("../images/template/logo.gif") no-repeat 0 0;
			overflow: hidden;
		}

	/* Nav Wrapper */
	#header #nav-wrapper {
		float: right;
		font-size: 0.90em;
		margin: 9px 0 0 0;
		padding-bottom: 22px;
	}
	body.subnav #header #nav-wrapper {padding-bottom: 0;}
		/* Navigation */
		#header #nav-wrapper ul {float: left;}
		#header #nav-wrapper ul#subnav {
			clear: both; 
			float: none;
		}
			/* list items */
			#header #nav-wrapper ul li {float: left;}
				/* links */
				#header #nav-wrapper ul li a {
					display: block;
					float: left;
					color: #fff;
					text-decoration: none;
					text-transform: uppercase;
					padding: 0.60em 0.95em;
					position: relative;
				}
				#header #nav-wrapper ul#subnav li a {
					font-style: italic;
					padding: 0.40em 0.95em;
				}
				#header #nav-wrapper ul#nav li a:hover,
				#header #nav-wrapper ul#nav li a.active {
					background-color: #000;
					color: #6c6f70;
				}
				#header #nav-wrapper ul#subnav li a:hover,
				#header #nav-wrapper ul#subnav li a.active {color: #6c6f70;}
			
/* [CONTENT AREA]
-------------------------------------------------------*/
#cnt-wrapper {
	width: 911px;
	float: left;
	background-color: #353535;
	padding: 25px;
	border: 5px solid #231f20;
}
/* Homepage */
body.home #cnt-wrapper {
	width: 961px;
	padding: 0;
	background: transparent;
}
	
	/* [MAIN PAGE COPY]
	-------------------------------------------------------*/
	div.main-content {
		float: left;
		width: 911px;
		min-height: 380px;
	}
	/* Homepage */
	body.home div.main-content {min-height: 50px;}
	/* With Optional Side Panel */
	body.panel div.main-content {width: 517px;}
	
	/* [OPTIONAL SIDE PANEL]
	-------------------------------------------------------*/
	div.panel {
		float: right;
		width: 347px;
	}
		div.panel img {
			max-width: 347px;
			max-height: 438px;
		}
		div.panel p {margin: 0;}

/* [LINK PANELS - HOMEPAGE]
-------------------------------------------------------*/
ul#link-panels {
	width: 971px;
	float: left;
	margin-top: 3px;
}
	ul#link-panels li {
		border: 3px solid #231f20;
		float: left;
		margin-right: 5px;
	}
	ul#link-panels li.first {margin-right: 6px;}
	ul#link-panels li.last {margin-right: 0;}
		ul#link-panels li img {
			width: 314px;
			height: 100px;
			display: block;
		}

/* [FOOTER]
-------------------------------------------------------*/
#footer {
	clear: both;
	width: 971px;
	text-transform: uppercase;
	font-size: 0.85em;
	position: relative;
	color: #5c5c5c;
}
	#footer a:link,
	#footer a:visited {
		text-decoration: none;
		color: #5c5c5c;
	}
	#footer a:hover {text-decoration: underline;}
	#footer ul {
		position: absolute;
		right: 0;
		top: 15px;
	}
		#footer ul li {
			display: inline; 
			margin-left: 16px;
		}
	#footer p {
		padding-top: 15px;
		font-style: italic;
	}

/****************************************************************************************
	[COMPONENTS] specific styles for content area
*****************************************************************************************/

/* [COLLECTIONS HOMEPAGE]
-------------------------------------------------------*/
div.main-content ul#img-caption {
	float: left;
	width: 911px;
	margin: 3.5em 0 0 0;
}
	div.main-content ul#img-caption li {
		padding: 0;
		background: none;
		float: left;
		width: 284px;
		margin-left: 20px;
		/*margin-left: 110px;*/
		border: 3px solid #1F1B1C;
	}
	div.main-content ul#img-caption li.first {margin: 0;}
		
		div.main-content ul#img-caption li a.img {
			position: relative;
			display: block;
			width: 284px; 
			height: 179px;
		}
		div.main-content ul#img-caption li a.img span {
			display: block; 
			width: 284px; 
			height: 179px;
			z-index: 10;
			position: absolute;
			top: 0;
			left: 0;
		}
		div.main-content ul#img-caption li a:hover span {
			cursor: pointer; 
			background: url("../images/template/dots.png") repeat 0 0;
		}
		div.main-content ul#img-caption li a.img img {
			display: block;
			width: 284px;
			height: 179px;
			z-index: 4;
			position: absolute;
			top: 0;
			left: 0;
		}
		
		div.main-content ul#img-caption li p {
			margin: 0;
			line-height: 1.2;
		}
			div.main-content ul#img-caption li p a {
				display: block;
				background-color: #1F1B1C;
				color: #414141;
				padding: 0.70em 0.50em 0.50em 0.50em;
				text-align: center;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 1.2em;
			}
			div.main-content ul#img-caption li p a:hover {
				text-decoration: none;
				color: #B8B8B8;
			}

/* [STORES]
-------------------------------------------------------*/
div.main-content #stores {
	float: left;
	width: 517px;
	padding-top: 14px;
}
	div.main-content #stores #store-list {
		float: left;
		width: 270px;
	}
	div.main-content #stores #store-detail {
		float: right;
		width: 200px;
		font-size: 1.2em;
	}

/* [PAGINATION]
-------------------------------------------------------*/
div.main-content ul.pagination {margin: 0;}
	div.main-content ul.pagination li {
		padding: 0;
		background: none;
		display: inline;
	}
		div.main-content ul.pagination li a {
			font-weight: bold; 
			margin: 0 5px;
		}

/* [IMAGE GALLERY]
-------------------------------------------------------*/
div.main-content ul#img-gallery {
	margin: 0 auto;
	width: 775px;
	padding-top: 20px;
}
	div.main-content ul#img-gallery li {
		float: left;
		margin: 0;
		padding: 0 0 20px 0;
		width: 155px;
		text-align: center;
		background: none;
	}
	div.main-content ul#img-gallery li.divider {
		width: 775px;
		height: 0;
		clear: both;
		display: block;
		padding: 0;
		float: none;
		line-height: 0;
		font-size: 0;
	}
		div.main-content ul#img-gallery li p {
			padding: 5px 10px 0 10px;
			text-transform: uppercase;
			line-height: 1.1em;
			margin: 0 auto;
		}
		div.main-content ul#img-gallery li a.thickbox img {
			border: 6px solid #fff;
			width: 88px;
			height: 63px;
			display: block;
			margin: 0 auto;
		}
		div.main-content ul#img-gallery li a.thickbox:hover img {border-color: #40A7CA;}

/* [SITEMAP]
-------------------------------------------------------*/
div.main-content ul#sitemap {
	float: left;
	margin: 0;
	width: 516px;
}
	/* Columns */
	div.main-content ul#sitemap li.sitemap-col {
		padding: 0;
		float: left;
		width: 258px;
		background: none;
	}
	div.main-content ul#sitemap li.sitemap-col.right {float: right;}
		/* Top Level */
		div.main-content ul#sitemap li.sitemap-col ul {margin: 0;}
		div.main-content ul#sitemap li.sitemap-col ul li {
			background: none;
			padding: 0;
			margin-bottom: 0.40em;
		}
		div.main-content ul#sitemap li.sitemap-col ul li a {
			font-weight: bold;
			font-size: 1.05em;
			text-transform: uppercase;
		}
			/* Sub Level */
			div.main-content ul#sitemap li.sitemap-col ul li ul {margin: 0.20em 0 0.60em 10px;}
			div.main-content ul#sitemap li.sitemap-col ul li ul li {
				margin: 0;
				padding-left: 11px;
				background: url("../images/template/bullet.gif") no-repeat 0 7px;
			}
				div.main-content ul#sitemap li.sitemap-col ul li ul li a {
					font-size: 0.95em;
					font-weight: normal;
					text-transform: none;
				}
				div.main-content ul#sitemap li.sitemap-col ul li ul li ul {margin-left: 10px;}

/****************************************************************************************
	[FORMS]
*****************************************************************************************/

form {}
	form fieldset.default-form legend span {
		position: absolute;
		top: -999em;
	}
	/* [TYPICAL FORM]
	-------------------------------------------------------*/
	form fieldset.default-form div.form-row {
		padding: 4px 0;
		clear: both;
	}
	form fieldset.default-form div.form-row label {
		width: 10em;
		float: left;
		padding: 2px 0;
		margin-right: 0.40em;
		font-weight: bold;
	}
	form fieldset.default-form div.form-row.alt label {
		width: 30em;
		margin: 0;
		font-weight: normal;
		padding: 2px 0 0 10.20em;
	}
	form fieldset.default-form div.form-row input.txt-input,
	form fieldset.default-form div.form-row input.txt-input-sml, 
	form fieldset.default-form div.form-row textarea {
		font: 1em Arial, Helvetica, sans-serif;
		width: 20em;
		border: 1px solid #515151;
		padding: 2px;
		color: #fff;
		background-color: #858585;
	}
	form fieldset.default-form div.form-row input.txt-input-sml {width: 4em;}
	form fieldset.default-form div.form-row textarea {
		width: 20em; 
		height: 100px;
		overflow: auto;
	}
	form fieldset.default-form div.form-row select {
		font-size: 1em;
		color: #fff;
		background-color: #858585;
		border: 1px solid #515151;
	}
	form fieldset.default-form div.form-row input.txt-input:hover,
	form fieldset.default-form div.form-row input.txt-input:focus,
	form fieldset.default-form div.form-row input.txt-input-sml:hover,
	form fieldset.default-form div.form-row input.txt-input-sml:focus, 
	form fieldset.default-form div.form-row textarea:hover,
	form fieldset.default-form div.form-row textarea:focus {border-color: #B1B1B1;}
	/* Multiple elements */
	form fieldset.default-form div.form-row ul.multi-inputs {
		float: left;
		margin: 0;
		list-style: none;
	}
		form fieldset.default-form div.form-row ul.multi-inputs li label {
			width: auto;
			padding: 2px 0;
			float: none;
			display: block;
		}
		form fieldset.default-form div.form-row ul.multi-inputs li p {
			font: italic 1em Arial, Helvetica, sans-serif;
			color: #666;
			padding: 0.2em 0;
		}
	/* Submit button */
	form fieldset.default-form fieldset.form-submit {
		clear: both;
		padding: 14px 0 0 10.40em;
	} 
		
	/* [VALIDATION/NOTIFACTIONS]
	-------------------------------------------------------*/
	form fieldset.default-form em {font: bold .8em Verdana, Arial, Helvetica, sans-serif; }
	form fieldset.default-form div.form-row span {padding-left: 4px;}
		/* Date Picker */
		.datepicker .ajax__calendar_container {
			border: 3px solid #333;
			background-color: #858585;
			color: #fff;
			z-index: 600;
		}
		.datepicker .ajax__calendar_hover .ajax__calendar_day,
		.datepicker .ajax__calendar_hover .ajax__calendar_month,
		.datepicker .ajax__calendar_hover .ajax__calendar_year {color: #333;}
		.datepicker .ajax__calendar_active .ajax__calendar_day,
		.datepicker .ajax__calendar_active .ajax__calendar_month,
		.datepicker .ajax__calendar_active .ajax__calendar_year {
			color: black;
			font-weight: bold;
		}

/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

/* [HIDE]
-------------------------------------------------------*/
.hide {
	position: absolute;
	left: -999em;
}
.hide-fully {display: none;}
/* hide .NET junk */
div.hide-dotnet {
	height: 0;
	font-size: 0;
}
	
/* [EASY CLEARING]
-------------------------------------------------------*/
.clearfix:after,
#header:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
}
.clearfix {display: inline-block;}    
/* Hides from IE-mac \*/  
* html .clearfix {height: 1%;}  
.clearfix {display: block;}  
/* End hide from IE-mac */

/* [DOWNLOADS]
-------------------------------------------------------*/
/* Single downloads */
div.main-content a.dnld {}

/* [NOTIFICATIONS]
-------------------------------------------------------*/
div.main-content div.errors,
div.main-content div.success {
	padding: 0.6em 0.8em 0.6em 4.2em; 
	margin-bottom: 1.5em; 
	border: 2px solid #ddd;
}
	div.main-content div.errors {
		background: #FEFAEB url("../images/icons/error-lrge.gif") no-repeat 10px 12px; 
		color: #BA624B; 
		border-color: #DBB38B;
		min-height: 36px;
	}
	div.main-content div.success {
		background: #EEF4D5 url("../images/icons/success-lrge.gif") no-repeat 10px 12px; 
		color: #529214; 
		border-color: #ABCD5A;
		min-height: 30px;
	}
	div.main-content div.success h2 {color: #529214;}
	div.main-content div.errors p,
	div.main-content div.success p {margin: 0;}
	div.main-content div.errors ul,
	div.main-content div.success ul {
		margin-top: 0.40em;
		margin-bottom: 0;
	}
	div.main-content div.errors ul li {
		background-image: url("../images/template/bullet2.gif");
		padding-left: 12px;
	}
	div.main-content div.errors a {
		color: #BA624B;
		text-decoration: none;
	}
	div.main-content div.errors a:hover {text-decoration: underline;}
	div.main-content div.success a {color: #529214;}

/* Simple Error Msg */
div.main-content p.error {
	color: #D12F19;
	background: url("../images/icons/error2.gif") no-repeat 0 40%;
	padding-left: 20px; 
}

/* [MISC]
-------------------------------------------------------*/
/* Large text */
div.main-content p.large-text {
	font-size: 1.1em;
	font-weight: bold;
}
/* Flash divider */
div.main-content div.flash-divider {
	margin-top: 23px;
	padding-top: 26px;
	border-top: 3px solid #818181;
}

