/*
	main.css by Philippe Corthout - http://www.shortwood.be/contact
	Copyright (c) 2010 Shortwood Graphic Design
*/

/* ==== global styles ==== */

body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #393738 url(../images/back.png) repeat;
}

p, h1, h2, h3, h4, h5, h6, li {
	margin: 0;
}

/* ==== typo ==== */

p {
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	color: #888A8d;
}

a {
	color: #414042;
	margin: 0;
	border-bottom: 1px solid #414042;
	text-decoration: none;
	background-color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
	background-color: #414042;
	border-bottom: 1px solid #888A8d;
	text-decoration: none;
}

h2 {
	font-size: 16px;
	line-height: 14px;
	margin: 14px 0 2px 0;
	color: #414042;
	background-color: #FFFFFF;
}

/* ==== containers ==== */

div#containHeader {
	float: left;
	width: 100%;
	height: 146px;
	margin: 0 auto;
	background: #393738 url(../images/header.jpg) repeat-x;
}

div#containMainframe {
	float: left;
	width: 100%;
	height: 310px;
	margin: 0 auto;
	background: url(../images/mainframe.jpg) repeat-x;
}

div#containContent {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 0 40px 0;
	background: #FFF;
}

div#containFooter {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

div#containSmallTitle {
	float: left;
	width: 100%;
	height: 200px;
	margin: 0 auto;
	background: url(../images/mainframe.jpg) repeat-x;
}

/* ==== header ==== */

#containHeader div#header {
	width: 910px;
	height: 146px;
	margin: 0 auto;
	position: relative;
}

#containSmallTitle div#smallTitle {
	width: 910px;
	height: 200px;
	margin: 0 auto;
	position: relative;
}

/* ==== logo/home ====*/

#header div#logo {
	position: absolute;
	left: 0px;
	top: 58px;
}

#logo a:link, #logo a:visited {
	height: 38px;
	width: 260px;
	display: block;
	text-indent: -1000em;
	background: url(../images/logo.png) no-repeat;
	border: none;
}

/* ==== mainMenu ==== */

#header #mainMenu {
	position: absolute;
	right: 0px;
	bottom: 63px;
	background: url(../images/button_devider.png) no-repeat;
	width: 416px;
	height: 12px;
}

#mainMenu a {
	border-bottom: 0px;
}

#mainMenu a:hover {
	border-bottom: 0px;
}

/* ==== buttons ==== */

/* ==== about ==== */

#header #mainMenu div#about {
	position: absolute;
	left: 0px;
	width: 61px;
	height: 12px;
	text-indent: -1000em;
}

#about a {
	width: 61px;
	height: 12px;
	display: block;
	background: url(../images/about_button.png) no-repeat top left;
}

#about:hover, #about_link:hover {
	background: url(../images/about_button.png) no-repeat 0px -24px;
}

#header #mainMenu div#aboutActive {
	position: absolute;
	left: 0px;
	width: 61px;
	height: 12px;
	text-indent: -1000em;
	background: url(../images/about_button.png) no-repeat 0px -24px;
}

/* ==== work ==== */

#header #mainMenu div#work {
	position: absolute;
	left: 106px;
	width: 50px;
	height: 12px;
	text-indent: -1000em;
}

#work a {
	width: 50px;
	height: 12px;
	display: block;
	background: url(../images/work_button.png) no-repeat top left;
}

#work:hover, #work_link:hover {
	background: url(../images/work_button.png) no-repeat 0px -24px;
}

#header #mainMenu div#workActive {
	position: absolute;
	left: 106px;
	width: 50px;
	height: 12px;
	text-indent: -1000em;
	background: url(../images/work_button.png) no-repeat 0px -24px;
}

/* ==== notebook ==== */

#header #mainMenu div#notebook {
	position: absolute;
	left: 199px;
	width: 95px;
	height: 12px;
	text-indent: -1000em;
}

