*
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body
{
	font-family: Verdana, Arial, sans-serif;
}

a
{
	color: #0000ff;
	text-decoration: none;
}
a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

.overall
{
	margin: 0px auto;
	padding: 1px;
	width: auto;
	background: #eeeeee;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.header, .links, .search, .nav, .footer
{
	margin: 10px;
	padding: 10px;
	background: #ffffff;
	border: 1px solid #cccccc;
}
.header h1
{
	margin: 0px;
	padding: 0px;
}

.links ul
{
	list-style: none;
}
.links li
{
	float: left;
	width: 25%;
	font-size: 0.9em;
}

.search
{
	text-align: center;
}
.search input[type="text"], .search select, .search input[type="submit"]
{
	padding: 5px;
	font-size: 1.4em;
	border: 1px solid #cccccc;
}
.search input[type="text"]
{
	width: 300px;
}


.posts
{
	margin: 5px;
}
.post2
{
	margin: 10px;
	padding: 10px;
	background: #ffffff;
	border: 1px solid #cccccc;
	text-align: center;
}
.embed
{
	width: 400px;
	height: 300px;
}
.payporn
{
	margin: 20px;
	font-size: 1.4em;
}
.tags
{
	font-size: 1.1em;
}
.post
{
	position: relative;
	float: left;
	margin: 5px;
	padding: 10px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border: 1px solid #cccccc;
	overflow: hidden;
}
.post h3
{
	font-size: 0.9em;
}
.post img
{
	margin-bottom: 5px;
	width: 200px;
	height: 150px;
}
.post video
{
	margin-bottom: 5px;
	width: 200px;
	height: 150px;
}
.desc
{
	font-size: 0.7em;
}
.timer
{
	position: absolute;
	top: 140px;
	right: 15px;
	padding: 0px 3px;
	color: #eeeeee;
	font-size: 0.7em;
	background: #666666;
	opacity: 0.7;
}

.related
{
	font-style: italic;
}

.nav
{
	font-size: 1.4em;
	text-align: center;
}

.footer
{
	color: #cccccc;
	font-size: 0.7em;
}

.clear
{
	clear: both;
}
