/*
Theme Name: Ubertheme
Theme URI: http://www.ubergood.net
Description: Designed by Murray Falconer, based on the Theme SimplicityBright by Karsten Kuhnen.
Version: 0.1
Author: Murray Falconer
Author URI: http://www.ubergood.net
*/

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	
}

body {
	background: #333333;
	background-image: url(images/bgfade.jpg);
	background-repeat: repeat-x;
	font: 12px 'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
    padding: 0;
	line-height: 1.45em;
}


blockquote {
	border-left: 1px solid #326ea1;
    color: #555555;
    font-size: 1.00em;
    padding-left: 10px;
    padding-right: 10px;
	margin: 0 30px;
}

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

code {  
    background: #f5f5f5;
    border: 1px solid #cccccc;
	color: #555555;
    font: 11px 'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
    padding: 10px;
	text-align: left;
}

/*#####################*/
/*### Headlines ###*/
/*#####################*/

.flashtitle {
	  text-align: left;
	  color:#000000;
}

h1 a {
	color: #326ea1;
    font-weight: 100;
	font: 20px 'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
    margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
    display: block;
}

h1 {
	color: #326ea1;
    font-weight: 100;
	font: 20px 'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
    margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
}

h2, h2 a {
	color: #000000;
	font:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
    font-weight: 100;
	margin: 0;
	padding: 0;
}

h3, h3 a {
	color: #326ea1;
    font-weight: 100;
	margin: 15px 0 0px 0;
	padding: 0;
}

h4 {
    color: #326ea1;
	font: 12px 'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

img {
	border: none;
        }

ol, form {
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.45em;
	text-align: justify;
}

.entry {
	border-top: 1px #666666 dotted;
	font-size:13px;
	line-height: 1.3em;
	text-align: justify;
}

.entrytext {
	border-top: 1px #666666 dotted;
}

small {
	font-size: 10px;
}

#page {
	/*background-image:url(images/title.gif);
	background-repeat:no-repeat;
	background-position:top center;*/
    margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 810px;
}

/*################*/
/*### Header   ###*/
/*################*/

#header {
    background: transparent;
    overflow: hidden;
    color: #888888;
	font-size: 13px;
    height: 170px;
	margin: 0 auto;
    text-align: left;
	padding: 0;
}

#header a {
	color: #FFFFFF;
}

#header a:hover {
	color: #ff3333;
}

#blogname {
    padding-top: 0px;
}

#header h2 {
    float: left;
    font: 30px 'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	margin:0;
	padding: 0px 0px 0 0;
	/*border-right:1px solid #cccccc;*/
	}

#header h2 a { text-decoration:none; }

#header p {
    padding: 0px 0 0 0px;
	margin:0;
	line-height: 1em;
}

/*###################*/
/*### Topmenu ###*/
/*###################*/

#top {
    background: #000000;
    /*border-bottom: 1px solid #dd4003;*/
    height: 8px;
    margin: 0 auto;
    width:100%;
    text-align: center;
    overflow: hidden;
}

#topbar { 
    height: 34px;
    width: 810px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

ul.topmenu {
    background: transparent;
    float: left;
    margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

ul.topmenu li {
	float: left;
}

ul.topmenu li a {
	float: left;
	display: block;
    height: 34px;
	padding: 9px 20px 0 0px;
	color: #cbcbcb;
}

ul.topmenu li a:hover {
	color: #ffffff;
    text-decoration: none;
}

/*################*/
/*### Content  ###*/
/*################*/

#content {
	background: transparent;
    border: none;
	color: #ffffff;
	float: left;
	margin: 0px 0px 30px 0px;
	padding: 0 40px 0 0px;
    text-align: left;
	width: 510px;
}

.entrytext {  
    font: 13px 'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
}

#content a:hover {
    color: #ffffff;
    background: #ff3333;
    text-decoration: none;
}

