/* @override 
	http://0.0.0.0:3000/stylesheets/layout.css
*/

@import url("links.css");


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

#header {
	margin: 10px 0;
	height: 135px;
	position: relative;
}

#header h1#logo {
	position: absolute;
	top: 5px;
	width: 145px;
	height: 40px;
	margin: 0;
	padding: 0;
	text-indent: -999px;
	overflow: hidden;
	background: url(../images/logo.png) no-repeat;
	cursor: pointer;
}

#header h2 {
	position: absolute;
	top: 15px;
	left: 153px;
	border: none;
	color: #cccccc;
}

#header #tools {
	width: 200px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#header #tools ul.links {
	width: auto;
	padding: 0;
	left: 0;
}

#main {
	width: 930px;
}

#content {
	width: 700px;
	padding: 10px;
	float: left;
	position: relative;
}

#sidebar {
	width: 200px;
	float: left;
	background: url(../images/bg_sidebar.png) 0 repeat-y;
}

#sidebar > div.gradient {
	min-height: 630px;
	background: url(../images/bg_sidebar_bottom.png) 0 bottom no-repeat;
}

#sidebar div.content {
	width: 180px;
	background: url(../images/bg_sidebar_top.png) no-repeat left top;
	padding: 10px 0 10px 20px;
}

#sidebar h4,
#sidebar h5 {
	margin: 2px 0;
}

#footer {
	position: relative;
	top: 50px;
	height: 70px;
	border-top: 2px solid #cccccc;
	padding: 10px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	color: #656565;
	clear: both;
}

#footer a {
	text-decoration: none;
	color: #656565;
	border-right: 1px solid silver;
	padding: 0 5px;
}

#footer a:last-child {
	border: none;
}


/* @group Columns */

div.col {
	width: 47%;
}

div.col-wide {
	width: 62%;
}

div.col-small {
	border-right: 1px dotted silver;
	width: 32%;
}

div.col-small p {
	margin: 5px;
}

div.col-small.right {
	border-right: none;
}

div.col-small.center {
	float: left;
	margin-left: 2%;
	width: 32%;
}

div.col ul, 
div.col-small ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.col li, 
div.col-small li {
	padding: 5px;
	border-bottom: 1px solid #ececec;
	font-size: 11px;
	line-height: 15px;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

/* @end */

/* Bugfix */

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	clear: both;
	display: inline-block;
}

* html .clear {
	height: 1%;
}

.clear {
	display: block;
}