/*  
Theme Name: Listings
Theme URI: http://www.woothemes.com/
Version: 1.3.0
Description: Designed by <a href="http://www.woothemes.com">WooThemes</a>.
Author: WooThemes
Author URI: http://www.woothemes.com
Tags: woothemes

	Copyright: (c) 2009-2010 WooThemes.
	License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html

*/

/* 

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)

*/
/*-------------------------------------------------------------------------------------------

INDEX:

0. RESET

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
-2.2 Navigation
-2.2.1 Drop-down menus
-2.3 Header
-2.4 Content
-2.5 Upload Listing Template
-2.6 Sidebar
-2.7 Footer

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination / woo-pagination / Woo-Pagination
-3.4 Info boxes

4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets
-4.3 WooTabs

5. COMMENTS
-5.1 Comments
-5.2 Pingbacks / Trackbacks
-5.3 Comments Form

6. MISC
-6.1 Buttons
-6.2 Conatct Form 
-6.3 Gravity forms
-6.4 Timeline page template

-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* RESET - http://meyerweb.com/eric/tools/css/reset/ | v1.0 | 20080212 */
/*-------------------------------------------------------------------------------------------*/

body,html{ height:100%;}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{  border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}
body{line-height:1; direction:rtl; unicode-bidi:embed; }
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
:focus{outline:0;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}

/* Floating & Alignment  */
.fl{float:right;}
.fr{float:left;}
.ac{text-align:center;}
.ar{text-align:right;}

/* Clear Floats  */
.col-full:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.fix{clear:both;height:1px;overflow:hidden;margin:-1px 0 0;}
html body * span.clear,html body * div.clear,html body * li.clear,html body * dd.clear{background:none;border:0;clear:both;display:block;float:none;font-size:0;list-style:none;overflow:hidden;visibility:hidden;width:0;height:0;margin:0;padding:0;}



/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

