/* CSS Document */

/*  
Theme Name: FLFEED
Version: 2.0-TVTV
Author: Gary Fogelson
Author URI: http://fogelson-lubliner.com

*/


html{ 
	min-height: 100%; 
	margin-bottom: 1px;
	background-color: #000000;
}



body{
	color: #000000;

}


#wrapper{
	margin: 0 auto 0 auto;
	width: 420px;
	text-align: left;
}

#container{
	width: 420px;
	float: left;

}


.post{
	margin-bottom: 15px;
	background-color: #FFFFFF;

}



/* POST
--------------------------------------- */

.entry {
	margin-bottom: none;
	padding: 13px 8px 13px 10px;
	font-family: Helvetica;
	font-size: 12.25px;
	line-height: 17px;
	letter-spacing: auto;
	word-spacing: auto;;
	text-align: left;
	vertical-align: top;
}


.entry a{
	color:#000000;
	text-decoration: none;
	padding: 1px;
	border-bottom: 2px solid #00FF00;
}


.entry a:hover{
	text-decoration: none;
	background-color:#CCCCCC;
}

.text {
	position: inherit;
	margin-top: 50px;
	padding: 0 0 0 0;
	width: 260px;
	height: 383px;
	background-color: #FFFFFF;
	float: left;
}	

.entry img a{
	text-decoration: none;
	border-bottom: 0px;
}


.entry a:hover{
	text-decoration: none;
	background-color:#CCCCCC;
}


/* Meta
--------------------------------------- */

#metadata {
	margin-bottom: none;
	width: 260px;
}




.navigation {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	float: auto;
}
	
.navigation a{

	font-family: Helvetica;
	font-size: 12.25px;
	letter-spacing: auto;
	word-spacing: auto;;
	text-align: left;
	vertical-align: top;
	
	color:#000000;
	text-decoration: none;
	padding: 1px;
	border-bottom: 2px solid #00FF00;
}

.navigation a:hover{
	text-decoration: none;
	background-color:#CCCCCC;
}




/* Header
--------------------------------------- */


.header{
	padding: 10px;
	float: auto;
	height: 50px;
	background-color:#FFFFFF;
	margin-bottom: 10px;
	font-family: Helvetica;
	font-size: 12px;
	
}

.header a{
	color: #000000;
	text-decoration: none;
	padding: 1px;
	border-bottom: 2px solid #00FF00;
}


.header a:hover{
	text-decoration: none;
	background-color:#CCCCCC;
}

#headertitle{
	width: 150;
	position: absolute;
	height: 50px;
	line-height:22px;
	
}


#headerabout{
	width: 150;
	height: 50px;
	margin-left: 175px;
	line-height:22px;
	
}



#headerabout ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
	
}

#headerabout ul li{
	padding: 0 10px 0 0;
	display: inline;
	
	
}

/* PAGE
--------------------------------------- */

#page{
	margin-top: 20px;
	font-family: Georgia;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}

#page a{
	text-decoration: none;
	padding: 1px;
	border-bottom: 2px solid #00FF00;
}


a img {
	border: 0px;
	padding: 0px;
}

