/* CSS Document */
body, html, p, div, ul, img, li, p, h1, h2, h3, h4, h5, h6 a, label, fieldset {
	border: 0;
	padding:0;
	margin:0;
}

body {
	font-size: 62.5%;
	font-family: Verdana, Georgia, Helvetica, sans-serif;
	background-image: url(../body_images/topbar_bg.gif);
	background-repeat: repeat-x;
}

p {
	font-size: 1.2em;
	line-height: 1.2em;
}

#wrapper {
	width: 775px;
	position: relative;
	background-image: url(../body_images/wrapper_bg.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#topbar {
	background-image: url(../body_images/topbar_bg.gif);
	background-repeat: repeat-x;
	height: 25px; 
}
/* Accessibility and skiplinks here*/
.accessibility a,.accessibility span {
	position: absolute;
	overflow: hidden;
	width:0;
	height:0;
	top:-4em;
	left:-3em;
}

.accessibility a:active, .accessibility a:focus {
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	color: #B16166;
	top: 1em;
	left: 20em;
	padding: 5px;
	border: 2px solid #000000;
	font-weight: bold;
}
/*Accessibility and skiplinks end*/
/* Search start*/
.topsearch {
	float: right;
	padding-right: 10px;
	margin-top: 2px;
}

.searchbox {
	float:right;
	margin-right: 15px;
	border: 1px solid #000000;
}

.searchbutton {
	float: right;
	margin: -2px 5px 0px 0px;
	padding: 0px;
}

#searchbox {
	padding: 1px;
}

/* Search end */
a:link {
	color: #1668B4;
	text-decoration: none;
}

a:visited {
	color: #1668B4;
	text-decoration: none;
}

a:hover {
	color: #B16116;
	text-decoration: underline;
}

a:active {
	color: #B16116;
	text-decoration: underline;
}

#sizer {
	margin-left: 8em;
	margin-top: -17px;
}

#sizer li {
	display: inline;
	list-style-image: none;
	padding-left: 3px;
}

.resizetext {
	color: #FFFFFF;
	padding-right: 4px;
	padding-top: 6px;
	margin-right: 5px;
}
/* FIR image replacement */
#main_heading, #main_heading span {
	float: left;
	width: 253px;
	height: 100px;
	background-image: url(../body_images/logo.gif);
	background-repeat: no-repeat;
	margin-right: 10px;
}

#main_heading span {
	margin-bottom: -100px;
}

h1 span {
	display:block;
	position: relative;
	z-index: 1;
}

/* IE5 Mac Hack \*/
h1 { overflow: hidden; }
/*/
h1 { text-indent: -100em; }
/* End Hack */
/* FIR Image replacement end */

h2 {
	font-family: Tahoma, Geneva, Lucida, sans-serif;
	font-size: 1.6em;
}

h3 {
	font-family: Tahoma, Geneva, Lucida, sans-serif;
	font-size: 1.4em;
}

h4 {
	font-family: Tahoma, Geneva, Lucida, sans-serif;
	font-size: 1.2em;
}

h5 {
	font-family: Tahoma, Geneva, Lucida, sans-serif;
	font-size: 1.1em;
	margin-bottom: 3px;
}

.top {
	vertical-align: text-top;
	margin-left: 3px;
}

#header {
	padding-top: 5px;
	margin-bottom: 3px;
}

.intro {
	float: left;
	padding: 3px;
	width: 498px;
}

#maincontent {
	clear: both;
	margin-right: 10px;
	border-top: 1px solid #E0E0E0;
	padding-top: 2px;
}

#left_column {
	float: left;
	width: 120px;
}

#left_column img {
	margin-top: 10px;
}

#left_column .gradwrap {
	margin-right: 4px;
}

#centre_column {
	float: left;
	width: 485px;
	padding-left: 3px;
	padding-right: 3px;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

#right_column {
	float: left;
	width: 150px;
	padding: 2px 0px 5px 2px;
	/*border-left: 1px solid #E0E0E0;*/
}

