/*

Theme Name: Elisabeth Czihak
Theme URI: http://czihak.at/
Description: Custom Theme for Elisabeth Czihak
Version: 1.0
Author: Elisabeth Czihak
Author URI: http://czihak.at/

Copyright Elisabeth Czihak
All rights reserved

*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, input, textarea, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table {
	border-collapse: collapse;
}

/* @group Basics */

.text_left {text-align: left;}
.text_center {text-align: center;}
.text_right {text-align: right;}
.text_justify {text-align: justify;}

.clear {clear: both;}
.left {float: left;}
.right {float: right;}

.dim {color: #bbb; font-weight: normal;}
.small {font-size: 0.8em;}
.large {font-size: 1.2em;}

span.clear {display: block; clear: both;}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666;
}

#page {
	width: 920px;
	margin: 0 auto;
	margin-bottom: 40px;
}

#header {
	width: 900px;
	height: 46px;
	margin: 60px 10px;
	background: url('images/pixel.png') repeat-x top;
}

#ec {
	width: 200px;
	float: left;
	color: #0093d0;
	font-weight: bold;
	height: 46px;
	font-size: 12px;
}

#ec span {
	display: block;
}

/* @group Headlines */
h1 {
	color: #333;
	font-size: 12px;
	margin: 40px 0 30px 0;
}
h2 {
	color: #888;
	margin: 30px 0;
}
h1:first-child,
h2:first-child {
	margin-top: 0;
}
/* @end */

p {
	line-height: 1.5em;
	margin: 20px 0;
}
pre, code {
	background-color: #eee;
	color: #333;
	font-family: "Espresso Mono", "Panic Sans", Monaco, monospace;
	font-size: 11px;
	padding: 1px;
	-webkit-border-radius: 2px;
}
small {
	font-size: 0.9em;
}
sup {
	font-size: 0.8em;
	vertical-align: 3px;
}
hr {
	border: none;
	height: 1px;
}
.half hr {background: url('images/dash-s.png');}
.full hr {background: url('images/dash-m.png');}

a {
	color: #0093d0;
	padding: 0 1px;
	text-decoration: none;
	-webkit-border-radius: 2px;
}
a:hover {
	background-color: #0093d0;
	color: #fff;
}

table {
	line-height: 1.5em;
	margin: 20px 0;
}
.tip {
	background-color: #fff;
	opacity: 0.9;
	padding: 2px 4px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-box-shadow: 0 1px 3px #888;
}
.tip p {
	margin: 0;
}
.tip-text {
	display: none;
}
a img {
	
}
/* @end */

/* @group Navigation */

#navigation {
	width: 700px;
	height: 46px;
	float: right;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	float: left;
	height: 46px;
	background: url('images/selector.png') repeat-y;
	background-position: 0 -100px;
}

#navigation ul li ul {
	position: absolute;
	display: none;
	background-color: #fff;
	margin-left: 2px;
	padding-left: 8px;
}

#navigation ul li.current_page_item ul,
#navigation ul li.current_page_parent ul {
	display: block;
}

#navigation ul li ul li {
	border: none;
	background: none;
	height: 25px;
}

#navigation ul li a,
#navigation ul li span {
	border: none;
	font-weight: bold;
	display: block;
	padding: 1px 15px 5px 15px;
	height: 18px;
	color: #888;
	text-decoration: none;
	font-size: 11px;
}

#navigation ul li a:hover {
	background-color: transparent;
}

#navigation ul li.current_page_item,
#navigation ul li.current_page_parent {
	background-position: 0 0;
}

#navigation ul li.current_page_item a,
#navigation ul li.current_page_parent a,
#navigation ul li.current_page_item span,
#navigation ul li.current_page_parent span {
	color: #333;
}

#navigation ul li ul li a {
	height: 12px;
	border: none;
	font-weight: normal;
	display: block;
	padding: 11px 5px 0 5px;
}

#navigation ul li.current_page_parent ul li a {
	color: #888;
}

#navigation ul li.current_page_parent ul li.current_page_item a {
	color: #333;
}

/* @end */

/* @group Content */

#content {
	width: 920px;
}

#content div.half {
	width: 410px;
	margin: 0 10px;
}

#content div.full {
	width: 900px;
	margin: 0 10px;
}

#content .caption {
	font-style: italic;
	font-size: 11px;
}

#content .caption h1 {
	font-size: 11px;
	font-style: normal;
	margin: 20px 0;
}

#content .caption p {
	margin: 12px 0;
}

/* @end */

/* @group News */
#news {}
#news .newsitem {
	background: url('images/dash-s.png') repeat-x bottom left;
	padding: 20px 0;
}
#news .newsitem p {
	margin: 0;
}
#news .newsitem div.date {
	font-style: italic;
	margin: 10px 0;
}
#news .newsitem h1 {
	display: block;
	font-weight: bold;
	margin: 0;
	color: #333;
	font-size: 12px;
}
#news .newsitem h2 {
	margin: 0;
}
/* Archive */
#news.archive .newsitem {
	background: url('images/dash-m.png') repeat-x bottom left;
}
#news.archive .newsitem .image {
	width: 150px;
}
#news.archive .newsitem .content {
	width: 720px;
	margin-left: 30px;
}
img.featured {
	margin-top: 5px;
}
/* @end */

/* @group Gallery */
#gallery div.item {
	width: 140px;
	padding: 20px;
	float: left;
}
#gallery div.item a {
	padding: 0;
}
/* @end */

/* @group Texts */
#texts h1 {
	background: url('images/dash-m.png') repeat-x left top;
	margin: 0;
	padding: 15px 0;
	font-weight: normal;
	cursor: pointer;
}
#texts h1 span#more_texts {
	float: right;
}
#texts p {
	margin: 0;
	padding: 10px 0;
}
#texts .text p:last-child {
	padding-bottom: 20px;
}
/* @end */

/* @group Biography */
table.biography td {
	min-width: 80px;
}
/* @end */

/* @group Slimbox */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
#lbCenter {-webkit-border-radius: 4px;}
#lbBottomContainer {
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.lbLoading {background: #fff url('images/loading.gif') no-repeat center;}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {left: 0;}
#lbPrevLink:hover {background: transparent url('images/previous.png') no-repeat 0 15%;}
#lbNextLink {right: 0;}
#lbNextLink:hover {background: transparent url('images/next.png') no-repeat 100% 15%;}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
#lbBottom p {margin: 0;}
#lbCloseLink {
	display: block;
	float: right;
	width: 49px;
	height: 9px;
	background: transparent url('images/close.png') no-repeat 0 0;
	outline: none;
	margin-top: 2px;
}
#lbCloseLink:hover {background-position: 0 -9px;}
#lbCaption, #lbNumber {margin-right: 71px;}
#lbCaption {
	font-weight: bold;
	margin: 0;
}
#lbCaption p {font-weight: normal;}
#lbNumber {margin-top: 10px;}
/* @end */