#notebook a {
	width: 95px;
	height: 12px;
	display: block;
	background: url(../images/notebook_button.png) no-repeat top left;
}

#notebook:hover, #notebook_link:hover {
	background: url(../images/notebook_button.png) no-repeat 0px -24px;
}

#header #mainMenu div#notebookActive {
	position: absolute;
	left: 199px;
	width: 95px;
	height: 12px;
	text-indent: -1000em;
	background: url(../images/notebook_button.png) no-repeat 0px -24px;
}

/* ==== contact ==== */

#header #mainMenu div#contact {
	position: absolute;
	right: 0px;
	width: 81px;
	height: 12px;
	text-indent: -1000em;
}

#contact a {
	width: 81px;
	height: 12px;
	display: block;
	background: url(../images/contact_button.png) no-repeat top left;
}

#contact:hover, #contact_link:hover {
	background: url(../images/contact_button.png) no-repeat 0px -24px;
}

#header #mainMenu div#contactActive {
	position: absolute;
	right: 0px;
	width: 81px;
	height: 12px;
	display: block;
	background: url(../images/contact_button.png) no-repeat 0px -24px;
}

/* ==== rotator ==== */

#containMainframe div#rotator {
	width: 910px;
	height: 310px;
	margin: 0 auto;
	position: relative;
}

div#rotator ul li {
	position:absolute;
	list-style: none;
	right: 0px;
	top: 0px;
	margin: 0px;
}

/* ==== find out more ====*/

#rotator div#findout {
	position: relative;
	height: 35px;
	width: 159px;
	z-index: 1;
	left: 751px;
	top: 275px;
}

#findout a:link, #findout a:visited {
	height: 35px;
	width: 159px;
	display: block;
	text-indent: -1000em;
	background: url(../images/findout_button.jpg) no-repeat;
	border: none;
}

/* ==== content ==== */

#containContent div#content {
	width: 910px;
	margin: 0 auto;
	position: relative;
}

/* ==== main content ==== */

/* ==== feature work ==== */

#content div#mainContent {
	float: left;
	width: 600px;
	margin: 0;
	padding: 30px 0 0 0;
}

#mainContent div#featureTitle {
	float: left;
	width: 600px;
	height: 28px;
	margin: 0 0 16px 0;
	padding: 0;
	text-indent: -1000em;
	background: url(../images/feature_title.jpg) no-repeat;
}

#mainContent div#featureContent {
	float: left;
	width: 600px;
	margin: 0;
	padding: 0 0 16px 0;
	background: url(../images/underline.jpg) repeat-x bottom;
}

#featureContent h3 {
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 9px 0;
	color: #888a8d;
}

/* ==== what's up ==== */

#content div#sidebar {
	float: left;
	width: 310px;
	margin: 0;
	padding: 30px 0 0 0;
}

#sidebar div#webshite {
	float: left;
	width: 310px;
	height: 28px;
	margin: 0 0 14px 0;
	padding: 0;
	text-indent: -1000em;
	background: url(../images/webshite_title.jpg) no-repeat;
}

#sidebar div#webshiteContent {
	float: left;
	width: 291px;
	margin: 0 0 0 20px;
	padding: 0;
}

#webshiteContent h2 {
	font-size: 16px;
	line-height: 14px;
	margin: 0 0 9px 0;
	color: #414042;
	background-color: #FFFFFF;
}

#webshiteContent p {
	margin: 0 0 30px 0;
}

/* ==== Work ==== */

#content div.work_first {
	float: left;
	width: 910px;
	margin: 30px 0 5px 0;
	padding: 0;
}

#content div.work {
	float: left;
	width: 910px;
	margin: 0 0 5px 0;
	padding: 0;
}

#content div.work_end {
	float: left;
	width: 910px;
	margin: 0 0 44px 0;
	padding: 0;
}

#content div.work_recent {
	float: left;
	width: 910px;
	margin: 30px 0 44px 0;
	padding: 0;
}

