@import url('fonts.css');

body{
	background: #942828;
	background-image: url("../images/cubes.png");
	background-repeat: repeat;
	
	position: relative;
	width: 983px;
	
	margin-left: auto ;
	margin-right: auto ;	
}
img{
	border:0px;
}

#headder{
	font-family: 'Lobster', 'San Serif';
	color: #021b41;	
	margin-top: 10px;
}


#headder #top{
	margin: 0;
	font-size: 2.5em;	
}

#headder #bottom{
	margin: 0;
	font-size: 2em;	
}

#headder #symbol{
	margin-right:-17px;
	float: right;
}

#menu_bar{
	margin-top: 20px;
}

#menu_bar li{
	display: inline;
	padding: 5px;
	font-size: 1.25em;
	font-family: 'Lobster', 'San Serif';
}
#fb_icon{
	width:32px;
	height:32px; 
	float:right;
	margin-top:-37px;
	margin-right:5px;
	background-image : url("../images/facebook.png") ;
	
	display:block;
	text-indent: -99999px;
}
#fb_icon:hover{
	background-image : url("../images/facebook_roll.png");
}
#main{
	background-image: url("../images/body.png");
	height: 100%;
}

#entry{
	padding: 2%;
	font-family: 'San Serif';	
}

#date{
	float: left;
	height: 100%;
	width: 25%;
	font-size: 1.5em;	
}

#block{	
	margin-left: 25%; 
	
	height: 100%;
	width: 75%;
}

#block #title{
	font-size:1.5em;
}

#footer{
	position: relative;	
	height: 20px;
}

#menu_bar a:link {
	text-decoration: none;
	color: black;
	outline: 0; 
}

#menu_bar a:visited {
	text-decoration: none;	
	color: black;
}

#menu_bar a:hover {	
	color:#e7af1a;
}

#menu_bar a:active {
	text-decoration: none;
	color: black;
}
