/* @override http://poisonthemind.com/style/7/css/style.css */

@import url("reset.css");
@import url("grid.css");

html,body, th, td {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 18px;
	background: #112;
}

.container{
	background: #fff;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, serif;
}

#header {
	height: 125px;
	background-image: url('../images/header_bg_sprite.png');
	background-position: left -0px;
	background-repeat: repeat-x;
}

#header_lip {
	height: 7px;
	line-height: 7px;
	background-image: url('../images/header_bg_sprite.png');
	background-position: left -145px;
	background-repeat: repeat-x;
	margin-bottom: 3px;
}

#logo {
	height: 125px;
	float: left;
	width: 100px;
	text-indent: -9999px;
	background: url(../images/skull.png) no-repeat center center;
}

#headline {
	height: 40px;
	line-height: 40px;
	margin-left: 100px;
	padding-left: 10px;
	text-transform: lowercase;
	text-shadow: #fff 1px 1px 3px;
}

#headline h2 {
	color: #036;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#headline h2 em {
	color: #09f;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#session {
	height: 40px;
	line-height: 40px;
	background-image: url('../images/header_bg_sprite.png');
	background-position: left -152px;
	background-repeat: repeat-x;
	margin-left: 100px;
	padding-left: 10px;
}

#main_menu {
	background-color: #1447ad;
	background-image: url('../images/header_bg_sprite.png');
	background-position: left -192px;
	background-repeat: repeat-x;
	height: 45px;
	margin-left: 100px;
}

#main_menu ul {
	height: 45px;
	margin: 0;
	list-style: none;
}

#main_menu ul li {
	display: block;
	white-space: nowrap;
	margin: 0 5px 0 0;
	padding: 0 10px;
	height: 45px;
	float: left;
}

#main_menu ul li:hover {
	background-image: url('../images/header_bg_sprite.png');
	background-position: left -237px;
	background-repeat: repeat-x;
}

#main_menu ul li a {
	color: #fff;
	text-shadow: black 1px 1px 3px;
	text-decoration: none;
	height: 45px;
	line-height: 45px;
	display: block;
}

#content {
	background: #FFF;
}

.pagination {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 50px;
	line-height: 50px;
}

.pagination strong, .pagination a {
	padding: 10px;
	margin: 0 5px;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.pagination strong {
	border-color: #140692;
	background-color: #0066ff;
	color: #fff;
	text-shadow: black 1px 1px 3px;
}

.pagination a {
	color: #2E6AB1;
	border-color: #165292;
	text-decoration: none;
}

.pagination a:hover {
	border-color: #140692;
	background: #4288f7;
	color: #fff;
	text-shadow: #333 1px 1px 3px;
}

/** sprite: item_light; sprite-image: url('../images/item_light_sprite.png'); sprite-layout: vertical */

.item {
	height: 240px;
	overflow: hidden;
	position: relative;
	margin-top: 1%;
	margin-bottom: 1%;
	background-image: url('../images/item_light_sprite.png');
	background-position: left -0px;
	background-repeat: repeat-x;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.item:hover {
	background-image: url('../images/item_light_sprite.png');
	background-position: left -240px;
	background-repeat: repeat-x;
	border-color: #140692;
}

.item a {
	background: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 50;
	text-decoration: none;
}

.item:hover a {
	border: 0;
}

.item .image_aligner {
	text-align: center;
	line-height: 220px;
}

.item img {
	vertical-align: middle;
	border: 0;
	z-index: 40;
	position: relative;
}

.cover {
	color: #222;
	padding: 0 10px;
	line-height: 20px;
	position: absolute;
	height: 100px;
	width: 100%;
	opacity: .9;
	/* 

For IE 5-7 */  
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For I

E 8 */  
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	top: 220px;
	left: 0;
	z-index: 60;
}

.item:hover .cover {
	background-color: #155cad;
	text-shadow: #333 1px 1px 3px;
	color: #FFF;
}

.cover h3 {
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
}

.cover p {
	font-size: 10px;
	line-height: 20px;
}

#piece_info h4, #piece_info p {
	margin: 1% 0;
}

.display_piece {
	text-align: center;
	padding: 5% 0;
}

#footer {
	font-size: 0.8em;
	padding: 10px 0;
	background: #111122;
	color: #99998A;
}

#footer h2 {
	margin: 1%;
}

#footer .quote p {
	margin: 1% 0;
	font-style: italic;
	line-height: 150%;
	font-size: 75%;
}

#footer .copyright {
	text-align: right;
	font-size: 0.75em;
}

#sub_menu {
	list-style: none;
	margin: 10px 0;
}

#sub_menu li {
	display: inline;
	margin-left: 2%;
}

#sub_menu li a {
	text-decoration: none;
	color: #CCC;
	font-weight: bold;
}

#sub_menu li a:hover {
	color: #FFF;
}

.awesome, .awesome:visited {
	background: #222 url(../images/button_overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.awesome:hover {
	background-color: #111;
	color: #fff;
}

.awesome:active {
	top: 1px;
}

.small.awesome, .small.awesome:visited {
	font-size: 11px;
	padding: ;
}

.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.large.awesome, .large.awesome:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}

.green.awesome, .green.awesome:visited {
	background-color: #91bd09;
}

.green.awesome:hover {
	background-color: #749a02;
}

.blue.awesome, .blue.awesome:visited {
	background-color: #2daebf;
}

.blue.awesome:hover {
	background-color: #007d9a;
}

.red.awesome, .red.awesome:visited {
	background-color: #e33100;
}

.red.awesome:hover {
	background-color: #872300;
}

.magenta.awesome, .magenta.awesome:visited {
	background-color: #a9014b;
}

.magenta.awesome:hover {
	background-color: #630030;
}

.orange.awesome, .orange.awesome:visited {
	background-color: #ff5c00;
}

.orange.awesome:hover {
	background-color: #d45500;
}

.yellow.awesome, .yellow.awesome:visited {
	background-color: #ffb515;
}

.yellow.awesome:hover {
	background-color: #fc9200;
}
