/*  
Theme Name: Original Premium News
Theme URI: http://www.woothemes.com/
Description: Original Premium News by WooThemes
Version: 1.2.3
Author: WooThemes
Author URI: http://www.woothemes.com/
*/

/*========= SETUP =========*/

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(images/bgr.gif) #bcbcbc repeat-x top;
	color: #000000;
	font: 1em Arial,Helvetica,Sans-Serif;
	direction: rtl;
}
a{
	color: #ff7800;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}

/*========= LAYOUT =========*/

#page{
	background: #ffffff;
	margin: 0 auto;
	width: 850px;
}
/*--- Main Columns ---*/
#columns{
	margin: 20px 0 0;
	padding: 0 15px 25px;
}
.col1{
	float: right;
	width: 550px;
}
.col2{
	float: left;
	width: 200px;
	padding: 0 30px 0 0;
	border-right:3px solid #B3B3B3;
}
/*--- Sub Columns ---*/
.subcol{
	width: 200px;
}
.subcol h2{
	color: #ff7800;
	padding: 0 0 10px;
}

/*========= HEADER =========*/
/*- nav2 Navigation -*/
.nav2, .nav2 * {
	margin:0;
	padding:0;
	
}
.nav2 {
	height: 35px;
	border-bottom:3px solid #B3B3B3;
	font-weight:bold;
	font-size:15px;	
	position:relative;
	background: #dddddd;
}
.nav2 ul {
	background:#fff; /*IE6 needs this*/
	float: right;
	position:relative;
}
.nav2 li {
	line-height: 35px;
	float: right;
	list-style:none;
	z-index:999;
}
.nav2 li.current ul {
	z-index: 999;	
}
.nav2 li.sfHover ul,
ul.nav2 li:hover ul {
	z-index: 1000;
	background: #B3B3B3;
	color: #ffffff;
	text-decoration: none;		
}
.nav2 li li {
}
.nav2 a {
	color: #000000;
	display: block;
	padding: 0 13px;
}
.nav2 li ul {
	right:0;
	top:-999em;
	position:absolute;
	width:850px;
}
.nav2 li:hover,
.nav2 li.sfHover,
.nav2 li.current,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	color: #FF7800;
	text-decoration: none;
	background: #444444;
}
.nav2 li.sfHover a,
.nav2 li.current a,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	border-bottom: none;
}
.nav2 li li.current a {
	font-weight: bold;
}
.nav2 li li:hover,
.nav2 li li a:focus, .nav2 li li a:hover, .nav2 li li a:active {

}
.nav2 li:hover ul, /* pure CSS hover is removed below */
body .nav2 li.current ul, /* this must be more specific than the .superfish override below */
ul.nav2 li.sfHover ul {
	top:2.5em;
}

.nav2 li:hover li ul,
.nav2 li.sfHover li ul {
	top:-999em;
}
.nav2 li li:hover ul, /* pure CSS hover is removed below */
ul.nav2 li li.sfHover ul {
	top:2.5em;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}
/*- Header -*/
#header{
	height: 92px;
	padding: 0;
}
#header h1 a{
	height: 93px;
	width: 389px;
}
#header600px {
	display: none;;
}
/*========= FEATURED POSTS (FRONT-PAGE) =========

.featured{
	background: #dddddd;
	min-height: 200px;
	margin: 0 0 10px;
	overflow: hidden;
	padding-right:10px;
}
.featured h2{
	padding: 10px 0;
}
.featured h3{
	font-size: 14px;
	padding: 0 0 10px 0;
}
.featured h3 a {
	color:#000;
}
.featured h3 a:hover {
	color:#FF7800;
}
.featured p {
	margin-bottom:10px;
}
.featured-img{
	margin: 0 10px 0 0 ;
	width:350px;
	height:200px;
	float:left;
	display:inline;
}
#ribbon{
	width:138px;
	height:138px;
	float:left;
}
#featured-th{
	height: 57px;
	margin: 0 0 30px;
	display:none;

}
#featured-th img{
	margin: 0;
	border:none;
}
#featured-th .idTabs {
	list-style:none;
	}
#featured-th .idTabs li {
	float:right;
	display:inline;
	margin-right:12px;
	}
#featured-th .idTabs li.last {
	margin-left:0px !important;
	}
*/

