/*------------------------------------------------
campsiecamelids.co.uk Style Sheet
author: Rude Goose
------------------------------------------------ */

body {
	background-color:#67363A;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:80%;
}
p {
	color:#333;
	font-weight:lighter;
}
a:link, a:visited{
	text-decoration:none;
	color:#67363a;
}
a:hover{
	color:#A4A17D;
}
h1{
	font-size:120%;
	font-weight:normal;
	color:#402124;
	border-bottom:1px dotted #67363A;
}
h2{
	font-size:100%;
	font-weight:bold;
	color:#402124;
	border-bottom:1px dotted #67363A;
	clear:both;
}
img{
	border:1px dotted #ccc;
	padding:1px;
}
table{
	width:400px;
}
td{
	padding:0 5px;
	border:1px solid #A4A17D;
}
th{
	padding:0 5px;
	border:1px solid #A4A17D;
	text-align:left;
}
strong{
	font-weight:bold;
}

/* IDs ----------------------------------------- */

#active a{
	color:#A4A17D;
	font-weight:bold;
}
#address{
	clear:both;
	width: 100%;
	text-align:center;
	padding-top:10px;
	line-height:80%;
	z-index:1;
}
#addressStatic{
	position:absolute;
	top:670px;
	left:0px;
	width:100%;
	height:60px;
	text-align:center;
	border-top:1px dotted #67363A;
	padding-top:3px;
	line-height:70%;
}
#admin{
	position:absolute;
	top:100px;
	left:10px;
	width:730px;
	text-align:center;
}
#bg{
	background-color:#F5F0E5;
	border:2px solid #402124;
	position:absolute;
	top:0;
	left:0;
	margin:0 auto 20px auto;
	width:750px;
	height:500px;
}
#container{
	margin:0 auto;
	width:750px;
	position:relative;
	text-align:left;
	border:2px solid #402124;
	background-color:#F5F0E5;
	padding-bottom:10px;
}
#staticcontainer{
	margin:0 auto 20px auto;
	width:750px;
	position:relative;
	text-align:left;
	padding-bottom:20px;
	overflow:visible;
}
#footnote p, #footnote a:link, #footnote a:visited{
	color:#966;
	padding:5px 0 10px 0;
	width:750px;
	margin:0 auto;
}
#footnote a:hover{
	text-decoration:underline;
}
#form label{
	text-align:right;
	width:80px;
	padding-right:20px;
	font-size:90%;
}
#form br{
	clear:left;
}
#form input, textarea, label{
	display:block;
	width:250px;
	float:left;
	margin-bottom:10px;
}
#header{
	position:relative;
	height:240px;
}
#adminHeader{
	position:relative;
	height:60px;
}
#heather{
	background-color:#F5F0E5;
	background-image:url(images/heather.jpg);
	background-repeat:no-repeat;
	border:2px solid #402124;
	position:relative;
	margin:0 auto;
	width:750px;
	height:610px;
}
#intro{
	position:absolute;
	top:230px;
	left:195px;
	width:400px;
	z-index:2;
}
#chicken{
	background: transparent url(images/chicken.jpg) no-repeat bottom left;
	position:absolute;
	top:10px;
	left:-118px;
	height:580px;
	width:311px;
	z-index:0;
}
#logo{
	position:absolute;
	top:50px;
	left: 225px;
	width: 300px;
	height:200px;
	text-align:center;
	z-index:0;
}
#logo img{
	padding:0;
	border:0;
}
#news{
	float:left;
	width:100%;
	margin-bottom:20px;
}

/* Classes ---------------------------------------- */

.article {
	width:400px;
	margin-left:175px;
	background-color:#F5F0E5;
	z-index:1;
	border-bottom:1px dotted #67363A;
	padding-bottom:10px;
}
.article ul{
	margin-top:40px;
}
.bandb{
	width:400px;
	margin-left:175px;
	background-color:#F5F0E5;
	z-index:1;
}
.right{
	float:right;
	padding:1px;
	margin:0 0 5px 5px;
}		
.left{
	float:left;
	padding:1px;
	margin:0 5px 5px 0;
}
.design a:link, .design a:visited{
	color:#402124;
	font-size:90%;
}
.design a:hover{
	color:#996;
}
.links{
	position:absolute;
	top:16px;
	left:0px;
	height:30px;
	width:740px;
	padding-top:5px;
	text-align:center;
	z-index:1;
}
.links a:link, .links a:visited{
	background-image:url(images/link.gif);
	background-repeat:no-repeat;
	width:170px;
	padding:5px 10px 20px 30px;
	color:#333;
	font-size:90%;
}
.links a:hover{
	color:#A4A17D;
}

.links li{
	list-style:none;
	text-align:left;
	float:left;
	padding-bottom:40px;
	margin:10px;
}
.text{
	position:absolute;
	top:220px;
	left:110px;
	width:500px;
	text-align:justify;
}

