/*
Name: the Good Neighbour Project.org.uk
URL: http://www.goodneighbourproject.org.uk
Description:The Good Neighbour Project Ð helping people over 60 in Tunbridge Wells. 
Version: 1
Author: Toby Powell
Author URL: http://www.toby-powell.co.uk
*/

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, li, blockquote, fieldset, address,table { margin:5px 0;  }	

fieldset { padding:10px 0; }

html{
	background-color:#E8D9B9;

}

body{
	font-family: Trebuchet, Trebuchet MS, "Lucida Grande", Verdana, Arial, sans-serif;
	font-size:10px;
	border-top:10px solid #F58345;
	min-width:960px;
	color:#626262;
	
background-color:#fff;
}

h1{
	font-size:2.4em;
	color:#7ACCE6;
	margin:10px 0;
}

h2{
	font-size:2em;
	color:#626262;
	margin:10px 0 20px 0;
}

h3{
	font-size:1.9em;
	color:#7ACCE6;
	margin:10px 0 5px 0;
}

h4{
	font-size:1.6em;
	color:#626262;
	margin:10px 0 5px 0;
}

p{
	font-size:1.3em;
	line-height:1.8em;
	margin:5px 0 20px 0;
}

ul{
	margin:20px 0;
	
}

li{
	font-size:1em;
}

#content_wrapper li{
	font-size:1.1em;
}

a{
	font-size:1em;
	text-decoration:none;
	color:#F58345;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:0;
}

img{
	margin:0 0 5px 0;
}


input#username, #password{
	width:160px;
	background:#fff url(../imgs/input-bg.gif) repeat-x top left;
	margin:0;
	height:14px;
	padding:5px;
	border-top:1px solid #777;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #777;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}


#username:focus,#password:focus{
	background:#efefef;
	outline:none;
}

input#loginBtn{
	float:right;
}

.hide{
	display:none;
}

#login_section{
	position:relative;
}

#login_panel{
	display:none;
	width:176px;
	height:150px;
	padding:20px 20px 10px 20px;
	position:absolute;
	top:40px;
	right:20px;
	background:#F58345;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:url(../imgs/login_box.png) no-repeat;
	z-index:200;
}

#login_panel p{
	margin:10px 0;
}

#login_panel label{
	color:#fff;
	font-weight:bold;
}

p#login, #header, #main_content, #teaser_wrapper ul, #content_wrapper{
	margin:0 auto;
	width:940px;
}

p#login{
	position:relative;
}
p#login a{
	font-size:1em;
	margin:0;
	position:absolute;
	top:-1px;
	right:10px;
	display:block;
	width:110px;
	text-align:center;
	height:25px;
	padding:7px 10px 3px 10px;
	background-color:#F58345;
	color:#fff;
	font-weight:bold;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	outline:none;
}


p#login a:hover{
	text-decoration:underline;
}

#scale{
	clear:both;
	float:right;	
	width:125px;
	margin-right:160px;
}

#scale a{
	color:#F58345;
}

#scale a:hover{
	color:#626262;
}	

#scale #small{
	font-size:1em;
}

#scale #medium{
	font-size:1.2em;
}

#scale #large{
	font-size:1.4em;
}

#scale a:link, #scale a:visited{
	font-size:1.1em;
	}
	

h1#logo a{
	display:block;
	margin-top:0px;
	width:125px;
	height:120px;
	text-indent:-9999px;
	background:url(../imgs/GNPlogo.jpg) no-repeat;
	float:left;
}

#header{
	clear:both;
	padding:1px 0px 15px 0;
	background:url(../imgs/top_shadow.jpg) no-repeat 0 100%;
	width:940px;
}


ul#navigation{
	margin:40px 0 0 0;
	float:right;
	width:790px;
}

ul#navigation li {
	float:left;
	padding:5px;
	margin:0 ;
	list-style-type:none;
	font-size:1.4em;
	height:20px;
}

ul#navigation li + li{
	border-left:1px solid #bbb;
	}

ul#navigation li a:link, ul#navigation li a:visited{
	color:#F58345;
	font-weight:bold;
	font-size:1.1em;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	text-align:center;
	padding:5px 15px;
}

ul#navigation li a:hover{
	background-color:#F58345;
	color:#fff;
	text-decoration:none;
}

ul#navigation .current_page{
	background-color:#F58345;
	color:#fff !important;
	text-decoration:none;
}

#main_content{
	padding:30px 0;
	background:url(../imgs/bottom_shadow.jpg) no-repeat 0 100%;
}

#strap{
	font-size:1.8em;
	font-weight:bold;
}

#col_1{
	width:520px;
	float:left;
}

#col_2{
	width:400px;
	float:right;
}

#col_2 a{
	margin-right:20px;
}


#col_1 ul{
	font-size:1.2em;
	margin-left:20px;
}

ul#slidehome{
	list-style-type:none;
}

#teaser_wrapper{
	background:url(../imgs/grad.jpg) repeat-x 0 100%;
	padding:10px 0;
}

#teaser_wrapper ul{
	list-style-type:none;
}

li.teasers {
	width:295px;
	float:left;
	height:180px;
}

