/*
Design by Activars
http://www.activars.com
*/

body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #811305;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	line-height: 20px;
}

a:link {
	color: #3B0700;
}

a:hover, a:active {
	text-decoration: none;
	color: #3B0700;
}

a:visited {
	color: #3B0700;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 939px;
	margin: 0 auto;
	margin-left: 10px;
}

/* Menu */

#menu {
	width: 939px;
	height: 40px;
	background: #000;
}

#menu ul {
	margin: 0 0 0 5px;
	padding: 8px;
	line-height: normal;
}

#menu ul li {
	list-style: none;
	display: inline;
}

#menu a {
	float: left;
	margin-right: 3px;
	display:block;
	text-align: center;
	padding: 3px 8px;
	background-color: #111;
	text-decoration: none;
	text-transform: capitalize;
	font: 14px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover { 
	color: #FFFFFF;
	background-color: #222;
}

/* Home page featured block */
div#sidebar li {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 8px;
	text-align:left;
}

div#sidebar li p {
	text-align:left;
	margin: 0;
}

ul li.bbcradio {
	background-color: #E6E6E6;
}

ul li.bbcradio p {
	background:url(../images/bbc_radio.jpg) no-repeat center top;
	padding-top: 50px;
}

ul li.cbcradio {
	background-color: #E6E6E6;
}

ul li.cbcradio p {
	background:url(../images/cbc_radio.jpg) no-repeat center top;
	padding-top: 50px;
}

ul li.feature{
	background-color: #e5e5e5;
}



ul li.feature1{
	background-color: #D9D9D9;
}


p.nostyle {
	padding: 10px 0 10px 0;
	background: url(../images/quotemark.png) left top no-repeat;
}

ul li.feature1 p{
	padding-top: 50px;
	background:url(../images/feature1.jpg) no-repeat center top;
}

ul li.feature2{
	
	background-color: #CCC;
	
}

ul li.feature2 p {
	padding-top: 50px;
	background:url(../images/articles.jpg) no-repeat center top;
}

ul li.feature3 {
	background-color: #C0C0C0;
}

ul li.feature3 p {
	padding-top: 50px;
	background:url(../images/feature3.jpg) no-repeat center top;
}


/** LOGO */

#logo {
	width: 939px;
	height: 110px;
	margin-left: 10px;
	background: url(../images/home_topbg.jpg) repeat-x left top;
}


.logo-common {
	width: 939px;
	height: 110px;
	margin-left: 10px;
}

.logo-biography {
	background: url(../images/logo-biography.jpg) no-repeat left top;
}

.logo-books {
	background: url(../images/logo-books.jpg) no-repeat left top;
}

.logo-articles {
	background: url(../images/logo-articles.jpg) no-repeat left top;
}

.logo-politics {
	background: url(../images/logo-politics.jpg) no-repeat left top;
}

.logo-football {
	background: url(../images/logo-football.jpg) no-repeat left top;
}


.logo-contact {
	background: url(../images/logo-contact.jpg) no-repeat left top;
}


#logo h1, #logo h2 {
	margin: 0;
	padding: 15px 0 0 50px;
	line-height: normal;
}

#logo h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	margin: 0;
	padding: 0 0 0 55px;
	font: italic 15px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/bg.gif) repeat-y left top;
}

/* Page */

#page {
	clear:both;
	width: 939px;
	margin: 0 auto;
	background:url(../images/fade_gray.jpg) repeat-x top;
}


/* Content */

#content {
	float: right;
	width: 630px;
	padding: 30px 30px 0 0;
}

/* Post */

.post {
	background-color: #FFF;
}

.post .title {
}

h4.blogtitle {
	margin: 0.5em 0;
}

.post .entry {
	padding-top: 5px
}

.post .meta {
	padding: 7px 0 40px 0;
	border-top: 1px dotted #D1D1D1;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding-right: 20px;
}

.post .meta .comments {
}

.post .meta b {
	display: none;
}

.simplemeta {
	border-top: 1px dotted #D1D1D1;
}

/* Home page article column */
#column_article {
	background-color: #EEE;
}

#column_article h3 {
	color:#7f7f7f;
}

/* Home page politics column */
#column_politics {
	float: left;
	background-color: #EEE;
	margin-top: 10px;
}

#column_politics h3 {
	color:#7f7f7f;
}

/* Home page football column */
#column_football {
	float: right;
	background-color: #EEE;
	margin-top: 10px;
}

#column_football h3 {
	color:#7f7f7f;
}

.column {
	padding: 5px;
}


.thincolumn {
	width: 300px;
}
.thickcolumn {
	margin-top: 10px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 215px;
	padding: 30px 0 0 30px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color:#FFF;
}

#sidebar li {
	padding-bottom: 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 2px 0 2px 0;
}

#sidebar h2 {
	height: 32px;
}

#sidebar h3.sidetitle {
	border-bottom: 1px solid #811305;
}

#sidebar ul.titlelist {
	margin-bottom: 10px;
}

