/*
Theme Name: Undinger
Theme URI: http://undinger.de/
Description: Undinger's Layout
Author: Olaf
Author URI: http://undinger.de/

*/


/* Begin Typography & Colors */
body {
        font-size: 13px;
        font-family: Trebuchet MS, Trebuchet, Arial, Sans-Serif;
        color: #333;
        background-color: #ffffff;
        text-align: center;
        }

#page {
        background-color: #ffffff;
        text-align: left;
        }

#header {
        background-color: #ffffff;
        }

#content {
        float: left;
        width: 390px;
	margin: 5px 0 0 30px;
	padding: 10px 5px 0 5px;
        }

.alt {
        background-color: #ffffff;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        }


small, .utwtags {
        font-size: 0.9em;
        line-height: 1.5em;
        }

h1, h2, h3 {
        font-weight: bold;
        }

.description {
        font-size: 1.2em;
        text-align: center;
        }

h1, h2 {
        font-size: 14px;
        color: #666666;
        margin: 0 0 10px 0;
        }

#sidebar h2 {
        background: #990000;
        color: #ffffff;
        }

#sidebar h2 a {
        color: #ffffff;
        }

h1, h1 a, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
        text-decoration: none;
        }

.entry p a:visited {
        color: #b85b5a;
        }

.commentlist li, #commentform input, #commentform textarea, textarea {
        font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
        }

.commentlist li {
        font-weight: bold;
        }

.commentlist cite, .commentlist cite a {
        font-weight: bold;
        font-style: normal;
        font-size: 1.1em;
        }

.commentlist p {
        font-weight: normal;
        line-height: 1.5em;
        text-transform: none;
        }

.commentmetadata {
        font-weight: normal;
        }

code {
        font: 1.1em 'Courier New', Courier, Fixed;
        }

a, h2 a:hover, h3 a:hover {
        color: #666666;
        text-decoration: underline;
        }

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

/* End Typography & Colors */



/* Begin Structure */
body {
        margin: 0;
        padding: 0;
        }

#page {
        background-color: white;
        margin: 2px auto;
        padding: 0 0 10px 0;
        width: 760px;
        }

#header {
        padding: 0;
        margin: 0 auto;
        width: 100%;
        background-color: #ffffff;
        }

#headerimg {
        padding-top: 10px;
        width: 100%;
        height: 85px;
        }

#headerimg .logo {
	float: left;
	margin: 0 0 0 80px;
        }
	
#headerimg .logo_undinger {
	float: left;
	margin: 0 0 0 30px;	
        }

#dic_suche {
	border: 1px solid #990000;
	padding: 0;
	width: 405Px;
	height: 25px;
	text-align: right;
        background-image: url('/images/suche_bg.gif');
        background-repeat: repeat-x;
	margin: 2px 0 0 0;
}

#dic_suche #q {
	width: 360px;
	height:25px;
	font-size: 16px;
	padding: 0;
	border: 0;
	vertical-align: top;
	background-color: transparent;
}

#dic_suche #dic_suche_button {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	background-color: #990000;
}	

.narrowcolumn {
        float: left;     
        margin: 0px ;
        width: 390px;
	padding: 0 !important;
/*        border: 1px solid pink; */
        }

.widecolumn {
        padding: 10px 0 20px 0;
        margin: 5px 0 0 150px;
        width: 390px;
        }

.post {
        margin: 0 0 40px 10px;
        padding: 0 10px 4px 0;
        text-align: justify;
        }

.widecolumn .post {
        margin: 0;
        }

.narrowcolumn .postmetadata {
        padding-top: 5px;
        }

.widecolumn .postmetadata {
        margin: 30px 0;
        }

#footer {
        padding: 0 0 0 1px;
        margin: 0 auto;
        width: 760px;
        clear: both;
        }

#footer p {
        margin: 0;
        padding: 20px 0;
        text-align: center;
        }
/* End Structure */



/*        Begin Headers */

.description {
        text-align: center;
        }


h2.pagetitle {
        margin-top: 30px;
        text-align: center;
}

#sidebar h2 {
        margin: 5px 0 0;
        padding: 0;
	font-size: 13pt;
        }

h3 {
        padding: 0;
        margin: 30px 0 0;
        }

h3.comments {
        padding: 0;
        margin: 40px 0 0 0;
        }
/* End Headers */



/* Begin Images */
p img {
        padding: 0;
        max-width: 100%;
        }

