/*
Theme Name: About Colour
Theme URI: http://example.com
Description: Blank Wordpress template. Left and right columns.
Author: TML Web
Author URI: http://www.tmlwebdesign.com
version: 1.0
*/

/* basics */

* {
	margin:0;
	padding:0;
}
body {
	background: #fff;
	font-family: Garamond, serif;
	font-size: 14px;
	margin: 15px auto 0px auto;
	padding: 0;
}
h1 {
	font-size: 28px;
	margin: 10px 0 40px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 8px;
	padding-bottom: 5px;
}
h2.archivetitle {
	margin: 15px 0 0 15px;
}
h3 {
	font-size: 18px;
	margin-bottom:0;
}
h4 {
	font-size: 12px;
}
/* images and misc. */

img {
	border: none;
}
img a {
	border:none;
}
img.left {
	float: left;
	border: none;
	padding: 5px;
}
img.right {
	float: right;
	border: none;
	padding: 5px;
}
blockquote {
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}
code {
	margin:10px;
	font-family:"Courier New", Courier, monospace;
}
/* links */

a {
	color:#666;
	text-decoration:none;
	border: none;
}
a:hover {
	color:#333;
	text-decoration: underline;
	border: none;
}
#wrapper{
	background: url(images/bk_s1.png) center repeat-y;}
/* container */

#container {
	width: 940px;
	margin: 0px auto 0px auto;
	padding: 5px 10px;
	color:#333;
	overflow: hidden;
}
/* header */

#header {
	width: 960px;
	height: 180px;
	color: #fff;
	margin: 0 auto;
}
#header h1 {
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;
	padding: 120px 0 0 16px;
}
#header span.logo a{
	margin: 0 auto;
	background: url(images/logo_s1.gif) center no-repeat;
	width: 100%;
	height: 0;
	padding: 175px 0 0 0;
	overflow: hidden;
	float: left;	
	}
#header h1 a {
	color: #404040;
	text-decoration: none;
}
#header h1 a:hover {
	color: #666;
	text-decoration: none;
}
#header h2 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #404040;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 0 18px;
}
/* main menu */

#menu {
	
	font-size: 14px;
	width: 1000px;
	background: url(images/bk-top_s1.png) bottom no-repeat;
	margin: 0 auto;
	padding-bottom: 15px;
}
#menu ul {
	padding: 20px 0;
	text-align: left;
	border-top: 2px solid #F2F2F2;
	width: 960px;
	margin: 0 auto;
}
#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0 17px 0 23px;
	background: url(images/nav-div_s1.gif) left center no-repeat;
}
#menu ul li#menu-item-15{
	background: none;}
#menu ul li a {
	padding: 0 11px 0 11px;
	margin: 0;
	text-decoration: none;
	color: #666;
	font-size: 16px;
	text-transform: uppercase;
}
#menu ul li a:hover {
	color:#333;
}
#menu .current_page_item a {
	color:#333;
}
#menu li ul {
    background: none repeat scroll 0 0 #333333;
    font-weight: normal;
    height: auto;
    left: -999em;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 220px;
    z-index: 999;
}
#menu li li {
    background-color: #FFFFFF;
    background-image: none;
    height: auto;
    margin: 0;
    padding: 0;
    width: 220px;
}
#menu li li:hover {
    background-color: #8C2842;
}
#menu li li a {
    background-color: #b83457;
    color: #FFFFFF!important;
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 6px 3px 7px 10px;
    text-decoration: none;
}
#menu li li:hover a, #menu li li:hover li:hover a, #menu li li.sfhover a, #menu li li.sfhover li.sfhover a {
    background-color: #8C2842;
    border: medium none;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    margin: 0;
    text-decoration: none;
}
#menu li li:hover li a, #menu li li.sfhover li a {
    background-color: #008634;
    border: medium none;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    margin: 0;
    text-decoration: none;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
    left: -999em;
}
#menu li:hover ul, #menu li.sfhover ul {
    left: auto;
    margin: 0 0 0 120px;
}


/* content */

#content {
	float: left;
	width: 650px;
	overflow: hidden;
}
#content.full{
	width: 100%;
	margin-bottom: 80px;}
