/*  
Theme Name: CrossPixelNation
Theme URI: http://www.crosspixelnation.com/
Description: CrossPixelNation
Version: 1.0
Author: eROI
Author URI: http://www.eroi.com/
*/

/* CSS Document */

/************************************************************************

	Site:		CrossPixelNation.com

	Author:		eROI		[www.eroi.com]  

	Client:		eROI		[www.eroi.com]  

	Listing Order:
	==============

	1 - Global
	2 - Structure/Layout
	3 - Main Content
	4 - Sub Navigation
	5 - Left Navigation
	6 - Footer Navigation
	

************************************************************************/

/***********************************************************************
	HEADER
************************************************************************/
.header
{
	height: 475px;
	background: url(images/pdx_header.jpg) no-repeat;
}
/***********************************************************************
	2 - GENERAL
************************************************************************/
.content
{
	width: 585px;
	padding-left: 257px;
	
	background: url(images/pdx_pixel-grid.gif) repeat-y;
}

.content h2.pagetitle
{
	margin-bottom: 15px;
	font-size: 1.6em;
	font-style: italic;
}

.content-nyc-side
{
	display: none;
}
/***********************************************************************
	FOOTER
************************************************************************/

#footer
{
	display: block;
	width: 1500px;
	margin-bottom: 0;
	padding-bottom: 15px;
	
	background: #3b3b39 url('images/pdx_footer.jpg') no-repeat;
}

#footer .footer-inner
{
	padding: 139px 0 25px 228px;
}

#footer a
{
	color: #d55e40;
}

#footer h4
{
	margin-bottom: 14px;
	
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
}

#footer ul.list
{
	list-style: none;
}
#footer ul.list li
{
	margin: 5px 0;
}

.flickr
{
	float: left;
	width: 293px;
	padding-right: 40px;
}
.flickr img
{
	width: 37px;
	height: 37px;
	margin: 5px;
	border: none;
}

.region,
.blogroll,
.search-and-archives
{
	float: left;
	padding: 0 20px;
}
.region
{
	width: 250px;
	
	color: #ffffff;
}
.blogroll
{
	width: 175px;
}

.search-and-archives .search
{
	width: 365px;
	height: 45px;
	background: url(images/footer_search-background.gif) 0px 8px no-repeat;
}
#footer .search-and-archives .search h4
{
	margin-bottom: 0;
}

#footer .search-and-archives .search input
{
	margin-left: 8px;
	background: #5d5d5a;
	border: none;
	
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.search-and-archives .section
{
	margin-top: 20px;
}
