html {
	background: url('images/bg_html_texture.jpg') top repeat-x #B2C3D3;
}

body {
	font-family:		'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin:				0;
	padding-bottom: 10px;
}

#page {
	margin:					0 auto;
	width:					960px;
}

/* Header */

#page_header {
	position:				relative;
	height: 				86px;
	margin-bottom:			3px;
}
#page_header img {
	margin: 0;
	padding: 12px 0 0;
}
#page_header p {
	margin: 0;
	padding: 0;
}
#site_name {
	position: absolute;
	left: -9999px;
}
#site_tag {
	position: absolute;
	left: -9999px;
}

#connect {
	position:absolute;	
	right: 10px;
	top: 15px;
	
	background: #E6EBF1;
	border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	padding: 5px;
	margin: 0;
}
#connect p, #connect a, #connect img {
	margin: 0;	
	padding: 0;
}

/* Main Nav */

#page_nav {
	padding:				0;
	font-family: Tahoma, Geneva, sans-serif;
}
#page_nav #page_nav_home {
	margin-top: 0;
}
#page_nav h4, #page_nav h5  {
	font-size: .8em;
	font-weight: normal;
	margin: 8px 0 0;
	padding: 1px 5px 2px;
	color: #aaa;
	background: #E6EBF1;
}
#page_nav h5 {
	font-size: .75em;
	margin: 0 0;
}

#page_nav ul {
	margin:					0;
	padding:				0 0 3px;
	list-style-type:		none;
	color: #aaa;
	background: 			#E6EBF1;
}
#page_nav li {
	font-size:				75%;
	line-height: 140%;
	margin: 				0 0 0 15px;
	padding:				2px 2px 2px;
	font-weight:			normal;
}
#page_nav a {
	display: block;
	color:					#036;
	text-decoration:		none;
}
#page_nav a:hover {
	text-decoration:		underline;
}
#page_nav .prefix {
	text-decoration:		none;
	color: #aaa;
	font-size: .9em;
	padding-right: 2px;
}
#page_nav .a_inline {
	margin-left: 5px;	
}
#page_nav .a_inline a {
	display: inline;	
}

/* Page Body */

#page_body {
	padding:				9px 10px 15px;
	background: #fff;
	border-top: 1px solid #fff;
}

/* Content */

.content a {
	color: #0002CF;
}
.content a:visited {
	color: #6789AB;
}

.content h1, .content h2, .content h3, .content h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
.content h1 {
/*	font-size:				1.8em;
	margin-top: 0px;
	color: #6789AB;
	color: #006;
	
	margin-bottom: 10px;
	padding-bottom: 6px; */
	
	background-color: #6789AB;
	padding: 1px 5px 5px 10px;
	margin: 0 0 10px;
	
	font-size: 180%; 
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
}
.content h2 {
	clear:					left;
	color: #006;
	
	margin-top: 15px;
	font-size: 1.4em;
	padding-bottom: 		3px;
}
.content h3 {
	font-size:				1em;
	color: #6789AB;
	color: #4B6498;
}
.content h4 {
	color: #92ABC5;	
	font-size: .9em;
}
.content p, .content address, .content li, .content td, .content th {
	font-size:				.8em;
	line-height:			1.5em;
	color:					#666;
}
.content p strong {
	color: #333;
}
.content li h3 {
	font-size:				1.1em;
}
.content li p {
	font-size:				1em;
}
.content address {
	font-style:				normal;
	margin-left: 20px;
}
.content th {
	text-align:				left;
}
.content table {
	border: 0;
	border-bottom: 1px solid #E6EBF1;
	border-right: 1px solid #E6EBF1;
}
.content td, .content td {
	padding: 2px 5px;
	margin: 0 2px;
	border: 0;
	border-top: 1px solid #E6EBF1;
	border-left: 1px solid #E6EBF1;
}
.content dfn {
	font-style: normal;
	border-bottom: 1px dotted #333;
	cursor: help;
}