.post {
	margin: 0 10px;
	padding:10px 10px 10px 5px;
	line-height: 14pt;
}
.post h2 {
	font-size: 18px;
	font-weight: bold;
}
.post h3 {
	font-size: 18px;
	margin-bottom:0;	
	font-weight: bold;
	padding: 0;
}
.post h2 a {
	text-decoration: none;
}
.post h2 a:hover {
	color: #666;
	text-decoration: none;
}
.post p {
	font-size: 14px;
}
.post small {
	font-size: 12px;
}
.post a {
	text-decoration:none;
	color: #B83457;
}
.post p a {
	text-decoration:underline;
}
.post ul {
}
.post li {
}
.entry p {
	margin:12px 0;
}
.postmetadata {
	clear: both;
	border-top: 2px solid #F2F2F2;
	padding:6px 0;
	margin-top: 16px;
}
p.postmetadata {
	font-size: 12px;
	font-weight: bold;
}
.navigation {
	font-size:11px;
	float:left;
	width:100%;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.notfound {
	padding: 25px;
	font-size: 14pt;
	font-weight: 300;
}
/* left sidebar */

#left {
	font-size:10px;
	width: 200px;
	float:left;
	margin: 12px 0 20px 0;
	padding: 0;
	border-right: 1px dotted #A2A2A2;
}
#left h2 {
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	color: #333;
	margin: 0;
	padding: 0;
}
#left p {
	margin:0;
	padding: 0 6px 0 12px;
}
#left img {
	padding: 0;
	margin: 0;
}
#left ul {
	margin:12px;
	padding:0;
	list-style-type: none;
}
#left ul li {
	margin: 0;
	padding: 0;
	line-height: 150%;
	list-style-type: none;
	;
}
#left ul ul {
	margin: 2px 0 15px 0px;
	padding: 0;
}
#left ul ul li {
	list-style-type: none;
	list-style-position: inside;
}
#left ul ul ul {
	margin: 0;
	padding: 0;
}
#left ul ul ul li {
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}
/* right sidebar */

#right {
	font-size:12px;
	width: 250px;
	float:right;
	margin: 12px 0 20px 0;
	padding: 0;
	border-left: 2px solid #F2F2F2;
}
#right h2 {
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	color: #333;
	margin: 0;
	padding: 0;
}
#right a{
	color: #B83457;}
#right p {
	margin:0;
	padding: 0 6px 0 12px;
}
#right img {
	padding: 0;
	margin: 0;
}
#right ul {
	margin:12px;
	padding:0;
	list-style-type: none;
}
#right ul li {
	margin: 0;
	padding: 0;
	line-height: 150%;
	list-style-type: none;
}
#right ul ul {
	margin: 2px 0 15px 0px;
	padding: 0;
}
#right ul ul li {
	list-style-type: none;
	list-style-position: inside;
}
#right ul ul ul {
	margin: 0;
	padding: 0;
}
#right ul ul ul li {
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}
/* comments */
#commentssection {
	clear: both;
	padding: 0px 12px;
	margin: 0 10px 0 0;
}
#commentssection h3 {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #000;
}
#commentform {
	margin: 0px 12px 10px 12px;
	padding:5px;
	border-top: 2px solid #F2F2F2;
}
#commentform p {
	color: #000;
}
#commentform a {
	color: #000;
	text-decoration: underline;
	line-height: 14px;
}
#commentform h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#commentbox {
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
}
#author, #email, #url, #commentbox, #submit {
	background: #fff;
	font-size: 11px;
	margin:10px 5px 0 0;
	padding: 3px;
	border: 1px solid #B2B2B2;
}
#submit {
	font-size: 10px;
	padding: 2px;
	margin: 10px 0px;
	border: none;
	background-color: #000;
	color: #fff;
}
ol.commentlist {
	list-style-type: none;
}
ol.commentlist li {
	margin:10px 0;
	padding:5px 0 5px 5px;
	overflow: hidden;
}
ol.commentlist li.alt {
	background: none;
	font-size: 10px;
	font-weight: bold;
}
ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
	line-height: 150%;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
