@charset "utf-8";

* {
	margin:0;
	padding:0;
	}
body {
	background-color: #111;
	color: #c0c09c;
	font-family: Verdana, Geneva, sans-serif;
	height: 100%;
	width: 100%;
	}
/* Remove default purple border from anchor image  */
	.photo-img {
		border: none;
		margin-top: 20%;
		margin-left: 25%;
		}
/* Remove default purple border from anchor image  */
	.photo-gif {
	border: none;
	display: block;
	margin: 0 auto;
		}
#homelist-large {
	visibility: visible; /* default */		
	}
#homelist-small {
	visibility: hidden; /* default */
	}
#windowwrap {
	height: 100%;
	width: 100%;	
	}
.pagewrap {
	height: auto;
	width: 100%;
	margin: 10px 0px 50px 0px; /* the bottom margin is the negative value of the footer's height */	
	position: absolute;	 /*Need to sort this out to make it compatable accross browsers  */
	top: 65px;
	left: 2px;
	list-style: none;
	/* *********** and now the background  ************************** */	
	background: #111111; /* Old browsers */
	background: -moz-linear-gradient(top, #3e3f63 0%, #111111 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e3f63), color-stop(100%, #111111)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3e3f63 0%, #111111 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3e3f63 0%, #111111 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3e3f63 0%, #111111 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3e3f63 0%, #111111 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3e3f63', EndColorStr='#111111', GradientType=0); /* IE6-8 */
	}
.louise_footer {
	font-size: x-small;
	color: #000;
	text-align: center;
	background-color: #3e3f63;	
	height: 20px;
	margin-top: -20px;
	bottom: 0px;
	position: absolute;
	width: 100%;
	}
.border {
	background: #3e3f63;
	border: 10px solid #000;
	color: #000;
	padding: 10px;
}
.border-thin {
	background: #3e3f63;
	border: 5px solid #000;
	color: #000;
	padding: 5px;	
}

#searchbox {
	color: #d6d6c4;
	background-color: #29293b;
	border-color: #ccc;
	font-size: small;
	height: 20px;
}
input, textarea, select {
	font-size: small;
	font-family: Verdana, Geneva, sans-serif;
}
.extended {
	color: #3FC;
}
/* the main thing regarding the following anchor styles is that the a:hover will change the colour of the font */
a:link {
	color:#999;
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	}
a:visited {
	color:#999;	
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	}
a:hover {
	color: #FFF;
	font-size:small;
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	}
a:active {
	color:#999;
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	}	
.firstletter {
	float: left;
	font-size: 2em;
	line-height: 1;
	font-weight: bolder;
	margin-right: 0.2em;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.hidden_words {
	font-size: xx-small;
	font-style: normal;
	color: #111;
	background: #111;
}
.branding {
	background-color: #3e3f63;
	color: #000;
	font-size: xx-large;
	text-indent: 100px;
}
.branding2 {
	font-size: small;
	color: #666;
	text-align: left;
	background-color: #000;
	text-indent: 180px;
	width: 100%;
}
.branding3 {
	font-size: 20px;
	color: #111;
	width: 100%;
	}
.titles {
	color: #000;
	font-size: medium;
	padding: 0, 10px, 0, 10px;
	text-align: center;	
	}
.table {
	font-size: small;
	border-width: 1px;
	border-color: #CCC;
	width: 100%;
	}
.table-intro {
	font-size: small;
	border: 1px;
	border-width: 1;
	border-color: #CCC;
	margin-left: auto;
	margin-right: auto;	
	}
.detail-image {
	height: 290px;		
	}
#image-detail {
	height: 400px;		
	}
#too-long {			
	}
#image-detail-intro {
	height: 300px;		
	}
#full-image {
	height: 400px;		
	}	
.div-search {
	width: 200px;
	}
.tr {
	vertical-align: top;
	}
#back-next {
	font-size: small;
	text-align: right;
	}
#text {
	font-size: small;
	text-align: left;	
	}
.td-homelist {
	width: 20%;
	text-align: right;	
	}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-align: center;
	vertical-align: top;
	}
.general_text {
	text-align: left;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	width: 90%;
	}	
.dark_text {
	font-size: x-small;
	color: #999;
	margin-left: 15px;
}
