﻿/*  
Theme Name: Web Catalog
Theme URI: http://webcatalog.qualitywordpress.com
Description: A web catalog theme for all things and information relating to the web.
Version: 1.0
Author: qualitywordpress
Author URI: http://qualitywordpress.com
*/



/* General */

body{
	background-color:#155a95;
	font-size: 12px; 
	font-family:"trebuchet MS", tahoma, Arial; 
	color: #ffffff;
	background-image:url(images/bg_body.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	line-height:18px;
	}

h4 {
	margin: 0;
		font-family: "B Jadid", arial, tahoma;
}

h3 {
	margin: 0;
	font-family: "B Jadid", arial, tahoma;
}

h2 {
	margin: 0;
	font-family: "B Jadid", arial, tahoma;
}

h1 {
	margin: 0;
	font-family: "B Jadid", arial, tahoma;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
blockquote {
	margin: 0 20px;
	padding: 0.05em 20px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: url(images/commentalt.gif) repeat-y;
	font-size: 0.9em;
	font-family: Tahoma;
}


/* Page */

#page {
	margin: 0 auto;
	width: 907px;
}


/* Header */

#header {
	background-position: 800px 20px;
	width: 907px;
	height: 150px;
	position: relative;
	background-image: url('images/knowclubarm.jpg');
	background-repeat: no-repeat;
}

	/* Header - Info */
	
	#header #header-info {
	top: 35px;
	margin-right: 150px;
	background-repeat: no-repeat;
}
	
	#header #header-info h1 {
	color: #FFFFFF;
	font: bold 33px B jadid, Helvetica, sans-serif;
	padding-bottom: 5px;
}
	
	#header #header-info h1 a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#header #header-info .description {
	color: #FFFFFF;
	font: bold 15px Arial, Helvetica, sans-serif;
}
	
	/* Header - Menu  منوها*/
	
	#header #header-menu {
	position: absolute;
	font: small/40px tahoma, Helvetica, sans-serif;
	color: #FFFFFF;
	top: 115px;
	height: 34px;
	text-align: center;
	font-weight: normal;
	width: 907px;
	text-decoration: none;
}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 34px;
	}
	
	#header #header-menu ul li {
	background: url("images/header_menu.gif") repeat-x;
	padding: 0 30px 5px 30px;
	margin-bottom: 5px;
}
	
	#header #header-menu ul li a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}


/* Main */

#main {
	width: 907px;
}

#main-top {
	width: 907px;
	background: url("images/main_top.gif") no-repeat;
}

#main-bottom {
	width: 907px;
	min-height: 50px;
	background: url("images/main_bottom.gif") no-repeat left bottom;
}

	/* Main - Content */
	
