/*  
Theme Name: StoneValley
Theme URI: http://www.stonevalley.net/
Description: A theme for Stone Valley
Version: 1.0
Author: Greg Kendall
Author URI: http://www.kendallinternet.co.uk/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* All defaults */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;outline:0;font-size:100%;}
img, abbr, acronym, fieldset {border:0;}
ol, ul {list-style:none;}

/* HTML Elements */

body,html {
	min-height:101%;
	}
	
body {
	background-color: #6B8E23;
	color: #545454;
	padding: 13px 0 25px 0;
	}

body, select, input, textarea {
	font-family: Verdana, Arial, "Times New Roman", serif;
	font-size: 100%;
	}
	
p {	
	margin: 15px 0;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.95em;
	background:#eef5e1;
	padding:3px 6px;
	}

img, a:link img, a:visited img {
	border:0
	}
	
		

/* Structure */

#page {
	width:930px;
	margin:0 auto;
	font-size:0.8em;
	background:#ffffff;
        padding-top:10px;
        padding-bottom:35px;
	}

#branding {
	width:880px;
        position:relative;
        height:108px;
        margin:0px auto;
	padding-bottom:0.5em;
	}

#branding-left {
        position:absolute;
        height:108px;
        top:-0.75em;
        left:-2em;
        text-align:left;
        z-index:2;
	}

#branding-center {
        position:absolute;
        height:108px;
        top:0em;
        left:125px;
	width:630px;
        margin:0px auto;
        text-align:center;
	}

#branding-right {
        position:absolute;
        height:108px;
        top:-0.75em;
        right:-1.97em;
        text-align:right;
        z-index:2;
	}

#branding a:hover, #branding a:active {
	text-decoration:none;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 233px;
	float:right;
        padding-right:25px; /* and padding left content */
	}

#leftcol {
	width:287px;
	border-right:1px dotted #b6b6b6;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:277px;
	padding-left:18px;
	margin-top: -2px;
	}
		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#eef5e1;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#e4efd5;
	text-decoration:none;
	color: #7da939;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
	
/*	Headers */

h1 {
	font-size:2.95em;
	font-family: Arial, Verdana, "Times New Roman", serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}

#branding h1 a {
	color:#000000;
	}
	
h2 {
	font-size: 2.3em;
	font-family: Arial, Verdana, "Times New Roman", serif;
	padding-bottom:8px;
	border-bottom:1px solid #333;
	margin: 20px 0;
	}

div.page h3 {
	font-size: 1em;
	font-family: Arial, Verdana, "Times New Roman", serif;
	margin-bottom:4px;
	font-weight:bold;
	color:#000000;
	}

h3, #sidebar h2 {
	font-size: 1em;
	font-family: Arial, Verdana, "Times New Roman", serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	}

#sidebar h3, #sidebar h2 {
	border-top:5px solid #BBB;
	border-bottom:1px solid #BBB;
	padding:6px 0 6px 2px;
	margin:22px 0 15px 0;
	font-size:1em;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size: 1.1em;
	font-family: Arial, Verdana, "Times New Roman", serif;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	}

/* Content */

#content {
	width:622px;
	float:left;
        background:#ffffff;
	padding-left: 25px; /* and padding right on sidebar */
	}

#content-nosidebar {
	width:880px;
	float:left;
        background:#ffffff;
	padding-left: 25px; /* and padding right on sidebar */
	padding-right: 25px; /* and padding right on sidebar */
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#545454;
	margin-top:0.5em;
	}

.feature {
	background:#f2f2f2;
	padding:15px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	}

.feature:hover {
	background:#e9e9e9;
	}

	
.feature p, #rightcol p {
	margin:0;
	}

.feature img, #rightcol img {
	padding:1px;
	border:1px solid #000;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;

	}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font-size:1.8em;
	font-family: Arial, Verdana, "Times New Roman", serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}


#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:12px 0;
	}	

#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#eef5e1;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	padding-bottom:28px;
	}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}


/*Post Formatting*/

.picleft {
	float:left;
	border:7px solid #008000;
	}

.picright {
	float:right;
	border:7px solid #008000;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding:16px 5px 0 0; 
	}

.button {
	padding: 1px;
	background:#000;
	color:#e7e7e7;
	border:none;
	}

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}


/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font-size: 1.6em;
	font-family: Arial, Verdana, "Times New Roman", serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.7em;
	padding-top:15px;
	color:#FFF;
	}

#footer a {
	color:#d3d1d1;
	text-decoration:none;
	}

#footer a:hover, a:active {
	text-decoration:underline;
	}

/* Added by GK */
#why1, #why2, #why3 {
        list-style: none;
        }

#why2, #why3 {
	padding-top:15px;
        }

#why1 li, #why2 li, #why3 li {
        list-style-image:url(images/tick.jpg);
        }

#content .post .entry {
	margin-top:2em;
	font-size: 110%;
	padding-bottom:1em;
        color:#000000; /* 2f6d46 */
	}

#sidelist li.flashimage {
	list-style:none;
	margin-top:3.9em;
	}

