* {
	margin: 0;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */;
	width: 1000px;
}
#footer, .push {
	height: 200px; /* .push must be the same height as .footer */
	clear: both;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
.clear {
	clear: both;
}
.fcontent {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.fcolumn {
	float: left;
	height: 90px;
	padding-top: 60px;
	padding-left: 25px;
}

.flogo {
	float: left;
	width: 300px;
	height: 150px;
	background-color: transparent;
	background-image: url(http://entourage.fuckingfanclub.com/wp-content/themes/ent1/images/footerlogo.png);
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -2002px;
	margin-right: 10px;
	margin-top: 20px;
	margin-left: 20px;
}
.copyright {
	clear: both;
}
/*
Layout Structure: 3-Column plus Header & Banner
*/
top {
	clear: both;
}

.logo {
	float: left;
	width: 300px;
}

.adBanner {
	float: left;
	width: 585px;
}

.fan {
	float: right;
	width: 115px;
}

banner {
	clear: both;
}

content {
	clear: both;
}

.blog {
	width: 570px;
	float: left;
	padding: 5px 3px 5px 3px;
}

twocol {
	float: right;
	width: 410px;

}

.col2 {
	width: 160px;
	float: left;
	padding: 5px 3px 5px 3px;
}

.col1 {
	width: 250px;
	float: right;
	padding: 5px 3px 5px 3px;
}

/*
Blog Post Structure
*/
.postTitle {
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	overflow: hidden;
}
.firstpost {
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
}
.postDate {
	margin: 0 340px 0 20px;
	padding-left: 10px;
	line-height: 2em;
}
.tweetbutton {
	margin: 5px 0 0 20px;
	padding-left: 10px;
	padding-right: 100px;
	height: 20px;
	line-height: 20px;
}
.navlinks {
	padding-left: 10px;
	line-height: 2em;
}

.postContent {
	margin: 5px 0 3px 20px;
	padding: 0 0 5px 0;
}

.postMeta {
	margin: 0 40px 10px 40px;
}
.postMetahidden {
	margin: 0 40px 10px 40px;
}
.commentwrap {
	margin: 5px 0 3px 20px;

}
.timeStamp {
	text-align: left;
	padding-right: 100px;
}
.extras {
	text-align: right;
}
.comment {

}
hr {
	margin: 5px 0px 0px 0px;
}
