/*
 * Theme Name: Dr. AlAbdali
 * Theme URI: http://wwwdralabdali.com
 * Description:
 * Version: 2.0
 * Author: Mustafa AlMidani
 * Author URI: http://mustafa.me
 * Template: hybrid
 * Status: publish
 *
 * Copyright (c) 2009 Mustafa AlMidani.  All rights reserved.
 * http://mustafa.me/
 *
 * This work is released (like WordPress and Hybrid) under GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 */

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');
/* Get layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');
/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');
/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');
/* Get tabs CSS (comment below line if not using: Hybrid Tabs plugin) */
@import url('tabs.css');

	
html
	{
	z-index:15;
	}
		
/* Body */
body
	{
	font-size: 115%;
	font-family: Arial, Geneva, serif;
	background: #dbedf1 url(images/dralabdali_books_bg.png) top center no-repeat;
	padding-bottom: 30px;
	}

/* Body container */
#body-container
	{
	width: 990px;
	margin: 50px auto 0px auto;
	border: 1px solid #9dbec4;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px; 
	}

/* Links */ 
a {
	color: #5e5e5e;
	text-decoration: none;
	}
	
a:visited {
	color: #5e5e5e;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #5e5e5e;
	text-decoration: underline;
	}
	
#comments-link a{
color: red;
}
/* Headers */
h2, h3, h4, h5, h6
	{
	color: #000000;
	font-weight: bold;
	}
	
h2 {
	font-size: 21px;
	}
h3 {
	font-size: 19px;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 15px;
	}
h6 {
	font-size: 13px;
	}

/* Lists */
ul {
	list-style: square;
	}

/* Blockquotes */
blockquote {
	font-style: italic;
	color: #555;
	}
blockquote blockquote {
	color: #777;
	}
blockquote em {
	font-style: normal;
	}

/* Code */
pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
caption {
	font-size: .9em;

	text-align: right;
	}
td, th {
	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
th {
	background: #eee;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	color: #333;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 30px 0;
	font-size: .9em;
	color: #666;
	}
.breadcrumb a {
	color: #111;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color: #d54e21;
	text-decoration: underline;
	}

/* Images */
.post img	/* Resize Image to fit Width */
	{
	max-width: 640px;
	height: auto;
	padding: 5px;
	border: none;
	}

	
.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.wp-caption img {
	max-width: 550px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery img {
	border: 1px solid #ccc;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	}

/* Header */
#header
	{
	padding: 20px 20px 10px 20px;
	width: 330px;
	}

#header-container
{
	background: #a7d3de url(images/header_shadow.png) top left no-repeat;	/* Header of Body BG */
	-webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;  
}

/* Blog title */
#site-title
	{
	margin: 20px 0px 120px 0px;
	}
	
#site-title a
	{
	font-size: 0px;
	background: url(images/dralabdali_title.png) top center no-repeat;
	height: 126px;
	width: 330px;
	position:absolute;
	text-align: center;
	}

/* Blog description */
#site-description
	{
	font: 16px/20px Arial, Geneva, serif; /* To fix  Re-Sizing */
	text-align: center;
	font-weight: bold;
	color: #778ca1;
	margin-top: 160px;
	}

/* Navigation */
#primary-menu
	{
	overflow: visible;
	height: 22px;
	padding:10px 10px 10px 10px;
	z-index: 100;
	text-align: center;
	border-bottom: 5px solid #778ca1;
	background: #a7d3de;
	width: 990px;
	}
	
#primary-menu div.menu li
	{
	margin-right: 15px;
	}
	
#primary-menu div.menu li li {
	margin-right: 0;
	}
#primary-menu div.menu li a {
	padding: 8px 15px 8px 15px;
	color: #ffffff;
	background: #778ca1;
	-webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    display: block;
	}
#primary-menu div.menu li li a {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	}
	
#primary-menu div.menu li.current_page_item a
	{
	padding: 8px 15px 8px 15px;
	color: #ffffff;
	background: #97a7b8;
	-webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
	}
	
/* Drop-downs style */
#primary-menu div.menu li:hover ul, li.sfHover ul {
	top: 32px;
	}
#primary-menu div.menu li li a
	{
	background: #c6c6c6;
	margin: 5px 5px 0px 0px;
	}	

#primary-menu div.menu li.current_page_item li a
	{
	background: #c6c6c6;
	margin: 5px 5px 0px 0px;
	color: #000000;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	}

#primary-menu div.menu li li.current_page_item a
	{
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	}
		
	
#primary-menu div.menu li li:hover ul, li li.sfHover ul , #primary-menu div.menu li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}
#primary-menu div.menu li li li {
	margin-left: -1px;
	}

/* Container (wraps content, primary, and secondary) */
#container {
	background: #ffffff url(images/container_top_bg.png) top center repeat-x; /* Container BG */
	padding: 15px 0px 15px 0px;
	width: 990px;
	min-height: 700px;
	}

/* Main content */
.content
	{
	width: 649px;
	padding: 10px 20px 10px 20px;
	float: right;
	border-right: 1px dashed #a7d3de;
	}
/* bring sidebar to left */
#primary
	{
	float: left;
	clear: left;
	}

