/*
Theme Name: Pitchblu
Theme URI: http://rchrdkng.com/
Description: The WordPress theme is a custom design for <a href="http://pitchbluegroup.com/">Pitch Blue</a> by Richard King.
Version: 1.0
Author: Richard King
Author URI: http://rchrdkng.com/
Tags: blue, white, clean, fixed width, widgets

	PitchBlu v1.0
	This theme was designed and built by Richard King,
	whose portfolio and contact information you can find at http://rchrdkng.com/

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

*/

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

#header {
	margin:25px auto 0;
	width:1200px;
	background-color:#3056d1;
	height:190px;
	padding-top:25px;
}

#content_wrapper {
	width:1200px;
	margin:0 auto;
	background:url(sky-final_home.png) no-repeat top center;
	height:500px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
#categorywrap {position:absolute;top:500px;left:25px;}
}