/*
Theme Name: Meming
Description: A custom theme designed by Twist & Twirl.
Version: 1.0
Author: Twist & Twirl
*/



html * {
	margin: 0;
	padding: 0;
}

img {
	border: none; }

h1, h2, h3, h4, h5, p, blockquote, li {
	font-weight: normal;
	font-size: 100%;
}

body {
	background: #91aa9d;
	font-family: Georgia, serif;
	font-size: 14px;
	color: #292929; }
	
/*body {
    background: url(img/body.png)#dedbd1 url('img/body.png') top left repeat-y;
    font-size: 14px;
    font-family: Georgia, serif;
    color: #ffffff; }*/

pre, code, samp {
    font: 1em 'courier new', courier, monospace;
    color: #BBB39F;
}

acronym, abbr, dfn {
    border-bottom: 1px dashed #999;
    font-style: normal;
    cursor: help;
}

blockquote {
	padding: 0 10px;
	margin: 15px 25px;
	color: #555;
	line-height: 1.5;
	font-size: 12px;
	background: #eee;
	overflow: hidden; }

blockquote p {
	margin: 10px 0; }

a:link, a:visited { color: #3f606f; text-decoration: none; }

/*a:visited {
	color: #541b1e;
	text-decoration: underline; } */

a:hover {
	color: #333;
	}

.right {
	float: right; }

.left {
	float: left; }

#clearer {
	clear: both; }

.center {
	text-align: center; }

/* small */
.klein {
    font-size: 11px;
}
/* smaller */
.kleiner {
    font-size: 8px; /* Und jetzt brauchst du eine Lupe */
}

/* Hiermit "positioniert" man die Bilder (links = left; rechts = right) */
.bild-links {
    float: left;
    margin: 2px 10px 5px 0; }

.bild-rechts {
    float: right;
    margin: 2px 0 5px 10px;
}

/* ---------- SITE STRUCTURE ---------- */

#wrapper { border-top: 76px solid #3f606f; }

#logo { margin-bottom: -35px; padding-left: 275px; }

#logo a { width: 683px; background-image: url(img/logo.jpg); background-repeat: no-repeat; background-position: 0 0; text-indent: -9999px; position: relative; top: -45px; height: 280px; display: block; } 

#content { width: 960px; }

#main-col { width: 683px; background: #fcfff5; float: right; border-top: 25px solid #193441; border-bottom: 5px solid #193441; }

#main-col p {
	line-height: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px }
	
#main-col li {
	margin-left: 30px}

#main-col h1, #main-col h2 {
	margin: 48px 0 18px 30px;
	font-size: 28px;
	line-height: 28px;
	font-family: Helvetica, Arial, sans-serif;
	color: #5b7876;
	letter-spacing: -1px;
	border-bottom: 1px solid #ccc;
	 }

#main-col h1 {
	margin-bottom: 10px;
	}

#main-col h1#logo {
	margin-bottom: 0; }

#main-col h3 {
	font-size: 15px;
	line-height: 20px;
	margin-left: 30px;
	color: #333;
	border-bottom: 1px dotted #ddd; }

#main-col h4 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #444; }

#main-col .post-info, #main-col .post-info2 {
	font-size: 11px;
	color: #555;
	margin: 5px 5px 20px 30px; }
	
#main-col .post-info2 { border-top: 1px solid #999; margin-bottom: 30px; margin-left: 25px; padding-top: 5px; }

#main-col #post-info-box {
	font-size: 11px;
	margin: 20px 25px 20px 25px;
	padding: 10px;
	background: #eee;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd; }

img.right, object.right {
	margin-left: 25px; }

img.left, object.right { margin-right: 25px; }

/* ---------- SIDEBAR ---------- */

#sidebar { position: relative; width: 225px; float: left; margin: -190px 0 0 18px; padding-right: 25px; }

#sidebar a {
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif; }

#sidebar h5 { font-size: 20px; color: #ffffff; letter-spacing: -1px; margin-bottom: 17px; font-family: Georgia, serif; border-bottom: 1px solid #666; }
    
/* #sidebar h5 {
    text-transform: uppercase;
    background: url(img/header-pattern.png)url('img/header-pattern.png');
    color: #ffffff;
    padding: 5px;
    clear: left; } */
    
