/*
Theme Name: Onklogie.at
Theme URI: http://www.onkologie.at/
Description: Theme for www.onkologie.at
Version: 1.0 (April, May 2009)
Author: Alexander Hofbauer
Author URI: http://derhofbauer.at/
*/




/* General style definitions */

* {
	margin: 0px;
	padding: 0px;
}

/* force scollbar */
html {
	overflow: scroll;
	overflow-x: hidden;
}

body {
	font-size: 75%; /* Resets 1em to a somewhat nice size */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: black;
	text-align: left;
	background: white url('images/bodybg.gif') top left repeat-y;
}


/* CLEARFIX HACK */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}




/* HEADER */


#header {
	text-align: left;
	height: 100px;
	overflow: hidden;
	background: #B0D5FF url('images/header-bg.gif') top left repeat-x;
	border-top: 1px solid #577589;
	border-bottom: 1px solid #577589;
}

#headerimg {
	height: 100px;
	background: transparent url('images/header.jpg') top left no-repeat;
}


#blogtitle {
	text-align: right;
	float: left;
	margin: 24px 0px 0px 340px;
	font-size: 1em;
}


#blogtitle a {
	text-decoration: none !important;
	font-family: Verdana;
}

#blogtitle1 {
	color: black;
	font-size: 1.5em;
}

#blogtitle2 {
	color: #577589;
	font-size: 1.3em;
}





/* NAVIGATION */

#navigation {
	background: white;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 240px;
	height: 29px;
	background: white url('images/nav-bg.gif') bottom left no-repeat;
}

#navigation ul {
	margin: 0px;
	font-size: 1em;
	padding: 0px 0px 0px 20px;
	background: white url('images/nav-bg2.gif') bottom left repeat-x;
	height: 29px;
}


/* main menu items */

#navigation ul li {
	list-style: none;
	position: relative;	
	margin: 0px 3px 0px 0px;
	float: left;
	text-align: center;
	background: transparent url('images/tab-left.gif') top left no-repeat;
}

#navigation li a {
	display: block;
	height: 23px;
	padding: 6px 12px 0px 12px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	color: black;
	background: transparent url('images/tab-right.gif') top right no-repeat;
}


/* dropdown menus */

#navigation ul ul {
	display: none;
	height: auto;
	width: auto;
	padding: 0px;
	border: 1px solid #6fba6d; /* #7396c1 */
	/* TODO: adapt shadow image to real size of menu making it prettier */
	/*background: transparent url('images/shadow.png') bottom right no-repeat;*/
}


/* active classes */
#navigation li.current_page_item a,
#navigation li.current_page_ancestor a,
#navigation li li.current_page_item a,
#navigation li li.current_page_ancestor a {
	 color: #33934a;
}

/* reset active children */
#navigation li.current_page_item li a,
#navigation li.current_page_ancestor li a {
	color: black;
}


#navigation li li {
	position: static;
	text-align: left;
	height: auto;
	padding: 0px;
	margin: 0px;
	width: 190px;
	background: #EEEEEE;
}

#navigation li li a {
	height: auto;
	width: auto;
	padding: 6px 5px 6px 12px;
	font-weight: normal;
	font-size: 1em;
	/* important to not make all subitems active */
	color: black;
	background-image: none;
}



/* hover of main menu */
#navigation li:hover {
	
}

/* display submenu */
#navigation li:hover ul {
	display: block;
	position: absolute;
	left: 0px;
}




/* subitems hover */
#navigation li:hover li:hover a {
	background-color: #aee1aa;
}



#navigation a:focus { 
    outline: none; 
}







/* PAGE */

#page {
	clear: both;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#content {
	margin: 0px 0px 0px 240px;
	padding: 15px 40px 0px 40px;
	background-color: white;
	/* border-left: 2px solid #999999; */
	background: white url('images/contentbg.gif') top left repeat-x;
	/*min-height: 450px;*/
}


#textsize {
	text-align: right;
}

#zoom-reset {
	display: none;
}






/* SIDEBAR */

#sidebar {
	position: absolute;
	float: left;
	padding: 20px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	width: 240px;
	background: transparent url('images/sidebarbg.gif') top left repeat-x;
}

