/*  
Theme Name: Arthemia Premium
Theme URI: http://colorlabsproject.com/
Description: Designed by <a href="http://michaelhutagalung.com">Michael Jubel Hutagalung</a> of <a href="http://colorlabsproject.com">Colorlabs Project</a>.
Version: 1.0
Author: Michael Jubel Hutagalung
Author URI: http://colorlabsproject.com/
Tags: thumbnails, newspaper, magazine, widgets, admin panel
*/

/*Copyright 2008, Michael Jubel Hutagalung
View detailed license info in license.txt file 


/* 
TABLE OF CONTENTS 

  HTML Elements
  Structure
  Navigation Bar
  Text
  Index Page
  Content Page
  Sidebar
  Form Elements  
  Comments
  Footer
  Clear

/* CSS Reset */
html, body, div, span, applet, object, iframe,
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%;
	font-family: inherit; vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body {line-height: 1;	color: black; background: white; direction:rtl; }
ol, ul { list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: right; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" "";}

/* HTML Elements */
<if condition="is_browser('ie', '8')"><meta http-equiv="X-UA-Compatible" content="IE=7" /></if>

* {
	margin:0;
	padding:0;
	}
	
/* Text*/


h1 {
	font:3.5em Arial;
	font-weight:bold;

	}

h2 {
	font:2.0em Arial;
	font-weight:bold;
	}

h3 {
	font:1.3em Arial;
	margin-bottom:3px;
	color:#303030;
	font-weight:bold;
	}

h4 {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #D6041D;
	}
	

body {
	font: 100% Tahoma, Arial, Helvetica;
	background: #8F8E8E;
	color: #000;
	direction:rtl;
	text-align:right;

	font-size: 12px;

	margin: 0px auto;
	padding: 0px;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #585858;
	text-decoration:none
	}

a:hover, a:active {
	color: #000;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	font-weight: bold;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #ececec;
	font: 11px Tahoma;
	line-height:1.5em;
	margin:10px 0px;
	font-weight: bold;
	}

select {
	width: 130px;
	}	

strong {
    font-weight:bold;
}

em {
    font-style:italic;
}

/* Structure */
	
	
	
#wrap {
	background: #8F8E8E url(images/bg.gif) center repeat-y;
	width: 990px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	}

#head {
	background: #353535 url(images/header1.jpg) no-repeat;
	width:960px;
	height: 125px;
	margin:0px auto;
	margin-top:0px;
	font-size:0.7em;

	padding: 20px 0px 0px 0px;
	overflow: hidden;	

/*	border-left:5px solid #fff;
	border-right:5px solid #fff;*/
	}

#page {
	width:960px;
	margin:0px auto;

	font-size:12px;
	}

#inner {
    margin:0;
    padding:0;
    background:url(images/left_stripe.gif) right repeat-y;
}

.left {
	float: right;
	}

.right {
	float: left;
	}




/************************************************
*	Navbar      								*
************************************************/
#navbar2 {
	background: #222222;
	width: 958px;
	height: 29px;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #D2D0D0;
	overflow: hidden;
	}
	
#navbar2 a, #navbar2 a:visited{
	color: #000000;
	text-decoration: normal;
	}

#navbar2 a:hover {
    text-decoration: normal;
	}

#navbar {
	background: #222222;
	width: 960px;
	height: 29px;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #fffff;
	border-bottom: 1px solid #333333;
	overflow: hidden;
	}
	
#navbar a, #navbar a:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 0px 0px 3px;
	}
	
#navbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	padding: 0px 0px 0px 3px;
	}
	
#navbar p {
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	}
	
#navbarsec1 {
 width: 265px;
 direction:ltr;
 float: left;

 margin: 0px;
 margin-left: 5px;
 padding: 0px 0px 0px 0px;
 }
 

#navbarsec2 {
float:right;
margin:0px;
padding:0px;
width:620px;
 }
	
#navbarright a img {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}


