/* --
Theme Name: WebDesign
Theme URI: http://www.aflam1.com/themes/af1
Author: the Aflam1 team
Author URI: http://www.aflam1.com/
Description: A Premium Theme, Our 2015 default theme is clean, blog-focused, and designed for clarity.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: af1

All files, unless otherwise stated, are released under the GNU General Public License version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

All rights reserved to aflam1.com website.

-- */

@import url("css/bootstrap_rtl.css");
@import url("css/common.css");
@import url("css/custom.css");
@import url("css/reset.css");
@import url("css/pretty-movies.css");

/* --

Styles Index
=======
1.0 Document Body
2.0 Site Structure
3.0 Common Classes
4.0 Basic Alignments
5.0 Default Links
6.0 Vertical Rhythm
7.0 Default Headings
8.0 Top Bar
9.0 Secondary Navigation
10.0 header
11.0 Primary Navigation
12.0 Latest Post
	12.1 Single post
	12.2 Slider
13.0 Top Blocks
14.0 Recent Posts
15.0 Featured Posts
16.0 News in Pictures
17.0 Category Blocks
18.0 Category Blocks Summary
19.0 Forms
20.0 Entry Styles
	20.1 Entry Headers
	20.2 Default Text Elements
	20.3 Default Lists
	20.4 Tables
	20.5 Images
	20.6 WP Gallery
	20.7 Comments
	20.8 Author Bio
	20.9 Shortcodes
21.0 Page Navigation
22.0 Post Page Styles
23.0 Related Posts
24.0 Widgets
	24.1 Calendar Widget
	24.2 Widget lists
	24.3 125 Ads Widget
	24.4 Twitter Widget
	24.5 Flickr Widget
	24.6 Video Widget
	24.7 120x240 Ad Widget
	24.8 300x250 Ad Widget
	24.9 300x600 Ad Widget
	24.10 120x60 Ad Widget
	24.11 Search Widget
	24.12 Tabbed Widget
	24.13 Social Counter Widget
25.0 Archives Template
26.0 Search Results
27.0 Full Width Template
28.0 Contact Form Template
29.0 Footer
30.0 WP Pagenavi Support
x.x Clearfix
x.x Browser-specific Fixes
x.x MailChimp plugin

-- */

/* -- 1.0 Document Body -- */
body, input, textarea { font: 12px/20px Arial, sans-serif; color: #333; }

/* -- 2.0 Site structure -- */
#content { width: 940px; margin: 0 auto; }
#primary { width: 633px; }
#sidebar { width: 300px; }
.sidebar-narrow { width: 140px; }
#footer { clear: both; }

/* -- 3.0 Common Classes -- */
.rounded { -moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px; }
.hidden { display: none; }
.sticky {  }

/* -- 4.0 Basic Alignments -- */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }

/* -- 5.0 Default Links -- */
a { text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: none; }

/* -- 6.0 Vertical Rhythm -- */
.entry-meta { margin-bottom: 10px; }
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .post-thumb, .author-bio { margin-bottom: 20px; }
.widget { margin-bottom: 30px; }
.hentry, .navigation-links, .hfeed, .nav, #featured, .pinglist { margin-bottom: 40px; }
.children, .entry-content ol ol, .entry-content ul ul, .widget ul ul { margin-bottom: 0; }

/* -- 7.0 Default Headings -- */
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1 { font-size: 22px; line-height: 30px; }
h2 { font-size: 20px; line-height: 22px; }
h3 { font-size: 16px; line-height: 20px; }
h4 { font-size: 14px; line-height: 18px; }
h5 { font-size: 12px; line-height: 18px; }
h6 { font-size: 10px; line-height: 16px; }

.page-title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
	font-family:tahoma;
	direction:rtl;
	width:620px;
}
.entry-title, .entry-title a { font-size: 22px; line-height: 30px; }

/* -- 8.0 Top Bar -- */
#top-bar { height: 30px; background: #f8f8f8; border-bottom: 1px solid #eee;font-family:tahoma; }
#top-bar a { color: #333; }
#top-bar-inner { width: 940px; margin: 0 auto; }
#date { padding-top: 6px; float: left; margin-right: 10px; }
#date p { font-size: 10px; text-transform: uppercase; color: #fff; background: #ccc; padding: 0 5px; line-height: 18px; margin-bottom: 0; }
#feeds { float: right; padding-top: 6px; display:none;}
#feeds a { background: url(images/icon-rss.gif) left top no-repeat; padding-left: 17px; margin-left: 10px; }
#feeds a:hover { text-decoration: none; }

/* -- 9.0 Secondary Navigation -- */
#secondary-nav { float: left; }
#secondary-nav ul { margin: 0; padding: 0; list-style: none; height: 30px; line-height: 30px; }
#secondary-nav ul a { display: inline-block; position: relative; }
#secondary-nav ul li { float: left; position: relative; }
#secondary-nav ul li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }
#secondary-nav ul ul { position: absolute; top: -9999em; width: 180px; /* left offset of submenus need to match (see below) */ }
#secondary-nav ul ul li { width: 100%; }

	/* Make sub menus appear */
	#secondary-nav ul li:hover ul,
	#secondary-nav ul li.sfHover ul { left: -1px; top: 30px; /* match top ul list item height */ z-index: 99; }

	/* Hide all subs subs (4 levels deep) */
	#secondary-nav ul li:hover li ul,
	#secondary-nav ul li.sfHover li ul,
	#secondary-nav ul li li:hover li ul,
	#secondary-nav ul li li.sfHover li ul,
	#secondary-nav ul li li li:hover li ul,
	#secondary-nav ul li li li.sfHover li ul { top: -9999em; }

	/* Displays all subs subs (4 levels deep) */
	#secondary-nav ul li li:hover ul,
	#secondary-nav ul li li.sfHover ul,
	#secondary-nav ul li li li:hover ul,
	#secondary-nav ul li li li.sfHover ul,
	#secondary-nav ul li li li li:hover ul,
	#secondary-nav ul li li li li.sfHover ul { left: 180px; /* match .nav ul width */ top: -1px;  }

	/* Secondary Navigation Skin  */
	#secondary-nav ul a { padding: 0 6px; height: 30px; line-height: 30px; }
	#secondary-nav ul li.current_menu_item ul li a,
	#secondary-nav ul li.current_page_item ul li a { color: #333; }
	#secondary-nav ul a:hover { text-decoration: none; }
	#secondary-nav ul ul { border-top: 1px solid #eee; }
	#secondary-nav ul ul li { border: 1px solid #eee; border-top: none; background: #f8f8f8; }
	#secondary-nav ul ul li.sfHover, #secondary-nav ul ul li.sfHover, #secondary-nav ul ul a:focus, #secondary-nav ul ul a:hover, #secondary-nav ul ul a:active { background: #fff; outline: 0; display: block; }

