/*
Theme Name: Leafs Garden Projects - official
Theme URI: http://www.leafsgardenprojects.com
Description: Official LGP theme
Author: Sebastiaan Swinkels
Author URI: http://www.leafsgardenprojects.com
Version: 1.0
*/


/***** reset *****/
* {
	margin: 0px;
	padding: 0px;
}

/***** standard wp settings *****/

.alignright {
	float:right;
	margin: 15px 0px 10px 20px;
}

.alignleft {
	float:left; 
	margin: 15px 20px 10px 0px;
}

.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto
}

/***** toplevel settings *****/

p {
	margin-bottom:1em
}

html, body {
	height: 100%;
	position: relative;
}

body {
	background: url("images/background.jpg") top left repeat-x;
	font-family: Trebuchet MS;
	font-size: 13px;
	line-height: 20px;
}

h3 {
	padding-top: 10px;
}

/***** link settings *****/

a {
	color: #676767;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


#innerContent a, #pageContent a, #contactContent a, .slides a {
	color: #ef8c26;
}

#innerContent ul {
	padding-bottom: 13px;
}

#innerContent li {
	margin-left: 15px;
}

/***** header settings *****/

#header {
	padding-top: 35px;
}

/***** footer settings *****/

#footerPush{
	height: 66px;
}

#footer {
	position: relative;
	margin-top: -66px;
	height: 66px;
	font-size: 11px;
	width: 100%;
}

#footerWrapper {
	position: relative;
	width: 900px;
	margin: auto;
	background: url("images/footer.jpg") top left no-repeat;
	height: 66px;
}

#footerContent {
	position: relative;
	top: 48px;
	text-align: center;
	color: #999999;
}

#footerContent a {
	color: #9f9f9f;
	text-decoration: none;
}

#footerContent a:hover {
	border-bottom: 1px solid #aaaaaa;
}

/***** general page layout *****/

#wrapper {
	width: 900px;
	margin: auto;
	min-height: 100%;	
	position: relative;
}

#clearDiv{
	clear: both;
}

#content {
	
}

#innerWrapper {
	color: #676767;
	overflow: hidden;
	width: 100%;
}

#innerContent {
	width: 545px;
	padding: 0px 0px 10px 10px;
	clear: top;
	float: left;
}

#innerContent.noSidebar {
	width: 840px;
	margin-left: 20px;
}

#leftColumn, #centerColumn, #rightColumn {
	float: left;
	clear: none;
	width: 285px;
}

#pageContent, #newsContent, #contactContent {
	width: 850px;
	padding: 0px 25px 20px 25px;	
}

#newsContent .postLastEdited {
	margin-top: -35px;
	float: right;
	font-size: 12px;
	display: none;
}

.pageTitle, .homeHeader, .sideBarHeader {
	font-weight: bold;
	color: #343434;
	font-size: 1.7em;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-top: 0px;
}

.homeHeader {
	margin-bottom: 15px;
}

h3.sideBarHeader {
	font-size: 1.3em;
	font-weight: bold;
}

.newsItem {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 40px;
}

.more-link {
	font-style: italic;
	font-size: 13px;
	color: #ff6600;
	text-decoration: underline;
}

.actualContent {
	
}

.actualContent.previewWidth{
	float: left;
	width: 275px;
	margin-left: 10px;
}

.clear {
	clear: both;
}

.actualContent a {
	color: #676767;
	text-decoration: underline;
}

.searchItem, .indexItem {
	padding-bottom: 20px;
}

.searchResults {
	padding-bottom: 20px;
}

.articleImgPreview{
background-color:#F3F3F3;
border:1px solid #DDDDDD;
padding:4px;
text-align:center;
margin: 5px 5px 30px 5px;
}

#innerContent a.previewImgLink {
	float: left;
	color: #676767;
}

.articleImgPlaceholder {
	padding: 66px 0px;
}

.actualContent .wp-caption {
	background-color:#F3F3F3;
border:1px solid #DDDDDD;
padding-top:4px;
text-align:center;
}

.wp-caption p{
margin: 0 0 0 0;
font-size: 11px;
}

.socialhomes a img {
	border: none;
	margin-bottom: -2px;
}

.testimonial {
	padding: 20px 40px 10px 40px;
	background: #dedede;	
	color: #121212;
}

.testimonial .clientname {
	font-style:	italic;
	font-weight: bold;
	text-align: right;
	margin-top: 10px
}

/***** logo and subtitle *****/

#logo {
	position: relative;
	background: url("images/logo.png") top left no-repeat;
	width: 390px;
	height: 150px;
	display: block;
}

#logo span {
	display: none;
}

/***** Navigation settings *****/

#nav {
	clear: both;
	float: right;
	list-style-type: none;
	margin-right: 30px;
	position: relative;
	.margin-right: 15px;
	.margin-bottom: -30px;
}

#nav li {
	float: left;
	width: 90px;
}

#nav a {
	text-align: center;	
	display: block;
	width: 90px;
	height: 30px;
	line-height: 2.3em;
	text-decoration: none;
	color: white;
	background: url("images/nonhovered_menu_item_bg.png") left top no-repeat;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;	
}

