/**-----------------------------------------------------------------------------
** HTML ELEMENTS
**/ 
html, body {
	padding: 0;
	margin: 0;
	font: 100%/150% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 0.9em;
	background: #353535;
	color: #333;		
}

a {
	color: #e08;
	text-decoration:none;
}

a:hover {
	color: #fff;
	background: #e08;
}

blockquote {
	border-left: 3px solid #666666;
	padding-left: 5px;
}

/**-----------------------------------------------------------------------------
** HEADER
**/ 
#header {
	height: 200px;
	width: 100%;
	background: #353535;
	color: #fff;	
}

#header a {
	color: #fff;
	background: url(http://www.mytumblr.purzlbaum.ch/images/bg-title.jpg) repeat-x;
}

#header a:hover, #header .current_page_item {
	background: #e08;
	color: #fff;
}

#blog-title {
	vertical-align: text-bottom;
	float: left;
	width: 150px;
	height: 200px;
	text-transform: lowercase;
	font: 1.7em "Apple Garamond", "Garamond", serif;
	text-align: right;
	background: #333 url(http://www.mytumblr.purzlbaum.ch/images/bg-title.jpg) repeat-x;
	color: #fff;	
}

#blog-title a {
	display: block;
	width: 130px;
	height: 50px;
	line-height: 50px;
	padding: 150px 20px 0 0;
}

#pages {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	text-transform: lowercase;
}

#pages li {
	float: left;
	width: 100px;	
}

#pages a {
	display: block;
	height: 50px;
	width: 100px;	
	line-height: 50px;
	padding: 150px 0 0 0;
	text-align: center;
}

#header a {
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
}

/**-----------------------------------------------------------------------------
** FOOTER
**/ 

#footer {
	background: #333;
	color: #fff;	
	padding: 0 25px 0 25px;
}

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

#footer a:hover, #header .current_page_item {
	background: #e08;
	color: #fff;
}


/**-----------------------------------------------------------------------------
** TWITTER
**/ 

#twitter {
	font-size:12px;
	padding-left: 65px;
	background: #dddddd url(http://www.mytumblr.purzlbaum.ch/img/twitter.jpg) no-repeat;
	text-align: center;
	color: #000000;
	height: 60px;
}

/**-----------------------------------------------------------------------------
** NEXT PREV
**/ 

#prev-next {
	text-align: center;
	padding-bottom: 16px; }
#prev {
	margin-right: 1.5em; }
#next {
	margin-left: 1.5em; }

/**-----------------------------------------------------------------------------
** ROW
**/ 

.row{
	float: left;
	width: 200px;
	text-align: left;
}

.row ul{
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.row li a{
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 2px 5px;
	margin: 0px;
	line-height: 32px;
}

.row li a:hover{
	color: #FFFFFF;
	background-color: #000000;
}

.row p{
	margin: 10px 7px 5px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 16px;
}

.row a img{
	padding: 1px;
	border: 1px solid #CCCCCC;
	margin-right: 1px;
	margin-bottom: 1px;
}

.row a img:hover{
	border: 1px solid #FF3366;
}



.clear{
	display: block;
	clear: both;
}



.row ul{
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}



.breack{
	display: block;
	clear: both;    
}

/**-----------------------------------------------------------------------------
** CONTENT
**/ 

#main, #content {
	width: 450px;
	margin: 0 auto;
}

#contain {
	width: 450px;
	margin: 0 auto;
	background: #ffffff;
}

/**-----------------------------------------------------------------------------
** SEARCH
**/ 

.searchbox {
	background:#DDD;
	padding: 10px 25px 10px 25px;
	font-size:12px;
}
.searchbox input{
	padding:2px;
	font-size:12px;
	width:330px;
}
.searchmatch{
	background-color:yellow;
}
.searchresultbox{
}
.searchresultrow {
	background:#FFF;
	font-family:verdana;
	font-size:12px;
	padding:5px;
	margin-top:10px;
	overflow:hidden;
}
.searchresultrow:hover {
	cursor:pointer;
	background:#FAFAFA;
}
.searchresultrow a {
	font-weight:bold;
	text-decoration:none;
}
.searchexcerpt {
	color:#AAA;
	font-size:10px;
}
.searchexcerpt span {
	background:yellow;
	font-size:10px;
}
					
/**-----------------------------------------------------------------------------
** POST
**/ 

.datum{
font:25px helvetica;
margin-bottom: 10px;
background: url(images/date.jpg) no-repeat;
height: 30px;
margin-top:6px;
color:#DCDCDC;
text-align: right;
width: 400px;
}

.datum span {
font-weight: bold;
color: #ffffff;
}

