/*
Theme Name: wodo.at
Theme URI: http://ennsfellner.at/
Description: wodo.at Theme
Version: 1.0
Author: Bernd Ennsfellner
Author URI: http://ennsfellner.at/
Tags: green, custom header, fixed width, two columns, widgets
*/

body {
	background:#fff;
	margin:0;
	padding:0;
	font-family:arial, helvetica, sans-serif;
    font-size:100%;
    line-height:1.125em;
}

* body {
    font-size:16px;
	text-rendering: optimizeLegibility;
}

*+body {
    font-size:16px;
}

h1,
h2,
h3 {
	font-family:georgia,"times new roman",times,serif;
}

h1 {
    font-size:1.5em;
}

h2 {
	color:#339933;
	margin-top:3em;
	font-size:1.25em;
}

h3 {
	margin-top:2em;
	font-size:1em;
	font-style:oblique;
}

p,
li,
input {
    font-size:0.9015em;
}

td {
	vertical-align:top;
}

p {
	padding: 0.5em 0;
	margin: 0;
}

small {
    font-size:0.75em;
}

a {
	outline:0;
	color:#339933;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0;
}

*+html img {
	-ms-interpolation-mode:bicubic;
}


/**
 * layout
 */

#page {
	width:960px;
	margin:0 auto;
}


/**
 * header
 */

#header {
	padding:20px 0 10px 0;
}

#header h1 {
	margin:0;
	padding:0;
	font-style:oblique;
}

#header div.description {
	margin:5px 0 0 0;
	font-size:0.8125em;
}


/**
 * home widget area
 */

#contentwidgetarea {
	width:100%;
	float:left;
}

#contentwidgetarea ul {
	margin:0 0 0 -30px;
	padding:0;
	list-style-type:none;
}

* html #contentwidgetarea ul {
	width:990px;
	margin:0;
	overflow:hidden;
}

*+html #contentwidgetarea ul {
	width:990px;
}

#contentwidgetarea li {
	margin:0;
	padding:0;
}

#contentwidgetarea ul li.gmc-rss {
	width:300px;
	height:230px;
	overflow:hidden;
	margin:0 0 0 30px;
	float:left;
	display:block;
}

* html #contentwidgetarea ul li.gmc-rss {
	margin:0 30px 0 0;
}

/* image thumbnails are displayed in a single row */
#contentwidgetarea ul li.gmc-rss-image {
	height:256px;
	width:960px;
}

#contentwidgetarea ul li.gmc-rss h2 {
	white-space:nowrap;
	width:300px;
	overflow:hidden;
	line-height:2em;
	font-size:1em;
}

#contentwidgetarea ul li.gmc-rss h2 a {
}

#contentwidgetarea ul li.gmc-rss ul {
	margin:0;
	width:auto;
}

#contentwidgetarea ul li.gmc-rss ul li {
	white-space:nowrap;
	width:300px;
	overflow:hidden;
	border-top:1px solid #ddd;
	height:2em;
	line-height:2em;
}

#contentwidgetarea ul li.gmc-rss-image li.image {
	width:75px;
	height:75px;
	border:1px solid #ddd;
	padding:2px;
	line-height:auto;
	float:left;
	display:block;
	margin:0 10px 10px 0;
}

#contentwidgetarea ul li.gmc-rss ul li.error {
	color:red;
}

#contentwidgetarea ul li.gmc-rss ul li a {
	display:block;
	color:#000;
}

#contentwidgetarea ul li.gmc-rss ul li a:hover {
	background:#f0f0f0;
	text-decoration:none;
}


/**
 * content
 */

body.page #content .post {
	padding-right:300px;
}


/**
 * Footer
 */

#footer {
	padding:3em 0 1em 0;
	width:100%;
	float:left;
}

#footer p {
	margin:0;
	padding:0;
	font-size:0.75em;
	float:left;
}

#footer ul {
	float:right;
	list-style-type:none;
	margin:0;
	padding:0;
}

#footer li {
	font-size:0.75em;
	margin-left:2em;
	float:left;
}




/**
 * cluetip
 */

