/*
	Name: Pim Linders portfolio and resume
	Date: April 2011
	Version: 1.0.0
	Author: Pim Linders
	TABLE OF CONTENTS
	01 - Reset
	02 - Global 
	03 - General Layout
	04 - Header
	05 - Content
	06 - Resume
	07 - Contact
	08 - footer
*/

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body { line-height: 1; }
h1, h2, h3, h4, h5, h6 { clear: both; }
ul { list-style: none outside none; }
blockquote { quotes: none; }
blockquote:before, blockquote:after { content: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: medium none; }
html { height: 101%; }

/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/
body {
	background: none repeat scroll 0 0 #EFEFEF;
	color: #7D7D7B;
	font-family: "Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	height: auto;
	margin: 0;
	padding: 0 0 30px;
	width: auto;
}
p {
	line-height: 1.7em;
	margin: 0 0 20px;
}
ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
img {
	margin: 0;
}
a {
	outline: medium none;
	text-decoration: none;
}
a {
	color: #C20000;
}
a:hover {
	color: #EE0000;
}
a img {
	border: medium none;
}
h1, h2, h3, h4, h5, h6 {
	color: #696969;
	font-weight: normal;
	margin: 0 0 15px;
}
blockquote, address {
	font-family: "Droid Serif",Georgia,Times,"Times New Roman",serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
code {
	background: none repeat scroll 0 0 #FFFFFF;
	font-family: "Courier New",Courier,serif;
	overflow: auto;
	padding: 2px;
}
pre code {
	background: none repeat scroll 0 0 transparent;
}
pre {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E4E4E4;
	margin: 0 0 20px;
	overflow: auto;
	padding: 10px;
}
.left {	float: left; }
.right { float: right; }
input[type="text"], textarea {
	background-color: #EBEBEB;
	border: medium none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #6A6A6A;
	font-family: "Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	padding: 10px;
}
input[type="text"]:focus {
	background: none repeat scroll 0 0 #F4F4F4;
	outline: medium none;
}
textarea:focus {
	background: none repeat scroll 0 0 #F4F4F4;
	outline: medium none;
}
textarea {
	font-size: 13px;
	width: 500px;
}
/* Clearfix */
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
a.action {
	font-family: "Droid Serif",Georgia,Times,"Times New Roman",serif;
	font-style: italic;
}

/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/
#container {
	display: block;
	margin: 0 auto;
	padding-bottom: 87px;
	width: 960px;
}
#header {
	float: left;
	position: fixed;
	width: 200px;
}
#main {
	float: right;
	margin: 0 auto;
	padding: 0;
	width: 720px;
}
#content {
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
}
#footer { width: 100%;}