#content {
	width: 495px;
	padding: 12px 30px 0 30px;
	position: relative;
	float: left;
}	
	/* Main - Content - Post */
	
	#content .post {
	margin-bottom: 25px;
	width: 495px;
	color: #000000;
}
	
		/* Post - Date */
		
		#content .post .post-date {
			background: url("images/post_date.gif") no-repeat;
			width: 122px;
			height: 25px;
			text-align: center;
			font: bold 10px/25px tahoma;
			color: #ffffff;			
		}
		
		/* Post - Title */
		
		#content .post .post-title {
			width: 463px;
			height: 45px;
			border: 1px solid #FFFFFF;
			background: url("images/post_title.gif") repeat-x;
			color: #000000;
			font: bold 10px tahoma;
			padding: 0 15px;
		}
		
		#content .post .post-title a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
	color: #000000;
	font: bold 15px/45px Arial, Helvetica, sans-serif;
	float: right;
}
		
		#content .post .post-title h2 a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {

			line-height: 45px;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 11px/18px tahoma;
			color: #000000;
			padding: 0 15px;
			width: 465px;
			background: #FFFFFF;
		}
		#content .post .comments {
			font: normal 11px/18px tahoma;
			color: #000000;
			padding: 0 15px;
			background: #FFFFFF;
		}
		
		
		#content .post .post-entry a {
	color: #0000FF;
	text-decoration: none;
}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 11px/20px tahoma;
			color: #000000;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 0 10px 0 0;
			width: 485px;
			clear: both;
			font: bold 10px/19px tahoma;
			color: #ffffff;
			background: url("images/post_info.gif") no-repeat;
			text-align: right;
		}
	
	/* end of Main - newscontent */	
	
		#content .post .post-info a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post .post-entry h3 {
			color: #000000;
			font: bold 14px Arial, Helvetica, sans-serif;
			margin: 25px 0 5px 0;
		}

		#content .post .post-entry .comments {
			font: normal 11px/18px tahoma;
			color: #000000;
			width: 465px;
		}
		
		#content .post .post-entry .comments a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .post-entry .comments ol li.alt {
			background: #cccccc;
		}
		
		#content .post .post-entry .comments ol li cite {
			color: #000000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .post-entry .comments ol li cite a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry #commentform {
			font: normal 11px/18px tahoma;
			color: #000000;
			width: 450px;
			padding-left: 15px;
			margin: 0;
		}
		
		#content .post .post-entry #commentform a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 11px/25px tahoma;
		color: #000000;
		width: 495px;
		height: 25px;
		float: left;
		margin-bottom: 25px;
	}
	
	#content .navigation a {
		color: #000000;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	.sidebar {
	width: 170px;
	font: normal x-small/18px tahoma;
	color: #ffffff;
}
	
	.sidebar a {
		color: #ffffff;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
		/* Sidebar - Sides */
		
		.sidebar-left {
	padding: 12px 3px 15px 0px;
	float: left;
}
.sidebar-right {
	padding: 12px 0 15px 3px;
	float: left;
}
		
		/* Sidebar - Titles */
		
		.sidebar h3 {
	font: bold 14px/26px Arial, Helvetica, sans-serif;
	color: #ffffff;
	width: 159px;
	height: 26px;
	background: url("images/sidebar_title.gif") repeat-x;
	padding-right: 10px;
}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
	margin: 5px 0 8px 0;
	padding:3px;
	list-style-type: none;
	color: #000000;
	background-color: #CCCCCC;
	font-weight: bold;
}
      .sidebar ul a{
	color: #0066FF;
	font-weight: bold;
}
		
		.sidebar ul li {
	color: #CC00CC;
	font: normal x-small/25px tahoma;
	background: url("images/sidebar_menu.gif") repeat-x;
	padding-right: 3px;
}
.sidebar ul li a {
	color: #000000;
	text-decoration: none;
	margin-right: 5px;
}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Submenus */
			.sidebar ul li ul {
	margin: 0 5px 0 0;
	list-style-type: disc;
	padding-right: 5px;
	color: #FFFF00;
}
			
			
			.sidebar ul li ul a {
	font-size: x-small;
	list-style-type: disc;
	padding-right: 5px;
	color: #660066;
}
		
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0;
			padding: 5px 0 8px 0;
			width: 170px;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 140px;
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 0 auto;
			padding: 5px 0 8px 0;
			width: 130px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		.sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 5px 4px 8px 4px;
		}
		
		/* Sidebar - Feed */
		
		.sidebar #sidebar-feed {
			margin: 5px auto 8px auto; 
			width: 160px;
			height: 60px;
		}


/* Footer */

#footer {
	width: 907px;
	height: 100%;
	background: #000000;
	color: #ffffff;
	font: 10px/20px tahoma;
	text-align: center;
	float: left;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}
.post #post-eng{
	text-align:left;
}
.add{
	font-family:Tahoma;
	color:black;
	}
#addcomment{
	color:black
}

/*Eric Meyer's based CSS tab*/

#tablist{
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: bold small Arial;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: white;
}

#tablist li a:visited{
color: navy;
}

#tablist li a:link{
color: navy;
}

#tablist li a:hover{
color: #000000;
background: #C1C1FF;
border-color: #227;
}

#tablist li a.current{
	background: #FFFFCC;
}
.ssi_table a{
	color:#FFFFFF;
}



/*Comment*/
.comment
{
	margin:					3px;
	margin-top:				6px;
/*	border: 				1px solid #666; */
	padding:				4px 4px 4px 8px;
	background-color:		#fff;
}

.odd
{
	background-color: #f8f8f8;
}

.comment div {

    width: 95%;
}

.comment .comment img
{
	margin: 				0px;
}

.comment .collapseicon 
{
	width: 					13px;
	height: 				13px;
	overflow:				hidden;
}

.comment .reply {
	text-align: 			right;
	font-size: 				80%;
	padding: 				0px 6px 6px 0px;
}

.comment
{
	border: 	1px solid #ddd;
	margin-top: 			10px;
}

input#subscribe
{
	width: auto;
    color: #000000;
}

.comment .body .content
{
	padding:				0px 3px 0px 3px;
	width: 					100%;
	overflow: 				auto; 
}

.comment .title abbr
{
	border: none;
}

.collapsed .body, .collapsed .comment
{
	display:				none;
}

#addcomment small, #addcomment div
{

	padding:				3px;
    color: #000000;
}

#commentform textarea {
	width: 97%;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}