#sidelist #benefits {
        margin-bottom:1em;
}

#sidelist li.benefits {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:2em;
	}

#links {
        position:relative; 
        float:right;
        top:-24.5em;
        margin-right:2em;
        }
        
#list {
        position:relative;
}

#list-left {
        position:absolute;
        top:0em;
        left:0em;
}

#list-right {

        position:absolute;
        top:0em;
        right:0em;
}

.curvy {
        margin: 3em auto;
        border: 0px solid #ffffff;
        color: #ffffff;
        padding: 20px;
        text-align: left;
	background-color: #af1e2d; /* #2f6d46 */
        border: 3px solid #ffffff;
}

#contactus {
	position:relative;
	background:#ffffff;
        height: 16em;
}

div.email {
        background-color:transparent;
}

#email1,
#email2,
#email3 {
        height:4em;
}

.emailadd {
        padding-top:0.6em;
        padding-left:1em;
}

.emailimg {
        position:relative;
        top:0.25em;
        left:0.15em;
}

.emailres {
        display:inline;
        position:relative;
        top:0.442em; 
        left:0em;
}

.post h2 {
	font-size: 125%;
	font-family: Arial, Verdana, "Times New Roman", serif;
        font-weight:bold;
        color: #2f6d46;
	padding-bottom:8px;
	border-bottom:1px solid #2f6d46;
	margin: 20px 0;
}

.post a:link, a:visited {
	color: #2f6d46;
	text-decoration:underline;
        font-weight:bold;
	}

.post a:hover, a:active {
	color:#2f6d46;
	text-decoration:underline;
	}

/* Homepage Content */

#content2 {
        height:35em;
	width:880px;
	float:left;
	background-color:transparent;
        overflow:visible;
	}

#homepage {
	position:relative;
        top:-0.5em;
	background-color:transparent;
	}

#homepage-row1 {
	position:relative;
        top:0em;
	}

#homepage-row2 {
	position:relative;
        top:17.7em;
	}

#home-left,
#home-centre,
#home-right {
        position: absolute;
        width:294px;
	background-color:transparent;
        padding: none;
}

#home-left {
	left:-15px;
	background-color:transparent;
	}

#home-centre {
	left:289px;
	background-color:transparent;
	}

#home-right {
	left:593px;
	background-color:transparent;
	}

.curvy-red,
.curvy-green {
        margin: 3em auto;
        color: #ffffff;
        padding: 20px;
        text-align: left;
        border: 3px solid #ffffff;
}

.curvy-red {
	background-color: #af1e2d;
}

.curvy-green {
	background-color: #2f6d46;
}

#inside {
        position:relative;
        width:294px;
        height:14em;
}

#inside-left {
        position:absolute;
        left:-10px;
        width:110px;
        overflow:visible;
}

#inside-right {
        position:absolute;
        top:-5px;
        left:100px;
        width:162px;
}

.curvy-inside-left {
        position:absolute;
        top:-10px;
}

.curvy-inside-left a:active, 
.curvy-inside-left a:focus, 
.curvy-inside-left input[type="image"] {
        outline: 0;
}

.inside-title {
        font-weight:bold;
}

.inside-links {
        position:absolute;
        top:2em;
        left:-2em;
}

.inside-links a:link,
.inside-title a:link {
	color: #ffffff;
	text-decoration:none;
        font-weight:normal;
	}

.inside-links a:visited,
.inside-title a:visited {
	color: yellow;
	text-decoration:none;
        font-weight:normal;
	}

.inside-links a:hover, 
.inside-links a:active,
.inside-title a:hover, 
.inside-title a:active {
	color: #ffffff;
	text-decoration:underline;
        font-weight:normal;
	}

.inside-links a:active, 
.inside-links a:focus, 
.inside-links input[type="image"],
.inside-title a:active, 
.inside-title a:focus, 
.inside-title input[type="image"] {
        outline: 0;
        }

#footer a:link,
#footer a:hover, 
#footer a:active {
	color: #ffffff;
	text-decoration:underline;
        font-weight:normal;
	}

#footer a:visited {
	color: yellow;
	text-decoration:none;
        font-weight:normal;
	}

/* Landscaping Services page */

.patios,
.blkpaving,
.decking,
.lawns,
.fencing,
.walling,
.rockeries,
.planting,
.shingle {
        position:relative;
        width:880px;
}

.patios {
        height:68em;
}

.blkpaving {
        height:45em;
}

.decking {
        height:68em;
}

.lawns {
        height:72em;
}

.fencing {
        height:42em;
}

.walling {
        height:55em;
}

.rockeries {
        height:53em;
}

.planting {
        height:42em;
}

.shingle {
        height:42em;
}

.patios-text,
.blkpaving-text,
.decking-text,
.lawns-text,
.fencing-text,
.walling-text,
.rockeries-text,
.planting-text,
.shingle-text {
        position:absolute;
        left:0px;
        width:530px;
        overflow:visible;
}

