/*
Theme Name: BB3
Theme URI: http://berlin.grapf.de
Description: Default theme for Berlin.Blog.
Version: 3.0
Author: Grapf
*/
/* 1. Global */
body {
	background-color: #f0f0f5;
	color: #112;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: small;
	margin: 0px;
	padding: 0px;
	}
a, a:visited {
	color: #357;
	text-decoration: none;
	}
a:hover, a:active {
	color: #904;
	text-decoration: none;
	}
img {
	border-width: 0px;
	border-style: solid;
	border-color: #ccc;
	background-color: #f9f9f9;
	padding: 0px;
	}
a img, a:visited img {
	border-color: #ccc;
	}
a:hover img {
	border-color: #999;
	}
.the_title a {
        font-weight: bold;
        font-size: 12px;
}
h1 {
	font-size: medium;
	font-weight: bold;
	}
h2 {
        margin-left: 20px;
	font-size: small;
	font-weight: bold;
	}
h3 {
	font-size: x-small;
	font-weight: bold;
	}
h4 {
	font-size: x-small;
	font-weight: normal;
	}
/* 1. End Global */

#container {
    background-color: #fff;
    margin: 10px auto;
    width:1050px;
    width:1050px;
    width:1050px;
    padding: 0px 0px;
    border: 1px solid #999;
    -moz-border-radius: 10px;
}

/* 2. header.php */
#header {
	height: 50px;
	width: 1000px;
	background-color: #fff;
	font-size: 10px;
	font-weight: normal;
	padding: 15px 3px;
	margin: 0px auto 0px auto;
	}
#header a, #header a:visited {
	text-decoration: none;
	}
#header .alignleft {
	float: left;
        font-size: 11px;
        }

#header .alignleft img {
        background-color: #fff;
        border: none;
        }	
#header .alignright {
	float: right;
        margin: 25px 0 15px 0;
        font-size: 11px;
        }
.linkblau a{
    color: #179;
    font-size: small;
    font-weight: bold;
}    
.linkblau a:hover, .linkblau a:active {
    color: #003;
}   
 
/* 2. End header.php */

/* 3. index.php */
#content {
	margin: 20px auto;
	width: 1010px;
	text-align: center;
	}
#content img {
        margin-bottom: 10px;
        }
#content a, #content a:visited {
	color: #666;
	text-decoration: none;
	}
#content a:hover, #content a:active {
	color: #888;
	text-decoration: none;
	}

/* 3. End index.php */

#subline {
	margin: 20px 0 15px 0;
	text-align: center;
	font-size: small;
	font-weight: normal;
        color: #999;
}

#Verkauf {
        margin-left: 310px;
        width: 100px;
        font-size: 11px;
        background-color: #eee;
}

/* 4. footer.php */
#footer {
	margin: 25px 0 15px 0;
	text-align: center;
	font-size: x-small;
	font-weight: normal;
	clear: both;
	}
#footer a, #footer a:visited {
	text-decoration: none;
	}
#footer img, #footer img a, #footer img a:visited, #footer img a:hover {
	border-width: 0px;
	padding: 0px;
	margin-top: 15px;
	display: inline;
	}

#footer2 {
        margin-top: 30px;
        text-align: center;
        padding: 0px;
        color: #d0d0d0;
}
#footer2 a {
	font-size: x-small;
        background-color: #f5f5f5;
        color: #d0d0d0;
        margin: 0 3px;
        padding: 2px;
}
#footer2 a:hover, #footline a:active {
        color: #aaa;
}

/* 4. End footer.php */

/* 4a. zweite Footline */
#footline {
        margin-top: 10px;
        text-align: center;
        color: #eee;
}
#footline img {
	border-width: 0px;
}
#footline a {
	font-size: x-small;
        color: #ccc;
}

#footline a:hover, #footline a:active {
        color: #999;
}

/* 5. comments (-popup.php) */

#comments {
        width: 700px;
        margin: 50px auto 25px auto;
        text-align: left;
	font-size: x-small;
}
#comments h2 {
        margin-left: 0;
}

