/*
Theme Name: Green Play Project
Theme URI: http://greenplayproject.co.uk
Description: Custom Wordpress Theme for Green Play Project by George Smerin
Version: 1.0
Author: George Smerin
Author URI: http://jigsawlive.co.uk/

*/

/* CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0;padding: 0;font-size: 100%; vertical-align: baseline;border: 0;outline: 0;background: transparent;}
ol, ul {list-style-type: none;}
blockquote, q {quotes: none;}
:focus {outline: 0;}
table {border-collapse: collapse;border-spacing: 0;}
		

body {
	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #373d18;
	font-size: 62.5%;
	background:#b5b8a3 url(images/bkgrnd-shading.jpg) repeat-y center;
	
}

/* links */

a:link, a:visited {
	color: #369;
	text-decoration:none;
	outline: none;
	font-weight:bold;
}

a:hover {
	color: #39c;
}

/* page structure
----------------------------------------- */

#body-wrap {
	width:970px;
	margin:0 auto;
	background:#496818;
}
	
#content-wrap {
	background: #939875 url(images/bkgrnd-rpt.jpg) repeat;
	padding:20px 40px;
}

#main-column {
	width:450px;
	float:left;
	margin:0 40px 0 0;
}

#casestudies-nav {
	float:left;
	width:220px;
}

#casestudies-nav li {
	padding: 4px 0 4px 8px
}

#casestudies-nav li a {
	display:block;
	height:152px;
	width:200px;
}

li.study1 a {background:url(images/study1-rollover.jpg) no-repeat 0 -152px;}
li.study2 a {background:url(images/study2-rollover.jpg) no-repeat 0 -152px;}
li.study3 a {background:url(images/study3-rollover.jpg) no-repeat 0 -152px;}

li.study1 a:hover, li.study2 a:hover, li.study3 a:hover {
	background-position: 0 0;
}

#body-study1 li.study1 a {background-position: 0 0;}
#body-study2 li.study2 a {background-position: 0 0;}
#body-study3 li.study3 a {background-position: 0 0;}


li.study1 a span, li.study2 a span, li.study3 a span {
	display:none;
}

#casestudies-content, #main-content {
	min-height:500px;
	background:#f5fad6;
	padding: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
}

#casestudies-content {
	width:630px;
	float:left;
}

#main-content {
	width:410px;
}

#sidebar-wrap {
	float:left;
}

#sidebar {
	width:400px;	
}

#footer {
	background:#496818;
	margin:0;
}

/* header styles
----------------------------------------- */

#header {
	background:#373d18 url(images/header-rpt-green.jpg) repeat-x bottom;
}
#logo {
	background:url(images/greenplaylogo.png) bottom no-repeat;
	width:558px;
	height:135px;
	float:right;
}

#logo h1 {
	visibility:hidden;
}

#contact {
	position:relative;
	top:30px;
	left:30px;
	height:66px;
}
#contact p {
	margin:0;
	padding:0;
}

#phone {
	background:url(images/contact-phone.png) no-repeat top left;
	height:30px;
	width:160px;
}
#phone span {
	display:none;
}

#email {
	display:block;
	width:160px;
	height:30px;
	margin-top: 6px;
	background: url(images/contact-email.png)  no-repeat 0 0;
}
#email:hover {
	background-position:0 -30px;
}
#email span {
	display:none;
}


/* nav */

#nav {
	width:100%;
	min-width:900px;
	background:#496818;
	border-bottom:3px solid #f5fad6;
}

#nav ul {
	padding:12px 12px 12px 28px;
}

#nav ul li {
	display:inline;

}
#nav ul li a {
	color:#f5fad6;
	padding:6px 10px;
	margin: 0 6px;
}

#nav ul li a:hover {
	background:#373d18;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
}

/* main styles
----------------------------------------- */

h1 {font-size:200%; font-weight:bold;}
h2 {font-size:180%; font-weight:normal;}
h3 {font-size:160%; font-weight:bold;}
h4 {font-size:150%; font-weight:bold;}
h5 {font-size:140%; font-weight:bold;}
h6 {font-size:130%; font-weight:bold;}


#content-wrap h2, #sidebar h2 {
	height:31px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#f5fad6;
	padding:5px 20px;
}
#content-wrap h2 {background: url(images/full-header.png) no-repeat top left;}

#main-column h2 {background: url(images/main-header.png) no-repeat top left;}

#sidebar h2 {background: url(images/sidebar-header.png) no-repeat top left;}

ul {
	font-size:1.2em;
}

p {
	font-size:120%;
	margin-bottom:20px;
	line-height:180%;
}

#casestudies-content ul, #main-content ul {
	font-size:120%;
	list-style-type:circle;
	margin:0 24px 24px 24px;
}
#casestudies-content li, #main-content li {
	padding:6px;
	font-weight:bold;
}

blockquote {
	font-style:italic;
	font-weight:bold;
}

#casestudies-content h3, #main-content h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:180%;
	line-height:140%;
	font-weight:bold;
	color:#496818;
	border-bottom: 2px solid #484c23;
	margin-bottom:24px;
}

#casestudies-content p, #main-content p {
	padding-left: 8px;
}

.quote {
	font-size:280%;
	line-height:130%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#f5fad6;
	background:#484c23;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
	padding:20px;
	margin:20px 0;
	text-indent:40px;

}

blockquote {
	background:url(images/quote-open.png) no-repeat top left;
}

blockquote .endquote {
	display:block;
	font-weight:normal;
	background:url(images/quote-end.png) no-repeat bottom right;
}

#casestudies-content img {
	margin:0 25px;
	border:2px solid #333;
}

/* slideshow
----------------------------------------- */
ul.slideshow {
	list-style:none;
	width:400px;
	height:300px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}

#slideshow-caption {
	width:400px;
	height:60px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;	
	z-index:1000;	
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}



/* footer
----------------------------------------- */

#footer {
	border-top:3px solid #f5fad6;
	margin:0;
	padding:0;
	height:65px;
}

#footer p.copyright {
	float:left;
	color:#f5fad6;
	margin:20px 0 0px 30px;
}


ul.footernav {
	margin:25px 30px 0 0;
	list-style-type:none;
}

ul.footernav li {
	float:right;
	color:#f5fad6;
}
ul.footernav li a {
	padding: 0 10px;
	color:#f5fad6;
	text-transform:lowercase;
}

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



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

/* misc.
----------------------------------------- */

hr, .hide {
	display: none;
}

a img {
	border: none;
}

/* self clear floats */

.group:after {
	content:"."; 
	display:block; 
	height:0;
    clear:both; 
    visibility:hidden; 
}
.group {display:inline-block;}
/* Hide from IE Mac */
.group {display:block;}
/* End hide from IE Mac */