
/************************************************************/
/* reset */
/************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;padding: 0;	font-size: 100%; vertical-align: baseline; border: 0;	outline: 0;	background: transparent; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
table {	border-collapse: collapse; border-spacing: 0; }
a { text-decoration: none; }
img { border: 0; }
h1, h2, h3, h4 { font-weight: normal; }

/************************************************************/
/* clearfix */
/************************************************************/

#header:after,
#content:after,
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#header,
#content,
.clearfix {
	display: inline-block;
}

html[xmlns] #header,
html[xmlns] #content,
html[xmlns] .clearfix {
	display: block;
}

* html #header,
* html #content,
* html .clearfix {
	height: 1%;
}

/************************************************************/
/* main */
/************************************************************/

a {
	color: #777;
	}

a:hover {
	text-decoration: underline;
	}

p {
	padding: 5px 0 7px 0;
	}

.does-not-exist {
	text-decoration: line-through;
	}

body {
	font-size: 13px;
	line-height: 120%;
	font-family: monospace;
	color: #333;
	}

#content {
	width: 500px;
	margin: 15px auto 15px auto;
	background: #FFF url(images/mix_bg.png) repeat-y 0 0;
	}

#header {
	padding-top: 5px;
	padding-left: 5px;
	position: relative;
	float: left;
	}

#header h1 a { 
	background: transparent url(images/wallpaper.png) no-repeat center center;
	display: block;
	width: 100px;
	height: 100px;
	text-indent: -9999px;
	position: fixed;
	}


/************************************************************/
/* featured-wallpaper */
/************************************************************/

.featured-wallpaper {
	position: relative;
	float: right;
	width: 350px;
	padding-bottom: 10px;
	}

.featured-wallpaper h3 {
	padding: 0 0 0 4px;
	}

.featured-wallpaper h3 a {
	
	}

.featured-wallpaper img,
.featured-wallpaper .wallpaper-meta {
	
	}

.featured-wallpaper img {
	margin: 0px 4px 0 4px;
	border: 1px solid #EEE;
	}
	
.featured-wallpaper .wallpaper-meta {
	margin: 0px 5px 20px 5px;
	text-align: right;
	}

	
/************************************************************/
/* footer */
/************************************************************/

#footer {
	position: relative;
	float: right;
	padding: 5px;
	width: 340px;
	clear: both;
	color: #CDCDCD;
	text-align: center;
	padding: 10px 0 10px 0;
	}