#nav {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px;
padding:0px;
font-family: Tahoma;
text-align:right;
}
#nav ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px;
padding:0px;
}
#nav a, #nav a:visited {
background:#222222 none repeat scroll 0%;
border-left:1px solid #000000;
color:#FFFFFF;
display:block;
font-weight: normal;
margin:0px;
padding:7px 17px;
}
#nav a:hover {
background:#333333 none repeat scroll 0%;
color:#FFFFFF;
margin:0px;
padding:7px 17px;
text-decoration:none;
}
#nav li {
float:right;
margin:0px;
padding:0px;
}
#nav li li {
float:left;
margin:0px;
padding:0px;
width:150px;
}
#nav li li a, #nav li li a:link, #nav li li a:visited {
background:#333333 none repeat scroll 0%;
border-left:1px solid #000000;
border-right:1px solid #000000;
border-top:1px solid #000000;
float:none;
margin:0px;
padding:7px 10px 7px 30px;
width:160px;
}
#nav li li a:hover, #nav li li a:active {
background:#666666 none repeat scroll 0%;
padding:7px 10px 7px 30px;
}
#nav li ul {
left:-999em;
position:absolute;
width:10em;
}
#nav li:hover ul {
display:block;
left:auto;
}
#nav li:hover ul, #nav li.sfhover ul {
left:auto;
}

/* Dropdown Menus */		
#page-bar li {
	float: right;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 132px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	width: 122px;
	float: none;
	margin: 0px;
	padding: 4px 10px 4px 10px;
	background: #5b5b5b url(images/dots_nav.gif) repeat-x top;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #909090;
	padding: 4px 10px 4px 10px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: 0em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}



/* Text*/

h1 {
	font:28px Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:25px Arial;
	font-weight:bold;
	}

h3 {
	font:16px Arial;
	margin-bottom:3px;
	color: #303030;
	font-weight:bold;
	}



h3.cat_title, h3.cat_title a {
	color:#ECECEB;
	font-family: arial;
	font-size: 16px;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	font-size: 25px;
	font-weight: bold;
	border-bottom:3px solid #333333;
	font-family: simplified arabic;
	}

h3#comments {
	margin-top:32px;
	padding-right:0px;
	margin-bottom:15px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:165px;
	height:90px;
	background:#fff;
	}

#tagline {
	margin-top:10px;
	color:#1d3566;
	font-weight:bold;
	}

#top {
	margin:0 auto;
	padding: 0px 0px 0px 10px;
	background: #fff;
	width:950px;
	
	}

#headline {
	width:580px;
	height:180px;
	float: right;
	padding: 10px 25px 25px 12px;
   font-size:12px;
	line-height:1.5em;
	margin:0;
	background:#333333;
	color:#fff;
	overflow:hidden;
	}
#main_notice {
	width:597px;
	height:20px;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	padding: 5px 10px; 	
	line-height:1.5em;
	margin:0;
	background:#59769F;
	color:#fff;
	overflow:hidden;
	border-top:1px solid #dedede;
	}
#headline a {
	color: #fff;
	}

#headline a:hover {
	color: #fff;
	}

#top h2, #quote h2 {
	font-family: arial;
	font-size: 18px;
	font-weight:bold;
	line-height:0.9em;
	display:block;
	padding: 5px 15px 5px 5px;
	border: 1px solid #F5F5F5;
	background: #fff;
	color: #000;
	width:300px;
	margin:5px 0 5px 0;
	}

#headline div.title {
	font:30px Arial;
	font-weight:bold;
	line-height:1.5em;
	padding-bottom:5px;
	padding-top:5px;
   margin-top:0px;
	}

#headline div.meta {
	display:block;
	padding:4px 0px 4px 0px;
	color:#ececec;
	font-size:9px;
	}

#headline p {
	padding-bottom:25px;
	}

#quote{
	width:325px;
	float:right;
	padding:0;
	margin:-15px 20px 0 0;
}
#featured {
	width:320px;
	float: left;
	padding: 0px 10px 0px 0px;
	font-size:11px;
}

#featured li {
    list-style:none;
    width: 320px;
    height: 60px;
    margin-bottom:0px;
    padding-bottom:0px;
}

#featured .arthemia-carousel {
    overflow:hidden;
    width:320px;
}


#featured .info {
    margin-top:0px;
	padding-top:10px;
	/*float:left;*/
	/*width:203px;*/
	font:15px Arial;
	}

#featured .meta {
	margin-top:5px;
   font-weight:normal;
   font-size:9px;
	font-family: Tahoma;
	}

#featured .title {
	font-weight:bold;
	color: #505050;
	}

#featured .divider {
	margin-right:95px;
	}

#headline a img, #featured a img {
	margin-top:5px;
    }

