/*
Theme Name: Sch
Theme URI: http://www.marcelschouwenaar.nl
Description: Online portfolio.
Version: 2.0
Author: M Sch
Author URI: http://www.marcelschouwenaar.nl
Tags: portfolio, light
*/

/*
Color palette
-------------------------------
pink: 			color: #c8425f;
green: 			color: #2d5c5a;
light grey: 	color: #f4f4f3;
light blue: 	color: #d1d7da;
medium grey:	color: #898682;
dark grey:		color: #2e2825;
*/


* { margin: 0;}
body, html{
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: "Lucida Sans", helvetica, Arial, _sans;
	font-size: 14px;
	line-height: 22px;
	background-color: #2e2825;
	color: #898682;
}
p{
	padding-bottom: 10px; 
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #c8425f;
	border: none;
}
a:hover{
	color: #ff003f;
}
img {
	border: none;
}
h1, h2, h3, h4, legend, .quote{
	font-family: helvetica, Arial, _sans;
}
table, td, tr{
	border: none;
	vertical-align: top;
}
table {
	width: 100%;
}
.resume td {
	padding-bottom: 5px;
	width: 75%;
	height: 20px;
	padding: 0px 15px 0 0;
}
td h3{
	margin-bottom: 5px;
}
tr {
	padding-bottom: 10px;
}
.resume td:first-child{
	width: 25%;
	text-align: right;
	font-style: italic;
}
td strong{
	color: white;
}
.centerThis{
	margin: auto 0;
	text-align: center;
}
ul.subNav {
	font-family: "Lucida Sans", Helvetica, Arial, _sans;
	font-size: 12px;
	font-weight: normal !important;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 210px;
}
.subNav li{
	display: block;
	padding: 1px 0;
	width: 210px;
}
.subNav li a{
	display: block;
	font-weight: normal;
}
#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -320px 0;
}
.center {
	position: relative;	
	margin: 0 auto;
	width: 870px;
}
.loading {
	margin: 0px auto;
	height: 16px;
	width: 16px;
	background-image: url(images/ajax-loader.gif);
	background-repeat: no-repeat;
}
#head {
	height: 110px;
	width: 100%;
}
#head #title h1 {
	display: none;
}
#head #title {
	position: absolute;
	height: 210px;
	width: 210px;
	background-image: url(images/logo.png);
	z-index: 99;
}
.navigation ul{
	margin: 0;
	padding: 0;
	float: right;
	display: block;
	height: 100px;
}
.navigation li{
	float: right;
	display: block;
	height: 100px;
	margin: 0 0 0 30px;
	padding: 78px 0 0 0;
	font-family: Helvetica, Arial, _sans;
}
.navigation li a{
	display:block;
	font-size: 18px;
	font-weight: bold;
	color: #d1d7da;
	text-decoration: none;
	text-shadow: 0px 1px 2px #000;
}
.navigation a:hover{
	color: #d81f4a;
}
#introText {
	position: relative;
	background-image: url(images/meBig.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 430px;
	margin-bottom: 10px;
	width: 100%;
}
#nav { 
	text-align: center;
}
#nav a{
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	background-image: url(images/circle.png);
	background-repeat: no-repeat;
	line-height: 30px;
}
#nav .activeSlide {
	background-image: url(images/circleDot.png);
}
#nav2 { 
	text-align: center;
	clear: both;
	height: 30px;
}
#nav2 a{
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #2e2825;
	background-image: url(images/circle.png);
	background-repeat: no-repeat;
	line-height: 30px;
}
#nav2 .activeSlide {
	background-image: url(images/circleDot.png);
}


.quotes {
	position: absolute;
	left: 210px;
	top: 50px;
	width: 450px;
	opacity: 0;
}
.quote{
	color: #898682;
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 26px;
	background-image:url(images/bubbleMiddle.png);
}
.quote strong{
	color: #c8425f;
}
.quote span {
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	min-height: 60px;
	width: 410px;
}
.top {
	background-image:url(images/bubbleTop.png);
	height: 20px;
	width: 450px;
}
.bottom{
	background-image:url(images/bubbleBottom.png);
	height: 50px;
	width: 450px;
}
#content {
	margin-top: 10px;
}
.content .col2 ul, .content .col4 ul, .content .col6 ul{
	margin: 0;
	padding: 0;
	list-style-image: url(images/circle.png);
	list-style-position: inside;
}
.content .col2 li, .content .col4 li, .content .col6 li{
	padding: 5px 0px 5px 0;
}
.newRow{
	margin-bottom: 25px;
	border-top: 1px solid white;
	width: 870px;
	overflow: hidden;	
}
#tempPage, #tempPortfolio, #tempPortfolioOverview{
	position: absolute;
	height: 5px !important;
	width: 650px !important;
	overflow: hidden;
	visibility: hidden;
}
.col2 {
	float: left;
	display: block;
	margin-right:10px;
	padding: 0 10px;
	width: 190px;
	min-height: 100px;
	font-size: 12px;
	line-height: 20px;
}
.lastCol2{
	margin-right: 0px;
}
.col2Title{
	width: 210px;
	padding: 0px;
}
#col2Contact{
	width: 210px;
	float: left;
}
.col6 {
	float: left;
	display: block;
	width: 630px;
	padding: 0 10px;
	font-family: "Lucida Sans", Helvetica, Arial, _sans;
	font-size: 12px;
	line-height: 20px;
}
.content h2{
	font-family: Helvetica, Arial, _sans;
	padding: 23px 10px 0 10px;
	margin: 0;
	letter-spacing: -0.1;
	color: #111;
	text-shadow: 0px 1px 2px #444;
	font-size: 42px;
	line-height: 28px;
	min-height: 50px;		
}
#col6Portfolio, #col6Profile, #col6Contact {
	font-family: "Lucida Sans", Helvetica, Arial, _sans;
	font-size: 13px;	
	float: left;
	display: block;
	width: 650px;
	overflow: hidden;
}
#col6Portfolio ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
}
#col6Portfolio li{
	margin: 0 10px 20px 0px;
	padding: 0 10px;	
	float: left;
	display: block;
}
#portfolioIcons a{
	height: 190px;
}
div#portfolioIcons{
}
#portfolioImages{
	margin: 0 10px;
}
#portfolioImages div{
	height: 400px;
	width: 630px;
	background-position: center center;
	background-repeat: no-repeat;
}

