@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{
	display:block;
	}
.clear {
	clear: both;
}

.clear:after {
	content: '';
	display: block; /* can only apply clear to block-level elements */
	clear: both;
	
}
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #0CF;
	text-decoration: underline;
}
a:active {
	color: #0CF;
	text-decoration: none;
}
h1{
	font-size: 1.5em;
}

h2{
	font-size: 1.2em;
}

h3{
	margin-top: 3px;
	margin-bottom: 3px;
}
.bold-text{
	font-weight: bold;	
}
p{
	font-size:0.9em;
}
/*table adjustments*/
th{text-align:left;
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.table{
	width: 100%;
	margin-bottom: 20px;
	
}

.images-description-banner{
	max-width:100%;
}
.images-description{
	max-width:75%;
	
}
.figure-caption{
	font-weight: bold;	
	font-size:0.8em;
	margin-bottom:5px;
}
/* For Book Review on Links page*/
.book-reviews {
	padding-left: 0;
	list-style: none;
	border: 1px solid #ddd;
}

.book-reviews > li {
	padding: 12px;
}

.book-reviews > li:nth-child(even) {
	background: #ddd;
}

.book-reviews > li p, .book-reviews > li h4 {
	margin: 6px 0;
}

.book-review-count {
	font-style: italic;
}

.book-review-meta {
	font-size: 12px;	
}

.book-review-meta {
	float: left;
	width: 65%;	
}

.book-reviews .book-review-meta {
	margin-right: 5%;
}


.book-review-comment {
	clear: both;
}

.main-wrapper{
	max-width: 1000px;
	
	margin-right: auto;
	margin-left: auto;
	padding: 8px;
	background-color: #FFF;
}
.console{
	color:#000;
}


/* menu area*/
nav{
	margin-bottom: 12px;
	overflow: visible;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;	
}
.menu-area{
	font-size:0.8em;
	padding-right: 2px;
	padding-left: 2px;
	position: relative;
	z-index: 100;
}

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

.menu-area li a:visited {
	color:#FFF;
}
.menu-area li li a:visited {
	color:#000;
}
.menu-area li a:hover {
	color: #03F;
}

.menu-area a {
	font-weight: bold;
	text-decoration: none;
}

.menu-area li a {
	display: block;
}

.menu-area li li a {
	display: block;
	font-weight: normal;
	color: #333;
	padding: 5px;;
}

.menu-area li li a:hover {
	color: #FFF;
	border: 5px solid #0CF;
	border-width: 0 5px;
	background-color: #333;
	padding: 5px;
}

.menu-area li {
	float: left;
	position: relative;
	width: 13em;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-align: left;
	cursor: default;
	background-color: #900;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #666;
	border-right-color: #333333;
}

.menu-area li:hover {
	background-color: #999;
}
/*
.menu-area li#first {
	border-left-width: 1em;
}

.menu-area li#last {
	border-right-width: 1em;
}
*/

.menu-area li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: bold;
	background-color: transparent;
	/*border-right: solid 1px #7d6340;*/ /*line causes issues*/
}

.menu-area li>ul {
	top: 30px;
	left: 0;
}

.menu-area li li {
	display: block;
	float: none;
	background-color: #999;
	border: 0;
	padding: 0;
	margin: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.menu-area li:hover ul, li.over ul {
	display: block;
}

.menu-area > ul > li:nth-of-type(3){
position: absolute;/*All others*/
left: -9999px;
}
.menu-area > ul > li:nth-of-type(4){
position: absolute;/*All others*/
left: -9999px;
}

.menu-area > ul > li:nth-of-type(1){
width:5em;
}

.menu-area > ul > li:nth-of-type(5){
width:5em;

}

.main-story {
	color: #000;
	}
	
.main-story ul li{
	text-indent: 5px;
	margin-left: 20px;	
}
a:link.main-colour, a:visited.main-colour, a:active.main-colour{
	color:#0CF;
}


a:hover.main-colour{
	color: #900;
	text-decoration: underline;
}
.column-left{
	width: 100%;
	float:left;
	padding-bottom:8px;
		
}
/*hidden*/
.column-right{
	position:absolute;
	left:-9999px;
}

.footer-area{
	background-color: #000;
	text-align: center;
	color:#FFF;
	padding:8px;	
}

.right-newsitems li{
	list-style-type: none;
	margin-left: 0;
}
.lower-navigation ul li{
	display: inline;
	list-style-type: none;
	margin-left: 0;
	
}
/*toggle*/
#test {
	position: absolute;
	left: 0px;
	top: 0px;
	
}

#test2 {
	display: none;
	position: absolute;
	}
.image-container{
	position: relative;
	width: 90%;
	height:350px;
}

