/*
Skullsquid Main CSS
Design: absens | design.absens.net
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%;
	width: 100%;
	background: #fff url(../images/layout/mainbg.gif) repeat top left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
}

body {
	height: 100%;
	width: 100%;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

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

#nav_menu {
	width: 720px;
	height: 215px;
}

#main_wrapper {
	width: 720px;
	margin: 0 0 0 40px;
	background-color: #fff;
	border-left: 4px #000 solid;
	border-right: 4px #000 solid;
}

#pagenav-wrapper {
	width: 700px;
	margin: 0 auto;
}

.clearer {
	clear: both;
}

ul#pagenav {
	list-style-type: none;
	float: right;
}

ul#pagenav li {
	display: inline;
	margin-left: 8px;
}

ul#pagenav a {
	background-color: #000;
	color: #fff;
	height: 20px;
	line-height: 25px;
	padding: 5px 8px;
}

ul#pagenav a:hover {
	background-color: #ddd;
	color: #ff009b;
}

.item {
	overflow: hidden;
	width: 700px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.title {
	display: block;
	width: 700px;
	height: 30px;
	margin: 10px auto;
}

.title p {
	background-color: #000;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	float: left;
	width: 655px;
	padding-left: 10px;
}

.square {
	margin-right: 5px;
	width: 30px;
	height: 30px;
	background-color: #ff009b;
	float: left;
}

.description {
	margin: 7px 0 0 0;
	display: block;
}

.description p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	width: 500px;
	float: left;
}

p .title_pink {
	color: #ff009b;
	font-weight: bold;
}

a.enlarge {
	background-color: #ff009b;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	width: 120px;
	height: 20px;
	float: right;
	line-height: 20px;
	vertical-align: middle;
}

a:hover.enlarge {
	background-color: #000;
}

#footer {
	background-color: #e6e6e6;
	width: 100%;
	height: 24px;
}

#footer p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	text-align: center;
	line-height: 24px;
}

#loadtxt {
	width: 200px;
	margin: 20px auto;
	text-align: center;
}

#error {
	text-align: center;
	padding-top: 50px;
	margin: 0 auto;
}
