/*
Template Name: Prestigious
File: Layout CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

@import url(navi.css?ver=1);
@import url(forms.css?ver=1);
@import url(tables.css?ver=1);

body{
	margin:0;
	padding:0;
	font-size:14px;
	font-family:verdana, Arial, Helvetica, sans-serif;
	color:#FFCC66;
	background-color:#330000;
	display: flex;
	flex-direction: column;
}

img{border:0; padding:0; margin:0;}
.justify{text-align:justify;}
.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.nostart {list-style-type:none; margin:0; padding:0;}
.clear{clear: both;}
br.clear{clear:both; margin-top:-15px;}
a{outline:none; text-decoration:underline; color:#330000}

.fl_left{float:left;}
.fl_right{float:right;}
.fl_center{float:center;}

.imgl, .imgr, .imgborder{border:1px solid #330000; padding:5px; color:#FFCC66; background-color:#FFCC66;}
.imgl{float:left; margin:10px 15px 15px 0; clear:left;}
.imgr{float:right; margin:10px 0 15px 15px; clear:right;}

/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper{
	display:block;
	width:100%;
	margin:0;
	text-align:left;
	}

div.wrapper.center {
	text-align:center;
}

div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6{
	margin:0 0 25px 0;
	padding:0;
	font-size:24px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

.contact-us {
	padding-bottom: 5px;
}

.sponsors {
	padding-bottom: 30px;
}

	.col1 {
		background-color:#330000;
	}
	
	.col1 a {
		color:#FFCC66;
		text-decoration:underline;
	}
	
	.col1b {
		background-color:#660000;
	}
	
	.col1b a{
		color:#FFCC66; text-decoration:underline;
	}
.col2{color:#330000; background-color:#FFCC66;}
.col3{color:#330000; background-color:#FFCC66;}
.col4{color:#330000; background-color:#FFCC66;}
.col4 a{color:#330000; background-color:#FFCC66; text-decoration:underline;}
.col5{color:#330000; background-color:#F8F8F8;}
.col5 a{color:#330000; background-color:#F8F8F8; text-decoration:underline;}
.col6, .col6 a{color:#FFCC66; background-color:#330000; text-decoration:underline;}

/* ----------------------------------------------Generalise-------------------------------------*/

.menubar, #header, #breadcrumb, #container, #footer, #copyright{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:960px;
}
	
/* ----------------------------------------------TopBar-------------------------------------*/

.menubar {
	padding:5px 0;
}

.menubar p {
	margin:0;
	padding:0;
}

.menubar ul {
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}

.menubar li {
	display:inline;
	margin:0 6px 0 0;
	padding:0 8px 0 0;
	border-right:1px solid red;
}

.menubar li.last {
	margin-right:0;
	padding-right:0;
	border:none;
}


/* ----------------------------------------------Header-------------------------------------*/

#header{
	padding:20px 0;
	background-color:#FFCC66;
	color:#330000;
	display:grid;
	grid-template-columns: 360px 1fr;
}

#header h1, #header p{
	margin:0;
	padding:0;
	}

#header h1{
	margin:0;
	font-size:34px;
	border:none;
	}

#header h1 a{
	color:#330000;
	
	}

/* ----------------------------------------------Homepage Intro-------------------------------------*/

#intro{
	padding:0 0 15px 0;
	border-bottom:1px solid #330000;
	text-align:center;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	width: 960px;
	position: relative;
	margin: 0 auto 0;
	}

#intro ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#intro li{
	display:block;
	float:left;
	width:234px;
	margin:0 8px 0 0;
	}

#intro li.last{
	margin-right:0;
	}

#intro img{
	display:block;
	width:224px;
	margin:0 0 8px 0;
	padding:3px;
	color:#ffcc66;
	background-color:#ffcc66;
	border:2px solid #330000;
	}

#intro a{
	display:block;
	width:234px;
	margin:0;
	padding:0px 0;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
	color:#330000;
	background-color:#ffcc66;
	}

/* ----------------------------------------------BreadCrumb-------------------------------------*/

#breadcrumb{
	padding:10px 0;
	border-top:1px solid #330000;
	border-bottom:1px solid #330000;
	}

#breadcrumb a{
	color:#982216;
	background-color:#FFCC66;
	text-decoration:underline;
	}

#breadcrumb ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#breadcrumb ul li{display:inline;}
#breadcrumb ul li.current a{text-decoration:underline;}

/* ----------------------------------------------Content-------------------------------------*/

#container{
	padding:1px 0 20px 0;
	line-height:1.4em;
	}

#container h1, #container h2, #container h3, #container h4, #container h5, #container h6{
	padding-bottom:8px;
	border-bottom:1px dotted #330000;
	margin-bottom:0px;
	margin-top:15px;
	line-height:1.2em;
	}

#content{
	display:block;
	float:left;
	width:600px;
	}

#content p span {
    font-size: 10px;
}