.patios-pics,
.blkpaving-pics,
.decking-pics,
.lawns-pics,
.fencing-pics,
.walling-pics,
.rockeries-pics,
.planting-pics,
.shingle-pics {
        position:absolute;
        top:0px;
        float:right;
        right:8px;
        width:315px;
}

li.lightbox {
	height:1em;
}

div.gallerylink { 
	height:2em;
}

.landscape-links {
        position: relative;
        height:7em;          
}


.landscape-left,
.landscape-mid,
.landscape-right {
        position: absolute;
        width:20em;
        height:5.5em;
	background-color:transparent;
        padding-top:1em;
        padding-bottom:1em;
        padding-right:1em;
        padding-left:none;          
}

.landscape-left {
        left:5em;         
}

.landscape-mid {
        left:26em;      
}

.landscape-right {
        left:47em;
}

.top {
        padding-top:2em;
        padding-bottom:2em; 
}

#content .post .entry p,
#content .post .entry li a {
	font-size: 1em;
	font-family: Arial, Verdana, "Times New Roman", serif;
}

#content .post .entry li a{
	color:#2f6d46;
}

ul.suppliers li {
	list-style:square;
	margin-bottom:1em;
	line-height:115%;
	margin-left:42px;
	}

ul.suppliers li ul li {
	list-style:square;
	margin-top:1em;
	margin-bottom:1em;
	line-height:115%;
	margin-left:42px;
	}

.gallery-links {
        position: relative;
        height:650px;          
}


.gallery-left,
.gallery-mid,
.gallery-right {
        position: absolute;
        width:20em;
        height:650px;
	background-color:transparent;
        padding-bottom:1em;
        padding-right:1em;
        padding-left:none;          
}

.gallery-left {
        left:0em;         
}

.gallery-mid {
        left:23.5em;      
}

.gallery-right {
        left:46.8em;
}

.gallery-left1,
.gallery-left2,
.gallery-left3,
.gallery-mid1,
.gallery-mid2,
.gallery-mid3,
.gallery-right1,
.gallery-right2,
.gallery-right3 {
        position: relative;
        width:21.5em;
        height:190px;
        padding-top:1em;
        padding-bottom:1em;
        padding-right:1em;
        padding-left:none;          
}

.gallery-left img,
.gallery-mid img,
.gallery-right img {
	border:3px solid #008000;
}

div.right {
	margin-top:4em;
}

/* Nifty Corners CSS (for welcome page) */

div#gardenservices {
        width:600px;
        height:240px;
        text-align:left;
}
div#landscapeservices {
        float:left;
        width:290px;
        background:#008000;
}
div#maintservices {
        float:right;
        width:290px;
        background:#008000;
}
div#maintservices2 {
        float:left;
        width:290px;
        background:#008000;
}
div#maintservices3 {
        float:right;
        width:300px;
}
h3.nif {
        font-family: Verdana, Arial, "Times New Roman", serif;
        font-size: 0.9em;
        list-style: none;
        line-height: 1;
        margin:0;
        padding: 0 0 3px;
        text-align:center;
        color:#fff;
        text-transform:capitalize;
}
p.nif {
        margin:0;
        padding: 5px 10px;
        line-height: 1.3;
        text-align: justify;
}

div#gardenservices ul li {
        font-family: Verdana, Arial, "Times New Roman", serif;
        font-size: 0.9em;
        list-style: none;
        color:#fff;
}

div#landscapeservices a.listlink,
div#landscapeservices a.listlink:link,
div#landscapeservices a.listlink:visited,
div#landscapeservices a.listlink:hover,
div#landscapeservices a.listlink:active,
div#maintservices a.listlink,
div#maintservices a.listlink:link,
div#maintservices a.listlink:visited,
div#maintservices a.listlink:hover,
div#maintservices a.listlink:active,
div#maintservices2 a.listlink,
div#maintservices2 a.listlink:link,
div#maintservices2 a.listlink:visited,
div#maintservices2 a.listlink:hover,
div#maintservices2 a.listlink:active {
        font-family: Verdana, Arial, "Times New Roman", serif;
        font-weight:normal;
        color:#ffffff;
	text-decoration:none;
}

div#landscapeservices a.listlink:hover,
div#maintservices a.listlink:hover,
div#maintservices2 a.listlink:hover {
	text-decoration:underline;
}

div#coverage {
        width:600px;
        height:375px;
        text-align:left;
}

div#coverage ul {
        list-style: none;
        margin-left: 0;
        text-indent: -3em
}

div#coverage ul li {
        display:inline;
        font-family: Verdana, Arial, "Times New Roman", serif;
        font-size: 0.9em;
        list-style: none;
        color:#ffffff;
}

div.inner {
        padding:5px;
}

div#north {
        position:absolute;
        left:60px;
        width:135px;
        background:#008000;
}

div#east {
        position:absolute;
        left:212px;
        width:135px;
        background:#008000;
}
div#south {
        position:absolute;
        left:364px;
        width:135px;
        background:#008000;
}
div#west {
        position:absolute;
        left:516px;
        width:135px;
        background:#008000;
}

/* End of Nifty Corners CSS (for welcome page) */