html, body {
	height:100%;
}

body {
	background: #fff;
	font-family: “Hoefler Text”, Georgia, serif;
/*	font-family: Geneva, “Lucida Sans”, “Lucida Grande”, “Lucida Sans Unicode”, Verdana, sans-serif;*/
	font-size: 16px;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6, label, a {
	font-family: Helvetica, Arial, sans-serif;
} 

#page {
	height: auto !important;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
}
.contentWrapper {
	padding-bottom: 17em;
}

input[type="text"], textarea {
/*	font-family: inherit !important;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding: 0.5em;
}
textarea {
	height: 6.5em;
}

ul {
	list-style-position: outside;
	margin-left: 0;
}
hr {
	height: 1px;
}
.align-right {
	text-align: right;
}
.clear {
	height: 0;
}

q:before { content:"\0BB"; }
q:after { content:"\0AB"; }
  q q:before { content:"\203A"; }
  q q:after { content:"\2039"; }

/* @group Head */
#header {
	background: transparent;
	font-family: Helvetica, Arial, sans-serif;
	margin: 2em 0 1.5em;
	
}
a.meinLogo {
	display: block;
	margin: 0 auto;
	position: relative;
}
#header h1, #header h2 {
	float: left;
	background: transparent url(../img/mariofink.png) no-repeat;
	margin-bottom: 0 !important;
	text-indent: -9999px;
	width:  271px;
}

#header h1 a {
	display: block;
}
#header h1 a, #header h2 a {
	/* to make links clickable */
	height: 1em;
}
.tweet {
	font-size: 0.8em;
}
.tweet a {
	color: #999;
}
.tweet .twitter-timestamp {
	white-space: nowrap;
}
/* @group Top Navigation */
#navigation {
	margin-top: 1em;
	position: relative;
}
#navigation .links {
	/*border-top: 1px solid;
	border-bottom: 1px solid;*/
	margin-right: 0 !important; /* overriding grid gutter from blueprint */
	padding-right: 10px;
}
#navigation li {
	padding: 0 1.5em 0 0;
}
#navigation li.first {
/*	border-left: 1px solid;*/
}
#navigation li a {
	font-size: 1.25em;
	line-height: 1.6em;
}
#navigation li.active a, #navigation li.active a strong {
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: underline;
}

#navigation ul {
	list-style: none;
	margin: 0;
}
#navigation ul li {
	float: left;
	font-size: 1em;
	font-weight: bold;
}
#navigation .breadcrumb {
	clear: both;
	color: #999;
	line-height: 2.25em;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius-bottom-left: 5px;
	border-radius-bottom-right: 5px;
	margin-right: -11px; /* grid gutter plus border*/
}
#navigation .breadcrumb a {
	color: #999;
	padding: 0;
}
/* @end */
/* @end */

/* @group Search */
#s {
	margin: 0;
	height: 1em;
	width: 212px;
}
.empty {
	color: #999;
}
/* @end */

/* @group Sidebar */
#sidebar {
/*	font-family: Palatino, “Palatino Linotype”, Cambria, Georgia, serif;*/
}
#sidebar ul {
	list-style: none;
	margin: 0;
}
#sidebar ul li ul {
	margin-bottom: 2em;
}
#sidebar ul li ul li {
	border-bottom: 1px solid;
	font-weight: bold;
}
#sidebar ul li ul li a {
	font-family: “Hoefler Text”, Cambria, Georgia, serif;
	font-weight: 200;
	padding: 0 0.5em;
	text-decoration: none;
}
#sidebar ul li ul li a:hover {
	text-decoration: underline;
}
#sidebar h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 0.25em 0.5em;
}
/* @end */


