body {
	color: #ccc;
	font-family: trebuchet ms, arial, verdana, deja vu;
	font-size: 10pt;
	background: #000 url(background.gif);
	margin: 0 auto;
	padding: 0;
}
/* =Clearfix (all browsers)--------------------------------*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* IE6 */ 
* html .clearfix {height: 1%;}
/* IE7 */
*:first-child+html .clearfix {min-height: 1px;}
div#title {
	background:none;
	margin: 0 12px 0 0;
	position: relative;
	width: 828px;
	margin: 0 auto;
}
div#title em {
	position: absolute;
	right:12px;
	top: 8em;
	font-style: normal;
}
h1 {
	margin: 0;
	font-size: 140%;
	font-weight: normal;
}
h1 img {
	vertical-align:bottom;
	border:none;
}
a {
	color: #1C94E8;
	text-decoration: none;
	outline:none;
}
a:hover {
	color: #FFD200;
}
p {
	margin: 1em 10px;
	padding: 0 1em;
}
#wrapperContent {
	width: 828px;
	margin: 0 auto;
}
#wrapperContent.about {
	font-size: 2em;
}
div.post {
	background-color:#FFFFFF;
	border:3px solid #FFFFFF;
	display:inline;
	float:left;
	height:215px;
	margin:13px 6px;
	overflow:hidden;
	position:relative;
	width:256px;	
    -moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3-4 */
    border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome */
    -moz-box-shadow: 0px 0px 4px #ccc; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #ccc; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #ccc; /* Opera 10.5, IE9 */
}
div.post h2 {
	font-size: 1.2em;
	color: #f0f0f0;
	background-color: #444;
	-moz-opacity:.70; 
	filter:alpha(opacity=70); 
	opacity:.70;
	filter: dropshadow(color=#, offx=3, offy=3); 
	text-shadow: 3px 3px 3px #;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 2px 5px;
	width: 246px;
}
div.post img {
	border: 0;
}
div.post p {
	position: absolute;
	bottom: 35px;
	margin: 0;
	padding: 0;
	font-size: 140%;
	font-weight: normal;
	color: #ccc;
}
div.postInfo {
	padding: 0.2em;
	font-style: italic;
	position: absolute;
	bottom: 0;
	left: 0;
	color:#191919;
}
div.single {
	text-align: center;
	padding: 2em 0;
}
div.single img, div.single p {
	background-color:#FFFFFF;
	border:3px solid #FFFFFF;
    -moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3-4 */
    border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome */
    -moz-box-shadow: 0px 0px 4px #ccc; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #ccc; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #ccc; /* Opera 10.5, IE9 */
    display: block;
	margin: 0 auto;
	font-size: 140%;
	font-weight: normal;
	color: #ccc;
}
div.single p {
	padding: 3em 2em;
	width: 750px;
}
div.single div.postInfo {
	position: static;
	color: white;
}
div#pages {
	padding: 1em 0;
	width: 828px;
	margin: 0 auto;
}
div.pageInfo {
	float: left;
	margin-left: 10px;
	display: inline;
}
div.pageLinks {
	float: right;
	margin-right: 10px;
}
#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;
}
#whitebox img {
	border: 1px solid #eee;
	cursor: pointer;
}
