/*
Theme Name: Premier Stores
Theme URI: http://premierstores.net/
Description: The default Premier Stores theme developed by Morecambe.NET.
Version: 1.0
Author: Morecambe.NET
Author URI: http://morecambe.net/
*/

/*---------------------------------------------------

	-- -- -- -- -- -- -- -- -- -- -- -- --
	Premier Stores CSS
	last edit: 25 october 08
	-- -- -- -- -- -- -- -- -- -- -- -- --
	
----------------------------------------------------*/


/*-------------------------------------------

    General Setup

-------------------------------------------*/
* {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0;
	}	
body {
	color: #262626;
	margin: 0; padding: 0;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #464545 url(i/bg_body.png) repeat-x center 0;
	}
body * {
	font-size: 97%;
	line-height: 1.75;
	}

:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p,dl,dt,dd,ul,ol,li,strong,em, a {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,cite {margin: 0; padding: 0;}
a img,:link img,:visited img, fieldset {border: none;}
address {font-style: normal;}
acronym { cursor: help; border-bottom: 1px dotted; font-weight: inherit; }
strong { font-weight: bold; font-style: inherit; }
em { font-weight: inherit; font-style: italic; }
legend, hr { display: none;	}
label { display: block; }

h1, h2, h3, 
h4, h5, h6 { font-family: Arial, Helvetica, sans-serif;	}
	
.hr, .br {
	width: 100%;
	height: 1px;
	display: block;
	line-height: 1px;
	clear: both;
	border: none;
	} * html .hr, * html .br { line-height: 0; font-size: 1px; }

a, a:link, a:visited, a:hover { color: #69493d; }
 
/*-------------------------------------------

    Core Strucutre

-------------------------------------------*/
/* --->>> Container <<<---*/
#container {
	width: 973px;
	margin: 45px auto 0;
	position: relative;
	background: url(i/bg_container.png) repeat-y center 0;
	} * html #container { background-image: url(i/ie6/bg_container.png); }
	
	#container-wrapper {
		background: url(i/bg_container-top.png) no-repeat center -19px;
		} * html #container-wrapper { width: 100%; background-image: url(i/ie6/bg_container-top.png); }
		
/* --->>> Header <<<--- */
#header {
	height: 250px;
	position:  relative;
	}
	
/* logo */
#header h1 {
	width: 350px;
	height: 145px;
	position: absolute;
	top: 25px; left: 60px;
	}
	#header h1 a {
		width: 350px;
		height: 145px;
		display: block;
		text-indent: -9999px;
		outline: none;
		}

/* top navigation */
ul#top-nav  {
	position: absolute;
	bottom: 4px; left: 25px;
	line-height: normal;
	margin:0;
	overflow: visible;
	}

	ul#top-nav li {
		float: left;
		position: relative;
		}

	ul#top-nav li a {
		float: left;
		display: block;
		padding: 0 30px;
		border-right: 1px solid #131313;
		border-left: 1px solid #474747;
		}
		ul#top-nav li.first a { border-left: none; }
		ul#top-nav li.last a { border-right: none; }

	ul#top-nav a:link, ul#top-nav a:visited  {
		color: #c7d964;
		font-size: 1em;
		line-height: 40px;
		text-decoration: none;
		} ul#top-nav a:hover { text-decoration: underline; }
	ul#top-nav li.active a { text-decoration: underline; }

	/* directions */
	ul#top-nav li.directions a {
		position:absolute;
		top: -250px; right: -490px;
		color: #d7d7d7;
		font-size: .75em;
		line-height: 1.75;
		padding: 5px 30px 5px 10px;
		background: #32312d url(i/bg_arrow.png) no-repeat 95% 11px;
		border: none;
		white-space: nowrap;	
		}
		
/* intro text */
#header p.intro {
	width: 175px;
	position: absolute;
	top: 30px; right: 105px;
	color: #b2b2b2;
	}
	#header p.intro span {
		display: block;
		color: #c7d964;
		font: 1.25em Georgia, "Times New Roman", Times, serif;
		margin: 10px 0 0;
		} 


/* --->>> Main <<<--- */
#main {
	width: 630px;
	float: left;
	}
	#main-wrapper { padding: 20px 0 35px 50px; }

/* paragraphs */
#main p {
	font-size: 1em;
	padding:  0 0 1em;
	}

/* headings */
#main h1.title {
	color: #4a4948;
	font: 2em Georgia, "Times New Roman", Times, serif;
	}
	
/* heading 1 + 2 */
#main h1, #main h2,
#main h3, #main h4,
#main h5, #main h6  {
	color: #4a4948;
	font: 2em Georgia, "Times New Roman", Times, serif;
	margin-bottom: .5em;
	border-bottom: 1px dotted #d7d4c8;
	}
#main h2 { font-size: 1.75em; }

/* heading 3 */
#main h3 {
	font-size: 1.6em;
	}

/* heading 4 */
#main h4 {
	font-size: 1.5em;
	}

/* heading 5 + 6 */
#main h5, #main h6 {
	font-size: 1.25em;
	font-weight: normal;
	text-transform: none;
	}

