/*
Theme Name:	Graumond Vier
Theme URI:	http://www.tamagothi.de/
Description:	Eine deutliche Überarbeitung des alten Designs
Author:		Elias Schwerdtfeger
Author URI:	http://www.tamagothi.de/
Template:	twentyten
Version:	2.4
*/


/* Let's make it totally quick and dirty! */
@import url('../twentyten/style.css');

* {
	color: #dfdddd;
}

/* And now for the funnier stuff */
body {
	background-color: #292929;
	background-image: url(images/struktur.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
	color: #dfdddd;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
        text-shadow: 2px 2px 0px #222;
}

pre {
	background: #222;
	color: #6f6;
	font-size: 10pt;
}

h1, h2, h3, h4 {
	font-size: 120%;
	font-weight: normal;
	font-family: 'Georgia', 'Times New Roman', Times, serif;
	letter-spacing: 1px;
	color: #e8e0c8;
        text-shadow: 3px 3px 1px #000;
}

blockquote {
	margin-left: 0.5em;
	margin-right: 2em;
	padding: 0px;
	padding-left: 54px;
	min-height: 32px;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
}

a:link, a:visited {
	text-decoration: none;
	color: #8df;
}

a:active, a:hover {
	text-decoration: underline;
	color: #fff;
}

/* Header */

#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
}

#wrapper {
	margin-top: 4px;
	background: transparent;
        padding-top: 0px;
	padding: 0 10px;
}

#header {
        padding-top: 16px;
}

#branding {
	background-image: url(images/mond.gif);
	background-repeat: no-repeat;
	background-position: 8px 3px;
	overflow: auto;
}

#branding img {
	width: 0px;
	height: 0px;
	visibility: hidden;
}

#site-title {
	margin: 0px;
	padding: 0px;
	margin-left: 110px;
	padding-top: 18px;
	height: 32px;
	overflow: hidden;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	float: none;
}

#site-title span a {
	color: #ccc;
	font-family: 'Georgia', 'Times New Roman', Times, serif;
	font-size: 30px;
	font-weight: normal;
}

#site-description {
	margin: 0px;
	padding: 0px;
	margin-left: 110px;
	margin-bottom: 40px;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #ccc;
	text-align: left;
	float: none;
	width: 590px;
}

/* Menue */

#access, #access a {
	text-transform: uppercase;
	font-size: 12px;
	color: #dfdddd;
}

#access a {
	line-height: 26px;
}


#access {
	margin: 0 auto;
	display: block;
	float: left;
	background-color: rgba(24, 24, 0, .3);
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #444;
}

#access .menu-header,
div.menu {
	margin-left: 18px;
}

#access .children {
	background-color: rgba(255, 255, 255, .8);
	border: 1px solid #444;
}

#access ul ul {
	top: 26px;
}

#access ul ul li {
	background-color: transparent;
	background-image: none;
}

#access ul ul a {
	background-color: transparent; 
	height:auto;
	line-height:1em;
	padding:4px;
	width: 172px;
	color: #000;
        text-shadow: 0px 0px 0px;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #666;
        text-shadow: 0px 0px 0px;
}

#access ul li.current_page_item:hover > a,
#access ul li.current-menu-ancestor:hover > a,
#access ul li.current-menu-item:hover > a,
#access ul li.current-menu-parent:hover > a {
	background: rgb(255, 255, 255);
	color: #000;
        text-shadow: 0px 0px 0px;
}

#access li:hover > a,
#access ul ul :hover > a {
	background: rgba(255, 255, 255, .8);
	color: #000;
        text-shadow: 0px 0px 0px;
}

/* Inhaltsbereich */

#content {
        width: 676px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-size: 130%;
	font-weight: normal;
	color: #e8e0c8;
}

.page-title {
	color: #e8e0c8;
	font-size: 24px;
        font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: normal;
	border-bottom: 2px solid #222;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #eee;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color:#e8e0c8;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #8df;
}

#content .entry-title {
	color: #e8e0c8;
	font-size: 24px;
        margin-left: -8px;
        margin-right: -8px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	line-height: 1.3em;
	font-weight: normal;
	margin-bottom: 0;
        background-color: rgba(0, 0, 24, .2);
        border-radius: 6px;
        -moz-border-radius: 6px;
        -khtml-border-radius: 6px;
        -webkit-border-radius: 6px;
        padding: 4px;
}

#content pre {
	font-size: 9pt;
	line-height: 10pt;
}