/* @group Footer */
#footerWrapper {
	width: 100%;
	position: absolute;
	border-top: 1px solid #ccc;
	bottom:0;
	left: 0;
}
#footer {
	margin-bottom: 1em;
}
#footer h4 {
	font-family: “Hoefler Text”, Cambria, Georgia, serif;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0.25em;
}
#footer ul {
	font-family: Helvetica, Arial, sans-serif;
	list-style: none;
	margin: 2em 0;
}
#footer ul li ul {
	margin: 0;
}
#footer .portfolioThumb img {
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	border: 1px solid #ccc;
	margin: 0.5em 0;
	width: 162px;
	height: 100px;
}
#footer .legal {
	text-align: center;
}
#networx li {
	height: 32px;
	margin-bottom: 0.5em;
}
/* @end */

/* @group Home */
.home .contentWrapper {
	margin-top: 1em;
}
.home .foto {
	text-align: center;
}
.home .blogposts ul {
	list-style: none;
}
/* @end */

/* @group Blog */
.previous-posts-link {
	float: left;
	margin-bottom: 1em;
}
.next-posts-link {
	float: right;
	margin-bottom: 1em;
}

.mfpost {
	
}
.mfpost .title h1 {
	font-size: 2em;
	margin-bottom: 0.75em;
}
.mfpost .title h1, .mfpost .title h2 {
	font-weight: bold;
	letter-spacing: -0.025em;
	line-height: 1em;
}
.mfpost .post-categories {
	list-style: none;
	float: left;
	font-size: 0.8em;
	margin: 0 1.5em 0.75em 0;
}
.mfpost .post-categories a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
/*	line-height: 1em;*/
	text-transform: uppercase;
	padding: 0.25em 0.75em;
	text-decoration: none;
	border-radius: 5px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.mfpost .retweet  {
	float: left;
	position: relative;
	margin: 0 1.5em 0.75em 0;
/*	top: 2px;*/
}
.mfpost .title .commentCount {
	float: right;
	font-family: Helvetica, Arial, sans-serif;
/*	margin-top: 1.75em;*/
	text-align: center;
	width: 2em;
}
.mfpost .title .commentCount a {
	color: #fff;
	text-decoration: none;
}
.mfpost .title .commentCount a:hover {
	text-decoration: underline;
}
.mfpost .meta {
	font-size: 0.8em;
	text-align: right;
	margin-bottom: 1em;
}
.mfpost a.more-link {
/*	display: block;*/
	font-family: Helvetica, Arial, sans-serif;
	margin: 1.5em 0;
	text-decoration: none;
	padding: 0 0.5em;
	float: right;
}
/* @group Comments */
ol.commentlist {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
}
li.comment .comment-meta {
	font-size: 0.8em;
	text-align: right;
}
li.comment .comment-meta a {
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
li.comment .comment-author cite {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
} 
li.comment .comment-text {
	margin-top: 0.5em;
}
div.comment {
	border-bottom: 1px dashed #eee;
	margin-bottom: 1.5em;
}
#submit {
	font-size: 0.8em;
	margin-top: 0.5em;
}
/* @end */
/* @end */

/* @group Portfolio */
#portfolio {
	margin-top: 1em;
}
#portfolio .projectPreview {
	float: left;
	margin-right:50px;
	width: 230px;
}
#portfolio .bigImage {
	box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	height: 242px;
}
#portfolio .thumbnail {
	box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	height: 142px;
	margin: 0.5em 0;
}
#portfolio .project {
	font-size: 0.8em;
}
/* @end */

