body{
	font-size:12px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	
}

p {
	margin:0 0 5px 0;
}

ul{
	list-style:inside square none;
}

sup {
	font-size:10px;
	line-height:16px;
	vertical-align:top;
}

small {
	font-size:10px;
	line-height:12px;
	vertical-align:middle;
}

h2 {
	border-top:10px;
	font-size:24px;
	line-height:26px;
}

h3 {
	border-top:10px;
	font-size:18px;
	line-height:20px;
}

	h1 span, h2 span, h3 span, h4 span{
		display:none;
	}

	h1 a, h2 a, h3 a, h4 a{
		text-decoration:none;
	}

/*	Identifers */

div#menu{
	margin-top:20px;
	height:20px;
}
		div#menu ul li:first-child{
			list-style:none;
		}
		
		div#menu ul li{
			float:left;
			padding-right:10px;
		}
		

div#headerLeft{
	height:120px;
}
	div#headerLeft h1{
		height:120px;
		background: url('img/title.png') no-repeat center center;
	}
	
div#headerRight{
	height:120px;
}

div#featuredA{
	margin-top:20px;
	width:619px;
}

div#featuredAFlashHolder{
	position:relative;
	left:8px;
	top:8px;
	
	width:603px;
	height:263px;
}

div#featuredFlash{
	background:url('img/featured1_bg.png') no-repeat center top;
	width:603px;
	height:263px;
}

div#featuredB{
	margin-top:20px;
	width:299px;
	background:url('img/featured2_bg.png') no-repeat center top;
}

div#sponsors{
	margin-top:20px;
	height:100px;
}
	div#adverts{
		width:728px;
		height:90px;
		
		position:relative;
		top:4px;
		left:50%;
		margin-left:-364px;
		
		background:url('img/adverts_bg.png') no-repeat center center;
	}
	div#hotlinks{
		width:202px;
		height:97px;
		
		float:right;
		position:relative;
		right:2px;
	}
		div#hotlinks a{
			margin:0 0 0 0;
			padding:0;
		}

div#content{
	margin-top:11px;
}

div#sidebar{
	margin-top:11px;
}

div#footer{
	font-size:10px;
	text-align:center;
	margin-top:10px;
	line-height:12px;
}

/*	Classes */

div.regular{
	position:relative;
	border:1px solid black;
	border-right:none;
	margin-top:8px;
	padding:5px 3px 10px 3px;
	min-height:420px;
}

div.entry{
	position:relative;
	border:1px solid black;
	border-right:none;
	margin-top:8px;
	padding:10px 10px 10px 10px;
}

	div.entry div.comment-image {
		float:left;
	}

	div.entry div.comment-block {
		padding-left:60px;
	}


div.special{
	position:relative;
	margin-top:8px;
	padding:5px 3px 10px 3px;
}

div.featured{
	height:279px;
	border:1px solid black;
}

div#sidebar div.thumbbox{
	border:1px solid black;
	width:204px;
	height:35px;
	margin: 8px 3px 0px 3px;
}

div#sidebar div.thumbnail{
	border:1px solid black;
	width:98px;
	height:73px;
	margin: 8px 3px 0px 3px;
}

div#recaptcha-submit-btn-area{
	padding-left:135px;
}


ul.comments {
	list-style:none;
}

form label {
	float:left;
	width:120px;
	padding-right:10px;
	text-align:right;
}

form input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	width:250px;
}

form textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	width:530px;
}


