@charset "utf-8";
/* CSS Document */

/*******************************************/
/***************[ CSS Reset ]***************/
/*******************************************/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body {
	background: #000 url(images/main_bg.jpg) center top no-repeat fixed;
	color: #EEE;
	font: 14px/1.5 Tahoma, Verdana, Geneva, sans-serif;
}

a {
	color: #FFA000;
	text-decoration:none;
}

a:hover {
	color:#FFFF00;
	text-decoration:none;
}

a img { border:0;}

:focus { outline:0; }

h1, h2, h3, h4, h5, h6 {
}

h1 {
	color: #FFF;
	font-size: 48px;
}

h2 {
	font-weight: normal;
}

th { vertical-align:top; font-weight:normal; text-align:left; }
td { vertical-align:top; }

p { margin:10px 0; }
address { margin-bottom:10px; font-style:normal; line-height:1.4em; }
cite { font-style:normal; font-size:10px;}
q:before, 
q:after { content:'';}

form {}
fieldset { border:none; }
legend { display:none;}
label { color:#555; font-weight:bold; }
input, 
select, 
button { vertical-align:middle; }

dt { display:block; font-weight:bold; }
ul,ol { list-style:none; }

small { font-size:.85em; }
big { font-size:1.15em; }
hr { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }



/***************************************************/
/****************[ Basic Settings ]*****************/
/***************************************************/

.wrapper {
	margin: 0 auto;
	width: 920px;
}

#content {
	overflow: hidden;
	padding-bottom: 40px;
}

#content .wrapper {
	margin: 30px auto 0;
}

/* Header Settings */
#header {
	background: rgba(0,0,0,.75);
	border-bottom: 1px solid rgba(255,255,255,.25);
	height: 90px;
	margin: 0 0 2px;
	padding: 30px 0 0;
}

/* Footer Settings */
#footer {
	background: #000;
	border-top: 1px solid rgba(255,255,255,.25);
	clear: both;
	color: #666;
	font-size: 10px;
	padding: 0 10px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
}

a.logo {
	background: url(images/qc_logo.png) top left no-repeat;
	display: block;
	float: left;
	height: 60px;
	text-indent: -9999px;
	width: 200px;
}

#nav {
	float: right;
	margin:56px 0 0;
}

#nav li {
	display: inline-block;
	font-size: 18px;
	list-style: none;
	line-height: 36px;
	margin-left: 20px;
}

#nav li a {
	border: 1px solid rgba(255,255,255,0);
	color: #545454;
	line-height: 36px;
	padding: 5px 20px;
	text-transform: lowercase;
}

#nav li a:hover,
#nav li.current_page_item a {
	background: rgba(255,255,255,.1);
	border: 1px solid rgba(255,255,255,.25);
	border-bottom: 3px solid #FFA000;
	color: #FFA000;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.description {
	float: left;
	margin: 0 20px 0 0;
	width: 300px;
}

.portfolio-items {
	height: 320px;
	margin-left: 320px;
	width: 600px;
}

.accordion {
	border: 1px solid #333;
	border-left: none;
	height: 320px;
	list-style-type: none;
	width: 600px;
}

.accordion li {
	display: inline; 
	margin: 0px;
	padding:0px;
}

.handle {
	cursor:pointer;
	display: block;
	float: left;
	height: 320px;
	overflow: hidden;
	position: relative;
	width: 36px;
	z-index: 2;
}

.item-title {
	display:block;
	font-weight:bold;
	height:24px;
	line-height:320px;
	position:absolute;
	right:13px;
	text-align:right;
	top:160px;
	width:320px;
	-moz-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
}

.item-number {
	display: block;
	width: 24px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	bottom:0;
	left:0;
}

.item {
	background: url(images/handles.png) top left no-repeat;
}
.current-item .item { background-position: right top; }

.content {
	background: #FFF;
	height: 320px;
	left: 24px;
	position:relative;
	width: 504px;
	z-index:1;
}

.content img {
	left: 0;
	position: absolute;
	top: 0;
}

.content .summary {
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
	bottom:0;
	display:block;
	left:0;
	padding:6px 12px 0;
	position:absolute;
	width:456px;
}

.content .summary h3 {
	margin: 0 0 5px 0;
}

.content .summary p {
	font-size: 12px;
	margin: 6px 0;
}

.handle-hover, .handle-active {
	border: 1px solid #FF0000;
}

h3 {
	display: inline-block;
}

p.visit {
	display:inline-block;
	float: right;
}