/*  
THEME NAME: Simplr
THEME URI: http://www.plaintxt.org/themes/simplr/
DESCRIPTION: Single-column and content-centered. For WordPress 2.0+ (and Widgets friendly).
VERSION: 1.4.1
AUTHOR: Scott Allan Wallick
AUTHOR URI: http://scottwallick.com/
 */
 /*
"Simplr" (C) 2006 Scott Allan Wallick - http://scottwallick.com/ - and distributed under the terms of the GNU General Public License v2
*/
body {
	background: #000;
	line-height: 125%;
	margin: 0;
	padding: 0;
}
p {
	margin:0;
	padding:0;
	margin-top:5px;
}

/* FONT AND LINE HEIGHT DECLARATIONS */
div#banner-nav, h1#title, p#description, h2.post-title, div.post-entry h1, div.post-entry h2, div.post-entry h3, div.post-entry h4, div.post-entry h5, div.post-entry h6, li#search input#s, input#author, input#email, input#url, textarea#comment {
	line-height: normal;
}

/* BANNER NAV STUFF */
div#banner-nav-center {
	width: 950px;
	margin:0 auto 0 auto;
	padding: 0.6em 10px 2em 10px;
	background: #d0d0d0;
	border-top: 0.4em solid  #9f9f9f;
}
div#banner-nav {
	
	color: #0c141c;
	font-size: 0.8em;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}
div#banner-nav ul, div#banner-nav ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
div#banner-nav ul li img {
	position: relative;
	top: 0.12em;
}
#holder { margin-left: auto; margin-right: auto; width: 965px; text-align: left; }
/* CONTAINER OF ALL, MUCH LIKE NEW YORK */
div#container {
	
	color: #fff;
	margin: 0 auto;
	padding: 1em;
	width: 950px;
}
div#contain {
	margin: 0 auto;
	padding: 1em;
	width: 956px;
}
/* HEADER STUFF */
div#header {
	margin: 2.5em 0 4em 0;
	text-align: center;
}
h1#title, p#description {
	margin: 0;
}
h1#title {
	font-size: 2.7em;
}
p#description {
	font-size: 1.2em;
	color:#999999;
}

/* CONTENT STUFF */
h2.post-title {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0;
	color: #8dc919;
}
div.post-entry p {
	margin: 1em 0;
	line-height: 20px;
}
div.post-entry h1, div.post-entry h2, div.post-entry h3, div.post-entry h4, div.post-entry h5, div.post-entry h6 {
	font-size: 1.1em;
	margin: 1em 0 -0.8em 0;
}
code, pre {
	font: 1em/normal "courier new", courier, monospace;
}
abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted #e15119;
}
div.post-entry blockquote {
	padding: 0.2em 0;
}
div.post-entry blockquote p {
	margin: 0.7em 1em;
}
.more-link {
	font-size: 0.8em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
p.pagination {
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
}
p.post-metadata {
	font-size: 0.9em;
	margin: 0 0 3em 0;
}
div.single-post {
	clear: both;
}

/* FOOTER STUFF */
div#footer {
	
	border-top: 2px solid #F9F7ED;
	clear: both;
	color: #637b93;
	margin: 0 0 1em 0;
	padding: 0.5em 0 0 0;
	text-align: center;
}
div#footer p {
	display: inline;
	font-size: 0.8em;
	margin: 0 0.5em;
}