#content_text {
	margin: 0 5px;
}
.content .technical {
	font-size:				.8em;
	color:					#666;
}
.content .smaller {
	font-size: 75%;
	color: #eee;
}
.content .smaller a {
	color: #ddd;
}
.content .no-mg-top {
	margin-top: 0;
}
.content .no-mg-bot {
	margin-bottom: 0;
}
.content .close_below {
	border-bottom: none;	
	margin-bottom: 0;
}
.content .close_above {
	margin-top: 0;
}
.content .close_both {
	margin-top: 0;
	margin-bottom: 0;
}
.content blockquote {
	margin: 0;
	padding-left: 25px;
	padding-right: 10px;
	background: url(images/quote.gif) top left no-repeat;	
}
.content_padding {
	padding-left: 10px;	
	padding-right: 10px;	
}

.col, .col_2w, .col_3w, .col_4w {
	float: left;
	margin-left: 10px;
}
.col {
	width: 180px;
}
.col_2w {
	width: 370px;
}
.col_3w {
	width: 560px;
}
.col_4w {
	width: 750px;
}
.col_third {
	float: left;
	margin-right: 20px;
	width: 230px;	
}
#page_nav {
	margin-left: 0;
}

#col1,#col2,#col2_wide,#col3 {
	float:				left;
	margin-left: 10px;
}	
#col1 {
	width:				180px;
	margin: 0;
}

#col2,#col2_wide {
/*	border:				1px solid #9BB4CD;   */
}

#col2, #col3  {
	width:				370px;
}
#col2_wide {
	width:	750px;
}

.area_highlight {
	padding: 4px 10px 4px;
	border: 1px solid #E6EBF1;
	margin-top: 3px;
	margin-bottom: 10px;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	background: #F9FBFC;
}



.area_highlight p{
	margin: 5px 0;
}
.area_highlight ul, .activities_area_highlight ul {
 	padding:0;
	margin-left:0;
	list-style-position:inside;	
}

.activities_area{
	padding-left: 10px;
	width: 530px;
	float: right;
}

.activities_area h4 {
	margin-top: 0;
}

.activities_area_highlight {
	padding: 10px 10px 4px;
	border: 1px solid #E6EBF1;
	margin-top: 3px;
	margin-bottom: 10px;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	background: #F9FBFC;
	width: 700px;
	overflow: auto;
	min-height: 150px;
}

.activities_area{
	padding-left: 10px;
	width: 530px;
	float: right;
}

.activities_area h4 {
	margin-top: 0;
}

.activities_image {
	display: inline;
	float: left;
	height: 150px;
	position: relative;
	top: 50%;
	
	padding-bottom: 10px;
}

.item {
	clear: left;
	margin: 5px 0 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #E6EBF1;
}
.icon_inline {
	position: relative;
	top: 3px;
}
.content .grey {
	color: #aaa;	
}


.sermon {
	background: url('http://www.kcd.org.uk/_template/icons/sermon_40.gif') top left no-repeat;
	padding-left: 48px;
}

.sermons .item {
	background: url('http://www.kcd.org.uk/_template/icons/sermon_32.gif') top left no-repeat;
	padding-left: 40px;
}

.content .banner_third {
	padding: 127px 10px 0 10px;
	margin: 0;
	height: 45px;
	width: 210px;
	color: #fff;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: 28px;
	border-radius: 3px;
}
.content .banner_third a {
	color: #fff;
	text-decoration: none;	
}
.content .banner_third a:hover {
	text-decoration: underline;	
}

/* Footer */