/* -- 10.0 header -- */
#header { width: 940px; margin: 0 auto; padding: 30px 0; }
#logo { float: left; }
#logo, #logo a { font-size: 28px; line-height: 30px; color: #000; font-weight: bold; }
#logo a:hover { text-decoration: none; }
#tagline { color: #999; font-size: 12px; line-height: 20px; font-weight: normal; }
#banner-header { float: right; }
#banner-header img { padding: 4px; background: #f8f8f8; }

/* -- 11.0 Primary Navigation -- */
/* -- 11.0 Primary Navigation -- */
#primary-nav { width: 940px; margin: 0 auto 20px auto; height: 50px; background: url(images/bg-primary-menu.gif) left top repeat-x; -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.5); z-index: 299; position: relative; }
#primary-nav ul { margin: 0; padding: 0; list-style: none; line-height: 40px; position: absolute;font-family:tahoma;font-size:12px; }
#primary-nav ul a { display: inline-block; position: relative; }
#primary-nav ul li { float: left; position: relative; }
#primary-nav ul li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

	/* Primary Navigation Skin  */
	#primary-nav ul { font-size: 13px; text-transform: capitalize; }
	
	/* top level skin */
	#primary-nav ul li { border-right: 1px solid #fff; }
	#primary-nav ul a { padding: 0 12px; color: #333; height: 40px; line-height: 40px; }
	#primary-nav ul a:hover,
	#primary-nav ul li.sfHover a,
	#primary-nav ul li.current-cat a,
	#primary-nav ul li.current-menu-item a
	{ text-decoration: none; color: #f8f8f8; background: #333; text-shadow: 0 -1px 1px rgba(0,0,0,0.7); -moz-border-radius: 2px 2px 0 0; -webkit-border-top-left-radius: 2px; -webkit-border-top-right-radius: 2px; }
	
	/* 2nd level skin */
	#primary-nav ul ul { padding: 10px 0 15px 0; background: #333; -moz-border-radius: 0 0 2px 2px; -webkit-border-bottom-left-radius: 2px; -webkit-border-bottom-right-radius: 2px; -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.5); }
	#primary-nav ul ul li { height: 30px; line-height: 30px; border: none; padding: 0 12px; float: none; }
	#primary-nav ul ul li a { line-height: 30px; height: 30px; display: block; }
	#primary-nav ul li.sfHover ul a { color: #ccc; background: url(images/bg-primary-menu-bevel.gif) left top repeat-x; padding: 0 5px; }
	#primary-nav ul li.sfHover ul li:first-child a { background: none; }
	#primary-nav ul li.sfHover ul a:hover { color: #f8f8f8; }
	
	/* 3rd level onwards */t
	#primary-nav ul ul ul { padding: 0; -moz-border-radius: 0 2px 2px 0; -webkit-border-bottom-left-radius: 0; -webkit-border-top-right-radius: 2px; }	
	#primary-nav ul ul li.sfHover, #primary-nav ul ul li.sfHover, #primary-nav ul ul a:focus, #primary-nav ul ul a:hover, #primary-nav ul ul a:active { outline: 0; }
	
	/* Fluid effect */
	#primary-nav a { display: block; width: auto; }
	#primary-nav li { float: left; width: auto; position: relative; }
	#primary-nav li ul { position: absolute; width: auto; left: -999em; min-width: 100%; }
	#primary-nav li:hover ul,
	#primary-nav li.sfHover ul { left: auto; top: 40px; }
	#primary-nav ul ul li:hover ul,
	#primary-nav ul ul li.sfHover ul { margin-left: 100%; left: 0; top: -10px; }
	#primary-nav li li { white-space: nowrap; min-width: 140px; }

/* -- Homepage Styles -- */

/* -- 12.0 Latest Post -- */

	/* -- Single post -- */
	#latest-post { background: #222; -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.5); margin-bottom: 30px; padding: 15px; display: none; }
	#latest-post .post-thumb { margin: 0; }
	#latest-post .post-thumb img { float: right; margin: 0 0 0 20px; }
	#latest-post .entry-title { margin-bottom: 15px; }
	#latest-post .entry-title, #latest-post .entry-title a { color: #ddd; line-height: 30px; font-size: 16px;font-family:tahoma;font-weight:bold; }
	#latest-post .entry-title:hover, #latest-post .entry-title a:hover { color: #fff; text-decoration: none; }
	#latest-post .entry-header { margin-bottom: 10px; }
	#latest-post .entry-header, #latest-post .entry-header a { font-size: 10px; text-transform: uppercase; color: #999; }
	#latest-post .entry-header a:hover { color: #ddd; text-decoration: none; }
	#latest-post .entry-summary { color: #999;font-family:tahoma;font-size:13px; }
	#latest-post .continue { font-size: 12px; text-transform: uppercase; color: #ddd;font-family:tahoma; }
	#latest-post .continue:hover { color: #fff; text-decoration: none; }
	
	/* -- Slider -- */
	.coda-slider-wrapper { width: 620px; z-index: 0; position: relative; }
	.coda-slider { background: #222; color: #fff; margin-bottom: 10px !important; padding: 0 0 15px 0 !important; }
	.coda-slider, .coda-slider .panel { width: 620px; } 
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 620px }
	.coda-nav-left a, .coda-nav-right a { background: #222; color: #fff; padding: 5px 10px; width: 100px; position: absolute; top: 0; z-index: 1; outline: none; }
	.coda-nav-left a { left: 0; }
	.coda-nav-right a { right: 0; }
	.coda-slider .panel-wrapper { padding: 15px; }
	.coda-slider p.loading { padding: 15px; text-align: center }
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden; margin-bottom: 30px; }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #222; color: #fff; display: block; float: left; margin: 0 5px; text-decoration: none; height: 10px; width: 10px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; outline: none; text-indent: -9999px; }
	.coda-nav ul li:first-child a { margin-left: 0; }
.	.coda-nav ul li:last-child a { margin-right: 0; }
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }

/* -- 13.0 Top Blocks -- */
#top-blocks { margin-bottom: 30px; }

/* -- 14.0 Recent Posts -- */
#recent-news-block { width: 300px; float: left; }
#recent-news-block .post-thumb { margin: 0 0 5px 0; padding: 0 0 5px 0; background: url(images/bg-dots.gif) left bottom repeat-x; }
#recent-news-block .entry-title, #recent-news-block .entry-title a { font-size: 13px; line-height: 20px; color: #333; font-weight: bold; }
#recent-news-block .entry-title.thumbed, #recent-news-block .entry-title.thumbed a { padding-top: 5px; }
#recent-news-block .entry-title a:hover { text-decoration: none; }
#recent-news-block .entry-header { background: url(images/bg-dots.gif) left bottom repeat-x; margin: 0 0 5px 0; padding: 0 0 5px 0; }
#recent-news-block .entry-header, #recent-news-block .entry-header a { font-size: 10px; text-transform: uppercase; color: #999; }
#recent-news-block .entry-header a:hover { text-decoration: none; color: #333; }
#recent-news-block .recent-thumb img { padding: 4px; background: #f8f8f8; border: 1px solid #eee; float: left; margin: 5px 10px 5px 0; }
#recent-news-block .recent-thumb img:hover { background: #333; border-color: #222; }

