/*
Theme Name: LAIKO Portal
Theme URI: http://www.laiko-system.de
Description: 
Version: 1.0
Author: Andreas Wohlfahrt
Author URI: http://www.laiko-system.de
Tags: clean, fixed width, two columns, widgets
Last updated: 2009-08-10
*/

/* Text elements */
a {
	color: #3b589c;
	text-decoration: none;
}

/* 
   Forms 
------------------------------------------------------------------- */
a.button,
.ui-button,
input.button-style,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	background: #7298e4 url('bg-blutton-blue.png') repeat-x left bottom !important;
	border: 1px solid #20499e !important;
	-moz-box-shadow: 0px 0px 0px 1px #8fade9 inset;
	-webkit-box-shadow: 0px 0px 0px 1px #8fade9 inset;
	box-shadow: 0px 0px 0px 1px #8fade9 inset;
}


/* 
   Jquery UIs 
------------------------------------------------------------------- */
/* Dialog and Datepicker*/
.ui-dialog .ui-dialog-titlebar,
.ui-datepicker .ui-datepicker-header {
	background: #7298e4 url('bg-blutton-blue.png') repeat-x left bottom;
	border: 1px solid #20499e !important;
	-moz-box-shadow: 0px 0px 0px 1px #8fade9 inset;
	-webkit-box-shadow: 0px 0px 0px 1px #8fade9 inset;
	box-shadow: 0px 0px 0px 1px #8fade9 inset;
}
/* Tabs */
.ui-tabs .ui-tabs-nav .ui-state-default {
        background: #999999 url('bg-tab-grey.png') repeat-x left top;
        border-color: #BCBCBC;
}
.ui-tabs .ui-tabs-nav .ui-state-active,
.ui-tabs .ui-tabs-nav .ui-state-hover {
        background: #ffffff;
}
/* Header */
#header-logo {
        width: 220px;
	margin-left: 40px;
	padding-left: 0px;
}

/* Navigation */
#navigation a {
	color: #3b589c;
}
#navigation a:focus,
#navigation a:hover {color: #000000;}

/* Footer */
#footer a {
	color: #3b589c;
}
div.footer-column h1 {
	color: #3b589c;
}