/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}

#header-container {
   border: none;
}
*/

html {
   background: #fff url("http://firestarterlabs.com/wp-content/themes/customMedia/images//bg-html.gif") repeat-x;
}

body.custom h2.entry-title, h1.entry-title {
   line-height: normal;
}

body.custom {
   background: url("http://firestarterlabs.com/wp-content/themes/customMedia/images//bg-body.jpg") no-repeat 50% 0 #040507;
   font:62.5% Arial, Helvetica, sans-serif;
}

body.custom #whitewrap {
   background-color: #040507;
}

body.custom div#header-container,
body.header-fluid div#navigation,
body.header-fluid div#navigation-container,
body.custom #navigation-container {
   border: none;
   background: transparent;
}

body.custom div#wrapper {
   border: none;
}

body.custom #container {
   margin: 35px 0px;
   min-height: 600px;
}

/* header navigation */
body.custom #navigation ul.navigation {
   float: right;
   background: transparent;
}
body.custom #navigation ul.navigation li a {
   border: none;
   text-transform:uppercase;
   background: transparent;
}
body.custom #navigation ul.navigation li a:hover,
body.custom #navigation ul.navigation li a:active {
   text-decoration: none;
   color:#eaeaea;
}
body.custom #navigation ul.navigation li.current_page_item a{
   font-weight: bold;
   background: transparent;
}

body.custom div#footer {
   background-color: #040507;
}

/* custom footer block styles */
#custom_footer {
	width:980px;
	margin:0 auto;
	overflow:hidden;
	padding:5px 0 30px;
}
.navbar{
	float:left;
	width:520px;
}
/* bottom navigation styles start */
.nav{
	list-style:none;
	margin:0 0 7px;
	padding:0;
	width:100%;
	overflow:hidden;
}
.nav li{
	float:left;
	margin:0 20px 0 -12px;
	padding:0 0 0 11px;
	background: url("http://firestarterlabs.com/wp-content/themes/customMedia/images/divider.gif") no-repeat 0 4px;
}
.nav li a{
	font-size:1.3em;
	color:#f15924;
	text-decoration:none;
}
.nav li a:hover{
	text-decoration:underline;
}
/* bottom navigation styles end */
#custom_footer p{
	margin:0;
	font-size:1.2em;
	color:#7a7a7a;
}


