/*CSS Document*/

body
{ 
color: #000000;
background-color: #999966;
background-image:url(../images/bg_002.jpg);
background-position:center;
background-repeat:repeat-y;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:62.5%;
}

a
{
color:#000000;
text-decoration: underline;
font-weight: bold;
}

a:hover
{
color:#000000;
text-decoration: none;
font-weight: bold;
}

#container
{
position: relative;
margin-left:auto; margin-right:auto;
min-height:800px;  
width:800px;  
position:relative;
border:20px;
border-style:solid;
border-color:#FFFFFF;
background-color:#e3decd;
}

#mainimage
{
background-image:url(../images/exmoorbeast_main.jpg);
height:200px;
width:800px;
}

#nav
{
background-image:url(../images/nav_bg_03.jpg);
height:30px;
color:#FFFFFF;
font-size:1.1em;
z-index:99;
padding-left:12px;
}

#entry
{
width:510px;
padding-top:20px;
padding-bottom:10px;
z-index:1;
}

#entry img
{
	width:225px;
}

.date
{
float:left;
width:250px;
padding:5px 10px 5px 10px;
font-weight:bold;
}

.entryform
{
text-align:right;
font-size:12px;
line-height:15px;
}

.entryform img
{
text-align:right;
}

/*content pages heading*/
h1
{
color:#000000;
margin:10px 0 10px 0;
padding-left:10px;
font-weight: bold;
}

h2{margin:0; padding:0}

/*container for main text*/
#content
{
position:relative;
width:800px;
font-size:1.2em;
z-index:1;
min-height:530px;
}

#content p{z-index:1; line-height:20px;}

#maincontent
{
width:510px;
padding: 10px 2px 10px 10px;
}

#maincontent li{margin-bottom:5px;}

#rightcontent
{
position:absolute;
top:5px;
right:5px;
padding-left:5px;  
width:210px;  /* width of rightcontent and maincontent must be less than #content total width*/
height:100%;
}


#footer
{
	width: 780px;
	font-size: 0.9em;
	padding: 10px 10px 5px 10px;
	height:100px;
	background-color:#AA9F55;
	border-top:solid; 5px;
	clear:both;
}

#sponsors
{
	text-align:center;
}

/* Form style */

label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-weight:bold; }
input, textarea, select { margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; -moz-border-radius: 5px; -webkit-border-radius:5px; }   
input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
input.submit { cursor: pointer; border: 1px solid #222; background:#333; color:#fff; -moz-border-radius: 5px; -webkit-border-radius:5px; }
input.submit:hover { background:#444; }
fieldset { padding:20px; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }
legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }

span.required{ color: #ff0000; } /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 15px; margin: 10px 0; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius: 5px; -webkit-border-radius:5px; }

#succsess_page h1 { background: url('assets/success.gif') left no-repeat; padding-left:22px; }

#countainer{width:510px; text-align:center; line-height:20px; margin-bottom:-20px;}

#countdown1{font-size:24px; margin-bottom:10px;}

.navigation
{
	display:none;
}