/*
Theme Name: Design by Fire
Theme URI: http://www.designbyfire.com/
Description: Custom design template for Design by Fire
Version: 4.0
Author: Andrei Michael Herasimchuk
Author URI: http://www.designbyfire.com/
*/


/******  GENERAL STYLES  ******/

html, body {
	height: 100%;
}

html { 
	background-color: #fff8e5; 
}

body, div, form, td, p {	
	font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;
	text-align: left;
	color: #666;
	margin: 0;
	padding: 0;
}

em {
	color: #666;
	font-weight: bold;
	font-style: normal;
}

em.nowrap {
	color: #666;
	white-space: nowrap;
	font-weight: normal;
	font-style: normal;
}

img	{
	border:	solid 1px #666;
}

img.nrm {
	border:	none;
}

img.extra_buffer {
	padding: 30px 0 30px 0;
	border:	none;
}

blockquote {
	border-left: dotted 1px #f60;
	margin: 0 3em 0 1em;
	padding: 0 0 0 1em;
}





/******  <H>TAG STYLES  ******/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #333;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.3em;
	line-height: 1.2em;
	color: #4b4b4b;
	margin: 0 0 2em 0;
	padding: 0;	
}

h2 span {
	color: #f60;
	font-weight: bold;
	text-transform: uppercase;
}

h2 em.nowrap {
	color: #4b4b4b;
	white-space: nowrap;
	font-weight: normal;
	font-style: normal;
}

h3 {
	line-height: 1.0em;
	color: #4b4b4b;
	margin: 1.5em 0 0.75em 0;
	padding: 0;	
}



/******  DXF MENU  ******/

#content_left  {
	position: fixed; 
	top: 200px;
	left: 60px;
	margin: 0;
	padding: 0;
}

#logo {
	width: 130px;
	height: 60px;
	cursor: pointer;
}

#logo span {
	display: none;
}

#content_left ul {
	text-transform: uppercase;
	list-style-position: inside;
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}

#content_left ul li {
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

#content_left ul li a:hover {
	color: #c30;
	text-decoration: none;
}



/******  MAIN CONTENT  ******/

#content_main {
	position: relative;
	top: 40px;
	left: 27em;
	width: 28em;
	margin: 0;
	padding: 0;
	z-index: 5;
}

#content_main p {
	margin: 0 0 1.2em 0;
	padding: 0;
}

#content_main ul li {
	list-style-image: url('http://www.designbyfire.com/wordpress/wp-content/themes/dxf/images/icn_bullet.png');
	padding: 0.2em 0 0.3em 0;
}




/******  GRADIENTS  ******/

#gradient_top {
	display: block;
	position: fixed; 
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 16;
	background-repeat: repeat-x;
}

#gradient_bottom {
	display: block;
	position: fixed; 
	bottom: 100px;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 15;
	background-repeat: repeat-x;
}





/******  CONTENT MENU  ******/

#content_right  {
	position: absolute;
	top: 85px;
	left: 60em;
	margin: 0;
	padding: 0 0 0 1em;
	border-left: dotted 1px #f60;
	white-space: nowrap;
}

#content_right p {
	text-transform: uppercase;
	cursor: pointer;
	margin: 5px 0 5px 0;
	padding: 0;
}

#content_right ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 0 0;
}

#content_right ul li {
	margin: 0;
	padding: 0 0 2px 0;
}

#content_right p.buffer_top {
	margin: 0;
	padding: 10px 0 0 0;
}




/******  FOOTER  ******/

#dxf_footer {
	position: fixed;
	bottom: 0; 
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #4c4c4c;
	margin: 0;
	padding: 0;
	z-index: 50;
}

#shadow {
	background-repeat: repeat-x;
	background-position: top left;
}

#winestain {
	position: relative;
	top: 0px;
	left: 45em;	
	width: 320px;
	height: 120px;
	background-repeat: no-repeat;
}

#dxf_footer p {	
	color: #000;
	margin: 0;
	padding: 60px 0 0 80px;
	white-space: nowrap;
}

#dxf_footer p a {
	color: #f60;
	font-weight: normal;
}

#dxf_footer p em {
	width: 30px;
	height: 30px;
	background: url('images/photo_andrei.png') no-repeat;
	margin: -20px 0 0 22em;
	display: block;
}



/******  ANCHOR LINKS  ******/

a, 
a:active, 
a:link, 
a:visited {
	color: #f60;
	text-decoration: none;
	border-bottom: none;
}

#content_left ul li a, 
#content_left ul li a:active, 
#content_left ul li a:link, 
#content_left ul li a:visited,
#content_right p a, 
#content_right p a:active, 
#content_right p a:link, 
#content_right p a:visited {
	color: #666;
	text-decoration: none;
	border-bottom: none;
}

a:hover,
#content_left ul li a:hover,
#content_right p a:hover {
	color: #c30;
	text-decoration: none;
	border-bottom: 1px dotted #c30;
}

a.image, 
a.image:active,
a.image:link, 
a.image:visited, 
a.image:hover {
	text-decoration: none;
	border-bottom: none;
}




/******  HIDDEN DIVS  ******/

#story {
	display: block;
	padding: 0 0 200px 0;
	background-color: #fff8e5;
	opacity: 1;
	_filter: alpha(opacity=100);
}

#mod_standards,
#mod_rss,
#mod_about,
#mod_colophon,
#mod_design,
#mod_lifestyle,
#mod_photography,
#mod_politics {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff8e5; 
	padding: 0 0 200px 0;
	opacity: 0;
	_filter: alpha(opacity=0);

}

#spivot {
	width: 230px;
	height: 110px;
	cursor: pointer;
}

#spivot span {
	display: none;
}




/******  FONT SIZES & STUFF  ******/

body, div, form, td, p 		{ font-size: 12px; }

h2 							{ font-size: 15px; }
h3 							{ font-size: 14px; }

#content_left ul li,
#content_right p,
#content_right ul li		{ font-size: 11px; }

#content_main p				{ line-height: 1.45em; }