/*
/ --------------------------------------
/	ppwh.org.uk
/   Frame Digital
/
/	-	CSS FILE FOR THE BASIC OUTLINE OF THE SITE
/ --------------------------------------
/
/	-	HEADER STULES
/	-	FOOTER STYLES
/	-	CMS controlled styles
*/


#wrapper
{
    width: 100%;
    min-height: 155px;
    height: auto !important;
    height: 155px;
    
    position: relative;    
    float: left;           
}

#site   
{
    width: 985px;        
    margin: 0 auto;      
    min-height: 100px;
    position: relative;
}

#content
{	
    height: auto !important;
	min-height: 100px;
	height: 100px;    
    width: 945px;
    padding: 0 20px 0 20px;
    background: #ffffff;            
}

#content #main
{
	width: 950px;		
	
	min-height:350px;
    height:auto !important;
    height:350px;	
	float: left;			
	background: #ffffff;
	margin-bottom: 20px;
}

#content #footer p { margin-bottom: 0px; color: #fff; }

#content #masthead
{
	width: 950px;	
	min-height:220px;
    height:auto !important;
    height:220px;
	float: left;
	margin-bottom: 20px;	
	position: relative;
	background-image: url(/themes/default/images/framework/bk_ppwh-logo.gif);
	background-repeat: no-repeat;
	background-position: 20px 22px;
		
	border-bottom: solid 2px #cdcdcd;
	padding-bottom: 10px;			
}

#content #main #header { width: 950px; }

/* ----------------------
	-	FOOTER STYLES
----------------------*/
#site #footer
{
    background: #003075;
		color: #fff;
}

#site #footer .title{
	background-color: #009ee7;
	color:#fff;
	padding: 5px 0 5px 10px;
    font-family: Tahoma, Geneva, Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:normal;
	display:    block;
	width: 975px;
}

#site #footer .left{
	float: left;
		width:370px;
	padding:20px 0 0 20px
}

#site #footer .right{
	float: right;
	width:540px;
	padding:20px 20px 0 0px;
	background-image: url(../images/framework/bk_rainbow-footer.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#site #footer .right .column,
#site #footer .right .column-last{
	float:left;
	border:0;
	margin:20px 0 0 0;
	padding:0;
}

#site #footer .right .column{
	width:170px;
	margin-right:20px;
}

#site #footer .right .column-last{
	width:140px;
}

#site #footer h6{
	font-size:14px;
	color:#fff;
	margin:0 0 15px 0;
}

#site #footer p{
	font-size: 11px;
	line-height: 16px;
	color:#fff;
}

#site #footer a{
	color:#fff;
	text-decoration: underline;
}

#site #footer a:hover{
	text-decoration: none;
}


/*footer bits and pieces*/


#site #footer .tape{
	font-size:18px;
font-family: Tahoma, Geneva, Helvetica, Arial, sans-serif;
	background-color:#002457;
	line-height:26px;
	padding:2px;
	
}

#site #footer .biglink{
	font-size:22px;
	font-weight:bold;
}

/*footer search box*/

#site #footer .search{
	width:395px;
	height:42px;
	background-image: url(../images/framework/bk_search-footer.png);
	background-repeat: no-repeat;
	font-size: 12px;
	margin-bottom:30px;



}
#site #footer .search .label{
	float:left;
	width:90px;
	margin: 14px 0 0 10px;
}
#site #footer .search .field-bk{
	float:left;
	height:24px;
	width:175px;
	background-image: url(../images/framework/bk_search-footer-field.png);
	background-repeat: no-repeat;
	margin:8px 0 0 0px;
	
}

#site #footer .search .field{
	border:0px solid red;
	background-color: #fff;
	width:125px;
	margin:3px 0 0 27px;
	color:#002457;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:18px;
}

#site #footer .search .button{
		float:left;

		margin:8px 0 0 0;
}

#site #footer .search .button a{
	background-image: url(../images/framework/bk_search-footer-button.png);
	background-repeat: no-repeat;
	color:#fff;
	text-decoration: none;
	padding:5px 18px;
	display:block;
	
}

#site #footer .search .button a:hover{
	color:#002457;
}

/* ----------------------
	-	CMS controlled styles
----------------------*/
.img-left{
display:inline;
margin-right:10px;
}

.img-right{
display:inline;
margin-left:10px;
}

