/*--- -------------------------------------------------------------
	xyxCreative.com Stylesheet
	
	Copyright 2010 xyxCreative All Rights Reserved
------------------------------------------------------------- ---*/

/*--- ------------------------------------------------------------
	Default Styles
------------------------------------------------------------ ---*/

/*--- Reset ---*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }

body {
	background: #717d50 url(images/nav_background.png) repeat-x;
	color: #fcfbdc;
	line-height: 1.5;
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ol, ul { list-style: none; }

h1 { font-size: 2.6em; font-family: Arial Black, Arial, sans serif; }
h2 { font-size: 1.4em; }

/*--- ------------------------------------------------------------
	Site Layout Styles
------------------------------------------------------------ ---*/

#site_container {
	width: 960px;
	margin: 0 auto;
	min-height: 900px;
}

/*---
	Header Styles
---*/

/*-- Navigation ---*/
#navigation {
	float: right;
}

	#navigation li {
		float: left;		
		padding: 0 34px 0 0;
		margin: 0 -15px;
	}
	
	#navigation li.current {
		background: url(images/nav_sliding_doors_right.png) no-repeat right top;
	}

		#navigation li a {
			text-decoration: none;
			
			padding: 16px 0 0 34px;
			display: block;
			color: #fcfbdc; 
		}
		
		#navigation li.current a {
			background: url(images/nav_sliding_doors_left.png) no-repeat left top;
			padding-bottom: 17px;
		}

#xyx_logo {
	float: left;
	margin: 40px 0 0 0;
}

/*---
	Body Styles
---*/
#body {
	margin: 100px 0 0 0;
}

#banner_image {
	float: left;
	margin: 0 20px 0 0;
}

.home_section {
	margin-bottom: 70px;
}

	.home_section h2 {
		display: block;
		background: url(images/icon_plane.png) no-repeat left;
		padding: 0 0 0 40px;
	}
	
	.home_section h3 {
		font-size: 1.4em;
	}

#home_left_column {
	float: left;
	width: 460px;
	margin: 50px 60px 0 0;
}

#home_right_column {
	float: left;
	width: 380px;
	margin: 50px 0 0 60px;
}

/* --- Featured Images ---*/
#featured_projects img {
	background: #4b5238;
	border: 1px solid #83906e;
}

/*---
	Footer Styles
---*/
#footer_container {
	clear: both;
	background: #4b5238 url(images/footer_shadow.png) repeat-x;
	padding: 30px 0 0 0;
}

#footer {
	width: 960px;
	margin: 0 auto;
	background: url(images/footer.png) no-repeat top left;
	min-height: 84px;
	padding: 30px 0 0 0;
	text-align: center;
}

	#footer a {
		color: #ffffff;
	}
	
/*--- ------------------------------------------------------------
	Utility Styles
------------------------------------------------------------ ---*/

.clearfix {
	display: block;
}

.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}

.divider {
	background: url(images/texture_underline.png) repeat-x;
	width: 100%;
	height: 2px;
	margin: 5px 0;
}

.dark_block {
	background: #4b5238;
	border: 1px solid #83906e;
	padding: 15px;
}