/* ======== ROTATING FEATURED (FRONT PAGE) =========*/
/*
CSS Name: Rotating Posts Default Theme
Description: For Rotating Posts plugin with WordPress Default Theme
Author: Mark Inderhees
Version: 1.1

This can be used as a template for your own personal Rotating Posts Theme
*/

div#rp_frame
{
	margin: 0 0 10px 0;
	padding: 4px;
}

div.rp_post
{
	background: #dddddd;
}

div.rp_post h2
{
	padding: 10px 0;
}

div.rp_post_title
{
	padding: 0 10px;
}

div.rp_post_time_author
{
}

div.rp_post_content
{
	margin: 0;
	padding: 10px;
	height: 230px;
	overflow: hidden;
}

div.rp_post_content p
{
}

div.rp_post p.rp_post_metadata
{
}

div#rp_nav
{
	margin: 0;
	padding: 0 3px;
	background: #000000;
	height: 26px;
	vertical-align:middle;
	color: #FF0000;
}

div#rp_nav a
{
	cursor: pointer;
	text-decoration: none;
	color: #FF0000;
}

div#rp_nav #rp_nav_arrows
{
	padding: 0 0 0 15px;
}

div#rp_nav #rp_nav_arrows a.rp_nav_button:hover
{
	color: #FF0000;
}

div#rp_nav #rp_nav_arrows a#rp_nav_left
{
	color: #FF0000;
}

div#rp_nav #rp_nav_arrows a#rp_nav_pause
{
	color: #FF0000;
}

div#rp_nav #rp_nav_arrows img
{
	color: #FF0000;
}

div#rp_nav #rp_nav_arrows span.rp_nav_arrow_text
{
	padding: 2px 5px;
	border: solid 1px #000;
}

div#rp_nav #rp_nav_arrows span.rp_nav_arrow_text:hover
{
	background: #FF0000;
}

div#rp_nav #rp_nav_arrows a#rp_nav_pause img#rp_nav_pause_normal
{
	color: #FF0000;
}

div#rp_nav #rp_nav_arrows a#rp_nav_pause img#rp_nav_pause_pressed
{
	color: #FF0000;
}

div#rp_nav #rp_nav_arrows a#rp_nav_pause span#rp_nav_pause_normal
{
	color: #FF0000;
}

div#rp_nav #rp_nav_arrows a#rp_nav_pause span#rp_nav_pause_pressed
{
	color: #FF0000;
	background: #ddd;
}

div#rp_nav #rp_nav_arrows a#rp_nav_right
{
	color: #FF0000;
}

div#rp_nav #rp_nav_thumbnails
{
	color: #FF0000;
}

div#rp_nav #rp_nav_thumbnails a.rp_nav_thumbnail
{
	color: #FF0000;
}

div#rp_nav #rp_nav_thumbnails img
{
	margin: 0 0 0 5px;
	border: solid 1px #000;
}

div#rp_nav #rp_nav_thumbnails img.rp_nav_thumbnail_on
{
	color: #FF0000;
}

div#rp_nav #rp_nav_thumbnails img.rp_nav_thumbnail_off
{
	opacity: 0.2;
	filter: alpha(opacity=20);
}

div#rp_nav #rp_nav_thumbnails img.rp_nav_thumbnail_off:hover
{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

div#rp_nav #rp_nav_thumbnails span.rp_nav_thumbnail_on
{
	padding: 2px 5px;
	border: solid 1px #000;
	background-color: #ddd;
	line-height: 26px
}

div#rp_nav #rp_nav_thumbnails span.rp_nav_thumbnail_on:hover
{
	background-color: #FF0000;
}

div#rp_nav #rp_nav_thumbnails span.rp_nav_thumbnail_off
{
	padding: 2px 5px;
	line-height: 26px
	border: solid 1px #000;
}

div#rp_nav #rp_nav_thumbnails span.rp_nav_thumbnail_off:hover
{
	background: #dddddd;
}
/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/

#video-frame {
	background:#DDD;
	float:right;
	width:550px;
	height:auto;
	margin-bottom:30px;
	}
