/*
Theme Name: Moritz Otto - Theme
Theme URI: http://www.moritzotto.de
Description: A blank canvas WordPress theme for developers based on the 960 CSS framework.
Version: 1.0
Author: Moritz Otto
Author URI: http://www.moritzotto.de
Tags: fixed-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar

	960bc v1.6
	http://www.guardianwebdesign.com.au/960bc

	This theme was designed and built by Troy Dean
	as a starting point for WordPress developers who
	like the 960 grid system.
	http://www.960.gs
	The theme includes no images and minimal styling,
	providing a blank canvas for the designer to unleash
	her css magic.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Begin Structure */

body {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		font-family: 'Terminal Dosis', Arial, Helvetica, sans-serif;
		color: #333;
		}

#page {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		}

/* HEADER */

#header {
		height: 540px;
		width: 100%;
		background: url(images/bulb_back.png) 50% 0px no-repeat;
		overflow: hidden;
		}
	
#headerbg {
	/*background-color: #CCC;*/
	background: url(images/bulb_front.png) 50% 0px no-repeat;
	height: 600px;
}
		
#header h1 {
		font-size: 90px;
		margin-left: 10px;
		margin-top: 70px;
		float: left;
		color: #F00;
		}		

#headerimg {
		margin-top: 55px;
		}				
		
.scrollWrap {
	margin-bottom: 100px;
	/*background-color: #F3F3F3;*/
	overflow: hidden;
	min-height: 200px;
}
		
/* Typo */	

h1 {
	font-size: 60px;
	font-weight: 200;
	margin-bottom: 20px;
}

h2 {
	font-size: 80px;
	font-weight: 200;
}

h3 {
	font-size: 32px;
	font-weight: 200;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #333;
}

.scrollWrap a{
	color: red !important;
}

h2.header {
	font-size: 20px;
	font-weight: 200;
	float: left;
	text-decoration: none !important;
	margin: 0 20px 0 0;
}
		
		
/* Structure */

#floatingNav{
	margin-left: 10px;
	margin-top: -80px;
	padding-top: 20px;
	width: 940px;
	height: 45px;
	background-color: #333;
	float: left;
	position: fixed;
	color: #FFF;
	z-index: 999;
	}
	
#floatingNav a{
	font-size: 20px;
	color: #FFF;
	}
	
#floatingNav a.selected{
	font-size: 20px;
	color: red;
	}		

#floatingNav h2{
	font-size: 20px;
	padding-left: 20px;
	}

#floatingNav ul {
		padding-left: 20px;
		}

#floatingNav ul li{
		font-size: 20px;
		float: left;
		margin: 0 20px 0 0;
		}

#navigation {
	margin-top: 30px;
	/*background-color: #F3F3F3;*/
}

#navigation ul{
}

#navigation ul li{
	font-size: 20px;
	float: left;
	margin: 0 20px 0 0;
}

#start h1.sectionHeader {
	display: none;
}

#content {
		}

/* ABOUT */

#about {
}

#about h1{
	margin-bottom: 40px;
}

#about p{
	font-size: 20px;
	line-height: 30px;
	-moz-column-width: 460px;
	-webkit-column-width: 460px;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	margin-bottom: 30px;
}

#about ul{
	margin-top: 40px;
	margin-left: -20px;
	overflow: hidden;
}

#about ul li{
	width: 140px;
	height: 140px;
	background-color: #F3F3F3;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

/* PORTFOLIO */

#portfolio {
}

#portfolio ul{
	background: url(images/portfolio_background_grid.png) 20px 0px no-repeat;
	margin-top: 40px;
	margin-left: -20px;
	overflow: hidden;
}

#portfolio ul li{
	width: 140px;
	height: 140px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

#portfolio ul li img{
	opacity:0.9;
	filter:alpha(opacity=90);
}

#projects {
	background: url(images/portfolio_background_grid.png) 20px 0px no-repeat;
	margin-top: 40px;
	margin-left: -20px;
	overflow: hidden;
}

.projectDetails {
	width: 140px;
	height: 140px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.projectDetails .inside {
	position: relative;
	top: 0px;
	width: 140px;
	height: 280px;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.projectDetails .inside:hover {
	top: -140px;
	-moz-transform-origin: top;
	-webkit-transform-origin: top;
	transform-origin: top;
	background-color: red;
}

.projectDetails .inside p {
	font-size: 20px;
	line-height: 23px;
	color: #FFF;
	overflow: hidden;
}

.projectDetails .inside .title{
	font-size: 20px;
	line-height: 23px;
	color: #FFF;
	padding: 10px;
	display: block;
}


/* AWARDS */

#awards {
}

#awards ul{
}

