﻿/*
Theme Name: نضال
Theme URI: http://www.almasseri.ws
Description: قالب مصمم خصيصاً لمدونة نضال
Version: 1.1
Author: تاروت تيك لخدمات الإنترنت
Author URI: http://www.taroutech.com
*/

* {
  padding: 0;
  margin: 0;
}


body {
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 62.5%; /* Resets 1em to 10px */
  background: url(images/bodybg.jpg) top left;
scrollbar-face-color:#62AFE5;
scrollbar-highlight-color:#D6EBFC;
scrollbar-3dlight-color:#8AA7D3;
scrollbar-darkshadow-color:#8397BC;
scrollbar-shadow-color:#DCEBFF;
scrollbar-arrow-color:#3D7ABB;
scrollbar-track-color:#B1D7FB;
}

/* Begin Shape Styles */

#page {
  width: 715px;
  margin: 0 auto;
  background: url(images/pagebg.jpg) repeat-y top center;
}


#wrapper {
  width: 715px;
  margin: 0 auto;
}

#header {
  margin: 0 auto;
  padding: 0px;
  width: 715px;
  height: 160px;
  background: url(images/header.jpg) no-repeat top center;
}

#top-bar {
  background: url(images/top-bar.jpg) no-repeat top center;
  width: 692px;
  font-size: 1.5em;
  font-family: Arial, Tahoma, sans-serif;
  font-weight: bold;
  margin: 0 auto;
  color: #ffffff;
}

#top-bar .inside {
  width: 525px;
  margin: 0 auto;
}

#top-bar .sep {
  background: url(images/top-bar-sep.jpg) no-repeat top center;
  width: 1px;
  height: 26px;
  float: right;
}

#top-bar .link {
  text-align: center;
  width: 130px;
  padding: 4px 0 5px;
  float: right;
}

#top-bar a {
  color: #ffffff;
}


#headerimg {
  width: 715px;
  height: 160px;
  margin: 0;
  padding: 0;
}


#content {
  text-align: right;
}

.narrowcolumn {
  width: 480px;
  float: left;
  padding: 20px 0 0 20px;
  margin: 0 0 0 0;
}

.widecolumn {
  width: 760px;
}

#sidebar {
  text-align: right;
  padding: 20px 14px 0 0;
  margin: 0 0 0 0;
  float: right;
  width: 180px;
}


#footer {
  margin: 0 auto;
  width: 715px;
  clear: both;
  background: url(images/footer.jpg) no-repeat top center;
  padding: 15px 0 0 0;
  height: 45px;
}

/* End Shape Styles */

/* Begin Header */
#header h1 {
  padding-top: 50px;
  font-family: Arial, Helvetica, sans-serif;
  visibility: hidden;
}

#header .description {
  font-family: Tahoma, Arial, sans-serif;
  visibility: hidden;
}


/* End Header */

/* Begin Content */
#content .post {
  padding-top: 20px;
  padding-bottom: 20px;
}

#content .entry {
  text-align: justify;
  line-height: 130%;
  font-size: 1.2em;
}

.entry p {
  margin: 10px 0;
}

.entry ul {
  margin-right: 30px;
}

.entry ol {
  margin-right: 35px;
}

blockquote {
  background: #E2E2E2;
  border: 1px solid #999999;
  border-right: 5px solid #555555;
  margin: 5px 30px;
  padding: 5px;
}


.post .postmetadata {
  background: #f2f2f2;
  padding: 2px;
  margin: 15px 0;
  font-size: 1.1em;
}

.info {
  font-size: 1.1em;
  color: #8d8d8d;
}

/* End Content */

/* Begin Sidebar */
#sidebar ul {
  list-style-type: none;
  margin: 0;
}

#sidebar #searchform {
  text-align: center;
}

#sidebar #searchform #s {
  width: 110px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 1.1em;
}

#sidebar #searchform #searchsubmit {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 1.1em;
}

#sidebar h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  background: url(images/sidebar-h2.jpg) no-repeat top center;
  padding: 9px 20px 7px 0;
  color: #ffffff;
  border: 0;
}

#sidebar ul li ul {
  background: #dddddd;
  border-left: 2px solid #f0f0f0;
  border-right: 2px solid #f0f0f0;
  margin-bottom: 20px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 1.1em;
  padding: 0 5px;
}

#sidebar ul li ul li {
  padding: 2px 12px 2px 0;
  background: url(images/sidebar-icon.jpg) no-repeat right 6px;
}

#sidebar ul li ul li ul {
  margin-right: 20px;
  list-style-type: disc;
  border: 0;
  margin-bottom: 0;
  padding: 0;
}

/* End Sidebar */

/* Begin Footer */
#footer .rightf {
  float: right;
  width: 120px;
  padding-left: 40px;
}

#footer .centerf {
  float: right;
  width: 390px;
  padding-left: 20px;
  font-size: 1.1em;
}

#footer .leftf {
  float: left;
  width: 90px;
  text-align: left;
  padding-left: 40px;
}
/* End Footer */

/* Begin Comments Styles */
  textarea {
    width: 400px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 1.1em;
  }

.comnt {
  background: #f2f2f2;
  margin: 10px 0;
  padding: 5px;
  font-size: 1.1em;
}

.cmnta {
  font-weight: bold;
  font-size: 1.1em;
}


.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 0 10px 5px;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments Styles */

/* Begin Misc */
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2em;
  color: #637aa1;
  background: url(images/icon.jpg) no-repeat right center;
  border-bottom: 2px solid #f2f2f2;
  padding: 0 20px 0 0;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6em;
}

h3.pagetitle {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  margin-top: 15px;
}

img 	{
  border: 0;
		}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

a:link {
  color: #637aa1;
  text-decoration: none;
	}     /* unvisited link */

a:visited {
  color: #637aa1;
  text-decoration: none;
	}  /* visited link */

a:hover {
  color: #bb0000;
	}   /* mouse over link */

a:active {
  color: #AA0000;
	}   /* selected link */

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

a img {
	border: none;
	}

.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.1em;
	}

.clearer {
  clear: both;
}

small {
}


input {
  font-size: 1.1em;
  font-family: Tahoma, Arial, sans-serif;
  padding: 2px;
}

.archives {
  width: 90%;
  margin: 0 auto;
}



.archives ul {
  margin: 5px 20px 20px 0;
}


.archiveselect {
  font-size: 1.1em;
  font-family: Tahoma, Arial, sans-serif;
  width: 150px;
}
/* End Misc */

