
/* ------------------------------------------------------------------------------------
RESETS						 */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color: #000;
	font: 12px/14px Verdana, Geneva, sans-serif;
	color: #FFF;
	width: 100%;
	height: 100%;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

/* ------------------------------------------------------------------------------------
BASICS						 */

html {
	min-height:101%;
}
body {

}
a {
	outline: 0;
	*star: expression(this.onFocus=this.blur());
	color: #FFF;
	text-decoration: none;
}
a:hover {

}
a:active {

}
a:visited {

}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}

/* ------------------------------------------------------------------------------------
STRUCTURE					 */

#container {
	float: left;
	display: block;
	width: 300px;
	margin: 20px;
}
#container img {
	margin-bottom: 3px;
	}
#header {
	float: left;
	display: block;
}
#footer {

}
#content {

}
#right {

}
#left {

}
#wrapper {
	margin: 50px auto 0 auto;
	text-align: left;
	width: 620px;
	}

/* ------------------------------------------------------------------------------------
CUSTOM						 */
.pic_s img {
	width: 300px;
	cursor: pointer;
	}
.entry-title {
	display: none;
	}
.info {
	width: 280px;
	margin: 20px 0;
	}
.info p {
	margin-bottom: 10px;
	}
.entry-content {
	display: none;
	}
#main_pic {
	display: none;
	float: left;
	margin-top: 20px;
	}
#footer {
	font-size: 14px;
	text-align: center;
	}
#main_pic img {
	margin-bottom: 15px;
	}