/*////////////////////////////////////////////////////////////////////////
//  04 - #header
///////////////////////////////////////////////////////////////////////*/
#header {
	padding-top: 30px;
	text-align: center;
}
#logo {
	font-weight: bold;
	margin: 0 0 40px;
}
#header h1 {
	color: #575757;
	font-family: "Droid Serif",Georgia,Times,"Times New Roman",serif;
	font-size: 55px;
	padding: 0;
}
#nav {
	font-size: 15px;
	text-transform: uppercase;
}
#nav li { margin: 0 0 10px; }
#nav li a {
	color: #7D7D7B;
	line-height: 25px;
}
#nav li a:hover {
	color: #515151;
	line-height: 25px;
}
#nav li a.selected { color: #C20000; }
/*//////////////////////////////////////////////////////////////////// 
//  05 - Content
////////////////////////////////////////////////////////////////////*/
#content { margin: 0 0 30px 0; }
.scroll { padding-top: 30px; }
.section {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DADBDC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}
.section h1 { font-size: 26px; }
.section .inside { padding: 30px 30px 10px; }
#content .section #header.section- { font-family: "Droid Serif",Georgia,Times,"Times New Roman",serif !important; }
#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a { color: #696969; }
#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover, #content h5 a:hover { color: #7D7D7B; }
/* Columns */
.one-half { width: 48%; }
.one-third { width: 30.66%; }
.two-third { width: 65.33%; }
.one-third-alt { width: 34%; }
.two-third-alt { width: 62%; }
.one-half, .one-third, .two-third, .one-third-alt, .two-third-alt {
	float: left;
	margin-right: 4%;
	position: relative;
}
.last {
	clear: right;
	margin-right: 0 !important;
}
.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}
/* Projects */
#projects {
	background: none repeat scroll 0 0 #E7E7E7;
	border-bottom: 1px solid #DADBDC;
	display: block;
	margin-bottom: 30px;
	position: relative;
}
#projects .project-details {
	border-top: 1px solid #DADBDC;
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
}
.project-header { 
	display: block;
	line-height: 23px;
	width: 635px; 
}
.close {
	display: block;
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 100;
}
.close a {
	background: url("../images/main/close_btn.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 17px;
	text-indent: -99999px;
	width: 17px;
}
.close a:hover { background-position: 0 -17px; }
#projects .project-details .inside {
	position: relative;
}
.project-thumbs { list-style: none outside none; }
#content .project-thumbs li {
	background: none repeat scroll 0 0 transparent;
	display: block;
	float: left;
	padding: 0;
}
.project-thumbs li h1 {
	font-family: "Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	margin: 0 10px 10px 5px;
	padding-top: 10px;
}
#content .project-thumbs { margin: 0 0 0 30px; }
#content .project-thumbs li {
	float: left;
	margin: 0 15px 15px 0;
	overflow: hidden;
	padding: 0;
}
.project-thumbs li img {
	display: block;
}
.project-thumbs li img {
	border: 5px solid transparent;
}
#content .project-thumbs li:hover img {
	border: 5px solid #E6E6E6;
}
.no-js #content .project-thumbs li:hover img {
	border: 5px solid transparent;
}
#content .project-thumbs li a.selected img {
	border: 5px solid #D8D8D8;
}
#content .project-thumbs #all {
	margin: 0;
}
#content ul #all ul {
	margin: 0;
	padding: 0;
}
#all { display: none; }
.no-js #all { display: block; }
#show-all {
	clear: both;
	float: right;
	margin-bottom: 30px;
	margin-right: 30px;
}
.no-js #show-all { display: none; }
/* Slideshow */
#content .slideshow ul, #content .slideshow li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#content .slideshow, #content .slideshow li {
	height: 560px;
	overflow: hidden;
	width: 660px;
}
.slideshow-controls {
	background: none repeat scroll 0 0 #5D5D5D;
	color: #A2A2A2;
	display: block;
	margin: 0 0 30px;
	padding: 13px 0;
	position: relative;
	width: 660px;
}
.slideshow-controls ol {
	display: inline-block !important;
	float: left;
	list-style: none outside none;
	margin: 0 0 0 16px !important;
	padding: 3px 0 0 !important;
}
.slideshow-controls ol li {
	border: 0 none;
	float: left;
	margin: 0 6px 0 0 !important;
}
.slideshow-controls ol li a {
	background: url("../images/main/bullets.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 10px;
	line-height: 10px;
	text-indent: -9999px;
	width: 10px;
}
.slideshow-controls ol li a:hover {	background-position: -10px 0; }
.slideshow-controls ol li.current a { background-position: -10px 0; }
.prevNextControls {
	float: right;
	margin: 0 16px 0 0;
	width: 30px;
}
.prevNextControls .prevBtn a {
	background: url("../images/main/slideshow_arrows.png") no-repeat scroll 0 -14px transparent;
	display: block;
	float: left;
	height: 14px;
	text-indent: -9999px;
	width: 14px;
}
.prevNextControls .prevBtn a:hover { background-position: 0 0; }
.prevNextControls .nextBtn a {
	background: url("../images/main/slideshow_arrows.png") no-repeat scroll -14px -14px transparent;
	display: block;
	float: right;
	height: 14px;
	text-indent: -9999px;
	width: 14px;
}
.prevNextControls .nextBtn a:hover {
	background-position: -14px 0;
}
/* Lists */
#content ul {
	list-style-type: disc;
	margin: 0 0 25px 15px;
}
#content ul li {
	line-height: 1.4em;
	margin: 0 0 5px;
}
#content ol li {
	line-height: 1.4em;
	margin: 0 0 10px;
}
#content ol { margin: 0 0 20px 20px; }
#content ul ul, #content ol ul, #content ul ol, #content ol ol {
	margin-left: 20px;
	padding-top: 10px;
}
/* intro Message */
#intro {
	color: #696969;
	font-family: "Droid Serif",Georgia,Times,"Times New Roman",serif;
	padding: 30px 0 0;
}
#intro h1 {
	font-size: 39px;
	line-height: 1.2em;
	margin-bottom: 0;
}

