/* CSS Document */
/* 

ToC

	1. defaults
	2. structure
	3. fonts
	4. links
	5. images

*/



/* --------- 1. defaults  --------- */



body {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	background-repeat: repeat;
	background-color: #CCC;
	background-image: url(images/card.jpg);
		}
		
/*  --------- 2. structure  --------- */
a {
	color: #030;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000066;
}

#logo {
	height: 70px;
	width: 800px;
	margin: auto;
	padding: 0px 0px 0px 0px;
	background-color:#BAC79E;
	background-position: center;
	margin-top: 0px;
	background-image: url(images/logotop.png);
	background-repeat: no-repeat;
		}
#header {
	height: 70px;
	width: 800px;
	margin: auto;
	padding: 0px 0px 0px 0px;
	background-color:#FFF;
	background-position: center;
	margin-top: 0px;
		}
		
#slideshow {
	background-color: #333;
	background-image: url(images/tstarbanner.png);
	height: 144px;
	width: 800px;
	background-position: center;
	margin: auto;
}
	
#content {
	background-color: #FFF;
	font-family: "Arial Black", Gadget, sans-serif;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	width: 800px;
	margin: auto;
	background-repeat: no-repeat;
	height: 600px;
	background-image: url(images/Dark_Star_Horsessm.jpg);
}
#logobox {
	width: 180px;
	height:120px;
	margin: 10px 10px 10px 10px;
	padding: 55px 0px 0px 0px;
	background-repeat:no-repeat;
	float: left;
	background-image: url(images/lastfarm.gif);
	background-position: center;
	background-color: #FFF;
}
#booklogo {
	display:block;
	height:100px;
	text-indent:-9999px;
	width:180px;
}
#logobox1 {
	width: 180px;
	height:120px;
	margin: 10px 10px 10px 10px;
	padding: 55px 0px 0px 0px;
	background-repeat:no-repeat;
	float: left;
	background-image: url(images/didcot2.jpg);
	background-position: center;
	background-color: #FFF;
}
#booklogo1 {
	background-image:url( url(images/track.jpg));
	display:block;
	height:100px;
	text-indent:-9999px;
	width:120px;
}
#logobox2 {
	width: 180px;
	height:120px;
	margin: 10px 10px 10px 10px;
	padding: 55px 0px 0px 0px;
	background-repeat:no-repeat;
	float: left;
	background-image: url(images/tstar1.jpg);
	background-position: center;
	background-color: #FFF;
}
#booklogo2 {
	background-image:url( url(images/grey.jpg));
	display:block;
	height:100px;
	text-indent:-9999px;
	width:120px;
}
#logobox3 {
	width: 180px;
	height:120px;
	margin: 10px 10px 10px 10px;
	padding: 55px 0px 0px 0px;
	background-repeat:no-repeat;
	float: left;
	background-image: url(images/youlgreave.jpg);
	background-position: center;
	background-color: #FFF;
}
#booklogo3 {
	display:block;
	height:100px;
	text-indent:-9999px;
	width:120px;
}
#archive {
	background-image:url( url(images/photo1%20copy.jpg));
	display:block;
	height:200px;
	text-indent:-9999px;
	width:660px;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	background-color: #FFF;
	width: 800px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	height: 600px;
		}

/* ---------- navigation 1---------- */
#navigation {
	text-align: center;
	padding: 20px 0px 20px 0px;
	font: 100% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:14px;
	width: 800px;
	height: 20px;
	background-color: #633;
	margin: auto;

}

#navigation ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

#navigation li {
padding: 0;
display: inline;
}

#navigation a {
	color: #FFF;
	margin-left: 30px;
	margin-right: 0px;
}

#navigation a:hover {
	color: #F3C;
	text-decoration: none;
}

/* ---------- navigation 2---------- */

#navigation2 {
	text-align: center;
	padding: 10px 0px 10px 0px;
	font: 100% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:14px;
	width: 800px;
	margin: auto;
	background-color: #633;
}

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

#navigation2 li {
padding: 0;
display: inline;
}

#navigation2 a {
	margin-left: 10px;
	margin-right: 10px;
	color: #FFF;
}

#navigation2 a:hover {
	color: #FC0;
	text-decoration: none;
}


/* ---------- navigation 3---------- */

#navigation3 {
	text-align: center;
	padding: 0px 0px 0px 0px;
	font: 100% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:12px;
	width: 650px;
	height: 16px;
	margin-left:auto;
	margin-right: auto;

}

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

#navigation3 li {
padding: 0;
display: inline;
}

#navigation3 a {
	margin-left: 15px;
	margin-right: 15px;
	color: #BBFDF4;
}

#navigation3 a:hover {
	color: #FFF;
	text-decoration: none;
}

		
#footer {
	height:40px;
	width:800px;
	margin:0px auto 0px;
	padding:0px 0px 0px 0px;
	background-repeat:no-repeat;
	text-align:center;
	background-color: #BAC79E;
	background-position: center;
}
#footer2 {
	height:120px;
	width:800px;
	margin:0px auto 0px;
	padding:0px 0px0px 0px;
	background-repeat:repeat;
	text-align:center;
	background-color: #FFF;
	background-position: center;
}
/* ---------- 3. fonts ---------- */

html {
		font-size: 100%;

		}


h1 {
	font: 100% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-weight:bold;
	padding-left: 0px;
	color: #C63;
	margin-bottom:0px;
	font-size:40px;
	margin-top:0px;
	padding-bottom: 0px;
	bottom: auto;
		}

h2 {
	font: 100% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	padding-top: 0px;
	margin-bottom: 0px;
	color: #666666;
	font-size:24px;
		}
		
h3 {
	padding-top: 0px;
	margin-bottom: 0px;
	color: #003300;
	font-weight:normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 25px;
		}
h4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	padding-top: 0px;
	margin-bottom: 0px;
	text-transform: capitalize;
	color: #999999;
	font-weight:lighter;
	font-size: 40px;
	margin-top: 10px;
		}
.stylelinks {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #FFC;
}

#textbox {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width:700px;
	height: 600px;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 40px;
	color: #666;
}