.video-left {
	float:right;
	width:350px !important;
	display:inline;
	direction: ltr;
	}
.video-left p {
	padding:0px !important;
	margin:0px !important;
	}
.video-left h2 {
	display:none;
	}
.video-right {
	float:right;
	width:200px;
	display:inline;
	padding-top:7px;
	}
.video-right h2{
	color: #ff7800;
	font-size:1.3em;
	line-height:1.2em;	
	font-weight:bold;
	padding: 0 10px 0 0 !important;
	margin:0 !important;
	}
.video-right p{
	color: #000;
	font-size:0.9em;
	line-height:0.8em;
	font-weight:bold;
	padding: 0 10px 7px 0 !important;
	margin:0 !important;	
	}
.video-right .idTabs {
	border-top:1px solid #FFF;
	list-style:none;
	margin:5px 0px 0px 0px;
	padding:0px;
	}
.video-right .idTabs li {
	margin:0px;
	border-bottom:1px solid #FFF;
	background:#DDD;
	line-height:15px;
	}
.video-right .idTabs li a {
	color:#000;
	font-weight:bold;
	font-family:Arial, Tahoma;
	text-decoration:none;
	display:block;	
	padding:10px 10px;
	}
.video-right .idTabs li a:hover {
	background:#C0C0C0 url(images/ico-watch.gif) left center no-repeat !important;
	}
.video-right .selected {
	background:#C0C0C0 url(images/ico-watch.gif) left center no-repeat !important;
	}

/*========= BLOG POST STYLING =========*/

/*=== Small Box Post ===*/
.post{
	margin: 0;
}
.post h2{
	font-size: 1em;
	padding: 0 0 5px;
}
.post h3{
	font-size: 1.3em;
}
.post h3 a{
	color: #000000;
}
.post p{
	padding: 0 0 15px;
}
.post p.posted{
	color: #c0c0c0;
}
/*- Box -*/
.box{
	border-top: 3px solid #c0c0c0;
	clear: both;
	height: 1%;
	margin: 0 0 20px;
	padding: 15px 0 20px;
}
.box .post{
	width: 260px;
}
.box .post h2{
	font-size: 1.15em;
}
.box .post h3{
	font-size: 1em;
}
.box .post p.posted{
	font-size: 1em;
}
/*=== Traditional Blog Post ===*/
.post-alt{
	margin: 0 0 15px 0;
	padding-bottom:15px;
	background: url(images/hl-dot.gif) repeat-x bottom;
}
.post-alt h2{
	font-size: 1.1em;
	padding: 0 0 5px;
}
.post-alt h3{
	font-size: 1.4em;
}
.post-alt h3 a{
	color: #CB2E35;
}
.post-alt p{
	padding: 0 0 15px;
}
.post-alt p.posted{
	color: #c0c0c0;
}
/*=== Buttons ===*/
.continue{
	padding: 0 13px 0 0;
	font-weight:bold;
}
.comments {
	padding-bottom:0px !important;
}
.comments a{
	background: url(images/ico-comm.gif) no-repeat right;
	color: #000000;
	padding: 0 20px 0 0;
	font-weight:bold;
}
a.more{
	background: url(images/ico-arrow2.gif) no-repeat left;
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 0 20px;
}
/*=== Traditional Blog Post ===*/
.navigation {
}
.navigation a {
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:right;
}
.alignright{
	display:inline;
	float:left;
}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	background:#EEE;
	padding:10px;
	width:530px;
	margin-bottom:25px;
}
#archivebox h2 {
	font-size:1.5em;
	color:#000;
}
#archivebox h2 em{
	color:#C0C0C0 !important;
	font-style:normal;
}
.archivefeed {
	margin-top:5px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center right no-repeat;
	padding-right:20px;
	color:#000;
	font-weight:bold;
}
.arclist{
	border-top: 3px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 10px 0 10px;
	width: 260px;
}
.arclist h2{
	color: #000;
	font-size: 18px;
	padding: 0 0 10px 0 !important;
}

