/*
Stylesheet for Fever Dreams Ezine Front Page.
Written and Designed by Peter Bennett for Fever Dreams Publications
http://www.fever-dreams.co.uk

Do not resuse. This template is copyrighted to Fever Dreams Publications. Any unauthorised reproduction is prohibited.
*/


/*background image*/

body {	background-image: url(../Images/bg.jpg); 
	background-attachment: fixed; 
	background-repeat: repeat; }


/*ezine page bounds*/

#ezinepage {
	margin-top: 20px;
	margin: auto ;
	width: 900px;	
}

/*ezine page elements*/

/* Header */
#header {
	margin: auto;
	background-color: rgb(245,245,245); 
	background-repeat: no-repeat;
}

/*Navigation Bar*/
#menu {
	width: 900px;
	height: 20px;
	background-color: rgb(255,0,0) ;
	margin: auto;
	margin-bottom: 10px;
	text-align: center;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	margin-right: 1px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	text-transform: lowercase;
	font-family: 'Abel', sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: rgb(245,245,245);
	border: none;
}

#menu .current_page_item a {
	background: rgb(0,0,0); 
}


/*Advert*/
#adbanner {
	margin-top: 20px;
	margin-bottom: 30px;
	margin: auto;
	background-repeat: no-repeat;
	text-align: center;
}

/*ezine page body*/

#page {
	border-top: 4px solid rgb(250,0,0);
	background-color: rgb(245,245,245);
	overflow: hidden;
	width: 900px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px;
}
		

/*News Feed*/

#newsfeed {
	float: left;
	width: 610px;
	padding: 10px 20px 10px 20px;
	background-color: rgb(245,245,245); 
	background-repeat: no-repeat;
	text-align: center;
}

#newstitle{
	float: left;
	width:610;
	padding: 10px 20px 10px 20px;
	background-color: rgb(245,245,245); 
	background-repeat: no-repeat;
}
		
/*post*/

#post {
	padding: 20px;
}

#postheader {
	float: left;
	padding: 10px 20px 10px 20px;
	background-color: rgb(245,245,245); 
	background-repeat: no-repeat;
}

#postbody {
	padding: 0px 20px 0px 20px;
	text-align: left;
	clear: both;
	color: rgb(0,0,0);
	background-color: rgb(245,245,245);
	font-family: Microsoft Sans Serif, "Times New Roman", Times, serif;
	font-size: 9pt;	
}

#button {
	text-align: center;
}

/*Side bar*/

#sidebar {
	float: right;
	width: 210px;
	padding: 10px 20px 10px 20px;
	background-color: rgb(245,245,245); 
	background-repeat: no-repeat;
	text-align: left;
}
			
/*side bar elements*/

#element {
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: center;
}

/*social media bar*/

#socialbar {
	width: 900;
	margin: 0px 0px 0px 0px;
	padding: 10px 250px 10px 20px;
	background-color: rgb(245,245,245); 
	background-repeat: no-repeat;
	font-family: Nosferatu, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	color: #000000;
	text-align: center;
	border-bottom: 4px solid rgb(250,0,0);
}

/*Web page footer*/

#pagefooter {
	margin-top: 20px;
	text-align: center;
	clear: both;
	color: rgb(245,245,245);
	background-color: #0A0A0A;
	font-family: Microsoft Sans Serif, "Times New Roman", Times, serif;
	font-size: 7pt;
	padding: 15px;
}

/*text settings*/


h1 
{	
	float: left ;
	font-family: Nosferatu, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: italic;
	color: #000000;
	padding-top: 15px;
}

h2 
{
	font-family: Nosferatu, "Times New Roman", Times, serif;
	font-size: 1.6em;
	border-bottom: 1px solid gray;
	margin-bottom: 10px;
	font-style: italic;
	color: #FFFFFF;
}