/* global */
#cluetip-close img {
	border: 0;
}
#cluetip-title {
	overflow: hidden;
}
#cluetip-title #cluetip-close {
	float: right;
	position: relative;
}
#cluetip-waitimage {
	width: 43px;
	height: 11px;
	position: absolute;
	background-image: url(images/cluetip/wait.gif);
}
.cluetip-arrows {
	display: none;
	position: absolute;
	top: 0;
	left: -11px;
	height: 22px;
	width: 11px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#cluetip-extra {
	display: none;
}
/***************************************
	 =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
	background-color: #ddffdd;
}
.cluetip-default #cluetip-outer {
	position: relative;
	margin: 0;
	background-color: #ddffdd;
}
.cluetip-default h3#cluetip-title {
	margin: 0 0 5px;
	padding: 8px 10px;
	font-size:0.8125em;
	font-weight: normal;
	font-style:normal;
	background-color: #669966;
	color: #fff;
}
.cluetip-default #cluetip-title a {
	color: #ddffdd;
}  
.cluetip-default #cluetip-inner {
	font-size:0.8125em;
	padding: 0 10px 10px 10px;
}
.cluetip-default div#cluetip-close { 
	text-align: right;
	margin: 0 5px 5px;
	color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
	background-image: url(images/cluetip/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
	background-image: url(images/cluetip/darrowright.gif);
	left: 100%;
	margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
	background-image: url(images/cluetip/darrowdown.gif);
	top: 100%;
	left: 50%;
	margin-left: -11px;
	height: 11px;
	width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
	background-image: url(images/cluetip/darrowup.gif);
	top: -11px;
	left: 50%;
	margin-left: -11px;
	height: 11px;
	width: 22px;
}

/***************************************
	 =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
	background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
	border: 2px solid #ccc;
	position: relative;
	background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
	margin: 0 0 5px;
	padding: 2px 5px;
	font-size: 16px;
	font-weight: normal;
	background-color: #ccc;
	color: #333;
}

.cluetip-jtip #cluetip-inner {
	padding: 0 5px 5px;
	display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
	text-align: right;
	margin: 0 5px 5px;
	color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
	background-image: url(images/cluetip/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
	background-image: url(images/cluetip/arrowright.gif);
	left: 100%;
	margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
	background-image: url(images/cluetip/arrowdown.gif);
	top: 100%;
	left: 50%;
	margin-left: -11px;
	height: 11px;
	width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
	background-image: url(images/cluetip/arrowup.gif);
	top: -11px;
	left: 50%;
	margin-left: -11px;
	height: 11px;
	width: 22px;
}

/***************************************
	 =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
	background: transparent url(images/cluetip/bl.gif) no-repeat 0 100%;
	margin-top: 10px;
	margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
	background: transparent url(images/cluetip/tl.gif) no-repeat 0 0;
	margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
	background-color: transparent;
	padding: 12px 12px 0;
	margin: 0 -12px 0 0;
	position: relative;
}
.cluetip-rounded #cluetip-extra {
	position: absolute;
	display: block;
	background: transparent url(images/cluetip/tr.gif) no-repeat 100% 0;
	top: 0;
	right: 0;
	width: 12px;
	height: 30px;
	margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
	background: url(images/cluetip/br.gif) no-repeat 100% 100%;
	padding: 5px 12px 12px;
	margin: -18px -12px 0 0;
	position: relative;
}

.cluetip-rounded div#cluetip-close { 
	text-align: right;
	margin: 0 5px 5px;
	color: #009;
	background: transparent;
}
.cluetip-rounded div#cluetip-close a {
	color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
	background-image: url(images/cluetip/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
	background-image: url(images/cluetip/rarrowright.gif);
	left: 100%;
	margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
	background-image: url(images/cluetip/rarrowdown.gif);
	top: 100%;
	left: 50%;
	margin-left: -11px;
	height: 11px;
	width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
	background-image: url(images/cluetip/rarrowup.gif);
	top: -23px;
	left: 50%;
	margin-left: -11px;
	height: 11px;
	width: 22px;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
	zoom: 1;
}
