@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
}

body {
	margin:0 auto;
	width:980px;	
	padding:0;
	background:url(http://www.richardburnsfoundation.com/imgs/back-fade.jpg) repeat-x #CCC;
	font:12px/21px "Gill Sans", Arial, Helvetica, sans-serif;
	letter-spacing:0.04em;	
}

a {color: #F00; text-decoration:none;}
a:hover {text-decoration:underline;}

img {border:0;}
img a {text-decoration:none; border:0;}
img a:hover {text-decoration:none;}

#wrap {
	position: absolute;
	float:left;
	width:971px;	
	border-left:8px solid #FFF;	
	border-right:8px solid #FFF;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
        background: #FFF;

		
	
}

#header {
	float:left;
	background:url(http://www.richardburnsfoundation.com/imgs/header-img.jpg) no-repeat;
	display:block;
	width:971px;
	height:134px;
	position:relative;
	
}

#header #logo {background:url(http://www.richardburnsfoundation.com/imgs/logo.jpg) no-repeat;
	width:114px; 
	height:111px;
	display:block;
	text-indent:-100000px;
	position:absolute;
	top:10px;
	left:20px;
	
}

#menu {
	position:absolute;
	top:69px;
	right:0;
	
}

#nav {
	margin:0;
	padding:0;
	list-style: none;
	display: inline;
	overflow: hidden;
	
}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 43px 0 0 0px;	
	overflow: hidden;
	height: 0px !important; 
	height /**/:43px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -43px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -43px;
	}


li#home a  {
	width: 56px;
	background: url(http://www.richardburnsfoundation.com/imgs/menu/home.jpg) no-repeat left top;
	}
	
li#richard a  {
	width: 67px;
	background: url(http://www.richardburnsfoundation.com/imgs/menu/richard.jpg) no-repeat left top;
	}
	
li#rbf a  {
	width: 37px;
	background: url(http://www.richardburnsfoundation.com/imgs/menu/rbf.jpg) no-repeat left top;
	}
	
li#get-involved a  {
	width: 102px;
	background: url(http://www.richardburnsfoundation.com/imgs/menu/get-involved.jpg) no-repeat left top;
	}

li#news a  {
	width: 49px;
	background: url(http://www.richardburnsfoundation.com/imgs/menu/news.jpg) no-repeat left top;
	}

li#case-studies a  {
	width: 100px;
	background: url(http://www.richardburnsfoundation.com/imgs/menu/case-studies.jpg) no-repeat left top;
	}	

li#patrons a  {
	width: 69px;
	background: url(http://www.richardburnsfoundation.com/imgs/menu/patrons.jpg) no-repeat left top;
	}	
	
li#gallery a  {
	width: 72px;
	background: url(http://www.richardburnsfoundation.com/imgs/menu/gallery.jpg) no-repeat left top;
	}	
	
li#events a  {
	width: 61px;
	background: url(http://www.richardburnsfoundation.com/imgs/menu/events.jpg) no-repeat left top;
	}	
/*news sub section*/


#content {
	position:relative;

	clear:both;	
	float:left;
	width:951px;
	background:#FFF;
	padding:30px 10px 10px 10px;
	min-height:400px;	
}

#content #col1 {
	float:left;
	width:300px;
	margin:0 50px 0 0;
}

#content #col2 {
	float:left;
	width:500px;
}

.entry {
       margin:0 0 20px 0;
     
}

#content-footer {
	clear:both;
	float:left;
	width:960px;
	margin:10px auto;
}

.widget {
	float:left;
	width:260px;
	margin:20px 60px 0 0;
}
.widget h5 { font-size:11px;  line-height:15px; margin:0 0 10px 0; padding:0 0 0 18px; font-weight:normal;}
.widget h5.summary { font-size:11px;  line-height:15px; margin:0; padding:0 0 0 18px; font-weight:normal;}
.widget p { margin:0 0 -10px 0; padding:0 0 0 18px; font-size:11px; line-height:15px;}


.widget .patrons-blog {background:url(http://www.richardburnsfoundation.com/imgs/widgets/patrons-blog.gif) no-repeat;
	display:block;
	width:301px;
	height:45px;
}

.widget .latest-news {background:url(http://www.richardburnsfoundation.com/imgs/widgets/latest-news.gif) no-repeat;
	display:block;
	width:301px;
	height:45px;
}

.widget .next-event {background:url(http://www.richardburnsfoundation.com/imgs/widgets/next-event.gif) no-repeat;
	display:block;
	width:301px;
	height:45px;
}

.widget .get-involved {background:url(http://www.richardburnsfoundation.com/imgs/widgets/get-involved.gif) no-repeat;
	display:block;
	width:301px;
	height:45px;
}

#footer {
	position:relative;
	clear:both;
	float:left;
	width:967px;
	background:#FFF;
	margin:10px 0 0 0;
	padding:10px 0px 10px 0px;
        font-size: 10px;
        text-align:right;



}
