body {
	color: #ccc;
	font-family: trebuchet ms, arial, verdana, deja vu;
	font-size: 10pt;
	background-color: #121212;
	width: 828px;
	margin: 2em auto;
	padding: 0;
}

div#title {
	background-color: #121212;
	margin: 0 10px 0 10px;
	position: relative;
}

div#title em {
	position: absolute;
	right: 0em;
	top: 0.5em;
	font-style: normal;
}

div#title ul {
	margin:0px;
	padding:0pt;
}

div#title ul li {
	display:inline;
	margin:0pt;
	padding:0pt 0px 0pt 0pt;
}

div#logo {
	width:230px;
	height:50px;
	background: url(logov2.png) no-repeat;
	margin-top:-8px;
}

h1 {
	margin: 0;
	padding: 0.2em 1em;
	font-size: 140%;
	font-weight: normal;
	text-transform: uppercase;
}

a {
	color: #00adef;
	text-decoration: none;
}

a:hover {
	color: #FF7932;
}

div.clear {
	clear: both;
}

p {
	margin: 1em 10px;
	padding: 0 1em;
}

input, textarea {
	font-family: arial;
	font-size: 10pt;
	padding: 1px 3px;
	border: 1px solid #444;
	background-color: #fff;
	color: #666;
}

select {
	font-family: arial;
	font-size: 10pt;
	border: 1px solid #ccc;
	background-color: #121212;
	color: #ccc;
}

#search {
	border: 2px solid #ccc;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid #00adef;
}

div.post {
	float: left;
	width: 256px;
	height: 215px;
	overflow: hidden;
	margin: 13px 10px;
	margin-left: 10px; 
	position: relative;
	display: inline; /* JESUS FUCKING IE */
	background: url(window.png);
}

	div.post img {
		border: 0;
		margin-top: 5px;
		margin-left: 5px;
		width: 246px;
		height: 185px;
	}
	
	div.post embed{
		margin-top: 5px;
		margin-left: 5px;
		width: 246px;
		height: 185px;
	}

	div.post p {
		position: absolute;
		bottom: 35px;
		margin: 0;
		padding: 0;
		font-size: 140%;
		font-weight: normal;
		color: #ccc;
		margin-left: 10px;
	}
	
	div.postInfo {
		padding: 0.2em;
		font-style: italic;
		position: absolute;
		bottom: 0;
		left: 0;
		margin-left: 10px
	}
	
	div.ico {
		float:right;
		bottom:1px;
		right:8px;
		position:absolute;
	}
	
	div.ico img{
		width:14px;
		height:13px;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
		cursor:pointer;
	}
	
	div.ico img:hover{
		filter:alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity: 1;
		opacity: 1;
	}
	
div#pages {
	margin-top: 1em;
	text-align:center;
}

	div.pageInfo {
		float: left;
		margin-left: 10px;
		display: inline;
	}
	div.pageLinks {
		float: right;
		margin-right: 10px;
	}
	span.lastUpdate {
		font-size:8pt;
	}
	
	
#whitebox {
	top: 0;
	left: 0;
	display: none;
	position: absolute;
	padding: 10px;
	margin: -12px 0 0 -12px;
	background: #fff url(loading.gif) no-repeat scroll center center;
	border: 1px solid #eee;
	z-index: 2;
}
	#whitebox img {
		border: 1px solid #eee;
		cursor: pointer;
	}
	
#blackbox {
	top: 0;
	left: 0;
	height:100%;
	width:100%;
	display: none;
	position: absolute;
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 1;
}