/*//////////////////////////////////////////////////////////////////// 
//  06 - Resume
////////////////////////////////////////////////////////////////////*/
.save {
	position: absolute;
	right: 30px;
	top: 28px;
}
#resume .skills ul {
	float: right;
	list-style-type: none;
	width: 45%;
}
#resume .skills h3 {
	float: left;
	line-height: 22px;
	width: 45%;
}
#resume ul { margin-left: 20px; }
#resume ul li { margin-bottom: 10px; }
#resume .experience ul {
	list-style-type: disc;
	margin-bottom: 30px;
}
#resume .experience ul li {	margin-bottom: 8px; }
#resume .experience h3 {
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 8px;
}
#resume .experience h4 { margin-bottom: 10px; }
#resume .education ul {
	list-style-type: none;
	margin-left: 0;
}
#resume .education ul li { line-height: 16px; }
#resume .education h3 {
	font-weight: bold;
	margin-bottom: 8px;
}

/*//////////////////////////////////////////////////////////////////// 
//  07 - Contact
////////////////////////////////////////////////////////////////////*/
#contact-form {	margin: 15px 0; }
#contact p, label { font-size: 14px; }
#contact h1 {
	color: #333333;
	margin: 10px 0;
}
#contact label {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	clear: left;
	display: inline-block;
	float: left;
	height: 37px;
	line-height: 37px;
	width: 155px;
}
#contact input, textarea, select {
	background: none repeat scroll 0 0 #F5F5F5;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #666666;
	margin: 5px 0;
	padding: 5px;
	width: 280px;
}
#contact input[type="submit"] {
	font-size: 12px;
	font-weight: bold;
}
#contact input.submit {
	background: none repeat scroll 0 0 #7D7D7B;
	border: 1px solid #222222;
	color: #FFFFFF;
	cursor: pointer;
	width: 85px;
}
#contact input.submit:hover { background: none repeat scroll 0 0 #C20000; }
#contact span.require {
	color: #FF0000;
	font-size: 13px;
}
#contact input:focus, textarea:focus, select:focus {
	background-color: #FFFFFF;
	-moz-box-shadow: 0 0 5px #007EFF;
	-webkit-box-shadow: 0 0 5px #007EFF;
	box-shadow: 0 0 5px #007EFF;
	color: #333333;
}
#contact input.error, #contact textarea.error, #contact select.error {
	background: none repeat scroll 0 0 #FEF3F3;
	border: 1px solid #FAABAB;
	-moz-box-shadow: 0 0 5px rgba(204, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(204, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(204, 0, 0, 0.5);
}
/* Messages */
#contact .message {	margin-top: 20px; }
#success { display: none; }
#error { display: none; }
#error h2 { color: #C20000; }

/*//////////////////////////////////////////////////////////////////// 
//  08 - Footer
////////////////////////////////////////////////////////////////////*/
#footer {
	background: none repeat scroll 0 0 #5D5D5D;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#footer ul {
	background: none repeat scroll 0 0 transparent;
	line-height: 1em;
	margin: 0;
	padding: 0 0 0;
}
#footer ul li {
	display: inline;
	margin-right: 7px;
}
#footer h3 { color: #FFFFFF; }
#footer .left {
	margin-right: 30px;
	width: 490px;
}
#footer .right { width: 140px; }
#footer .main {
	margin: 0;
	padding: 30px;
}
#footer a { color: #BEBEBE; }
#footer a:hover { color: #FFFFFF; }
#footer #map {
	background: url("../images/main/map.png") no-repeat scroll 0 0 transparent;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 3px #CCCCCC;
	-webkit-box-shadow: 0 0 3px #CCCCCC;
	box-shadow: 0 0 3px #CCCCCC;
	float: right;
	height: 160px;
	width: 490px;
}
.no-js #footer #map {
	background: url("../images/main/map.png") no-repeat scroll 0 0 transparent;
}