#featured a {
	color:#000000;
	}

#featured a:hover {
	color:#808080;
	}

#featured a img {
	border:2px solid #fff;
	margin-left:10px;
	filter:alpha(opacity=50);
   -moz-opacity:0.5;
   opacity:0.5;
	}
	
#featured a img:hover {
	border:2px solid #fff;
	margin-left:10px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
   opacity:1;
	}	

#headline a img {
	border:3px solid #fff;
	margin-left:15px;
	}

#single_head {
	width:195px;
	float: right;
	padding: 15px 25px 20px 12px;
	margin:0;
	background:#333333;
	color:#fff;
	}

#single_head a img {
	border:3px solid #fff;
	}

#single_desc {
	width:675px;
	float: left;
	padding:0px 10px 5px 10px;
   font:15px Arial;
	font-weight:bold;
	line-height:1.5em;
	color: #696969;
	}

#single_desc div.title {
	font:30px Arial;
	font-weight:bold;
	line-height:1.0em;
	display:block;
	padding-bottom:5px;
	padding-top: 20px;
	}

#single_desc div.meta {
	display:block;
	padding-bottom:5px;
	font-size:10px;
	font-family: Tahoma;
	font-weight: normal;
	}

#single_desc p {
	margin:0px;
	padding-bottom:10px;
	}

#single_desc a {
	color:#000000;
	}

#single_desc a:hover {
	color:#808080;
	}

#middle {
	padding:10px 10px 0px 10px;
	margin:0;
	background:#fff;
	width:940px;
	}
    
.category {
	width:178px;
	float: right;
	border-top:8px solid #333333;
	margin:0px;
	padding:5px 10px 15px 10px;
	background:#fff;
   cursor:pointer;
	font-size: 18px;
	font-family: arial;
	font-weight: bold;
	}

.category p {
	margin:0;
   font-size:11px;
	font-family: Tahoma;
	font-weight: normal;
	line-height:1.30em;
	}

.category span.cat_title, {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:16px;
	letter-spacing:-0.05em;
	}
	
#front-list .cat_title {
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	}	
	
	#front-popular h3  {
	margin:0;
   color:#363632;
	}
	
	#gallery h3 {
	margin-right:10px;
	margin-left:14px;
	font-weight:bold;
	font-size: 16px;
	font-family: arial;
	background: #303030;
	padding: 4px;
	text-indent: 6px;
	margin-bottom:16px;
	}	

#front-list .cat_title {
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
   margin-bottom:5px;
	}


.more-link {
	display:block;
	margin: 15px 0px;
	font-weight:bold;
	font-size: 15px;
	font-family: arial;
	}
	
.more {
	font-weight:bold;
	font-size: 15px;
	font-family: arial;
	}		

.category a {
	color:#333333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#bottom {
	width: 990px;
	margin:0 auto;
	}

#bottom-left {
	float: right;
	}

#bottom-left .meta, #content.archive .meta {
	font-size:10px;
	font-weight: normal;
	}

#front-list {
	width:570px;
	padding:10px;
	background:#fff;
	font:15px Arial;
	font-weight:bold;
	line-height:1.75em;
	margin-bottom:10px;
	border-top:1px solid #ececec;
    }

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title {
	font:22px Arial;
	font-weight:bold;
   line-height:1.0em;
	}

#front-list .divider {
	margin-right:216px;
	margin-top:0px;
	margin-bottom:0px;
	}

.author {
	font-size:11px;
	font-weight:bold;
	}

.meta {
	color:#333333;
	font-family: Tahoma;
	font-weight: normal;
	}
	
.meta2 {
    margin-top: 5px;
    background: #F6F6F6;
	color:#333333;
	font-family: tahoma;
	font-size: 11px;
	border:1px solid #EBEBEB;
	font-weight: normal;
	}
	
.meta3 {
    margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
    background: #FFFFDF;
	color:#333333;
	font-family: tahoma;
	font-size: 11px;
	border:1px solid #D6D6D6;
	font-weight: normal;
	}	
	
.meta4{
    margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
    background: #FFFFDF;
	color:#333333;
	font-family: tahoma;
	font-size: 11px;
	border:1px solid #D6D6D6;
	text-align: right;
	clear: right;
	font-weight: normal;
	}
	