#sidebar form {
    margin-bottom: 20px;
    padding: 5px; }

#sidebar ul { list-style: none; margin-bottom: 20px; font-family: Helvetica, Arial, sans-serif; color: #000000; font-size: 12px; line-height: 18px; }

#sidebar li { color: #333; padding-top: 5px; padding-bottom: 8px; }

#sidebar li a { color: #333; text-decoration: underline; display: block; }

#sidebar li a:hover { color: #933; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-decoration: underline; }

#cat-list li {
	padding: 0 5px 0 0; }

#cat-list li a {
	display: inline; }

#sidebar li li {
	margin-left: 10px; }

#searchform input#s {
	width: 110px;
	margin-right: 10px; }

#searchform input {
	float: left;
	padding: 2px; }

#searchform {
	overflow: hidden; }

#sidebar img {
	display: block; }


#meming-ads li {
	border: none;
	text-align: center; }

#meming-ads p {
	text-align: center; }

#meming-ads img {
	display: inline;
	margin: 0;
	border: 2px solid #666; }

#meming-ads li a {
	width: auto;
	display: block;
	padding: 10px 0; }

#meming-ads li a:hover {
	background: none; }

#meming-ads li a:hover img {
	border-color: #dedbd1; }


/*2.2.3 Kommentarbereich*/
#commentform {
    border: 1px solid #ddd;
    background: #eee;
    padding: 15px;
}

#commentform textarea, #commentform input {
    border: 1px solid #ccc;
    font: normal 1em arial, sans-serif;
    padding: 2px;
    color: #555;
}
#commentform textarea {
    width: 450px;
}
#commentform textarea:hover, #commentform textarea:focus, #commentform #author:hover, #commentform #author:focus, #commentform #email:hover, #commentform #email:focus, #commentform #url:hover, #commentform #url:focus {
    border: 1px solid #900;
}

#commentform #submit {
    margin-top: 2px;
    padding: 0 5px;
}

#commentform #submit, #commentform .ed_button {
    border: 1px solid #ccc;
    background: #ddd;
    color: #333;
    margin-right: 1px;
    font-size: 1em;
}
#commentform #submit:hover, #commentform .ed_button:hover {
    border: 1px solid #900;
    background: #b00;
    color: #fd5;
}

#commentlist li {
    border-bottom: 1px solid #eee;
    margin-left: 50px;
}

.kommentar-info {
    margin-bottom: 3px;
}


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

#footer {
	background: url(img/footer.png)url('img/footer.png') no-repeat;
	height: 75px; }

#footer p {
	margin: 0 0 0 225px;
	width: 675px;
	text-align: center;
	font-size: 11px;
	color: #555; }
    

/* 3. Spezielle Formatierungen z.B. nur f?r Plugins */
#ed_toolbar input {
    border: 1px solid #ccc;
    background: #ddd;
    font-size: 11px;
    margin-right: 1px;
    padding-top: 0;
    padding-bottom: 0;
}

#wp_grins {
    margin-top: 2px;
}

.pagebar {
    text-align: center;
    line-height: 1.4;
    padding-bottom: 10px;
}

.pagebar .this-page {
    font-weight: bold;
}

#main-col .pagebar a {
    border-bottom: 1px solid #ccc;
    border: 1px solid #ccc;
    background: #eee;
    padding: 2px 5px;
    margin-bottom: 5px;
}

#main-col .pagebar a:hover {
    border: 1px solid #900;
    background: #b00;
    color: #fd5;
}

blockquote p {
	margin-left: 0;
	margin-right: 0; }

#dale-sidebar-photo { font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; margin-bottom: 30px; }

#dale-sidebar-photo img {
	margin: 5px 0; }

#dale-sidebar-photo p { margin-bottom: 10px; color: #393939; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }

#dale-sidebar-photo a:link, #dale-sidebar-photo a:visited { color: #333; line-height: 18px; text-decoration: none; border-top-width: 5px; }

#dale-sidebar-photo a:hover { color: #933; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }

#paintingcredit {
	margin: 0 0 10px 730px;
	font-size: 10px;
	font-style: italic;
	color: #91aa9d; }

#paintingcredit a:link, #paintingcredit a:visited {
	color: #91aa9d;
	text-decoration: underline; }

#paintingcredit a:hover {
	background: transparent;
	color: #91aa9d; }
