/**
 * seoninja.pl
 *
 * @author Piotr Cichosz aka shpyo
 * @version 1.00 2008/09/29
 */

body,html {
	font: normal 0.9em/2em Tahoma, Helvetica, Geneva, sans-serif;
	background: #000 url(../../images/frontend/bg.gif) -13px 0 repeat-y;
	color: #ccc;
	height: 100%;
	margin: 0;
}

/******************************************************************
 * global styles
 */
a { text-decoration: none; }

img { border: 0; }

h1,h2,h3,h4,h5,h6 { font-weight: normal; margin: 0; padding: 0 0 10px 0; font-family: georgia, Verdana, Arial; line-height: 100%; }

div.wrapper { width: 890px; margin: auto; overflow: hidden; position: relative; }

p { margin: 0; padding: 5px 0; line-height: 150%; }

ul { list-style: none; margin: 0; padding: 0; }

#content { width: 960px; }

#head {
	margin: 30px 43px 50px 30px;
	border-bottom: solid 1px #333;
	padding: 0 0 20px 0;
}
#head h1 {
	background: url(../../images/frontend/logo.gif) no-repeat;
	padding: 12px 0 12px 80px;
}
#head p {
	padding: 0 0 0 80px;
}
#head p strong {
	font-weight: normal;
	color: #fff;
}
#head ul { padding: 10px 0; }
#head ul li { padding: 0 0 0 120px; }
#head ul li.build { background: url(../../images/frontend/build-bg.gif) 95px 7px no-repeat; }
#head ul li.stats { background: url(../../images/frontend/stats-bg.gif) 95px 7px no-repeat; }

#site {
	float: right;
	position: relative;
	width: 600px;
	margin: 0 50px 0 0;
	padding: 0 0 30px 0;
}
#site ul li {
	clear: both;
	padding: 5px;
	font-size: 0.9em;
	overflow: hidden;
}
#site ul li strong, #site ul li em { display: block; }
#site ul li strong { font-size: 1.3em; font-weight: normal; font-family: georgia; }
#site ul li img {
	float: left;
	padding: 3px;
	background: #303030;
	margin: 0 5px 0 0;
}
#site ul li.p img {
	background: #393939;
}
#site ul li.p { background: #171717; }

#me {
	float: right;
	margin: 0;
	width: 200px;
}
#me h3 {
	background: url(../../images/frontend/me-header-bg.gif) no-repeat;
	height: 27px;
	letter-spacing: -1px;
	color: #d4cfc4;
	font-size: 1.4em;
	padding: 3px 0 0 10px;
}
#me p {
	padding: 10px 30px 10px 10px;
}
#me ul li {
	padding: 5px 30px 5px 35px;
	line-height: 130%;
	color: #fbac25;
	background: url(../../images/frontend/check-bg.gif) 12px 7px no-repeat;
}
#me ul.contact { padding: 10px 0; }
#me ul.contact li { color: #fff; }
#me ul.contact li.mail { background: url(../../images/frontend/mail-bg.gif) 12px 5px no-repeat; }
#me ul.contact li.phone { background: url(../../images/frontend/phone-bg.gif) 12px 7px no-repeat; }

#footer {
	clear: both;
	border-top: solid 1px #333;
	margin: 30px 43px 50px 30px;
	padding: 12px 0 12px 80px;
}