/* Import other css */
@import url('reset.css');
@import url('social.css');
@import url('comments.css');
@import url('widgets.css');


/* GENERAL ------------------------------------------------------------*/

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

.clearfix{ clear:both; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


.wrapper{
	margin: 0 auto; 
	position: relative;
	
	
}

body{
	
	
	background-color: #ffffff;
	margin: auto;
	font-family: Helvetica ,Arial,sans-serif;
	width: 100%;
	font-size: 10pt;
	text-align: left;
}

canvas {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 50%;
}

body p{
	margin-bottom: 21px;
}

h2{
	font-size: 10pt;

}
#main,
footer,
aside{ line-height: 1.5em; }



.wrapper {
	width: 940px;
}

.right{
	float: right;
}

.left{
	float: left;
}


.right:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#top-widget-holder,
footer,
aside{
    font-size: 12px;
    line-height: 1.5em;
}

.work img{

	width: 50%;
	margin: auto;
	display: block;

}

.video  iframe{

	width: 50%;
	height: 50%;
	margin: auto; 
	
	display: block;
}

.text {

	margin: auto;
	display: block;
	width:50%;
	font-size: 10px;
	}
	
	.about{
	margin-left: 18px;
	
	}
	
	
.text a{
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}
/* visited link */
.text a:link {
    color: #727272;
}

/* visited link */
.text a:visited {
    color: #727272;
}

/* mouse over link */
.text a:hover {
    color: #1C1C1C;
}

/* selected link */
.text a:active {
    color: #F2F2F2;
}


.oben{

	color: #000000;
	font-family: Helvetica ,Arial,sans-serif;
	font-size: 12pt;
	text-align: left;
	position: fixed;
	left: 18%;
	z-index: 1;
	margin-top: 20px;

}

.oben font{
	color: black;
	font-size: 11pt;
	
	}
	
.oben span{
	padding: 0px 20px;
	margin-left: 20px;
}
.oben a{
	color: #000000;
	font-size: 11pt;
	font-family: Helvetica ,Arial,sans-serif;
	text-decoration: none;
}
/* visited link */
.oben a:link {
    color: #A4A4A4;
}

/* visited link */
.oben a:visited {
    color: #A4A4A4;
}

/* mouse over link */
.oben a:hover {
    color: #1C1C1C;
}

/* selected link */
.oben a:active {
    color: #F2F2F2;
}


.page-heading{
	text-align: center;
	margin-bottom: 15px;
	color: #000000;
}

.page-heading span{
	padding: 0px 20px;
	margin-left: 20px;
}





/* HOME ------------------------------------------------------------*/

.home-block{
	margin-bottom: 20px;
	
}

.home-block-heading{
	text-align: center;
	
}

.home-block-heading span{
	padding: 0px 20px;
}

.home-block figure{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	line-height: 1.2em;
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
    -o-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
    box-shadow: 0px 0px 2px rgba(0,0,0,.2);
}

.home-block figure .thumb{
	display: block;
	
}


.home-block figure img{
	max-width: 100%;
	opacity: .999;
		
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.home-block figure a:hover img{
	opacity: 0.3;
	line-height: 0em;
}


.home-block figure.last{
	margin-right: 0px;
}

.home-block figcaption{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/* modernizr fix for ie 8 and earlier */

.no-opacity .home-block figcaption{
	display: none;
}

.no-opacity .home-block figure:hover figcaption{
	display: block;
}

.home-block figure .opener{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 999;
}

.opacity .home-block figure .opener{ display: none; }

.home-block figcaption strong,
.home-block figcaption span,
.home-block figcaption em{
	display: block;
	margin-left: 17px;
	margin-right: 17px;
}

.home-block figcaption strong{ 
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 7px;
	
}

.home-block figcaption span{ 
	font-size: 11px;
	margin-bottom: 7px;
}

.home-block figcaption em{ 
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	position: absolute;
	bottom: 10px;
}

.home-block figcaption em{ font-weight: bold; }

.one-third-thumbs figure{ width: 300px; }

.one-fourth-thumbs figure{ width: 220px; }

.more-link{
	margin-bottom: 0px;
}





/* modernizr fix for ie 8 and earlier */

.no-opacity .portfolio-thumbs figcaption{
	display: none;
}

.no-opacity .portfolio-thumbs figure:hover figcaption{
	display: block;
}

.portfolio-thumbs figure .opener{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 999;
}

.opacity .portfolio-thumbs figure .opener{ display: none; }



/* RELATED PROJECTS ---------------------------------------------------*/

.related-projects{
	display: block;
	width: 940px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 24px 0px 50px 0px;
}

.related-heading{
	font-weight: bold;
	margin: 0px 0px 24px 0px;
}

.related-projects .related-list{
	display: block;
}

.related-projects  figure{
	display: block;
	float: left;
	width: 220px;
	margin-right: 15px;
}

.related-projects  figure .last{
	margin-right: 0px;
}

.related-projects .thumb{
	display: block;
	margin-bottom: 12px;
	
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2); 
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2); 
}

.related-projects .thumb:hover img{
	opacity: 0.5;
}

.related-projects figure img{
	max-width: 100%;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