/* GLOBAL ALIGNMENT AND MISC ELEMENTS */
div.navigation {
	font-size: 0.8em;
	font-weight: bold;
	height: 1.6em;
	margin: -1em 0 2em 0;
	width: 100%;
	text-transform: uppercase;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clearer {
	clear: both;
	height: 30px;
}

/* LINKS FOR ALL */


div#banner-nav ul li a, div#banner-nav ul li a:active, div#banner-nav ul li a:link, div#banner-nav ul li a:visited {
	background: #f9f7ed;
	color: #666;
	padding: 0 0.6em;
	text-decoration: none;
}
div#banner-nav ul li a:hover {
	background: #fff;
	color: #8dc919;
	padding: 0.6em 0.6em 0.8em 0.6em;
}
h1#title a, h1#title a:active, h1#title a:link, h1#title a:visited{
	background: #fff;
	color: #28425e;
	display: block;
	text-decoration: none;
	width: 100%;
}
h1#title a:hover {
	background: #fff;
	color: #549FC9;
}
div.post-entry a, div.post-entry a:active, div.post-entry a:link, div.post-entry a:visited, div#comments a, div#comments a:active, div#comments a:link, div#comments a:visited {
	background: transparent;
	color: #549fc9;
	text-decoration: none;
}
div.post-entry li  {
	line-height: 20px;
}
div.post-entry a:hover, div#comments a:hover  {
	background: transparent;
	color: #8dc919;
	text-decoration: none;
}
p.post-metadata a, p.post-metadata a:active, p.post-metadata a:link, div.navigation a, div.navigation a:active, div.navigation a:link {
	background: #000;
	color: #549fc9;
	text-decoration: none;
}
p.post-metadata a:visited, div.navigation a:visited {
	background: #000;
	color: #549fc9;
}
div.post-header a, div.post-header a:active, div.post-header a:link {
	font-size: 24px;
	background: #fff;
	color: #8dc919;
	text-decoration: none;
}
div.post-header a:hover {
	background: #fff;
	color: #549fc9;
}
p.post-metadata a:hover, div.navigation a:hover {
	background: #000;
	color: #8dc919;
}
div#comments div#col1 ul li ul li a, div#comments div#col1 ul li ul li a:hover, div#comments div#col2 ul li ul li a, div#comments div#col2 ul li ul li a:hover {
	text-decoration: none;
}
div#footer a, div#footer a:active, div#footer a:link, div#footer a:visited {
	background: #000;
	color: #637b93;
	text-decoration: none;
}
div#footer a:hover {
	background: #000;
	color: #8dc919;
	text-decoration: none;
}

/* IMAGE ELEMENTS, INCLUDING LINKS */
div#content img.center, div#content img.alignright, div#content img.alignleft {
	border: 1px solid #637b93;
}
div#content img.center {
	display: block;
	margin: 0.4em auto;
}
div#content img.alignright {
	margin: 0.4em 0 0.4em 1.1em
}
div#content img.alignleft {
	margin: 0.4em 1.1em 0.4em 0;
}
div#content a:hover img.center, div#content a:hover img.alignright, div#content a:hover img.alignleft {
	border: 1px solid #e15119;
}
li a img {
	border: none !important;
}

div.news-entry h1, div.news-entry h2, div.news-entry h3, div.news-entry h4, div.news-entry h5, div.news-entry h6 {
	font-size: 1.6em;
	font-weight: normal;
	color: #8dc919;
}
div.news-entry h2 a, div.news-entry h2 a:active, div.news-entry h2 a:link, div.news-entry h2 a:visited {
	color: #fff;
	font-size:24px;
	font-weight:bold;
}
div.news-entry h2 a:hover {
	color: #006699;
}
div.news-entry a, div.news-entry a:active, div.news-entry a:link, div.news-entry a:visited {
	background: transparent;
	color: #6AA8BF;
	text-decoration: none;
}
div.news-entry ul{
	width: 300px;
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	font-size: 0.85em;
	
}
div.news-entry li  {
	border-top: 1px solid #505050;
	line-height: 16px;
	margin: 0px 0 0px 0;
}
div.news-entry a:hover {
	background: transparent;
	color: #fff;
	text-decoration: none;
}
div.news-entry li:hover{
background-color: #333333;
}

img.youtubeimage{
	border: 1px solid #ccc;
	padding: 9px 9px 9px 9px;
	margin: 3px;
	margin-bottom: 8px;
}

.vidFrame { 
	position: static;
	z-index: 100;
	width: 300px;
	height: 250px;
	border: 1px solid #fefefe;
	font-family: verdana;
	font-size: 9px;
	background-color: #2f2f2f;
}
#blackout {
	display: none;
	position: absolute;
	z-index: 50;
	left: 0px;
	top: 0px;
	
	background-color: #555555;
}


/*wideblock for multimedia dividers */
div.wideblock {
	
	clear:left;
	display:block;
	border-top: 1px solid #505050;	
	padding:0px 0px 0px 15px;
	list-style-type:none;
	width: 100%;
	margin: 0pt auto;
}

div.wideblock ul {
	margin:0;
	padding:7px 0;
	font-size:0.9em;
	line-height:1.2em;	
    display:inline;
}

div.wideblock ul li {
	background:#333333 url("http://www.arabnewsurls.com/images/loading.gif") no-repeat scroll center;
	border:1px solid #686868;
	display:inline;
	float: right;
	margin:0px 12px 9px 0px;
	padding:0px;
	text-align:center;
	width:130px;
	overflow: hidden;
	}
.icl { float: left; width: 20px; height: 14px; font-size: 1px; }     
.icl{ background-image: url('http://www.arabnewsurls.com/images/i-play.gif'); background-position:0px 2px; background-repeat:no-repeat;   } 
.icl:hover{ background-image: url("http://www.arabnewsurls.com/images/i-playh.gif"); background-position: 0px 2px; background-repeat: no-repeat; }