#page_footer {
	clear:					both;
	margin-top: 5px;
	padding:				3px 0;

	background: #E7EFF7;
	color: #333;
	border-top: 5px solid #6789AB;

	background:				#6789AB;
	color:					#E7EFF7;
	border: 0;	

}
#page_footer p {
	text-align:				center;
	font-size:				65%;
	margin:					1px 0;
}
#page_footer a {
	color:					#E7EFF7;
	text-decoration:		none;
}
#page_footer a:hover {
	text-decoration:		underline;
}
#page_footer .credit {
	text-align:				right;
	font-size:				80%;
	color:					#999;
	border-bottom:			1px solid #fff;
}

/* Welcome */

#welcome {
	background:				url('../_images/welcome_sunday_750x250.jpg') no-repeat #F4F4F4;
	padding: 0 0px 0 0;
	padding-top:185px;
	height: 65px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E6EBF1;
}
#welcome h2 {
	margin:					0 0 ;
	color:					#fff;
}
#welcome p {
	margin:					0 0 3px;
	color:					#fff;
}
.highlights {
	background: #E6EBF1;	
	padding: 1px;
	margin: 10px 0 10px;
	padding: 10px 0;
}
.content .highlights ul {
	list-style-type: none;
	padding: 0 0 0 5px;
	margin: 0;
}
.content .highlights li {
	display: inline;	
	padding: 1px;
	margin: 1px;
}
.content .highlights a {
	font-size: 1.4em;
	color: #006;
	padding: 10px 5px 10px 5px;
	text-decoration: none;
}

.content .highlights a:hover {
	background: #6789AB;
}

/* News */

#latest {
	background: #ECEBCD;
	padding: 5px 10px;
	border-radius: 4px;
}

.latest_item {
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 6px;
}

/*
#news_heading {
	padding:				0px 5px 2px;
	background:				#6789AB;
	background:				url('../images/v2/bg_h.jpg') repeat-x #6789AB;
	color:					#fff;
	margin:					0;
}
*/
#news_content {
	margin: 0 5px;
}
#news_content h3 {
	margin:					12px 0 0px;
	clear:					both;
}
#news_content p {
}
#news_content .news_author {
	margin:					0 0 6px;
	font-size:				70%;
	color:					#999;
}
#news_content .news_author a {
	color:					#999;
}
#news_content .news_teaser {
	padding-left:			90px;
	margin:					6px 0 4px;
}
#news_content .news_more {
	margin:					4px 0 0;
	font-size:				70%;
	padding-left:			90px;
}
#news_content .imgr, #news_content .imgl {
	margin-bottom:			15px;
}

/* Latest */


/*
#latest h2 {
	padding:				2px 10px;
	background:				#6789AB;
	background:				url('../images/v2/bg_h.jpg') repeat-x #6789AB;
	color:					#fff;
	margin:					5px 0 0;
}
*/
#latest div {
	margin: 0 5px;
}

/* This Sunday */

#sunday {
	background:			#ffe;
	border:				1px solid #009;
	margin-bottom:		3%;
}
#sunday h2 {
	background:			#ffa;
	margin-top:			0;
	padding:			5px;
}
#sunday p {
	padding:			5px;
}

/* Diary */

#diary #diary_heading {
	margin-top:					0;
}

#diary .diary_more {
	background: #E6EBF1;
	padding: 3px 0 3px 20px;
	margin: 0 0 5px 0;

	border-bottom-right-radius: 5px; 
		-webkit-border-bottom-right-radius:5px; 
		-moz-border-radius-bottomright: 5px; 
	border-bottom-left-radius: 5px; 
		-webkit-border-bottom-left-radius:5px; 
		-moz-border-radius-bottomleft: 5px; 
}

#diary_content {
	font-size: 95%;
	padding-bottom: 5px;
}
#diary_content h3 {
	padding: 0 5px;
	margin:	10px 0 6px;
	font-size: .9em;
	color: #6789AB;
}
#diary_content p {
	margin:				0 0 0;
	padding:			0 5px 2px 20px;
}
.diary_time {
	float: left;
	font-weight:			normal;
	font-size: 90%;
	color: #666;
}
.diary_name {
	display:			block;
	margin:				0 12px 0 32px;
}
.diary_name {
	text-decoration: none;
	color: #000;
}
.diary_name:hover {
	text-decoration: underline;
}
.diary_more_expand {
	margin:				0 0 6px 5px;
}