/* form control from bootstrap*/
fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0}
legend{
	padding: 0;
	border: 0;
	font-weight: bold;
}
.form-group{margin-bottom:15px}
.form-control{display:block;width:60%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
.form-controlcomments{
	display: block;
	width: 60%;
	height: 60px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee}textarea.form-control{height:auto}

.btn{
	width: 60px;
	padding: 5px;
}
/*required on form*/
.required{
	font-weight: bold;
	color: #F00;
}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0;}
/* must use id to change font not class*/
#comments{
	font-family:Arial, Helvetica, sans-serif;
}
.placeholder{ color: #888; }
/*canvas*/
.canvas-border{
	border: 1px solid #d3d3d3;
}

@media screen and (min-width:768px){
body{
	background-color: #CCC;
}
h1{
	font-size: 1.5em;
}

h2{
	font-size: 1.2em;
}

p{
	font-size: 1em;
	margin-bottom: 5px;
}
.images-description{
	width:50%;
	height:50%;
}
.main-wrapper{
	min-width: 786px;
	
}
nav{
margin-bottom: 18px;
}
.menu-area{
	font-size:1.0em;
	padding-right: 8px;
	padding-left: 8px;
}

.menu-area > ul > li:nth-of-type(1){
width:7em;
}

.menu-area > ul > li:nth-of-type(5){
width:7em;

}

.column-left{
	width: 100%;
	
	border-bottom: 2px double #000;
}
.column-right{
	position:static;
	width: 100%;
	clear: both;
	padding-top:8px;
	padding-bottom:8px;
}

.menu-area > ul > li:nth-of-type(3){
position: static;/*All others*/
}

.image-container{
	width: 65%;
	height: 350px;
}


}
@media screen and (min-width:1280px){
	body{
		background-image: url(../images/eye.gif);
	background-position: 0px 0px, 0px 5px, 25px 5px, 35px 15px, 30px 10px; 
	-webkit-background-position: 0px 0px, 0px 5px, 25px 5px, 35px 15px, 30px 10px;
	-moz-background-position: 0px 0px, 0px 5px, 25px 5px, 35px 15px, 30px 10px;
	-o-background-position: 0px 0px, 0px 5px, 25px 5px, 35px 15px, 30px 10px;
	/*new IE*/
	background-image: radial-gradient(closest-side at 50% 30%, transparent 98%, rgba(300, 300, 300, 1.0) 99%), radial-gradient(closest-side at 50% 25%, transparent 98%, rgba(244, 244, 244, 1.0) 99%),radial-gradient(closest-side at 25% 25%, transparent 98%, rgba(255, 255, 255, 1.0) 99%), radial-gradient(closest-side at 15% 15%, transparent 98%, rgba(300, 300, 300, 0.75) 99%), radial-gradient(closest-side at 10% 10%, transparent 98%, rgba(0, 0, 0, 0.3) 99%); 
	/*Chrome*/
	background-image: -webkit-radial-gradient(closest-side at 50% 30%, transparent 98%, rgba(300, 300, 300, 1.0) 99%), -webkit-radial-gradient(closest-side at 50% 25%, transparent 98%, rgba(244, 244, 244, 1.0) 99%),-webkit-radial-gradient(closest-side at 25% 25%, transparent 98%, rgba(255, 255, 255, 1.0) 99%), -webkit-radial-gradient(closest-side at 15% 15%, transparent 98%, rgba(300, 300, 300, 0.75) 99%), -webkit-radial-gradient(closest-side at 10% 10%, transparent 98%, rgba(0, 0, 0, 1.0) 99%);
/*Firefox*/	
	background-image: -moz-radial-gradient(closest-side at 50% 30%, transparent 98%, rgba(300, 300, 300, 1.0) 99%), -moz-radial-gradient(closest-side at 50% 25%, transparent 98%, rgba(244, 244, 244, 1.0) 99%),-moz-radial-gradient(closest-side at 25% 25%, transparent 98%, rgba(255, 255, 255, 1.0) 99%), -moz-radial-gradient(closest-side at 15% 15%, transparent 98%, rgba(300, 300, 300, 0.75) 99%), -moz-radial-gradient(closest-side at 10% 10%, transparent 98%, rgba(0, 0, 0, 1.0) 99%);
/*Opera*/	
background-image: -o-radial-gradient(closest-side at 50% 30%, transparent 98%, rgba(300, 300, 300, 1.0) 99%), -o-radial-gradient(closest-side at 50% 25%, transparent 98%, rgba(244, 244, 244, 1.0) 99%),-o-radial-gradient(closest-side at 25% 25%, transparent 98%, rgba(255, 255, 255, 1.0) 99%), -o-radial-gradient(closest-side at 15% 15%, transparent 98%, rgba(300, 300, 300, 0.75) 99%), -o-radial-gradient(closest-side at 10% 10%, transparent 98%, rgba(0, 0, 0, 1.0) 99%);

	background-size: 100px 100px; 
	-webkit-background-size: 100px 100px; 
	-moz-background-size: 100px 100px; 
	-o-background-size: 100px 100px; 
	background-color: rgb(255, 255, 255);
	}
	
	h1{
	font-size: 2em;
}
h2{
	font-size: 1.5em;
}

.main-wrapper{
	min-width: 1000px;
	margin-top:12px;
	border: 1px solid #999;
}


.menu-area > ul > li:nth-of-type(4){
position: static;/*All others*/

}

.menu-area > ul > li:nth-of-type(4)> ul > li:nth-of-type(n+1){
position:relative;
right: -535px;
bottom:0px;
}
/*2/3 col*/
.column-left{
	width: 66%;
	float: left;
	margin: 8px;
	padding-right: 12px;
	border-right-width: 2px;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #000;
}
/* 1/3 col*/
.column-right{
	width: 25%;
	clear: none;
	float: left;
	margin: 8px;
	padding-top:0;
		
}
.description{
	width: 100%;
	border-right: none;
}
.image-container{
	width: 65%;
	height: 350px;
}
.images-description{
	width:75%;
	height:75%;
}
}