.teasers {
	padding-left:15px;
	border:0;
	
}

.teasers img{
	border:1px solid #fff;
}

.teaser_p, #news p{
/* border:1px solid blue; */
height:40px;
margin-bottom:15px;

}
#falls{
/* 	background:url(../imgs/fall.png) no-repeat 90% 100%; */
}

#volunteers{
/* 	background:url(../imgs/volunteer.png) no-repeat 90% 100%; */
}

html>body .teasers{
	padding:0 10px 0 0px;
	border-left:0;
	
}

html>body .teasers + .teasers{
	padding-left:10px;
	border-left:1px solid #bbb;
}

#footer{
	clear:both;	
	border-top:1px solid #fff;
	background-color:#E8D9B9;

}

#footer #icons{
	margin-top:60px;
}

#footer h3{
	color:#F58345;
}

#footer #footer_wrapper{
	width:940px;
	margin:0 auto;
	padding:20px 0;
	}

#footer #donations{
	width:620px;
	border-right:1px solid #fff;
	float:left;
	margin-right:10px;
	font-size:0.9em;
}

#footer #donations #donate_btn{
	margin-bottom:23px;

}

#footer #donations p{
	width: 480px;
	color:#333;
}

#footer #twitter{
	float:left;
	width:300px;
	margin:0 auto;
}

ul#twitter_update_list{
	font-size:1.2em;
	color:#626262;
	height:60px;
	background:url(../imgs/quote1.gif) no-repeat;
	list-style-type:none;
	margin:0;
}

ul#twitter_update_list li{
	color:#333;

	margin-left:20px;
	background:url(../imgs/quote2.gif) no-repeat 100% 100%;
	padding:10px;
}


#twitter_update_list a:link, #twitter_update_list a:visited{
	font-size:1.2em;
}

address{
	color:#333;
	font-size:1.1em;
	margin-top:15px;
}

/* ======================== SUB PAGE MAIN CONTENT =========================== */

#sub_content, #video_content{
	padding:30px 0;
	background:url(../imgs/grad.jpg) repeat-x 0 100%;
}

#sub_content #col_1{
	width:600px;
	
}

#sub_content #col_2{
	width:310px;
	float:right;
}

.team .member{
	width:700px;
	float:left;
}

.team .mugshot{
	width:151px;
	float:left;
	background:url(../imgs/polaroid.jpg) no-repeat;
	height: 151px;
	margin-right:20px;
}

.team .mugshot img{
	position:relative;
	top:10px;
	left:10px;
}

.team, .team li{
	margin-bottom:10px;

}

#volunteers_blurb ul{
	font-size:1.2em;
	margin-left:20px;
}

#quotes{
	list-style-type:none;
	height:160px !important;
/* 	overflow:hidden; */
	padding:1px;
	font-size:1.4em;
	background:url(../imgs/quotes1.gif) no-repeat;
}

#quotes p{
	line-height:1.4em;
}	

.befriending_intro{
	padding-top:40px;
	padding:1px;
}

.befriending_quotes{
	font-size:1.6em !important;
	margin-top:60px;

}

ul.team{
	list-style-type:none;
}

#sub_content #quotes li, #video_content #quotes li{
	background:url(../imgs/quotes2.gif) no-repeat 92% 90%;
	padding:5px 15px;
	color:#F58345;
}

#video_content #col_1{
	width:520px;
	margin-bottom:20px;

}

#video_content #col_2{
	width:400px;
	float:right;
	margin-bottom:10px;
}

#video_content #one_col{
	clear:both;
	background:url(../imgs/bottom_shadow.jpg) no-repeat 0 0;
	width:940px;
	padding-top:40px;
}

#video_content #one_col_cont{
	width:600px;
	float:left;

}

#content_wrapper col_

#video_content #one_col_cont_bef{
	width:940px;
}

#video_content #two_col{
	width:310px;
	float:right;
}

#video_content #two_col ul{
	margin-top:0;
}

#map{
	width:600px;
	float:right;
}

#address{
	width:300px;
	float:left;
}

#toby_link{
	font-size:1.1em;
}

.news_snippet{
	border-bottom:1px dotted #777;
	padding:10px 0 5px 0;
}

#slides{
	list-style-type:none;
	height:300px !important;
	padding:0;
	margin:0 0 20px 0;
}

#slides li{
	margin:0;
	padding:0;
}

#docs p img{
	border:2px solid #666 !important;
}

#docs ul li{
	margin-left:30px;
}

#screenname{
	background-color:#7ACCE6;
	border:1px dashed #fff;
	color:#fff;
	text-align:center;
	font-weight:bold;
	padding:10px;
}

#screenname a:link, #screenname a:visited{
	color:#fff;
}

#screenname a:hover{
	color:#F58345;
}

.clearfix:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}

/* for IE6 */
*html .clearfix{
	height:1%;
}

/* for IE7 */
*:first-child+html .clearfix{
	min-height:1px;
}

body.small #wrapper p{
    	font-size:1.3em;
}

body.medium #wrapper p{
    	font-size:1.35em;
}

body.large #wrapper p{
    	font-size:1.4em;
} 