#sidebar li.list {
	margin:0 0 0 15px;
	padding: 0;
	list-style-position: outside;
	list-style-type: disc;
	color: #7f7f7f;
}

#sidebar li.list a {
	color: #595959;
}

/* image */
.go_right {
	border:1px solid #999999;
	float:right;
	margin-left:20px;
	padding:5px;
}

.go_left {
	border:1px solid #999999;
	float:left;
	margin-right:20px;
	padding:5px;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}


/* image align */
.flashimg {
	margin-left: 10px;
	height:240px;
	width:290px;
 	float:right;
}

.image {
	border:1px solid #CCCCCC;
	padding:7px;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

.clear {
	clear: both;
}

/* Footer */
#footer-wrap {
	width: 939px;
	height: 40px;
	margin: 0 auto;
	margin-left: 10px;
	background: #ddd;
}


#footer {
	margin: 0 auto;
	height: 40px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#legal {
	padding-top: 10px;
	padding-left:100px;
	text-align: center;
	color: #000;
}

#legal a {
	text-decoration: none;
	color: #000;
}

#designer{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

#designer a{
	display: block;
	width: 95px;
	height:25px;
	background: url(../images/activars.jpg) no-repeat 0 0;
}

#designer a:hover{
	background: url(../images/activars.jpg) no-repeat 0 -25px;
}


/* FORMS */

form {margin: 0 0 1.5em}

input {font-family: arial,tahoma,verdana,sans-serif;margin: 2px 0}

input.box{ width: 8em;}

fieldset {border: none}

label {display:block;padding: 5px 0}

label br {clear:left}



	/* FORMS - general classes */

	input.f-submit {padding: 1px 3px;background: #FFF;color: #333333;font-weight:bold;font-size:96%; font-family:Georgia, "Times New Roman", Times, serif}

	

	/* FORMS - f-wrap-1 - simple form, headings on left, form elements on right */

	form.f-wrap-1 {
	width:100%;
	padding: .5em 0;
	border-top: 1px solid #d7d7d7;
	position:relative;
	background-image: url(images/featurebox_bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

		form.f-wrap-1 fieldset {width:auto;margin: 0 1em}

		form.f-wrap-1 h3 {margin:0 0 .6em;font: bold 155% arial;color:#c00}

		form.f-wrap-1 label {clear:left;float:left;width:100%;border-top: 1px solid #fff}

		

		/* hide from IE mac \*/

		form.f-wrap-1 label {float:none}

		/* end hiding from IE5 mac */

	

		form.f-wrap-1 label input, form.f-wrap-1 label textarea, form.f-wrap-1 label select {width:15em;float:left;margin-left:10px}

		

		form.f-wrap-1 label b {float:left;width:8em;line-height: 1.7;display:block;position:relative}

		form.f-wrap-1 label b .req {color:#FF3300;font-size:150%;font-weight:normal;position:absolute;top:-.1em;line-height:1;left:-.4em;width:.3em;height:.3em}

		form.f-wrap-1 div.req {color:#666;font-size:96%;font-weight:normal;position:absolute;top:.4em;right:.4em;left:auto;width:13em;text-align:right}

		form.f-wrap-1 div.req b {color:#FF3300;font-size:140%}

		form.f-wrap-1 label select {width: 15.5em}

		form.f-wrap-1 label textarea.f-comments {width: 20em}

		form.f-wrap-1 div.f-submit-wrap {padding: 5px 0 5px 8em}

		form.f-wrap-1 input.f-submit {margin: 0 0 0 10px}

		

		form.f-wrap-1 fieldset.f-checkbox-wrap, form.f-wrap-1 fieldset.f-radio-wrap {clear:left;float:left;width:32em;border:none;margin:0;padding-bottom:.7em}

		form.f-wrap-1 fieldset.f-checkbox-wrap b, form.f-wrap-1 fieldset.f-radio-wrap b {float:left;width:8em;line-height: 1.7;display:block;position:relative;padding-top:.3em}

		form.f-wrap-1 fieldset.f-checkbox-wrap fieldset, form.f-wrap-1 fieldset.f-radio-wrap fieldset {float:left;width:13em;margin: 3px 0 0 10px}

		form.f-wrap-1 fieldset.f-checkbox-wrap label, form.f-wrap-1 fieldset.f-radio-wrap label {float:left;width:13em;border:none;margin:0;padding:2px 0;margin-right:-3px}

		form.f-wrap-1 label input.f-checkbox, form.f-wrap-1 label input.f-radio {width:auto;float:none;margin:0;padding:0}

		

		form.f-wrap-1 label span.errormsg {position:absolute;top:0;right:-10em;left:auto;display:block;width:16em;background: transparent url(images/errormsg_bg.gif) no-repeat 0 0}

		form.f-wrap-1 label span.errormsg b {padding: 10px 0;margin: 0 10px 0 30px;color:#B30800;font-weight:bold;display:block;width:auto;float:none;line-height:1.3}

