/* CSS Document */

/*  
Theme Name: SONER
Version: 1.0
Author: Gary Fogelson
Author URI: http://fogelson-lubliner.com

*/


html{ 
	min-height: 100%; 
	margin-bottom: 1px;
	background-color:#f2f2f2;
}



body{
	color: #000000;

}


#wrapper{
	margin: 25px auto 0 25px;
	width: 700px;
	text-align: left;
	float: left;

}

#container{
	width: 700px;
	float: left;

}

#sidebar{
	width: 100px;
	height: 500px;
	margin: 0 10px 0 75px;
	float: left;
}


.post{
	margin-bottom: 15px;
	margin-left: 185px;
	width: 800px;
	background-color:#f2f2f2;

}

.page{
	width: 500px;

}



/* POST
--------------------------------------- */


.entry {
	margin-bottom: none;
	padding: none;
	font-family: Helvetica;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: auto;
	word-spacing: auto;;
	text-align: left;
	vertical-align: top;
}


.entry a{
	color: #000000;
	text-decoration: none;

}


.entry a:hover{
	text-decoration: none;
	border-bottom: 2px solid #000000;

}

.entry img a{
	text-decoration: none;
	border-bottom: 0px;
}


.index {
	margin-bottom: none;
	padding: none;
	font-family: Helvetica;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: auto;
	word-spacing: auto;;
	text-align: left;
	vertical-align: top;
}

.title {
	font-family: Helvetica;
	color:#f2f2f2;
	
}



/* Header
--------------------------------------- */


.header{
	height: 30px;
	margin-bottom: 15px;
	margin-left: 160px;
	
}



/* PAGE
--------------------------------------- */

#page{
	margin-top: 20px;
	font-family: Georgia;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
}

#page a{
	text-decoration: none;
	padding: 1px;
	border-bottom: 2px solid #FF0000;
}

img {
margin-top: 10px;	
margin-top: 50px;

}




/* NEWS
--------------------------------------- */

.news {
	margin-bottom: 30px;
	padding: none;
	font-family: Helvetica;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: auto;
	word-spacing: auto;;
	text-align: left;
	vertical-align: top;
	border-bottom: 2px solid #000000;
}


.news a{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;


}


.news a:hover{
	text-decoration: none;
	border-bottom: 2px solid #000000;

}

.news img {
	margin-top: 0px;	
margin-top: 0px;
}

.news img a{
	text-decoration: none;
	border-bottom: 0px;
}

