/*
Theme Name: Blackfairy Theme
Theme URI: http://www.mertural.com
Description: Blackfairy Theme 
Version: 1.0
Author: MerT UraL
Author URI: http://www.mertural.com
*/


body {
	background: #000000 url(images/img3.jpg) no-repeat fixed right top;
	text-align: justify;
	font-family: Tahoman, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8ECBDD;
	line-height: 20px;
 }

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

img { border: 2px solid #E6E6FA; }

.img1 {
	float: left;
	margin: 5px 15px 0px 0px;
}

/* Search */
#search {
	margin: 0px;
	padding: 0px;
	background-color: #CC3333;
	color: #E6E6FA;
}

/** Forms */

form {
	margin: 0px;
	padding: 15px 0px 0px 25px;
}

.input1 {
	width: 130px;
	background-color: #bebebe;
	border: 1px solid #CC3300;
	color: #DCDCDC;
}

/* Header */

#header {
	position: fixed;
	top: 0px;
	left: 25px;
	height: 60px;
	margin: 0px auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header h1 {
	margin: 0px;
	padding-top: 20px;
	font-size: 40px;
	letter-spacing: -2px;
}

#header h2 {
	margin: 0px;
	padding-top: 38px;
	font-size: 12px;
	letter-spacing: -1px;
}

#header a {
	text-decoration: none;
	color: #666600;
}

/* Post */

.latest-post {
	padding: 0px 2em 1em 3em;
}

.latest-post h2 {
	font-size: 1.6em;
	color: #000000;
}

.post {
	padding: 2em 2em 1em 3em;
	border-top: 1px dashed #823D47;
}

.post h3 {
	margin-bottom: .5em;
	font-size: 1.2em;
	color: #000000;
}

.file * {
	color: #000000;
}

/* Content */

#content {
	float: center;
	width: 50%;
	padding: 60px 190px 0px 250px;
}

#sidebar {
	position: fixed;
	top: 80px;
	left: 15px;
	width: 185px;
	font-size: 12px;
}

#weekplan {
	position: fixed;
	top: 240px;
	right: 20px;
	width: 185px;
	font-size: 11px;
	background-color: #add8e6;
	color = black;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 1em;
	color: #666600;
}

#sidebar li li {
	margin-bottom: 0;
	padding-left: 2em;
}

#sidebar a {
	color: #FF3333;
}

#sidebar h1, #sidebar h2 {
	background: url(images/img2_xx.gif) no-repeat;
	padding: 0px 0 5px 20px;
	text-transform: uppercase;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	border-bottom: 1px dashed #666666; 
	color: #E6E6FA;
}

#colOne {
	/*position: fixed;*/
	float: center; 
	margin-left: 200px;
	margin-right: 270px;
	top: 80px;
	height: auto; 
	min-width: 50%;

       padding: 5px 5px;
/*       background-image: url(./images/kartong_1.jpg); */
	background-color: #add8e6;
	border: 3px solid #666666;
	color: #000000;
}

#colOne .search {
	background-color: #330000;
	margin: 0px;
	padding-bottom: 10px;
	height: 50px;
}
#colOne li {
	list-style: none;
}

/* Footer */

#footer {
	width: 600px;
	margin: 0px auto;
	padding: 3px 0px;
	color: #787878;
}

#footer p {
	margin: 0px;
	padding-right: 40px;
	text-align: center;
	font-size: 10px;
}

#footer a {
	color: #FF4000;
}

