/*
Theme Name: kub-a
Theme URI: http://www.kub-a.at/
Description: Wordpress theme for kub-a.at.
Version: 1.0
Author: Marc Lorenz
Author URI: http://www.marclorenz.com/
Tags: 
Text Domain: kub-a.st

*/



/* Begin Typography & Colors */
body {
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000;
	text-align: left;
	background-color:#fff;
	margin:0;
	padding:0;
	line-height:18px;
	}
img {
	border:none;
}
a {
	color: #000;
	text-decoration: none;
}
p a{
	font-weight: bold;
}
p {
	margin:10px 0 10px 0;	
}
a:hover {
	text-decoration: underline;
	color: #0CF;
}
small {
	font-size: 11px;
	line-height: 14px;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*
ol {
	font-size:11px;
	list-style: decimal;
	font-weight: normal;
	
}
*/
#header, #content, #footer, #sidebar {
	margin-left: 15px;
}
#header h1 {
	font-size: 22px;
	line-height: 15px;
	margin-top: 67px;
	margin-bottom:14px;
	padding-bottom: 10px;
	border-bottom:solid;
	border-width: 1px;
	border-color: #000;
	}
#header h1 a {
	color: #000;
	text-decoration: none;
	}
#header h1 a:hover {
	color: #fff;
	background-color:#0CF;
	text-decoration: none;
	}
h2 {
	font-size: 15px;
}
#logo {
	right: 0px;
	top: 13px;
	position: absolute;
}
#page {
	position:absolute;
	margin:0;
	min-width: 975px;
	width: 100%;
	}
#searchform {
	clear:both;
	margin-bottom:10px;
}
#footer {
	clear:both;
	border-top:solid;
	border-width: 1px;
	border-color: #000;
}
#footer p {
	font-size: 11px;
	line-height: 13px;
	padding: 0;
}
#post-content {
	clear:both;
}
#post {
	clear:none;
	margin-right:15px;
	margin-left:35%;
	*margin-left:26%; /* IE6-7 hack */
	padding-left:40px;
	*padding-left:0px; /* IE6-7 hack */
	}
#post-singlepage {
	clear:none;
	margin-right:15px;
	margin-left:315px;
	}
/* Position von "Aktuelles" Post-Block */
#column2-submenu-aktuelles #post {
	margin-left:480px;
	*margin-left:520px; /* IE6-7 hack */
	width:425px;
}
/* Position von "Über Uns" Post-Block */
#column2-submenu-about #post {
	margin-left:345px;
	*margin-left:385px; /* IE6-7 hack */
	width:500px;
}
/* Position von "Kontakt" Post-Block 
geht nicht, body class, ajax!!*/
.page-id-583 #column2-submenu-aktuelles #post {

}
.projektdaten {
	padding-top:15px;
	font-size: 11px;
	line-height:15px;
}
#post img {
	border:none;
	padding: 15px 0 15px 0;
}
#post table{
	padding: 0px;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
	vertical-align: top;
}
#post th {
	padding-right:15px;
	font-weight:bold;
	vertical-align: top;
	text-align: left;
}
.projektfaten table {
	width:100%;	
}
.projektdaten th {
	font-weight:bold;
	vertical-align: top;
	padding-right:15px;
	padding-top:5px;
	text-align: left;
}
.projektdaten td {
	font-weight:normal;
	vertical-align: top;
	padding-top:5px;
}
/* Begin Nav Menu */
#menu-contact {
	width:287px;
	float:left;
	line-height: 17px;
	margin-top:300px;
	min-height:200px;
}
#content {
	clear:both;	
}
#row1-gallery {
	clear:both;
	width:946px;
	height:315px;
	margin-bottom:14px;
}
#row2-content {
	clear:both;
	width:100%;
	min-height:200px;
	max-width:960px;
	padding-bottom:20px;
}
#column1-menu {
	float:left;
}
#column1-menu-singlepage {
	margin-top:329px;
	float:left;
	width:315px;
}
#column2-submenu {
	clear:none;
	margin-left:315px;
}
#column2-singlepage {
	clear:none;
}
#column2-submenu-aktuelles {
	clear:none;
}
#post h2 {
	margin: 0 0 10px 0;
}
#main-menu {
	float:left;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	width:125px;
	text-transform: uppercase;
}
#projekt-menu {
	float:left;
	padding-right:20px;
	
}
#projekt-menu-sub {
	width:35%;
	float:left;
	margin: 0 0 10px 0;
}
.current-sub-cat {
	text-indent:-10px;
	margin-left:10px;
	_text-indent:0; /* IE6 hack */
	_margin-left:0; /* IE6 hack */
}
#projekt-menu-sub a:first-line {
	padding-left:10px;
}
#column2-submenu-aktuelles #projekt-menu-sub {
	width:250px;
}
.nav-menu li.cat-item a, .nav-menu li.post a, .nav-menu li.page_item a, .nav-menu .inactive_item{
	text-decoration: none;
	border: 1px solid #FFF;
}
.nav-menu li.cat-item a:hover, .nav-menu .post a:hover, .nav-menu li.page_item a:hover {
	color: #fff;
	background-color:#0CF;
	border: 1px solid #0CF;
	text-decoration: none;
}
.nav-menu li.cat-item a:active, .nav-menu .post a:active, .nav-menu li.page_item a:active {
	color: #0CF;
	background-color:#FFF;
	border: 1px dotted #0CF;
}
.nav-menu li.current-cat a, .nav-menu .current-cat-parent a, .nav-menu .current_page_parent a, .nav-menu li.current_page_item a {
	color: #0CF;
	font-weight: bold;
}
.nav-menu li.current-cat a:hover, .nav-menu li.current-cat-parent a:hover, .nav-menu .current_page_parent a:hover, .nav-menu li.current_page_item a:hover {
	color: #0CF;
	background-color:#FFF;
	border: 1px dotted #000;
}
.nav-menu .inactive_item {
	color:#666;
	cursor:default;
}
.wettbewerb {
	margin: 10px 0 5px 0;
	font-weight:bold;
}
/* End Nav Menu */