/*Navigation menu start*/

#mainmenu ul {	
		width: 116px;
		padding: 0 0 4px 0;
		border-bottom: 1px dotted #E0E0E0;
		list-style-type: none;
		list-style-image: url(none);
		}
		
#mainmenu li {	
		margin:0;
		padding:0;
		color: #000000;
		font-size: 1.2em;
		border-bottom:1px solid #FFFFFF;
		background: #DAE6E6;
		list-style-type: none;
		list-style-image: url(none);
		}
		
.mainnav a, .mainnav a:visited {	
		color:#000000;
		text-decoration:none;
		display:block;
		padding:5px 5px 5px 10px;
		background: #DAE6E6; 
		width:104px;
		list-style-image: none;
		}
		
.mainnav a:hover {	
		background: #B16116;
		color:#FFFFFF;
		list-style-image: none;
		}
/*Navigation menu ends */
/*Channels navigation start */

#channelsmenu ul {	
		width: 116px;
		padding: 2px 0 8px 0;
		border-bottom: 1px dotted #E0E0E0;
		list-style-type: none;
		list-style-image: url(none);
		}
		
#channelsmenu li {	
		margin:0;
		padding:0;
		color: #000000;
		font-size: 1.2em;
		border-bottom:1px solid #FFFFFF;
		background: #DAE6E6;
		list-style-type: none;
		list-style-image: url(none);
		}
		
.mainnav a, .mainnav a:visited {	
		color:#000000;
		text-decoration:none;
		display:block;
		padding:5px 5px 5px 5px;
		background: #DAE6E6; 
		width:104px;
		list-style-image: none;
		}
		
.mainnav a:hover {	
		background: #B16116;
		color:#FFFFFF;
		list-style-image: none;
		}

/*Channels nav end */
.login {
	margin-top: 5px;
	border-bottom: 1px dotted #E0E0E0;
}

.inputbox {
	border: 1px solid #e0e0e0;
}

form .formreg {
	font-size: 1em;
	font-style: italic;
	color: #FF0000;
	padding-bottom: 3px;
}

.formreg a:link {
	text-decoration: none;
}

.formreg a:visited {
	text-decoration: none;
}

.formreg a:hover {
	text-decoration: underline;
}

.formreg a:active {
	text-decoration: none;
}

.login legend {
	color: #1668B4;
	font-size: 1.2em;
	padding-left: 33px;
}

.signin {
	padding: 1px 1px 1px 1px;
	margin: 2px 0px 0px 24px;
}

.gradwrap {
	background-image: url(../body_images/gradrp.gif);
	background-repeat: repeat-x;
	height: 22px;
	display: block;
	margin: 2px 0px 2px 1px;
	clear: both;
}

.gradbg {
	background-image: url(../body_images/gradleft.gif);
	background-repeat:no-repeat;
	padding-top: 3px;
	padding-left: 10px;
	color: #FFFFFF;
}

.gradbg a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.gradbg a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.gradbg a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.gradbg a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/*Centre column*/

.andyblog {
	border: 1px solid #000000;
	float: right;
	margin: 0px 0px 2px 2px;
}

.andytext {
	margin-top: 2px;
	padding: 2px;
	background-color: #E7E7E7;
}

.andytext p {
	font-size: 1.2em;
	margin: 3px 0px 5px 0px;
}

