/*
Theme Name: Papillon
Description: Theme inspired from a butterfly.
Author: Zerosleep
Author URI: http://www.allweirdthings.com
*/



body {
	margin:0;
	padding-top:0px;
	background:#000;
	font-family: Tahoma, Helvetica, sans-serif;
	color:#000001;
	font-size:14px;
	direction: rtl;
	}
img {
	border:0;
	}
a {
	color:#ffae00;
	}
a:hover {
	color:#c28400;
		}
h1, h2, h3, h4, h5, h6 {
	
	}
blockquote {
	padding-right:10px;
	color:#768b00;
	}
.clear {
	clear:both;
	}
.alignleft {
	float:right;
	}
.alignright {
	float:left;
	}

/* The Wrapper */

.wrapper {
	width:1000px;
	margin:0 auto;
	}

/* The Top */

.top {
	height:189px;
	margin-top:0px;
	background:url(images/top4.png);
	}
.blogname {
	float:right;
	width:620px;
	}
.blogname h1 {
	font-size: 40px;
	font-weight: bold;
	margin: 60px 155px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #4169E1;
}
.blogname h2 {
	margin: -5px 155px 0 0;
	font-size: 15px;
	font-weight: bold;
	color: #778899;
}

/* The Search Form */

.search {
	float:left;
	width:230px;
	height:29px;
	margin-top:100px;
	padding-left:10px;
	}
.search form {
	margin:0;
	padding:0;
	}
.search input {
	border:none;
	padding:0;
	float:right;
	}
.search input#s {
	width:160px;
	height:15px;
	margin-left:4px;
	font-size:13px;
	padding:3px 3px 2px 2px;
	border:2px solid #000;
	}
.search input#submit {
	width:50px;
	height:25px;
	background:url(images/search.png);
	}

/* The Menu */

.menu {
	height:36px;
	background:url(images/menu4.png);
	}
.menu ul {
	list-style:none;
	margin:0 5px;
	padding:2px 0 0;
	float:right;
	}
.menu li {
	display:inline;
	font-size:18px;
	padding:0 2px;
	}
.menu a {
	color:#ffffff;
	text-decoration:none;
	}
.menu a:hover {
	color:#4a7f00;
	background:none;
	}

/* The Line */

.line {
	height:21px;
	background:url(images/line6.png);
	}

/* The Content */

.content {
	padding:10px 15px 25px 39px;
	background:url(images/content4.png) top;
	}

/* The Posts */

.text {
	width:676px;
	float:right;
	text-align:justify;
	}
.post {
	padding: 0 23px 30px 0;
}

h1.title {
	font-size:20px;
	margin:0;
	padding:4px;
	color:#94bd01;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	background:#f3f3f3;
	border:1px solid #fff68f;
	}
h1.title a {
	color:#94bd01;
	text-decoration:none;
	}
h1.title a:hover {
	color:#556d00;
	background:none;
	text-decoration:none;
	}
.postinfo {
	height:20px;
	

	}
.postinfo a {
	color:#3baeff;
	text-decoration:none;
	font-weight:bold;
		
	}

/* The Sidebar */

.sidebar {
	width:180px;
	float:left;
	line-height:20px;
	}
.sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.sidebar h3 {
	height: 39px;
	padding-top: 3px;
	padding-right: 9px;
	font-size: 18px;
	color: #657f2e;
	margin: 5px 0;
	background:  url(images/h2bar3.png) no-repeat;
	line-height: normal;
}
.sidebar ul ul ul {
	padding-right:10px;
	}
.sidebar a {
	padding-right:10px;
	text-decoration:none;
	color:#dc7d03;
	
	}


/* The Footer */

.footer {
	height:40px;
	background:url(images/footer3.png);
	text-align:center;
	color:#442c0e;
	font-size:12px;
	font-weight:normal;
	padding-top:22px;
	}
.footer a {
	color:#c56f00;
	text-decoration:none;
	}
.footer a:hover {
	color:#000001;
	}

/* The Navigation */

.navigation {
	height:25px;
	padding:0 20px;
	}
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	color:#ffea00;
	}
.navigation a:hover {
	color:#f0ff00;
	
	}

/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	padding:0;
	margin:0 0 20px 0;
	font-size:25px;
	text-align:center;
	}

/* The Comments */

.comments {
	font-size: 13px;
	color: #535353;
}
.comments form {
	}
.comments textarea {
	width:90%;
	height:156px;
	background:#fff;
	border:1px solid #e9e5e1;
	color:#484849;
	padding:10px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	}
#commentform {
	padding-left:23px;
	}
#commentform input {
	background:#fff;
	border:1px solid #e9e5e1;
	color:#484849;
	padding-right:10px;
	}
.comments input#submit {
	padding:0;
	width:72px;
	height:29px;
	}
.comments h2 {
	font-size:19px;
	line-height:30px;
	margin:24px 23px 0 0;
	padding:0;
	font-weight:normal;
	}
.comments ol li p {
	padding:0;
	margin:10px 0;
	}