/*

General styling

*/

/* DATES */
html > body .the_content .dates li, .dates li{
   margin:0px;
   margin-top: 10px;
   padding: 0.4em 0.8em 0.4em 0.8em;
   background: #f5f5f5;
   list-style-type: none;
   
}
html > body .the_content .dates{
   text-indent:0px;
}


body {
	margin:0;
	background-color:#cccccc;
        background: #868686 url(images/bg_dark.jpg) top left repeat-x;
	font-family:Verdana, sans-serif;
	font-size: 11px; 
	color:#333333;
}

/* ÜBERSCHRIFTEN ------------------------------------*/
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
h1 {
	font-size: 3em;text-align: center;
	}
h2 {
	font-size: 1.3em;
	
	}
h3 {
	text-transform:uppercase;
        font-size:15px;
        line-height:20px;
        color:#333333;
        margin:0 0 2px 0;
        font-weight:bold;
        padding: 0 0 0 10px;
	}

/* Navileiste BG ------------------------------------*/

#pages {
	
	font-size: 0.9em;
	margin-left: 0px;
        margin-bottom:20px;
	padding-left: 120px ;
	border-bottom:0px solid #A82D04;
	}

#pages li {
	display: inline;
	list-style-type: none;
	}
	
#pages ul, ol {
	margin: 0;
	padding: 5px 1em 5px 1em;
	}

#pages a {
	
	color: #000000;
	font-weight: bold;
	margin: 1px 3px 0 0;
	padding: 0px 0px;
	text-decoration: none;
	}
	
#pages a:hover {
	color: #000000;
	font-weight: bold;
	margin: 0 3px 0 0;
	padding: 5px 0px;
	text-decoration: underline;
}

#wrapper {
    width:760px;
    margin:0 auto;
    /*background:url(images/bg_content.jpg);*/
    background: #eee;
}

a:link, a:visited {
	text-decoration:none;
	color: #666;
}

a:hover {
    text-decoration:underline;
}

* {
padding:0;
margin:0;
}

/* HEADER */

#header {
    margin-bottom:5px;
}

    #title {
    width:340px;
    float:right;
    text-align:right;
    margin:38px 5px 0 0;
    line-height:22px;
    font-size:30px;
    font-weight:normal;
    color:#CE0000;
    }
    
    #title a:hover {
        text-decoration:none;
        color:#333333;
    }
			
    #headerimage {
        clear:both;
        height:450px;
        border-top:0px solid #CCC;
        border-bottom:0px solid #A82D04;
        background-image:url(images/twodollars_header09.jpg);
        background-repeat:no-repeat;
        background-position:center;
    }
    

/* SIDEBAR */

#sidebar_one {
    width:160px;
    float:left;
    margin:0 25px 0 0;
    padding-left:0px;
    background:#fff;
}

#sidebar_one ul { margin: 0px 0px 0px 0px; padding: 0px; list-style-type: none;}
#sidebar_one ul li {margin: 0px;margin-top:0px; color:#eee; border-bottom: 1px dotted #ccc;}
#sidebar_one li a {text-decoration:none;font-size: 1.0em; color:#000;padding:9px 7px 7px 7px; height:15px; display: block;text-transform:uppercase;}
#sidebar_one li.active a {}
#sidebar_one li a:hover{text-decoration:none;font-size: 1.0em; color:#999; background-color:#eee; cursor: pointer; } 
/* PAGE */
#sidebar_one ul li.current_page_item{text-decoration:none;font-size: 1.0em; color:#999; background-color:#eee; cursor: pointer;} 
#sidebar_one ul li.current_page_item a{text-decoration:none;font-size: 1.0em; color:#999; background-color:#eee; cursor: pointer;} 
/* CAT */
#sidebar_one ul li.current-cat{text-decoration:none;font-size: 1.0em; color:#999; background-color:#eee; cursor: pointer;} 
/* HOME */
#sidebar_one ul li.current-cat #current-cat-home{text-decoration:none;font-size: 1.0em; color:#000; background-color:#fff; cursor: pointer;}
#sidebar_one ul li.current-cat #current-cat-home:hover{text-decoration:none;font-size: 1.0em; color:#999; background-color:#eee; cursor: pointer;}

#sidebar_one img {border:1px solid #CCC;margin:0 0 10px 0px;padding: 3px 3px 3px 3px;display: block;}
#sidebar_one a:hover img{ border:1px solid #000;}
#sidebar_two a:hover img{ border:1px solid #000;}

#sidebar_two {
    width:160px;
    float:right;
    margin:0px 5px 0 0;
}
#sidebar_two ul { margin: 0px 0px 0px 0px; padding: 0px; list-style-type: none;}
#sidebar_two ul li {margin: 0px; margin-top:0px; color:#4387CE; border-bottom: 1px #eee dotted;}
#sidebar_two li a {text-decoration:none;font-size: 0.8em; color:#000;padding: 5px 5px 5px 5px; height:10px; display: block;text-transform:uppercase;}
#sidebar_two li.active a {background: url(images/button_over.gif) no-repeat top left;}
#sidebar_two li a:hover{text-decoration:none;font-size: 0.8em; color:#999; background-color:#eee; cursor: pointer;}
#sidebar_two img {border:1px solid #CCC;margin:0 0 0px 0px;padding: 3px 3px 3px 3px;display: block;}

