@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-image:url(http://thepressretriever.com/images/bg.jpg);
	background-position:center top;
	background-attachment:fixed;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:18px;
}
a, a:link, a:visited, a:active{
	color:#FFFFFF;
	text-decoration:none;
	}
a:hover{
	color:#A3CD39;
	}
	
#tobnav{
	margin-bottom:0px;
	padding-bottom:0px;
	height:149px;
	position:relative;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	}
#topbar{
	width:100%;
	position:relative;
	margin: 0;
	z-index: 5;
	background-image:url(http://thepressretriever.com/images/topbarbg-purple.png);
	background-repeat:repeat-x;
	}
#topbar-purple{
	width:100%;
	position:relative;
	margin: 0;
	z-index: 5;
	background-image:url(http://thepressretriever.com/images/topbarbg-purple.png);
	background-repeat:repeat-x;
	}
#topbar-blue{
	width:100%;
	position:relative;
	margin: 0;
	z-index: 5;
	background-image:url(http://thepressretriever.com/images/topbarbg-blue.png);
	background-repeat:repeat-x;
	}
#topbar-home{
	width:100%;
	position:relative;
	margin: 0;
	z-index: 5;
	background-image:url(http://thepressretriever.com/images/topbarbg-home.png);
	background-repeat:repeat-x;
	}
#topbar-pink{
	width:100%;
	position:relative;
	margin: 0;
	z-index: 5;
	background-image:url(http://thepressretriever.com/images/topbarbg-pink.png);
	background-repeat:repeat-x;
	}
	
#topbar-yellow{
	width:100%;
	position:relative;
	margin: 0;
	z-index: 5;
	background-image:url(http://thepressretriever.com/images/topbarbg-yellow.png);
	background-repeat:repeat-x;
	}
.blogbtn{
	position:absolute;
	top:20px;
	left:640px;
	}
#content{
	background-image:url(http://thepressretriever.com/images/content.png);
	background-repeat:repeat-y;
	background-position: center;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:20px;
	padding-top:20px;
	}
#contenttext{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	text-align:justify;
	position: relative;
	}
#content img{
	padding-right:10px;
	}
#footer{
	background-image: url(http://thepressretriever.com/images/footer.png);
	background-position:center top;
	background-repeat:no-repeat;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
	position: relative;
}
#credits, #credits a:link, #credits a:visited, #credits a:active{
	text-align:left;
	width:790px;
	padding-top:25px;
	padding-left:10px;
	margin-left:auto;
	margin-right:auto;
	color:#84CFFB;
	text-decoration:none;
	font-size:11px;
	line-height:14px;
	}
#credits a:hover{
	color:#ffffff;
	}
	
#twitter{
	width:130px;
	height:70px;
	position:absolute;
	left: 700px;
	top: 10px;
	}
#sidebar{
	width:150px;
	height:200px;
	background-color:#00FF00;
	float: left;
	}
	
#posts{
	width:600px;
	height:500px;
	background-color:#00CCCC;
	float: right;
	position: relative;
	}