/* @group Contact */
.visitenkarte {
	background: transparent url(../img/visitenkarte.png);
	width: 300px;
	height: 190px;
	margin-top: 1.5em;
}
.visitenkarte h4, .visitenkarte h5 {
	color: #555;
	font-family: Georgia, serif;
	font-size: 1em;
	font-weight: lighter;
	margin-left:  106px;
}
.visitenkarte h4 {
	color: #333;
	font-style: italic;
	margin-bottom: 0.5em;
	padding-top: 1.25em;
}
.visitenkarte h5 {
	font-size: 0.8em;
	line-height: 1.25em;
}
.visitenkarte .email {
	display: block;
	margin: 0 auto;
	text-align: center;
}
ul.contactLinks {
	float: right;
	list-style: none;
	margin: 1em 0.75em 0 0;
}
ul.contactLinks li {
	float: left;
}
ul.contactLinks li a {
	color: #555;
}
ul.contactLinks img {
	margin-right: 0.5em;
	vertical-align: middle;
}
/* @group Contactform */
form.wpcf7-form p {
	margin-bottom: 0.5em;
}
form.wpcf7-form label {
	line-height: 1em;
}
span.wpcf7-not-valid-tip {
	background: #D90007 !important;
	border:1px solid #D90007 !important;
	color: #fff;
	font-size:1em !important;
	line-height: 1.5em;
	left: 0.5em !important;
	padding: 0 0.5em !important;
	top: -0.25em !important;
}
div.wpcf7-response-output {
	border: 2px solid #D90007 !important;
	margin: 0 !important;
}
/* @end */
/* @end */

/* bubblz */
.bubble {
	background: white;
	border: 1px solid #999;
	box-shadow: 0 0 5px #666;
	display: none;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	-moz-border-radius: 5px 5px;
	-webkit-border-radius: 5px 5px;
	font-size: 0.85em;
	padding: 0.5em 1em;
	position: absolute;
	text-align: center;
	max-width: 190px;
}


/* Bubble with a right angled triangle
thanks to http://nicolasgallagher.com/demo/pure-css-speech-bubbles/bubbles.html
------------------------------------------ */
.triangle-right {
	position:relative;
	padding:0 0.25em;
	margin:0;
	background:#59A2D1; /* default background for browsers without gradient support */
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* creates triangle */
.triangle-right:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-20px; /* value = - border-top-width - border-bottom-width */
	left:10px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:10px 10px 10px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#59A2D1 transparent transparent; 
}

.syntaxhighlighter {
	font-size: 0.8em !important;
	margin-bottom: 2em !important;
}

/* @group Colours */
/*
very light grey: #f6f4f7
very light blue: #ACD6F1
*/

body {
	color: #272428;
}

#page {
	background: #fff;
}

a {
	color: #1882c8;
}
a:hover {
	color: #1882c8;
}
a:visited {
/*	color: #9d0b00;*/
}

#navigation a {
	color: #272428;
}
#navigation .links {
	/*border-color: #ACD6F1;
	border-bottom-color: #59A2D1;*/
}
#navigation li.first {
/*	border-color: #ACD6F1;*/
}
#navigation a:hover {
	background: none;
	color: #092f48;
	border-bottom: 4px solid #092f48;
	text-decoration: none;
}
#navigation li.active a {
/*	background: #59A2D1;*/
	color: #092f48;
	border-bottom: 4px solid #092f48;
}
#navigation li.active a, #navigation li.active a strong {
/*	color: #fff;*/
}

#navigation .breadcrumb {
	/*background: #59A2D1;
	color: #fff;*/
}
#navigation .breadcrumb a {
/*	color: #fff;*/
}


#sidebar ul li ul li {
	border-color: #f6f4f7;
}
#sidebar ul li ul li a {
	color: #59A2D1;
}
#sidebar ul li ul li.current-cat {
	background: #59A2D1;
}
#sidebar ul li ul li.current-cat a {
	color: #fff;
	text-decoration: none;
}


#footerWrapper {
	background: #272428;
}
#footer, #footer h4 {
	color: #f6f4f7;
}
#footer a {
	color: #59A2D1;
}
#footer a:hover {
	color: #1882c8;
}
#footer .legal a {
	color: #f6f4f7;
}

.mfpost .title h2 a {
	color: #272428;
	text-decoration: none;
}
.mfpost .title h2 a:hover {
	color: #1882c8;
}
.mfpost .more-link {
	background: #1882c8;
	color: #fff;
}
.mfpost .post-categories a {
	background: #1882c8;
	color: #fff;
}
.mfpost .post-categories a:hover {
	background: #59A2D1;
	text-decoration: underline;
}
.mfpost .meta, li.comment .comment-meta a {
	color: #999;
}
/* @end */