/* Begin TreeView */

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	
}

.treeview ul {
	background-color: white;
}

.treeview .hitarea {
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}
#projekte-treeview {
	
}
.treeview ul { 
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	line-height:17px;
	padding-left:10px;
}
#treecontrol { margin: 0; display: none; }


.treeview span, .treeview a {
	text-decoration: none;
	border: 1px solid #FFF;
	text-transform:uppercase;
}
.treeview a {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}
.treeview span.hover {
	color: #fff;
	background-color:#0CF;
	border: 1px solid #0CF;
	text-decoration: none;
	cursor: pointer;
}
.treeview li.collapsable {
	color: #000;
	font-weight: bold;
}
.treeview .collapsable span.hover {
	background-color:#FFFFFF;
	border:1px dotted #000000;
	color:#00CCFF;
}
.treeview a:hover {
	color: #0CF;
	text-decoration: underline;
}
.treeview .selected {
	font-size: 13px;
	color: #0CF;
	font-weight: bold;
}
.treeview .selected.hover{
	border: 1px dotted #000;
	text-decoration: none;
}
/* End TreeView */

/* Begin Aktuelles Thumbs */
#aktuelles-thumbs {
}

#aktuelles-thumbs li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;	
}
#aktuelles-thumbs a {
	display: block;
}
#aktuelles-thumbs a:focus, #logo a:focus{
	outline: none;
}
#aktuelles-thumbs a:active {
	background: #0CF;
}
/* End Aktuelles Thumbs */
#team-foto {
	text-align: right;	
}

#main-slideshow {
	position:relative;
	overflow:hidden;
}
#main-slideshow #loader {
	position:absolute;
	display:none;  /*hide if noscript*/
	background-image: url('/wp-content/themes/kub-a/images/loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
	height: 315px; /* This should be set to be at least the height of the largest image in the slideshow */
}
#tooltip {
	position:absolute;
	bottom: -20px; 
	width: 100%;
	background-image:url(images/bg_blackopacity.png);
	z-index:10;
	cursor: pointer;
	
}
#tooltip p{
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
	padding: 1px 0 1px 8px;
	margin:0;
}
#tooltip a:hover, #tooltip a:active {
	text-decoration:none;
	outline: none;
}
#cycle {
	width: 946px;
    height: 315px;
	overflow:hidden;
 }

/* Begin Searchform*/
input {
	vertical-align:middle;
	margin-bottom:10px;
}
#s {
	height:16px;
	background-color:#FDFDFD;
	border: 1px solid #CCC;
}
#searchsubmit {
	background-color:#F7F7F7;
	height:20px;
	border: 1px solid #EEE;
}
#searchsubmit:hover{
	background-color:#0cf;
	border: #0cf;
	color:#fff;
	cursor:pointer;
}
/* End Searchform */

/*start rss feed button*/
#feed {
position:absolute;
right:15px;
}
#feed a:hover {
background-position:0 -15px;
}

#feed a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/wp-content/themes/kub-a/images/icon-feed.gif) no-repeat scroll 0 0;
display:block;
height:15px;
width:15px;
padding:0;
}