/* lists */
#main ol li {
	font-size: 1.125em;
	list-style-position: inside;
	list-style-type: decimal;
	}
#main ul, #main ol { padding: 5px 20px 1em 25px; }
#main ul li {
	font-size: 1.125em;
	margin-left: 10px;
	list-style: disc;
	}
	#main ul li li, #main ol li li { font-size: 1em; }

#main ul.no-list { margin: 0; padding: 0; }
#main ul.no-list li {
	list-style: none;
	margin: 0;
	}

/* images */
#main .post img { padding: 5px; background: #fff; border: 2px solid #ccc; }

/* links */
#main a:link, #main a:visited {
	color: #69493d;
	text-decoration: underline;
	}
	
/* homepage intro */
#main #intro h1 { margin-bottom: .125em; }
/*#main #intro h1:first-letter { font-size: 1.25em; }*/
	#main #intro h1 span {
		color: #98a64d;
		font-size: 1em;
		}	
#main #intro h2 {
	color: #4a4948;
	font: italic 1.5em Georgia, "Times New Roman", Times, serif;
	border: none;
	}
#main #intro p { font-size: 1em; }

/* gallery */
div.gallery-item {
	width: 150px;
	height: 150px;
	float: left;
	display: inline;
	margin: 15px 0 0 15px;
	border: 10px solid #eae7da;
	}

#main p.gallery-icon { padding: 0; margin: 0; }
	#main p.gallery-icon a,
	#main p.gallery-icon a img { display: block; }

#main p.gallery-caption { padding: 0 10px; margin: 0; }


/* --->>> General Formatting <<<--- */
.txt-right { text-align: right; }
.txt-center { text-align: center; }
.txt-left { text-align: center; }

p img { padding: 0; max-width: 100%; }

img.aligncenter { 
	display: block;
	margin: 0 auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright { float: right; }
.alignleft { float: left }

/* --->>> Sidebar <<<--- */
#sidebar {
	width: 300px;
	float: right;
	position: relative;
	margin-top: -40px;
	}
	#sidebar-wrapper { margin: 0 35px 35px 0; }

/* side nav */
#side-nav h2 {
	display: block;
	height: 38px;
	color: #c7d964;
	font: 1.25em/38px Georgia, "Times New Roman", Times, serif;
	padding: 0 10px;
	text-transform: uppercase;
	background: #393837;
	}
	
#side-nav ul { 
	position: relative;
	margin: 1px 0 0; 
	border-bottom: 2px solid #cdcdcd;
	}

	#side-nav ul li {
		border-right: 2px solid #cdcdcd;
		border-left: 2px solid #cdcdcd;
		}
		
	#side-nav ul li a {
		display: block;
		min-height: 2em;
		color: #69493d;
		font: 1.125em/2 Georgia, "Times New Roman", Times, serif;
		text-indent: 10px;
		padding: 0 10px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #dad4c2;
		background: #eae7da;
		} * html #side-nav ul li a { height: 2em; }

		#side-nav ul li.first a { border-top: none; }
		#side-nav ul li.last a { border-bottom: none; }


	#side-nav ul li a:hover,
	#side-nav ul li.current_page_item a {
		background: #d5d3c9;
		border-top-color: #f3f2ed;
		border-bottom-color: #bebab0;
		}

/* search form */
#sidebar form {
	padding: 10px;
	margin: 20px 0 0;
	border: 2px solid #d1d1d1;	
	background: #eae7da;
	}
	
#sidebar form legend { 
	display: block;
	color: #161616;
	font: 1.25em Georgia, "Times New Roman", Times, serif;
	}	
	
#sidebar form input.search {
	width: 160px;
	font-size: 14px;
	line-height: normal;
	padding: 2px 5px;
	background: #f7f7f7;
	border: 1px solid #d1d1d1;
	}

input.button {
	width: 0;
	color: #2d2d2d;
	padding: 0 5px; margin: 0;
	font-size: 14px;
	line-height: normal;
	background: #d2d0c9 url(i/bg_button.png) repeat-x 0 bottom;
	border: 1px solid #cac8c1;
	cursor: pointer;
	overflow: visible;
	} input.button[class] { width: auto; }
	
		
/* side address */
#sidebar address {
	color: #69493d;
	font: italic 1.125em/2 Georgia, "Times New Roman", Times, serif;
	padding: 35px 10px;
	margin: 20px 0 0;
	border-top: 1px dotted #d7d4c8;
	border-bottom: 1px dotted #d7d4c8;
	}

/* opening times */
#sidebar h2.times {
	color: #69493d;
	font: 2em Georgia, "Times New Roman", Times, serif;
	padding: 0 10px;
	border-bottom: 1px dotted #d7d4c8;
	}
#sidebar h2.times span { color: #98a64d; }


#sidebar p.times {
	color: #69493d;
	font: italic 1.125em/2 Georgia, "Times New Roman", Times, serif;
	padding: 20px 10px 0;
	}

/* --->>> Footer <<<--- */
#footer {
	text-align: center;
	padding: 0 15px;
	background: url(i/bg_footer.png) repeat-x 0 bottom;
	}

	#footer-wrapper {
		width: 943px;
		min-height: 210px;
		position: relative;
		margin: -1px auto 0;
		padding: 0 0 40px;
		border-top: 10px solid #eae7da;
		} * html #footer-wrapper { height: 210px; }

