/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/grid.css';
@import 'lib/forms.css';

/* Plugins:
   Additional functionality can be found in the plugins directory.
   See the readme files for each plugin. Example:
   @import 'plugins/buttons/buttons.css'; */
   
/* See the grid:
   Uncomment the line below to see the grid and baseline.
   .container { background: url(lib/grid.png); } */

body {
	background: #000;
	margin: 0px;
	}
	
a {
	color: #7b6b44;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	color: #7b6b44;
	}
	
#header {
	background: url('/wp-content/themes/apex-picks/img/header.jpg') no-repeat center top;
	height: 305px;
	margin: 0px auto;
	}
	
#header #contact {
	margin: 40px 0px 0px;
	font-size: 1.3em;
	}
	
#header h1 {
	display: none;
	}
	
#header img {
	display: none;
	}
	
#header ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
#header li {
	float: left;
	margin: 255px 0px 0px 0px;
	}

#header li a {
	display: block;
	margin: 5px 10px;
	text-decoration: none;
	color: #84704f;
	font: 1.2em Georgia, "lucida bright", "times new roman", serif; 
	}

#header li a:hover {
	color: #9a7231;
	}
		
	#header #right li {
		float: left;
		margin: 168px 0px 0px 0px;
		}
		
	
#wrapper {
	background: #f5f0d7 url('/wp-content/themes/apex-picks/img/content-middle.jpg') repeat-y;
	}
	
#background {
	background: url('/wp-content/themes/apex-picks/img/content-top.jpg') no-repeat top;
	}
	
#footer-image {
	background: url('/wp-content/themes/apex-picks/img/content-footer.jpg') no-repeat;
	height: 183px;
	}

#footer {
	margin: 10px auto;
	color: #7f7f7f;
	}

#footer a {
	color: #7f7f7f;
	}

#footer a:hover {
	color: #4a4a4a;
	}
	
#footer #left {
	text-align: right;
	}
	
#footer ul {
	list-style: none;
	}
	
#footer li {
	float: left;
	}

#footer li a {
	display: block;
	margin: 10px;
	}
	
#sidebar strong {
	display: block;
 	 color: #4b4a49; 
 	 font: 2em Georgia, "lucida bright", "times new roman", serif; 
 	 margin: .3em 0;
	}