﻿/*
Theme Name: CSED
Theme URI: http://wordpress.org/
Description: CSED Doc System Original Theme
Version: 1.0
Author: Osama Gamal
*/

/* Start Layout Styles */

* {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, verdana, arial, Helvetica;
	font-size: 98%;
	color: #333333;
}

.main_tb {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	min-width: 940px;
	text-align: center;
}

.LeftShadow {
	background-image: url('./images/shadow_left.gif');
	background-repeat: repeat-y;
	width: 9px;
}

.RightShadow {
	background-image: url('./images/shadow_right.gif');
	background-repeat: repeat-y;
	width: 9px;
}

.Header{
	height: 265px;
	background-image: url('./images/top_header.png');
	background-repeat: repeat-x;
}

.search_bar{
	text-align: right;
	height: 28px;
	background-image: url('./images/nav_bar.gif');
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-right: 5px;
}

.header_tb{
	width: 95%;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.3em;
}

.logo{
	width: 600px;
}

.Footer {
	height: 40px;
	background-image: url('./images/footer.gif');
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	vertical-align: middle;
}

.navigation {
	text-align:right;	
}

.side_bar{
	width: 210px;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
	line-height: 15px;
}

.topics_bar{
	width:675px;
}

/* End Layout Styles */

/* Start Topic Styles */

.post_title {
	font-size: 15px;
	text-align: center;
	line-height: 18px;
	background-image: url('images/tbl_h_center.gif');
	background-repeat: repeat-x;
}

.post_info {
	vertical-align: middle;
	font-size: 10px;
	text-align: center;
	line-height: 12px;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px none #bbbbbb;
	height: 22px;
	background-image: url('images/bg_th.gif');
	background-repeat:repeat-x;
}

.sidebar_content,
.post_content {
	padding: 5px;
	font-size: 11px;
	line-height: 20px;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #bbbbbb;
}

.sidebar_content {
	padding: 0px;
}

.meta_data {
	text-align: center;
	font-size: 100%;
	height: 32px;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-top: 1px none #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	background-image: url('images/bg_catbottom.gif');
	background-repeat: repeat-x;
	padding: 5px;
}

.sidebar_wedget_title {
	font-size: 13px;
	padding-left: 5px;
	border-bottom: 1px solid #bbbbbb;
	height: 22px;
	background-image: url('images/bg_th.gif');
	background-repeat:repeat-x;
}

.tags_cloud,
.sidebar_wedget_content {
	font-size: 11px;
	line-height: 15px;
	border-bottom: 1px solid #bbbbbb;
	padding-left: 5px;
	padding-right: 10px;
}

.tags_cloud {
	line-height: 18px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 15px;
}

/*End Topic Styles */

/* Start Links Styles */

a:link {
	color: #656565;

	text-decoration: none;

}

a:active,
a:visited {
	color: #656565;
	text-decoration: none;
}

a:hover {
	color: #CC3333;
	text-decoration: underline;
}

/* End Links Styles */

/* Start Form Elements' Styles */

form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	background-color: #F8F8F8;
	border: 1px solid #AAAAAA;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
}

textarea {
	color: #333333;
	background-color: #F8F8F8;
	border: 1px solid #AAAAAA;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #F8F8F8;
	border: 1px solid #AAAAAA;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
}

input:hover, textarea:hover, select:hover {
	color: #CC3333;
	background-color: #EEEEEE;
	border: solid 1px #CC3333;
}

input:focus, textarea:focus, select:focus {
	color: #333333;
	background-color: #F8F8F8;
	border: solid 1px #FF5500;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: #888888;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	background-color: transparent;
	border: none;
}

blockquote {
	border-left: 5px;
	margin-left: 1.5em;
	padding-left: 5px;
}

li {
	padding-left: 10px;
	list-style-type: none;
}

/* End Form Elements' Styles */


/* Start Text Styles */

h1 {
	color: #333333;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 120%;
	text-decoration: none;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 120%;
}

h4 {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding-top: 3px;
}