@charset utf-8;

/*
	general styles
 */


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: bold;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
    text-decoration:none;
}

#content .post-content h1,
#content .post-content h2,
#content .post-content h3,
#content .post-content h4,
#content .post-content h5,
#content .post-content h6 {
	margin: 24px 0 12px;
        padding:0;
        line-height: 1.3em;
}

.monospace,
var,
code {
	font-family: courier new, courier, monospace;
}

.amp {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: normal;
}

a:link {
	color: #1d1d1b;
        text-decoration:underline;
}
a:visited {
	color: #1d1d1b;
        text-decoration:underline;
}
a:hover,a:active {
	color: #d50911;
}

.post-content ul,
.post-content ol {
	padding-left: 24px;
}

.post-date{
    width:75px;
    height:75px;
    padding:15px 10px 0 0;
    background:url(images/date.png) no-repeat;
    color:#fff;
    font-weight:bold;
    text-align:center;
    margin-left:-90px;
    float:left;
}

.post-date-day{
    font-size:38px;
    margin-right:4px;
}
.post-date-month{
    padding-top:3px;
    text-transform:uppercase;
    font-size:15px;
    margin-right:4px;
}

input,
textarea { 
	border: 1px #e5e5e5 solid;
	outline: none;
        background-color:#f8f8f8;
        width:200px;
        height:25px;
        margin:10px 10px 10px 0;
}

#commentform input{
    float:left;
    display:block;
}
#commentform label{
    margin-top:20px;
    float:left;
    display:block;
}
#commentform #submit {
    height:22px;
    width:220px;
    background-color:#1d1d1b;
    color:#fff;
    border:none;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    text-transform:uppercase;
    font-size:18px;
    padding:0;
    vertical-align:middle;
    margin:0;
    margin-left:320px;
    float:none;
    display:inline;
}
#commentform #submit div{
    margin-top:-2px;
}
#searchform input#searchsubmit{
    height:22px;
    width:100px;
    background-color:#1d1d1b;
    color:#fff;
    border:none;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    text-transform:uppercase;
    font-size:18px;
    padding:0;
    vertical-align:middle;
    margin:-3px 0 0 0;
    font-weight: bold;
}
#searchform input#s{
    height:18px;
}
#commentform #submit:hover, #searchform input#searchsubmit:hover{
    background-color:#d50911;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus {
	border: 1px #444 solid;
}
input:focus,
textarea:focus {
	box-shadow:inset 0px 0px 10px rgba(0,0,0,.2);
	-webkit-box-shadow:inset 0px 0px 10px rgba(0,0,0,.2);
	-moz-box-shadow:inset 0px 0px 10px rgba(0,0,0,.2);
}
textarea {
	min-height: 150px;
	width: 100%;
}

blockquote {
	padding-left:60px;
        background:url(images/quote_open.png) top left no-repeat;
        padding-top:10px;
        font-size:125%;
        font-style:italic;
        line-height:1.4em;
        color:#434343;
}
blockquote p:last-child{
	padding-right:20px;
        background:url(images/quote_close.png) bottom right no-repeat;
        padding-bottom:10px;
}
	


/*
	layout styles
 */

#if-logged-in .container {
	background: #000;
	margin-top: -24px;
}

body {
	background:#fff url(images/bg_pattern.jpg);
	color: #000;
	padding:0;
        margin:0;
}