#col6Portfolio li.end-row { margin-right: 0;}
#col6Portfolio li:nth-child(3n) {margin-right: 0;}
#col6Portfolio li.first-row {clear: left;}
#col6Portfolio li:nth-child(3n+1) {	clear: left;}

.portfolioImage{
	float: left;
	height: 400px;
	width: 630px;
}


.col4 {
	float: left;
	display: block;
	width: 410px;
	padding: 0 10px;
	margin-right: 10px;
	font-family: "Lucida Sans", Helvetica, Arial, _sans;
	font-size: 12px;
	line-height: 20px;
}
.lastCol4{
	margin-right: 0px;
}
.col4 strong{
	color: white;
}
h3{
	font-family: Helvetica, Arial, _sans;
	font-size: 18px;
	font-weight: bold;
	color: #d1d7da;
	text-decoration: none;
	text-shadow: 0px 1px 2px #000;
	color: white;
}
.col2 h2{
	margin: 0;
	padding: 20px 0 0 0;
	border-top: 4px solid white;
	letter-spacing: -0.05em;
	font-size: 42px;
	color: white;
	text-shadow: 0px 1px 2px #000;	
	height: 50px;
	line-height: 28px;
}
.col2 p, .col4 p, .col6 p{
	padding-bottom: 10px;
}

/*FORM*/
/*
Color palette
-------------------------------
pink: 			color: #c8425f;
green: 			color: #2d5c5a;
light grey: 	color: #f4f4f3;
light blue: 	color: #d1d7da;
medium grey:	color: #898682;
dark grey:		color: #2e2825;
*/


fieldset{
	border: 1px solid #898682;
	width: 378px;
	padding: 20px;
}
label {
	float: left;
	text-align: right;
	width: 100px;
	margin-bottom: 20px;
}
legend {
	font-family: Helvetica, Arial, _sans;
	font-size: 18px;
	font-weight: bold;
	color: #d1d7da;
	text-decoration: none;
	text-shadow: 0px 1px 2px #000;
	color: white;
}
label.error {
	float: right;
	text-align: right;
	width: 260px;
	color: #c8425f;
	margin-top: -15px;
}
input, textarea{
	border: 1px solid #2d5c5a;
	background-color: white;
	float: right;
	width: 260px;
	margin-bottom: 20px;
}
fieldset p{
	clear: both;
}
.submit{
	margin-bottom: 0px;
	width: 100px;
	float: right;
}
textarea{
	height: 200px;
}

.messageSuccess{
	border: 1px solid #898682;
	width: 378px;
	padding: 20px;
	color: white;
}
.messageFail{
	border: 1px solid #c8425f;
	width: 378px;
	padding: 20px;
	color: #c8425f;	
}


/*FOOTER*/
#push {
	height: 320px;	
}	
#footer {
	width: 100%;
	height: 320px;
	background-color: #111;
	color: #898682;
	margin: 0 auto;
	overflow: hidden;
	font-size: 11px;
	line-height: 15px;
	padding-top: 120px;
	font-family: "Lucida Sans", Helvetica, Arial, _sans;
}
#footer p{
	margin-bottom: 10px;
}
#footer strong {
	margin-bottom: 15px;
	font-family: Helvetica, Arial, _sans;
	display:block;
	font-size: 18px;
	font-weight: bold;
	color: white;
	text-shadow: 0px -1px 1px #aaa;	
}
.hugeLoading{
	z-index: 100;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-image: url(images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center 300px;
	background-color: #2e2825;
 	-moz-opacity:.80; 
	filter:alpha(opacity=80); 
	opacity:.80;		
}
.hugeLoading p{
	margin-top: 350px;
	color: white;
	font-weight: bold;
	text-align: center;
}
.noJS {
	z-index: 101;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #2e2825;
}
.noJS p{
	margin-top: 350px;
	color: white;
	font-weight: bold;
	text-align: center;
}