/*
Theme Name: Furnace theme
Theme URI: http://yeswework.com
Description: Furnace theme
Version: 1.0
Author: Yes We Work
*/

/* RESET */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* FONTS */
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* FURNACE STYLES */
html {
	background-color:#110f0d;
	background-image:url('img/glow-bg.png');
	background-position: center top;
	background-repeat:no-repeat;
	background-attachment: fixed;
	color: #9f887a;
}
h1, h2, h3, h4, h5, h6 {
	color: #f15922;
}
h1 {
	font-size:153.9%;
	font-weight:bold;
	margin-bottom:10px;
}
h2 {
	font-size:153.9%;
	font-weight:bold;
	margin-bottom:10px;
}
h3 {
	font-size:123.1%;
	font-weight:normal;
	margin-bottom:10px;
}
p {
	font-size: 93%;
	margin-bottom:10px;
	line-height: 140%;
}
img,embed {
	display: block;
}
.orange {
	color: #f15922;
}
a:link, a:visited {
	color: #f15922;
	text-decoration:none;
	outline:none;
}
a:hover, a:active {
	color:#5ea4e5;
	text-decoration:none;
	outline:none;
}
em, i {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
body {
	width:960px;
	margin-left: auto;
	margin-right: auto;
	margin-top:35px;
}

/* --------------------------------------------- header */
#header {
	overflow:auto;
	margin-bottom:10px;
}
#header h1 a{
	float:left;
	height:104px;
	width:182px;
	margin-right:10px;
	text-indent:-5000px;
	background: #f15922 url('img/furnace-logo.png') no-repeat 22px 43px;
}
#header li{
	float:left;
	height:104px;
	width:182px;
	margin-right:10px;
	background-color: #2f2927;
}
#header li a{
	display:block;
	height:61px;
	width:182px;
	padding-top:43px;
	text-align:center;
	color: #f15922;
	font-size:1.3em;
	letter-spacing:1px;
}
#header li a:active, #header li a:hover, #header li a.selected {
	color: #fff;
	text-decoration:none;
}
#header li#homelink a:active, #header li#homelink a:hover, #header li#homelink a.selected {
	background: url('img/hover-home.png') no-repeat 0 0;
}
#header li#peoplelink a:active, #header li#peoplelink a:hover, #header li#peoplelink a.selected {
	background: url('img/hover-people.png') no-repeat 0 0;
}
#header li#contactlink a:active, #header li#contactlink a:hover, #header li#contactlink a.selected {
	background: url('img/hover-contact.png') no-repeat 0 0;
}
#header li#productionslink a:active, #header li#productionslink a:hover, #header li#productionslink a.selected {
	background: url('img/hover-production.png') no-repeat 0 0;
}
h4.widgettitle {
	display:none;
}

/* --------------------------------------------- footer */
#footer{
	height:104px;
	margin-bottom:50px;
	width: 950px;
	overflow: hidden;
	position: relative;
}
#footer>div{
	float:left;
	background-color: #221e1c;
	font-size:0.85em;
}
#footer>div#furnacelogo{
	position: absolute;
	left: 0;
	width:182px;
	height:104px;
	background: #221e1c url('img/furnace-logo.gif') no-repeat 26px 10px;
}
#footer>div#contactinfo{
	position: absolute;
	left: 192px;
	width:780px;
	height:104px;
	margin-right: -10px;
	
}
#footer>div#contactinfo>div{
	float: left;
	width:182px;
	height:84px;
	border-right:1px dotted #2e2826;
	margin:10px 0px 10px 10px;
}



/* ------------------------------------------------------- general column widths and sections */
.mainspace {
	overflow:auto;
}
.column {
	padding:10px;
	margin-bottom:10px;
	margin-right:10px;
	background-color: #2f2927;
	float:left;
}
.container {
	float:left;
	overflow:auto;
}
.single {
	width:162px;
}
.single.no-pad {
	width:182px;
	padding:0;
}
.double {
	width:354px;
}
.double.no-pad {
	width:374px;
	padding:0;
}
.triple {
	width:546px;
}
.triple.no-pad {
	width:566px;
	padding:0;
}
.triple.container {
	width: 576px;
}
.quadruple {
	width:738px;
}
.quadruple.no-pad {
	width:758px;
	padding:0;
}
.quadruple.container {
	width: 768px;
}
.quintuple {
	width:910px;
}
.quintuple.no-pad {
	width:950px;
	padding:0;
}
.intro, .person {
	min-height: 406px;
}
.intro p, .contact p, .intro li {
	font-size: 85%;
}
.column ul li {
	margin: 2px 5px;
	list-style-type: circle;
}
.column ul {
	margin-left: 10px;
	margin-bottom: 10px;
}


/* --------------------------------------------- homepage */
a.moreinfo {
	padding-left: 25px;
	padding-bottom:10px;
	color:#FFF;
	background-image: url('img/arrow-right.gif');
	background-repeat: no-repeat;
	font-size:0.85em;
}
a:active.moreinfo, a:hover.moreinfo {
	color: #5ea4e5;
}
#slideshow {
	position: relative;
	height: 426px;
	overflow: hidden;
	margin-bottom: 10px;
}
#caption {
	background-color:#2f2927;
	width: 162px;
	height: 104px;
	text-align: right;
	padding: 10px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin-right: 10px;
}

/* --------------------------------------------- productions */
#productions>li {
	min-height: 360px;
}
ul.reviews {
	margin-left: 0px;
}
ul.reviews li {
	margin-bottom: 15px;
	font-size:85%;
	color: #c7bab1;
	margin-left:10px;
	list-style-type: none;
}
ul.reviews li blockquote {
	font-style: italic;
	margin: 0 0 5px -10px;
	font-size: 116%;
	font-family: georgia;
	color: #9f887a;
}
ul.reviews li blockquote p {
	margin-bottom: 0px;
}