/* Quotes */

/*
#quotes_heading {
	background:				url('../images/v2/bg_h.jpg') repeat-x #6789AB;
	color:					#fff;
	margin:					0px 0 0;
	padding:				2px 5px;
	border-top:				5px solid #fff;
}
*/
#quotes {
	text-align:				right;
	font-size:				.9em;
	padding:				0 8px 8px;
	margin:					2px;
	background:				url("../images/v2/quote.gif") 6px 0px no-repeat;
	color:					#888;
}
#quotes_text {
	text-align:				left;
	text-indent:			28px;
	margin:					0;
}
#quotes_author {
	margin:					3px 0 0;
	font-weight:			bold;
}



/* Internship */

#internship {
	background:			#f5f5ff;
	border:				1px solid #009;
	padding:			5px;
	margin-bottom:		5px;
}

/* People */

.people h3 {
	margin-bottom:			1px;
	margin-left: 110px;
}
.people .role {
	margin:					0 0 5px;
}
.people .biog {
	margin:					5px 0 20px 110px;
}
.people img {
	margin-bottom:			10px;
}
.people div {
	clear:					left;
	margin-bottom: 5px;
}

/* RSS button */

.content .rss {
	position: relative;
	top: 4px;
}

.tah {
	font-family:			Tahoma,Arial,sans-serif;
	font-weight:			bold;
	color:					#010066;
}
.gar {
	font-family:			Garamond, Times, serif;
	font-weight:			normal;
	font-style:				italic;
	color:					#000;
}

.tweet {
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 3px 8px;	
}

img {
	border: 0;
}
.imgl {
	float: left;
	margin: 0 10px 3px 0;
}
.imgr {
	float: right;
	margin: 0 0 3px 10px;
}

#credit {
	width: 940px;
	margin: 0 auto;
	padding: 2px 10px 3px;
	
	background: #000066;
	text-align: right;
	font-size: 65%;
	color: #90AAC5;
	
	border-bottom-right-radius: 5px; 
		-webkit-border-bottom-right-radius:5px; 
		-moz-border-radius-bottomright: 5px; 
	border-bottom-left-radius: 5px; 
		-webkit-border-bottom-left-radius: 5px; 
		-moz-border-radius-bottomleft: 5px; 
}
#credit a {
	color: #fff;
	text-decoration: none;
}
#credit a:hover {
	text-decoration: underline;
}

#slidingDiv, #slidingDiv_2, #slidingDiv_3, #slidingDiv_4{
	height: auto;
	background-color: #F9FBFC;
	padding:10px;
	margin-top: 10px;
	display:none;
}

.button {
	-moz-box-shadow:inset 0px 0px 0px 0px #7aa2c9;
	-webkit-box-shadow:inset 0px 0px 0px 0px #7aa2c9;
	box-shadow:inset 0px 0px 0px 0px #7aa2c9;
	background-color:#6789AB;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #6789AB;
	display:inline;
	color:#ffffff;
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:150px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
}
.button:hover {
	background-color:#7aa2c9;
}.button:active {
	position:relative;
	top:1px;
}

form { display: inline; }

.freshers {
	float: left;
	width: 350px;
    margin: 0 20px 20px 0;
}

.content .banner_freshers {
	padding: 80px 10px 0 10px;
	margin: 0;
	height: 45px;
	width: 340px;
	color: #fff;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: 28px;
	border-radius: 3px;
}
.content .banner_programme a, .content .banner_freshers a  {
	color: #fff;
	text-decoration: none;	
}
.content .banner_programme a:hover, .content .banner_freshers a:hover {
	text-decoration: underline;	
}