@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	
background-image:url('http://downeh.co.uk/wp-content/themes/v1/img/layout/bg3.png');
background-repeat:repeat;
} 

p.serif{font-family:"Times New Roman",Georgia,Serif}

a:link {
color:#000
}
a:visited {
color:#000
} 
a:hover {
color:#fff;
background-color: #d21e1e;
} 
a:active {
color:#fff;
background-color: #514c4c;
} 

/* Top of layout */
#top-half {
position: relative;
height: 200px;
border:1px dotted #d2cccc;
width: auto;
background-color: #ffffff;
}
#top-margin {
position: relative;
height: 10px;
background-color: #514c4c;
width: auto;
}
#logo {
position: relative;
top: 30px;
margin-left: 40px;
width: 300px;
}

#menu {
position: absolute;
left: 500px;
height: 40px;
top: 0px;
padding-top: 25px;
width: 550px;
font-family: Georgia;
font-size: 25px;
}

#loginbar {
background-image:url('http://downeh.co.uk/wp-content/themes/v1/img/layout/loginbar.png');
position: relative;
height: 125px;
background-repeat:no-repeat;
top: 75px;
width: 325px;
  margin-left: auto ;
  margin-right: auto ;
padding-top: 30px;
padding-left: 160px;
}



#top-intro {
position: absolute;
top: 100px;
left: 550px;
width: 500px;
font-family: Georgia;
font-size: 15px;
height: 200px;
word-wrap: break-word;
}

#trans_top {
position: relative;
height: 10px;
filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
width: auto;
background-color: #ffffff;
}
/* End of top layout */
/* start of top half */

#middle {
position: relative;
height: 300px;
font-family: Georgia;
font-size: 60px;
border:1px dotted #d2cccc;
padding: 30px;
top: 50px;
width: auto;
/* width: 1100px ; */
margin-left: 50px;
margin-right: 50px;
background-color: #ffffff;
z-index:1;
}

#trans_middle {
position: absolute;
z-index:-1;
height: 387px;
width: auto;
/* width: 1183px; */
left: 40px;
top: 250px;
background-color: #ffffff;
filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
padding: 25px;
}

#new {
position: relative;
margin-left: auto;
margin-right: auto;
}

#newest_entry_picture {
position: absolute;
padding-left: 30px;
padding-top: 20px;
left: 0px;
width: 300px;
}

#newest_entry_title {
position: absolute;
background-color: #d21e1e;
left: 500px;
height: auto;
width: 600px;
}

#newest_entry_summary {
position: absolute;
top: 120px;
left: 500px;
right: 20px;
width: 600px;
font-size: 14px;
text-align: left;
}

/* end of top half */

/* start of content */

#content_container {
text-align: left;
font-family: Georgia;
position: relative;
margin-left: 50px;
margin-right: 50px;
top: 50px;
background-color: #ffffff;
padding: 20px;
}

#trans_container_top {
position: relative;
height: auto;
filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:1.0;
background-color: #49494F;
top: 100px;


}

#content_container2 {
text-align: left;
font-family: Georgia;
position: relative;
margin-left: 20px;
margin-right: 20px;
top: 20px;
background-color: #ffffff;
padding: 20px;
}


#articles {
position: relative;
left: 0px;
width: auto;
font-size: 10px;
padding-right: 250px;
}

#article_thumb {
float: left;
padding: 10px;
height: 200px;
}

#article_title {
font-size: 20px;
border-top: 1px solid;
border-bottom: 1px dotted;
}

#sub_title {
font-size: 12px;
padding-bottom: 5px;
}

#article_title2 {
font-size: 20px;
border-bottom: 1px dotted;
}

#article_date {
position: relative;
padding-top: 5px;
font-size: 13px;
padding-bottom: 10px;
text-align: right;
}

#article_content {
float: top;
top: 0px;
padding-top: 40px;
padding-left: 15px;
font-size: 12px;
margin-bottom: 50px;
height: auto;
position: relative;
}
/* end of content */

#nav_links {
position: relative;
height: 100px;
font-size: 16px;
color: #ff3300;
border:1px dotted #d2cccc;
padding: 5px;
}

#nav_previous {
left: 0px;
border:1px dotted #d2cccc;
padding: 5px;
}

#nav_next {
position: absolute;
right: 0px;
top: 4px;
padding: 5px;
}