/* logo */
#footer h1 {
	width: 290px;
	height: 120px;
	position: absolute;
	top: 25px; left: 20px;
	background: url(i/bg_footer-logo.png) no-repeat 0 0;
	}
	#footer h1 a {
		width: 290px;
		height: 130px;
		display: block;
		text-indent: -9999px;
		outline: none;
		}
			
/* footer nav */
ul.footer-nav {
	width: 200px;
	float: right;
	padding: 0 20px;
	margin: 20px 0 0;
	}
	ul.footer-nav li { text-align: right; }

ul.main { width: 260px; border-left: 1px dotted #999; }
	ul.main li { text-align: left; }

ul.footer-nav li a {
	color: #c58a72;
	font: 1.125em Georgia, "Times New Roman", Times, serif;
	} ul.main li a { color: #c7d964; }

ul.footer-nav li a:hover { text-decoration: underline; }

/* copyright */
#footer p.copyright,
#footer p.tag  {
	color: #c7d964;
	position: absolute;
	bottom: 9px; left: 30px;
	font-size: .75em;
	margin: 0; padding: 0;
	}
	#footer p.tag { left: 670px; color: #646464; }
	
#footer p.tag a:link,
#footer p.tag a:visited,
#footer p.tag a:hover { color: #646464; text-decoration: underline; }

/* --->>> Notices <<<--- */
#main p.notice, 
#main p.error, #main p.success {
	color: #000;
	margin: 20px 0;
	padding: 10px 10px 10px 30px;
	background: #ebecd2 url(i/bg_notice.gif) no-repeat 5px center;
	border: 1px solid #333;
	}

#main span.notice, .txtOutOfStock { color: #ff0000; }
	
#main p.error { background: #ebecd2 url(i/bg_error.gif) no-repeat 5px center; }
#main p.success { background: #ebecd2 url(i/bg_success.gif) no-repeat 5px center; }

#main p.notice span, #main p.error span,
#main p.success span { font-weight: bold; }

/* --->>> Contact Form <<<--- */
#main #contact form p.error {
	color: inherit;
	margin: inherit;
	padding: inherit;
	background: none;
	border: none;
	}
#contact { /*margin: 20px 0 0 0;*/ }

#contact fieldset {
	position: relative;
	margin: 0; padding: 0;
	background: 0;
	border: 0;
	} #contact fieldset legend { display: none; }
	
/* standard input */
#contact p.input label,
#contact p.select label,
#contact p.textarea label,
#contact div.radio-label p,
#contact div.checkbox-label p {
	width: 250px;
	float: left;
	font: bold 13px/24px "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 0; padding: 0;
	} #contact div.checkbox-label p { padding-top: 5px; }
	
#contact p.label-full {
	font: bold 13px/24px "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}

	#main #contact form p.error,
	#main #contact form div.error {
		padding: 5px 0 5px 0;
		margin: 0 0 5px;
		background: #ebecd2 url(i/bg_error.gif) no-repeat 5px center;
		border: 1px solid #333;
		}

	#contact p.checkbox label {
		font: bold 13px/24px "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		text-align: left;
		margin: 0; padding: 0;
		}
	

#contact div.radio,
#contact div.checkbox-multi {
	width: 100%;
	float: left;
	clear: both;
	padding: 0 0 10px;
	}	

#contact p.input input,
#contact p.select select,
#contact p.textarea textarea,
#contact div.radio-values,
#contact div.checkbox-values {
	width: 180px;
	float: left;
	font: 14px/1.5 Arial, Helvetica, sans-serif;
	margin: .25em 0 .5em 10px;
	}

	#contact div.radio-values,
	#contact div.checkbox-values { width: 250px; float: left; }


#main #contact div.radio-values p,
#main #contact div.checkbox-values p {
	font: 14px/18px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: .25em 0 .5em 0;
	white-space: nowrap;
	}	
	
#contact p.textarea textarea {
	width: 250px;
	height: 100px;
	}
#contact p.input,
#contact p.select,
#contact p.textarea {
	width: 100%;
	float: left;
	clear: both;
	padding: 0 0 10px 0;
	margin: 0;
	}

#contact fieldset p.checkbox { margin-left: 260px; }

#contact fieldset p.checkbox label {
	display: inline;
	text-align: left;
	margin: 0; padding: 0;
	}

#contact fieldset p.full label {
	width: 100%;
	text-align: left;
	margin: 0; padding: 0;
	}

#contact fieldset p.full input,
#contact fieldset p.full select {
	clear: both;
	margin-left: 160px;
	}

/* submit  */
#contact p.button {
	width: 100%;
	float: left;
	margin: 0 0 10px;
	}
#contact p.button input {
	margin-left: 260px;
	}

#contact .radio-label span,
#contact label span {
	display: block;
	position: relative;
	margin: -5px 0 0;
	padding: 0;
	color: #ff0000;
	text-transform: uppercase;
	font-size:9px;
	line-height: 10px;
	text-align: right;
	}