/*  
Theme Name: Hello 2007
Theme URI: http://hellowiki.com/2007/02/28/wordpress-theme-hello-2007/
Description: First theme in year 2007.
Version: 1.2
Author: Fen
Author URI: http://hellowiki.com/
*/

body {
font: 11px Tahoma, Verdana, sans-serif;
color: #73880a;
margin-top: 0px;
}

/* gobal */
* {
margin: 0;
padding: 0;
}

img {
border: 1px dotted #333;
padding: 3px;
}

h1, h2, h3 {
font-family: Tahoma, Verdana, sans-serif;
font-weight: normal;
}
h2 {
font-size: 1.5em;
color: #525b5c;
}
h3 {
font-size: 1.4em;
color: #73880a;
}
blockquote {
background: url(images/quote.png) 10px 0 no-repeat;
margin: 20px 0;
padding: 0 20px 0 50px;
}

.code {
font: 1em 'Courier New', Courier, Monospace;
}

.clear {
clear: both;
}

.widthfix {
width: 950px;
margin: 0 auto;
}

#bull {
background: url(http://blog.d-sign.at/wp-includes/images/bullhorn_32.png) no-repeat;
padding-left:40px;
padding-top:3px;
}

#entry-date {
padding-top:25px;
background: url(http://kernbereich.com/petra/wp-includes/images/entry-date.png) no-repeat;
}

#techno {
padding-left:40px;
}

#zoe {
color: #73571e;
}

/* links */
a {
color: #73571e;
text-decoration: none;
}
a:hover {
color: #73880a;
text-decoration: underline;
}

/* header */
#header {
margin: 0px auto;
background-color: #73880a;
background-image: url(images/pattern5.png);
width: 100%;
height: 100px;
border-bottom: 1px dotted #333;
}

.logo {
float: left;
margin-top: 0px;
border: none;
}

/*search*/
#searchform {
margin-top: 5px; 
}
#searchform input {
font: 1.1em Arial, Tahoma, Verdana, sans-serif;
background: #eee url(images/formfield_bg.png) repeat-x;
margin-top: 5px;
padding: 3px;
border: 1px solid #73880a;
}
#s {
font: 1.1em 'Lucida Grande', Tahoma, Verdana, sans-serif;
background: #eee url(images/formfield_bg.png) repeat-x;
width: 220px;
padding: 3px;
border: 1px solid #73880a;
vertical-align: middle;
}

/* nav menu */
ul.menu {
margin: 0 9px 0 9px;
font-size: 12px;
list-style-type: none;
height: 30px;
}
ul.menu li {
color: #eee;
float: left;
}
ul.menu li a {
background: url(images/header-menu.png) 100% 100% no-repeat;
float: left;
display: block;
height: 23px;
padding: 7px 25px 0 25px;
text-align: center;
color: #c7e9fa;
text-decoration: none;
}
ul.menu li a:hover {
background: url(images/header-menu.png) 100% 0% no-repeat;
color: #fff;
}
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
background: url(images/header-menu.png) 100% 0% no-repeat;
color: #fff;
text-decoration: none;
}
	
/* content */
#content {
margin: 20px auto;
width: 950px;
}
#content h2 a {
text-decoration: none;
}

#content h2 a:hover {
color: #73880a;
text-decoration: underline;
}

.navigation {
display: block;
margin-left: 10px;
width: 500px;
}

/* box */
#article {
float: left;
width: 70%;
}
#sidebar {
float: left;
width: 28%;
}

/* entry */
.entry {
margin: 10px 10px 10px 5px;
padding: 10px 10px 20px 10px;
border: 1px dotted #73571e;
background: url(images/stripes.png);
}
.entry p {
color: #333;
line-height: 160%;
margin: 7px 0;
padding-left:40px;
padding-right:40px;
}
.entry ul {
/*margin: 0 0 0 30px;*/
list-style-type: none;
margin: 3px 5px;
}
.entry ul li {
margin: 7px 0;
background: url(images/li.png) 0 3px no-repeat;
padding: 0 0 0 15px;
}
.entrytitle h2 {
display: inline;
background: url(images/pen_16.png) 0 3px no-repeat;
padding-left:20px;
}

