/*
Theme Name: Taghyeer Magazine theme
Theme URI:
Description: Taghyeer Magazine theme
Version: 2.00
Author: Ahmad Sherif
Author URI:
Tags:
*/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/** style.css **/
@font-face {
  font-family: "BodoniXT";
  src: url(BodoniXT.ttf) format("truetype");
}
body {
	font-family: Georgia,'Times New Roman',Times,serif;
}
#container {
	width: 960px;
	margin: 0 auto;
}
#header {
	background: transparent url('images/ribbon.png') no-repeat 0 0 scroll;
	height: 234px;
}
#page {
	background: transparent url('images/page-bg.png') repeat-y 0 0 scroll;
}
#logo {
	height: 137px;
	width: 488px;
	margin: 0 auto;
	position: relative;
	top: 20px;
}
#page-end {
	background: transparent url('images/footer.png') no-repeat 0 0 scroll;
	height: 25px;
}
#footer {
	text-align: center;
	margin: 5px 0;
	font-family: sans-serif;
}
#content {
	width: 658px;
	margin-left: 30px;
	float: left;
}
#content p {
	margin-bottom: 10px;
}
#content h1 {
	font-family: "BodoniXT", Georgia, "Times New Roman", times, serif;
	font-size: 40px;
	font-variant: small-caps;
	text-align: center;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 120%;
	font-family: times,Times New Roman,times-roman,georgia,serif;
}
#content a {
	color: #CC7840;
}
a:hover {
	text-decoration: none;
}
p {
	font-family: Georgia,'Times New Roman',Times,serif;
}
#sidebar {
	float: left;
	width: 220px;
	margin-left: 22px;
}
#sidebar h2 {
	font-family: "CAC Champagne";
	text-align: center;
	width: 200px;
	font-size: 35px;
	margin-bottom: 10px;
}
#sidebar a {
	color: #FFE9AF;
	font-size: 110%;
	text-decoration: none;
}
#content ol {
	margin-left: 25px;
	margin-bottom: 10px;
}
#content ol li {
	list-style-type: decimal;
}
#content ul {
	margin-left: 25px;
	margin-bottom: 10px;
}
#content ul li {
	list-style-type: square;
	color: white;
}
#widgets-list ul {
	/*margin-left: 20px;*/
}
#widgets-list li li {
	background: transparent url(images/bullet_orange.png) no-repeat left;
	padding-left: 20px;
}
.widget {
	border-bottom: 1px dashed #000;
	padding: 15px 0;
}
.clear {
	clear: both;
}
.post {
	border-bottom: 1px dotted black;
	padding-bottom: 10px;
}
em {
	font-style: italic;
}
.author {
	text-align: right;
	font-weight: bold;
	font-style: italic;
	margin-top: 5px;
}
.quote {
	padding: 20px 0pt 20px 20px;
	background: transparent url(images/quote.png) no-repeat scroll -5px 10px;
}
.quote-author {
	text-align: right;
}
p.first-paragraph:first-letter {
	float: left;
	margin-top: 5px;
	font-size: 50px;
	margin-right: 3px;
}