#content img {
	float: left;
	margin: 0px 10px 6px 0;
    _margin: 0px 5px 6px 0;
	border: 1px solid #ffffff;
    padding: 4px;
    background-color: transparent;
}

#content a:hover img { 
    border: 1px solid #777777; 
    background: transparent;
}

#content h1 a:hover { 
    color: #669933; 
    background: transparent; 
    text-decoration: none; 
}

#content h2 a:hover { 
    color: #669933; 
    background: transparent; 
    text-decoration: none; 
}

#content h2{
    background: inherit;
    color: #FF3333;
    font:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
    font-weight: bold;
    padding: 0px 0px 2px 0px;
    margin: 0;
	font-size:14px;
}

#content h3 a { 
    text-decoration: none; 
}

#content h3 a:hover { 
    color: #669933; 
    background: transparent; 
    text-decoration: none; 
}

#content ul {
    list-style-type: circle; 
    margin: 0 0 0 25px; 
    padding:  0 0 0 0; 
}

#content ul li {
    line-height: 1.5em; 
    margin: 0; 
    padding: 5px; 
}

/*############################*/
/*#### Comments #### */
/*############################*/

#comment {
    background: #ffffff;
	/*border: 0px; solid #cccccc;*/
	color: #222222;
	font-size: 12px;
	padding-left: 2px;
	vertical-align: middle;
	width: 510px;

}

#posting_date {
	font: 11px 'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	color:#555555;
}

#posting_date a{
	color:#777777;
}

#posting_date a:hover{
	color:#ff3333;
	background-color:#2e2e2e;
	
}

#bloggerlink {
	color:#777777;
	background-color:none;
}

.commentheader {
        background: inherit;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        color: #FFFFFF;
        padding: 0;
        line-height: 1.5em;
}

.commentbody {
    background-color:#2e2e2e;
	/*border: 0px solid #cccccc;*/
	color: #ffffff;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 1px 10px 5px 10px;
	position: relative;
    /*-moz-border-radius: 10px;*/
}

.commentbody a {
	color: #FFFFFF;
    text-decoration: none;
}


.commentbody a:hover {
	color: #2d5175;
    text-decoration: none;
}

.commentbody p {
	line-height: 1.2em;
}

.commentlink {
	font-size: 11px;
	color:#444444;
}

.commentlink a {
	font-size: 11px;
	color:#444444;
}


.commentlist {
	list-style: none;
}

#email, #author {
	background: #FFFFFF;
	/*border: 0px solid #cccccc;*/
	color: #222222;
    font: 12px 'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	padding-left: 5px;
	vertical-align: middle;

}

#url {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
    font: 12px 'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	height: 16px;
	padding-left: 5px;
	vertical-align: middle;
}

#submit {
	background: #222222;
	border: 1px solid #cccccc;
	color: #FFFFFF;
    font: 11px 'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0 10px;

}

textarea {
    overflow:auto;
}

/*################*/
/*#### Footer ####*/
/*################*/

#footer {
	background-color:#222222;
    /*border-top: 1px solid #cccccc; background-image:url(images/footerfade.gif);*/
    height: 25px;
    clear: both;
	color: #333333;
    margin: 0;
	padding-top: 5px;
    text-align: center;
}

#footer a {
    color: #444444;
    background: none;
    text-decoration: none;
}

#footer a:hover {
    color: #FFFFFF;
    background: #ff3333;
    text-decoration: none;
}

#footermenu {
	width: 810px;
	text-align:left;
	background-color:#00FF33;
	clear:both;
}
/*################*/
/*### Search ###*/
/*################*/

.s {
	background: #ffffff;
    border: 0px;
	color: #333333;
    font: 11px 'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	height: 18px;
	padding-left: 3px;
	padding-top: 1px;
	margin:0;
	vertical-align: middle;
	width: 170px;
}

#goButton {
	background: #222222;
	border: 1px solid #cccccc;
	color: #FFFFFF;
    font: 11px 'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	margin-top:8px;
	padding: 0px 6px 2px 6px;
}

