/* CSS Reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* 
|	============================
|	Supersized Background Image
|	============================
*/
html {
	overflow-x:hidden;
	position: relative;
	font-family:sans-serif;
	background-color: #FFF;
	color:#666;
	line-height:1.4;
	font-size:14px;
}
* {
	outline:none;
}

/*Supersize Plugin Styles*/
#supersize {
	height:100%;
	width:100%;
	display:none;
	z-index: -1;
}
#supersize img {
	display:inline;
}

/* 
|	============================
|	Standard Elements
|	============================
*/
.last_section {
	margin-right:0!important;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
img, img a, a {
	outline:none;
}
.selected {
	color:black;
}
.not-selected {
 
}
.selected_child {
	font-weight: bold;
}
div {
	border:0px dotted #CCC;
}
.content_padding {
	padding-right:40px;
}
h1 {
	font-size:28px;
	margin-bottom:0px;
	color:#282a73;
	font-weight:normal;
	line-height:0.8;
	letter-spacing: -1px;
	width:250px;
}
h2 {
	font-size:18px;
	color:white;
	line-height: 0.9;
	width:330px;
	font-weight:bold;
}
h3 {

}
h3.footerH3 {
	font-size:10px; 
	margin-bottom:0px;
	color: #aeaeae;
}
.strapline {
	font-size:12px!important;
	line-height:0.9;
	font-weight:normal;
	color:white;
}
p {
	font-size:12px;
	color:#333;
	padding-bottom:10px;
	line-height: 1.5;
}
strong,b {
	font-weight:bold;
	color:red!important;
}
/*
a {
	text-decoration: none;
	margin-right:10px;
	color:#333;
}
a:hover,a.node {
	color:black!important;
}
*/
td {
 	vertical-align: top;
}
.bold {
	font-weight: bold;
}
/* 
| ============================
|  Containers
| ============================
*/
.container {
	margin:auto;
	width:947px;
	position:relative;		
}
/* 
|	============================
|	Contact Form
|	============================
*/
.contact_form {
	margin-bottom:10px;
}
.contact_form .label {
	float:left;
	width:200px;
	margin-bottom: 5px;
	color:#FFF;
}
.contact_form input[type="text"], .contact_form textarea {
	float:left;
	border:1px solid #CCC;
	padding:10px;
	width:530px;
	margin-bottom: 5px;
}
.contact_form textarea {
	height:80px;
}
.contact_form .small_box input {
	float:left;
	margin-top:2px;
	margin-right:10px;
}
.contact_form .small_box p {
	float:left;
	margin-right:5px;
}
#content {

}
#col_1 {
	float:left;
	width:70%;
}
#col_2 {
	float:right;
	width:30%;
}
.read_more {

}
#latest-news {
	
}
#latest-news .news_extract {

}
#latest-news .timestamp {

}
#latest-news h1 {

}
#latest-news h2 {

}
#latest-news p {

}
#latest-news a {

}
#latest-news a:hover {

}

.comments {
	
}
.comment_name {

}
.comment_timestamp {

}
.comment_body {

}



h2#comment_heading {

}
.comment_form {

}
.comment_form input[type="text"] {

}
.comment_form textarea {

}
.comment_form input[type="submit"] {

}

#footer {

}
.footer_nav {
}
.footer_nav ul li {
}
.footer_nav .left {
}
.footer_nav .right {
}
#podcast-container {
	position: absolute;
	top:-20px;
	right:75px;
	float:right;
}
#podcast {
  	position: relative;
	float:left;
}
#podcast img {
	position: absolute;
	top:-8px;
	right:-15px;
}
#footer a {
	color:#CCC;
	text-decoration:none;
}
#footer a:hover {
	color:#A54399;
	text-decoration:none;
}

