/* CSS Document */

/*  
Theme Name: GF
Version: 1.0
Author: Gary Fogelson
Author URI: http://fogelson-lubliner.com

*/


html{ 
	min-height: 100%; 
	margin-bottom: 1px;
	background-color: #FFFFFF;
}



body{
	color: #000000;

}


#wrapper{
	margin: 5px auto 25px 25px;
	width: 700px;
	text-align: left;
	float: left;

}

#container{
	width: 700px;
	float: left;

}

#topmargin{
	margin-top: 40px;

}


#nav{
	color:#666666;
	height: 40px;
	font-family: Helvetica;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: auto;
	word-spacing: auto;;
	text-align: left;
	
}

#nav a{
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #666666;

}

#nav a:hover{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;

}



#sidebar{
	width: 150px;
	height: 600px;
	margin: 0 10px 0 0;
	float: left;
position: fixed;


}


.post{
	margin-bottom: 15px;
	margin-left: 160px;
	background-color: #FFFFFF;

}

/* PAGE
--------------------------------------- */


.pg {
	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;
}


.pg a{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}


.pg a:hover{
	text-decoration: none;
	border-bottom: 2px solid #000000;

}

/* POST
--------------------------------------- */


.entry {
	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;
}


.entry a{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;


}


.entry a:hover{
	color: #000000;
	text-decoration: none;
	border-bottom: 2px solid #000000;

}

.entry img a{
	text-decoration: none;
	border-bottom: 0px;
}


.index {
	margin-bottom: none;
	margin-left: 160px;
	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:#999999;
	
}


.photographs {
	color:#009900;
	text-decoration: none;
}

.photographs a{
	color:#009900;
	text-decoration: none;
	border-bottom: 1px solid #009900;
}

.photographs a:hover{
	color:#009900;
	text-decoration: none;
	border-bottom: 2px solid #009900;

}



.collages {
	color:#0000FF;
	text-decoration: none;
}

.collages a{
	color:#0000FF;
	text-decoration: none;
	border-bottom: 1px solid #0000FF;

}

.collages a:hover{
	text-decoration: none;
	border-bottom: 2px solid #0000FF;

}



.audio {
	color:#FF0000;
	text-decoration: none;
}

.audio a{
	color:#FF0000;
	text-decoration: none;
	border-bottom: 1px solid #FF0000;

}

.audio a:hover{
	text-decoration: none;
	border-bottom: 2px solid #FF0000;

}




.texts {
	color:#9801b3;
	text-decoration: none;
}

.texts a{
	color:#9801b3;
	text-decoration: none;
	border-bottom: 1px solid #9801b3;

}

.texts a:hover{
	text-decoration: none;
	border-bottom: 2px solid #9801b3;

}

.ideas {
	color:#ff9c00;
	text-decoration: none;
}

.ideas a{
	color:#ff9c00;
	text-decoration: none;
	border-bottom: 1px solid #ff9c00;

}

.ideas a:hover{
	text-decoration: none;
	border-bottom: 2px solid #ff9c00;

}


#blockquote {
margin-top: 15px;
margin-left: 50px;
font-size: 14px;
font-family: "Courier New", Courier, monospace;

} 




/* Header
--------------------------------------- */


.header{
	height: 1px;


}



/* 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 {
	border: 0px;
	padding: 0px;
}

