/*
Theme Name: Sov Blinds
Theme URI: http://www.sovblinds.com/
Description: Theme for sovblinds.com <a href="http://www.sovblinds.com/</a>.
Version: 1.0
Author: Equal Design
Author URI: http://equaldesign.co.uk
Tags:
*/

* {
	margin: 0px;
	padding: 0px;
}
a img {
	border: none;
}
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #204773;
	background-image: url(images/body-bg-grad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 20px;
}

#container {
	width: 882px;
	margin-right: auto;
	margin-left: auto;
}

#header-photo, #header-photo-inner {
	width: 100%;
	height: 430px;
	background-image: url(images/header-photo-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}
#header-photo-inner {
	height: 300px;
}
#site-info {
	background-image: url(images/site-info-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 136px;
	width: 446px;	
}
#site-info p, #site-info h1 {
	text-indent: -9999px;
}
#navbar-home, #navbar {
	width: 100%;
	height: 38px;
	background-image: url(images/navbar-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-top: 257px;
}
#navbar {
	margin-top: 127px;
}
#navbar-home ul, #navbar ul {
	list-style-type: none;
	padding-top: 3px;
	padding-left: 20px;
}
#navbar-home ul li, #navbar ul li {
	float: left;
	display: inline;
}
#navbar-home ul li a, #navbar ul li a {
	padding: 5px;
	display: block;
	border-right: 1px solid #CCCCCC;
	margin-right: 15px;
	padding-right: 15px;
	color: #FFFFFF;
	text-decoration: none;
}

#the-home-content {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 1.3em;
	line-height: 1.5;
}
.home-content-top {
	background-image: url(images/home-container-top.png);
	background-position: center top;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;	
}
.home-content-repeat {
	background-image: url(images/home-container-repeat.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: 862px;
	margin-bottom: 20px;
}
.home-content-repeat p {
	margin-bottom: 10px;
}
.home-content-repeat ul, .home-content-repeat ol {
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 1.5;
}

#blinds-pages {
	padding-left: 5px;
}
.blind-subpage {
	width: 120px;
	float: left;
	margin-right: 5px;
}

#footer {
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 167px;
	margin-top: 15px;
	color: #FFFFFF;
	padding: 20px;
	padding-top: 48px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer-left {
	float: left;
	width: 450px;
	display: inline;
	font-size: 1.3em;
	line-height: 1.5;
}
#footer-right {
	width: 350px;
	float: right;
	diplay: inline;
	text-align: right;
}
.footer-bigger {
	font-size: 1.6em;
	font-weight: bold;
}
.footer-big {
	font-size: 1.3em;
	font-weight: bold;
}
.padder {
	height: 10px;
}

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

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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 */