﻿/*
/ --------------------------------------
/	ppwh.org.uk
/	Homepage styling
/   Frame Digital
/ --------------------------------------
/
/	-	??
*/

#main #left{
float:left;
width:370px;	

}

#main #left strong{
	font-size:14px;
	line-height:22px;
}

#main #left h4.video-header{
	font-size:14px;
	line-height:22px;
	background-color:#f7002d;
	margin:0;
	padding:2px 2px 2px 12px;
	color:#fff;
	border: solid 1px #f7002d;
	-moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0;
}

#main #right{
	float:left;
	width:565px;
	margin:0 0 0 15px;
}

#main #right .col1, #main #right .col2 {
	float:left;
	width:275px !important;


}

#main #right .col1{
	margin:0 15px 0 0;
}

/*prevent snippets inheriting default sniipet formatting - just treat 'em as content controls*/
#content #main #right .snippet{
	background-color:#fff;
	border:1px dotted #CDCDCD;
	margin:0px;
	padding:0px;
}

#content #main #right .col1 .snippet,
#content #main #right .col2 .snippet{
	width:275px !important;
		background-color:#f2f2f2;
		border:0;
}


/* ---------------
tribute funds
----------------- */

#main #left .tribute-funds{
	margin:20px 0 0 0;
	padding:0;
}

#main #left .tribute-funds h3{
background-color:#99ba7d;
	border: solid 1px #99ba7d;
		-moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0;
		color:#fff;
		padding:5px 2px 4px 10px;
		font-family:Helvetica,Arial,sans-serif;
	font-size:16px;
	line-height:normal;
	width: auto;
	height:auto;
}

#main #left .tribute-funds h3 a{
	color:#fff;
}

#main #left .tribute-funds {
	background-image: url(../images/framework/bk_tribute-funds.png);
	background-repeat: no-repeat;
	background-color:#e0efcd;
	background-position: 10px 40px;
}

#main #left .tribute-funds p{
	color:#71a151;
	margin: 0 0 0 190px;
	padding:8px 5px 6px 0;
}

#main #left .tribute-funds p a{
background-color:#99ba7d;
padding:2px 4px;
color:#fff;
font-weight:bold;
	border: solid 1px #99ba7d;
		-moz-border-radius: 3px; -webkit-border-radius: 3px;
}

/* ---------------
top image
----------------- */
#main #right .img p{
	margin:0;
	padding:0;
}

#main #right .img{
	margin:0 0 15px 0;
}

#content #main #right .img .header-img{
	width:565px !important;
	margin:0;
	padding:0;
}

/* ---------------
right hand columns
----------------- */

#content #main #right .column h3{
background-color:#dedede;
	border: solid 1px #dedede;
		-moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0;
		color:#333333;
		padding:5px 2px 4px 10px;
		font-family:Helvetica,Arial,sans-serif;
	font-size:16px;
	line-height:normal;
	width: auto;
	height:auto;
}

#content #main #right .column ul{
margin:12px 0 15px 40px;
}

#content #main #right .column ul li{
background-image: url(../images/arrow-blue.gif);
margin: 3px 0;
}

#content #main #right .column a{
color:#009ee7;
}

/* ---------------
news list
----------------- */

#content #main #right .article{
	clear:both;
	float: none;
	margin: 0;
	margin:15px 0 0 0 ;
	border-bottom:1px solid #DEDEDE;
	padding-bottom:5px;
}

#content #main #right .article .image{
	float:left;
	width: 90px;
	text-align: center;
	overflow:hidden;
	padding:0;
}

#content #main #right .article .text{
	float:right;
	width: 170px;
	text-align: left;
	padding:0;
}


#content #main #right .article .text h4{
	color:#009ee7;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}



#content #main #right .article .text h4 a{
		color:#009ee7;
	text-decoration: underline;
}

#content #main #right .article .text h4 a:hover{
	text-decoration: none;
	color: #008ccc;
}

#content #main #right .col2 p{
	text-align:right;
	padding:10px 5px 10px 0;
}

#content #main #right .article .text p{
	font-family: Arial, Helvetica, sans-serif;
	padding:5px 0;
	margin:0;
	font-size:11px;
		text-align:left;
}



