/**
 * Author: Thomas Verbeek
 * Purpose: Stylesheet for www.thomasverbeek.com
 * Date: 4 April 2011
 */

/* 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, button {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
	font-style: normal;
}

ul {	
	list-style: none;
}

a img { 
	border: none; 
}

/* Structural styling
------------------------------------------------------------------------------*/
html{
	font-family:				"Century Gothic", "Lucida Grande", Arial, sans-serif;
	background-image:			url('/img/bg.jpg');
	background-attachment: 		fixed;
	background-color: 			#000000;
	color: 						#ffffff;
}

#content_wrapper{
	width: 						850px;
	margin: 					30px auto 30px;
}

/* pink:	[#ff006c, #ff4d98]
 * blue:	[#437EBB, #73AEEB]
 */

a{
	background-color: 			inherit;
	color: 						#437EBB;
}

a:hover{
	background-color: 			inherit;
	color: 						#73AEEB;
}


#navigation{
	font-size: 					10px;
	width: 						850px;
	height: 100px;
	margin: 					30px auto 10px;
	background-color: #222;
	border: 1px solid #2a2a2a;

}

#navigation #logo{
	float: left;
	width: 160px;
	height: 74px;
	margin: 14px;
	padding-left: 6px;
}

#navigation ul{
	float:right;
	border-top: #437EBB solid 5px;
}

#navigation ul li{
	float: left;
}

#navigation ul li a{
	display: block;
	width: 60px;
	height: 55px;
	color: white;
	background-color: inherit;
	text-transform:				uppercase;
	padding: 20px 16px;
	border-left: 1px solid #2a2a2a;
}

#navigation ul li a:hover{
	height: 50px;
	background-color: #2a2a2a;
	border-bottom: 5px solid #4a4a4a;
	background-image: url('/img/nav_bg.png');

}

#navigation ul li #current_page, #navigation ul li #current_page:hover{
	border-bottom: #73AEEB solid 5px;
	background-color: 			#437EBB;
	height: 50px;
	background-image: url('/img/nav_bg.png');
	border-left: 1px solid #437EBB;
}

.media_image{
	border: 1px solid #2a2a2a;
	margin: 20px 0;
}


p{
	clear:						both;
}

/* Menu styling
------------------------------------------------------------------------------*/
.narrow_column{
	float: 						left;
	margin-top:					15px;
	width:						200px;
	font-size: 					12px;
}

.narrow_column ul + ul{
	margin-top: 20px;
}

#brain{
	margin: 10px;
}

/* Social Media
------------------------------------------------------------------------------*/

#social_media{
}

	#social_media img{
		margin: 1px;
	}

	#social_media a:hover img{
		position: relative;
		bottom: 3px;
	}

	.google_plus{
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 3px;
		border: 1px white solid;
		width: 32px;
	}
	

	#top_chat_bubble{
		background-image: url('/img/corner.png');
		padding-bottom: 24px;
		background-repeat: no-repeat;
		background-position: bottom right;
	}	
	
	#bottom_chat_bubble{
		background-image: url('/img/corner_down.png');
		padding-top: 24px;
		background-repeat: no-repeat;
		background-position: top right;
	}	

		.media_container{	
			padding: 10px;
			background-color: #222;
			border: 1px solid #2a2a2a;
		}

			.media_container a{
				font-weight: bold;
			}	

			.media_container li{
				padding-top: 10px;
			}


/* Content styling
------------------------------------------------------------------------------*/
.wide_column{
	float: right;
	width: 						610px;
	margin-left:				15px;
	margin-bottom: 30px;
	text-align: justify;
	position: relative;
	padding-bottom: 30px;
}

.wide_column h1, .wide_column h2, .wide_column h3, .wide_column p, .wide_column q{
	text-transform:				uppercase;
}

.wide_column h1{
	font-size: 					5em;
}
.wide_column h2{
	font-size: 					3em;
}

.wide_column .smaller{
	font-size:					2.8em;
}

.wide_column h3{
	font-size: 					2em;
}


.wide_column p{
	font-size: 					1em;
	margin: 2px 0;
}

.wide_column q{
	background-color:			#437EBB;
	display: 					block;
	margin: 					5px 0;
	padding:					5px;

}

.wide_column span{
	color: 						#909090;
}








.full_column{
	width: 						850px;
	text-align: justify;
	position: relative;
	text-align: center;
	margin-top: 10px;
	margon-bottom: 0px;
}

.full_column h1, .full_column h2, .full_column h3, .full_column p, .full_column q{
	text-transform:				uppercase;
}

.full_column h1{
	font-size: 					5em;
}
.full_column h2{
	font-size: 					3em;
}

.full_column .smaller{
	font-size:					2.8em;
}

.full_column h3{
	font-size: 					2em;
}


.full_column p{
	font-size: 					1em;
	margin: 2px 0;
}

.full_column q{
	background-color:			#437EBB;
	display: 					block;
	margin: 					5px auto;
	padding:					5px;
	width: 610px;
}

.full_column span{
	color: 						#909090;
}


/* Cinema styling
------------------------------------------------------------------------------*/
#cinema{
	width: 850px;
	height: 558px;
	background-image: url('/img/cinema.png');
	margin: 10px 0;
}

#cinema iframe{
	margin-top: 96px;
	margin-left: 180px;
	margin-right: 170px;
	
}


/* Gallery styling
------------------------------------------------------------------------------*/
.mediaBox{
	background-color: #222;
	border: 1px solid #2a2a2a;
	width: 500px;
	height: 100%;
	margin: 10px auto 30px;
	font-size: 10px;
	text-align: left;
}

.mediaBox h2 a{
	color: #ffffff;
}

.mediaBox h2 a:hover{
	color: #73AEEB;
}

