/*
QBKL Media website stylesheet
*/

/* 1. General styles */

body {
	margin: 0 auto;
	padding: 0;
	background: #fff url(img/bg.png) repeat-x;
	font: normal normal 11px Arial, Tahoma, Verdana, sans-serif;
	line-height: 18px;
	color: #666;
}

#wrap {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.nomargin {
	margin: 0 !important;
}

form {
	margin: 0;
	padding: 0;
}

.hide {
	display: none !important;
}

/* 2. Header styles */

#header {
	width: 960px;
	margin: 50px 0;
	overflow: hidden;
}

#logowrap {
	float: left;
	width: 160px;
	height: 64px;
	border-right: 1px solid #fff;
}

#logowrap h1 {
	margin: 0;
	padding: 0;
}

#logowrap h1 a {
	display: block;
	width: 110px;
	height: 64px;
	text-indent: -9999px;
	background: url(img/logo-qbkl.gif) no-repeat;
}

#tagwrap {
	float: right;
	width: 749px;
	height: 64px;
	background: url(img/tag-2.gif) no-repeat center left;
}

/* 3. Content styles */

#content {
	width: 960px;
	overflow: hidden;
}

#content p {
	margin-top: 0;
}

.section {
	margin-bottom: 50px;
	width: 960px;
	overflow: hidden;
}

.column {
	width: 290px;
	margin-right: 45px;
	float: left;
}

.sectionHeader {
	width: 960px;
	height: 115px;
	background: url(img/line.png) no-repeat bottom center;
	margin-bottom: 10px;
}

.sectionHeader h2 {
	margin: 0;
	padding: 0;
	float: left;
	width: 720px;
	height: 90px;
	text-indent: -9999px;
}

.titleAbout {
	background: url(img/t-about.png) no-repeat;
}

.titleWork {
	background: url(img/t-work.png) no-repeat;
}

.titleContact {
	background: url(img/t-contact.png) no-repeat;
}

.sectionLinks {
	width: 240px;
	float: right;
	overflow: hidden;
	margin: 0;
	padding: 55px 0 0 0;
	list-style-type: none;
}

.sectionLinks li {
	float: right;
	height: 16px;
}

.sectionLinks li a {
	display: block;
	text-indent: -9999px;
	margin-left: 15px;
}

a.aboutLink {
	background: url(img/b-about.png) no-repeat;
	width: 85px;
	height: 16px !important;
}

a.aboutLink:hover {
	background: url(img/b-about-on.png) no-repeat;
}

a.workLink {
	background: url(img/b-work.png) no-repeat;
	width: 67px;
	height: 16px !important;
}

a.workLink:hover {
	background: url(img/b-work-on.png) no-repeat;
}

a.contactLink {
	background: url(img/b-contact.png) no-repeat;
	width: 140px;
	height: 16px !important;
}

a.contactLink:hover {
	background: url(img/b-contact-on.png) no-repeat;
}

/* 3.1 Who we are */

.alex, .adrian {
	padding-left: 105px;
	width: 185px !important;
	min-height: 116px;
}

.alex {
	background: url(img/alex-cristache.png) no-repeat 0 5px;
}

.adrian {
	background: url(img/adi-rafail.png) no-repeat 0 5px;
}

#about a {
	color: #be1c2b;
}

#about a:hover {
	color: #000;
}

/* 3.1 Our work */

#work a {
	color: #637b01;
}

#work a:hover {
	color: #000;
}

#work h3 {
	color: #718d00;
	font: normal bold 16px Arial, sans-serif;
	letter-spacing: -0.2px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 16px;
}

.presentation {
	height: 110px;
	display: block;
	background: url(img/arrow.gif) no-repeat bottom center;
	margin-bottom: 25px;
	overflow: hidden;
}

.project {
	height: 340px;
}

.projectInfo {
	margin-top: 5px
}

.projectInfo h4 {
	font: normal bold 14px Arial, sans-serif;
	letter-spacing: -1px;
	color: #555;
	margin: 10px 0 5px 0;
	padding: 0;
}

.projectInfo p {
	margin: 5px 0;
	padding: 0;
}

/* 3.1 How to get in touch */

#contact a {
	color: #228fb5;
}

#contact a:hover {
	color: #000;
}

.officeLink {
	display: block;
	width: 111px;
	height: 14px;
	background: url(img/office.png) no-repeat;
	text-indent: -9999px;
}

label {
	width: 290px;
	margin: 0;
	padding: 0;
}

.textInput {
	background: #fff;
	border: 1px solid #ddd;
	width: 288px;
	font: normal normal 11px Arial, Tahoma, Verdana, sans-serif;
	line-height: 22px;
	color: #666;
	height: 22px;
	padding: 0;
}

.textArea {
	background: #fff;
	border: 1px solid #ddd;
	width: 288px;
	font: normal normal 11px Arial, Tahoma, Verdana, sans-serif;
	line-height: 22px;
	color: #666;
	height: 108px;
	padding: 0;
}

.formSubmit {
	background: none;
	background: url(img/f-submit.png) no-repeat 0 3px;
	cursor: pointer;
	height: 20px;
	width: 103px;
	border: 0;
	margin-top: 15px;
	padding: 0;
}

#contact label {
	height: 17px;
	display: block;
	text-indent: -9999px;
}

.nameLabel {
	background: url(img/f-name.png) no-repeat;
}

.emailLabel {
	background: url(img/f-email.png) no-repeat;
	margin-top: 15px;
}

.websiteLabel {
	background: url(img/f-website.png) no-repeat;
	margin-top: 15px;
}

.messageLabel {
	background: url(img/f-message.png) no-repeat;
}


/* Footer styles */

#footer {
	width: 960px;
	overflow: hidden;	
	background: url(img/line.png) no-repeat;
	padding: 20px 0;
}

#footer strong {
	font-weight: normal;
}

.copyright {
	width: 625px;
	color: #aaa;
}

.backTop {
	background: url(img/b-top.png) no-repeat;
	width: 94px;
	height: 16px !important;
	text-indent: -9999px;
	display: block;
}

.backTop:hover {
	background: url(img/b-top-on.png) no-repeat;
}
