body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote 
{
    margin: 0px; padding: 0px; border: 0px;
}



body 
{
	font-family: Helvetica, Arial, sans-serif;
	background: white;
}

#header
{
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;

	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left:0;
	
	width:100%;
	height:auto;
	position:fixed;
	top: 0;
	background-color:none;
	background-image: url("bg_header.gif")

}

#header_content
{
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	
	padding-top:40px;
	padding-right:0;
	padding-bottom:20px;
	padding-left:0;	
	
	width:90%;
	height:auto;
	/*border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;	*/
}

#header_content h1
{
	font-size: 60px;
}

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

#header_content a:hover
{
	background-color:#e2e6ec;
	color:black;
}


span
{
	font-weight: 100;
	font-size:36px;
}

#container
{
	margin-top:150px;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left:0;	
	
	width:90%;
	height:90%;
}

.bubbletrick
{
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left:0;
	
	height: 135px;
	float:left;

}


.lifestream
{

	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	
	width:200px;
	height:auto;

	background-image: url(bubble_comment.gif);
	background-repeat: no-repeat;
	background-position-x: 50px;
	background-position: bottom;

}


.entry-content
{
	margin:0;
	padding:10px;
	background-color: black;
	color:white;
	font-size: 12px;
}



.entry-content a
{
	color:white;
	text-decoration:none;
}

.avatar
{
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left:30px;
	padding:0;
}




