/*
Theme Name: Purple 1
Theme URL: http://yinyin.elitefan.net
Description: Layout specifically designed for <a href="/">this</a> website.
Version: 1.0
Author: Karin
Author URI: http://yinyin.elitefan.net
*/

body {
	background: #d8d3d2 url() repeat-x;
	margin: 0px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #60534f;
}



a {
	text-decoration: none;
	font-weight: bold;
	color: #ec705c;
}
a:hover {
	color: #818181;
}
b, strong {
	color: #472f23;
}
em, u, i {
	color: #402e29;
}
a img {
	border: 2px solid #beafb0;
}
a:hover img {
	border: 2px solid #ec705c;
}
textarea, input, select, button {
	background: #dddee1;
	border: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #6b777e;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
blockquote {
	background: #c6b7b9;
	border-left: 1px solid #bcaeaf;
	border-bottom: 1px solid #bcaeaf;
	text-align: justify;
	text-shadow: 2px 2px 2px #bcaeaf;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*
-----------------------------
*/

#sidebar h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 15px;
	font-style: italic;
	text-align: center;
	text-shadow: 2px 2px 2px #FFFFFF;
	color: #75655f;
	padding: 5px;
	margin: 0px 0px 15px 0px;
	background: url(/Bilder/line_menu.png); 
}
#sidebar div.main {
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 15px;
}
#sidebar div.maintext {
	text-align: justify;
	color: #75655f;
}

/*
-----------------------------
*/

#contents h2 {
	font-family: Georgia, Times New Roman, serif;
	background: url(/Bilder/line_content.png);
	font-size: 18px;
	font-style: italic;
	text-align: left;
	text-shadow: 2px 2px 2px #ffffff;
	color: #75655f;
	padding: 5px;
	margin: 5px;
}
#contents div.entrymeta {
	font-size: 11px;
	font-style: italic;
	text-align: left;
	color: #81776e;
	margin: 0px 0px 15px 0px;
}
#contents div.main {
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 15px;
}
#contents div.maintext {
	text-align: justify;
}