/* Importing other styles */
@import url("css/fonts.css");

/* Tag-specific */
html, body, form, fieldset, li, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd, input{
	margin: 0;
	padding: 0;
}

dl, p{
	margin: 0 0 1em;
}

ul, ol{
	margin: 0 0 1em 3em;
}

a{
	color: #000;
}

a:hover{
	color: #fff;
	background: #000;
}

body{
	color: #2b2b2b;
	background: #fff;
	padding: 1em 0;
}

blockquote{
	color: #000;
	background: #fff;
	margin: 1em;
	padding: 1em;
}

dd{
	margin-bottom: 1.5em;
}

dl{
	margin: 1em 2em;
}

dt{
	font-weight: bold;
	margin-bottom: 0.5em;
}

h3, h4{
	margin-bottom: 1em;
}

h1 a, h2 a{
	color: #000;
	text-decoration: none;
}

h2 a:hover{
	text-decoration: underline;
}

h2{
	margin: 1em 0 0.5em;
}

h3{
	margin: 1em 0;
}

h4{
	margin: 0 0 1em;
	padding-top: 1.5em;
}

form label{
	cursor: pointer;
}

img{
	border: none;
}

input{
	vertical-align: middle;
}

pre{
	background: #eee;
	padding: 1em;
	overflow: auto;
}

table{
	width: 200%;
}

td{
	width: 60%;
	padding: 0.2em 0 0.2em 0;
}

th{
	text-align: left;
	vertical-align: top;
	padding: 0.2em 1em 0.2em 0;
}

thead th{
	font-size: 1.1em;
	border-bottom: 1px solid #2b2b2b;
}

tr.first-row td, tr.first-row th{
	padding-top: 1em;
}

textarea{
	width: 500px;
}

.code{
	background: #eee;
	padding: 1em;
	overflow: auto;
}

/* Header */
#header{
	border-bottom: 1px solid #d6d3d3;
}

#header h1{
	position: relative;
	min-width: 233px;
	min-height: 27px;
	margin: 0.5em 0 0;
}

#header h1 span{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff url(images/logo.png) no-repeat;
}

#header h1 a:hover{
	background: transparent;
}

#header-content{
	width: 975px;
	margin: 0 auto;
}

#navigation{
	text-align: center;
}

#navigation ul{
	display: inline;
	position: relative;
	bottom: -4px;
	background: #fff;
	margin: 0;
	padding: 0 0.5em;
}

#navigation li{
	display: inline;
}

#navigation li.last{
	display: inline;
	padding-right: 0;
	border-right: none;
}

#navigation a{
	color: #484256;
	padding: 0 6px 0 3px;
}

#navigation a.selected{
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}

#navigation a:hover{
	color: #fff;
}

/* Main content */
#main-content{
	background: #eee;
	padding: 4em 0;
	border: 1px solid #fff;
	border-width: 1px 0;
}

#content{
	position: relative;
	width: 975px;
	margin: 0 auto;
}

#content-areas{
	overflow: hidden;
	min-height: 400px;
	background: #fff url(images/sidebar-bg.jpg) no-repeat right top;
}

#main-content-area{
	float: left;
	width: 596px;
	background: #fff;
	padding: 18px;
	overflow: hidden;
}

#sidebar{
	float: right;
	width: 287px;
	color: #fff;
	padding: 18px;
	overflow: hidden;
}

#sidebar li{
	margin-bottom: 0.5em;
}

#sidebar a{
	color: #fff;
}

#content-areas-inner{
	overflow: hidden;
}

.content-block{
	float: left;
	width: 287px;
	min-height: 440px;
	color: #fff;
	background: #484256;
	margin-right: 3px;
	padding: 18px;
	overflow: hidden;
}

.focused-block, .focused-block a{
	color: #484256;
	background: #fff;
}

.last-content-block{
	margin-right: 0;
}

.nav-bullet-lists ul, .focused-block ul{
	list-style: none;
	margin-left: 0;
}

.nav-bullet-lists li, .focused-block li{
	margin-bottom: 0.25em;
}

/* Download box */
#download dl{
	margin: 0;
}

#download dt{
	font-weight: normal;
	margin-bottom: 0;
}

#download dd{
	font-style: italic;
	margin-bottom: 1.5em;
}

/* Get your copy */
#get-your-copy{
	position: absolute;
	left: 845px;
	bottom: -60px;
}

#get-your-copy a:hover{
	background: transparent;
}

/* Footer */
#footer{
	color: #2b2b2b;
	font-size: 0.9em;
	border-top: 1px solid #000;
	margin: 0 0 3em;
	padding: 1em 0 0;
}

#footer{
	text-align: center;
	border-top: 1px solid #d6d3d3;
}

#footer-content{
	width: 975px;
	margin: 0 auto;
}


/* Blog-specific */
.post{
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #000;
}

.entry{
	margin-top: 1em;
}

.entry h4{
	padding-top: 0;
}

#sidebar.blog-nav ul{
	list-style: none;
	margin-left: 0;
}

.rss-links li{
	background: url(images/rss.png) no-repeat;
	min-height: 16px;
	padding-left: 24px;
}