.meta5 {

    margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 16px;
	padding-right: 5px;
	color:#A0A0A0;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	}	
	
.meta6 {
    margin-top: 20px;
	margin-bottom: 7px;
	padding-right: 5px;
    background: #FFFFDF;
	color:#333333;
	font-family: tahoma;
	font-size: 11px;
	border:1px solid #D6D6D6;
	font-weight: normal;
	}		
	

#headline p, #featured p {
	margin:0;
	}


#paged-list {
	width:570px;
	padding: 0px 10px;
	background:#fff;
	font-size:12px;
	line-height:1.75em;
	border-top:1px solid #ececec;
	}

#paged-list .clearfloat {
	background:url(images/dots_content.gif) repeat-x bottom;
    padding-bottom:1px;
	}

.onecolumn {
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
	}

.onecolumn img {
	float: right;
	margin: 8px 0px 7px 10px;
	border: 2px solid #DEDEDE;
	padding:3px;
	filter:alpha(opacity=50);
  -moz-opacity:0.5;
   opacity:0.5;
	}
	
	.onecolumn img:hover {
    border: 2px solid #DADADA;
	 padding:3px;
	 filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
   }

.tanbox {
	width:275px;
	line-height:1.5em;
	padding: 10px 0px;
	margin:0;
	}

.archive .tanbox {
	width:570px;
	background:url(images/dots_content.gif) repeat-x bottom;
    padding-bottom:1px;
	}

.tanbox img {
	float: right;
	margin: 8px 0px 7px 10px;
	border: 2px solid #DEDEDE;
	padding:3px;
	filter:alpha(opacity=50);
  -moz-opacity:0.5;
   opacity:0.5;
	}
	
	 .tanbox img:hover {
    border: 2px solid #DADADA;
	 padding:3px;
	 filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
   }

.tanbox span.title a, .onecolumn span.title a {
	font:18px Arial;
	font-weight:bold;
	}

.tanbox p, .onecolumn p {
	margin: 5px 0px;
	}	

#navigation {
	padding:15px 10px;
	background:#fff;
	font-size:11px;
	text-align:center;
	width:550px;
	}


/* Content Page*/

#content {
	width:591px;
	background:#fff;
	padding:20px;
	margin:0;
	font-size:12px;
	line-height:1.75em;
	float: right;
	border-left:1px solid Silver;
	}

.post {
	line-height:1.70em;
	font-size:15px;
	font-family: arial;
	font-weight: bold;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:1px solid #e2e2e2;
	}

.entry ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

#content h2.title {
	border-bottom:2px solid #e2e2e2;
	border-top:5px solid #e2e2e2;
	margin-bottom:0px;
	padding:5px 0px;
	color: #000;
	font:22px Arial;
	font-weight:bold;
	text-align: center;
	background-color: #FAFAFA;
	}
	
	#content h2.title2 {
	border-bottom: 1px solid #434343;
	border-top: 3px solid #000;
	margin-bottom:0px;
	padding:5px 0px;
	color: #000;
	font:18px Arial;
	font-weight:bold;
	text-align: center;
	background-color: #FFFFDF;
	}

.entry ul li, #front-list ul li {	
	list-style:square;
	margin-right:30px;
	}

.entry ol li, #front-list ol li {	
	list-style:decimal;
	margin-right:30px;
	}

.entry ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-right:20px;
	}

.entry img, .post a img, #front-list img {
	border:1px solid #ccc;
	margin: 0 0 5px 0;
	padding:2px;
	}

.entry a {
	text-decoration:underline;
	}

.post .ads {
	margin-top:10px;
	}

#stats {
	margin-bottom:15px;
	padding: 8px 0px;
	font:15px Arial;
	display:block;
	border-bottom:1px solid #e2e2e2;
	font-weight:bold;
	}

span#map {
	font:15px Arial;
	font-weight:bold
	}

img.centered, a img.centered, img.aligncenter, a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright, a img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft, a img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}


#bio {
    padding:10px;
    background:#efefef;
    margin: 20px 0px;
}
#bio p {
    margin:0;
    padding:0;
}

#bio .avatar {
	border:1px solid #ccc;
	margin: 0px 0 5px 10px;
	float: right;
	padding:2px;
	width:80px;
	height:80px;
	}	