#awards ul li{
	width: 100%;
	float: left;
	padding: 20px 0 20px 0;
	border-bottom: 1px dotted #666;
}

/* CONTACT */

#contact {
}

#contact p{
	font-size: 20px;
	line-height: 30px;
}

#contact ul{
	background: url(images/portfolio_background_grid.png) 20px 0px no-repeat;
	margin-top: 40px;
	margin-left: -20px;
	overflow: hidden;
	height: 140px;
}

#contact ul li{
	width: 140px;
	height: 140px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#contact ul li:hover{
	top: -140px;
	-webkit-transform: rotate(10deg) scale(0.9); 
	-moz-transform: rotate(10deg) scale(0.9); 
	-o-transform: rotate(10deg) scale(0.9); 
	-ms-transform: rotate(10deg) scale(0.9);
}


<!-- Footer -->

#footer {
		margin: 40px 0 0 0;
		padding: 60px 0;
		}

#footerContent {
	border-top: 1px dotted #666;
	margin-bottom: 40px;
	padding-top: 20px;
}

#footerContent p{
	font-size: 20px;
	line-height: 30px;
}

#footerContent p .right{
	text-align: right;
	float: right;
}

#impress {
	display: none;
	margin-top: 40px;
	margin-bottom: 20px;
}

.post {
		margin: 0 0 40px;
		}

.postmetadata {
		margin: 30px 0;
		}

.smallattachment {
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
		}

.attachment {
		margin: 5px 0px;
		}

.postmetadata {
		clear: both;
		}

/* End Structure */

/* Begin Images */
p img {
		padding: 0;
		max-width: 100%;
		}

img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		}

img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		}

.alignright {
		float: right;
		}

.alignleft {
		float: left
		}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
		}

html>body .entry li {
		margin: 7px 0 8px 10px;
		}

.entry ul li:before, #sidebar ul ul li:before {
		content: "\00BB \0020";
		}

.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
		}

.entry ol li {
		margin: 0;
		padding: 0;
		}

.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
		margin: 10px auto;
		padding: 5px 3px;
		text-align: left;
		}

#sidebar #searchform #s {
		width: 108px;
		padding: 2px;
		}

#sidebar #searchsubmit {
		padding: 1px;
		}

.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}

select {
		width: 130px;
		}

#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}

#commentform {
		margin: 5px 10px 0 0;
		}

#commentform textarea {
		width: 100%;
		padding: 2px;
		}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		}

#commentform #submit {
		margin: 0 0 5px auto;
		float: right;
		}

/* End Form Elements */

/* Begin Comments*/

.alt {
		margin: 0;
		padding: 10px;
		}

.commentlist {
		padding: 0;
		text-align: justify;
		}

.commentlist li {
		margin: 15px 0 10px;
		padding: 5px 5px 10px 10px;
		list-style: none;
		}

.commentlist li .avatar { 
		float: right;
		padding: 2px;
		}

.commentlist li ul li { 
		margin-right: -5px;
		margin-left: 10px;
		}

.commentlist p {
		margin: 10px 5px 10px 0;
		}

.children {
		padding: 0;
		}

#commentform p {
		margin: 5px 0;
		}

.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

.commentmetadata {
		margin: 0;
		display: block;
		}

/* End Comments */

/* Begin Calendar */
#wp-calendar {
		empty-cells: show;
		margin: 10px auto 0;
		width: 155px;
		}

#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}

#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}

#wp-calendar a {
		display: block;
		}

#wp-calendar caption {
		text-align: center;
		width: 100%;
		}

#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}

/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
		cursor: help;
		}

blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		}

blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

.center {
		text-align: center;
		}

.hidden {
		display: none;
		}

hr {
		display: none;
		}

.navigationTop {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 30px;
		}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

.wp-caption {
		text-align: center;
		padding-top: 4px;
		margin: 10px;
		}

.wp-caption img {
		margin: 0;
		padding: 0;
		}

.wp-caption p.wp-caption-text {
		padding: 0 4px 5px;
		margin: 0;
		}
/* End captions */
