*{
	/* Universal reset: */
	margin:0;
	padding:0;
}

header,footer,
article,section,
hgroup,nav,
figure{
	/* Giving a display value to the HTML5 rendered elements: */
	display:block;
}
.Logo{
	padding:1em 0 0;
}
body{
	/* Setting the default text color, size, page background and a font stack: */
	font-size:0.825em;
	color:#807d74;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}


/* Hyperlink Styles: */

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

/* Headings: */

h1,h2,h3,h4{
	font-family:"Helvetica Neue",Helvetica,Arial,Sans-Serif;
	text-shadow:0 1px 1px black;
}

.TopImageOverlay{
	font-family:"Helvetica Neue",Helvetica,Arial,Sans-Serif;
	text-shadow:0 1px 1px black;
	color:#ffffff;
	font-size:1.4em;
	font-weight:normal;
	top: 215px;
	left: 30px;
	width: 300px;
	height: 220px;
	position: absolute;
}

.BlogOverlay{
	font-family:"Helvetica Neue",Helvetica,Arial,Sans-Serif;
	text-shadow:0 1px 1px black;
	color:#ffffff;
	font-size:1.4em;
	font-weight:normal;
	top: 186px;
	left: 962px;
	width: 186px;
	height: 950px;
	position: absolute;
}

h1{
	/* The logo text */
	color:#ffffff;
	font-size:3.5em;
	padding:0.5em 0 0;
	text-transform:uppercase;
}

h3{
	/* The slogan text */
	font-family:"Helvetica Neue",Helvetica,Arial,Sans-Serif;
	font-size:2em;
	font-weight:normal;
	//margin:0 0 1em;
}


h2{
	font-size:2.0em;
	font-weight:normal;
	letter-spacing:0.01em;
	text-transform:uppercase;
}

h4{
	/* The slogan text */
	font-family:"Helvetica Neue",Helvetica,Arial,Sans-Serif;
	font-size:1.4em;
	font-weight:normal;
	//margin:0 0 1em;
}

p{
	line-height:1.5em;
	padding-bottom:1em;
}



.title{
	font-family:"Helvetica Neue",Helvetica,Arial,Sans-Serif;
	font-size:1.2em;
	font-weight:bold;
	color:#e63f24;
	text-shadow: 0px 1px 1px #a49db5;
}
.winnerstitle{
	font-family:"Helvetica Neue",Helvetica,Arial,Sans-Serif;
	font-size:1.2em;
	font-weight:bold;
	color:#e63f24;
	text-shadow: 0px 1px 1px #a49db5;
}

.author{
	font-family:"Helvetica Neue",Helvetica,Arial,Sans-Serif;
	font-size:1em;
	font-weight:normal;
	color:#f2998a;

}

.line{
	/* The dividing line: */
	height:1px;
	background-color:#ffffff;
	border-bottom:1px solid #416371;
	margin:1em 0;
	overflow:hidden;
}

article .line{
	/* The dividing line inside of the article is darker: */
	background-color:#999999;
	border-bottom-color:#204656;
	margin:1.3em 0;
}

footer .line{
	margin:2em 0;
}

natnav{
	padding:0 5px;
	position:absolute;
	right:0;
	top:10.4em;
	
}

natfooter{
	padding:0 5px;
	position:relative;
	top:10em;
	right: 230px;
	
}

natnav ul li{
	display:inline;
}

natnav ul li a,
natnav ul li a:visited{
	color:#3c3c3c;
	font-size:1.1em;
	margin:5px 2px;
	padding:7px 5px 4px;
	
}

natnav ul li a:hover{
	color:#f41d00;
	text-shadow: 0px 1px 1px #a49db5;
}

td.nav  a,
td.nav a:visited{
	color:#3c3c3c;
	font-size:1.0em;
	margin:5px 2px;
	padding:7px 5px 4px;
	
}

td.nav a:hover{
	color:#f41d00;
	text-shadow: 0px 1px 1px #a49db5;
	background-color:#ffffff;
	-moz-box-shadow:0 0 4px #D4D4D4;
	-webkit-box-shadow:0 0 4px #D4D4D4;
	box-shadow:0 0 4px #D4D4D4;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

}

.NavOn{
	color:#3c3c3c;
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow: 0px 1px 1px #a49db5;
	text-decoration:underline;
}

nav{
	padding:0 5px;
	position:absolute;
	right:0;
	top:4em;
	text-shadow: 2px 2px 2px #000;
}



/* The clearfix hack to clear the floats: */

.clear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* The navigation styling: */

nav ul li{
	display:inline;
}

nav ul li a,
nav ul li a:visited{
	color:#565656;
	display:block;
	float:left;
	font-size:1.25em;
	font-weight:bold;
	margin:5px 2px;
	padding:7px 10px 4px;
	text-shadow:0 1px 1px white;
	text-transform:uppercase;
}

nav ul li a:hover{
	text-decoration:none;
	background-color:#f0f0f0;
}

nav, article, nav ul li a,figure, figureVert{
	/* Applying CSS3 rounded corners: */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* Article styles: */

#page{
	width:960px;
	margin:0 25px;
	position:relative;
}

article{
	//background-color:#213E4A;
	background-color:#eeeeee;
	margin:2em 0;
	padding:20px;
	
	text-shadow:0 1px 0 white;
}

.articleTD{
	padding-right: 15px;
}

article ol li{
	margin-left:25px;
	
}

figure{
	border:3px solid #142830;
	float:left;
	height:125px;
	//margin-right:15px;
	overflow:hidden;
	width:210px;
	margin-bottom:8px;
}

figure:hover{
	-moz-box-shadow:0 0 4px #ff0000;
	-webkit-box-shadow:0 0 4px #ff0000;
	box-shadow:0 0 4px #ff0000;
}

portrait{
	float:left;
	border:1px solid #142830;
	width:130px; height:160px;
	overflow:hidden;
	margin-right:10px;
	-moz-box-shadow: 0px 0px 7px #000;
	-webkit-box-shadow: 0px 0px 7px #000;
}

portrait img{
//	margin-left:-20px;
}

span.jcexpander { 
	width:110px; height:145px; 
	overflow:hidden; 
	float:left;
	color:#ffffff;
	margin-right:10px;
	margin-bottom:8px;
	border:3px solid #142830;
	background-color:#2d2d2d;
	-moz-box-shadow: 5px 5px 10px #050505; 
	-webkit-box-shadow: 5px 5px 10px #050505; 
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.expand{
	font-family:"Helvetica Neue",Helvetica,Arial,Sans-Serif;
	font-size:1em;
	font-weight:normal;
	color:#807d74;
	width:380px; 
	//position:relative; left:0px; top:-50px;
	text-shadow:0 1px 1px black;
}

.ProfileTitle{
	/* The logo text */
	color:#ffffff;
	font-size:2em;
	//padding:0.5em 0 0;
	text-transform:uppercase;
}

.ProfileHonours{
	/* The logo text */
	color:#ffffff;
	font-size:1.1em;
	padding:0.5em 0 0;
	text-transform:uppercase;
}

figureVert{
	border:3px solid #142830;
	float:left;
	height:320px;
	margin-right:15px;
	overflow:hidden;
	width:150px;
	margin-bottom:8px;
}

.VertAck{
	font-family:"Helvetica Neue",Helvetica,Arial,Sans-Serif;
	text-shadow:0 1px 1px black;
	color:#ffffff;
	font-size:0.7em;
	font-weight:normal;
	top: -52px;
	left: 10px;
	width: 145px;
	height: 45px;
	position: relative;
}


.HorzAck{
	font-family:"Helvetica Neue",Helvetica,Arial,Sans-Serif;
	text-shadow:1px 1px 2px #000000, -1px -1px 2px #000000;
	color:#ffffff;
	font-size:0.7em;
	font-weight:normal;
	top: -35px;
	left: 10px;
	width: 200px;
	height: 30px;
	position: relative;
}



figure img{
	//margin-left:-60px;
}
figureVert img{
	margin-left:-60px;
}

.MainImageShads{
	-moz-box-shadow: 0px 0px 7px #000;
	-webkit-box-shadow: 0px 0px 7px #000;
}

.WinImageShads{
	-moz-box-shadow: 0px 0px 7px #000;
	-webkit-box-shadow: 0px 0px 7px #000;
	float:left;
	margin-right:15px;
}

.OpenImageShads{
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	border:1px solid #4D4B45;
	margin-bottom:15px;
}

/* Footer styling: */

footer{
	background-color:#e63f24;
	color:#ffffff;
	margin-bottom:30px;
	height:240px;
	text-align:center;
	font-size:0.825em;
}


footer p{
	margin-bottom:-2.5em;
	position:relative;
}

footer a,footer a:visited{
	color:#ffffff;
	background-color:#e63f24;
	display:block;
	padding:2px 4px;
	z-index:100;
	position:relative;
}

footer a:hover{
	text-decoration:none;
	background-color:#e63f24;
}

footer a.by{
	float:left;

}

footer footerlogo{
	float:left;
}

footer a.up{
	float:right;
}


.hotspot {
	color:#900; 
	padding-bottom:1px; 
	//border-bottom:1px dotted #900; 
	cursor:pointer
}
#tt {
	 position:absolute;
 	display:block;
	background:#666;
	-moz-box-shadow: 5px 5px 10px #050505; 
	-webkit-box-shadow: 5px 5px 10px #050505; 
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
 }
 #tttop {
 	display:block;
 	height:5px;
 	margin-left:5px;
 	overflow:hidden;
 }
 #ttcont {
 	display:block;
 	padding:2px 12px 3px 7px;
 	margin-left:5px;
 	background:#666;
 	color:#fff;
 }
#ttbot {
	display:block;
	height:5px;
	margin-left:5px;
	overflow:hidden;
}


/*------------------A button----------------------*/
.abutton, .abutton:visited {
	background: #222 url(/Images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
	.medium.abutton, .medium.abutton:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.abutton, .large.abutton:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	.green.abutton, .green.abutton:visited		{ background-color: #E43E24; }
	.green.abutton:hover						{ background-color: #BF250D; }


	.abutton:hover							{ background-color: #111; color: #fff; }
	.abutton:active							{ top: 1px; }
	.orange.abutton, .orange.abutton:visited		{ background-color: #ff5c00; }
	.orange.abutton:hover							{ background-color: #d45500; }