.icc{text-align:left;}

div.wideblock ul li.flickr {
	width:90px; 
}

.actionsep { margin: 0px; padding: 0px 15px 0px 0px; background: url("http://www.arabnewsurls.com/images/ab-sep.gif") 30px 0px no-repeat; }

div.wideblock ul li a {
	display:inline;
/*	margin:10px 0 0 15px; */
}


div.wideblock ul li a img {
	border: none;
	height: 97px;
	width: 130px;
	padding-top: 5px;
}

li.plain a img {
height: 75px ;
	padding: 0px ;
	width: 75px  ;
	padding-top: 0px ;
}
li.flickr a img {
	height: 75px !important;
	padding: 0px !important;
	width: 75px  !important;
	padding-top: 0px !important;

}

 #bar { width: 956px; height: 70px; }
  #topaction { float: left; }
  #switch { clear: both; width: 939px; text-align: right;  padding-left: 5px; }
  h1 { float: right; width: 245px; height: 69px; background: url("http://www.arabnewsurls.com/popimages/logo.gif") no-repeat; } 
  h1 a { display: block; text-indent: -9999px; text-decoration: none; width: 245px; height: 69px; overflow: hidden; } 
  #views { background: #a7a7a7 url("http://www.arabnewsurls.com/images/bg_sub.gif") 0px 104px repeat-x; height:0px; position: absolute; overflow: hidden; width: 260px; z-index: 10; top: 99px; border-right: 1px solid #bababa; border-left: 1px solid #bababa; font-family: Helvetica, Arial, sans-serif; color: #102436; }
  #views a, #views a:visited { color: #102436; } #views a:hover { color: #FFFFFF; } 
  #viewsc { display: none; margin: 10px; overflow: auto; height: 280px; }
  #viewsc { margin: 15px; height: 90px; line-height: 24px; font-size: 14px; }
  #promo { float: right; color:#CC0000; padding-left: 5px; padding-top: 10px; text-align: left; width: 300px; } 
   #swaction { text-align: left; float: right; background: url("http://www.arabnewsurls.com/images/bgact.gif") repeat-x; border-right: 1px solid #bababa; border-bottom: 1px solid #bababa; border-left: 1px solid #bababa; padding: 0px 4px 4px 6px; overflow: hidden; }   
    #swaction img { margin-top: 4px; margin-right: 4px; vertical-align:bottom; } 
  
  
	 body { background: #0E0E0E url("http://www.arabnewsurls.com/images/bgs.gif") repeat-x; }
	 h1,img { margin: 0; padding: 0; border: 0; font-size: 100%; font-family: inherit; vertical-align: baseline; } 
	 a.staticlinkblue, a.staticlinkblue:visited, a.staticlinkblue:hover, a.staticlinkblue:active { color: #6AA8BF; background: none; } 
	 
	 .ttaction-tip { padding: 0px; line-height: 27px; height: 37px; color: #333333; font-size: 11px; text-align: center; font-family: Helvetica, Arial, sans-serif; width: 172px; background: url("http://www.arabnewsurls.com/images/tt-ac.gif") top left no-repeat; border: 0; z-index: 13000; overflow: hidden; }
	
	 
	 
#customheader { font-size: 14px; height: 20px; text-align: left; padding: 30px 0px 25px 15px; ; } 
.feedorderbox { float: left; width: 99px; height: 20px; margin: 0px 0px 10px 10px; padding: 3px 6px 3px 6px; line-height: 20px; font-size: 12px; }
.feedorderbox { background: #333333; border: 1px solid #FFFFFF; color: #FFFFFF; } 
* html #matrixplain{margin-left: -10px;}
.customaction { padding: 8px; background: #333333; color: #6AA8BF; border: 1px solid #FFFFFF; } a.customaction, a.customaction:visited { color: #6AA8BF; } a.customaction:hover { color: #FFFFFF; }
.customaction { font-family: Helvetica, Arial, sans-serif; }


.ttphoto-tip { padding: 6px; color: #333333; font-size: 11px; text-align: left; font-family: Helvetica, Arial, sans-serif; min-width: 120px; background: #e4dd9d url("http://www.arabnewsurls.com/images/bg_nt.gif") top left repeat-x; border: 2px solid #afa06b; z-index: 13000; overflow: visible; } .ttaction-title, .ttsmall-title, .ttphoto-title { display: none; } .ttaction-text, .ttsmall-text, .ttphoto-text { background: none; overflow: hidden; } div.nicetitle { position: absolute; text-align: left; margin: 0; padding: 0; top: 0px; left: 0px; color: #333333; font-size: 11px; font-family: Helvetica, Arial, sans-serif; background: #e4dd9d url("http://www.arabnewsurls.com/images/bg_nt.gif") top left repeat-x; border: 2px solid #afa06b; width: 279px; overflow: hidden; line-height: 120%; }

 .ttphoto-tip img { border: 1px solid #80744d; margin-bottom: 5px; display: block; } 
 
 .ttdes-tip { padding: 6px; color: #333333; font-size: 11px; text-align: right;   max-width:250px; background: #e4dd9d url("http://www.arabnewsurls.com/images/bg_nt.gif") top left repeat-x; border: 2px solid #afa06b; z-index: 13000; overflow: visible; }

.ttdes-title { display: none; }
.ttdes-text { background: none; overflow: hidden; float:right; }
.ttdes-tip img { border: 1px solid #80744d; margin-bottom: 5px; margin-right:5px; display: block; float:left; } 

.tubedes-tip { padding: 6px; color: #333333; font-size: 11px; text-align: left;   max-width:250px; background: #e4dd9d url("http://www.arabnewsurls.com/images/bg_nt.gif") top left repeat-x; border: 2px solid #afa06b; z-index: 13000; overflow: visible; }

.tubedes-title { display: none; }
.tubedes-text { background: none; overflow: hidden;  }
.tubedes-tip img { border: 1px solid #80744d; margin-bottom: 5px; margin-right:5px; display: block; float:left; } 
 
 .notvisited a, .notvisited a:visited { color: #6AA8BF; background: none; }
 .notvisited a:hover { color: #FFFFFF; } .notvisited a:hover { background: none; }
 
 .mediaholder { width: 951px; } 
 * html .mediaholder {width: 963px;}
 #fyoutube h3 {background: url("http://a.popurls.com/get/100097/i/b/sp_hl.gif") 0px -400px no-repeat;}
 #fyoutube { padding: 0px 0px 0px 15px; }
 #fyoutube ul li { overflow: hidden; font-size: 10px; }
 
 .fcvideo li { background: #333333 url("http://a.popurls.com/get/100097/i/b/load.gif") center center no-repeat; }
 .fcvideo { list-style-type: none; }
 .fcvideo li { width: 120px; display: inline; float: left; border: 1px solid #686868; margin: 0px 20px 10px 0px; padding: 6px 7px 3px 7px; height: 108px; overflow: hidden; }
 .fcvideo img { padding-bottom: 3px; }
 .fcvideo li { background: #333333 url("http://a.popurls.com/get/100097/i/b/load.gif") center center no-repeat; }
 
 
  li .plain a:hover { background: none; }
    .plain a { display: block;    overflow: hidden; }

 li .mlbg a:hover, li .mlbgl a:hover, a.ml:hover { background: none; }
 .mlbg, .mlbgl { font-size: 1px; border: none; height: 20px; } 
 .mlbg a, .mlbgl a { display: block; text-indent: -9999px; height: 14px; font-size: 1px; overflow: hidden; }
 .mlbg { background: url("http://www.arabnewsurls.com/popimages/mm.gif") center right no-repeat; } 
 .mlbgl { background: url("http://www.arabnewsurls.com/popimages/lm.gif") center right no-repeat; }
  #preloadmlbgl { height: 1px; background: url("http://www.arabnewsurls.com/popimages/lm.gif") -1000px -1000px no-repeat; }
  a.ml:hover { background: none; }
  * html ul li a.ml {width: 100%;}
  .mc { display: none; visibility: hidden; }
  .mcv { display: block; visibility: visible; }
  
  
 #netholder { margin-left: 138px; padding-right: 17px; width: 177px; border:0px; height: 33px; background: url("http://www.arabnewsurls.com/test/images/sub_logo.gif") top left no-repeat; } 
#netchooser { display: block; width: 177px; height: 33px; }
#netlistpad { display: none; width: 163px; height: 220px; overflow: hidden; position: absolute; z-index: 999; padding: 27px 20px 20px 20px; top: 0px; margin-left: 124px; }
#netlist { font-family: "helvetica neue", arial, helvetica, sans-serif; width: 163px; height:150px; overflow: auto; z-index: 1000; background: #f2f2f2; border: 1px solid #404040; }
#netlist a { display: block; } 

.atnote { color: #FFFFFF; padding: 0px 2px; width: 100px; height: 20px; line-height: 22px; vertical-align: middle; display: block; margin-top: 10px; }
a.atinactive, a.atinactive:visited { color: #f7f7f7; background: #a5a5a5; border-left: 4px solid #969696; }
.at a, .at a:visited, .at a:hover { color: #FFFFFF; text-align:right; background: #838483 url("http://www.arabnewsurls.com/test/images/bg_at-1.gif") top left repeat-x; padding: 0px 8px; height: 24px; line-height: 23px; vertical-align: middle; display: block; border-right: 4px solid #797979; margin-top: 8px; }
.at a:hover { color: #FFFFFF; background: #505050 url("http://www.arabnewsurls.com/test/images/bg_at-2.gif") top left repeat-x; } 
.atn a, .atn a:visited { font-size: 11px; color: #213242; padding-left: 22px; height: 19px; line-height: 18px; vertical-align: middle; display: block; padding-top: 2px; border-bottom: 1px solid #DFDFDF; }
 @media screen and (-webkit-min-device-pixel-ratio:0) { .atn a, .atn a:visited, .atn a:hover { line-height: 18px; } } 
.atn a:hover { color: #16212c; background: #DFDFDF; } 
a.atni, a.atni:visited { padding-left: 9px; } 
a.atninactive, a.atninactive:visited { font-weight: bold; padding-left: 9px; } 
a.atninactive:hover { color: #213242; background: none; cursor: default; }
 #m-clip { font-size: 1em; } 
 #faltview1 { font-size: 1.2em; }
#atview, #atdesign, #attools, #atuser { float: left; display: block; height: 23px; margin-top: 4px; padding-right: 7px; } 
#a-view, #a-design, #a-tools, #a-user { display: none; background: #AFAFAF; height:0px; position: absolute; overflow: hidden; width: 328px; z-index: 10; top: 100px; border-right: 1px solid #dcdcdc; border-left: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc; font-family: "helvetica neue", arial, helvetica, sans-serif; color: #102436; } 
#a-view { width: 220px;  }
 #a-design { width: 210px; margin-left: 75px; } 
 #a-tools { width: 200px; margin-left: 164px; } 
 #a-user { width: 180px; margin-left: 248px; } 
 #clip-c { display: none; margin: 7px; height: 364px; padding: 0px 8px 6px 8px; overflow: scroll; font-family: "helvetica neue", arial, helvetica, sans-serif; font-size: 11px; }
  #m-profile-c, #m-share-c { display: none; margin: 0px; height: 443px; padding: 15px; }
   #m-share-c { height: 310px; } 
   #a-view-c, #a-design-c, #a-tools-c, #a-user-c { overflow: hidden; margin: -4px 6px 6px 6px; line-height: 100%; font-size: 12px; }
    #atview { width: 68px; background: url("http://www.arabnewsurls.com/test/images/all.gif") 0px 0px no-repeat; } #atview:hover { background: url("http://www.arabnewsurls.com/test/images/all.gif") 0px -32px no-repeat; } #atdesign { width: 82px; background: url("http://www.arabnewsurls.com/test/images/all.gif") -78px 0px no-repeat; } #atdesign:hover { background: url("http://www.arabnewsurls.com/test/images/all.gif") -78px -32px no-repeat; } #attools { width: 77px; background: url("http://www.arabnewsurls.com/test/images/all.gif") -170px 0px no-repeat; } #attools:hover { background: url("http://www.arabnewsurls.com/test/images/all.gif") -170px -32px no-repeat; } #atuser { width: 66px; background: url("http://www.arabnewsurls.com/test/images/all.gif") -257px 0px no-repeat; } #atuser:hover { background: url("http://www.arabnewsurls.com/test/images/all.gif") -257px -32px no-repeat; } 
	
	#searchbox { background: url("http://www.arabnewsurls.com/test/images/bg_sep.gif") 0px 50px no-repeat; float: left; margin: 0px 0px 0px 0px; padding: 4px 0px 0px 10px; text-align: left; } #searchform, #searchform input { border: none; margin: 0; padding: 0; } #searchbox div { background: #FFFFFF url("http://www.arabnewsurls.com/test/images/bg_search.gif") 0px 0px no-repeat; float: left; border-right: 1px solid #404040; border-top: 1px solid #404040; border-bottom: 1px solid #404040; padding: 0px; overflow: hidden; height: 21px; } input#searchboxtext { font-family: "verdana helvetica neue", arial, helvetica, sans-serif; background: transparent; border: none; margin: 0; padding: 4px 3px 0px 5px; font-size: 10px; text-align:right; width: 89px; height: 18px; line-height: 18px; color: #1c3853; }  * html input#searchboxtext { line-height: 100%; } #searchboxsubmit { float: left; } #searchother { padding-top: 15px; }  
