/* ------------------------------------------------------------------------------- */
/* ---------- Base CSS Document for jdp.co.uk ------------------------------------ */
/* ------------------------------------------------------------------------------- */
/* ---------- © 2007 John Downer Productions Ltd. -------------------------------- */
/* ---------- Design & Code: Stuart Eaton ---------------------------------------- */
/* ---------- eatpixels.com ------------------------------------------------------ */
/* ------------------------------------------------------------------------------- */
/* ---------- (1) Html------------------------------------------------------------ */
/* ---------- (2) Layout --------------------------------------------------------- */
/* ---------- (3) Typography and styling ----------------------------------------- */
/* ---------- (4) Navigation ----------------------------------------------------- */

/* ---------- (1) Html ----------------------------------------------------------- */

html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
	margin: 0; 
	padding: 0; 
	border: 0; 
}

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-color: #f5fcff;
}


p {
	margin-bottom: 10px;
}

/* ---------- (2) Layout --------------------------------------------------------- */

#top_half {
	background-color: #d9dfe1;
	overflow: hidden;
	padding-top: 2em;
	width: 100%;
	background-image: url(../graphics/background_blur.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#bottom_half {
	overflow: hidden;
	padding-top: 2em;
	width: 100%;
	background-image: url(../graphics/page_behind.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.page_content {
	width: 793px;
	margin: 0px auto;
}

.row {
	padding-bottom: 4em;	
	overflow: hidden;
	width: 100%
}

.column {
	width: 244px;
}

.bouble_column {
	float: left;
	margin-right: 35px;
	width: 65%;
}

.left {
	float: left;
	margin-right: 31px;
}

.middle {
	float: left;
}

.right {
	float: right;	
}

.diary_img {
	//width:150px;
	padding: 1em;
		
}
/* ---------- (3) Typography and styling ----------------------------------------- */
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	}

h1, strong, b { 
	font-weight: normal;
	text-shadow: #fff 2px 2px 2px;
	text-align: left;
}

h1 {
	font-size: 210%;
	line-height: 1.1em;
	margin-bottom: 1.5em;
	margin-top: 0em;		
}

h2 { 
	font-size: 100%;
	margin-bottom: -0.2em;
}

.top_rounded, .bottom_rounded { background-color: #e2e5e6; border: 1px solid #ECEEEF; }

#footer {
	border-top: 1px solid #d9dfe1;
	padding-top: 1em;
	color: #92969a;
}

.results { border-top: 1px solid #eee; }

.border_bottom { border-bottom: 1px solid #eee; }

.diary_img {
	border:0px;
}

img_container {
	float: left;	
}

/* ---------- (4) Navigation ----------------------------------------------------- */


.nav_blue {
	float: left;
	background-image: url(../graphics/nav/blue_navigation_background.gif);
	margin-left: 0.4em;
	height: 20px;
	width: 93px;
	text-align: center;
	line-height: 20px;
}

.nav_grey {
	float: left;
	background-image: url(../graphics/nav/grey_navigation_background.gif);
	margin-left: 0.4em;
	height: 20px;
	width: 93px;
	text-align: center;
	line-height: 20px;
	text-shadow: #fff 2px 2px 2px;
}

.nav_white a:visited {color: #fff;}


.nav_blue, a:hover .nav_grey { 
	color: #fff;
	text-shadow: #b2d9ff 0px 0px 1px;
}

a:hover .nav_grey { 
	color: #fff;
	text-shadow: #b2d9ff 0px 0px 1px;
}

.nav_blue a:link { 
	color: #fff;
	text-shadow: none;
}

.search_icon {
	margin-left: 0.4em;
	cursor: pointer;
}

a:link {
	color: #3091ef;
	text-decoration: none;
}

a:visited {
	color: #3091ef;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
	text-shadow: #fff 2px 2px 2px;
}

a:active {
	color: #4da317;
	text-decoration: none;
}

.media_list {
	margin-top: 2em;
	margin-bottom: 0px;
	font-size: 9px;
	background-color: #e2e5e6;
}

.media_container {
	width: 100%;
	height: 37px;
	display: block;
	
}

.media_thumbnail {
	position: relative;
	top: -5px;
	left: 3px;
}

.media_icon {
	position: relative;
	top: -1px;
	left: -40px;
}

.media_new_icon {
	position: relative;
	top: -22px;
	left: -110px;
}

.media_text {
	position: relative;
	top: -33px;
	left: 55px;	
}

.media_separator {
	width: 100%;
	height: 1px;
	border-top: 1px solid #fff;
	margin-top: 1px;
	margin-bottom: 1px;
}

.programmes_list_image {
	float:left;
	width:264px;
	height:247px;	
}

.programmes_list_label {
	position:relative;
	padding:1em;
	margin-bottom: 1em;
	background-color:#e2e5e6;	
}

/* ---------- (5) Misc. ---------------------------------------------------------- */

	hr {
		margin-top: 1em;
		margin-bottom: 1em;
		border: none 0; 
		width: 100%;
		height: 1px;
		opacity: 0.7;
	}
	
	img { border: none;}
