/*  

Theme Name: Papyrus

Theme URI: http://www.skdstudio.com

Description: WP theme designed by <a href="http://www.skdstudio.com">SK Design Studio</a>.

Version: 1.0

Author: Sherihan Khedr

Author URI: http://www.skdstudio.com



	This theme was designed by Sherihan Khedr.



	By downloading and using this theme, you agree to the following terms:

    - You are NOT allowed to sell this design.
    - A link back to SK Design Studio (either modified or unmodified).
    - You can use this design for personal or commercial projects.
    - You can modify, translate or distribute



*/



body {
	font: 12px/150% Arial, "Trebuchet MS", Tahoma;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

a {
	color: #8f2b2b;
	text-decoration: none;
}

a:hover {
	color: #222222;
}

img {
	float: center;
	margin-right: 10px;
}

p {
	padding: 0px 0px 15px 0;
	margin: 0px;
	color: #000000;
	text-align: justify;
}


h1, h2 {
	color: #8f2b2b;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #242424;
	letter-spacing: -1px;
	font: normal 150%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}

h2 a {
	color: #8f2b2b;
	text-decoration: none;
}

h2 a:hover {
	color: #222222;
}

h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #4c3c2d;
	margin: 10px 0px 5px;
}

h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #4c3c2d;
	margin: 10px 0px 5px;
}

ul {
	list-style-type: circle;
}

blockquote {
	border-left: 5px #cccccc solid;
	margin: 0 0 0 5px;
	padding: 5px;
	  
}

form {
	margin:0px;
	padding:0px;
}

#page {
	margin: 0px auto 0;
	width: 1000px;
}

#page_back {
}

/*--------------------------header area*/
#header {
	width: 1000px;
	height: 390px;
	background: url(images/header.jpg) no-repeat;
	margin: 0;
}

#header_box {
        padding : 40px 0 0 220px;
}

#header h1 {
	font: bold 24px/100% "Trebuchet MS", Tahoma, Arial;
	color: #8f2b2b;
	border-bottom: none;
}

#header h1 a {
	color: #8f2b2b;
	text-decoration: none;
}

#header h1 a:hover {
	color: #222222;
	text-decoration: none;
}

#header p {
	color: #4c3c2d;
	font-size: 13px;
}

/*--------------------------navigation*/
#nav {
	width: 1000px;
	height: 50px;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
}

#nav li {
	list-style: none;
	display: inline;
	float: left;
	margin: 0 0 0 10px;;
}

#nav a{
	font: bold 13px/100% Arial, Helvetica, sans-serif;
	display: block;
	color: #555555;
	text-decoration: none;
	padding: 10px 20px 13px 20px;
	margin: 0;
	background: url(images/nav.png) bottom;
}

#nav a:hover, #nav .current_page_item a  {
	padding:  20px 20px 13px 20px;
        color: #333333;
}

#nav .left {
	float: left;
}

#nav .right {
	float: right;
}

/*------------------------search form */
#searchform {
	margin:0px 10px 0 0;
	padding: 7px 11px 15px 11px;
}

#searchform br {
	display: none;
}

#searchform .s {
	border:1px dotted #cccccc;
	width: 135px;
	height: 15px;
	padding: 4px 3px 0px 5px;
	background: url(images/form_field_bg.gif) no-repeat;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}

#searchform .ss {
	background: url(images/search_btn.jpg) no-repeat;
	border: none;
	width: 30px;
	height: 25px;
        cursor: pointer;
}


/*---------------------------content area */

#content {
	padding: 5px 0px 30px 0px;
	float: left;
	width: 740px;
	overflow: hidden;
        background: url(images/content_bg.png)repeat-y;
}

#content h1, h2 {
	font: bold 14px/100% "Trebuchet MS", Tahoma, Arial;
	color: #comments;
	border-bottom: none;
}

#content h1 a {
	color: #8f2b2b;
	text-decoration: none;
}

#content h1 a:hover {
	color: #222222;
	text-decoration: none;
}

.post {
	clear:both;
	padding-top: 5px;
}

#title_back {
	background: url(images/title_post.png) no-repeat;
	width: 680px;
	float: left;
	padding: 20px 0 0 0;
}

.post-date {
	width: 50px;
        height: 60px;
	float:left;
	margin-left: 8px;
}

.post-month {
	font: bold 12px Imapct, Arial, Tahoma;
	text-transform: uppercase;
	color: #764e50;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 5px;
	margin-left: -2px;
}

.post-day {
	font: bold 12px Imapct, Arial, Tahoma;
	text-transform: uppercase;
	color: #764e50;
	text-align: center;
	display:block;
	line-height: 18px;
	margin-left: -2px;
}

.post-title {
	float: left;
	margin-left: 18px; 
        margin-top:5px
	width: 500px;
}


.entry {
	clear: both;
        width: 550px;
	padding: 0 0 0 80px;
        margin-bottom:20px;
        background: url(images/entry_bg.png) left top no-repeat;
}