.arclist ul li{
	padding:0 10px 7px 0;
	color:#c0c0c0;
	font-size:14px;
	font-weight:bold;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#C0C0C0;
}
.entry p{
	font-size: 14px;
}
.entry p{
	text-align:right;
	line-height:20px;
}
.entry blockquote { 
	padding: 3px 15px;
	background: #def3ff;
	border: 1px solid #0253b8;
	margin: 5px auto 15px auto;
	color:#000;
	width:85%;
}
.entry blockquote p {
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
}
.entry img { 
	padding: 2px 2px 2px 2px;
	border: solid 1px #C0C0C0; 
}
.entry ul, .entry ol {
	margin-bottom:15px;
	line-height:20px;
}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
}
.entry ul li ul li {
	list-style:disc inside !important;
}
.entry ol li {
	list-style:decimal inside !important;
	padding:3px 0px;
}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
}


/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.4em;
	padding: 0 0 5px;
	font-weight:bold !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#DDD;
	border:1px solid #C0C0C0;	
}

/*========= SIDEBAR =========*/
/*=== DropDown Lists ===*/
.catlist{
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 0 0 10px;
	width: 160px;
}
.catlist h2{
	color: #ff7800;
	font-size: 14px;
	padding: 0 20px 0 0 !important;
	background:url(images/ico-catlist.gif) center left no-repeat;
}
.list-alt {
	padding-top:10px;
	}
.list-alt li{
	margin: 0 0 7px;
}
.list-alt li a{
	color: #000000;
}
/*=== Styling Widget Lists ===*/
.widget h2 {
	text-transform:uppercase;
	}
.widget ul {
	background: url(images/hl-dot.gif) repeat-x bottom;
	margin: 0 0 15px;
	padding: 10px 0 7px;
}
.widget div {
	margin: 0 0 15px;
	padding: 10px 0 7px;
}
.widget ul li{
	margin: 0 0 7px;
}
.widget ul li a{
	color: #000000;
}

/*========= FOOTER =========*/

#footer{
	background: #000000;
	clear: both;
	color: #b3b3b3;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
}
#footer a{
	color: #b3b3b3;
	padding: 0 13px;
}
#footer img {
	vertical-align:middle;
}

/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	background: url(images/hl-dot.gif) repeat-x bottom;
}
.hl-full{
	background: url(images/hl-dot-full.gif) repeat-x bottom;
	float:right;
	clear:both;
	height:2px;
	width:100%;
	margin:20px 0 25px !important;
	margin:10px 0 15px;	
	padding:0 !important;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}
.hl3{
	border-top: 3px solid #c0c0c0;
	padding: 10px 0 0;
}
.blog{
	width:100% !important;
	float:right;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: right;
}
.fr{
	float: left;
}
.ac{
	text-align: center;
}
.ar{
	text-align: left;
}
.th{
	border: 1px solid #c0c0c0;
	float: right;
	margin: 0 0 0 10px;
	padding: 3px;
}
.gravatar {
	float:right;
	border: 1px solid #000;
	margin-right: 10px;
}

.kbrsswidget {
	direction: rtl;
	text-align: right;
}

/*============ BOOK ==============*/

.book {
	width: 200px;
	min-height: 200px;
}

.bookform {
	width: 200px;
	float: left;
}

/*========= CATEGORY DESCRIPTION =========*/
.cat-desc {
	padding:10px;
	margin: 0 0 15px 0;
	font-size: 1.2em;
	font-weight: bold;
	background: #eeeeee;
}




div#mysod {
	position: absolute;
	left: 50%;
	z-index: -999;
}
#banner {
	margin: 0 46px 20px 0;
}