/* Sidebar*/
#sidebar {
	width:305px;
	float: right;
	margin:10px 10px 0px 0px;
	overflow:hidden;
    font-size: 11px;
	line-height: 1.3em;
}

.spoiler { 	
	padding:0px 12px 12px 12px;
	background:#fff;
	border-top:1px solid #ececec;
	margin-bottom:12px; 	
	overflow:hidden;
}

.spoiler img {
	border: 2px solid #DEDEDE;
	padding:3px;
	filter:alpha(opacity=50);
   -moz-opacity:0.5;
   opacity:0.5;
	margin-left:10px;
	margin-bottom:0px;
	}
	
.spoiler img:hover {
   border: 2px solid #DADADA;
	padding:3px;
	filter:alpha(opacity=100);
   -moz-opacity:1;
   opacity:1;
	}


.spoiler h3 {
	font:1.1em Arial, Helvetica, Verdana, Sans-Serif; 	
	font-weight:bold; 	
	color:#000; 	
	margin: 5px 0px 8px 0px; 	
	padding:3px 10px;
	border-bottom:1px solid #ececec;	
}

.spoiler h3 a {
	font-family: arial;	
	color: #fff;
	font-weight:bold;
	font-size: 16px;
	text-decoration:none;
	}

.spoiler p {
	margin:0;
	color:#6d6d6d;
	}

.spoiler h4 {
	font-family: arial;	
	font-weight:bold;
	font-size: 15px;
	margin-bottom:5px;
	margin-right: 3px;
	margin-top: 5px;
	}

.spoiler h4 a {
	color: #000;
	}

#sidebar h3 {
	font-family: arial;
	font-size: 15px;
	font-weight:bold;
	background:#303030;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#sidebar-top, #sidebar-bottom {
	width:280px;
	float:right;
	padding:0px 10px 2px 10px;
	background:#fff;
	border-top:1px solid #ececec;
   position: relative;
	word-spacing: -0.5px;
	text-align: justify;
	line-height: 17px;
	}

#sidebar-bottom, #sidebar-middle, #sidebar-bottom6  {
	margin-top:10px;
	}
	
#sidebar-bottom2 {
	width:300px;
	float:right;
	padding:0px 10px 2px 10px;
	background:#fff;
	border-top:1px solid #ececec;
   position: relative;
	word-spacing: -0.5px;
	text-align: justify;
	line-height: 17px;
	height: 535px;
	}

#sidebar-bottom2 {
	margin-top:10px;
	}	

#sidebar-middle {
	width:320px;
	float: left;
	}

#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float: right;
	background:#fff;
	border-top:1px solid #ececec;
	}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float: left;
	background:#fff;
	border-top:1px solid #ececec;
	}


#sidebar li {
	list-style:none;
	border-bottom: 1px solid #bbbbbb;
	display:block;
	padding: 2px 13px 2px 35px;
	background: url(images/sub.png) no-repeat right;
	}

#sidebar li ul li {
	border-bottom:0px;
	}

#sidebar-ads {
	width:300px;
	float: right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}

#sidebar h3 img { margin-top:1px; }

/* Form Elements */

select {
	border:1px solid #333333;
	width:100%
	}
	
.submitbutton {
	padding: 2px 5px;
	border:1px solid #aaa;
	background:#fff;
	font-size:11px;
	color:#aaa;
	cursor: pointer;
	}

.submitbutton:hover {
    background:#303030;
    color:#fff;
    }
    
.field {
	padding: 1px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	background:#fff;
	font-size:11px;
	font-weight: normal;
	}

/************************************************
*	Search Form									*
************************************************/


#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	direction:ltr;
	}
	
#s {
	background: #FFFFFF;
	width: 200px;
	color: #000000;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	padding: 2px;
	margin: 0px;
	margin-top: 4px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	display: inline;
	}
#sbutt {
	background: #376B9D url(images/navbar.gif);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	margin: 0px 0px 0px 5px;
	border: 1px solid #234B69;
	font-weight: bold;
	}
	
	#searchform2 {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}



#s2 {
	background: #FFFFFF;
	width: 200px;
	color: #000000;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	padding: 3px;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	display: inline;
	}

	
#sbutt2 {
	background: #376B9D url(images/navbar.gif);
	color: #FFFFFF;
	font-size: 9px;
	font-family: Tahoma, Arial, Verdana;
	padding: 2px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #234B69;
	font-weight: bold;
	}
	
	
