@import url(reset.css);

body {
	font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8d8d8d;
	background: #e8e8e8;
	padding: 100px 0;
	}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #c85428;
	}
	
a img { border: none; }

a:hover { text-decoration: underline; }
 
#main {
	margin: 0 auto;
	width: 403px;
	position: relative;
	}

.lead {
	font-size: 15px;
	line-height: 21px;
	color: #777;
	border-top: 6px solid #c85428;
	padding: 12px 0;
	}

.lead span {
	text-decoration: line-through;
	color: #999;
	}
.message {
	position: absolute;
	display: block;
	width: 65px;
	height: 65px;
	text-indent: -9999px;
	border: none;
	top: 60px;
	right: -30px;
	background: transparent url(../img/wcs.png) no-repeat top left;
	z-index: 99;
	}

h1 {
	display: block;
	width: 403px;
	height: 186px;
	text-indent: -9999px;
	padding-bottom: 12px;
	border: none;
	background: transparent url(../img/grelas.jpg) no-repeat;
	}


#info { margin: 10px 0;}

#info ul {
	float: left; 
	line-height: 1.3em;
	}

.meta { width: 180px; }

.brief { width: 120px; }

.social {
	margin-right: 0;
	width: 100px;
	}