.entrytitle h3 {
display: inline;
}

.date {
font-size: 1em;
color: #a8adad;
}

/* sidebar */
#sidebar ul {
margin-top: 10px;
}
#sidebar li {
list-style-type: none;
margin: 3px 5px;
padding: 0 0 0 15px;
background: url(images/li.png) 0 3px no-repeat;
}
#sidebar li:hover {
background: url(images/li_on.png) 0 3px no-repeat;
}
#sidebar li a {
}
#sidebar li a:hover {
}
.aside {
margin: 10px 0 30px 0;
padding: 10px 10px 0 15px;
}
.aside h2 {
font-size: 1.25em;
margin-bottom: 5px;
border-bottom: 1px dashed #666666;
}
.aside p {
color: #333;
line-height: 160%;
}

/* footer */

#tag {
padding-left:0px;
}

#tag li, #tag li:hover {
padding:0px;
list-style-type: none;
background:none;
}

#footer{
margin: 10px 10px 10px 5px;
padding: 10px;
width: 100%;
text-align:center;
color:#333;
}

#footer a:hover {
color: #73880a;
text-decoration: underline;
}

#footer a {
color: #73571e;
text-decoration: none;
}

/*comments*/
#comments {
margin-left: 10px;
}
.commentlist li, #commentform input, #commentform textarea {
font: 1em 'Lucida Grande', Tahoma, Verdana, sans-serif;
}
#commentform input, #commentform textarea {
border: 1px dotted #ccc;
padding: 3px;
}
#commentform textarea {
width: 400px;
}
.commentlist cite, .commentlist cite a {
font-style: normal;
font-size: 1.1em;
}
.commentlist p {
font-weight: normal;
line-height: 1.6em;
text-transform: none;
}
#commentform p {
font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
}
.alt {
padding: 10px;
}
.commentlist {
width: 400px;
text-align: justify;
}
.commentlist li {
background: #ececec;
margin: 15px 0;
padding: 10px;
border: 1px solid #cdd1d1;
list-style: none;
}
.commentlist p {
margin: 10px 5px 10px 0;
}
#commentform p {
margin: 10px 0;
}
.nocomments {
text-align: center;
}
.commentmetadata {
border-bottom: 1px dotted #cdd1d1;
padding-bottom: 5px;
display: block;
}
#respond {
margin-top: 20px;
}
.commentcount {
font-family: Georgia,sans-serif;
font-size: 1.8em;
font-weight: bold;
color: #cdd1d1;
float: right;
}

/*simple tags*/
ul#tagcloudwidget, ul#tagcloud { padding:0; margin:0; list-style:none; } 
ul#tagcloudwidget li, ul#tagcloud li { display:inline; color:#666666; background-image:none;} 
ul#tagcloudwidget li a, ul#tagcloud li a, ul#tagcloudwidget li a:link, ul#tagcloud li a:link { text-decoration:none; }
ul#tagcloudwidget li a:hover , ul#tagcloud li a:hover { text-decoration:underline; }

/*misc*/
.adsense {
}
.related {
margin: 0 0 20px 10px;
}
.none {
display: none;
}

.the_date {
display:block;
text-align: center;
float:left;
font-family: Arial, Helvetica, sans-serif;
background: url(/images/Brown.png) no-repeat;
width:50px;
}

.date_m {
display:block;
font-size: .9em;
margin:0;
padding:0;
font-weight: bold;
text-align:center;
}

.date_d {
display:block;
font-size:1.4em;
margin:0;
padding:0.7em 0 1.3em 0;
text-align: center;
}

.alignleft {
float:left;
}

.alignright {
float:right;
}