ol.commentlist a {
	color:#000;
}
cite {
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
}
cite a {
	color: #000;
	text-decoration: underline;
}
/* search */

#searchform {
	padding: 6px 0 6px 0px;
	margin: 0;
}
#searchform input#s {
	font-size: 10px;
	padding: 2px;
	margin: 0px 1px 10px 0px;
	border: 1px solid #B7B7B7;
}
#searchform input#searchsubmit {
	font-size: 10px;
	padding: 2px;
	margin: 0px 0px 10px 2px;
	border: none;
	background-color: #000;
	color: #fff;
}
/* footer */

#footer {
	background: url(images/bk-bottom_s1.png) top no-repeat;
	clear: both;
	width: 1000px;
	font-size: 10px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	position: relative;
}
#footer p {
	padding:6px 30px;
	margin: 0;
	color: #000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	color: #BCBCBC;
	text-decoration: none;
}
#footer a:hover {
	color: #5D5D5D;
	text-decoration: underline;
}
.home1{
	background: #B83457 url(images/home1_bk.png) bottom no-repeat;
    color: #FFFFFF;
    float: left;
    font-size: 42px;
	line-height: 110%;
    font-weight: bold;
    height: 530px;
    margin-right: 12px;
    padding: 15px;
    text-shadow: 0 0 5px #333333;
    width: 195px;
	}
.home1 em{
	font-weight: normal;
	font-size: 16px;
	font-style: normal;}
.home2 {
	background: #D46A1B;
	color: #fff;
	width: 185px;
	padding: 20px;
	float: left;
	margin-right: 12px;
	height: 520px;
	text-shadow: 0 0 5px #333;
	font-size: 22px;
	font-weight: bold;
	}
.home2 p{
	padding: 0 0 15px 0;
}
.home2 p a{
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
	font-size: 16px;
	padding-top: 25px;}
.home3 {
	background: #BF479E url(images/home1_bk.png) top no-repeat;
	color: #fff;
	width: 185px;
	padding: 220px 20px 20px 20px;
	float: left;
	margin-right: 12px;
	height: 320px;
	text-shadow: 0 0 8px #333;
	font-size: 16px;
	line-height: 133%;
	}
.home3 h2, .home4 h2{
	color: #fff;
	font-size: 28px;
	padding-bottom: 5px;
	margin: 0;}
.home3 p a{
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
	font-size: 16px;
	padding-top: 25px;}
.home4 {
	background: #D9B53D;
	color: #fff;
	width: 185px;
	padding: 20px;
	float: left;
	height: 520px;
	text-shadow: 0 0 5px #333;
	font-size: 14px;
	font-weight: bold;
	}
.home4 a, .home4 a:hover{
	color: #fff;}
.home4 img{
	margin: 5px 0;
	}
.home4 small{
	float: right;
	margin: 0 0 15px 0;
	font-size: 12px;}
.paint_pots{
	width: 301px;
	padding: 0;
	background: url(images/paint_pots.png) no-repeat;
	position: absolute;
	height: 120px;
	right: -5px;
	bottom:  10px;
	}
table.paints img{
	border: 1px solid #000;
}
table.paints td{
	
	vertical-align: top;
	width: 115px;
	padding-right: 20px;
	height: 300px;}
.enquiry{
		width: 210px;
	float:right;
	margin: 12px 0 20px 0;
	padding: 0px 20px 20px 20px;
	border-left: 2px solid #F2F2F2;}
.enquiry img{
	border: 1px solid #F2F2F2;}
.request{
		width: 210px;
	float:right;
	margin: 0 0 20px 0;
	padding: 0px 20px 20px 20px;
	border-left: 2px solid #F2F2F2;}
.request input.wpcf7-text{
		width: 200px;}
.request textarea.wpcf7-textarea{
		width: 200px;
		height: 100px;
	}
input.wpcf7-submit{
		background: #333;
		color: #fff;
		border: none;
		font-weight: bold;
		padding: 3px;}
.wp-caption img{
	border: 1px solid #F2F2F2;
}
p.wp-caption-text{
	text-align: left;
	font-size: 12px;
	color: $666;
	padding: 0 15px 0 0;}