@charset "utf-8";
/* CSS Document */



body {
	background: #212121; 
	background-image: url(../images/bggradient2.jpg); 
	background-repeat:repeat-x;
	font-size:13px;
    color: #212121;
    font-family: Trebuchet MS, Helvetica, serif;
}
/* TEXT CSS */
h1 {
	font: 30px Rockwell, Trebuchet MS, Helvetica, serif;
	color: #feffff;
	font-weight: bold;
    text-shadow: 0px 1px 1px #313131;
}

h2 {
	font: 16px Rockwell, Trebuchet MS, Helvetica, serif;
	color: #feffff;
	font-weight: bold;
    text-shadow: 0px 1px 1px #313131;
}

h3 {
	font: 15px Trebuchet MS, Helvetica, serif;
	text-align: center;
	color: #feffff;
	font-weight: bold;
    text-shadow: 0px 1px 1px #313131;
}

a {
color:white;
text-decoration:none;
font-family:'Trebuchet MS', Helvetica, serif; 
font-weight:normal; }

a:hover {
color:#760101; 
text-decoration:none;
font-family:'Trebuchet MS', Helvetica, serif; 
font-weight:normal;
}

/* Other Divs */
.profiles {
	position:relative;
	left:0px;
	border: 1px outset #212121;
	margin-right: 10px;
	margin-top: 5px;
}

.adverts {
    position:relative;
	left:0px;
	margin-top: -5px;
	border:inset 1px #9d0808;
}

#fullcontent{
position: relative;
left:0px;
top: 0px;
width: 1100px;
height: auto; 
}

#navbar{
position: absolute;
left:273px;
top: 48px;
width: 800px;
height: 39px; 
}

#maincontent{
position: relative;
left:120px;
top: 0px;
width: 880px;
height: ; 
}

#blogpoststitle{
position: relative;
left:146px;
top: 163px;
width: 200px;
height: 25px;
}

#blogposts{
position: relative;
left:150px;
top: 170px;
width: 200px;
height: 315px;
}

#footer{
color:white;
text-decoration:none;
font-family:'Trebuchet MS', Helvetica, serif; 
font-weight:normal;
position: relative;
left:0px;
top: 35px;
width: 1100px;
height: 20px; 
}

#adverts{
position: absolute;
left:1075px;
top: 5px;
width: 140px;
height: auto; 
}

/* Background stuff */



.zstop {
background: transparent url(../images/mainlayout/topsection.png) no-repeat scroll 0% 0%;
background-image: url(../images/mainlayout/topsection.png);
background-repeat-x: no-repeat;
background-repeat-y: no-repeat;
background-attachment: scroll;
background-position-x: 50%;
background-position-y: 0%;
background-origin: initial;
background-clip: initial;
background-color: transparent;
height: 126px;
width: 1100px;
padding-top: 0px;
position: relative;
top: -8px;

}
.maincontent {
background: transparent url(../images/mainlayout/middlesection.png) repeat-y scroll 0% 0%;
background-image: url(../images/mainlayout/middlesection.png);
background-repeat-x: no-repeat;
background-repeat-y: repeat;
background-attachment: scroll;
background-position-x: 0%;
background-position-y: 0%;
background-origin: initial;
background-clip: initial;
background-color: transparent;
padding: 0px;
height: auto;
width: 1100px;
position: relative;
top: -8px;
}
.footer {
background: transparent url(../images/mainlayout/bottomsection.png) no-repeat scroll 50% 0%;
background-image: url(../images/mainlayout/bottomsection.png);
background-repeat-x: no-repeat;
background-repeat-y: no-repeat;
background-attachment: scroll;
background-position-x: 50%;
background-position-y: 0%;
background-origin: initial;
background-clip: initial;
background-color: transparent;
height: 41px;
padding-top: 0px;
width: 1100px;
position: relative;
top: -8px;
}