#nav a:hover {
	height: 23px;
	border-top: 7px solid white;
	margin-bottom: -7px;
	background: url("images/hovered_menu_item_bg.png") left top no-repeat;
}

/***** Sub navigation settings *****/

#subNav ul {
	float: right;
	list-style-type: none;
	margin-right: 30px;
	position: relative;
	.margin-bottom: -30px;	
}

#subNav li {
	float: left;
}

#subNav a {
	display: block;
	line-height: 2.3em;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #676767;
	padding-left: 15px;
	margin-left: 15px;
}

#subNav a:hover {
	background: url("images/arrow_right_grey.png") left no-repeat;
}

#subNav .current_page_parent a:hover {
	background: url("images/arrow_left_grey.png") left no-repeat;
}

/***** Eyecatcher settings *****/

#bigEyecatcher {
	height: 235px;
	margin-top: 5px;
	padding: 40px 40px 40px 40px;
}

#eyecatcher {
	height: 130px;
	margin-top: 5px;
	padding: 40px 40px 40px 500px;
}

#eyecatcherImage {
	position: absolute;
	margin-left: -470px;
	margin-top: -11px;
}

.eyeCatcherText {
	padding-top: 20px;
}

.eyeCatcherButtonText {
	margin-top: 30px;
}

.eyeCatcherButton {
	display: inline;
	background: url("images/bluebutton.png") top left repeat-x;
	height: 20px;
	padding: 3px 7px;
	border: 1px solid #D0E3F9;
	color: gray;
	margin: 0px 3px;
}

/***** Season eyecatcher backgrounds *****/

.seasonWinterBig {
	background: url("images/big_eyecatcher_winter.jpg") top left no-repeat;
}

.seasonSpringBig {
	background: url("images/big_eyecatcher_spring.jpg") top left no-repeat;
}

.seasonSummerBig {
	background: url("images/big_eyecatcher_summer.jpg") top left no-repeat;
}

.seasonFallBig {
	background: url("images/big_eyecatcher_fall.jpg") top left no-repeat;
}

.seasonWinterSmall {
	background: url("images/eyecatcher_winter.jpg") top left no-repeat;
}

.seasonSpringSmall {
	background: url("images/eyecatcher_spring.jpg") top left no-repeat;
}

.seasonSummerSmall {
	background: url("images/eyecatcher_summer.jpg") top left no-repeat;
}

.seasonFallSmall {
	background: url("images/eyecatcher_fall.jpg") top left no-repeat;
}

/*****Looped slider css*****/

#loopedSlider .container {
	position: relative;;
	overflow: hidden;
	width: 810px;
	height: 220px;
	margin-top: 5px;
	margin-left: 10px;
}

#loopedSlider .slides {
	position: absolute;
	top: 0px;
	left: 0px;
}

#loopedSlider .slides div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 820px;
}

#loopedSlider div.slideInfo {
	position: relative;
	margin-left: 470px;
	width: 330px;
}

#loopedSlider div.extraWide {
	position: relative;
	margin-left: 0px;
	width: 800px;
}

div.slideInfo h1 {
	font-size: 28px;
	font-weight: normal;
}

#loopedSlider .previous {
	position: absolute;
	margin-top: -20px;
	left: 565px;
}

#loopedSlider .next {
	position: absolute;
	margin-top: -20px;
	left: 625px;
}

#loopedSlider .pagination {
	left: 575px;
}

#loopedSlider .pagination li {
	position: absolute;
	display: none;
	list-style: none;
}

#loopedSlider .pagination li.active {
	left: 523px;
	display: block;
	font-size: 23px;
	margin-top: -28px;
}

#loopedSlider .pagination li.active a {
	color: #000000;
}

#loopedSlider .pagination li.totalPages {
	left: 535px;
	margin-top: -20px;
	display: block;
}

#loopedSlider .sliderContent{
	margin-top: 10px;
}

/***** Sidebar settings *****/

#sidebar {
	float: left;
	padding: 0px 0px 0px 35px;
	margin-top: 0px;
	width: 270px;
	clear: both;
	font-size: 0.9em;
}

#sidebar h2 {
	font-weight: normal;
	font-size: 1.7em;
	margin-bottom: 10px;
}

#sidebar ul {
	list-style-position: inside;
	margin-bottom: 10px;
}

#sidebar ul.proList{
	list-style-type: none;	
}

#sidebar ul.proList li{
	padding-bottom: 2px;
	background: url("images/tick.gif") no-repeat;
	padding-left: 25px;
}

/***** Searchbox settings *****/

#searchform{
	margin-bottom: 15px;
}

#searchform label{
	display: none;
}

#searchform #searchsubmit{
	display: none;
}

#searchform #s{
	width: 155px;
	height: 17px;
	padding: 1px 10px 1px 20px;
	font-size: 12px;
	
	border: none;
	background: url("images/searchfield.jpg");
}

#wpstats{
        display: none;
}

#fb_plusOne_container{
	padding-top: 10px;
}

#googlePlusOne, #fbBox{
	float: left;
	padding-right: 10px;
}