.datum1{
font:25px helvetica;
background: url(http://www.mytumblr.purzlbaum.ch/img/date.jpg) no-repeat;
height: 30px;
margin-top:6px;
color:#DCDCDC;
text-align: right;
width: 400px;
}

.datum1 span {
font-weight: bold;
color: #ffffff;
}
.post {
	padding: 0 25px 0 25px; }
.post .date {
	padding: 0;
	text-align: right;
	font-family:      'Lucida Grande', Helvetica, sans-serif;
	float: right;
	padding-right: 10px; }
.post .date .month, .post .date .day, .post .date .time {
	font-weight: normal;
	color: #000000;
	font-size: 14px;
	 }
.post .date a, .post .date a:visited, .post .date a:active {
	font-weight: normal; }
span.type {
	color: #000000;
	font-style: italic;
	font-family:      'Lucida Grande', Helvetica, sans-serif;
	text-transform: uppercase;
}
span.type a.permalink { 
	color: #000000;
	text-decoration: none;
	font-size: 15px; }
span.type a.permalink:hover {
	text-decoration:underline; }
.post .regular, .post .quote, .post .link, .post .conversation,
.post .photo, .post .video, .post .audio {
	margin-right: 0;
	padding: 0 0 0; }
.post .photo .caption, .post .audio .caption, .post .video .caption, .post .quote .source {
	display: block;
	margin-bottom: 8px;
	 }
.post .photo img {
	border-width: 0px; }
.post .quote .source {
	font-style: italic;
	text-align: right; }
.post .conversation ul {
	list-style: none;
	margin: 0 5px 15px;
	padding: 0; }
.post .conversation ul li {
	border-bottom: 1px solid #ddd;
	padding: 5px 0; }
.post .conversation ul li .person {
	font-weight: bold;
	margin-right: 10px; }
.post .post-footer {
	border-bottom: 3px solid #ddd;
	padding-top: 8px; }

.link-footer {
	border-bottom: 3px solid #ddd;
	padding-top: 5px;
	padding-bottom: 5px;}


.post .post-footer .permalink, .post .post-footer .when {
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px; }

/**-----------------------------------------------------------------------------
** LINKLIST
**/ 

ul.linklist, ul.linklist ul {
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	color: #000000;
}

ul.linklist ul {
	border: none;
	color: #000000;
}

ul.linklist a, ul.linklist ul a {
	padding: 0.2em 0;
	width: 100%;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	color: #ffffff;
	background: #333333;
}

ul.linklist ul a {
	width: 95%;
	color: #ffffff;
	padding-left: 5%;
	background: #353535;
}

ul.linklist a:hover {
	background: #e08;
	color: #fff;
}


.post ul {
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	color: #000000;
}

ul.post {
	border: none;
	color: #000000;
}

.post ul a {
	width: 100%;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	color: #ffffff;
	background: #333333;
}

.post ul a:hover {
	background: #e08;
	color: #fff;
}
                    
                    #search {
                        background: #fff;
                        border: 1px solid {color:Background};
                        
                        border-radius: 4px;
                        -moz-border-radius: 4px;
                        -webkit-border-radius: 4px;
                    }

#search-scope input,
                        #wrapper #sidebar #top #search-scope label {
                            cursor: pointer;
                        }
                
                        #search form {
                            margin: 0;
                        }
                
                            #search form .query {
                                padding: 5px;
                                border: none;
                                background: transparent;
                                outline: none;
                                width: 125px;
                                float: left;
                                color: {color:Background};
                            }
                    
                            #search form .submit {
                                background: {color:Background};
                                color: #fff;
                                border: none;
                                padding: 5px 7px;
                                margin: 3px 3px 2px 0;
                                float: right;
                                border-radius: 3px;
                                -moz-border-radius: 3px;
                                -webkit-border-radius: 3px;
                                cursor: pointer;
                            }
                            
                            #search form .submit:hover {
                                opacity: 0.9;
                                filter: alpha(opacity=90);
                                -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
                            }
                
                    
#search-scope input,
                        #wrapper #sidebar #top #search-scope label {
                            cursor: pointer;
                        }
                
                        #search form {
                            margin: 0;
                        }
                
                            #search form .query {
                                padding: 5px;
                                border: none;
                                background: transparent;
                                outline: none;
                                width: 125px;
                                float: left;
                                color: {color:Background};
                            }
                    
                     #search-scope input,
                        #wrapper #sidebar #top #search-scope label {
                            cursor: pointer;
                        }
                
                        #search form {
                            margin: 0;
                        }
                
                            #search form .query {
                                padding: 5px;
                                border: none;
                                background: transparent;
                                outline: none;
                                width: 125px;
                                float: left;
                                color: {color:Background};
                            }
                    
                            #search form .submit {
                                background: {color:Background};
                                color: #fff;
                                border: none;
                                padding: 5px 7px;
                                margin: 3px 3px 2px 0;
                                float: right;
                                border-radius: 3px;
                                -moz-border-radius: 3px;
                                -webkit-border-radius: 3px;
                                cursor: pointer;
                            }
                            
                            #search form .submit:hover {
                                opacity: 0.9;
                                filter: alpha(opacity=90);
                                -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
                            }
                       #search form .submit {
                                background: {color:Background};
                                color: #fff;
                                border: none;
                                padding: 5px 7px;
                                margin: 3px 3px 2px 0;
                                float: right;
                                border-radius: 3px;
                                -moz-border-radius: 3px;
                                -webkit-border-radius: 3px;
                                cursor: pointer;
                            }
                            
                            #search form .submit:hover {
                                opacity: 0.9;
                                filter: alpha(opacity=90);
                                -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
                            }
                