#sidebar ul {
	list-style: none;
}

#sidebar #sidenav, #sidebar #meta {
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 0px 15px;
	background-color: #EEEEEE;
}


#open-sidebar-nav, #close-sidebar-nav {
	background: #EEEEEE top left no-repeat ;
	height: 10px;
	margin-left: 15px;
}

#open-sidebar-nav {
	background-image:  url('images/sidebar-nav-top.gif');
}

#close-sidebar-nav {
	background-image: url('images/sidebar-nav-bottom.gif');
	margin-bottom: 80px;
}


#sidebar #sidenav li, #sidebar #meta li {
	margin: 0px 0px 0px 5px;
	padding-top: 5px;
}



#sidebar #sidenav li a, #sidebar #meta li a {
	display: block;
	padding: 5px 10px 5px 5px;
	color: #153b1d;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

#sidebar #sidenav li.current_page_item a,
#sidebar #sidenav li.current_page_parent a,
#sidebar #sidenav li.current-cat a {
	color: #4f7d9c;
}

#sidebar #sidenav li a:hover,
#sidebar #meta li a:hover {
	background-color: #AEE1AA;
}


#sidebar #sidenav li ul li a {
	color: black !important;
}

#sidebar #sidenav li ul li.current_page_item a {
	color: #4f7d9c !important;
}


#sidebar #sidenav ul {
	font-size: 80%;
	padding: 0px 0px 20px 0px;
}



#sidebar #searchform {
	margin: 0px auto 30px auto;
	width: 220px;
	text-align: center;
} 

#sidebar #search-input {
	padding: 1px 0px;
	width: 180px;
}

#sidebar .li-spacer {
	height: 15px;
}


/* meta links */

#sidebar-meta-first {
}

#sidebar-meta-last {
	padding-bottom: 5px !important;
}

#sidebar .meta a {
	color: #A3A3A3 !important;
	text-decoration: none;
	font-weight: normal !important;
}








/* LAYOUT */


.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.center {
	text-align: center;
}



/* links without href */
.jslink {
	cursor: pointer;
	text-decoration: underline;
}






/* POSTS / PAGES */

#content a, #content a:active, #content a:visited {
	color: black;
}

#content a:hover {
	color: #33934A;
	text-decoration: underline;
}

.entrytext {
	/* needed especially for IE6 */
	font-size: 1em;
}

.entrytext img {
	border: 2px #358F48 solid;
}

.entrytext ul {
	padding: 0px 0px 0px 20px; 
}

.entrytext p {
	margin: 15px 0px;
}

.entrytext p.alignleft,
.entrytext img.alignleft {
	margin-right: 15px;
}

.entrytext p.alignright,
.entrytext img.alignright {
	margin-left: 15px;
}



.entrytext h2, .entrytext h3 {
	margin-top: 15px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}

.entrytext h2 {
	font-size: 1.35em;
	margin-bottom: 15px;
	color: black;
	margin-top: 40px;
}

.entrytext h3 {
	font-size: 1.25em;
	color: #33934A;
}

h2.posttitle {
	margin-top: 0px;
}


.entrytext .page-excerpt {
    padding: 0px 0px 15px 0px;
}




.postmeta {
	margin: 2px 0px 30px 0px;
}

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

.post h2 {
	font-size: 1.25em;
	margin-bottom: 0px;
}

.post h2 a {
	text-decoration: none;
	color: #33934A !important;
}

.post h3 {
	font-size: 1.1em;
	color: black;
}


#postlinks {
	font-size: 1.15em;
}

#postlinks a {
	text-decoration: none;
}

#prevlink {
	float: left;
}

#nextlink {
	float: right;
}


.searchresults li {
	font-weight: bold;
	margin: 15px 0px 30px 0px;
}

.searchresults li .excerpt {
	font-weight: normal;
}



.edit-link {
	float: right;
	text-align: right;
	width: 32px;
	/*margin: 20px 0px 0px 0px;*/
}

.edit-link img {
	border: none;
}













acronym,abbr,span.caps {
	cursor: help;
}

acronym,abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

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



hr {
	display: none;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

acronym,abbr,span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

small,blockquote {
	color: #777;
}