body  { font: 12px/1.5em tahoma; color: #2e2e2e; background: url(images/bg.png) repeat top right; }

h1, h2, h3, h4, h5, h6  { margin: 0; font-family: "TRaditional Arabic", Arial, sans-serif; color: #222; font-weight:blod; }
h1  {font-size: 24px; } h2  {font-size: 22px;} h3  {font-size: 20px;} h4  {font-size: 18px;} h5  {font-size: 16px;} h6  {font-size: 14px;}

p {margin: 0; font: 12px/1.5em Georgia, serif; color: #2e2e2e; }

hr { background-color: #e6e6e6;	border:0; height: 1px; margin-bottom: 20px; }

input[type=text], input[type=password], textarea { padding: 9px 12px 9px 12px; border-color: #ccc #ccc #efefef #efefef; border-width:1px; border-style:solid; background-color: #f6f6f6; font-size: 12px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
input[type=text]:focus , input[type=password]:focus , textarea:focus  { background-color: #fff; }

/* 1.2 Hyperlinks */

a:link, a:visited  { color: #3088ff; text-decoration:none;}
a:hover {text-decoration:underline;}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline;}



/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */
#wrapper  { padding-bottom: 30px; }
#container { border:1px solid #ccc; border:1px solid rgba(0,0,0,.25); border-top-right-radius:6px; border-top-left-radius:6px; -moz-border-radius-topleft:6px; -moz-border-radius-topright:6px;-webkit-border-top-right-radius: 6px; -webkit-border-top-left-radius:6px;}

#main{width:640px;}
#main-single{width:490px;}
#main.fullwidth {width: 980px;}

#sidebar{width:298px; padding-left: 22px; padding-top: 30px;}
#sidebar-single{width:490px; padding-bottom: 15px;}

#sidebar-single .map  { width: 460px; margin: 0 0 30px 0; }



.col-left { float: right; }
.col-right { float: left; }
.col-right2 { float: left; margin-left:80px;}
.col-full  { width: 980px; margin: 0 auto; }

/* 2.2 Navigation */
#navigation{z-index:9999; background:#262626 url(images/nav-bg.png) repeat-x bottom; font:14px/14px Helvetica, tahoma, sans-serif;padding:0; -moz-border-radius-topright: 6px; -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px;}

#navigation ul.rss{background:url(images/ico-rss.png) no-repeat left 5px;padding:6px 0 3px 15px;margin-left:10px;}
#navigation ul.rss li{display:inline;padding:0 0 0 10px;}
#navigation ul.rss li a{color:#c63f00;text-decoration:none;}
#navigation ul.rss li a:hover{text-decoration:underline;}

.nav { z-index:9999; margin:0; padding:0; list-style:none; line-height:1;}
.nav a  { position:relative; color:#dbdbdb !important; display:block; z-index:100; padding:20px 30px 15px; text-decoration:none; font-weight: bold; text-transform: uppercase; text-shadow: 0px 1px 1px #000;}
.nav a:hover, .nav li.current_page_item a, .nav li.current_page_parent a{ color:#fff !important; text-decoration: none !important;}
.nav li  { float:right; width: auto; background: url(images/nav-li.png) no-repeat top left;}
.nav li a.sf-with-ul { padding-left:25px; margin-left:15px; }

/* 2.2.1 Drop-down menus */
.nav li ul  { background: #FFF; position: absolute; right: -999em; width: 200px; border: 1px solid #000; border-width:1px 1px 0; z-index:9999; background: #262626; margin-right: -1px; }
.nav li ul li  { border-top:1px solid #444; border-bottom:1px solid #000; background: none; }
.nav li ul li a  { padding:8px 10px; width:180px; color:#555; font-size:0.8em; }
.nav li ul li a.sf-with-ul { padding-left: 10px; margin-left: 0; }
.nav li ul li a:hover,
.nav li ul li.current_page_item > a,
.nav li ul li.current-menu-item > a { background:#000; }
.nav li ul ul  { margin: -27px 200px 0 0; }
.nav li ul ul li a  {  }
.nav li ul li ul li a  {  }

.nav li:hover,.nav li.hover  { position:static; }
.nav li:hover ul ul, .nav li.sfhover ul ul,
.nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul { right:-999em; }
.nav li:hover ul, .nav li.sfhover ul,
.nav li li:hover ul, .nav li li.sfhover ul,
.nav li li li:hover ul, .nav li li li.sfhover ul,
.nav li li li li:hover ul, .nav li li li li.sfhover ul  { right:auto; }

.nav .sf-sub-indicator {background:	url(images/arrow-superfish.png) no-repeat;position:absolute;display:block;left:0.4em;top:48%;width:10px;height:10px;text-indent:-999em;overflow:hidden;}
.nav li ul .sf-sub-indicator {background:url(images/arrow-superfish-left.png) no-repeat; top: 0.9em;}

/* 2.3 Header */
#header{padding:20px 0 20px;clear:both;position:relative;}

#logo  { float:right; }
#logo img  { }
#logo .site-title, #logo .site-description  { display:none;  text-shadow: 0 1px #fff}
#logo .site-title a { color:#222; font-size:40px; line-height:40px; text-transform:none; font-weight:bold; text-decoration:none; ;}
#logo .site-title a:hover { text-decoration:underline; }
#logo .site-description { color:#999; font:italic 14px tahoma; }

#topad {float:left; padding: 4px; background: #d9d9d9; border: 1px solid #777369; margin-top: 30px;}

#twitter-top  { float: left; margin: 15px 0 0 0; padding: 0 70px 0 0; width: 350px; background: url(images/ico-twitter.png) no-repeat right center; }
#twitter-top h3  { display: none; }
#twitter-top li  { font-size: 13px; line-height: 20px; color: #66655f; }
#twitter-top li a  { color: #66655f; text-decoration: underline; }
#twitter-top li a.time  { display: block; margin: 15px 0 0 0; text-decoration: none; }
#twitter-top li span  { padding: 2px 0; }

#search-top { float: left; margin-top: 10px; position: relative; }
#search-top .searchform {position: relative;}
#search-top input.field {  background: #fff url(images/bg-input.png) repeat-x top right; border:1px solid #ccc; color:#777; font-weight: bold; padding:9px 12px 9px 25px; width:180px;}
#search-top input.btn {border:none; position: absolute; width: 16px; height: 16px; left:0px; top:0px; }

/* 2.3.1 Search Module */
.search_module { background: #828282; border-bottom: 1px solid black; border-top: 1px solid #a5a5a5; padding: 15px !important 20px 20px; box-shadow: 0px 0px 1px #000; -moz-box-shadow: 0px 0px 1px #000; -webkit-box-shadow: 0px 0px 1px #000; position: relative; text-align:right;}
.search_main { background: #6e6e6e; padding: 15px 20px 20px; border: 1px solid #888888; -moz-box-shadow: 0px 0px 2px #4a4a4a;
-webkit-box-shadow: 0px 0px 2px #4a4a4a; box-shadow: 0px 0px 2px #4a4a4a; }
.search_main .panel { width: 580px; }
.search_main .panel.full { width: 895px; }

.search_main #controls  { margin: 0 0 0 -15px; }
.search_main .control  { float: right; width: 180px; margin: 0 0 0 18px; text-align:right; }
.search_main .control label  { display: block; padding: 0 0 3px 0; font-weight: bold;  font-family: "TRaditional Arabic"; font-size: 22px; }

.cufond47 { font-family: "TRaditional Arabic";}

.search_main .full .control  { width: 280px; }
.search_main .full input.field  { width: 265px; }
.search_main .full select  { width: 280px; }
.search_main .full .main-control .field  { margin: 0 0 0 30px; width: 650px; }

.search_main input.field { width: 170px; margin-left: 4%; font-size: 12px; padding: 2px 6px; background: #eeeeee; border: 1px solid #fff;  -moz-box-shadow: 0px 0px 2px #000; -webkit-box-shadow: 0px 0px 2px #000; box-shadow: 0px 0px 2px #000; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; font-family: "TRaditional Arabic"; font-style: normal; font-weight: bold; color: #333; text-shadow: 0px 1px 1px #fff; }
.search_main select  { width: 185px; margin-top: -1px; font: bold 16px "TRaditional Arabic"; text-align:right; }

.search_main .main-control  { margin: 10px 0 0 0; }
.search_main .main-control .field  { float: right; width: 360px; font-size: 20px; padding: 8px 10px; text-align:right; }
.search_main .main-control .button  { float: left; margin: 0 -20px 0 0; padding: 14px 60px 10px; }

#listings-webref-search  { float: right; margin: 15px 0 0 0; padding: 13px 0 0 0; border-top: 1px solid #888888; }
#listings-webref-search label  { float: right; padding: 0 0 0 10px; font-style: italic; }
#listings-webref-search .field  { margin: 0 0 0 10px; text-align:right; }
#listings-webref-search .button  { float: left; font-size: 12px; margin: 0; padding: 4px 8px 2px; }

.tag_cloud {width: 260px; line-height: 25px; background: #6e6e6e; padding: 15px 20px 20px; background: #6e6e6e; padding: 15px 20px 20px; border: 1px solid #888888; -moz-box-shadow: 0px 0px 2px #4a4a4a; -webkit-box-shadow: 0px 0px 2px #4a4a4a; box-shadow: 0px 0px 2px #4a4a4a;}
.tag_cloud a { color: #000; font-family: "TRaditional Arabic"; font-size: 8px; text-shadow: 0px 1px 1px #9f9f9f;}
.tags_title h2 { width: 288px; background: url(images/bg-search-title.jpg) repeat 0% 0%; padding: 8px 7px 6px; color: #fff; text-transform: uppercase; font-size: 26px; margin-bottom: 10px;}

.search_title h2 { width: 608px; background: url(images/bg-search-title.jpg) repeat 0% 0%; padding: 8px 7px 6px; color: #fff; text-transform: uppercase; font-size: 24px; margin-bottom: 10px; }
.search_title.full h2 { width: 925px; }

#panbut  { position: relative; width: 940px; margin: 0 auto; text-align: center; }
#panbut span { z-index:999; position: absolute; top: -2px; right: 800px; background: url(images/panel_btn.png) no-repeat center; cursor: pointer; padding: 7px 25px; color: #f5f5f5; font: bold 11px tahoma; text-transform: uppercase; text-shadow: -1px -1px 0 #333; }
#panbut.closed span  { top: 0; }

.ac_results ul  { margin: 0 7px 0 0; width: 100%; background: #fff; border: 1px solid #dcdcdc; border-width: 0 1px 0; }
.ac_results ul li  { padding: 3px 5px 3px 0; line-height: 22px; border-bottom: 1px solid #dcdcdc; cursor: pointer; }
.ac_results ul li.ac_over  { background: #f6f6f6; }

/* 2.4 Content */
#content{ width:980px; position: relative; background: #fff url(images/content-bg.png) repeat-x right 1px; }
#content.home-content { border-top: 1px solid #999; }

h3.banner { background: url(images/title-bg.png) repeat-x; width: 100%; text-align: center; color: #fff; padding: 13px 0px 13px; text-shadow: 0px 1px 1px #000; font-weight: bold;}
h3.banner a  { color: #fff; }

div.fake-banner  { background: url(images/title-bg.png) repeat-x; height: 42px; }

/* 2.4.1 Lopped Slider */
.loopedSlider { background: #ebebe9; border: 1px solid #fff; border-width: 0px 1px 1px 1px; padding: 15px 20px 20px; position:relative; margin: 0 auto 0 auto; width:938px; z-index: 998;}
.loopedSlider h2 { font-size:16px; color:#000; font-weight: normal; padding: 10px 0px 15px 0; text-transform: uppercase;}
.loopedSlider span.price { position: absolute; top: 265px; right: 20px; z-index: 2; font-size: 16px; font-weight: bold; font-style: italic; background: #ededed; padding: 6px; border: 1px solid #fff; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; -moz-box-shadow: 0 1px 1px #000; -webkit-box-shadow: 0 1px 1px #000;}
.loopedSlider img { border: 1px solid #555; }

.loopedSlider .slider-img { position: relative; }
.loopedSlider .slider-content { width: 382px; }
.loopedSlider .slider-content.with_buttons  { background: url(images/bg-slider-nav.png) no-repeat center 3px; }
.loopedSlider .slider-content h2 { position: relative; background: url(images/title-slider.jpg) repeat top right; padding: 7px; width: 304px; text-align: center; margin-right: 33px; z-index: 9999; }
.loopedSlider .slider-content p { background: #fff; border: 1px solid #bcbcbc; padding: 15px; -moz-box-shadow: 0 1px 3px #ccc; -webkit-box-shadow: 0 1px 3px #ccc; font-size: 13px; margin-top: 25px; margin-bottom: 50px; line-height: 30px;}
.loopedSlider .slider-content ul.tabbed li { display: inline; list-style: none; margin-left: 6px; }
.loopedSlider .slider-content ul.tabbed img { border: 1px solid #bcbcbc; }

#loopedSlider .container { width:940px; height:340px; overflow:hidden; position:relative; float: left; }
#loopedSlider .slides { position:absolute; top:0; right:0; }

#loopedSlider .slides div.slide { position:absolute; top:0; width:940px; display:none;  }

.nav-buttons  { margin-left: 20px; position: absolute; top: 61px; left: 0; width: 380px; z-index: 1; }
.nav-buttons.right  { right: 0; left:auto; margin-right:20px; }
.nav-buttons #p a  { float: right; display: block; width: 24px; height: 23px; }
.nav-buttons #n a  { float: left; display: block; width: 24px; height: 23px; }

/* 2.4.2 Listings */
.listings { position: relative; margin-top: 10px; margin-bottom: 10px; }
.listings h2 { font-size:24px; color:#000; font-weight: bold; padding: 20px 22px 0 0; text-transform: uppercase;}
.listings .block { padding:25px 22px 20px 0; width:298px; float:right; }
.listings .block h2 { background: url(images/title-bg.jpg) repeat top right; padding: 7px; width: 128px; }
.listings .block h2 a { font-size: 12px; font-weight: bold; color: #000; }
.listings .block h2 a:hover { text-decoration: none; }
.listings .block h2 a span { font-weight: normal; font-style: italic; text-transform: none; color: #2e2e2e;}
.listings p { font-size: 10px !important; padding: 10px 7px 0 0; }
.listings img { float: left; border: 1px solid #3a3a3a; }
.bordertop { border-top: 1px solid #999999; }

/* 2.4.3 More Listings */
.more-listings { text-align: right; position: relative; }
.more-listings h2 { font-size:16px; color:#000; font-weight: normal; padding: 20px 22px 0 0; text-transform: uppercase;}
.more-listings .block h2 { font-size:18px !important; color:#000; margin: 0 0 10px; text-transform: none; background: url(images/title-bg.jpg) repeat top right; padding: 7px;}
.more-listings .block { position: relative; padding:20px 22px 20px 0; width:298px; float:right; }
.more-listings span.price { position: absolute; top: 150px; left: 16px; z-index: 2; font-size: 14px; font-weight: bold; font-style: italic; background: #ededed; padding: 6px; border: 1px solid #fff; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; -moz-box-shadow: 0 1px 1px #000; -webkit-box-shadow: 0 1px 1px #000;}
.more-listings img { border: 1px solid #b2b2b0; margin-bottom: 13px;}
.more-listings p  { margin: 0 6px 8px 0; line-height: 22px; }
.more-listings span.more { background: url(images/ico-arrow.jpg) no-repeat left; }
.more-listings span.more a { color: #000; font-style: italic; font-weight: bold; line-height: 40px; padding-left: 10px;}

/* 2.4.4 Similar Listings */
.similar-listings { position: relative; border-top: 1px solid #999; }
.similar-listings h2 { font-size:24px; font-weight:bold; color:#000; padding: 20px 22px 0 0; text-transform: uppercase;}
.similar-listings .block h2 { font-size:18px !important; color:#000; margin: 0 0 10px; text-transform: none; background: url(images/title-bg.jpg) repeat top right; padding: 7px;}
.similar-listings .block { position: relative; padding:20px 22px 20px 0; width:298px; float:right; }
.similar-listings span.price { position: absolute; top: 150px; left: 16px; z-index: 2; font-size: 14px; font-weight: bold; font-style: italic; background: #ededed; padding: 6px; border: 1px solid #fff; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; -moz-box-shadow: 0 1px 1px #000; -webkit-box-shadow: 0 1px 1px #000;}
.similar-listings img { border: 1px solid #b2b2b0; margin-bottom: 13px;}
.similar-listings p  { margin: 0 6px 8px 0; line-height: 22px; }
.similar-listings span.more { background: url(images/ico-arrow.jpg) no-repeat left; }
.similar-listings span.more a { color: #000; font-style: italic; font-weight: bold; line-height: 40px; padding-left: 10px;}

/* 2.5 Upload Listing Template */
#upload-listing h1 .logout-link  { float: left; margin: 7px 0 0 10px; text-transform: uppercase; font-size: 12px; }
#upload-listing form  { margin: 20px 10px 0; }
#upload-listing h3  { margin: 0 10px 0 0; text-transform: uppercase; font-weight: bold; font-size: 12px; }
#upload-listing form .form_row  { margin: 0 0 15px 0; }
#upload-listing form label  { display: inline-block; vertical-align: top; width: 210px; line-height: 16px; text-align: left; padding: 5px 0 0 15px; font-weight: bold; }
#upload-listing form input[type=text], #upload-listing form input[type=password], #upload-listing form textarea  { width: 310px; }
#upload-listing form select  { width: 340px; max-height: 60px; }

#upload-listing #loginform  { margin-bottom: 30px; }
#upload-listing #loginform label  { width: 100px; }
#upload-listing #loginform input[type=text], #upload-listing #loginform input[type=password]  { width: 300px; }
#upload-listing #loginform .login-remember  { margin: -10px 110px 0 0; }
#upload-listing #loginform .login-remember label  { width: auto; font-weight: normal; font: bold 11px sans-serif; text-transform: uppercase; }
#upload-listing #loginform .button  { margin: 20px 113px 0 0; }

#upload-listing form .custom-post-types  { margin: 0 0 10px 0; }
#upload-listing form .custom-post-types label  { display: block; padding-bottom: 5px; width: 300px; text-align: right; }
#upload-listing form .custom-post-types select  { width: 260px!important; }

#upload-listing form .button  { margin: 0; }

#upload-listing .form_row .section  { float: right; width: 600px; margin: 0 0 20px; }
#upload-listing h3.heading  { float: right; width: 200px; line-height: 16px; text-align: left; padding: 10px 0 0 15px; font-weight: bold; font-family: Georgia, Times, serif; text-transform: none; font-size:14px; }
#upload-listing .section-select2 h3.heading, #upload-listing .section-checkbox h3.heading  { padding-top: 2px; }
#upload-listing .option  { float: right; }
#upload-listing .controls #image  { margin: 0 0 5px 8px; width: 207px; }
#upload-listing .controls .screenshot  { width: 325px; }
#upload-listing .controls .screenshot img  { width: 100%; margin: 0 0 10px 0; }
#upload-listing .controls br  { display: none; }
#upload-listing .controls #upload_image  { margin-bottom: -20px; }
#upload-listing .explain  { width: 310px; line-height: 12px; padding-top: 5px; font-size: 11px; font-style: italic; }

#upload-listing .section-calendar .ui-datepicker-trigger  { position: relative; top: 2px; right: 6px; }

#upload-listing form label.error  { color: red; font-weight: normal; font-size: 12px; margin: 0 230px 0 0; width: auto; }

/* 2.6 Sidebar */
#sidebar{overflow:hidden;}
#sidebar .primary { }
#sidebar .secondary  { float: right; width: 139px; margin: 0 0 0 20px; }
#sidebar .secondary.last  { margin: 0; }

/* 2.7 Footer */
#footer{ padding: 20px 0px 16px; color:#fff; text-shadow: 0px 1px 1px #000; background: url(images/footer-bg.png) repeat-x top right; border:1px solid rgba(0,0,0,.25); border-width: 0px 1px 1px 1px;}
#footer p {font-size:9px; font-family: tahoma; color: #fff;}
#footer #copyright { padding-left: 20px; }
#footer #copyright a { color: #76c0ff; font-weight: normal; }
#footer #credit { padding-right: 20px; float: right;}
#footer #credit img{vertical-align:middle;}
#footer #credit span{display:none; vertical-align:middle;}
#footer a { color: #dbdbdb; font-weight: bold;}

/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

#breadcrumb { margin-bottom:1.5em;}

.archive_header  { text-align: right; display: block; float: right; width: 600px; margin: 30px 20px 0; padding:0 0 10px; font: bold 20px "TRaditional Arabic"; border-bottom:#e6e6e6 1px solid; text-transform: uppercase; }
.archive_header .catrss a  { font-size: 14px; text-decoration: none; line-height: 18px; }
#main.fullwidth .archive_header  { width: 940px; }

.post  { text-align: right; margin: 0 0 10px; padding: 20px;}

.post .title  { font:normal bold 24px/24px tahoma, Helvetica, sans-serif;position:relative; margin: 0 0 15px; }
.page .post .title  { margin-bottom:0.5em; font-family: 'traditional Arabic'; font-size: 24px; }
.post .title a:link, .post .title a:visited  { color:#222; }

.post-meta {margin: 1em 0 2em 0; padding: 0 10px 0 0; font:0.9em/1em tahoma; text-transform:uppercase;}
.post-meta .comments a  { padding: 0 20px 0 0; text-transform: uppercase; }
.post-meta .small{text-transform:lowercase;}

.post-meta, .post-meta .post-author a, .post-more {  }
.post-more { clear:both; margin: 5px 0 0 0; padding: 8px 10px 6px; color:#868686; font: bold 11px sans-serif; text-transform: uppercase; text-align: left; border-bottom:#e6e6e6 1px solid; border-top:#e6e6e6 1px solid; }
.post-more a, .post-meta a { text-decoration:none; }
.post-more a:hover, .post-meta a:hover { text-decoration:underline; }

.post p.tags{background:url(images/ico-tag.gif) no-repeat center right;padding-right:25px;width:100%;clear:both;margin-bottom:20px;}


/* 3.1 Typographic Elements */
.entry, .entry p  { font: 13px/1.5em Georgia, serif; color: #2e2e2e; line-height: 25px;  }

.page { text-align: right;}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { margin:0 0 0.5em; line-height:1.5em; }
.entry p  { margin-bottom: 1.2em; }
.entry blockquote  { background:url(images/blockquote.png) no-repeat 0 12px; padding: 10px 50px 10px 20px; color: #444;  }
.entry blockquote p  { font-style:italic; }

.entry ul  { margin-bottom: 1.5em; padding: 0 30px 0 0; }
.entry ul ul  { margin: 0; }
.entry ul li  {	list-style-type: disc; list-style-position: inside; }
.entry ul ul li  { list-style-type: circle; }

.entry ol  { margin-bottom: 1.5em; padding: 0 30px 0 0; }
.entry ol ol  { margin: 0; }
.entry  ol li  { list-style-type: decimal; }
.entry  ol li ol li  { list-style-type: lower-latin; }

/* 3.2 Images */
.entry img, img.thumbnail { padding: 5px; border: 1px solid #e6e6e6; background:#F8F8F8;  }
img.wp-smiley  { padding: 0; border: none; }

.alignleft  { float: right; height: auto; margin: 5px 0 5px 15px; }
.alignright  { float: left; height: auto; margin: 5px 15px 5px 0; }
.aligncenter  { text-align: center; margin-bottom:15px;}
img.aligncenter  { margin-right:auto; margin-left:auto; display:block; }

.entry .wp-caption { padding: 1px; text-align:center; background:#F8F8F8; border: solid 1px #e6e6e6; }
.entry .wp-caption img{ margin:0; padding:4px 0; background:none; border:0; }
.entry .wp-caption-text { margin:0; padding:0; font:0.9em/1.5em tahoma; text-align:center; }
.entry .wp-caption.aligncenter { margin:0 auto; }

/* 3.3 Pagination / woo-pagination */
.nav-entries .post-entries, .woo-pagination { margin: 0 20px 30px; font-size:11px; padding:10px 15px; border:1px solid #e6e6e6; background:#fafafa; border-width:1px 0; }
.nav-entries a, .post-entries a { display: block; font:italic 12px/16px Georgia, serif; color:#777; text-decoration:none;}
.nav-entries a:hover, .post-entries a:hover { text-decoration:underline; }

.woo-pagination { margin: 0 !important 30px 20px; text-align: center !important; }
.woo-pagination a:link,
.woo-pagination a:visited { display: inline !important; text-decoration: none !important; background: #EEEEEE !important;color: #666 !important; padding: 3px 7px !important; border:1px solid #DDDDDD !important;}
.woo-pagination .current, 
.woo-pagination .on,
.woo-pagination a:hover { padding: 3px 7px !important; background: #ddd !important; border:1px solid #bbb !important; }
.woo-pagination span.extend, .woo-pagination span.pages { background:none !important; border:none !important; color:#666 !important; }

/* 3.4 Listings post */
.post h1, .post h2 { background: url(images/title-bg.jpg) repeat top right; padding: 7px; }
.post h1 a { color: #000; }
.post h1 span.price { float: left; background: #fff; padding: 2px 4px; font-family: georgia, serif; font-size: 11px; }
.post h1 span.price strong { font-size: 14px !important; font-style: italic; }

.post .meta ul { margin: 20px 0px;}
.post .meta ul li { display: inline; list-style: none; background: url(images/meta-bl.jpg) no-repeat right;}
.post .meta ul li:hover { background: url(images/meta-gr.jpg) no-repeat right;}
.post .meta ul li a { color: #999; padding-right: 20px; margin-left: 17px; }
.post .meta ul li a:hover { color: #000; }

.other-info h2 { font-size: 14px !important; color: #000; margin-bottom: 16px;}
.other-info table td { border: 1px solid #999; border-bottom: 1px solid #999 !important;}
.left-title { text-align: right; font-weight: bold; font-size: 14px; padding: 10px 11px 10px 20px; background: url(images/table-bg.jpg) repeat top right;}
.grey-title { text-align: center; font-weight: bold; font-size: 14px; padding: 10px 30px; background: url(images/table-bg.jpg) repeat top right;}
.grey-title-lrg { text-align: center; font-weight: bold; font-size: 14px; padding: 10px 15px; background: url(images/table-bg.jpg) repeat top right;}
.left-white { font-size: 12px; text-align: right; line-height: 30px; color: #000; padding-right: 11px !important; padding-left: 11px !important;}
.center-white { font-size: 12px; text-align: center; line-height: 30px; color: #000;}
.left-grey { font-size: 12px; text-align: right; line-height: 30px; color: #000; background: #f7f7f7; padding-right: 11px !important; padding-left: 11px !important; }
.center-grey { font-size: 12px; text-align: center; line-height: 30px; color: #000; background: #f7f7f7;}

#gallery h2 { font-size: 14px !important; color: #000; margin-top: 20px; margin-bottom: 16px; }
#gallery img { border: 1px solid #b2b2b0; }

#gallery { width:460px; }
#loopedSlider.gallery { position:relative; margin: 0 auto 30px auto; width:380px; z-index: 1; }
#loopedSlider.gallery .container { width:380px; height:340px; overflow:hidden; position:relative; float: left; margin: 0 0 10px 0; }
#loopedSlider.gallery .slides { position:absolute; top:0; right:0; }
#loopedSlider.gallery .slides img  { border: 3px solid #e7e7e7; }

#loopedSlider.gallery.sidebar, #loopedSlider.gallery.sidebar .container  { width: 460px; }

.jcarousel-container  { width: 460px; margin: 0 auto; text-align: center; }
.jcarousel-clip   { width: 425px; margin: 0 auto; }
.jcarousel-item  { width: 70px; height: 70px; }
.jcarousel-next, .jcarousel-prev  { margin-top: -40px;padding: 20px 0; cursor: pointer; height: 10px; width: 7px; background-position: top right; background-repeat: no-repeat; }
.jcarousel-prev  { float: right; background-image: url(images/ico-gallery-prev.png); }
.jcarousel-next  { float: left; background-image: url(images/ico-gallery-next.png); }
.sidebar .jcarousel-container  { width: 460px;  }
.sidebar .jcarousel-clip  { width: 425px;  }
#loopedSlider.gallery .pagination  {margin-top: 800px;float: right; float: right; height: 93px; }
#loopedSlider.gallery .pagination li  { margin: 0 0 0 4px; }
#loopedSlider.gallery .pagination li img  { border: 2px solid #e7e7e7; }
#loopedSlider.gallery .pagination li.active img  { border: 2px solid #E81B1B; }

#TB_overlay  { z-index: 9998!important; }
#TB_window  { z-index: 9999!important; }

#loopedSlider.gallery .gallery-hover  { position: absolute; top: 0; right: 0; background: url(images/gallery-hover.png) no-repeat center center; width: 100%; height: 100%; }

#single-gallery-image { margin: 0 auto 50px auto; }


.map h2 { font-size: 14px !important; color: #000; margin-bottom: 16px; }
.map img { border: 1px solid #b2b2b0; }

#featured-map { padding: 20px; border-bottom: 1px solid rgba(0,0,0,.25); }

/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 4.2 Generic Widgets */
.widget  { margin: 0 0 30px 0; font-size:12px; }
.widget a { color: #000;}
.widget a:hover {text-decoration:underline !important;}
.widget h3  { background: url(images/bg-footer-widgets-border.png) repeat-x bottom; margin: 0px !important; padding:0 0 20px; text-transform:uppercase; font:normal bold 14px "Helvetica Neue", Helvetica Arial, sans-serif; color:#555; border-bottom: 1px solid #e6e6e6; float:right;}
.widget p { margin-bottom:15px; }
.widget div { padding-top: 10px; }

.widget ul  { text-align:right; clear:both;list-style-position:inside; list-style-type:disc;}
.widget ul li  { text-align:right; background:url("images/ico-bullet.png") no-repeat scroll 0 8px transparent; list-style:none; border-bottom:1px solid #e6e6e6; padding: 10px 0;}
.widget ul li a  { text-align:right; padding: 0; line-height: 22px; text-decoration: none; }
.widget ul li a:hover  { text-align:right; text-decoration:underline; }
.widget ul ul  { text-align:right; padding: 0 15px 0 0; border-top: none; }

.widget_recent_comments li, #twitter li  { padding: 6px 0; line-height: 18px; border-bottom: 1px solid #eee; } /* RESET LI STYLING FOR RECENT COMMENT & TWITTER */
.widget_recent_comments li a, #twitter a  { display: inline; padding: 0; line-height: 18px!important; background: none!important; border: none!important; } /* RESET <A> STYLING FOR RECENT COMMENT & TWITTER */

#footer-widgets { background:#fff; padding:0; }
#footer-widgets .block { padding:25px 22px 0 0; width:298px; float:right; }
#footer-widgets .block h3 {background: url(images/bg-footer-widgets-border.png) repeat-x bottom; margin: 0px !important; padding:0 0 20px;}

/* 4.2 Specific Widgets */

/* WIDGET FORMS */
.searchform  { }
.widget input.s  { color:#777; float:right; width: 70%; padding: 7px 7px 7px 0; margin-left:5px; border-color: #ccc #ccc #efefef #efefef; border-width:1px; border-style:solid;}
#footer-widgets .widget input.s  { width: 55%; }
.widget .screen-reader-text  { display: none; }
.widget input.submit { float:right; border-color:#EFEFEF #efefef #CCCCCC #ccc; padding:6px; cursor: pointer; }

/* RECENT POSTS WIDGET */
.widget_recent_entries { text-align:right; font-family: tahoma, helvetica, sans-serif;}
.widget_recent_entries ul li { background:url(images/ico-doc.jpg) no-repeat right; padding: 15px 20px 15px 0px !important;}
.widget_recent_entries ul li a { line-height: 12px; }

/* FLICKR */
.widget_woo_flickr h3  {}
.widget_woo_flickr h3 span{color:#0061D8;}
.widget_woo_flickr h3 span span{color:#FF1183;}
.widget_woo_flickr .flickr_badge_image  { float: right; margin: 3px; }

.widget_woo_flickr .wrap  { position: relative; margin-bottom: 20px; padding: 0; }
.widget_woo_flickr a img  { float: right;  margin: 0 8px 8px 0;  display: block; border: #CECFC6 1px solid; padding: 3px;}
.widget_woo_flickr a:hover img  { border:#A8AA99 1px solid; }

/* LIFESTREAM */
.widget_lifestream ul li  { border-bottom: 1px solid #e0e6e6; }
.widget_lifestream ul li a  { border:none; background:none!important; }
.widget_lifestream ul .lifestream_meta  { color: inherit; }

/* CALENDAR */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{text-align:center;background:#E7E7E7;color:#9E9E9E;padding:5px;}
#wp-calendar td{background:transparent;}
#wp-calendar td,table#wp-calendar th{padding:3px 0;}

/* Blog Author Widget */
.widget_woo_blogauthorinfo h3  { margin: 0 0 10px!important; }
.widget_woo_blogauthorinfo .avatar { padding: 5px; border: 1px solid #e6e6e6; background:#F8F8F8; background:rgba(255,255,255,0.7);}
.widget_woo_blogauthorinfo .left { float:right; margin:0 0 5px 10px; }
.widget_woo_blogauthorinfo .right { float:left; margin:0 10px 5px 0; }

/* MAPS WIDGET */
.widget_maps_overview_widget  { margin: 0 0 50px 0; }

/* TEXT WIDGET */
.widget_text p  { line-height: 20px; }

/* 4.3 WooTabs */
#tabs {	background:#e6e6e6; height:auto; display: block; padding:5px; margin-bottom:30px; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}

#tabs ul.wooTabs { padding:0px; }
#tabs ul.wooTabs li { float: right; display:inline; color: #ffffff; margin:0px; cursor: pointer; }
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover { background:#F8F8F8; text-decoration:none; }
#tabs ul.wooTabs li a {	color:#777; display: block;float: right;padding: 8px; text-transform:uppercase; font:11px/18px tahoma; }
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover {  border-top-right-radius:3px; border-top-left-radius:3px; -moz-border-radius-topleft:3px;	-moz-border-radius-topright:3px;-webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius:3px; }

#tabs .inside { background:#F8F8F8; padding:5px;}
#tabs .inside li { background:#fff;  }
#tabs #tab-tags { padding:10px; }
#tabs .inside ul { margin:0; border: 1px solid #e6e6e6; border-width:1px 0 1px 0; }
#tabs .inside li { border:1px solid #e6e6e6; border-width:0 1px 1px 1px; padding:10px; }
#tabs .inside li a { color:#555; font:bold 12px/18px tahoma; }
#tabs .inside a:hover{}
#tabs .inside li span.meta { display:block; font:11px/20px tahoma; text-transform:uppercase; color:#777; }
#tabs .inside li img.avatar, #tabs .inside li img.thumbnail { border: 1px solid #ddd; padding: 2px;	background-color: #ffffff; float: right;	margin: 0 0 0 8px; }


/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/

/* 5.1 Comments */
#comments {position:relative;margin:40px 20px 0 20px; }
#comments h3  { color:#333; margin-bottom:20px; }
#comments .comment.thread-even { background: #f7f7f7; }
#comments .comment{margin-top:10px;width:100%;list-style-type:none;}
#comments .comment .comment-container  { position:relative; padding: 20px; }
#comments .comment-head  { margin: 0 0 15px 0; }
#comments  .avatar  { float:right; margin: 0 0 10px 15px; }
#comments  .avatar img{margin: 0;vertical-align: middle;border:1px solid #ddd; padding:3px; background:#fff; }
#comments .comment-head .name  { margin: 0; font-weight: bold; font-size: 15px; }
#comments .comment-head .date, #comments .comment-head .edit, #comments .comment-head .perma { font-size: 11px; }
#comments .comment-entry p  { margin: 0 0 10px 0;}
#comments .reply { padding-top:10px; }
#comments .reply a { font: 11px/18px tahoma; background: #eee; border-color:#888; color:#555 !important; text-shadow: none; }
#comments .reply a:hover { background-color: #e6e6e6;}

#comments ul.children{margin:10px 25px 0 10px;padding:0; }
#comments ul.children li {border-top:1px solid #e6e6e6; }
#comments .cancel-comment-reply{margin:10px 0;}

#comments .navigation { }
#comments .navigation a{ display: block; margin: 15px 0 0 0; text-decoration: none; }
#comments .navigation a:hover{}

#comments #respond h3  { margin: 0; }

#comments h3#pings { margin-top:25px; }
#comments .pingbacks li.pingback { margin:10px 0; }
#comments .pingbacks li.pingback .reply { display:none; }

/* 5.2 Comments Form */
#respond  { margin: 40px 20px 40px 20px; }
#respond h3  { color:#333; margin-bottom:20px; }
#respond .left { float:right; width:200px; margin-left:15px; }
#respond .right { float:right; width:380px; }
#respond label { font-size:11px; color:#777; }

#commentform  {	margin: 15px 0 0 0;  }
#commentform label  { position:relative; display:inline; vertical-align:top; display:inline-block; margin-top:5px; }
#commentform input.txt, #commentform textarea { font:14px/14px tahoma, Helvetica, sans-serif; border-color: #ccc #ccc #efefef #efefef; border-width:1px; border-style:solid;}
#commentform input.txt  { color:#666; background: #fcfcfc; width: 170px; margin: 0 0 10px 5px; padding: 5px 7px; }
#commentform textarea  { color:#666; background: #fcfcfc; width: 95% !important; padding: 5px 7px; }

#respond #commentform #submit  { margin: 15px 0 0 0; cursor: pointer; }

/* 5.3 Pingbacks / Trackbacks */
h3#pings  { margin: 25px 0 10px 0; }
.pinglist li  { margin: 0 20px 0 0; list-style-type: decimal; }
.pinglist li .author  { font-weight: bold; font-size: 15px; }
.pinglist li .date  { font-size: 11px; }
.pinglist li .pingcontent  { display: block; margin: 10px 0; }


/*-------------------------------------------------------------------------------------------*/
/* 6. MISC */
/*-------------------------------------------------------------------------------------------*/

/* 6.1 Buttons */
a.button, 
a.comment-reply-link, 
#commentform #submit,
input.button {
	display: inline-block;
	margin: 5px;
	padding: 7px 13px 3px;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #327222;
	border-bottom-color: #2b631e;
	color: white !important;
	text-align: center;
	text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
	text-decoration: none;
	font-family: sans-serif;
	font-size: 14px;

	
	/*Border radius*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	/*Background*/
	background: #367f25; /*Fallback*/
	background: -webkit-gradient(
					linear,
					right top,
					right bottom,
					color-stop(.2, #50a33c),
					color-stop(1, #367f25)
				);
	background: -moz-linear-gradient(
					center top,
					#50a33c 20%,
					#367f25 100%
				);
	
	/*Box shadow*/
	-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
						inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
						0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
					inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
					0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
				inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
				0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
}


.woo-sc-button {font-weight: bold;}

a.button.large { padding:6px 16px;}
a.button.small, a.comment-reply-link { padding:0px 10px;}

a.button:hover, 
a.button.hover, 
a.button.active,
a.comment-reply-link:hover, 
#commentform #submit:hover,
input.button:hover {
	text-decoration: none !important;
	/*Background*/
	background: #377e26; /*Fallback*/
	background: -webkit-gradient(
					linear,
					right top,
					right bottom,
					color-stop(.2, #408e2e),
					color-stop(1, #377e26)
				);
	background: -moz-linear-gradient(
					center top,
					#408e2e 20%,
					#377e26 100%
				);
}

a.button:active,
a.button.active,
input.button:active  {
	border-color: #408e2e;
	
	/*Box shadow*/
	-webkit-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
						0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
	-moz-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
					0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
	box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
				0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
}

a.button.inactive,{
	border: 1px solid #d5d5d5;
	border-bottom-color: #e6e2e2;
	color: #aeaeae;
	text-shadow: 0 1px 0 white;
	
	/*Background*/
	background: #e8e8e8; /*Fallback*/
	background: -webkit-gradient(
					linear,
					right top,
					right bottom,
					color-stop(.2, #f3f3f3),
					color-stop(1, #e6e6e6)
				);
	background: -moz-linear-gradient(
					center top,
					#f3f3f3 20%,
					#e6e6e6 100%
				);
	
	/*Box shadow*/
	-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.5) /*Top*/, 
						inset 0 0 2px hsla(0,100%,100%,.1) /*Shine*/, 
						0 1px 0 hsla(0, 100%, 100%, .7) /*Shadow*/;
	-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.5) /*Top*/, 
					inset 0 0 2px hsla(0,100%,100%,.1) /*Shine*/, 
					0 1px 0 hsla(0, 100%, 100%, .7) /*Shadow*/;
	box-shadow: inset 0 1px 0 hsla(0,100%,100%,.5) /*Top*/, 
					inset 0 0 2px hsla(0,100%,100%,.1) /*Shine*/, 
					0 1px 0 hsla(0, 100%, 100%, .7) /*Shadow*/;
}

/* 6.2 Contact Form */
#contact-page .screenReader { right: -9999px; position: absolute; top: -9999px;}
#contact-page ol.forms{float:right;list-style:none;width:100%;margin:10px 0 0;}
#contact-page ol.forms li{clear:both;float:right;margin-bottom:18px;position:relative;width:100%}
#contact-page ol.forms label{cursor:pointer;display:block;float:right;font-weight:700;padding-left:20px;width:100px;}
#contact-page ol.forms input.txt{width:214px;}
#contact-page ol.forms input#sendCopy{border:none;}
#contact-page ol.forms textarea{height:300px;width:400px;}
#contact-page ol.forms li .error{font-size:12px;display:block;margin-right:120px;color:red;}
#contact-page ol.forms li.textarea .error{display:block; margin-right:120px}
#contact-page ol.forms li.screenReader{margin-bottom:0;}
#contact-page ol.forms li.buttons .submit{margin: 15px 120px 0 0; }
#contact-page ol.forms li.inline input{width:auto;margin-right:120px;}
#contact-page ol.forms li.inline label{display:inline;float:right;width:auto;}

.tick { font-family: "TRaditional Arabic"; font-size: 30px; text-align: left;}

/* 6.3 Gravity forms */
.gfield { margin-bottom: 10px; }
.gform_wrapper .top_label .gfield_label { display:block;float:right; padding-left:20px; width: 100px; margin: 5px !important 4px 0px; }
.gform_wrapper input.button { padding: 5px !important 6px 10px; }
.gform_wrapper input { padding: 7px 3px !important; }
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea { width: 400px !important; padding: 7px 3px !important; }
.gform_wrapper .entry img, .gform_wrapper img.thumbnail { padding: 0px !important; border: 0px !important; }
ul.top_label .clear-multi { clear: none !important; }
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio { margin-right: 120px !important; }
img.ui-datepicker-trigger { border: 0px; padding: 0px; }

/* 6.4 Timeline Page Template */
#archives { padding: 10px 0 0; }
#archives a { font-style: italic; }
h3.archive_year { font: bold 22px "TRaditional Arabic"; color:#555; margin-top:0; }
#archives .archives_list { border-right:4px solid #ccc; list-style: none; list-style-image:none; list-style-position:outside; list-style-type:none; margin: 0 15px 15px 0;}
#archives .archives_list li { clear:right; padding-right:24px; font-size: 12px; font-style: normal; list-style: none; margin-bottom: 10px; }
#archives .archives_list .date { color: #808080; width: 100px; font-style: italic; display: inline-block; vertical-align: top; }
#archives .archives_list .linked { width: 270px; display: inline-block; vertical-align: top;}
#archives .archives_list .comments { width: 100px; display: inline-block; vertical-align: top;}
#archives .archives_list .comments a { color: #808080; font-size: 12px; font-style: italic; text-decoration: underline; padding-right: 13px;  }
#archives .archives_list .comments a:hover { text-decoration: none; }


/* IE Specific */
.ie6 .more-listings, .ie7 .more-listings  { zoom: 1; }