.mediaBox .smaller_fonts h2{
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0;
}



.mediaBox p{
	text-transform: none;
}

.mediaImage a, .mediaImage a:hover{
	color: #ffffff;
	font-weight: normal;
}

.mediaImage a.noborder{
	border: 0px;
}

.mediaBox img{
}

.mediaBox .teaser{
	width: 100%;
	height: 144px;
	border-bottom: 1px solid #2a2a2a;
}

.infoBox{
	padding: 2em;
	font-size: 12px;

}

.thumbBox{
	padding: 2em;
}

.thumbBox img{
	
	border: 1px solid #2a2a2a;
	margin: 4px 5px;

}

.mediaImage{
	position: relative;
}

.mediaImage .linkarea{
	position: relative;
	width: 100%;
	height: 144px;
}

.mediaImage .shading{
	position: absolute;
	top: 50%;
	height: 50%;
	width: 100%;
	background-image: url('/img/trans_bg_64a.png');
}

.mediaImage p.projectName{
	position: absolute;
	left: 2em;
	bottom: 3.2em;
}

.mediaImage p.clientName{
	position: absolute;
	left: 2em;
	bottom: 2em;
}

.mediaImage p.tooltip{
	position: absolute;
	right: 2em;
	bottom: 2em;
}

/* Blog
------------------------------------------------------------------------------*/

.mediaBox h1{
	font-size: 36px;
}

.mediaBox h2{
	font-size: 20px;
}

.mediaBox h3{
	font-size: 14px;
}

#searchform{
	margin: 10px 0 10px;
}

.entry-content{
	padding-top: 20px;
	padding-bottom: 20px;
}

.entry-content img{
	margin-top: 0;
	margin-bottom: 0;
}

.entry-content ul, .entry-content ol{
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.entry-content ul{
	list-style-type: disc;
}

/* social media links after post content */
.entry-content div{
	margin-top: 40px;
}

.entry-content .wp-caption{
	margin-top: 0;
}

.entry-content .wp-caption-text{
	text-align: center;
}

.entry-content em{
	font-style: italic;
}

.entry-content p{
	margin-top: 20px;
	margin-bottom: 20px;
}

.entry-content blockquote{
	padding-left: 50px;
	padding-right: 50px;
	font-style: italic;
}

#entry-author-info{
	clear: both;
	height: 60px;
	padding: 5px;
	margin: 10px 0;
}



#author-description{
	padding: 5px 5px 5px 70px;

}

#author-avatar{
	float: left;
	border: 1px solid #222;
	margin-right: 20px;
	width: 66px;
	height: 66px;
}

#author-avatar img{
	border: 3px white solid;
}

#respond{
	margin-top: 50px;
}

.entry-utility{
	margin: 10px 0;
}

#commentform label{
	float: left;
	width: 150px;
}

#commentform input, #commentform textarea{
	width: 250px;
	float: left;
}

#commentform textarea{
	margin: 5px 0 15px;
}

#commentform p{
	margin: 10px 0;
}

#commentform #submit{
	width: 125px;
	margin: 20px auto 0;
	float: none;
}

#comments, .commentlist, .commentlist li{
	margin-top: 20px;
	margin-bottom: 20px;
}

.commentlist{
	margin-left: 5px;
}

#comments .avatar-40{
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border: 1px white solid;
}

.comment-body p{
	margin-top: 5px;
	margin-bottom: 5px;
}

.comment-body ol{
	list-style-type: decimal;
	padding-left: 20px;
}

.children{
	border-left: 1px grey dotted;
	padding-left: 20px;
}

.aligncenter{
	margin-left: auto;
	margin-right: auto;
}

.cat-links{
	clear: both;
}

/* Login styling */

.login #login {
	padding: 20px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	font-size: 12px;
}

.login #login h1 a {
	background-image: url('/img/logo.png');
	width: 254px;
	height: 117px;
	margin: 0px 36px;
}

.login form{
	padding: 10px;
	padding-bottom: 55px;
	margin: 20px 0;
}

.login #nav {
	text-align: center;
}

.login #nav a{
	color: 						#437EBB!important;
	text-shadow: none;
	width: 100%;
}

.login #nav a:hover{
	color: 						#73AEEB;
}

.login #backtoblog{
	background: none;
	background-color: #222;
	border: 1px solid #2a2a2a;
}

.login #backtoblog a{
	color: 						#437EBB;
}

.login #backtoblog a:hover{
	color: 						#73AEEB;
}

/* Footer styling
------------------------------------------------------------------------------*/
#footer {
	position: relative;
	clear:both;
	text-align: center;
	font-size:					12px;
	min-width:					850px;
	border-top: 				1px solid #2a2a2a;
	border-bottom: 				1px solid #2a2a2a;
		background-image: url('/img/trans_bg_64a.png');

	/*border-top: 				2px #909090 solid;
	border-bottom: 				2px #909090 solid;*/
	padding: 40px 0 20px;
	margin-top: 60px;
} 

#footer_structure {
	width: 850px;
	margin: 0 auto;
	position: relative;
	padding-top: 40px;
}

#footer p{
	padding-top: 5px;
	padding-bottom: 10px;
}

#playgroup_1{
	width: 292px;
	height: 476px;
	position: absolute;
	top: -430px;
	left: -50px;
	background-image: url('/img/playtime_group.png');
}


#playgroup_2{
	float: left;
	width: 194px;
	height: 175px;
	background-image: url('/img/playtime_group2.png');
	margin: 20px;
}

#playtime_doit{
	width: 170px;
	height: 96px;
	position: absolute;
	top: -70px;
	left: 371px;
	background-image: url('/img/playtime_doit.png');
	background-repeat: no-repeat;
}
	
/* Overrider styling
------------------------------------------------------------------------------*/

.hide{
	display: none;
}