/*        Using 'class="alignright"' on an image will (who would've
        thought?!) align the image to the right. And using 'class="centered',
        will of course center the image. This is much better than using
        align="center", being much more futureproof (and valid) */

img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
        }

img.alignright {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
        }

img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
        }

.alignright {
        float: right;
        }

.alignleft {
        float: left
        }
/* End Images */



/* Begin Lists

        Special stylized non-IE bullets
        Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul, html>body .entrytext ul {
        margin-left: 0px;
        padding: 0 0 0 30px;
        list-style: none;
        padding-left: 10px;
        text-indent: -10px;
        }

.entrytext ul li:before, .entry ul li:before, #sidebar ul ul li:before {
        content: "\00BB \0020";
        }

.entry ol, .entrytext ol {
        padding: 0 0 0 15px;
        margin: 0;
        }

.entrytext ol li, .entry ol li {
        margin: 0;
        padding: 0;
        }

.postmetadata ul, .postmetadata li {
        display: inline;
        list-style-type: none;
        list-style-image: none;
        }

#sidebar ul, #sidebar ul ol {
        margin: 0;
        padding: 0;
        }

#sidebar ul li {
        list-style-type: none;
        list-style-image: none;
        margin: 0 0 15px 0px;
        }

#sidebar ul p, #sidebar ul select {
        margin: 5px 0 8px;
        }

#sidebar ul ul, #sidebar ul ol {
        margin: 5px 0 0 0px;
        }

#sidebar ul ul ul, #sidebar ul ol {
        margin: 0 0 0 0px;
        }

ol li, #sidebar ul ol li {
        list-style: decimal outside;
        }

#sidebar ul ul li, #sidebar ul ol li {
        margin: 3px 0 0;
        padding: 0;
        }
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
        margin: 10px auto;
        padding: 5px 3px;
        text-align: center;
        }

#sidebar #searchform #s {
        width: 115px;
        padding: 2px;
        }

#sidebar #searchsubmit {
        padding: 1px;
        }

.entry form { /* This is mainly for password protected posts, makes them look better. */
        text-align:center;
        }

select {
        width: 130px;
        }

#commentform input {
        width: 170px;
        padding: 2px;
        margin: 5px 5px 1px 0;
        }

#commentform textarea {
        width: 100%;
        padding: 2px;
        }

#commentform #submit {
        margin: 0;
        float: right;
        }
/* End Form Elements */



/* Begin Comments*/
.alt {
        margin: 0;
        padding: 0px;
        }

.commentlist {
        padding: 0;
        margin: 0;
        text-align: justify;
        }

.commentlist li {
        margin: 15px 0 3px 0;
        padding: 5px 10px 3px 0;
        list-style: none;
        }

.commentlist p {
        margin: 10px 5px 10px 0;
        }

#commentform p {
        margin: 5px 0 0 0;
        }

.nocomments {
        text-align: center;
        margin: 0;
        padding: 0;
        }

.commentmetadata {
        margin: 0;
        display: block;
        }
/* End Comments */



/* Begin Sidebar */
#sidebar {
        padding: 0px 0 10px 20px;
        margin-left: 585px;
        width: 150px;
        }

#sidebar form {
        margin: 10px 0 0 -18px;
        }
/* End Sidebar */





/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
        cursor: help;
        }

acronym, abbr {
        border-bottom: 1px dashed #999;
        }

blockquote {
        margin: 10px 30px 0 0px;
        padding-left: 10px;
        border-left: 5px solid #ddd;
        color: #666666;
        }

blockquote cite {
        margin: 5px 0 0;
        display: block;
        }

.center {
        text-align: center;
        }

hr {
        display: none;
        }

a img {
        border: none;
        }

.navigation {
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 60px;
        }
/* End Various Tags & Classes*/


#und_navi {
        float: left;
        width: 110px;
        text-align: right;
}

#und_navi li {
        list-style: none;
        height:40px;
        padding: 7px 16px 0px 0;
        background-image: url('/images/lasche.jpg');
        background-repeat: no-repeat;
        font-weight:bold;
	font-size: 14px;
}

#und_navi li a {
        color: #990000;
        text-decoration:none;
}

.und_bold {
        font-weight: bold;
}

.und_red {
        color: #990000;
        font-style: italic;
}

.dic_sub_navi {
        margin: 0 0 10px 0;
}

td {
        padding: 2px;
}

.dic_td_grey {
	background-image: url(/images/wort_bg.jpg); 
	background-repeat: repeat-x;
}