/*################*/
/*#### SIDEBAR ###*/
/*################*/

#introblurb {
	margin-top:80px;
}	


#introblurb a{
	color:#777777;
}

#introblurb a:hover{
	color:#ffffff;
	background-color:#FF3333;
}

#sidebar {
    width: 220px;
    text-align: left;
    float: right;
    margin: 0px 0px 30px 0px;
    padding: 10px 10px 10px 10px;
    line-height: 1.45em;
    color: #cccccc;
	background-color:#222222;
	-moz-border-radius: 10px;
        }

.sidelist {
    background: transparent;
    margin: 0 0 0px 0;
    padding: 0;
        }


#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar li{
    /*border-bottom: 1px solid #222222;*/
	margin: 0;
    padding: 0;
    display: block;
	}

#sidebar li .children{
    padding-left: 5px;
	}

#sidebar li a {
    display: block;
    background-color: transparent;
    color: #666666;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
    border-bottom: 0;
	}

#sidebar li a:hover {
    color: #ffffff;
	background-color: #ff3333;
    text-decoration: none;
	}

#sidebar h2{
    background: inherit;
    color: #FF3333;
    font:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
    font-weight: bold;
    padding: 0px 0px 2px 0px;
    margin: 0;
	font-size:14px;
	border-bottom: 1px dotted #666666;
}

#wrapper {
	float: left;
	margin: 0;
	padding: 0;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	margin-top: -1px;
	text-align: right;
}


.date {
	background: transparent;
	color: #363636;
	font: 11px 'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

.postmetadata {
    background: #222222;
    color: #555555;
	font-size: 11px;
    line-height: 1.5em;
	margin: 15px 0 30px 0;
	padding:3px 5px 3px 5px;
	text-align: left;
    clear:both;
}

#commentimg {
background-image:url(/images/comments.gif);
background-repeat:no-repeat;
padding-left:14px;
padding-top:-3px;
}

#catimg {
background-image:url(images/categories.gif);
background-repeat:no-repeat;
padding-left:14px;
}

.postmetadata a {background: transparent; color: #555555; text-decoration: none;}


.postmetadata2 {
    background: #2E2E2E;
    color: #555555;
    /*border: 0px solid #cccccc;*/
    font-size: 11px;
    line-height: 1.4em;
	letter-spacing: 0em;
	margin: 0;
	padding:3px 3px 3px 3px;
	text-align: left;
    clear:both;
        /*-moz-border-radius: 10px;*/
}

/* different postmetadata style for single.php */

.alt {
	line-height: 1.3em;
	padding: 5px 10px 5px 10px;
}

.alt a {
	background: inherit;
	color: #777777;
    text-decoration: none;
}

.alt a:hover {
	background: #222222;
	color: #777777;
    text-decoration: none;
}

.clear {clear:both;}

<!--######################-->
<!--### Menü im Footer ###-->
<!--######################-->

#bottom {
    clear: both;
	width: 810px;
	height: 100%;
	margin: 0;
	padding: 0px;
	background: transparent;
	text-align: left;
	color: #383d44;
	}

#bottom-left {
	width: 30%;
	padding: 0 0 25px 0;
	float: left;
}

#bottom-mid {
	width: 30%;
	padding: 0 0 25px 40px;
	float: left;
}

#bottom-right {
	width: 30%;
        margin-right: 10px;
	padding: 0 0 25px 0;
	float: right;
	}

#bottom h2 {
        font: 24px 'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS;
		}
		

#googlebanner {
    background: #2e2e2e;
	margin: 15px 0 30px 0;
	text-align:center;
	width:510px;
	padding:5px 0px 2px 0px;
}

#googletextad {
    background: #2e2e2e;
	margin: 15px 0 0 0;
	text-align:center;
	width:510px;
	height:20px;
	padding-top:3px;
	
}

#postcaption {
	font-size:10px;
	color:#CCCCCC;
}