.blogmore {
	background-image: url(../body_images/showinfo16.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding: 2px 18px 1px 1px;
	float: right;
	margin-right: 20px;
	margin-bottom: 3px;
	font-size: 1.2em;
}

.page_nav {
	text-align: center;
	padding: 2px 0px 2px 0px;
}

.page_nav a:link {
	color: #1668B4;
	text-decoration: none;
}

.page_nav a:visited {
	color: #B16116;
	text-decoration: none;
}

.page_nav a:hover {
	color: #B16116;
	text-decoration: underline;
}

.page_nav a:active {
	color: #1668B4;
	text-decoration: underline;
}

.currpage {
	text-align: right;
	margin: -5px 5px 0px 5px;
	color: #B16116;
}
.podwrap {
	border-bottom: 1px dotted #E0E0E0;
	margin-top: 10px;
	float: left;
	position: relative;
}


.podcastimage {
	border: 1px solid #000000;
	margin: 2px 3px 3px 0px;
	float: left;
	background-color: #FFFFFF;
}

.poddetails {
	clear: both;
}

.poddata {
	display: inline;
	vertical-align: top;
}

.divider {
	display: inline;
	padding: 1px 8px 1px 3px;
	background-image: url(../body_images/vertical.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.divider2 {
	display: inline;
	padding: 1px 3px 1px 3px;
}

.podplay {
	position: absolute;
	float: right;
	top: 5px;
	right: 62px;
}

.podplay a {
	display: block;
	width: 29px;
	height: 29px;
	color:#FFFFFF;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: url(../body_images/play_bg.jpg) 0 0 no-repeat;
	text-decoration:none;
}

.podplay a:hover {
	background-position: 0px -29px;
}

.podplay a:active {
	background-position: 0px -29px;
}

.podtext {
	margin-top: 12px;
	margin-bottom: 4px;
	padding: 2px;
	background-color: #E7E7E7;
}

.chapters {
	float: right;
	margin-top: -24px;
	width: 40px;
	height:40px;
	padding: 1px;
}

.chapters img {
	float: right;
	margin-right: 3px;
}

.chapters p {
	clear: right;
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
}

.chapters a:link {
	color: #1668B4;
	text-decoration: underline;
}

.chapters a:visited {
	color: #B16116;
	text-decoration: underline;
}

.chapters a:hover {
	color: #B16116;
	text-decoration: none;
}

.chapters a:active {
	color: #B16116;
	text-decoration: none;
}

.podcol_left {
	width: 154px;
	float: left;
	clear: left;
	padding: 11px 3px 11px 3px;
	border-right: 1px solid #E0E0E0;
	text-align: center;
	margin-bottom: 3px;
}

.podcol_left_grade {
	width: 154px;
	float: left;
	clear: left;
	padding: 1px 3px 1px 3px;
	border-right: 1px solid #E0E0E0;
	text-align: center;
	margin-bottom: 3px;
}

.podcol_cen {
	width: 154px;
	float: left;
	padding: 1px 3px 1px 3px;
	text-align: center;
	margin-bottom: 3px;
}

.podcol_end {
	width: 154px;
	float: left;
	padding: 1px 3px 5px 3px;
	border-left: 1px solid #E0E0E0;
	text-align: center;
	margin-bottom: 3px;
}

.podcol_cen a {
	margin: 2px 2px 2px 2px;
	font-size: 1.2em;
}

.podcol_end a {
	margin: 2px 6px 2px 2px;
	font-size: 1.2em;
}

.tagcloudbox {
	border: 1px solid #000000;
	padding: 2px;
	text-align: center;
}

.tagcloudtitle {
	display: block;
	border-bottom: 1px solid #000000;
	padding: 0px 0px 2px 0px;
}

.advert {
	margin-top: 5px;
	margin-bottom: 5px;
}

#footer {
	clear: both;
	background-color: #B16116;
	background-image: url(../body_images/footer_corner.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 20px;
	margin-right: 9px;
	z-index: 1000;
}

.footer_text {
	color: #FFFFFF;
	padding: 3px 0px 2px 15px;
	font-size: 1em;
}

#columnbg {
	background-image: url(../body_images/column_bg.gif);
	background-repeat: repeat-y;
}

.frapprmap {
	margin-top: 15px;
}
/*Comments starts */

.gradwrap_com {
	background-image: url(../body_images/gradrp.gif);
	background-repeat: repeat-x;
	height: 22px;
	display: block;
	margin: 2px 0px 2px 1px;
	clear: both;
}

.comwrap {
	margin-top: 10px;
	float: left;
	width: 100%;
	position: relative;
}

.comwrap h4 {
	font-family: Tahoma, Geneva, Lucida, sans-serif;
	font-size: 1.2em;
	color: #1668B4;
	margin-bottom: 2px;
}

.comwrap h5 {
	font-family: Verdana, Georgia, Helvetica, sans-serif;
	font-size: 1.0em;
	margin-bottom: 3px;	
}

.comwrap h6 {
	font-family: Verdana, Georgia, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	color: #B16116;
	margin: 0px 0px 6px 0px;	
}

.comwrap p {
	color: #000000;
	margin-bottom: 2px;
}

.comwrap a:link {
	color: #B16116;
	text-decoration: underline;
}

.comwrap a:visited {
	color: #B16116;
	text-decoration: underline;
}

.comwrap a:hover {
	color: #B16116;
	text-decoration: none;
}

.comwrap a:active {
	color: #B16116;
	text-decoration: underline;
}
/*Form start*/

.commentsform fieldset {
	background-color: #E7E7E7;
	padding: 5px;
}


.commentsform input {
	width: 170px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 0pt;
}

.commentsform p {
	margin-top: 5px;
	margin-right: 0pt;
	margin-bottom: 5px;
	margin-left: 0pt;
}

.commentsform label {
	font-size: 0.8em;
}

.commentsform textarea {
	width: 360px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 0pt;
}

.commentsform em {
	font-size: 0.8em;
	color: #FF0000;
}

h4.error {
	color: #FF0000;
	font-style: italic;
	font-size: 0.8em;
}

h4.success {
	margin-top: 15px;
	color: 2bb055;
	text-align: center;
}
/*Ajax search*/
div.autocomplete {
	border:1px solid #888; 
	margin:0px; 
	padding:0px;
	background-color: #FFFFFF; 
	}
div.autocomplete ul { 
	list-style-type:none; 
	margin:0px; 
	padding:0px;
	}
div.autocomplete ul li.selected { 
	background-color: #b3d4ff;
	}
div.autocomplete ul li { 
	list-style-type:none; 
	display:block; 
	margin:0; 
	padding:2px; 
	cursor:pointer; 
	}
.helplist {
	font-size: 1.4em;
	color: #1568B3;
	padding-left: 5px;
}
.helplist ul {
	list-style-type: none;
	list-style-image: url(none);
	padding-left: 10px;
	}

.helplist li {
	list-style-type: none;
	list-style-image: url(none);
}

.infotext {
	padding-left: 10px;
}

.bodytext {
	margin: 7px 0px 7px 0px;
}

/*Sitemap*/
.sitemap {
	margin-left: 60px;
	font-size: 1.4em;
	line-height: 1.5em;
	padding: 0px;
}

.sitemap h4 {
	margin-left: -30px;
	font-size: 1.0em;
	color: #1668B4;
}

.sitemap span.none, .sitemap span.vert, .sitemap span.last, .sitemap span.midd {
	background:transparent 0px 0px no-repeat;
	width: 24px;
	height: 18px;
	display: block;
	float: left;
	margin-left: 6px;
}
.sitemap span.vert {background-image: url(../body_images/map_vert.gif);}
.sitemap span.last {background-image: url(../body_images/map_last.gif);}
.sitemap span.midd {background-image: url(../body_images/map_midd.gif);}

#centre_column .sitemap ul, .sitemap li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* Sitemap end */
.blogdate {
	font-style: italic;
}

#feedpara {
	background-color: #E7E7E7;
	margin: 0px;
}

#feedwrap {
	background-image: url(../body_images/usb_cable_outline.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.feed {
	margin: 0px 0px 20px 6px;
}

.feed h3 {
	color: #1668B4;
	padding: 3px 0px 3px 0px;
}

.feed img {
	padding-right: 6px;
}
