/*
Theme Name: Interzone Developer Blog
Theme URI: http://www.interzonefutebol.com.au/blog/
Description: The first iteration of the Interzone Futebol Australian Closed Beta Developer Blog Theme.
Version: 1.0
Author: Tim Colwill @ Interzone Entertainment
Author URI: http://www.interzoneentertainment.com/
Tags: hell, yes, nice
*/

/* Housekeeping */

@import url("reset.css");

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

body {
	min-height: 100%;
	font: 62.5% 'Lucida Sans', Calibri, Tahoma, Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	background-image: url("img/bg_body.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #272525;
	}

/* Let us begin */
	
#container {
	width: 827px;
	min-height: 100%;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 221px 0px 0px 0px;
	}

#header {
	width: 100%;
	height: 46px;
	text-align: left;
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 27px;
	clear: both;
	}

#wrapper {
	background-image: url("img/bg_container.jpg");
	background-position: top center;
	background-repeat: repeat-y;
	}

#inner_container {
	width: 827px;
	margin: 0px;
	padding: 0px;
	}

/* Leftcol --------------------------------- */

#leftcol {
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	width: 555px; 
	float: left;
	text-align: left;
	background-image: url("img/bg_leftcol.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFF;
	}

/* Rightcol -------------------------------- */

#rightcol {
	width: 272px;
	float: right;
	margin: 0px;
	padding: 56px 0px 0px 0px;
	text-align: left;
	background-image: url("img/bg_rightcol.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	color: #AAA;
	}

#rightcol ul {
	margin: -5px 0px 0px 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 1.1em;
	}

#rightcol ul li {
	border-bottom: 1px solid #444;
	}

#rightcol ul li a:link,
#rightcol ul li a:visited {
	color: #dab400;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px 0px 5px 10px;
	}

#rightcol ul li a:hover,
#rightcol ul li a:active {
	color: #e0ca00;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	background-color: #333;
	padding: 5px 0px 5px 10px;
	}

/* Post ------------------------------- */

div.post {
	padding: 0px 0px 20px 0px;
	margin: 0px 15px 0px 15px;
	}

div.postheader {
	height: 60px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #444;
	}

div.post p.posttitle {
	color: #FFF;
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
	}

div.post p.posttitle a:link,
div.post p.posttitle a:visited {
	color: #FFF;
	text-decoration: none;
	}

div.post p.posttitle a:hover,
div.post p.posttitle a:active {
	color: #FFF;
	text-decoration: underline;
	}

div.post p.midtitle {
	color: #CCC;
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px 5px 0px !important;
	margin: 0px 0px 5px 0px !important;
	border-bottom: 1px solid #444;
	}

div.post p.small {
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 1.0em;
	margin: 0px 0px 0px 0px;
	color: #777;
	}

div.post p.small a:link,
div.post p.small a:visited {
	color: #777;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}

div.post p.small a:hover,
div.post p.small a:active {
	color: #777;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	}

div.post p {
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 1.1em;
	margin: 0px 0px 10px 0px;
	}

div.post p a:link,
div.post p a:visited {
	color: #dab400;
	font-weight: bold;
	text-decoration: none;
	}

div.post p a:hover,
div.post p a:active {
	color: #e0ca00;
	font-weight: bold;
	text-decoration: underline;
	}

div.posthr {
	width: 506px;
	height: 6px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #333;
	}

img.avatar {
	margin: 0px 10px 10px 0px;
	float: left;
	}

/* Footer ----------------------------- */

#footer {
	width: 827px;
	height: 153px;
	background-image: url("img/bg_footer.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #272525;
	clear: both;
	margin: 0px;
	text-align: left;
	}

/* Comments --------------------------- */

ol.commentlist {
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	}

ol.commentlist a:link,
ol.commentlist a:visited {
	color: #dab400;
	font-weight: bold;
	text-decoration: none;
	}

ol.commentlist a:hover,
ol.commentlist a:active {
	color: #e0ca00;
	font-weight: bold;
	text-decoration: underline;
	}

ol.commentlist a.grey:link,
ol.commentlist a.grey:visited {
	color: #777;
	font-weight: normal;
	text-decoration: none;
	}

ol.commentlist a.grey:hover,
ol.commentlist a.grey:active {
	color: #777;
	font-weight: normal;
	text-decoration: underline;
	}

ol.commentlist li {
	background-color: #222;
	border-top: 1px solid #444;
	padding: 10px 10px 5px 15px;
	}

ol.commentlist li.alt {
	background-color: #000;
	border-top: 0px;
	padding: 10px 10px 5px 15px;
	}

input.nicetext,
textarea.nicetext {
	background-color: #EEE;
	border: 1px solid #222;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	}

input.nicetext {
	padding-left: 5px;
	}

textarea.nicetext {
	font-size: 1.0em;
	padding: 5px;
	}

	