.tline { border-top: 1px #000 dotted; margin-top:10px;}
.sidebar a:link, .sidebar a:visited {
    color:#333333;

}

.sidebar a:hover {
    color:#CE0000;
}

.sidebar input {
	width:150px;
}

/* LISTS */

html>body .the_content ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .the_content li {
	margin: 7px 0 8px 5px;
	}

.the_content ol {
	padding: 0 0 0 15px;
	margin: 0;
	text-indent:-5px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style: none;
	}
	
.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
	}

.sidebar ul li {
	list-style: none;
	margin-bottom: 5px;
	}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
	}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 5px;
	}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
	}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

.the_content ul li:before, .sidebar ul ul li:before {
	/*content: "\00BB\00A0";*/
	color:#CE0000;
	}


/* CONTENT */

div.sociable { clear:both;}

#content {
    margin:0 15px 0 0px;
    width:385px;
    float:left;
}

.post {
    margin:0 0 15px 0;
    clear:both;  
}
.nav{
    text-transform:uppercase;
}
/*.the_content{
    padding: 0 0 0 10px;
    background:url(images/bg_content.jpg) left bottom repeat-x;
}
.footer_content{
    height: 12px;
    background:url(images/c2.jpg) left bottom no-repeat #eee;
    margin:0 0 30px 0;
}*/

    .post .posttitle, .sidebar h2 {
        /*font-size:15px;
        line-height:20px;
        color:#333333;
        margin:0 0 2px 0;
        font-weight:bold;
        padding: 0 0 0 10px;*/

	color: #163F53;
	margin: 0px 0px 2px;

	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 210% "Trebuchet MS", Tahoma, Arial;
        padding-bottom: 2px;
    }
    
        .post a:link, .post a:visited {
            color:#333333;
        }
    
        .post a:hover {
            color:#CE0000;
            text-decoration:none;
        }
    
        .post a:link span, .post a:visited span {
            color:#CCC;
        }
        
        .post a:hover span {
            color:#AAA;
        }
        
    .post .postmeta {
        font-size:9px;
        line-height:10px;
        color:#CCC;
        text-transform:uppercase;
        margin:0 0 15px 0;
    }
    
        .post .postmeta a:link, .post .postmeta a:visited {
            color:#AAA;
        }
        
        .post .postmeta a:hover {
            color:#CE0000;
            text-decoration:none;
        }
        
    .post p {
        margin:0 0 15px 0;
        line-height:15px;
    }
    
        .post p a:link,
        .post p a:visited,
        .post ul a:link,
        .post ol a:link,
        .post ul a:visited,
        .post ol a:visited {
            color:#CE0000;
        }
    
        .post p a:hover,
        .post ul a:hover,

        .post ol a:hover {
            text-decoration:underline;
        }
        
        .post .the_content ul, .post .the_content ol {
            margin-bottom:15px;
        }
    
    .post blockquote {
        margin:0 0 15px 20px;
        padding:5px;
        border-top:1px solid #CE0000;
        border-bottom:0px solid #CE0000;
    }
    
        .post blockquote p {
            margin:0;
            font-style:italic;
        }
        
        .post blockquote blockquote {
            margin-top:15px;
            background-color:#F3F3F3;
        }

    .post img {
    border:1px solid #CCC;
    margin:0 10px 10px 0px;
    padding: 3px 3px 3px 3px;
    display: inline;


    }
    .post .alignleft{
float:left;
}
    .post a:hover img{
     border:1px solid #000;
    }

   
    .post .wp-smiley {
        float:none;
        border:0;
        margin:0;
    }
    
    .more-link{ 
float:right;
margin-top:10px;
padding:1px;
border: 1px solid #ccc;
}
.more-link:hover {
text-decoration:none !important;
border:1px solid #000;
color:#000 !important;
}


/* COMMENTS */

#commentlist, #trackbacks {
    list-style:none;
}

    #commentlist li {
        margin:0;
        padding:15px 10px 0 10px;
        border-bottom:0px solid #CE0000;
    }

    #commentlist li.odd {
        background-color:#F3F3F3;
    }
    
    #trackbacks li {
        padding:5px 10px 5px 10px;
    }

.post .commenttitle {
        font-size:16px;
        line-height:16px;
        color:#333333;
        margin:0 0 2px 0;
        font-weight:normal;
    }
    
        .post #commentlist .commenttitle a:link, .post #commentlist .commenttitle a:visited {
            color:#333333;
        }
    
        .post #commentlist .commenttitle a:hover {
            color:#CE0000;
            text-decoration:none;
        }
        
        textarea {
            width:100%;
        }

/* FOOTER */
        
#footer {
    clear:both;
    border-top:0px solid #A82D04;
    text-align: center;
}

    #footer p {
        margin:5px 0 30px 5px;
        color:#CCC;
        text-transform:uppercase;
        text-align: center;
        font-size:10px;
        clear:both;
    }
    
    #footer a:link, #footer a:visited {
        color:#AAA;
    }
    
    #footer a:hover {
        color:#CE0000;
        text-decoration:none;
    }


/* SEARCH */

input.search {
  background: transparent url(images/search.jpg) no-repeat;
  border: none;
  width: 130px;
  height: 28px;
  padding-left: 30px;
  padding-top: 13px;
  margin-top: 10px;
  margin-left: 0px;
  color: #000000;
border:1px solid #CCC;
}