#name, #email, #url, #submit, #mcspvalue {
	background: #FFFFFF;
	color: #000000;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
#words {
	background: #FFFFFF;
	width: 550px;
	color: #000000;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	padding: 4px;
	margin: 5px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}



#commentform input {
	width: 180px;
	margin: 5px 0 0px 5px;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	background-color: #F4F7FB;
	height: 190px;
	color: #000;
	font:15px Arial;
	font-weight:bold;
	}



/* Comments*/

#comment { width:590px;	background:#fff; }

div#cancel-comment-reply { font-weight:bold; }

#comments ul.commentlist { margin-top:20px; list-style:none; }

#comments ul.commentlist blockquote { background:#ededed; }
    
#comments .clearfloat { background:none; }

#comments div.navigation { padding:5px 0px 20px 0px; font-weight:bold; }

ul.commentlist li.comment { color:#4d4d4d; padding: 11px 14px 11px 14px; background:#f2f2f2; list-style:none; margin-bottom:10px; font-size:11px; line-height:18px; border-bottom: 1px solid #dcdbd7; }
ul.commentlist li.comment h3#respond { background:#fff; margin-top:15px; }
ul.commentlist li.comment img.avatar { border:1px solid #ccc; margin: 0px 13px 13px 0px; float: left; padding:2px; width:45px; height:45px; }	
ul.commentlist li.comment cite { color:#313228; font-weight:bold; font-size:14px; }
ul.commentlist li.comment div.comment-meta { font-size:10px; margin-top:0px; }
ul.commentlist li.comment div.comment-meta a { color:#4d4d4d; text-decoration:none; }
ul.commentlist li.comment a { text-decoration:underline; }
ul.commentlist li.comment cite a { text-decoration:none; }
ul.commentlist li.comment div.reply { clear:both; display:block; }
ul.commentlist li.comment div.reply a { text-decoration:none; font-weight:bold; }
ul.commentlist li.comment p { margin: 15px; padding:0;  }
ul.commentlist li.comment blockquote { width:380px; }

ul.children li.comment { margin-top:15px; color:#4d4d4d; padding: 12px 12px 12px 12px; background:#fff; border:none; list-style:none; margin-bottom:0px; font-size:11px; }

ul.commentlist li.depth-1, ul.children li.depth-3, ul.children li.depth-5, ul.children li.depth-7, ul.children li.depth-9 { background:#f2f2f2; }
ul.children li.depth-2, ul.children li.depth-4, ul.children li.depth-6, ul.children li.depth-8, ul.children li.depth-10 { background:#fff; }

#respond textarea { width:99%; font-size:13px; }
#respond label { font-weight:bold; }
#respond a {text-decoration:none; }
#respond h3 {margin-top:15px; }

li.comment div#respond h3 { display:none; }

/* Footer*/

#gallery {
	color:#333;
	clear:both;
	width: 940px;
	background:#dedede;
	margin: 0 auto;
	padding: 0px 10px 5px 10px;
	border-top:1px solid Silver;
	border-bottom: 2px solid Silver;
	}

#gallery div#poll,#gallery div#video,#gallery div#interactive{
	float:right;
	width:300px;
	height:250px;
	padding:0 5px;
	margin:0px 0px;
}

#gallery #poll,#gallery #interactive {border-left:1px solid #b0b0b0;}
/*#gallery #video {
    float:right;
    width:300px;
    padding-right:10px;
    border-left:1px solid #b0b0b0;
}*/
#poll li{padding:5px 10px 0 0;}


#gallery h3 {
    display:block;
	padding:5px;
	margin:10px 0 5px 0;
	width:290px;
}
#front-popular {
	font-size:11px;
	color:#fff;
	width: 930px;
	background:#303030;
	margin: 0 auto;
	padding:15px;
	text-align: center;
	}

#recentpost, #mostcommented {
	width:276px;
	float:left;
	padding:0px 20px 0px 0px;
	border-right:1px solid #808080;
	}

#mostcommented {
	margin-left:20px;
	}

#recent_comments {
	width:276px;
	float:right;
	padding:0px;
	direction: rtl;
	position: relative;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost li, #mostcommented li, #recent_comments li {
	list-style:none;
	background:url(images/dots_footer.gif) repeat-x top;
    padding-top:1px;
	}

