/*
Theme Name: Scribicon
Author: David Durand
Author URI: http://ddurand.net/portfolio/
Description: The 2012 theme for Scribicon.com
Version: 1.0
License: Proprietary
*/


/* Fonts */
@font-face {
  font-family: Sketched;
  src: url('fonts/Sketched.ttf') format("truetype");
}

@font-face {
  font-family: AskesHandwriting;
  src: url('fonts/AskesHandwriting.ttf') format("truetype");
}



/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */
#wrapper {
	margin: auto;
	max-width: 960px;
}
#branding {
	font-size: 42px;
	padding-top: 0.7142em;
	height: 4.0476em;
}
.twocol {
	Width: 40%;
	float: left;
	margin: 0 5%;
}
.aligncenter {
	margin: auto;
	display: block;
	clear: both;
}
.alignleft {
	float: left;
	margin-right: 1em;
}
.alignright {
	float: right;
	margin-left: 1em;
}


/* =Global
----------------------------------------------- */
html {
	background: #fff;
}
body {
	background: transparent url('images/header.png') repeat-x center top;
}
body, input, textarea {
	color: #6d7581;
	font: 16px "Georgia", "Times new Roman", serif;
	font-weight: normal;
	line-height: 1.625;
}
#wrapper {
	background: transparent;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}
form  p {
	margin-bottom: 0.5em;
}

/* Links */
a {
	color: #1ba0cd;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* =Header
----------------------------------------------- */
#branding {
	position: relative;
	z-index: 9999;
}
#branding #logo {
	float: left;
	margin-left: 10px;
}

/* =Menu
-------------------------------------------------------------- */
#access {
	display: block;
	float: right;
	margin-top: 0.45em;
}
#access ul {
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	padding: 0 12px;
	background: url('images/bullet.png') right center no-repeat;
}
#access li:last-child {
	border: 0;
	background: none;
	padding-right: 0;
}
#access a {
	color: #3d3d3d;
	display: block;
	font-family: Sketched, Verdana, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 1.1em;
	padding: 0.2125em 0.2125em 0;
	text-decoration: none;
}
#access li:hover > a,
#access a:focus {
	/* text-decoration: underline; */
	background: url('images/underline.png') no-repeat center bottom;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	color: #1ba0cd;
}
#access .current-menu-item:hover > a,
#access .current-menu-ancestor:hover > a,
#access .current_page_item:hover > a,
#access .current_page_ancestor:hover > a {
	background-image: url('images/underline_blue.png');
}

/* =Tab Menu
-------------------------------------------------------------- */
#tabs ul#tab-headers {
	margin: 0;
	padding: 0 0 0 20px;
	height: 40px;
}
#tabs ul#tab-headers li {
	float: left;
	list-style: none;
	border-radius: 5px 5px 0px 0px; 
	-moz-border-radius: 5px 5px 0px 0px; 
	-webkit-border-radius: 5px 5px 0px 0px; 
}
#tabs ul#tab-headers li:hover {
	/*background: #eff8ff;*/
}
#tabs ul#tab-headers li.current_page_item {
	/* background: #fff; */
}
#tabs ul#tab-headers li a {
	padding: 8px 20px;
	display: block;
	color: inherit;
	font-style: italic;
	text-decoration: none;
}
#tabs ul#tab-headers li:hover a {
	color: #1ba0cd; /*333;*/
}
#tabs ul#tab-headers li.current_page_item a {
	font-weight: bold;
	color: #333;
}
#tabs article {
	/*border: 5px solid #fff;
	background: #fff;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; */
	padding: 10px 0;
	margin-bottom: 20px;
	min-height: 500px;
	clear: both;
}

/* =content
-------------------------------------------------------------- */
.entry-content {
	padding: 10px;
}
h1, h2, h3 {
	font-family: AskesHandwriting;
	font-size: 27px;
	color: #1ba0cd;
}
h1 {
	font-size: 44px;
}
h3 {
	font-size: 23px;
}

/* =home
-------------------------------------------------------------- */
.home .entry-content p {
	line-height: 0;
}

.home .entry-content p iframe {
    width: 938px !important;
	height: 553px !important;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
}


/* =abouts
-------------------------------------------------------------- */
#excerpts {
	margin-bottom: 10px;
	background: url('images/excerpts.png') repeat-y 10px 0;
}
.excerpt {
	float: left;
	width: 200px;
	margin: 0 10px;
	padding: 0 10px 10px;
	/* background: #e5e5e5; */
}
.excerpt h2 {
	color: inherit;
}
.excerpt p {
	font-size: 13px;
	line-height: 1.3076em;
	margin: 0;
}
.excerpt a {
	color: #00bff3;
}
.excerpt img {
	display: block;
	margin: 0 auto 10px;
}

/* =samples
-------------------------------------------------------------- */
.galleryLine {
	clear: both;
}

.galleryItem {
	float: left;
	padding: 10px;
	margin: 10px;
	width: 200px;
	background: #e5e5e5;
}
.galleryItem h2 {
	color: inherit;
	line-height: 1em;
	font-size: 24px;
}
.galleryItem a {
	display: block;
	text-align: center;
	position: relative;
	padding: 10px 0;
}
.galleryItem a .playOverlay {
 	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('images/play.png') center center no-repeat;
}
.galleryItem a:hover .playOverlay {
	background-image: url('images/play_hover.png');
}
.galleryItem a .playOverlay img {	
	margin-top: -22px;
	margin-left: -22px;
}
.galleryItem ul {
	list-style-type: none;
	margin: 0;
}
.galleryItem strong {
	color: #666;
}

.ngg-albumtitle a {
	font-size: 24px;
}

.ngg-description span {
	display: none;
}

.ngg-description:lang(en) .en,
.ngg-description:lang(de) .de,
.ngg-description:lang(et) .et
{
	display: block;
}

/* =addThis
-------------------------------------------------------------- */
.addthis_toolbox {
	padding-top: 10px;
	clear: both;
}

/* =Footer
-------------------------------------------------------------- */
#colophon {
	clear: both;
}
#colophon a#logoHRF {
	text-align:right;
	display: block;
}
#colophon div {
	float: right;
}

#lang_sel li {
	width: 100px !important;
}
#lang_sel ul ul {
    border-top: 0 !important;
	width: 100px !important;
}
#lang_sel a, #lang_sel a:visited {
	border: 1px solid #fff !important;
}

.impressum-et {
	clear: both;
	float: right;
	color: #b8b8b8;
	/* width: 50%; */
	font-size: .6em;
}