/*
Theme Name: yratof_blank_template
Theme URI: http://www.yratof.co.uk
Description: Blank enough template to build from scratch.
Version: 1.0
Author: Andrew Lazarus
Author URI: http://blog.yratof.co.uk
Tags: blue, custom header, fixed width, two columns, widgets

*/


/* Begin Typography & Colors */

#clickme{
position: absolute;
top:150px;
margin:0 0 0 -50px;
}
#facebook{
position: absolute;
top:380px;
margin:0 0 0 -50px;
}
#twitter{
position: absolute;
top:310px;
margin:0 0 0 -50px;
}

.tele{
float:right;
}

#overTheImg  {
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
left:50%;
margin-left:200px;
position:absolute;
text-shadow:1px 1px 1px #000000;
text-transform:uppercase;
top:60px;
z-index:10;
}

/*start*/
*{
margin: 0;
padding: 0;
}

body{
	background: url(images/green_back.jpg) bottom center #99CC33 no-repeat ;
	margin:0px;
	padding:0px;
   	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	font-size:15px;
	color:#3b3b3b;
	line-height: 200%;
}
body a {	color:#99CC33;
	text-decoration: none;
}
body img{
border: none;
}

body a:hover{
	color:#3b4f5d;
	text-decoration: underline;
}
body h1{color: #3b4f5d; font-size: 30px; margin:0 0 10px 0;}
body h2{color:#99CC33; font-size:25px; margin:0 0 10px 0;}

.gap	{margin:40px 0;}

#container{
	width:100%;
}
#header-whole{	
	width:100%;
	height:100px;
	padding: 0;
	margin: 0;
}

.header{
	width:880px;
	height:100px;
	margin: 0 auto;
}
#banner-whole{
	width:100%
	height:250px;
	margin:0;
	padding:0;
}
.banner{
	width:840px;
	height:300px;
	padding: 10px 20px;
	margin: 0 auto;
	background: #fff;
	-moz-box-shadow: 5px 10px 10px #6d9719;
	border-left: 1px #8cbb2d solid; 
	border-right: 1px #8cbb2d solid;
}
.banner img {
	width:100%;
	-moz-border-radius: 10px;

}

.logo	{
margin:14px 0 0 -1px ;

}


.rounded_top	{
width:840px;
height:20px;
padding: 10px 20px;
margin: 0 auto; 
background: #fff; 
-moz-border-radius-topleft: 20px; 
-moz-border-radius-topright: 20px;
-moz-box-shadow: 5px 10px 10px #6d9719;
	border-left: 1px #8cbb2d solid; 
	border-right: 1px #8cbb2d solid;
	border-top: 1px #8cbb2d solid;
}

.banner h1, .banner h2 {
color:#3b4f5d; 
text-align: right;
}

.navigation{
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	background:none repeat scroll 0 0 #FFFFFF;
	float:right;
	margin:0;
	padding:0;
	border-bottom: 1px #8cbb2d solid; 
	border-left: 1px #8cbb2d solid; 
	border-right: 1px #8cbb2d solid; 
}
.navigation ul{
	list-style: none;	
}
.navigation li{
	float:left;
	margin:0;
	padding:0;
}
.navigation li a{
	padding: 10px 20px;
	list-style: none;
	text-decoration: none;
	color:#3b3b3b;
	display:block;
	
}
.navigation li a:hover{
	text-decoration: none;
	color:#fff;
	background: #3b4f5d;
	height:65px;	
}

.lileft	a:hover			{
-moz-border-radius-bottomleft:20px;
text-decoration: none;	
color:#fff;	background: #3b4f5d;
}

.liright a:hover		{
-moz-border-radius-bottomright:20px;
text-decoration: none;	
color:#fff;	
background: #3b4f5d;
}

#content-whole{
	background: #fff;
	width:840px;
	height:auto;
	overflow: hidden;
	padding: 0 20px 20px;
	margin: 0 auto;
	border-left: 1px #8cbb2d solid; 
	border-right: 1px #8cbb2d solid;
	-moz-box-shadow: 5px 10px 10px #6d9719;
}
#content-container{
	margin:0 auto;
	float:left;
	overflow:hidden;
}
#content{
	float:left;
	margin:0 20px 0 0;
	overflow:hidden;
	padding:10px;
	width:544px;
	background: #fdfff9;
	-moz-border-radius: 20px;
	border: 8px solid #f1fadf;
}

#content-footer{
	width:460px;
	height:17px;
	margin:0 auto;
	clear:both;
	background:url(../images/content-foot.png);
}
#sidebar{
	float:left;
	width:204px;
	padding: 10px;
	background: #fdfff9;
	-moz-border-radius: 20px;
	border: 8px solid #f1fadf;
}

#sidebar ul{list-style: none; padding: 0; margin: 0;}
#sidebar li{list-style: none; padding: 10px 0; margin: 0;}
#sidebar blockquote {padding: 0; margin: 0;}
#sidebar a{
	color:#99CC33;
	text-decoration: none;
}
#sidebar a:hover{
	color:#3b4f5d;
	text-decoration: underline;

}
#footer{
	clear:both;
	width:100%;
	color:#fff;
	background:#3b4f5d ;

}
#footer-container{
	width:840px;
	margin:0 auto;
	clear:both;
	padding:10px 20px;
	font-size:13px;
	background:#3b4f5d ;
	text-align: center;



#footerleft{
	
}
#footerright{
	float:right;
	width:350px;
	padding: 0;
	margin: 0;

}

#footer a{
	color:#FFF;
}

input{
	border: 1px #8cbb2d solid;
	background: #fff;
	height:20px;
	padding: 5px;

}

hr {
	border: 1px #8cbb2d solid;
	background: none;
}

h1{
	color:#3b4f5d;
	margin:0px;
	font-size:35px;
	line-height:100%;
}
h2{
	color:#4f6771;
	margin:0px;
	font-size:25px;
	font-weight:100;
	text-decoration: underline;
}
h3{
	color:#FFF;
	margin:0px;
	font-size:30px;
	font-weight:100;
}
h4{
	color:#d6e04e;
	margin:0px;
	font-size:30px;
	font-weight:100;
}
p{
	line-height:200%;
}
a{
	color:#647682;
	text-decoration: none;
}
a:hover{
	color:#3b4f5d;
	text-decoration: underline;

}















/* Captions */
.aligncenter,
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


