/*
Theme Name: IRC Team Sports
Theme URI: http://www.ircteamsports.com
Description: A custom theme developed for IRC Team Sports by Luke Shumard
Version: 1.0
Author: Luke Shumard
Author URI: http://www.lukeshumard.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* RESET */
* {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border:none;
}

a {
	outline: none;
}

hr {
	display: none;
}

/* BASICS */

body {
	font-size: 62.5%;
	font-family: 'Helvetica Neue', Helvetica, Verdana, Arial, Sans-Serif;
	background: #a8a9ab url('images/bg.jpg') repeat;
	color: #333;
	text-align: center;
	min-width: 800px;
	width: 100%;
	height: 100%;
	}

#page {
	border: 0;
	text-align: center;
	height: 100%;
	}

#header {
	background: #231f20 url('images/header_bottom.jpg') repeat-x bottom;
	}

#content {
	font-size: 1.2em
	}
	
.catalogsplash {
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
}

.column .entry {
	line-height: 1.1em;
	}

#footer {
	border: none;
	}

/* STRUCTURE */
body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 920px;
	height: 100%;
	}
	
#page.pagecatalog {
	background-color: white;
	width: 100%;
	}

#header {
	margin: 0;
	padding: 0;
	height: 167px;
	width: 100%;
	}

.column {
	padding: 0 0 25px 0;
	margin: 0 auto;
	width: 900px;
	text-align: center;
	}


.post {
	margin: 0 auto 20px auto;
	padding: 0px;
	width: 400px;
	height: 400px;
	border: 1px solid #000;
	float: left;
	overflow: hidden;
	}
	
.postcatalog {
	margin: 0;
	padding: 0;
	width: 100%;
	}

#postcontainer {
	width: 882px;
	margin: 0 auto;
	padding: 9px;
	clear: both;
	text-align: center;
	background: #211f20;
}

#post-17 {
	clear: left;	
}

#post-17,#post-12 {
	margin: 0 0 20px 20px;
}

#post-1,#post-15 {
	margin: 0 0 0 40px;	
}

#post-15 {
	clear: right;
}

.post hr {
	display: block;
	}

.clear {
	clear: both;
}

#footer {
	clear: both;
	background: #221f1f url('images/footer_bottom.jpg') repeat-x top;
	margin: 0;
	padding: 0;
	height: 76px;
	width: 100%;
}

#footer img {
	margin: 0 0 0 40px;
	padding: 30px 0 0 0;
	text-align: left;
}