.container {
	
}
	#header .container {
		padding-top: 17px;
		padding-bottom: 8px;
	}
		#title {
			position: relative;
			height: 144px;
                        margin-left:40px;
		}
			#logo,
			#tagline {

			}
			#logo {
                                float:left;
			}
                        .menu-hauptmenu-container{
                            margin-top:43px;
                            margin-left:20px;
                            float:left;
                            background-color:#fff;
                            width:553px;
                        }
                        #menu-hauptmenu{
                            
                        }
                        #menu-hauptmenu li {
                                list-style:none;
                                float:left;
                                display:block;
                                padding:13px;
                                margin: 0 18px;
                                border-bottom: #fff solid 4px;
                        }
                        .menu-hauptmenu-container li.current_page_item{
                            border-bottom: #1d1d1b solid 4px !important;
                        }
                        #menu-hauptmenu a{
                                color:#1d1d1b;
                                font-family: 'Yanone Kaffeesatz', sans-serif;
                                text-decoration:none;
                                text-transform:uppercase;
                                font-size:20pt;  
                                letter-spacing:1px;
                                font-weight: bold;
                        }
                        #menu-hauptmenu a:hover, .menu-hauptmenu-container li.current_page_item a{
                            color:#d50911 !important;
                        }
                        #search{
                            width:280px;
                            margin-top:10px;
                            float:left;
                        }
                        #search #s{
                            height:18px !important;
                            border:1px solid #dedfe1;
                            width:188px;
                            padding:0;
                            padding-top:2px;
                            padding-left:10px;
                            margin:0;
                            display:block;
                            float:left;
                            font-family: Georgia,times,serif;
                        }
                        #search label{
                            display:none;
                        }
                        #search #searchsubmit{
                            height:22px;
                            width:70px;
                            background-color:#d50911;
                            color:#fff;
                            border:1px solid #e22c3e;
                            border-right:1px solid #7a1619;
                            border-bottom:1px solid #7a1619;    
                            font-family: 'Yanone Kaffeesatz', sans-serif;
                            text-transform:uppercase;
                            font-size:20px;
                            padding:0;
                            vertical-align:middle;
                            margin:0;
                            margin-left:9px;
                            display:block;
                            float:left;
                        }

                        #search #searchsubmit div{
                            margin-top:-4px;
                            line-height:18px;
                        }
	#nav-primary {
		float:left;
		width: 597px;
		padding: 0 ;
                margin-left:40px;
                margin-top:3px;
	}
		#nav-primary ul,
		#nav-primary li {
			list-style: none;
                        display:block;
                        float:left;
		}
			#nav-primary a {
                                font-family: 'Yanone Kaffeesatz', sans-serif;
                                color:#fff;
                                text-decoration:none;
                                text-transform:uppercase;
                                font-size:15pt;
				float: left;
				display: block;
				padding: 10px 10px 0 0;
                                
			}
                        #nav-primary .menu-rss-feed a{
                            color:#D60812;
                        }
                        #nav-primary .menu-rss-feed{
                            padding-right:8px;
                            background:url(images/RSS_icon.png)  right 16px no-repeat;
                        }
                        #nav-primary a:hover {
                            color:#D60812;
                        }
	#widget-header {
		clear: both;
	}
	
	#content {

	}
		#widget-alert {
			background: #C6D8CD;
			border: 2px #1d1d1b solid;
			padding: 24px;
			margin-bottom: 24px;
		}
		.post-single {
			padding-bottom: 20px;
			margin-bottom: 40px;
			
		}
                .post-content{
                        border-bottom: 2px #1d1d1b solid;
                        padding-bottom: 20px;
			margin-bottom: 10px;
                }
                .meta-column{
                        width:33%;
                        float:left;
                        font-size:85%;
                }
                .meta-column a{
                    text-decoration:none;
                }
	#sidebar {
		background-color:#fff;
                padding:8px;
	}
		#sidebar .widget-area {
                        padding:10px;
			padding-bottom: 20px;
			border-bottom: 2px #1d1d1b solid;
		}

                #sidebar h3,#sidebar h3.recent-articles,#sidebar h3.recent-articles a,#miro-hristov-rss-reader-widget a.rsswidget,#miro-hristov-rss-reader-widget1 a.rsswidget{
                    color: #1D1D1B;
                    font-family: 'Yanone Kaffeesatz',sans-serif;
                    font-size: 22px;
                    line-height: 21px;
                    letter-spacing:1px;
                    padding-bottom:15px;
                    text-decoration:none;
                    font-weight: bold;
                }

                #sidebar .widget_tag_cloud h3{
                	display:none;
                }
                
                #sidebar h3.recent-articles a:hover, #miro-hristov-rss-reader-widget a.rsswidget:hover, #miro-hristov-rss-reader-widget1 a.rsswidget:hover{
                    color:#d50911
                }
                #sidebar .recent-thumbnail-wrapper{
                    float:left;
                    width:86px;
                    height:86px;
                }

                #sidebar .recent-thumbnail{
                    padding:2px;
                    border:#ccc 1px solid;
                    width:80px;
                    height:80px;
                }
                #sidebar .recent-content{
                    float:left;
                    margin-left:8px;
                    width:150px;
                }

                #sidebar #recent-post-sidebar-0{
                    border-bottom: 2px #ccc solid;
                    padding-bottom:10px;
                    margin-bottom:10px;
                }
                #miro-hristov-rss-reader-widget {
                    background-color:#f8f8f8;
                }

                #miro-hristov-rss-reader-widget .rssSummary{
                    padding-left:90px;
                    background:url(images/annenpost.jpg) no-repeat  left 4px;
                }
                
                #miro-hristov-rss-reader-widget1 .rssSummary{
                    padding-left:90px;
                    min-height:90px;
                    background:url(http://annenviertel.geobeteiligung.at/wp-content/uploads/2011/11/icon_beitrag.png) no-repeat  left 4px;
                }
                
                                
                #miro-hristov-rss-reader-widget1 .nodeco,#miro-hristov-rss-reader-widget .nodeco{
                    text-decoration:none;
                }
                
                #rss-2 .rssSummary a.rsswidget,#rss-3 .rssSummary a.rsswidget{
                    font-family:Georgia,times,serif;
                    font-size:11px;
                    color:#1d1d1b;
                    line-height:18px;
                    text-decoration:none;
                }
			#sidebar ul,
                        #sidebar p,
			#sidebar li {
				padding: 0;
				margin: 0;
				list-style: none;
                                font-size:11px;
                                line-height:18px;
			}
				#sidebar .children {
					padding-left: 10px;
				}
					#sidebar .children .children {
						padding-left: 10px;
					}
	#footer .container {
		padding-top: 20px;
		padding-bottom: 20px;
	}
                
		#footer-content {
                        text-align:center;
                        color:#919191;
		}
                #footer-content a{
                    color:#919191;
                }
			#footer ul,
			#footer li {
				display: inline;
				list-style: none;
			}
				#footer li a {
					padding: 0 15px;
				}
                                #footer li a img{
                                    opacity:0.5;
                                    filter:alpha(opacity=50);
                                }
                                #footer li a:hover img{
                                    opacity:1.0;
                                    filter:alpha(opacity=100);
                                }

.older{
    width:50%;
    float:left;
}
.newer{
    width:50%;
    float:left;
    text-align:right;
}
.newer p{

}
.older a,.newer a {
        font-family: 'Yanone Kaffeesatz', sans-serif;
        color:#1d1d1b;
        text-decoration:none;
        text-transform:uppercase;
        font-size:18px;
        letter-spacing:1px;
        font-weight:bold;
}
.older a:hover,.newer a:hover{
    color:#d50911;
}

.tagcloud a {
        font-family: 'Yanone Kaffeesatz', sans-serif;
        
        text-decoration:none;
        
        letter-spacing:1px;
}
/* Always remember to compress your live stylesheet and keep an uncompressed backup */