#popup {
	background-color: #fff;
	font-size: small;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	width: 450px;
	text-align: left;
	}
#info {
	text-align: justify;
	font-size: x-small;
	}
.exif {
	font-size: x-small;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	padding: 5px;
	}
.exif img {
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	background-color: #333333;
	padding: 3px;
	}
#commentform #comment {
	width: 400px;
	background-color: #ddd;
	border: 1px solid #bbb;
	}
#commentform input {
        font-weight: bold;
	background-color: #ddd;
	border: 1px solid #bbb;
	}
#commentlist {
	font-size: 11px;
	}
#commentlist li {
	list-style-type: decimal;
	}
.cite {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666;
	padding-bottom: 10px;
	font-style: italic;
	}
.cite a, .cite a:visited {
	font-weight: bold;
	}
.rss a, .rss a:visited {
	font-weight: bold;
	}
/* 5. End comments-popup.php */

/* 6. sidebar.php */
#menu {
	float: left;
	width: 180px;
	border-right: solid 1px #ccc;
        margin-top: 20px;
	padding: 5px;
	text-align: left;
	font-size: x-small;
	}
li {
	list-style-type: none;
	margin: 10px 0px;
	}
li h2 {
	font-size: x-small;
	}
ul {
	padding-left: 2em;
	margin-left: 0px;
	}
ul li {
	list-style-type: disc;
	margin-left: 0px;
	}
ul .children {
	padding-left: 2em;
	margin-left: 0px;
	}
ul.children li {
	list-style-type: circle;
	margin-left: 0px;
	}
#credit {
	margin-top: 30px;
	text-align: left;
	padding-left: 0px;
	}
#credit img, #credit img a, #credit img a:visited, #credit img a:hover {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	}
/* 6. End sidebar.php */

/* 7. page.php */

#page2content {
	margin: 20px auto;
	width: 520px;
	text-align: left;
        font-size: 12px;
	padding: 8px;
	}

#pagecontent {
	text-align: left;
	float: right;
	width: 510px;
        font-size: 11px;
        margin: -20px 0 0 30px;
	padding: 8px;
	}
#pagecontent .title {
	text-align: center;
	}
#pagecontent img {
	margin: 0px;
	}
/* 7. End page.php */

/* 7a. special pages */
#specialpage {
	text-align: left;
	float: left;
	width: 500px;
	margin: 20px 30px;
        font-size: 11px;
	padding: 8px;
	}
/* 7a. Ende special pages */

/* 8. archive.php and search.php */
#thumbnail img, #thumbnail a img, #thumbnail a:visited img {
	margin: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccd;
	padding: 4px;
	}
#thumbnail a:hover img {
	border-color: #99a;
	}
#thumbnail a, #thumbnail a:visited, #thumbnail a:hover {
	text-decoration: none;
	}
/* 8. End archive.php */

/* 9. Form */
#searchform #comment {
	width: 320px;
	background-color: #eee;
	border: none;
	}
#searchform input {
	background-color: #eee;
	border: none;
	}
#dropdown1, #dropdown2, #dropdown3 {
	margin-bottom: 2px;
	}
#dropdown1 option, #dropdown2 option, #dropdown3 option {
	width: 135px;
	}
/* 9. End Search Form */

/* 10. Switcher */
.styleswitcher {
	margin-left: 10px;
	margin-right: 2px;
	height: 12px;
	}
.styleswitcher img, .styleswitcher img a {
	border-width: 1px;
	border-color: #999;
	padding: 0px;
	display: inline;
	}
/* 10. End Switcher */

/* 11. Calendar */
#wp-calendar {
	text-align: center;
	margin-bottom: 10px;
	empty-cells: show;
	}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}
#wp-calendar #prev a {
	padding-left: 10px;
        }
#wp-calendar a, #wp-calendar a:visited {
	display: block;
	text-decoration: none;
	color: #888;
	}
#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
	}
#wp-calendar caption {
	text-align: left;
	margin-bottom: 10px;
	font-weight: bold;
	}
/* 11. End Calendar */


