/* @override http://onursonmez.com/2013/site/themes/granti/css/main.css */

/* last update january 26 2014 10:48 linz - snow outside, after heavy saturday night */

/* last update may 25 2013 01:37 - very cold (5 celcius) may night after spending 3 hours in church  */

/* last update may 21 2013 12:55 in leonfeldner strasse - still a bit cold for may */

/* last update may 4 2013 12:26 while sitting in rudolfstrasse on a cloudy day */

/* last update january 8 2012 20:23 while on skype */

html, body {
	padding: 0;
	margin: 0;
}

html {
	font-size: 62.5%;
}

body {
    font-family: 'Cousine', sans-serif;
	font-size: 1.5em;
background-color: #fffeff;


}

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

p a {
	padding-bottom: 1px;
	border-bottom: 1px solid #666;
}

p a:hover {
	border-bottom: none;
}

img {
	border: 0;
}

p {
	padding: 0;
	margin: 0px 0 10px 0;
	line-height: 1.6em;
}

h1, h2 {
	padding: 0;
	margin: 0;
	font-size: 1em;
}

h2.page-title {
	font-weight: normal;
	font-size: 1.0em;
	color: #1600ff;
}

/*
 * Utilities
 */

.align-left {
	float: left;
}

.align-right {
	float: right;
}

.align-center {
	margin: 0 auto 0 auto;
}

/*
 * Parts
 */

#site {
	width: 860px;
	margin: 40px auto 20px 50px;
}

#header {
	float: left;
	margin-bottom: 50px;
	width: 100%;
	font-size: 1.8em;
}

#header #title {
	text-decoration: none;
}

#header #title a {
	color: #212121;
}

#header #title a:hover {
	border-bottom: 1px solid #EF2400;
}

#main {
	float: left;
	margin-bottom: 70px;
}

#content {
	clear: both;
}

.page-text {
	margin: 10px 10px 20px 0;
	width: 450px;
}

/*
 * Menu
 */

#menu {
	margin-top: 6px;
}

#menu a {
	color: #212121;
	font-size: 18px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#menu .active a {
	color: #1600ff;
}

#menu a:hover {
	color: #CCC;
}

#menu ul {
	float: left;
	clear: both;
	display: block;
	padding:  0;
	margin: 0;
	list-style: none;
}

#menu li {
	float: left;
	margin-right: 21px;
	list-style: none;
}

/*
 * Projects
 */

.fileGroup {
	float: left;
	margin-bottom: 20px;
}

.slideshow {
	clear: both;
	color: #666;
}

.slideshow-nav {
	margin-bottom: 3px;
	font-size: 0.9em;
}

.slideshow-nav a {
	color: #999;
}

.slideshow-nav a:hover {
	color: #666;
}

.textblock {
	float: left;
	margin: 0px 10px 20px 0;
	width: 450px;
}

.file {
	margin-bottom: 10px;
}

.file img {
	display: block;
	padding: 0;
	margin: 0;
	max-width: 860px;
}

.file .info {
	margin-top: 5px;
	font-size: 0.9em;
	width: 450px;
}

.file .info .title {
	color: #1600ff;
}

.file .info .caption {
	
}

.project {
	float: left;
	display: block;
	margin-right: 20px;
	margin-bottom: 15px;
	width: 400px;
	height: 310px;
	overflow: hidden;
	outline: none;
	
	
}

.project .thumbnail {
	display: block;
	height: 260px;
	width: 400px;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}

.project .details {
	display: block;
	margin-top: 10px;
	text-align: center;
	color: #000;
}

.project:hover .details {
	color: #8e8e8e;
}

.project .details .tags a {
	color: #666;
}

.project.active .details {
	color: #1600ff;
}

.tags {
	margin-bottom: 20px;
	font-size: 0.9em;
	color: #999;
}

.project-intro .tags {
	margin-bottom: 0;
}

.tags a {
	color: #666;
}

.tags a:hover {
	color: #999;
}

.project-intro {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.view {
	float: left;
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 100%;
}

.last {
	margin-right: 0;
}

/*
 * Blog
 */

.post {
	margin: 0px 0 40px 0;
}

.postTitle a:hover {
	text-decoration: underline;
}

.post img {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
}

.post .text {
	margin: 20px 0 0 0;
	width: 450px;
}

.post .date {
	color: #999;
}

.post .more {
	font-size: 1.2em;
	color: #1600ff;
}

.post .more:hover {
	color: #999;
}