.work_recent div#recent {
	float: left;
	width: 910px;
	height: 28px;
	margin: 0 0 14px 0;
	padding: 0;
	text-indent: -1000em;
	background: url(../images/recent_title.jpg) no-repeat;
}

.work_first div#portfolio {
	float: left;
	width: 910px;
	height: 28px;
	margin: 0 0 14px 0;
	padding: 0;
	text-indent: -1000em;
	background: url(../images/recent_title.jpg) no-repeat;
}

.work div.content {
	float: left;
	width: 910px;
	height: 100%;
	margin: 0;
	padding: 0;
}

.content div.content_top {
	float: left;
	width: 910px;
	margin: 0;
	padding: 0 0 20px 0;
	background: url(../images/underline.jpg) repeat-x bottom;
}

.content div.content_top_work {
	float: left;
	width: 910px;
	margin: 0;
	padding: 0 0 20px 0;
}

.content div.spaceTop {
	float: left;
	width: 910px;
	height: 16px;
	margin: 0;
	padding: 0;
}

.content_top div.intro_portfolio {
	float: left;
	width: 600px;
	margin: 0;
	padding: 0;
}

.content_top div.contactForm {
	float: left;
	width: 600px;
	margin: 0;
	padding: 0;
}

.content_top div.fault {
	float: left;
	width: 600px;
	margin: 0;
	padding: 0;
}

.content h3 {
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 9px 0;
	color: #888a8d;
}

.content div.DetailLeft {
	float: left;
	width: 290px;
	margin: 0;
	padding: 0;
}

.content .Detail {
	float: left;
	width: 290px;
	margin: 0 0 0 20px;
	padding: 0;
}

.content div.showWork {
	float: left;
	width: 910px;
	margin: 0 0 44px 0;
	padding: 0;
}

/* ==== personal info ==== */

#mainContent div#personalTitle {
	float: left;
	width: 600px;
	height: 28px;
	margin: 0 0 14px 0;
	padding: 0;
	text-indent: -1000em;
	background: url(../images/personal_title.jpg) no-repeat;
}

#mainContent div#personalContent {
	float: left;
	width: 600px;
	margin: 0;
	padding: 0 0 16px 0;
}

#personalContent p {
	margin: 0 0 30px 0;
}

#personalContent h2 {
	font-size: 16px;
	line-height: 14px;
	margin: 0 0 9px 0;
	color: #414042;
	background-color: #FFFFFF;
}

/* ==== sidenote ==== */

#sidebar div#sidenote {
	float: left;
	width: 310px;
	height: 28px;
	margin: 0 0 14px 0;
	padding: 0;
	text-indent: -1000em;
	background: url(../images/sidenote_title.jpg) no-repeat;
}

#sidebar div#sidenoteContent {
	float: left;
	width: 291px;
	margin: 0 0 0 20px;
	padding: 0;
}

#sidenoteContent h2 {
	font-size: 16px;
	line-height: 14px;
	margin: 0 0 9px 0;
	color: #414042;
	background-color: #FFFFFF;
}

#sidenoteContent p {
	margin: 0 0 30px 0;
}

/* ==== contactInfo ==== */

#sidebar div#contactInfo {
	float: left;
	width: 310px;
	height: 28px;
	margin: 0 0 14px 0;
	padding: 0;
	text-indent: -1000em;
	background: url(../images/contactInfo_title.jpg) no-repeat;
}

#sidebar div#contactInfoContent {
	float: left;
	width: 291px;
	margin: 0 0 0 20px;
	padding: 0;
}

#contactInfoContent h2 {
	font-size: 16px;
	line-height: 14px;
	margin: 0 0 9px 0;
	color: #414042;
	background-color: #FFFFFF;
}

#contactInfoContent p {
	margin: 0 0 30px 0;
}

/* ==== connect ==== */