.entry-title a:link,
.entry-title a:visited {
	color:#e8e0c8;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #8df;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

.post, .type-page {
        background-color: rgba(24, 24, 24, .5);
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
        border: 1px solid #444;
        padding: 8px;
        padding-left: 16px;
        padding-right: 16px;
}

/* Artikel-Navigation */

#nav-above, #nav-below {
        background-color: rgba(0, 24, 0, .4);
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
        padding: 4px;
        padding-left: 8px;
        padding-right: 8px;
        border: 1px solid #444;
}

#nav-above a, #nav-below a {
        color: #dde;
}

/* Sidebar */

.widget-area {
	overflow: hidden;
	background-color: transparent;
	font-size: 80%;
	color: #ccc;
	padding: 0px;
	margin: 0px;
	font-family: 'Arial', 'Helvetica', sans-serif;
}

.widget-area a:link, .widget-area a:visited {
	color: #fff;
}

.widget-area a:hover, .widget-area a:active {
	color: #8df;
	text-decoration: none;
}

.widget-area input, .widget-area select {
	background-color: #222;
	padding: 2px;
	color: #eee;
	border: 1px solid #333;
}

.widget-area ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-bottom: 8px;

}

.widget-area ul li.widget-container {
	background-color: rgba(0, 24, 0, .3);
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
        border: 1px solid #444;
	padding: 4px;
	margin-bottom: 8px;
}

.widget-area div {
	padding-bottom: 8px;
}

.widget-area ul li {
	margin: 0px;
	padding: 0px;
}

.widget-area ul li .widget-title {
	margin: 0px;
	padding: 4px;
	letter-spacing: 1px;
	text-align:left;
	color: #e8e0c8;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: normal;
	font-size: 130%;
	text-shadow: #000 2px 2px 2px;
        background-color: rgba(0, 0, 24, .3);
        border-radius: 6px;
        -moz-border-radius: 6px;
        -khtml-border-radius: 6px;
        -webkit-border-radius: 6px;

}

.widget-area ul li.widget_search {
	text-align:center;
	padding-top: 8px;
	padding-bottom: 4px;
}

.widget-area ul li.widget_search input {
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #555;
	background-color: #292929;
}

.widget-area ul li ul li a img {
	border: 0px;
}

.widget-area ul li ul {
	border: 0px;
}

.widget-area ul li ul li {
	margin: 4px;
	padding: 0px;
	clear: both;
}

.widget-area ul li ul li ul li {
	padding-left: 1.2em;
}

.widget-area ul li p {
	margin: 4px;
	padding-bottom: 8px;
	font-family: 'Arial', 'Helvetica', sans-serif;
}

.widgettitle img {
	width:0px;
	height:0px;
	visibility: hidden;
}

/* Kommentare */

h3#comments-title {
        background-color: rgba(0, 0, 24, .3);
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
        border: 1px solid #444;
        padding: 8px;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 100%;
}

img.avatar {
        border: 1px solid #444;
        padding: 4px;
        margin-left: 4px;
}

.comment-author cite {
	color: #dfdddd;
}

.commentlist li.comment {
        background-color: rgba(24, 0, 24, .3);
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
        border: 1px solid #444;
        padding-left: 70px;
        padding-right: 16px;
        padding-top: 8px;
        margin-bottom: 8px;
}

#comments .pingback {
        border: 1px solid #444;
        background-color: rgba(0, 24, 24, .3);
        margin-top: 8px;
        padding: 8px;
}

.comment-body {
        /* padding-right: 8px; */
}

.commentlist li.comment li {
        background-color: transparent;
}


.commentlist li {
        margin-bottom: 2px;
}

.commentlist li:last-child {
	margin-bottom: 8px;
}


/* Comments form */

#respond {
        background-color: rgba(24, 0, 0, .3);
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #444;;
        padding: 16px;
}

#respond h3 {
        padding: 4px;
        margin-top: -4px;
        background-color: rgba(0, 0, 24, .3);
       	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#respond label {
	color: #ccc;
	font-size: 12px;
}

#respond input {
	margin:0 0 9px;
	width:98%;
}

#respond textarea {
	width:98%;
        font-family: 'Courier New', Courier, monospace;
}

#respond textarea, #respond input {
	color: #eee;
	background-color: #222;
	border: 1px solid #444;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* Footer */

#colophon {
        border: 0;
        background-color: rgba(0, 24, 24, .3);
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
        border: 1px solid #444;
        padding: 4px;
        margin-top: 10px;
}

#site-info {
	display: inline;
	width: 45%;
	float: left;
}

#site-info a {
	color: #888;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

#site-generator {
	display: inline;
	position: relative;
	font-style: normal;
	width: 45%;
	float: right;
	text-align: right;
	font-size: 12px;
}

#site-generator a {
	color: #888;
}