.dic_wort {
	background-image: url(/images/wort_bg.jpg); 
	background-repeat: repeat-x;
	margin: 0;
	padding: 3px;
}

.dic_wort .schwab {
	padding: 5px 0 5px 0;
	font-size: 20px;
	width: 100%;
}	

.dic_meta {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;	
	border: 1px solid #ebebeb;
	padding: 3px;
	margin: 5px 0 5px 0;
}

#sidebar .dic_sub_navi h2 {
        padding: 1px;
        color: #990000;
        color: #ffffff;
	font-size: 14px;
}

#sidebar .undingen_sub_navi p {
        margin: 5px 0 10px 0;
}

#sidebar .undingen_sub_navi h2 {
        padding: 0 0 0 1px;
        background: #006600;
        color: #ffffff;
}

.dic_sub_navi form {
        padding:0 0 10px 20px;
}

.dic_sub_navi .recent {
        list-style:none;
}

.frag {
	width: 112px;
	height: 50px;
	margin: 0 13px 0 0;
	padding: 14px 5px 0 5px;
    border: 3px solid #990000;
	text-align:center;
}

.ant {
	float: left;
	width: 112px;
	height: 60px;
	margin: 0 5px 0 0;
	padding: 14px 5px 0 5px;
	background-color: #990000;
	text-align:center;
}

.ant a {
    color: #ffffff;
}

.ant a:hover {
    color: #990000;
	background-color:#FFFFFF;
}


.meta_center {
	width: 410px;
	text-align: center;
	margin: 0 0 10px 0;
}

.meta_center ul, .meta_center li {
	list-style: none;
	display:inline;
	padding: 0 4px 0 0;
}	

.meta_center a:hover {
	background-color: #f9f9f9;
}

.meta_right {
	float:left;
	width: 150px;
}

.meta_right input {
	color: #990000;
}	

.schwaebisch, .deutsch {
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	width: 180px;
	padding: 2px;
}

.schwaebisch {
	float: left;
}

.deutsch {
	float: right;
}

.lang {
	color:#990000;
	font-style:italic;	
}

.sharer a { 
	color: #FFFFFF; 
}

.sharer .fb {
	background-color: #3B5998;
	color:#FFFFFF;
	width: 180px;
	float: left;
	padding: 2px;
	margin: 10px 0 0 0;
	border: 1px solid #cccccc;	
	min-height: 45px;
}

.sharer .sw {
	background-color: #990000;
	color:#FFFFFF;
	width: 180px;	
	float: right;
	padding: 2px;	
	margin: 10px 0 0 0;	
	border: 1px solid #cccccc;
	min-height: 45px;	
	background-image: url(/images/herz_bg.jpg); 
	background-repeat: no-repeat;
	background-position: right; 
}

.li {
	width:90px; 
	float:left;
}	

.re {
	width:90px; 
	float:right; 
	font-size:36px; 
	text-align:center; 
}	

.sw .re {
	color: #990000;
	text-align:center;
}

.metainfo {
	margin: 10px 0 0 0;
	color: #990000;
	font-style:italic;
	border: 1px solid #ffffff;
	padding: 2px;
}	

.comments {
	text-align: left;
	margin: 15px 0 0 0;
}

.comment {
	margin: 10px 0 0 0;	
}

/* ##################
   MediaQueries
   ################## */    
      
    
/* Smartphones  Portrait */
@media only screen
and (max-device-width : 320px) {

	html, body, #page, #content, .narrowcolumn {
		width:320px !important;
		overflow:hidden;
		margin: 0px !important;
	}
	#sidebar, #und_navi, #dic_suche {
		display: none;
	}	
	#header {
		margin: 0 0 0 -85px !important;
		padding: 0;
	}
	#headerimg .logo_undinger {
		margin: 2px !important;
	}	
	.schwaebisch, .deutsch, .sw, .fb {
		width: 48%;
	}
	.schwaebisch h1, .deutsch h1 {
		font-size: 22px !important;
	}	
	.meta_center {
		margin: 0 0 10px -40px;
		width: 100% !important;
	}
	#footer {
		width: 320px !important;
	}
}



/* kleinere Auflsung */
@media only screen
and (max-width : 1024px) {
	#fb-box, #g-box {
		display: none;
	}	
}

/* iPad */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
	#fb-box, #g-box {
		display: none;
	}
	#page {
		width:800px;
		overflow:hidden;
	}
	.meta_center {
		margin: 0 0 10px -40px;
	}	
}

/* */