#secondary
	{
	float: left;
	clear: left;
	}

.no-widgets .content, .page-template-no-widgets .content
	{
	width: 950px;
	}

.breadcrumb-trail
	{
	border-bottom: 1px solid #778ca1;
	}
	
	
/* Posts */
.post {
	overflow: hidden;
	margin: 0 0px 40px 0px;
	}


/* Archive information */
.author-info, .author-profile, .date-info, .category-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 0 0 40px 0;
	}

/* Entry title */
.entry-title
	{
	font-size: 24px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	padding: 20px 0px 5px 0px;
	border-bottom: 1px solid #778ca1;
	font-weight: bold;
	}
	
.archive .entry-title, .search .entry-title {
	font-size: 21px;
	margin: 0;
	}
.page-title, .attachment-title {
	margin: 0 0 21px 0;
	}
.entry-title a
	{
	color: #778ca1;
	text-decoration: none;
	}

/* Byline */
.byline {
	margin: 0px 10px 20px 10px;
	color: #9999a0;
	font-size: 12px;
	}.archive .byline, .search .byline {
	margin: 0;
	}
.byline .byline-prep {
	text-transform: lowercase;
	}

/* Entry content */
.entry-content
	{
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: justify;
	color: #5e5e5e;
	font-size: 120%;
	line-height: 32px;
	}

/* Entry metadata */
.entry-meta {
	color: #666;
	}

/* Page links (multiple-paged posts) */
p.pages a {
	margin: 0 3px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Navigation links */
.navigation-links {
	margin-top: 40px;
	margin-bottom: 20px;
	}
.navigation-links .previous {
	float: left;
	max-width: 50%;
	}
.navigation-links .next {
	float: right;
	max-width: 50%;
	text-align: right;
	}

/* WP Pagenavi plugin */
.wp-pagenavi {
	margin-bottom: 21px;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}


#search-form .search-text
	{
	background: #EEEEEE;
	width: 240px;
	}
	
/* Widgets */
.widget
	{
	margin: 0px 20px 20px 25px;
	padding-bottom: 10px;
	}

	
.widget a {
	color: #464646;
	text-decoration: underline;
	}
.widget a:hover {
	color: #d54e21;
	text-decoration: none;
	}

.widget-inside ul li {
margin-right: 20px;
	}
		
.utility-header .widget
	{
	width: 940px;
	text-align: center;
	}
	
/* Widget titles */
.widget-title {
	font-size: 18px;
	font-weight: normal;
	color: #778ca1;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #778ca1;
	}

.textwidget 
	{
	text-align: justify;
	color: #5e5e5e;
	}
	
/* Utility widget areas */
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	margin: 0px 0px 15px 0px;
	padding: 10px 10px 0px 10px;
	border: 1px dashed  #a7d3de;
	}

/* Comments template */
#comments-template
	{
	}

/* Comment headers */
.comments-header
	{
	font-size: 1.2em;
	}

/* Comments are closed */
.comments-closed
	{
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li, #comments li li li, #comments li li li li li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
#comments li li, #comments li li li li {
	background: #f9f9f9;
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment meta data */
.comment-meta-data {
	margin: 10px 0 21px 0;
	font-size: 13px;
	color: #666;
	}
.comment-author {
	font-size: 15px;
	color: #000;
	}
.comment-reply-link, .permalink, .comment-edit-link {
	font-style: italic;
	color: #666;
	}

/* Comment text */
.comment-text {
	clear: left;
	margin: 0 15px;
	}


/* wp-calendar */
#wp-calendar
	{
	font-size: 12px;
	}
	
/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 97%;
	}
#comments-template label {
	font-size: .9em;
	}

/* Respond textarea */
textarea {
	width: 98%;
	}

/* Submit and rest buttons */
.button, .submit, .reset {
	width: 100px;
	margin-right: 15px;
	padding: 7px 15px 8px 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
	
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	background: #f9f9f9;
	}

/* Footer container */
#footer-container
	{
	padding-top: 10px;
	background: #ffffff url(images/footer_container_bg.png) center top repeat-x;
	min-height: 200px;
	border-top: 1px solid #778ca1;
	}

/* Subsidiary */
#subsidiary {
	margin: 0 0 20px 0;
	}
	
#subsidiary .widget
	{
	width:225px;	/* Width of Subsidiary Boxes in Footer*/
	margin: 0px 10px 0px 10px;
	}

/* Footer */
#footer
	{
	border-top: 1px solid #778ca1;;
	padding-top: 10px;
	margin: 0px 10px 0px 10px;
	padding-bottom: 15px;
	text-align: center;
	min-height: 40px;
	font-size: 16px;
	}
	
#footer a, #footer a:visited
	{
	color: #778ca1;
	}
	
#footer .copyright
	{
	color: #778ca1;
	display: inline;
	}
	
#footer .credit
	{
	color: #778ca1;
	text-align: right;
	}
	
	
/*	qTranslate	*/

.qtrans_language_chooser
	{
	list-style-type:none;
	}

.qtrans_language_chooser li
	{
	float:left;
	}
	
.qtrans_flag_en
	{

	}
	
.qtrans_flag_fr
	{

	}
	
.qtrans_flag_ar
	{

	}	