.post_arr {
	background: url(images/mini_arr.png) no-repeat;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #4c3c2d;
}

.post_arr2 {
	margin-right: 20px; 
        padding-top:10px;
        float:right;
	width: 60px;
        height:50px;
        font: bold 14px Imapct, Arial, Tahoma;
        color: #764e50;
        text-align: center;
        background: url(images/commentbox_bg.png) no-repeat;
}

.post_arr2 a {
	color: #8f2b2b;
	text-decoration: none;
}

.post_arr2 a:hover {
	color: #222222;
	text-decoration: none;
}


.mini-add-comment {
	background: url(images/commentbox_bg.png) no-repeat;
	margin-right: 20px; 
        padding-top:10px;
        float:right;
	width: 60px;
        height:50px;
        font: bold 12px Imapct, Arial, Tahoma;
        color: #764e50;
        text-align: center;
}

.navigation {
	clear: both;
	padding: 10px 0px 0 65px;
}


.previous-entries {
	float: left;
	padding-left: 20px;
	background: url(images/mini_arr33.png) no-repeat left;
}

.next-entries {
	float: right;
	padding-right: 20px;
	background: url(images/mini_arr.png) no-repeat right;
}



/*-------------------------comments area */

#comments, #respond {
	padding: 10px 0 10px 30px;
	clear: both;
}

.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}

.commentlist li{
	padding: 5px 10px;
}

.comment_back {
}

.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	color: #222222;
}

.commentlist cite a {
	color: #8f2b2b;
}

.commentlist cite a:hover {
	color: #222222;
}

.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}

#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}

#commentform p {
	padding: 6px 0px;
	margin: 0px;
}

#commentform label{
	color: #8f2b2b;
	font-size: 87%;
}

#commentform input{
	width: 200px;
	background: url(images/form_field_bg.gif) no-repeat;
	border: 1px solid #a29161;
	padding: 3px;
	margin-top: 3px;
	color: #222222;
}

#commentform textarea{
	width: 476px;
	height: 115px;
	background: url(images/form_field_bg.gif) no-repeat;
	border: 1px dotted #cccccc;
	padding: 2px;
	margin-top: 3px;
	color: #777777;
}

#commentform #submit {
	font: bold 12px Arial, Helvetica, sans-serif;
        background: url(images/btn_submit.jpg) no-repeat;
	color: #666666;
	border: none;
	float:right;
	width: 121px;
	height: 30px;
        padding-left:18px;
	cursor: pointer;
        text-align:left;
}



/*-----------------------------sidebar */

#sidebar {
	float: right;
	width: 260px;
	color: #333333;
	overflow: hidden;
        background: url(images/sidebar_title2.png)repeat;
}

#sidebar_back {
	margin: 20px 10px 10px 10px;
}

/*-------------sidebar title (h2) */
#sidebar h2{
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #8f2b2b;
	margin: 20px 0px 2px;
        padding-bottom:5px;
        
}

.sidebartitle{
        background: url(images/sidebar_line.png)bottom no-repeat;
}

/*------------sidebar text styles */
#sidebar a {
	color: #3e3e3e;
        font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#sidebar a:hover{
	color: #8f2b2b;
        font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*------------sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 10px;
}

#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 1px 10px 10px 15px;
	border: none;
}

/*------------sidebar list level2 */

#sidebar ul li ul {
	padding: 0;
	margin: 0;
}

#sidebar ul li ul li{
	padding: 2px 0 2px 5px;
        list-style-type:none;  
        background: transparent url(images/bullet.png) no-repeat 0 4px; padding: 0px 0px 2px 14px; border: 0; margin: 0;    
}

/*------------sidebar list level3 */

#sidebar ul li ul li ul li{
	padding: 1px 0 1px 5px;
	border: none;
}


/*----------sub-pages */

ul.list-page li ul li, li.widget_pages li ul li{
	background: url(images/mini-page-arrow.gif) no-repeat;
	padding-left: 10px;
}


/*------------------calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}

/*-------------------text widget */
.textwidget {
	padding-top: 5px;
}

/*-------------------------footer area */
#footer {
	clear: both;
	width:1000px;
	height: 178px;
	background: url(images/footer.jpg) no-repeat;
	position: relative;
	
	color: #4c3c2d;
	font-size: 95%;
	margin: 0;
	padding-top:30px;
}

#footer a {
	color: #8f2b2b;
}

#footer a:hover {
	color: #222222;
}

#footer p {
	color: #888888;
	text-align: center;
	margin: 40px;
	padding: 0;
}

/*---------------alignments */

.center {
	text-align: center;
}

img.center, img[align="center"] {
	display: block;

	margin-left: auto;
	margin-right: auto;
}

.alignleft {

	float: left;
}




img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}

.alignright {
	float: right;
}

img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}

.clear {
	clear:both;
}

hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}