/*
Theme Name: Premier Shutters
Theme URI: http://www.premiershutters.co.uk/
Description: The default theme for the Premier Shutters website.
Version: 1
Author: Chris Sewell
Author URI: http://www.cobainmedia.com/
Tags: maroon, fixed, 2 column

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/




.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	clear:both;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: 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;
	}
/* End Images */



/* Begin Lists */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0;
	margin-bottom: 30px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/* GENERIC HTML */
body {margin:0; padding:0; background:url('/images/general/header_gradient.gif') left top repeat-x; color:#240505; font:normal 0.76em arial, sans-serif;}
h1, .h1 {margin:0 0 10px 0; padding:0; font-weight:normal; font-size:200%;}
h2, .h2 {margin:0 0 5px 0; padding:0; font-weight:bold; font-size:140%; color:#240505;}
h3 {margin:0 0 5px 0; padding:0; font-weight:normal; font-size:130%; color:#6B0F2C;}
h4 {margin:0 0 10px 0; padding:0 0 2px 0; font-weight:bold; font-size:110%; border-bottom:1px solid #240505;}
ul {margin:0 0 20px 0; padding:0 0 0 10px; list-style:none; }
li {margin:0 0 5px 0; }
ul.list li {margin:0 0 5px 0; background:url('/images/general/bullet.gif') 0 3px no-repeat; padding:0 0 8px 16px;}
p {margin:0 0 15px 0; line-height:140%;}

dl { padding:0; margin:0 0 20px 0; }
dt { padding:0; margin:0 0 2px 0; color:#6B0F2C; font-size:110%; font-weight:bold; }
dd { padding:0; margin:0 0 10px 0; }

dl.accordion {margin:0 0 20px 0;}
dl.accordion dt {color:#240505; margin:0 0 5px 0; background:url('/images/general/bullet.gif') 0 3px no-repeat; padding:0 0 0 16px; cursor:pointer;}
dl.accordion dt:hover {color:#6B0F2C;}
dl.accordion dd {color:#240505; padding:0 0 0 16px;}

a {color:#6B0F2C;}
a:hover {color:#240505;}
a:focus {outline:none;}

span.mandatory { font-size:140%; margin:0 0 0 6px; }

img {border:none;}
blockquote {padding:0 20px; margin:0;}
blockquote p {font-size:130%; line-height:140%; font-style:italic;}
acronym {border:none; cursor:help;}
sup, sub {margin:0; padding:0; line-height:0; font-size:80%;}
small {font-size: 80%;}
hr {height:1px; border:none; background:#240505; color:#240505; margin:0 0 15px 0;}

/* PAGE */
#page {width:960px; margin:0 auto; padding:0; }
/*#ps_content { background:white; width:960px; padding:0; margin:0; }*/

#ps_header {width:960px; margin:0; padding:5px 0 0 0; overflow:hidden; height:92px;}
#logo {width:250px; height:77px; margin:5px 0 0 0; padding:0; float:left;}
#seo_strip {padding:0; margin:0 0 35px 0; color:#240505; text-align:right; font-size:90%;}
#call {width:400px; margin:0 0 7px 0; padding:0; text-align:right; font-size:130%; float:right; color:#6B0F2C;}
#call strong { font-size:200%; font-weight:bold; letter-spacing:-1px;}

/* NAVIGATION */
#ps_navigation {width:960px; margin:0; padding:0; list-style:none; overflow:hidden; height:30px; background:url('/images/general/nav_shadow.png') left bottom repeat-x; z-index:2000; position:relative; clear:both;}
#ps_navigation li {margin:0; padding:0; float:left;}
#ps_navigation li a {width:auto; margin:0; padding:8px 12px; text-decoration:none; text-align:center; float:left; display:block; color:#EDEBE4;}
#ps_navigation li a:hover {color:#C7C3AA;} 
#ps_navigation li a.current {background:url('/images/general/nav_selected.gif') left top repeat-x #C7C3AA; color:#6B0F2C;}
#ps_navigation li a.current:hover { color:#6B0F2C;}

/* SLIDESHOW */
#slideshow { margin:-3px 0 2px 0; padding:0 0 3px 0; width:960px; height:306px; overflow:hidden; position:relative; background:url('/images/general/box_shadow.gif') repeat-x left bottom;}
#slideshow .shadow {width:960px; height:306px; overflow:hidden; background:url('/images/general/holder.jpg') no-repeat left top;}

#strapline { margin:-42px 0 0 0; padding:8px 0; text-align:center; background:url('/images/general/strapline_background.png'); font-size:160%; display:block; width:960px; position:relative; z-index:1000;}
#slideshow_holder { width:960px; height:306px; }
#progress {color:#240505; padding:10px 0 0 10px; font-size:80%;}


/* SHUTTER SHOP */
#shutter_shop { width:800px; height:600px; margin:30px 0; padding:0; border:5px solid #CFCCBA; }

/* CONTENT */
#content {width:960px; margin:0; padding:0; overflow:hidden; background:white; }
#shop_content {width:960px; margin:0; padding:0; overflow:hidden; background:white; text-align:center; }



#col1 {margin:0 15px 15px 0; float:left; overflow:hidden; background:url('/images/general/box_shadow.gif') repeat-x left bottom; padding:10px 0 3px 0; }


#col1 .shadow {width:585px; padding:35px 25px 25px 25px; background:url('/images/general/content_gradient.gif') left top repeat-x #edebe4; height:665px;}
html>body #col1 .shadow { min-height:665px; height:auto; }

#col1 h1 {color:#6B0F2C;}

#col1 h2 a {color:#240505; text-decoration:none;}
#col1 h2 a:hover {color:#6B0F2C;}

#col2 {width:310px; margin:0; padding:11px 0 0 0; float:left;}

#col2 #side_options {margin:0 0 15px 0; padding:0; width:310px;}
#col2 #side_options li {margin:0 0 5px 0; padding:0; width:310px; overflow:hidden;}

#col2 #side_options li a {width:285px; display:block; height:60px; padding:20px 25px 0 0;  text-decoration:none;}
#col2 #side_options li a strong {display:block; text-align:right; color:#EDEBE4; text-transform:uppercase; font-size:140%; font-weight:bold; margin:0 0 13px 0;}
#col2 #side_options li a span {display:block; text-align:right; color:#6B0F2C; text-transform:uppercase; font-weight:bold;}

#col2 #side_options li#side_brochure a {background:url('/images/sidebar/brochure.jpg') no-repeat left top;}
#col2 #side_options li#side_shop a {background:url('/images/sidebar/shop.jpg') no-repeat left top;}
#col2 #side_options li#side_survey a {background:url('/images/sidebar/survey2.jpg') no-repeat scroll left top transparent}
#col2 #side_options li#side_call a {background:url('/images/sidebar/call.jpg') no-repeat left top;}
#col2 #side_options li#side_quote a {background:url('/images/sidebar/quote.jpg') no-repeat left top;}
#col2 #side_options li a:hover span {color:#240505;}

#col2 #side_options li#side_brochure_large a {background:url('/images/sidebar/large_brochure.jpg') no-repeat left top; width:170px; display:block; height:128px; padding:40px 0 0 140px;  text-decoration:none;}
#col2 #side_options li#side_brochure_large a span {display:block; text-align:left; color:#EDEBE4; text-transform:none; font-weight:bold;}

#col2 #side_options li#side_brochure_large a span.h1 {font-size:220%; margin:0; color:#C7C3AA;}
#col2 #side_options li#side_brochure_large a span.h1 small {font-size:60%;}
#col2 #side_options li#side_brochure_large a span.h2 {margin:0;}
#col2 #side_options li#side_brochure_large a span.para {margin:0 0 20px 0; font-weight:normal;}
#col2 #side_options li#side_brochure_large a span.button_link {color:#6B0F2C; text-transform:uppercase; text-align:right; padding:0 25px 0 0;}

#col2 #side_options li#side_brochure_large a:hover span.button_link {color:#240505;}

#col2 #side_options li#blog { width:310px; margin:15px 0 0 0; padding:10px 0 0 0; background:url('/images/general/blog_gradient.gif') left top repeat-x #6B0F2C; overflow:hidden; }
#col2 #side_options li#blog a.h2 { color:#C7C3AA; padding:0 20px; font-size:180%; margin:0 0 10px 0; height:auto; width:280px;}
#col2 #side_options li#blog a.h2 span {font-size:60%; font-weight:normal; text-align:left; text-transform:none; color:#EDEBE4; margin:0;}
#col2 #side_options li#blog dl { background:#EDEBE4; padding:0 14px 14px 14px; margin:0 7px 7px 7px; width:268px; overflow:hidden; }
#col2 #side_options li#blog dt { font-size:110%; font-weight:bold; padding:14px 0 2px 0; margin:0; }
#col2 #side_options li#blog dt a { text-decoration:none; color:#6B0F2C; width:auto; height:auto; padding:0;}
#col2 #side_options li#blog dt a:hover { color:#240505; }
#col2 #side_options li#blog dd { font-size:90%; padding:0 0 2px 0; margin:0;}
#col2 #side_options li#blog dt span {font-size:75%; font-weight:bold; float:right; padding:2px 0 0 0;}


#col2 .side_list {padding:15px 15px 0 15px; background:url('/images/general/blog_gradient.gif') left top repeat-x #6B0F2C; color:#EDEBE4; margin:0; width:280px; overflow:hidden;}
#col2 .side_list li {color:#EDEBE4;}
#col2 .side_list h2 {color:#EDEBE4;}
#col2 .side_list a {color:#EDEBE4; text-decoration:none;}

#col2 .shadow {background:url('/images/general/box_shadow.gif') repeat-x left bottom; padding:0 0 3px 0; margin:0 0 5px 0}



/* FOOTER */
#ps_footer {width:920px; padding:20px; background:url('/images/general/footer_gradient.gif') left bottom repeat-x #6B0F2C; clear:both; font-size:90%;}
#ps_footer #sitemap { list-style:none; overflow:hidden; padding:0; margin:0; width:920px;}
#ps_footer #sitemap li { width:200px; display:block; float:left; margin:0 16px 0 0;}
#ps_footer #sitemap li.services { width:160px; }
#ps_footer #sitemap li.products { width:160px; }
#ps_footer #sitemap li.info { width:260px; }
#ps_footer #sitemap li h3 { color:#C7C3AA; padding:0; margin:0 0 15px 0; }
#ps_footer #sitemap li ul { padding:0; margin:0; overflow:hidden; }
#ps_footer #sitemap li ul li {margin:0 0 10px 0; background:url('/images/general/footer_bullet.gif') 0 4px no-repeat; padding:0 0 0 14px; width:146px; }
#ps_footer #sitemap li ul li a { color:#EDEBE4; text-decoration:none; }
#ps_footer #sitemap li ul li a:hover {color:#C7C3AA;}
#ps_footer #sitemap li.magazines {width:290px; margin:0;}
#ps_footer #sitemap li.magazines ul { padding:0; margin:0; overflow:hidden; width:290px;}
#ps_footer #sitemap li.magazines ul li { padding:0; margin:0 0 8px 0; width:145px; display:block; float:left; background:none; }
#ps_footer #sitemap li.magazines ul li a { color:#EDEBE4; text-decoration:none; text-align:center;}

#ps_footer #bottom { clear:both; width:920px; margin:10px 0 0 0; padding:0; overflow:hidden; }
#ps_footer #bottom img { float:left; margin:0 20px 0 0; }
#ps_footer #bottom p { float:left; color:#EDEBE4; width:565px; margin:6px 0 0 0;}
#ps_footer #bottom p a {color:#EDEBE4;}
#ps_footer #bottom p a:hover {color:#EDEBE4; text-decoration:none;}
#ps_footer #networks {width:135px; margin:0; padding:0; list-style:none; float:left;}
#ps_footer #networks li {padding:0; margin:0; float:left;}
#ps_footer #networks li a {display:block; padding:5px 0 5px 24px; text-decoration:none; color:#EDEBE4;}
#ps_footer #networks li a.facebook {background:url('/images/network/facebook.gif') left center no-repeat;}
#ps_footer #networks li a.twitter {background:url('/images/network/twitter.gif') left center no-repeat;}