/* -- 15.0 Featured Posts -- */
#featured-posts-block { width: 300px; float: right; }
#featured-posts-block .post-thumb { margin: 0 0 5px 0; padding: 0 0 5px 0; background: url(images/bg-dots.gif) left bottom repeat-x; }
#featured-posts-block .entry-title, #featured-posts-block .entry-title a { font-size: 13px; line-height: 20px; color: #333; font-weight: bold; }
#featured-posts-block .entry-title.thumbed, #featured-posts-block .entry-title.thumbed a { padding-top: 5px; }
#featured-posts-block .entry-title a:hover { text-decoration: none; }
#featured-posts-block .entry-header { background: url(images/bg-dots.gif) left bottom repeat-x; margin: 0 0 5px 0; padding: 0 0 5px 0; }
#featured-posts-block .entry-header, #featured-posts-block .entry-header a { font-size: 10px; text-transform: uppercase; color: #999; }
#featured-posts-block .entry-header a:hover { text-decoration: none; color: #333; }
#featured-posts-block .featured-thumb img { padding: 4px; background: #f8f8f8; border: 1px solid #eee; float: left; margin: 5px 10px 5px 0; }
#featured-posts-block .featured-thumb img:hover { background: #333; border-color: #222; }

/* -- 16.0 News in Pictures -- */
#picture-posts { position: relative; margin-bottom: 30px; display: none; }
div.content { display: none; position: relative; }

	/* slideshow */
	div.slideshow-container { width: 300px; height: 290px; position: relative;  }
	div.loader { position: absolute; top: 0; left: 0; background: url(images/loader.gif) center center no-repeat; width: 300px; height: 290px; }
	div.slideshow { width: 300px; height: 290px; position: absolute; top: 0; left: 0; overflow: hidden; }
	div.slideshow span.image-wrapper { width: 300px; height: 290px; overflow: hidden; }
	div.slideshow a.advance-link { width: 300px; height: 290px; position: absolute; top: 0; left: 0; }
	div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited { text-decoration: none; }
	div.slideshow img { padding: 4px; background: #f8f8f8; border: 1px solid #eee; position: absolute; top: 0; left: 0; }
	
	/* captions */
	div.caption-container { position: absolute; left: 5px; top: 200px; width: 290px;  }
	span.image-caption { display: block; position: absolute; width: 290px; top: 0; left: 0; }
	div.caption { padding: 8px 10px 5px 10px;  background: transparent url(images/bg-dark-70.png); overflow: hidden; position: absolute; bottom: -60px; display: block; width: 270px; }
	div.image-title a { font-weight: bold; font-size: 13px; color: #ddd; }
	div.image-title a:hover { text-decoration: none; color: #fff; }
	div.caption .entry-header { margin: 0 0 5px 0; }
	div.caption .entry-header, div.caption .entry-header a { font-size: 10px; text-transform: uppercase; color: #999; }
	div.caption .entry-header a:hover { text-decoration: none; color: #ddd; }
	
	/* thumbs */
	#picture-posts ul.thumbs { clear: both; margin: 0; padding: 0; }
	#picture-posts ul.thumbs li { float: left; padding: 0; margin: 5px 10px 5px 0; list-style: none; }
	#picture-posts a.thumb { padding: 4px; display: block; border: 1px solid #e2e2e2; background: #f2f2f2; }
	#picture-posts a.thumb:hover { background: #333; border-color: #222; }
	#picture-posts ul.thumbs li.selected a.thumb { background: #333; border-color: #222; }
	#picture-posts a.thumb:focus { outline: none; }
	#picture-posts ul.thumbs img { border: none; display: block; }

/* -- 17.0 Category Blocks -- */
#category-blocks { margin-bottom: 20px; }
.category-block { width: 300px; }
.category-block .post-container { background: url(images/bg-dots.gif) left bottom repeat-x; padding: 0 0 10px 0; margin: 0 0 10px 0; }
.category-block .post-thumb { margin: 0; padding: 0; }
.category-block .post-thumb img { padding: 4px; background: #f8f8f8; border: 1px solid #eee; float: left; margin: 0 10px 0 0; }
.category-block .post-thumb img:hover { background: #333; border-color: #222; }
.category-block .entry-title, .category-block .entry-title a { font-size: 13px; line-height: 20px; color: #333; font-weight: bold; }
.category-block .entry-title a:hover { text-decoration: none; }
.category-block .entry-header { margin: 0 0 3px 0; padding: 0; }
.category-block .entry-header, .category-block .entry-header a { font-size: 10px; text-transform: uppercase; color: #999; }
.category-block .entry-header a:hover { text-decoration: none; color: #333; }
.category-block .entry-summary p { margin: 0; }

/* -- 18.0 Category Blocks Summary -- */
#category-blocks-summary { margin-bottom: 20px; }
.category-block-summary { width: 300px; }
.category-block-summary .post-container { background: url(images/bg-dots.gif) left bottom repeat-x; padding: 0 0 5px 0; margin: 0 0 5px 0; }
.category-block-summary .entry-title, .category-block-summary .entry-title a { font-size: 13px; line-height: 20px; color: #333; font-weight: bold; }
.category-block-summary .entry-title a:hover { text-decoration: none; }
.category-block-summary .entry-header { margin: 0 0 3px 0; padding: 0; }
.category-block-summary .entry-header, .category-block-summary .entry-header a { font-size: 10px; text-transform: uppercase; color: #999; }
.category-block-summary .entry-header a:hover { text-decoration: none; color: #333; }

/* -- 19.0 Forms -- */
input, textarea, button { background: #fff;  border: 1px solid #efefef; }
input, textarea, button { padding: 5px; }
button, input[type=submit], #mc_signup_submit { padding: 2px 10px; cursor: pointer; }
input:focus, textarea:focus, button:hover { background: #fff; border-color: #ddd; }
#submit { cursor: pointer; }

/* -- 20.0 Entry Styles --*/
.entry-meta { font-size: 10px; color: #999; text-transform: uppercase; }
.entry-meta a { color: #999; }
.entry-meta a:hover { color: #666; text-decoration: none; }

	/* -- 20.1 Entry Headers -- */
	.entry-content h2 { padding: 10px 0 15px; }

	/* -- 20.2 Default Text Elements -- */
	address { font-style: italic; }
	abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px dotted #666; }
	blockquote { font-family: Cambria, Georgia, "Times New Roman", Times, serif; color: #666; font-style: italic; border-left: 1px solid #ddd; margin-left: 15px; padding-left: 10px; }
	strong { font-weight: bold; }
	em, dfn, cite { font-style: italic; }
	dfn { font-weight: bold; }
	sup { font-size: 11px; vertical-align: top; }
	sub { font-size: 11px; vertical-align: bottom; }
	small { font-size: 11px; }
	del { text-decoration: line-through; }
	ins { text-decoration: underline; }
	code, pre { line-height: 18px; }
	var, kbd, samp, code, pre { font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #efefef; }
	kbd { font-weight: bold; }
	samp, var { font-style: italic; }
	pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #ddd; clear: both; }
	code { padding: 3px; }

	/* -- 20.3 Default Lists -- */
	ul, ol, dl { margin-left: 30px; }

	/* -- 20.4 Tables -- */
	/* table { border: 1px solid #ccc; border-width: 1px; line-height: 18px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; } */
	table .even { background: #ddd; }
	caption { text-align: left; }
	/* tr { border-bottom: 1px solid #ccc; } 
	th, td { padding: 5px; vertical-align: middle; text-align: center; } */

	/* -- 20.5 Images -- */
	img.alignleft { float: left; margin: 15px; }
	img.alignright { display: block; margin: 15px; }
	img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }
	.wp-caption { text-align: center; margin: 15px; font-family: Georgia, serif; font-style: italic; }
	.wp-caption img, .wp-caption img a { margin: 0; padding: 0; border: 0 none; }
	.wp-caption .wp-caption-text { margin: 0; padding: 5px; }
	.wp-smiley { max-height: 13px; margin: 0 !important; }

	/* -- 20.6 WP Gallery -- */
	.gallery { 	margin: 0; auto 18px; }
	.gallery .gallery-item { 	float: left; 	margin-top: 0; text-align: center;	width: 33%; }
	.gallery-columns-2 .gallery-item {	width: 50%; }
	.gallery-columns-4 .gallery-item {	width: 25%; }
	.gallery img { 	border: 2px solid #cfcfcf; }
	.gallery-columns-2 .attachment-medium {	max-width: 92%; height: auto; }
	.gallery-columns-4 .attachment-thumbnail {	max-width: 84%;	height: auto; }
	.gallery .gallery-caption {	color: #888;	font-size: 12px;	margin: 0 0 12px; }
	.gallery dl {	margin: 0; }
	.gallery img {	border: 10px solid #f1f1f1; }
	.gallery br+br {	display: none; }

	/* -- 20.7 Comments -- */
	h2#comments, #respond h2 {background: url(images/bg-widget-title.gif) bottom repeat-x; padding: 0 0 20px 0; margin: 0 0 20px 0; }
	ol.commentlist { margin: 0 0 40px 0; list-style-type: none; overflow: visible; }
	
	li.comment { margin: 0 20px 20px 0; }
	li.comment .comment-body { margin: 0 0 0 70px; position: relative; }
	li.comment .comment-meta { overflow: hidden; float: left; display: block; width: 50%; }
	li.comment .comment-text { background: url(images/bg-dots.gif) left bottom repeat-x; padding-bottom: 1px; }
	li.comment .avatar { position: absolute; left: -70px; padding: 2px; background: #f8f8f8; border: 1px solid #eee; }
	li.comment p { clear: both; }
	li.comment cite, li.bypostauthor li.comment cite { color: #333; font-weight: bold; font-style: normal; background: url(images/bg-arrow-grey.png) right center no-repeat; padding: 0 10px 0 0; margin: 0 8px 0 0; float: left;}
	li.comment cite a, li.bypostauthor li.comment cite a {	color: #333; }
	li.comment cite a:hover { text-decoration: none;}
	.commentmetadata, .commentmetadata a { font-size: 10px; text-transform: uppercase; color: #999; }
	.commentmetadata a:hover {color: #666;text-decoration: none;}
	.says { display: none; }
	.comment-meta { margin: 0 0 10px; line-height: 22px; position: relative; }
	li.comment .comment-body a.comment-reply-link { display: block; position: absolute; right: 0; top: 0px; color: #999; font-weight: bold; background: url(images/bg-arrow-grey.png) right center no-repeat; padding: 0 10px 0 0; font-size: 10px; text-transform: uppercase; }
	li.comment .comment-body a.comment-reply-link:hover {color: #666;text-decoration: none;	}
	
	.children { list-style-type: none; margin: 20px 0 0 70px; }
	.children li.comment { margin: 0 0 20px 0; }
	
	#respond h2 { margin-top: 15px; }
	#commentform { margin-bottom: 20px; }
	#commentform div.wrap {	margin-bottom: 10px; }
	#commentform div.input-container { display: inline-block; margin-right: 10px; background-color: #f8f8f8; padding: 1px 3px;}
	#commentform input[type=text] { width: 290px; border: 1px solid #e8e8e8; }
	#commentform div.textarea-container { display: inline-block; margin-right: 10px; background-color: #f8f8f8; padding: 4px 4px 0}
	#commentform textarea { width: 440px; height: 155px; padding: 5px; border: 1px solid #e8e8e8; }
	#commentform label { font-style: italic; font-size: 13px; color: #333; }
	#commentform input#submit { border: none; color: #fff; font-weight: bold; padding: 5px 15px; }
	#commentform label.error { font-size: 11px; font-style: normal; color: red; display: block; }
	.cancel-comment-reply {	margin: 0 0 10px; text-align: right; }
	
	/* -- 20.8 Author Bio -- */
	.author-bio { margin-bottom: 30px; }
	.author-bio .avatar { padding: 4px; background: #f8f8f8; border: 1px solid #eee; float: left; margin: 0 10px 0 0; }
	
	/* -- 20.9 Shortcodes -- */
	span.quote_left { float: left; display: inline; width: 240px; margin: 15px 15px 10px 0; padding: 0 10px 0 0; border-right: 3px solid #e8e8e8; font: 14px/22px "Georgia", serif; text-align: right; font-style: italic; color: #333; }
	span.quote_right { float: right; display: inline; width: 240px; margin: 15px 0 10px 15px; padding: 0 0 0 10px; border-left: 3px solid #e8e8e8; font: 14px/22px "Georgia", serif; font-style: italic; color: #333; }
	blockquote { margin: 0 20px 15px; padding: 0 0 0 10px; border-left: 3px solid #e8e8e8; font: 14px/22px "Georgia", serif; font-style: italic; color: #333; }

/* -- 21.0 Page Navigation -- */
.page-navigation .nav-next { float: left; }
.page-navigation .nav-previous { float: right; }
.single-page-navigation .nav-next { float: right; }
.single-page-navigation .nav-previous { float: left; }

/* -- 22.0 Post Page Styles -- */
.single-entry-title { padding: 10px 0 10px 0; }
#single-column-left { float: left; width: 460px; background: url(images/bg-widget-title.gif) left top repeat-x; }
p.breadcrumb { font-size: 11px; text-transform: uppercase; margin-bottom: 0; }
p.breadcrumb.archive { margin-bottom: 15px; }
p.breadcrumb a:hover { text-decoration: none; color: #333; }

#single-column-left .entry-meta { padding: 20px 0 15px 0; background: url(images/bg-dots.gif) left bottom repeat-x; }
#single-column-left .entry-content { margin-bottom: 40px; }
#single-column-right { float: right; width: 140px;}

	#single-column-right ul.share { padding-top: 15px; margin: 0 0 15px 0; list-style: none; background: url(images/bg-widget-title.gif) left top repeat-x;  }
	#single-column-right ul.share li { line-height: 17px; margin: 0 0 7px 0; padding: 0 0 0 25px; background: url(images/icons-social.png) 0 0 no-repeat; font-size: 11px; color: #666; }
	#single-column-right ul.share li.fb { background-position: 0 -22px; }
	#single-column-right ul.share li.digg { background-position: 0 -44px; }
	#single-column-right ul.share li.reddit { background-position: 0 -66px; }
	#single-column-right ul.share li.del { background-position: 0 -88px; }
	#single-column-right ul.share li.techno { background-position: 0 -110px; }
	#single-column-right ul.share li.linkedin { background-position: 0 -132px; }
	#single-column-right ul.share li.email { background-position: 0 -154px; }
	#single-column-right ul.share li.flattr { background-position: 0 -176px; }
	#single-column-right ul.share li.xing { background-position: 0 -198px; }
	#single-column-right ul.share li.tweet, #single-column-right ul.share li.fblike, #single-column-right ul.share li.gplusone, #single-column-right ul.share li.pinterest, #single-column-right ul.share li.stumble { background-image: none; margin-left: -25px; margin-bottom: 3px; position: relative; }
	#single-column-right ul.share li.tweet span { position: absolute; top: 2px; left: 81px; padding-left: 8px; }
	#single-column-right ul.share li.fblike span { position: absolute; top: 0; left: 73px; background: #fff; padding-left: 8px; height: 20px; line-height: 20px; }
	#single-column-right ul.share li.gplusone span { position: absolute; top: 2px; left: 57px; padding-left: 8px; }
	#single-column-right ul.share li.pinterest span { position: absolute; top: 2px; left: 68px; padding-left: 8px; }
	#single-column-right ul.share li.stumble span { position: absolute; top: 2px; left: 43px; padding-left: 8px; }
	#single-column-right ul.share li a { color: #666; }
	#single-column-right ul.share li a:hover { text-decoration: none; }
	
	#single-column-right ul.rss { background: url(images/bg-widget-title.gif) left top repeat-x; margin: 0; padding: 15px 0 0 0; list-style: none; }	
	#single-column-right ul.rss li { line-height: 17px; margin: 0 0 7px 0; padding: 0 0 0 25px; background: url(images/icon-rss2.png) 0 0 no-repeat; }
	#single-column-right ul.rss li a { color: #666; }
	#single-column-right ul.rss li a:hover { text-decoration: none; }
	
	.blog .type-post .post-thumb { margin-bottom: 10px; }
	.blog .type-post .post-thumb a { display: block; height: 260px; width: 620px; }
	.blog .type-post .post-thumb img { padding: 4px; background: #f8f8f8; border: 1px solid #eee; margin: 0; }
	.blog .type-post .post-thumb img:hover { background: #333; border-color: #222; }
	
/* -- 23.0 Related Posts -- */
#related-posts .post-container { background: url(images/bg-dots.gif) left bottom repeat-x; padding: 0 0 10px 0; margin: 0 0 10px 0; }
#related-posts .post-thumb { margin: 0; padding: 0; }
#related-posts .post-thumb img { padding: 4px; background: #f8f8f8; border: 1px solid #eee; float: left; margin: 0 10px 0 0; }
#related-posts .post-thumb img:hover { background: #333; border-color: #222; }
#related-posts .entry-title, #related-posts .entry-title a { font-size: 13px; line-height: 20px; color: #333; font-weight: bold; }
#related-posts .entry-title a:hover { text-decoration: none; }
#related-posts .entry-meta { margin: 0 0 3px 0; padding: 0; background: none; }
#related-posts .entry-meta, #related-posts .entry-meta a { font-size: 10px; text-transform: uppercase; color: #999; }
#related-posts .entry-meta a:hover { text-decoration: none; color: #333; }
#related-posts .entry-summary p { margin: 0; }

/* -- 24.0 Widgets -- */
.widget-title { text-transform: uppercase; font-size: 11px; padding-bottom: 10px; font-weight: bold; background: url(images/bg-widget-title.gif) left bottom repeat-x; margin: 0 0 20px 0; }
#footer .widget-title { background: url(images/bg-widget-title-foot.gif) left bottom repeat-x; }

	/* -- 24.1 Calendar Widget -- */
	.widget_calendar caption { margin-bottom: 5px; }
	.widget_calendar table { width: 100% }
	
	/* -- 24.2 Widget lists -- */
	.xoxo, .widget ul { margin: 0; padding: 0; list-style-type: none; }
	.xoxo li, .widget ul li { line-height: 24px; padding: 0 0 0 12px; background: url(images/bg-arrow-grey.png) left 8px no-repeat; }
	.xoxo a, .widget ul li a { color: #333; }
	.xoxo a:hover, .widget ul li a:hover { text-decoration: none; }

	/* -- 24.3 125 Ads Widget -- */
	.tz_ad_widget { margin-bottom: 20px!important; }
	.tz_ad_widget .ads-125 { width: 310px; }
	.tz_ad_widget ul { list-style-type: none; margin: 0; padding: 0; }
	.tz_ad_widget ul li { display: block; width: 145px; height: 145px; float: left; margin: 0 10px 10px 0; padding: 0!important; background: none!important; line-height: 20px!important; }
	.ads-125 img { padding: 10px; background: #f8f8f8; }
	.ads-125 img:hover { background: #333; }

	/* -- 24.4 Twitter Widget -- */
	.tz_tweet_widget ul { margin: 0 0 10px 0; list-style-type: none; }
	.tz_tweet_widget ul li { background: url(images/bg-dots.gif) left bottom repeat-x!important; padding: 0 0 7px 0!important; margin: 0 0 7px 0; line-height: 20px; }
	.tz_tweet_widget a { color: #666; }
	.tz_tweet_widget a:hover { text-decoration: none; }
	.tz_tweet_widget span a:hover { text-decoration: underline!important; }

	/* -- 24.5 Flickr Widget -- */
	.tz_flickr_widget #flickr_badge_wrapper { width: 310px; }
	.flickr_badge_image { float: left; margin: 0 8px 8px 0; width: 95px; height: 95px; overflow: hidden; }
	.flickr_badge_image img { background: #f8f8f8; padding: 9px; }
	.flickr_badge_image img:hover { background: #333; }

	/* -- 24.6 Video Widget -- */
	.tz_video { padding: 5px 5px 0 5px; background: #f8f8f8; margin-bottom: 10px; }
	.tz_video_desc { font-style: italic; margin: 0; color: #666; }
	
	/* -- 24.7 120x240 Ad Widget -- */
	.ads-120x240 img { padding: 10px; background: #f8f8f8; }
	.ads-120x240 img:hover { background: #333; }
	
	/* -- 24.8 300 Ad Widget -- */
	.tz_ad300_widget { padding: 0; margin-bottom: 30px; }
	.ads-300 { width: 300px; height: 250px; overflow: hidden; }
	
	/* -- 24.9 300x600 Ad Widget -- */
	.tz_ad300x600_widget { padding: 0; margin-bottom: 30px; }
	.ads-300x600 { width: 300px; height: 600px; overflow: hidden; }
	
	/* -- 24.10 120x60 Ad Widget -- */
	.ads-120x60 img { padding: 10px; background: #f8f8f8; }
	.ads-120x60 img:hover { background: #333; }
	
	/* -- 24.11 Search Widget -- */
	.widget_search { margin-bottom: 20px!important; }
	.widget_search form { margin: 0; }
	.widget_search .search-container { background: #f8f8f8; padding: 4px; }
	.widget_search .search-inner { border: 1px solid #e8e8e8; background: #fff; padding-right: 5px; }
	.widget_search #searchsubmit { float: left; border: none; cursor: pointer; padding: 7px; line-height: 1; }
	#s { font-family:tahoma; }
	.widget_search #s { padding: 0; float: right;direction:rtl; margin-top: 1.5px;width: 225px; border: none;font-family:tahoma; }
	
	/* -- 24.12 Tabbed Widget -- */
	.tz_tab_widget #tabs { background: #f8f8f8; padding: 4px; }
	.tz_tab_widget #tab-items { list-style-type: none; padding: 0; margin: 0; height: 40px; }
	.tz_tab_widget #tab-items li { float: left; margin: 0 2px 0 0; line-height: 40px; padding: 0; background: none; }
	.tz_tab_widget #tab-items li a { font-weight: bold; font-size: 11px; text-transform: uppercase; color: #999; padding: 0 10px; display: block; border-left: 1px solid #f8f8f8; border-top: 1px solid #f8f8f8; border-right: 1px solid #f8f8f8;   }
	.tz_tab_widget #tab-items li a:hover, .tz_tab_widget #tab-items li.ui-tabs-selected a, .tz_tab_widget #tab-items li.ui-state-active a { background: #fff; text-decoration: none; border-left: 1px solid #e8e8e8; border-top: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8;  }
	
	.tz_tab_widget .tabs-inner { border: 1px solid #e8e8e8; padding: 15px; background: #fff; }
    .tz_tab_widget .ui-tabs-hide { display: none; }

	.tz_tab_widget .tab ul { list-style-type: none; margin: 0; }
	.tz_tab_widget .tab ul li { background: url(images/bg-dots.gif) left bottom repeat-x; padding: 10px 0; }
	.tz_tab_widget .tab-thumb img { padding: 4px; background: #f8f8f8; border: 1px solid #eee; float: left; margin: 0 10px 0 0; }
	.tz_tab_widget .tab-thumb img:hover { background: #333; border-color: #222; }
	.tz_tab_widget .entry-title, .tz_tab_widget .entry-title a { font-size: 13px; line-height: 20px; color: #333; font-weight: bold; }
	.tz_tab_widget .entry-title a:hover { text-decoration: none; }
	.tz_tab_widget .entry-meta, .tz_tab_widget .entry-meta a { color:#999; font-size: 10px; text-transform: uppercase; }
	.tz_tab_widget .entry-meta a:hover { text-decoration: none; color: #333; }
	.tab-comments .avatar { padding: 4px; background: #f8f8f8; border: 1px solid #eee; float: left; margin: 0 10px 0 0; }
	.tab-comments .avatar:hover { background: #333; border-color: #222; }
	.tab-comments h3, .tab-comments h3 a { font-size: 12px; line-height: 20px; font-weight: normal; font-style: italic; color: #666; }
	.tab-comments h3 a:hover { text-decoration: none; color: #333; }
	.tab-tags a { color: #666; background: #f2f2f2; padding: 4px 8px; }
	.tab-tags a:hover { color: #fff; text-decoration: none; }
	
	/* -- 24.13 Social Counter Widget -- */
	.tz_social_counter_widget { margin-bottom: 30px; }
	.tz_social_counter_widget .widget-title { margin-bottom: 10px; }
	.tz_social_counter_widget ul { list-style: none !important; list-style-image: none; padding: 0; margin: 0; width: 300px; }
	.tz_social_counter_widget li { display: block; width: 300px; background: url(images/bg-dots.gif) left bottom repeat-x !important; padding: 10px 0 !important; margin: 0; }
	.tz_social_counter_widget .img { width: 48px; float: left; margin-right: 10px}
	.tz_social_counter_widget .img img { border: none; padding: none; background: none; height: 48px; width: 48px; }
	.tz_social_counter_widget .txt { width: 242px; clear: right; }
	.tz_social_counter_widget .txt p { margin: 0; font-weight: bold; font-size: 13px; }
	.tz_social_counter_widget .txt span { display: block; text-transform: uppercase; color: #999; font-size: 10px; font-weight: normal; }

/* -- 25.0 Archives Template -- */
.archive-lists .children { margin: 0 0 0 15px; list-style: circle outside; }

#archive-posts .post-container { background: url(images/bg-dots.gif) left bottom repeat-x; padding: 0 0 10px 0; margin: 0 0 10px 0; }
#archive-posts .post-container .post-thumb { margin: 0; padding: 0; }
#archive-posts .post-container .post-thumb img { padding: 4px; background: #f8f8f8; border: 1px solid #eee; float: right; margin: 0 0 0 10px; }
#archive-posts .post-container .post-thumb img:hover { background: #333; border-color: #222; }
#archive-posts .post-container .entry-title, #archive-posts .post-container .entry-title a { font-size: 13px; line-height: 20px; color: #333; font-weight: bold;font-family:tahoma; }
#archive-posts .post-container .entry-title a:hover { text-decoration: none; }
#archive-posts .post-container .entry-meta { margin: 0 0 3px 0; padding: 0; background: none; }
#archive-posts .post-container .entry-meta, #archive-posts .post-container  .entry-meta a { font-size: 10px; text-transform: uppercase; color: #999; }
#archive-posts .post-container .entry-meta a:hover { text-decoration: none; color: #333; }
#archive-posts .post-container .entry-summary p { margin: 0;font-family:tahoma; }

/* -- 26.0 Search results -- */
#search-results .post-container { background: url(images/bg-dots.gif) left bottom repeat-x; padding: 0 0 10px 0; margin: 0 0 10px 0; }
#search-results .post-container .post-thumb { margin: 0 0 20px 0; padding: 0; }
#search-results .post-container .post-thumb img { padding: 4px; background: #f8f8f8; border: 1px solid #eee; float: right; margin: 0 0 0 10px; }
#search-results .post-container .post-thumb img:hover { background: #333; border-color: #222; }
#search-results .post-container .entry-title, #search-results .post-container .entry-title a { font-size: 13px; line-height: 20px; color: #333; font-weight: bold;font-family:tahoma; }
#search-results .post-container .entry-title a:hover { text-decoration: none; }
#search-results .post-container .entry-meta { margin: 0 0 3px 0; padding: 0; background: none; }
#search-results .post-container .entry-meta, #search-results .post-container  .entry-meta a { font-size: 11px; direction:rtl; color: #999;font-family:tahoma; }
#search-results .post-container .entry-meta a:hover { text-decoration: none; color: #333; }
#search-results .post-container .entry-summary p { margin: 0;font-family:tahoma; }

/* -- 27.0 Full Width Template -- */
.full-width { width: 940px!important; }

/* -- 28.0 Contact Form Template -- */
#contactForm { margin: 15px 0; }
#contactForm ul { list-style: none; margin: 0; }
#contactForm ul li { margin-bottom: 10px; }
#contactForm div.input-container { display: inline-block; margin-right: 10px; background-color: #f8f8f8; padding: 1px 3px;}
#contactForm input[type=text] { width: 350px; border: 1px solid #e8e8e8; }
#contactForm div.textarea-container { display: inline-block; margin-right: 10px; background-color: #f8f8f8; padding: 4px 4px 0}
#contactForm textarea { width: 550px; height: 155px; padding: 5px; border: 1px solid #e8e8e8; }
#contactForm label { font-style: italic; font-size: 13px; color: #333; display: block; margin: 2px; }
#contactForm label.error { font-size: 11px; font-style: normal; color: red; }
#contactForm button { background-color: #df6838; border: none; color: #fff; font-weight: bold; padding: 5px 15px; }

/* -- 29.0 Footer -- */
#footer { background: #f8f8f8; border-bottom: 1px solid #e8e8e8; border-top: 1px solid #e8e8e8; padding: 40px 0 10px 0; }
#foot-inner { width: 940px; margin: 0 auto; }
.foot-widget-one, .foot-widget-two, .foot-widget-three { width: 220px; float: left; margin-right: 20px; }
.foot-widget-four { width: 220px; float: right; }

#foot-notes { width: 940px; margin: 0 auto; padding: 15px 0 0 0; height: 30px; }
.copyright { float: left; }
.credit { float: right; }
.copyright, .credit { margin: 0; }
#foot-notes, #foot-notes a { font-size: 11px; color: #999; }
#foot-notes a { border-bottom: 1px dotted #ccc; }
#foot-notes a:hover { text-decoration: none; color: #666; }

/* -- 30.0 WP Pagenavi Support -- */
.page-navigation {margin-top: 20px;}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active  { padding: 4px 7px; margin: 5px; text-decoration: none; border: 1px solid #efefef; background: #FFFFFF; }
.wp-pagenavi a:hover { border: 1px solid #ccc !important; }
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink { border: 1px solid #fff; }
.wp-pagenavi span.pages { padding: 4px 7px 4px 0px; margin: 5px 0 5px 0px; border: 1px solid #fff; background: #FFFFFF; }
.wp-pagenavi span.current { padding: 4px 7px; margin: 5px; font-weight: bold; border: 1px solid #ccc !important; background: #fafafa; }
.wp-pagenavi span.extend { padding: 4px 7px; margin: 5px; border: 1px solid #ccc; background-color: #FFFFFF; }

/* -- x.x Clearfix -- */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */

/* -- x.x Browser-specific Fixes -- */
body.ie #commentform div.input-container, 
body.ie #commentform div.textarea-container, 
body.ie #contactForm div.input-container, 
body.ie #contactForm div.textarea-container 
{ overflow: visible; display: inline; padding: 3px;}

body.ie #commentform div.input-container { width: 302px; }
body.ie #commentform div.textarea-container { width: 452px; }

body.ie #commentform div.input-container input { margin: 0 !important; }

body.gecko #commentform div.input-container, 
body.gecko #commentform div.textarea-container, 
body.gecko #contactForm div.input-container, 
body.gecko #contactForm div.textarea-container,
body.opera #commentform div.input-container, 
body.opera #commentform div.textarea-container, 
body.opera #contactForm div.input-container, 
body.opera #contactForm div.textarea-container 
{ padding: 3px; }

/* -- x.x MailChimp plugin -- */
#mc-indicates-required, .mc_required, .mc_error_msg { color: #b30000 !important; }
.mc_form_inside input, #mc_message { display: block; width: 100%; margin-bottom: 10px; }
.mc_signup_submit { text-align: left !important; margin-top: 10px; }
#mc_signup_submit { background-color: #df6838; border: none; color: #fff; font-weight: bold; padding: 5px 15px; width: auto; margin-bottom: 0; }

/* -- Custom CSS -- */

#searchsubmit {
	font-family:tahoma;
	font-size:11px;
	padding: 3px 5px 5px 5px;
	position: relative;
	top: -2px;
}

.films, .new-egy, .random-items {
	clear:both;
}

.series {
	width:620px;
}

.films  .a-film {
	font-family:tahoma;
	font-size:12px;
	direction:rtl;
	float:left;
	padding-right:12px;
	width:198px;
	margin-top:4px;
}

.films  .a-film h2 {
	font-size:12px;
	font-weight:bold;
	padding-right:10px;
	line-height:20px;
	height:21px;
	margin-top:-4px;
	background:url(../../../tw4q0lxel/image.png);
}

.films  .a-film h2 a { color:#c42c26;}

.films  .a-film a img {
	width:194px!important;
	height:160px!important;
	border:2px solid #d300ae;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
}

.films  .a-film p {
	text-align: justify;
	padding: 0 10px 0 10px;
	color:#777;
	background:url(../../../or963ydgn/bg2.png);
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
}

.new-element {
	direction:rtl;
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #e1e8ed;
	float:left;
	margin-left:15px;
}

.new-element > .poster {
	float:right;
	margin:0 0 0 10px;
}

.new-element > .poster > img {
	width:52px!important;
	height:52px!important;
	border-radius:3px;
	padding: 4px;
    background: none repeat scroll 0% 0% #F8F8F8;
    border: 1px solid #EEE;
}

.new-element > .poster > img:hover {
	background: none repeat scroll 0% 0% #333;
    border-color: #222;
}

.new-element > .infos {
	float:right;
	width:373px;
}

.new-element > .infos > strong {
	/* font-family: Arial,sans-serif; */
	font-family: tahoma,sans-serif;
	font-size: 13px;
	color:#292f33;
}

.new-element > .infos > .by {
	color:#8899a6;
	font-family: Arial,sans-serif;
	font-size:13px;
}

.new-element > .infos > .ep {
	display:block;
	font-family: Bahij Badiya;
	font-size:15px;
	color:#292f33;
	margin:3px 0 3px 0;
}

.new-element > .infos > .more {
	font-family: tahoma;
	font-size:13px;
	color:#8899a6;
}

.new-element > .infos > .more > span > span {
	float:left;
	color:#8899a6;
	font-size:14px;
	font-weight:bold;
	font-family:calibri;
}

.new-element > .infos > .more > span > img {
	float:left;
	padding:2px 3px 0 0;
}

.new-element > .infos > .more > span {
	opacity:0.5;
}

.new-element > .infos > .more > span:hover {
	opacity:0.9;
}

.hello-div {
	background:url(../../../5rfhz9zg1/hello_bg.png);
	width:300px;
	height:228px;
}

.hello-div a {
	color:white;
	display:block;
	font-family:Open Sans;
	font-weight:100;
	font-size:15px;
}

.hello-div .twitter {
	padding:7px 0 0 190px;
}

.hello-div .facebook {
	padding:161px 0 0 140px;
}

.series-sidebar {
	margin-bottom:5px;
}

.new-egy {
	width:633px;
}

.new-egy > .egy-film {
	width:94px;
	margin:0 7px 0 0;
	display:inline-block;
}

.egy-film > a > img {
	width:89px!important;
	height:116px!important;
	padding:4px;
	border:1px solid #dbdbdb;
	border-radius:3px;
}

.egy-film > h2 {
	font-family:tahoma;
	font-size:11px;
	direction:rtl;
	line-height:15px;
	padding-right:5px;
}

.random-items {
	width:633px;
}

.random-items > div > .item {
	width:94px;
	margin:0 7px 8px 0;
	display:inline-block;
}

.random-items > div > .item > a > img {
	width:89px!important;
	height:116px!important;
	padding:4px;
	border:1px solid #dbdbdb;
	border-radius:3px;
}

.random-items > div > .item > h2 {
	font-family:tahoma;
	font-size:11px;
	direction:rtl;
	line-height:15px;
	padding-right:5px;
}

.random-items > div {
	width:319px;
}

.random-items > .random-series {
	width:300px!important;
}

.random-items > .random-series > .item > a > img {
	width:120px!important;
	height:116px!important;
}

.random-items > .random-series > .item {
	width:120px!important;
	margin:0 7px 8px 0!important;
}


.random-items > div, .random-items > img {
	float:left;
}

.fb-like-box {
	border:1px solid #ddd;
	border-radius:2px;
}

.af1-menu {
	direction:rtl;
}

.af1-menu strong {
	display:block;
	font-family:tahoma;
	font-size:12.5px;
	font-weight:normal;
	height:30px;
	border-bottom:1px solid #e1e8ed;
	margin-bottom:5px;
	padding-right:10px;
	background:url(../../../j76ielfq9/cat_bg.png);
}

.af1-menu strong:last-child {
	border-bottom:none;
}

.single-poster {
    background-color: #FFF;
	width:147px;
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 3px;
    margin: 0px;
}

#trailer_link {
    color: #FFF;
}

.btn:hover {
    background-position: 0px -15px;
    color: #333;
    text-decoration: none;
}

.btn.default {
    color: #FFF!important;
    background-color: #F98B05;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(center top , #FBA405, #F98B05);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    font-family: tahoma;
}

a:hover {
    color: inherit;
}

.btn {
    cursor: pointer;
    display: inline-block;
    background-color: #E6E6E6;
    background-repeat: no-repeat;
    background-image: linear-gradient(#FFF, #FFF 25%, #E6E6E6);
    padding: 2px 14px 3px;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
    color: #333;
    font-size: 12px;
    line-height: normal;
	height:18px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC #CCC #BBB;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 4px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.1s linear 0s;
}

.btn {
    padding: 2px 16px;
}

.item-infos > ul > li {
    font-size: 12.5px;
    font-family: tahoma;
    line-height: 22px;
    border-bottom: 1px solid #EBE9E9;
    padding: 5px 15px 0px 0px;
	color: #888;
}

.stars {
    margin-top: 10px;
    margin-right: 5px;
    font-family: tahoma;
    font-size: 12px;
    margin-bottom: 5px;
	width:450px;
}

.item-year {
    font-family: Open sans;
    font-size: 14px;
    color: #888;
}

.leftside {
	float:left!important;
}

.episode-color1 {
	background-color: #f2f2f2;
}

.episode-color2 {
	background-color: #ffffff;
}

.episode-of-serie .title {
	font-family:tahoma;
	color:#595a5a;
	font-size:12.5px;
}

.episode-of-movie .title {
	font-family:tahoma;
	color:#595a5a;
	font-size:12.5px;
	font-weight:bold;
}

.episode-of-serie .title a, .episode-of-movie .title a {
	color:#595a5a;
}

.episode-of-serie .play-normal, .episode-of-movie  .play-normal{
	float:right;
	padding:13px 13px 0 7px;
}

.episode-of-serie .meta, .episode-of-movie .meta {
	clear:both;
	margin-right:32px;
	position:relative;
	top:-1px;
}

.episode-of-movie > .meta > .bytext {
	font-family:tahoma;
	font-size:11px;
	color:#999;
}

.episode-of-serie .bywho, .episode-of-movie .bywho {
	font-family:Open sans;
	font-size:12px;
	color:#999;
}

.episode-of-serie .views, .episode-of-movie .views {
	font-family:tahoma;
	font-size:12px;
	color:#999;
}

[class^="trailer-"], [class*=" trailer-"] {
    display: inline-block;
    background: url('http://static.aflam1.com/images/workpage.png') no-repeat scroll 0% 0% transparent;
    width: 17px;
    height: 16px;
    vertical-align: middle;
    margin: 0px 0px 0px 3px;
}

.trailer-video {
    background-position: -42px -58px;
}
/*== Branding
 *=================================*/
#branding {
	float:left
}
#site-title {
	font-size:24px;
	line-height:24px;
	margin:0;
	font-family:"Open Sans",sans-serif;
	text-transform:uppercase;
}
#site-title a {
	color:#333;
	text-decoration:none;
}
#site-description {
	margin:5px 0 0;
	font-size:10px;
	color:#AAA;
	text-transform:uppercase;
}
#site-logo {
	display:block;
}
#site-logo img {
	display:block;
	max-width:100%;
	height:auto;
	margin-left:5px;
} 
.image-branding #site-title,
.image-branding #site-description {
	display: none
}
.none,.hidden {
	display:none;
	margin:0;
	padding:0;
	border: 0;
}
#ramadan-options {
	font-family:Segoe UI; direction:rtl;
}
select {
	background-color: #FFF;
	border: 1px solid #CCC;
	margin:44px 0 0 135px;
}
select {
	display: inline-block;
	height:30px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 12.5px;
	line-height: 20px;
	color: #555;
	vertical-align: middle;
	border-radius: 3px;
}
.ramadan-options-container {
	width:300px;
	height:104px;
	background:url('http://www.aflam1.com/wp-content/uploads/2014/08/ramadan_options.png');
	border-radius:6px;
}

.snotfound{
	margin-right:11px;
	font-family:tahoma;
}

.snotfound div ul{
	list-style-type: none;
}

.footer-links, .footer-help{
	list-style-type: none;
	margin-left: 0px;
}

#footer{
	font-family:tahoma;
}

.page-item-15098{
	background: #F35958 !important;
}

.page-item-15098 a{
	color:white!important;
}

.r2105p{
	direction: rtl;
	width: 620px;
	font-family: tahoma;
}