/*
Theme Name: infinite front
Author: nathan stueve
Author URI: http://www.glasssatellite.info
*/

* {
	margin: 0;
	padding: 0;
	}

html {
	width: 100%;
	}

body {
	width: 100%;
	background: url('IMG/paperBG.jpg');
	color: #000;
	font-family: trebuchet, helvetica, arial, sans serif;
	}

#wrapper {
	width: 90%;
	position: relative;
	left: 50%;
	margin-left: -45%;
	}

#stuff {
	position: absolute;
	left: 200px;
	top: 30px;
	min-width: 600px;
	}

.nosee {
	position: relative;
	display: inline;
	margin-left: -2000px;
	}

.fontwrap a, .fontwrap a img {
	border: 0px;
	}

/* HOMEPAGE */

#ziaglasses {
	position: absolute;
	left: 50%;
	margin-left: -325px;
	top: 25px;
	width: 650px;
	height: 650px;
	cursor: pointer;
	}

#ziaglasses a {
	display: block;
	height: 650px;
	width: 650px;
	background: url('http://www.infinitefront.com/wp-content/themes/minimal_base/IMG/zia.gif') top left no-repeat;
	}

#ziaglasses a:hover {
	background: url('http://www.infinitefront.com/wp-content/themes/minimal_base/IMG/ziaB.gif') top left no-repeat;
	}

/*  NAV  */

#nav {
	position: absolute;
	left: 0;
	top: 30px;
	width: 185px;
	}

.cat-item {
	padding-bottom: 10px;
	font-size: 1.2em;
	}

.current-cat a {
	font-size: 1.6em;
	color: #eee;
	}

/* PAGE GRAPHICS */

#infinitefront {
	width: 185px;
	position: relative;
	left: -24px;
	padding-bottom: 30px;
	}

#infinitefront a img {
	border: 0;
	}

#infinitefront img {
	width: 100%;
	}

/* ALL CATEGORIES */

.artistsitem,
.eventitem,
.blogitem,
.contactsitem,
.newsitem,
.releaseitem {
	border: 1px solid #444;
	padding: 20px;
	margin-bottom: 15px;
	width: 100%;
	}

/* ARTISTS */

.artistsitem {
	}

.imgwrap, .rel_imwrap {
	float: left;
	margin-right: 15px;
	}

.imgwrap img, .rel_imgwrap img {
	padding-bottom: 25px;
	}

img.artist_image {
	max-width: 200;
	float: left;
	}

.infowrap {
	float: left;
	}

.artistsitem .infowrap h2,
.artist_single .infowrap h2 {
	font-size: 2.2em;
	padding-bottom: 10px;
	}

.infowrap h3 {
	padding-bottom: 16px;
	font-size: 1.5em;
	}

.releases {
	padding-top: 25px;
	clear: both;
	margin-bottom: 30px;
	}

.release {
	padding-bottom: 20px;
	clear: both;
	}

/*  RELEASES  */

.releaseitem {
	width: 850px;
	}

.releaseitem h2 {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	}

.releaseitem h3 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	}

.releaseitem h2 a {
	color: #000;
	}

.audiowrap {
	padding-top: 12px;
	z-index: 999;
	}

.paypal_button {
	padding-top: 15px;
	}

.artistslist li {
	padding-bottom: 8px;
	}

.rel_imgwrap {
	width: 200px;
	float: left;
	}

.rel_imgwrap img {
	max-width: 200px;
	max-height: 200px;
	}

.rel_infowrap {
	width: 600px;
	float: left;
	margin-left: 15px;
	}



/* NEWS */

.newsitem {
	}

/* BLOG */

.blogitem {
	}

/* EVENTS */

.eventsitem {
	}

/* CONTACTS */

.contactsitem {
	}

/* GENERAL */

h2 {
	color: #000;
	padding-bottom: 15px;
	}

h2 a {
	color: #000;
	}

h2 a:hover {
	color: #ddd;
	}

p {
	padding-bottom: 12px;
	}

a {
	text-decoration: none;
	color: #ccc;
	}

a:hover {
	color: #fff;
	}

.clear {
	clear: both;
	}

ul li {
	list-style: none;
	}

.date {
	font-style: italic;
	color: #000;
	}

.entry {
	padding-top: 20px;
	}

.centered {
	text-align: center;
	}

/*  WP-OVERRIDES   */

img.alignleft {
	padding-right: 15px;
	float: left;
	}

/*  FOOTER  */

#footer {
	height: 425px;
	}