#mainContent div#connectTitle {
	float: left;
	width: 600px;
	height: 28px;
	margin: 0 0 14px 0;
	padding: 0;
	text-indent: -1000em;
	background: url(../images/connect_title.jpg) no-repeat;
}

/* ==== footer ==== */

#containFooter div#footer {
	width: 910px;
	height: 255px;
	margin: 0 auto;
	position: relative;
	padding: 30px 0 0 0;
}

#footer img {
	padding: 0 0 15px 0;
}

#footer a {
	color: #FFF;
	margin: 0;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
	background-color: transparent;
}

#footer a:hover {
	color: #888A8d;
	background-color: #FFF;
	border-bottom: 1px solid #888A8d;
	text-decoration: none;
}

/* ==== extra ==== */

/* ==== remove Firefox linked borders ==== */

a img {
	border:none;
	text-decoration:none;
}

a {
	outline: none;
}

/* ==== Roll Over effect ==== */

div.fadehover {
	position: relative;
	height: 185px;
	width: 250px;
	cursor: pointer;
}
 
div.fadehover img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
 
div.fadehover img.b {
	position: absolute;
	left: 0;
	top: 0;
}
	
/* Roll Over Effect Big */	

#fadehoverBig {
	position: relative;
	height: 270px;
	width: 600px;
	cursor: pointer;
	z-index: 2;
}
 
#fadehoverBig img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
 
#fadehoverBig img.b {
	position: absolute;
	left: 0;
	top: 0;
}

/* ==== Form ==== */

#sidebar div#leaveNote {
	float: left;
	width: 310px;
	height: 28px;
	margin: 0 0 14px 0;
	padding: 0;
	text-indent: -1000em;
	background: url(../images/note_title.jpg) no-repeat;
}

input {
	background: #FFFFFF;
	border: 1px solid #AFAFAF;
	font-family: Helvetica, Arial;
	font-size: 11px;
	line-height: 15px;
	padding: 5px;
	color: #777776;
	display: inline-block;
	width: 278px;
	margin: 0;
}

textarea {
	background: #FFFFFF;
	border: 1px solid #AFAFAF;
	padding-top: 5px;
	padding-left: 3px;
	font-family: Helvetica, Arial;
	font-size: 11px;
	line-height: 15px;
	color: #777776;
	display: inline-block;
	width: 285px;
}

.submitbut {
	font-family: Helvetica, Arial;
	font-size: 11px;
	line-height: 15px;
	padding: 5px;
	color: #777776;
	text-indent: -9999;
}

input.submitbut {
	border: 0px;
	padding: 0px;
	display: inline-block;
	width: 129px;
	height: 35px;
	margin: 0 0 58px 0;
}

/* ==== Woops ==== */

#mainContent div#woopsTitle {
	float: left;
	width: 600px;
	height: 28px;
	margin: 0 0 14px 0;
	padding: 0;
	text-indent: -1000em;
	background: url(../images/woops_title.jpg) no-repeat;
}

#sidebar div#woopsRight {
	float: left;
	width: 310px;
	height: 28px;
	margin: 0 0 14px 0;
	padding: 0;
	text-indent: -1000em;
	background: url(../images/woopsLine.jpg) no-repeat;
}

/* ==== Recent Twitter ==== */
 
.tweet .tweet_list, .query .tweet_list {
	font-size: 13px;
	list-style-type: none;
	line-height: 14px;
	color: #888A8d;
	margin: 0;
}  

.tweet .tweet_list, .query .tweet_list span a {
	color: #414042;
	margin: 0;
	border-bottom: 1px solid #414042;
	text-decoration: none;
}  

.tweet .tweet_list, .query .tweet_list span a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #888A8d;
	text-decoration: none;  
}  

.tweet .tweet_list, .query .tweet_list span {
	font-size: 11px;
	list-style-type: none;
	line-height: 14px;
	color: #888A8d;
	margin: 0;
	border: 0;
	position: absolute;
	left: 580px;
	width: 290px;
	z-index: 1;
} 