#content h1 {
    font-size: 34px;
    line-height: 1em;
}

/* ------Comments-----*/

#comments{margin-bottom:40px;}

#comments .commentlist {margin:0; padding:0;}

#comments .commentlist ul{margin:0; padding:0; list-style:none;}

#comments .commentlist li.comment_odd, #comments .commentlist li.comment_even{margin:0 0 10px 0; padding:15px; list-style:none;}

#comments .commentlist li.comment_odd{color:#330000; background-color:#FFCC66;}
#comments .commentlist li.comment_odd a{color:#3E7060; background-color:#FFCC66;}

#comments .commentlist li.comment_even{color:#330000; background-color:#E8E8E8;}
#comments .commentlist li.comment_even a{color:#3E7060; background-color:#E8E8E8;}

#comments .commentlist .author .name{font-weight:bold;}
#comments .commentlist .submitdate{font-size:smaller;}

#comments .commentlist p{margin:10px 5px 10px 0; padding:0; font-weight: normal;text-transform: none;}

#comments .commentlist li .avatar{float:right; border:1px solid #EEEEEE; margin:0 0 0 10px;}

/* ----------------------------------------------Column-------------------------------------*/

#column{
	display:block;
	float:right;
	width:300px;
	}

.flickrbox ul{
	margin:0;
	padding:0;
	list-style:none;
	}
	
.flickrbox li{
	display:block;
	float:left;
	width:80px;
	height:80px;
	margin:0 15px 15px 0;
	padding:4px;
	color:#330000;
	background-color:#FFCC66;
	border:1px solid #FFCC66;
	}

.flickrbox li.last{margin-right:0;}

#column .holder, #column #featured{
	display:block;
	width:300px;
	margin-bottom:30px;
	}

#column .holder h2.title{
	display:block;
	width:100%;
	height:65px;
	margin:10;
	padding:15px 0 0 0;
	font-size:20px;
	line-height:120%;
	border-bottom:1px dashed #330000;
	}

#column .holder h2.title img{
	float:left;
	margin:-15px 8px 0 0;
	padding:5px;
	border:1px solid #330000;
	}

#column div.imgholder{
	display:block;
	width:290px;
	margin:0 0 10px 0;
	padding:4px;
	color:#330000;
	background-color:#FFCC66;
	border:1px solid #FFCC66;
	}

#column .holder p.readmore{
	display:block;
	width:100%;
	font-weight:bold;
	text-align:right;
	line-height:normal;
	}
	
/* Featured Block */

#column #featured a{
	color:#330000;
	background-color:#FFCC66;
	text-decoration:underline;
	}

#column #featured ul, #column #featured h2, #column #featured p{
	margin:0;
	padding:0;
	list-style:none;
	}

#column #featured a{
	color:#982216;
	background-color:#FFCC66;
	text-decoration:underline;
	}

#column #featured li{
	display:block;
	width:250px;
	margin:0;
	padding:20px 25px;
	color:#330000;
	background-color:#FFCC66;
	}

#column #featured li p.imgholder{
	display:block;
	width:240px;
	height:90px;
	margin:20px 0 15px 0;
	padding:4px;
	border:1px solid #330000;
	}

#column #featured li h2{
	margin:0;
	padding:0 0 14px 0;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:normal;
	border-bottom:1px dashed #330000;
	}

#column #featured p.readmore{
	display:block;
	width:100%;
	margin-top:15px;
	font-weight:bold;
	text-align:right;
	line-height:normal;
	}

#column #latestnews{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	}

#column #latestnews li{
	display:block;
	margin:0 0 20px 0;
	padding:0 0 15px 0;
	border-bottom:1px dotted #330000;
	}

#column #latestnews li.last{
	margin-bottom:0;
	}

#column #latestnews p{
	margin:0 0 5px 0;
	padding:0;
	}

#column #latestnews p.readmore{
	margin:0;
	padding:0;
	}

#column #latestnews .imgl{
	margin:0 10px 10px 0;
	padding:4px;
	}

/* ----------------------------------------------Footer-------------------------------------*/

#footer{
	padding:24px 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;	
	}

@media screen and (max-width:600px) {
	#footer {
		display: flex;
		flex-direction: column;
	}
}

#footer h2{
	padding-bottom:8px;
	border-bottom:1px dotted #330000;
	}

#footer a{
	text-decoration:underline;
	}

#footer li{
	margin-bottom:3px;
	}

#footer .last{
	margin:0;
	}

#newsletter{
	display:block;
	float:left;
	width:270px;
	}

/* ----------------------------------------------Copyright-------------------------------------*/

#copyright{
	padding:10px 0;
	}

#copyright p{
	margin:0;
	padding:0;
	}

#copyright a{
	text-decoration:underline;
	}

a:focus {
	border: 1px solid white;
}

.col5 a:focus {
	border: 1px solid black;
}

.footbox ul {
	list-style-position: inside;
	padding-left: 0;
}