@import "reset.css";

*{
	font-family: helvetica, arial, sans-serif;
}

html,body{
	color: #999;
	background: #000 url(images/body-bg.png) repeat-x;
	text-align: center;
	font-size: 12px;
}

p,li{
	line-height: 1.75em;
	margin-top: 0;
	padding-top: 0;
}

a:link{
	color: #73d216;
	background-color: transparent;
	text-decoration: underline;
}
a:visited{
	color: #73d216;
	background-color: transparent;
	text-decoration: none;
}
a:hover{
	color: #eee;
	background-color: transparent;
	text-decoration: underline;
}

strong,em,cite{
	color: #fff;
	background-color: transparent;
}

cite{
	font-style: normal;
}

dt{
	font-weight: bold;
	line-height: 1.4em;
}
dd{
	margin-left: 2em;
	line-height: 1.4em;
}

ul{
	margin: 0;
	padding: 0;
}
li{
	padding-left: 0;
	margin-left: 2em;
}

#container{
	width: 700px;
	margin: auto;
	text-align: left;
	position: relative;
}

#header{
	height: 40px;
}

#header h1{
	font-size: 16px;
	text-indent: -999em;
	margin: 0;
}

#header h1 a{
	display: block;
	width: 115px;
	height: 40px;
	color: inherit;
	background: transparent url(images/phoenity-logo.png) no-repeat;
	overflow: hidden;
}
#header h1 a:hover{
	background-position: bottom;
}

#nav *{
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul{
	position: absolute;
	top: 0;
	right: 0;
}

#nav ul li{
	display: inline;
	list-style: none;
}

#nav a{
	display: block;
	float: left;
	width: 90px;
	height: 40px;
	text-indent: -999em;
	overflow: hidden;
	margin-left: 10px;
	background-repeat: no-repeat;
}
#nav a:hover{
	background-position: 0 -40px;
}
#nav a.current,
#nav a.current:hover{
	background-position: bottom;
}

#icons-nav{
	background-image: url(images/icons-nav.png);
}
#themes-nav{
	background-image: url(http://phoenity.com/assets/css/images/themes-nav.png);
}
#about-nav{
	background-image: url(images/about-nav.png);
}

.content-intro{
	margin: 40px 0 39px;
}

.content{
	padding: 1px 10px 20px;
	color: inherit;
	background: transparent url(images/content-bg.png) no-repeat 95% 0;
}

.content h2,
.content h3{
	font-size: 16px;
	color: #f57900;
	background-color: transparent;
	letter-spacing: -.03em;
	font-weight: bold;
	margin: 20px 0 10px;
	padding: 0;
}

.content ul,
.content ol{
	margin-bottom: 1em;
}

.content-section{
	width: 400px;
}

.content-aside{
	float: right;
	width: 240px;
	margin-top: 200px;
}

#footer{
	clear: both;
	border-top: 1px solid #1a1a1a;
	padding: 10px;
}

#footer p{
	margin: 0;
	padding: 0;
}

.ad-content{
	padding-top: 10px;
	border-top: 1px solid #1a1a1a;
}
.ad-footer,
.ad-content{
	margin: 10px 0 0;
}
.ad-footer,
.ad-footer *{
	text-align: center;
	margin: auto;
}

/* IE6 quirks */

.content-intro,
.content-aside,
.content-section{
	position: relative;
}