#recentpost ul li a, #mostcommented ul li a, #recent_comments ul li a {
	padding:5px;
	display:block;
	text-decoration:none;
	}

#recentpost ul li a:hover, #mostcommented ul li a:hover, #recent_comments ul li a:hover {
	background:#000000;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	background:none;
	}


#footer {
	margin: 0 auto;
	width: 940px;
	height:25px;
	direction:rtl;
	font-size:10px;
	background:#000000;
	color: #fff;
	padding:5px 10px;
	clear:both;
	}
#footer a{
color:#ccc;
}
#footer a:hover {
	color: #fff;
	}

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	
/* اضافات على القالب جديدة \*/
	
	#pop {
	font:1.4em Arial;
	font-weight:bold;
	border: 1px dashed #C8DEF1;
	color: #5B385B;
	padding: 3px;
	background: #F5FCFD;
	}

	

#pop2 {
	margin-bottom:3px;
	font:1.4em Arial;
	font-weight:bold;
	border: 1px solid #505050;
	color: #1E90FF;
	padding: 3px;
	text-align: center;
	}

	

#pop3 {
	margin-bottom:3px;
	font:1.4em Arial;
	font-weight:bold;
	border: 1px solid #505050;
	color: #9ACD32;
	padding: 3px;
	text-align: center;
	}

	

#pop4 {
	margin-bottom:3px;
	font:1.4em Arial;
	font-weight:bold;
	border: 1px solid #505050;
	color: #EE8300;
	padding: 3px;
	text-align: center;
	}	
	
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #EDEDED;
	text-align: center;
	background-color: #F8F8F8;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	font-family: Tahoma;
	font-weight: normal;
	color: #D2691E;
}
/* End captions */			

#sidebar-mailing-list {
	width:280px;
	float:right;
	margin-bottom:10px;
	padding:0px 10px 10px 10px;
	background:#fff;
	}
#ss {
	color: #000;
	margin-right: 2px;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	}
	
#ss2 {
	color: #000;
	margin-top:13px;
	margin-right: 2px;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	}
	
	#sidebar-search {
	width:280px;
	float:right;
	margin-bottom:10px;
	padding:0px 10px 10px 10px;
	background:#fff;
	}
	
	#sidebar-bottom6 {
	width:300px;
	float:right;
	padding:0px 10px 2px 10px;
	background:#fff;
	border-top:1px solid #ececec;
   position: relative;
	word-spacing: -0.5px;
	text-align: justify;
	line-height: 17px;
	}
	

table{border-spacing:1px;font:11px  Tahoma, Helvetica, sans-serif;background:#E7E7E7;color:#666666; direction:rtl; text-align:right;}
caption{border:#666666;border-bottom:2px solid #666666;text-transform:uppercase;padding:10px;background:url();font:15px 'Verdana', Arial, Helvetica, sans-serif;font-style:italic;font-weight:bold;}
td, th{padding:4px;}
thead th{text-align:center;background:#F5F5F5;color:#666666;border:1px solid #ffffff;text-transform:uppercase;}
tbody th{font-weight:bold;}
tbody tr{background:#EBF8FE;text-align:left;}
tbody tr.odd{background:#ffffff;border-top:1px solid #ffffff;}
tbody th a:link, tbody th a:visited{color:#666666;padding:3px 0px 0px 18px;background:url();background-repeat:no-repeat;}
tbody th a:hover{color:#009900;}
tbody tr td{height:30px;background:#EBF8FE;border:1px solid #ffffff;}
tbody tr.odd td{background:#ffffff;border-top:1px solid #ffffff;}
table td a:link, table td a:visited{color:#666666;text-decoration:none;font-weight: bold;}
table td a:hover{color:#009900;text-decoration:underline;font-weight: bold;}
table a[title^="Download"]{background:url() no-repeat center;padding:20px 0px 0px 15px;}
tbody td a[href=""]{margin:0 auto;height:15px;border-bottom:0;padding:3px 0px 0px 18px;font-weight:bold;color:#FF8601;background:url();background-repeat: no-repeat;}
tfoot th, tfoot td{background:url();padding:10px;text-align:center;font:15px 'Verdana', Arial, Helvetica, sans-serif;font-style:italic;font-weight:bold;border-bottom:3px solid #cccccc;border-top:1px solid #DFDFDF;}