﻿/*   
Theme Name: My News
Theme URI: http://demo.wooforge.com/mynews
Description: With MyNews you can easily create your online Magazine or Blog choosing among 10 color schemes and dozens of layout combinations thanks to our layout builder. MyNews is a lightweight theme making use of a very small quantity of images and it’s compatible with all the modern browsers such as IE7+, Firefox, Chrome, Opera, Safari.
Author: Wooforge / Kimb Jones
Author URI: http://www.wooforge.com
Author Email: info@wooforge.com
Version: 1.1
Copyright: wooforge © 2004-2010
*/

/* reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* typo */
@charset "UTF-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, #top-menu-inner ul.menu li a, .widget ul.menu li a, div.most-read ul li a, span.title {
	font-family: Arial, Helvetica, sans-serif;
}


a {
	text-decoration:none;
	outline:none;
}
strong {
	font-weight:bold;
}
em, i {
	font-style:italic;
}
a.button {
	display:block;
	background:#fff;
	padding:1px 10px;
	text-transform:uppercase;
	color:#999;
	-moz-box-shadow:0px 2px 3px #bbb;
	-webkit-box-shadow:0px 2px 3px #bbb;
	box-shadow:0px 2px 3px #bbb;
}
div.style6 a.button {
	color:#333;
}
div.style6 a.button:hover, a.button:hover {
	color:#fff;
}
#settings a.button {
	padding-right:35px;
	background:#fff url(images/gear.png) no-repeat 90% 50%
}
a.button.dark {
	background:#eee;
	text-transform:none;
}
/***********  post typography  ****************/
h1, h2, h3, h4, h5, h6, code {
	margin-bottom:12px;
	line-height:1.2em;
}
p, div.message {
	margin-bottom:12px;
}
h1 {
	font-size:2.4em;
}
h2 {
	font-size:1.9em;
}
h3 {
	font-size:1.4em;
}
h4 {
	font-size:1.3em;
}
h5 {
	font-size:1.4em;
	background:url(images/typo/h5-bg.png) repeat-x bottom left;
	padding:5px 5px 5px 25px;
}
code {
	background:#F9F9F9;
	border:1px dashed #EFEFEF;
	display:block;
	padding:16px 16px 16px 5px;
	margin:5px 0;
	line-height:1.4em;
}
div.message {
	padding:10px;
	background:url(images/message-bg.png) repeat-x bottom;
	border: 1px solid #ECECEC;
	-moz-box-shadow:0px 0px 3px #ccc;
	-webkit-box-shadow:0px 0px 3px #ccc;
	box-shadow:0px 0px 3px #ccc;
}
.attention, .notice, .alert, .download, .confirm, .media, .camera, .audio, .doc, .note, .cart {
	padding:5px 3px 3px 35px;
	background-position:0 50%;
	background-repeat:no-repeat;
}
.alert {
	background-image:url(images/typo/alert.png);
}
.attention {
	background-image:url(images/typo/attention.png);
}
.audio {
	background-image:url(images/typo/audio.png);
}
.camera {
	background-image:url(images/typo/camera.png);
}
.cart {
	background-image:url(images/typo/cart.png);
}
.confirm {
	background-image:url(images/typo/confirm.png);
}
.doc {
	background-image:url(images/typo/doc.png);
}
.download {
	background-image:url(images/typo/download.png);
}
.note {
	background-image:url(images/typo/note.png);
}
.notice {
	background-image:url(images/typo/notice.png);
}
.media {
	background-image:url(images/typo/media.png);
}
div.separator {
	clear:both;
	display:block;
	padding:20px 0;
	height:10px;
	background:url(images/separator-bg.png) repeat-x 0 50%;
	position:relative;
}
div.separator a.top {
	position:absolute;
	right:0;
	top:14px;
	display:block;
	padding:3px 3px 3px 18px;
	background:#fff url(images/top.png) no-repeat 5px 7px;
	color:#999;
}
div.half {
	width:50%;
	float:left;
}
div.third {
	width:33.3%;
	float:left;
}
div.two-third {
	width:66.6%;
	float:left;
}
div.fourth {
	width:25%;
	float:left;
}
ul.bullet-1 li, ul.bullet-2 li, ul.bullet-3 li, ul.bullet-4 li, ul.bullet-5 li, ul.bullet-6 li {
	padding:3px 5px 3px 23px;
	background-position:0 0;
	background-repeat:no-repeat;
}
ul.bullet-1 li {
	background-image:url(images/typo/bullet1.png)
}
ul.bullet-2 li {
	background-image:url(images/typo/bullet2.png)
}
ul.bullet-3 li {
	background-image:url(images/typo/bullet3.png)
}
ul.bullet-4 li {
	background-image:url(images/typo/bullet4.png)
}
ul.bullet-5 li {
	background-image:url(images/typo/bullet5.png)
}
ul.bullet-6 li {
	background-image:url(images/typo/bullet6.png)
}
blockquote {
	background:#f3f3f3 url(images/typo/quote.png) no-repeat 10px 10px;
	padding:10px 10px 10px 45px;
	margin-bottom:10px;
}
.inset-left {
	float:left;
	width:40%;
	margin:5px 10px 5px 0;
	font:italic 1.4em Georgia, "Times New Roman", Times, serif;
	color:#999;
	padding:8px;
	border-right:4px solid;
	background:#f6f6f6;
}
.inset-right {
	float:right;
	width:40%;
	margin:5px 0px 5px 10px;
	font:italic 1.4em Georgia, "Times New Roman", Times, serif;
	color:#999;
	border-left:4px solid;
	padding:8px;
	background:#f6f6f6;
}

/**/
html, body {
	background:#e5e5e5 url(images/page_bg.png) repeat-y 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac */
.clearfix {
	display:block;
}
/* End hide from IE Mac */

.spacer {
	clear:both;
}
.inner {
	padding:10px;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
#top-banner-inner, #top-menu-inner, #wrapper-inner, #pathway-b-inner, #bottom-inner, #footer-inner {
	width: 960px;
	margin:0 auto;
}
#nav, #user-bottom-a #footer {
	margin-bottom:15px;
}
#top-banner {
	background:transparent url(images/dark-shadow.png) repeat-x bottom;
	border-bottom: 1px solid #ccc;
}
#top-banner-inner {
	padding: 10px 0;
}
#top-menu, #pathway-b, #bottom {
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
}
#top-menu-inner {
	height:42px;
}
#top-menu-inner ul.menu {
	float:left;
	width:765px;
	margin-left:15px;
}
.social {
	padding-top:5px;
}
#top-menu-inner ul.menu li {
	float:left;
}
#top-menu-inner ul.menu li a {
	display: block;
	color: #999;
	font-size: 12.4px;
	line-height:38px;
	letter-spacing: 1px;
	margin-right: 25px;
	padding:0 0 4px;
	text-decoration: none;
}
#top-menu-inner ul.menu li a span {
	position:relative;
	top:2px;
}
#top-menu-inner ul.menu li a:hover, #top-menu-inner ul.menu li.current-menu-item a {
	border-bottom:4px solid;
	padding:0;
}
#settings {
	float:right;
	margin:10px 10px 0
}
#wrapper {
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
	clear:both;
}
#header {
	height:128px; /* Fawaz logo banner fix a 110px */
	overflow:hidden;
}
#logo a, #custom-logo {
	display:block;
	float:left;
	height:115px;
	margin-top:10px;
	width:100%; /* Fawaz logo banner fix b 960px */
}
#custom-logo {
	overflow:hidden;
}
#custom-logo a {
	display:block;
	margin:0 272px 0 273px;
	width:415px;
}
#quick-links {
	float:right;
	display:inline;
	margin:16px 0 0 0;
}
#quick-links li {
	display:inline;
	float:left;
	position:relative;
}
#quick-links a {
	margin-right:20px;
}
#nav {
	height:47px;
	-moz-box-shadow:0px 2px 3px #bbb;
	-webkit-box-shadow:0px 2px 3px #bbb;
	box-shadow:0px 2px 3px #bbb;
	background:transparent url(images/dark-shadow.png) repeat-x bottom;
}
#pathway, #pathway-b {
	height:40px;
}
#top-1 {
	background:#fff;
	-moz-box-shadow:0px 2px 3px #bbb;
	-webkit-box-shadow:0px 2px 3px #bbb;
	box-shadow:0px 2px 3px #bbb;
}
.m2 #top-1 {
	float:left;
	width:720px;
}
.breadcrumbs {
	width:700px;
	padding:12px 10px;
	float:left;
	color:#999;
	font-size:0.9em;
}
.breadcrumbs span.breadarrow {
	background:url(images/breadcrumb-bullet.png) no-repeat 3px 50%;
	padding-left:15px;
	margin-left:4px;
	font-weight:bold;
}
#top-2, #search {
	float:right;
	width:230px;
	margin-left:10px;
}
#search input {
	float:left;
	background:url(images/input-bg.png) no-repeat scroll 0 0 transparent;
	border:medium none;
	color:#999;
	height:24px;
	padding:0 4px;
	width:212px;
	margin-top:5px;
}
#white-bg {
	background:#fff;
	-moz-box-shadow:0px 0px 4px #bbb;
	-webkit-box-shadow:0px 0px 4px #bbb;
	box-shadow:0px 0px 4px #bbb;
	border-top:0px solid #fff;
	margin-bottom:15px;
}
#left, #mainbody, #right {
	float:left;
}
#left, #right {
	width:240px;
}
div.m2 #mainbody {
	width:720px;
}
div.m3 #mainbody {
	width:480px;
}
#content {
	padding:10px;
	border-top:1px solid #eee;
}
#content, #inset-a, #inset-b, #inset-c {
	border-right:1px solid #eee;
}
#inset-a, #inset-b, #inset-c {
	width:100%
}
#pathway-b {
	background: transparent url(images/extend-bg.png) repeat-x top left;
}
#footer {
	border-top:1px solid #fff;
}
#footer-inner {
	padding:10px;
}
#logo-small {
	float:left;
}
#credits {
	float:left;
	padding:8px 10px 10px 20px;
	font-size:0.9em;
	color:#666;
	width:622px;
}
#copyright {
	float:right;
}
#logo-small a {
	display:block;
	width:158px;
	height:40px;
}
div.single {
	margin-bottom:8px;
}
/****** widget styles **********/
div.box {
	float:left;
}
div.c5 .box {
	width:192px;
}
div.c4 .box {
	width:240px;
}
div.c3 .box {
	width:320px;
}
div.c2 .box {
	width:480px;
}
#left div.box, #right div.box, div.c1 div.box {
	float:none;
}
#inset-a.c2 div.box, #inset-b.c2 div.box {
	width:50%;
}
div.widget h2 {
	margin:0;
	font:18px Arial, Helvetica, sans-serif;
	padding:9px 8px;
	background:#ebebeb url(images/dark-shadow.png) repeat-x 0px 10px;
	color:#666;
	border-right:1px solid #ccc;
	border-left:1px solid #fff;
	border-bottom:1px solid #ccc;
	text-shadow:1px 1px 1px #fff;
}
div.style1 h2, div.style2 h2, div.style3 h2, div.style4 h2, div.style5 h2, div.style6 h2 {
	border-left:none;
	border-right:none;
}
div.style1 h2, div.style6 h2 {
	background:transparent url(images/dark-shadow.png) repeat-x bottom;
	color:#fff;
	text-shadow:1px 1px 1px #333;
	border-bottom-color:#032757;
}
div.style2 h2 {
	background:transparent url(images/dark-shadow.png) repeat-x bottom;
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
div.style3 h2 {
	background:none;
	padding:9px 3px;
	margin:0 10px;
}
div.style3 .inner {
	border-top:1px solid #fff;
	padding:10px 0 0;
	margin:0 10px 10px;
}
div.style4 h2 {
	background-color:#fff;
	color:#666;
}
div.style5 .inner {
	background-color:#EBEBEB;
}
div.style6 .inner {
	color:#fff;
}
.widget ul li {
	padding:8px 5px 8px 23px;
	background: url(images/typo/bullet1.png) no-repeat 0 6px;
	border-bottom:1px solid #EEE;
	border-top:1px solid #fff;
}
.widget ul li:last-child {
	border-bottom:none;
}
.widget ul li:first-child {
	border-top:none;
}
.widget ul li li {
	padding-left:20px;
}
.widget ul.menu li {
	padding:0;
	border:none;
}
.widget ul.menu li a {
	display:block;
	background:url(images/menu-bg.png) repeat-x top;
	font-size: 14px;
	line-height:40px;
	color:#999;
	padding-left:10px;
}
.widget ul.menu li li a {
	padding-left:20px;
}
.widget ul.menu li a span {
	background: url(images/sidemenu-but.png) no-repeat 12px -39px;
	padding-left:32px;
}
.widget ul.menu li a:hover {
	background: url(images/menu-bg.png) repeat-x bottom;
}
.widget ul.menu li a:hover span {
	background: url(images/sidemenu-but.png) no-repeat 12px -79px;
	padding-left:32px;
}
.widget ul.menu li.current-menu-item a span, .widget ul.menu a:active span {
	background: url(images/sidemenu-but.png) no-repeat 12px 1px;
	color:#fff;
}
#top-banner-inner .widget ul li a, div.style5 ul li a {
	border-bottom-color:#e1e1e1;
}
div.style6 ul.menu a {
	color:#fff;
	border-bottom:1px solid;
	border-top:1px solid;
}
div.most-read ul {
	margin:-5px 0;
}
div.most-read ul li {
	padding:0;
	background-image:none;
}
div.most-read ul li a {
	font-size: 14px;
	display:block;
	padding:10px 10px 10px 35px;
	background:url(images/most-read.png) no-repeat 2px 10px;
	color:#999;
}
div.most-read.style6 ul li a {
	background: url("images/most-read_light.png") no-repeat scroll 2px 10px transparent;
}
div.style6 ul li a, div.style6 a {
	color:#fff;
}
div.style6 ul li {
	border-top:none;
	border-bottom-color:#ccc;
}
div.news-block ul {
	margin-top:-10px;
}
div.news-block ul li {
	background:none;
	border-bottom: 1px dotted #ccc;
	padding:10px 0 10px 5px;
}
div.news-block ul li:first-child {
	padding-left:0;
}
div.news-block ul li:last-child {
	border-bottom:none;
}
div.news-block div.inner {
	padding-bottom:0;
}
span.date, span.title a {
	/*color:#999;*/
	color:#3d6c26;
}
span.title {
	font-size:15px;
	margin-left:3px;
}
.extend {
	background:url(images/extend-bg.png) repeat-x top;
	margin:0 -10px;
	padding:8px 5px 5px;
}
div.style6 .extend {
	background:url("images/extend-bg.png") repeat-x center top
}
div.style6 .extend a.button {
	-moz-box-shadow:0px 0px 4px #333;
	-webkit-box-shadow:0px 0px 4px #333;
	box-shadow:0px 0px 4px #333;
}
a.rss {
	display:block;
	width:18px;
	height:18px;
	background:url(images/rss-icon.png) no-repeat;
	margin:0 10px;
}
#rss-3 h2 a{
	display:inline-block;
	margin-right:1px;
	background:url(images/rss-arabnews.png) no-repeat top left;
	width:174px;
	height:44px;
	text-indent:-9999px;
	zoom: 1;
    *display: inline;
	}

#rss-3 h2 a:first-child{
	background:none;
	width:auto;
height:auto;
text-indent:0px;
	}
	
#rss-4 h2 a{
	display:inline-block;
	margin-right:1px;
	background:url(images/rss-majalla-en.png) no-repeat top left;
	width:220px;
	height:44px;
	text-indent:-9999px;
	zoom: 1;
    *display: inline;
	}

#rss-4 h2 a:first-child{
	background:none;
	width:auto;
height:auto;
text-indent:0px;
	}
	

#rss-2 h2 a{
	display:inline-block;
	margin-right:1px;
	background: url(images/rss-sharqawsat-en.png) no-repeat top left;
	width:220px;
	height:44px;
	text-indent:-9999px;
	zoom: 1;
    *display: inline;
	}

#rss-2 h2 a:first-child{
	background:none;
	width:auto;
height:auto;
text-indent:0px;
	}


/******* images, thumbnails, captions and post elements *****/

.postarea {
	padding:8px;
	margin-bottom:10px;
}
.post-tnail {
	padding:3px;
	background:#e2e2e2;
	float:left;
	margin:0 10px 2px 0;
	position:relative;
	-moz-box-shadow:0px 0px 4px #bbb;
	-webkit-box-shadow:0px 0px 4px #bbb;
	box-shadow:0px 0px 4px #bbb;
}
.post_preview {
	position:relative;
	height:140px;
}
#user-top .post_preview {
	height:226px;
}
.post-excerpt {
	margin-bottom: 10px;
	font-style: italic;
	color: #777;
}
a.widgetlink {
	display:block;
	background:url(images/read_more.png) no-repeat top left;
	height:19px;
	text-indent:-9999px; 
	position:absolute;
	width:80px;
	bottom:0;
	right:0;
}


a.widgetlink:hover {
	background-position:bottom left;
}

p.slideshow {
	text-align:right;
	margin-bottom:2px;}

.postarea img.alignleft, .postarea img.alignright .postarea img.aligncenter .postarea img.alignnone {
	padding:5px;
	background:#eee;
}
.alignleft, .postarea img.alignleft, .postarea div.alignleft {
	display:inline;
	float:left;
	margin:0px 10px 5px 0;
}
.alignright, .postarea img.alignright, .postarea div.alignright {
	display:inline;
	float:right;
	margin:0px 0 5px 10px;
}
.postarea .wp-caption {
	background:#eee;
	margin-bottom:10px;
	text-align:center;
	font-style:italic;
	font-size:0.9em;
}
.postarea .wp-caption img {
	border:none;
	padding: 5px;
}
a.more-link {
	float:right;
}
div.tags, div#share_buttons, div#related_posts {
	background:url("images/extend-bg.png") repeat-x scroll center top transparent;
	border-top:1px solid #e5e5e5;
	margin-top:5px;
	padding:13px 5px 10px 10px;
	border:1px solid #fff;
}
#share_buttons img {
	position: relative;
	top: -2px;
	vertical-align: middle;
}
/**** recent news home  *****/

#recent-news {
	margin-right:-15px;
}
.recent-news {
	float:left;
	width:342px;
	margin:0 15px 15px 0;
 *margin-right:10px;
}
.recent-news-heading {
	padding:3px;
	width:336px;
	height:181px;
	position:relative;
	-moz-box-shadow:0px 0px 4px #bbb;
	-webkit-box-shadow:0px 0px 4px #bbb;
	box-shadow:0px 0px 4px #bbb;
	background:#eee;
}
.recent-news .heading {
	position:absolute;
	bottom:3px;
	left:3px;
	width:316px;
	padding:10px;
}
.recent-news .heading h3 a, .recent-news .heading span, .recent-news .categories {
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
.recent-news .meta, .post-heading {
	padding:7px 8px;
	color:#fff;
	position:relative;
	background:#eee url(images/extend-bg-clear.png) repeat-x center 0;
	border-right:1px solid #fff;
}
.recent-news .meta .avatar-tnail, .post-heading .avatar-tnail {
	margin-right:8px;
	float:left;
	width:36px;
	height:36px;
	padding:2px;
	background:#fff;
}
.recent-news .meta .author, .recent-news .meta .date, .post-heading .author, .post-heading .date {
	margin-top:4px;
}
.recent-news .meta .speech, .post-heading .speech {
	position:absolute;
	right:10px;
	top:0px;
}
.recent-news .meta .speech a, .post-heading .speech a {
	font-size:18px;
	display:block;
	width:41px;
	height:32px;
	background:url(images/bubble.png) no-repeat;
	text-align:center;
	padding-top:5px;
	color:#fff;
}
.post-heading {
	margin-bottom:10px;
}
.recent-news .categories {
	margin-top:5px;
	color:#fff;
	padding:3px
}
.recent-news .categories a {
	background:#fff;
	padding:2px;
	text-shadow:none;
}
/********** featured area *************/

#featured {
	padding:10px;
}
.featured-article {
	float:left;
	padding:3px;
	-moz-box-shadow:0px 0px 4px #bbb;
	-webkit-box-shadow:0px 0px 4px #bbb;
	box-shadow:0px 0px 4px #bbb;
	width:544px;
	height:288px;
	position:relative;
	overflow:hidden;
}
.featured-article .heading {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 3px 15px 0px;
	width: 514px;
}
.featured-article a, .featured-article h2, .featured-article .heading span {
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
.featured-article .meta {
	margin-top:10px;
	padding:7px 0px;
	color:#fff;
	position:relative;
}
.featured-article .meta .avatar-tnail {
	margin-right:8px;
	float:left;
	width:36px;
	height:36px;
	padding:2px;
	background:#fff;
}
.featured-article .meta .author, .featured-article .meta .date {
	margin-top:4px;
}
.featured-article .meta .speech {
	position:absolute;
	right:8px;
	top:10px;
}
.featured-article .meta .speech a {
	font-size:18px;
	display:block;
	width:41px;
	height:32px;
	background:url(images/bubble-light.png) no-repeat;
	text-align:center;
	padding-top:5px;
	color:#999;
}
#featured-nav {
	float:right;
}
#featured-nav .featured-nav-item {
	padding:8px;
	width:122px;
	height:42px;
	margin-bottom:10px;
	cursor:pointer;
	position:relative;
}
.featured-nav-item em, #related_posts li em {
	background:url(images/tooltip.png) no-repeat bottom left;
	padding:6px 4px 18px;
	width: 130px;
	position: absolute;
	bottom: 60px;
	left: 0px;
	text-align: center;
	z-index: 999;
	display: none;
	color:#fff;
}
#featured-nav .featured-nav-item span {
	display:none;
}
#featured-nav .featured-nav-item:hover {
	background:#ccc;
}
#featured-nav .featured-nav-item img {
	border:2px solid #fff;
	-moz-box-shadow:0px 0px 4px #bbb;
	-webkit-box-shadow:0px 0px 4px #bbb;
	box-shadow:0px 0px 4px #bbb;
}
.jcarousel-container {
	position:relative;
}
.jcarousel-clip {
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
}
.jcarousel-list {
	left:0;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	top:0;
}
.jcarousel-features .jcarousel-list li, .jcarousel-features .jcarousel-item {
	float:left;
	height:288px;
	list-style:none outside none;
	position:relative;
	width:544px;
}
.jcarousel-features .jcarousel-container-horizontal {
	width:960px;
}
.jcarousel-features .jcarousel-clip-horizontal {
	height:288px;
	position:absolute;
	width:544px;
}
.jcarousel-features .jcarousel-item {
	height:288px;
	position:relative;
	width:544px;
}
.jcarousel-features .jcarousel-item-placeholder {
	background:none repeat scroll 0 0 #FFFFFF;
	color:#000000;
}
#nav-buttons {
	float:right;
	margin:5px 5px 0 0;
}
#carousel-prev, #carousel-next {
	display:block;
	float:left;
	height:11px;
	width:11px;
}
#carousel-prev {
	background:url("images/nav-buttons.png") no-repeat -10px 0;
}
#carousel-next {
	background:url("images/nav-buttons.png") no-repeat 0 0;
}
/****** comment area *****/


#comments {
	border-top:2px dotted #CCCCCC;
	clear:both;
	margin:0;
	padding:15px 5px;
}
#comments h2 {
	color:#999;
	text-shadow:1px 1px #fff;
}
#comments .commentlist {
	margin:0 0 30px;
	padding:0;
}
#comments .commentlist li {
	font-size:12px;
	list-style:none outside none;
	margin:0;
	padding:15px;
	position:relative;
	-moz-box-shadow:0px 0px 4px #bbb;
	-webkit-box-shadow:0px 0px 4px #bbb;
	box-shadow:0px 0px 4px #bbb;
}
#comments .commentlist li.depth-1 {
	margin:0 0 10px;
	padding-bottom:15px;
}
#comments .commentlist ul {
	border-left:2px solid #ccc;
	margin:0;
}
#comments .commentlist li ul li {
	margin:15px 0 0;
	padding-bottom:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.commentlist p {
	font-size:12px;
	line-height:16px;
	margin:10px 0;
}
.children {
	padding:0;
}
#comments .avatar {
	-moz-border-radius:3px 3px 3px 3px;
	background:none repeat scroll 0 0 #363636;
	display:inline;
	float:left;
	margin:0 10px 0 0;
	padding:3px;
}
cite.fn {
	flot:left;
}
.commentlist p {
	clear:left;
	font-size:12px;
	line-height:1.4em;
	margin:12px 0 5px;
}
div.reply {
	border-top:1px solid #ccc;
}
div.reply a {
	border:1px solid #CCCCCC;
	display:block;
	float:right;
	margin-top:3px;
	padding:3px 9px;
}
#respond form {
	background:#e5e5e5;
	padding:20px;
	margin-top:5px;
}
#respond input, #respond textarea {
	border:none;
	border-top:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	background:#fff url(images/input-shade.png) repeat-x top;
	padding:5px;
}
#respond textarea {
	width:100%;
}
#respond input {
	width:300px;
}
#respond button {
	float:right;
	border:none;
	background:#fff;
	padding:3px 10px;
	text-transform:uppercase;
	color:#999;
	-moz-box-shadow:0px 2px 3px #bbb;
	-webkit-box-shadow:0px 2px 3px #bbb;
	box-shadow:0px 2px 3px #bbb;
	cursor:pointer;
}
#respond label {
	color:#999999;
	text-shadow:1px 1px #fff;
	padding-left:5px;
}
/***** page navigation style*****/


.pagination {
	margin-top:5px;
	border-top:1px solid #eee;
	width:98%;
}
.wp-pagenavi {
	clear: both;
	padding:5px 0;
	margin-top:5px;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding:4px 8px;
	margin: 2px;
	background:#eee;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}
.wp-pagenavi span.current, .wp-pagenavi a:hover {
	font-weight: bold;
	color:white;
}
/***** related posts *****/

#related_posts li {
	float:left;
	position:relative;
}
#related_posts li em {
	bottom: 90px;
}
#related_posts img {
	padding:4px;
	background:#eee;
	margin-right:4px;
}

/* Breaking News*/

#top-news { 
	height:33px; 
	overflow:hidden;
	margin: 10px 240px 10px 0; 
}
#top-news .widget { 
	width:720px;
} 
#top-news .widget h2{ 
	 background:#fff;
	 border-right:0 none;
	 border-bottom:0 none;
	 border-left:0 none;
	 color:#CC0000;
	 float:left;
	 font-size:12px;
	 font-weight:bold;
	 width:84px;
	 
}

#top-news .widget .inner {
	padding:0;
}

/* Opinion */
#lamd_recent_posts_more-2 .inner {
	padding:0;
}
div#lamd_recent_posts_more-2.widget h2 {
	background-color: #A8BDA9;
	background-position: center bottom;
	border-bottom-color: #02480F;
	text-shadow: 1px 1px 2px #333333;
}
#lamd_recent_posts_more-2 h2 a {
	color: #EEEEEE;
}
.widget ul li.recent-posts-item {
	background-image:none;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #CCCCCC;
	padding:10px 6px;
}
.widget ul.recent-posts-list li.odd-item {
	background-color:#E3EFDA;
}
.widget ul.recent-posts-list li.even-item {
	background-color:#A8BDA9;
}
.recent-posts-item-thumbnail {
	background-color:#E2E2E2;
	-moz-box-shadow:0px 0px 4px #bbb;
	-webkit-box-shadow:0px 0px 4px #bbb;
	box-shadow:0px 0px 4px #bbb;
	float:left;
	margin:1px 6px 2px 0;
	padding:3px;
}
.recent-posts-item-thumbnail img {
	height:auto;
	max-height:50px;
	width:50px;
}
h3.recent-posts-item-title {
	font-size:15px;
	line-height:18px;
	margin-bottom:0;
}
div.inner .even-item a {
	color:#3F6A62;
}
div.inner h3.recent-posts-item-title a {
	color:#499249;
}
div.inner .even-item h3.recent-posts-item-title a {
	color:#3F6A62;
}
p.recent-posts-item-author {
	font-size:10px;
	line-height:14px;
	margin:0 0 6px;
}
.recent-posts-item-content {
	clear:both;
}
.recent-posts-item-content p.more-link {
	height:19px;
	margin:0;
	position:relative;
}
.recent-posts-item-content p.more-link a {
	background:url(images/read_more.png) no-repeat top left;
	bottom:0;
	display:block;
	height:19px;
	position:absolute;
	right:0;
	text-indent:-9999px;
	width:80px;
}
.recent-posts-item-content p.more-link a:hover {
	background-position:left bottom;
}

.clear { clear:both; font-size:0; line-height:0;}
	
	
/* Added on 15.01.2013*/

#news-ticker{
	background-color:#FFFFFF;
	height:33px!important;
	line-height:33px;
	left:0;
	width:620px;
}
#news-ticker li{
	background-color:#FFFFFF;
	background-image:none;
	border:0 none;
	font-size:0;
	padding:0;
}
#news-ticker li span.tickerLink{
	font-size:12px;
}

.op-content{
	height:100%;
	overflow:hidden;
}

.op-left{
	width:455px;
	float:left;
}

.op-left p{
	padding:0 0 15px;
	margin:0;
	text-align:justify;
}

	
.op-right{
	width:200px;
	float:right;
}
	
.op-img{
	padding:0 0 20px;
}

.op-des{
	padding:0 0 10px;
}
	
.op-des p{
	padding:0 0 15px;
	margin:0;
}
.otherlink{
	padding:5px 0 5px 15px;
	background:url(images/bull.png) 8px 10px no-repeat;
	display:block;	
}
.otherlink a {
    color: #000000;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
}
.otherlink a:hover {
    color: #CC0000;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
}	

.headWhite{
	padding:5px 0 5px 7px;
	/*background:url(images/bull.png) 8px 10px no-repeat;*/
	display:block;
}
	
.testimonial-widget{
	padding:8px;
}

#gc-testimonial-widget-2 h2{

	padding-left:17px!important;

	text-shadow:1px 1px 1px #333!important;

	color:#eee!important;

	background:url(images/dark-shadow.png) repeat-x 0 0 #C5DDB9;

	border-bottom:1px solid #02480F;
}
	

#top-2{

	margin-top:-43px;

}

	
#wp_category_post_list_itg-2 h2 a{

	color:#666!important;

}
.cvrDay{

	padding:11px 0 0;

}
#nav{

	margin-bottom:0!important;

}

/* Cover of the Day */
#top-2 .lamdcotd .inner {
	background-color:#FFFFFF;
	height:307px;
	padding:6px 18px 4px 19px;
	width:193px;
}
.lamdcotd ul li {
	background-image:none;
	border:0 none;
	padding:0;
}
.lamdcotd ul li.size-lamdcotd-main {
	padding:0;
}
.lamdcotd img {
	-moz-box-shadow:0px 0px 4px #bbb;
	-webkit-box-shadow:0px 0px 4px #bbb;
	box-shadow:0px 0px 4px #bbb;
	vertical-align:top;
}

/* Header Banner Widgets */
#header-banner .widget {
	float:left;
	padding:13px 0 0;
	width:216px;
}
#header-banner .widget>h2 {
	display:none;
}
#lamd_cotd_date-3 {
	margin:0 0 0 -100%;
}
#wp-forecast-2 {
	margin:0 0 0 -216px;
}
.cotd-date {
	background-color:#FFFFFF;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:0px 2px 3px #bbb;
	-webkit-box-shadow:0px 2px 3px #bbb;
	box-shadow:0px 2px 3px #bbb;
	display:block;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	width:80px;
}
.cotd-date span {
	display:block;
	padding:2px;
	text-align:center;
}
.cotd-date .cotd-day,
.cotd-date .cotd-year {
	background-color:#C5DDB9;
	font-size:11px;
}
.cotd-date .cotd-day {
	font-size:11px;
	line-height:14px;
}
.cotd-date .cotd-dayofmonth {
	font-size:24px;
	line-height:24px;
	padding:4px 2px 0;
}
.cotd-date .cotd-month {
	font-size:11px;
	line-height:14px;
	padding:0 2px 2px;
}
.cotd-date .cotd-year {
	font-size:13px;
	line-height:16px;
}
.post-heading #google_translate_element {
	position:absolute;
	right:200px;
	top:28px;
	width:200px;
}
#share_buttons #google_translate_element {
	float:right;
	margin:24px -3px 0 0;
}
#share_buttons #google_translate_element img {
	top:0;
}
.author-thumbnail img {
	height:auto;
	max-height:50px;
	width:50px;
}
#search-author-list {
	background-color:#E3EFDA;
	margin:10px 0;
	overflow:hidden;
	padding:10px 6px 2px;
}
#search-author-list h3.author-title {
	margin:0 10px 6px 66px;
}
#search-author-list p.author-postcount {
	margin:6px 10px 6px 66px;
}
.search-author-item {
	float:left;
	width:33.33%;
}
/* superfish */
/*** ESSENTIAL STYLES ***/
#nav .menu, #nav .menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:99;
}
#nav .menu {
	line-height:	1.0;
	width:960px;
}
#nav .menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
#nav .menu ul li {
	width:			100%;
}
#nav .menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#nav .menu li {
	float:			left;
	position:		relative;
}
#nav .menu a {
	display:		block;
	position:		relative;
}
#nav .menu li:hover ul, #nav .menu li.sfHover ul {
	left:			0;
	top:			47px; /* match top ul list item height */
	z-index:		99;
	-moz-box-shadow:0px 2px 3px #bbb;
	-webkit-box-shadow:0px 2px 3px #bbb;
	box-shadow:0px 2px 3px #bbb;
}
#nav ul.menu li:hover li ul, #nav ul.menu li.sfHover li ul {
	top:			-999em;
}
#nav ul.menu li li:hover ul, #nav ul.menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
#nav ul.menu li li:hover li ul, #nav ul.menu li li.sfHover li ul {
	top:			-999em;
}
#nav ul.menu li li li:hover ul, #nav ul.menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/***  SKIN ***/
#nav .menu {
	float:			left;
}
#nav .menu a {
	float:left;
	display:block;
	text-decoration:none;
	font-size:15px;
	font-family: 'TitilliumText22L800wt', sans-serif;
	letter-spacing:1px;
	/*color:#44734F;*/
	color:#2b5836;
	line-height:43px;
	margin:0 5px; /* FAWAZ menue sapce for additional items 10px */
	padding:0 6px 4px;
}
#nav .menu a span.item-text {
	position:relative;
	top:2px;
}
#nav .menu li li a:hover {
	border:none;
}
#nav .menu li li {
	margin:0;
	border-bottom:1px solid;
	border-top:1px solid;
}
#nav .menu li a, #nav .menu li li a {
	text-shadow:1px 1px 2px #333;
}
#nav .menu li a:hover, #nav .menu li.current-menu-item a, #nav .menu :hover > a {
	outline:		0;
	border-bottom:4px solid;
	padding-bottom:0;
}
#nav .menu :hover ul li > a {
	border:none;
}
#nav .menu li li:hover, #nav .menu li li.sfHover {
	border-bottom:1px solid;
	background:transparent url(images/light-shadow.png) repeat-x top
}
#nav .menu li li:first-child {
	border-top:none;
}
#nav .menu li li:last-child {
	border-bottom:none;
}
/*** arrows **/
#nav .menu a.sf-with-ul {
	padding-right: 	1.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.1em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px;/* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
#nav .menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
#nav .menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
#nav .menu ul a:focus > .sf-sub-indicator, #nav .menu ul a:hover > .sf-sub-indicator, #nav .menu ul a:active > .sf-sub-indicator, #nav .menu ul li:hover > a > .sf-sub-indicator, #nav .menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* green color scheme */
@charset "UTF-8";
/* CSS Document */

a {
	color:#499249;
}
#logo a {
	background:url(images/colors/logo-green.png) no-repeat 0 50%;
}
a.button:hover {
	background:#c5ddb9;
}
.breadcrumbs a, .featured-article h3 {
	color:#c5ddb9;
}
#settings a.button, #settings a.button.active:hover {
	background:#c5ddb9 url(images/gear-h.png) no-repeat 90% 50%;
	color:#FFF;
}

#top-menu-inner ul.menu li a:hover, #top-menu-inner ul.menu li.current-menu-item a {
	border-bottom-color:#499249;
	color:#666;
}
/************    main menu colors   **********/

#nav {
	background-color:#c5ddb9;
}
#nav .menu li li {
	background:		#98BE85;
	border-bottom-color:#c5ddb9;
	border-top-color:#afd7af;
}
#nav .menu li li li {
	background:		#499249;
}
#nav .menu li a:hover, #nav .menu a:focus, #nav .menu a:active, #nav .menu li.current-menu-item a, #nav .menu :hover > a {
	border-bottom-color:#499249;
}
#nav .menu li li:hover, #nav .menu li li.sfHover {
	border-bottom-color:#c5ddb9;
	background-color:#adc8af;
}
/********* side menu ***************/

.module ul.menu li.current-menu-item a, .module ul.menu a:active {
	background:#c5ddb9;
}
div.style6 ul.menu a {
	background:#c5ddb9;
	border-bottom-color:#02480f;
	border-top-color:#557c5c;
}
div.style6 ul.menu a:hover {
	background:#fff;
	color:#499249;
}
div.style6 ul.menu li.current-menu-item a, div.style6 ul.menu a:active {
	background:#499249;
	color:#fff;
	border-bottom-color:#7dc87b;
}
div.style6 ul.menu li:first-child a {
	border-top:none;
}
div.style6 ul.menu li:last-child a {
	border-bottom:none;
}
/******** module styles ***************/
div.style1 h2, div.style6 h2 {
	background-color:#c5ddb9;
	border-bottom-color:#02480f;
}
div.style2 h2 {
	background-color:#A8BDA9;
	border-bottom-color:#3f6a62;
}
div.style6 .inner {
	background-color:#e3efda;
	border-top:1px solid #89c989;
}

div.widget.style6 span.date{
	color:#fff
}
/******* featured block *******/

#featured-nav .featured-nav-item.current {
	background:#c5ddb9;
}
/*** recent news home ****/
.recent-news .heading, .featured-article .heading {
	background:url(images/colors/green_alpha.png);
}
.recent-news .meta, .post-heading {
	color:#666;
}
/**********  typo  *************/
h1, h2, h3, h4, h5, h6 {
	color:#23554B;
}
.inset-left, .inset-right {
	border-color:#499249;
}
/***** wp-navi *****/
.wp-pagenavi span.current, .wp-pagenavi a:hover {
	background:#c5ddb9;
}


/* custom styles */
.post-excerpt  {
    text-align: justify;
}
#credits-srmc {
    color: #666666;
    float: left;
    font-size: 0.9em;
    margin-top: 50px;
    padding: 8px 10px 10px 20px;
    width: 110px;
}
#credits {
    color: #666666;
    float: left;
    font-size: 0.9em;
    margin-top: 50px;
    padding: 8px 10px 10px 5px;
    width: 175px;
}
#continuous-rss-scrolling h2 {
    background-color: #FFFFFF;
    color: #666666;
}
#logo-small {
   margin-top: 35px;
}
#countryProTD1 {
    color: #666666;
    font-size: 0.9em;
    font-weight: bold;
    padding: 5px;
    width: 50px;
}
#countryProTD2 {
   color: #666666;
    float: left;
    font-size: 0.9em;
    padding: 5px;
    text-align: left;
    width: auto;
}
#countryProTopTD1 {
    color: #666666;
    float: none;
    font-size: 0.9em;
    font-weight: bold;
    padding: 5px;
    text-align: left;
}
#countryProTopTD2 {
    color: #666666;
    float: none;
    font-size: 0.9em;
    padding: 5px;
}
#footerTerms {
    color: #666666;
    float: left;
    font-size: 0.9em;
    padding: 8px 10px 10px 20px;
    width: 270px;
    margin-top: 0px;
    color: #666666;
    text-align: center;
}
#ctPro {
    font-size: 17px;
    font-weight: bold;
}
.wp-about-author-containter-none {
   border: 1px dotted #E7E7E7;
}
#text-6 {
   width: 470px;
}
.flashflickrps-3 {
   width: 350px;
}
div.c2 .box {
    width: 350px;
}
#print-ed-table {
   width: 680px;
}
#print-ed-issue-table {
   width: 320px;
   margin-top: 20px;
}
#print-ed-cover {
   width: 110px;
}
#print-ed-cover-img {
 border: 1px;
}
#print-ed-img {
 border: 2px solid #E7E7E7;
}
#print-ed-title {
    height: 5px;
}
#print-ed-description {
    vertical-align: top;
    text-align: left;
}
#print-ed-issue {
    color: #999999;
    font-size: 0.9em;
    height: 5px;
}
#print-ed-date {
    color: #666666;
    font-size: 0.9em;
    height: 5px;
}
#print-ed-download {
    color: #C80202;
    font-size: 0.9em;
    height: 5px;
}
#print-ed-hide {
    visibility: hidden;
}
#print-ed-issue-table-tr {
    border-top: 1px solid #E7E7E7;
}
#print-this-post {
    position: absolute;
    right: 55px;
    top: 5px;
}
#twitter-follow {
    left: 270px;
    position: relative;
}
#twitter-follow-page {
    bottom: 30px;
    left: 0;
    position: inherit;
}

#user-bottom-a div.box{
float:right;
width:51%;}

#user-bottom-a div.box:first-child{
width:49%;}

#top-menu-inner ul.menu li.arabicsite a {
   font-family: tahoma;
}
.socialmedia-buttons img {
    margin-right: 10px !important;
}

#fbooklike {
    position: absolute;
    right: 50px;
    top: 30px;
}
#print-this-post-page {
    position: absolute;
    right: 55px;
    top: 27px;
}
#wp_bannerize-4 {
    border: 0 solid #000000;
    float: left;
    height: 120px;
    margin-right: 20px;
    margin-top: -41px;
    width: 435px;
}
#wp_bannerize-4 h2 {
    visibility: hidden; 
}
.mylinks { 
    display: inline-block;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: right;
    width: 100%;
}
.mylinks span { 
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.167em;
    font-weight: bold;
}
.mylinks-head { 
    padding-left: 10px;
    color: #8C1B2E;
    font-weight: bold;
}
.mylinks span.selected {
    display: inline-block;
    margin: 0 3px;
    padding: 0 5px 1px;
    background-color: #FFFFFF;
    color: #666666;
}
.mylinks a {
    background-color: #8C182C;
    border: 1px solid #8C182C;
    color: #FFFFFF;
    display: inline-block;
    margin: 0 3px;
    padding: 0 5px 1px;
    text-decoration: none;
}
.bookReviewTitle
{
    color: #686868;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
}
.bookReviewInfo
{
    color: #787878;
    font-size: 14px;
    padding: 10px;
}
#catDesc {
    color: #333333;
    font-family: helvetica;
    font-size: 14px;
    font-style: italic;
}
#wp_bannerize-9 {
    visibility: visible; 
    padding: 0px;
}
#wp_bannerize-10 {
    visibility: visible; 
    padding: 0px;
}
#wp_bannerize-11 {
    visibility: visible; 
    padding: 0px;
}
#wp_bannerize-12 {
    margin-left: auto;
    margin-right: auto;
    width: 728px;
}
.infomous-container {
    border: 1px solid #999999;
    padding: 3px;
}
#nav .menu a {
  margin: 0 4px;
  padding: 0 5px 4px;
}
#nav .menu, #nav .menu * {
  font-size: 16px;
}
div.style1 h2, div.style6 h2 {
    color: #EEEEEE;
}
div.style2 h2 {
    color: #EEEEEE;
}
#inset-a div.widget.news-block.style6 h2 {
    background-color: #A8BDA9;
}
div.style6 ul li a, div.style6 a {
    color: #3F6A62;
}
#inset-a div.inner .post_preview {
 color:#3F6A62;
}
div.inner h2 a, div.inner h3 a, div.inner h4 a {
    color: #23554B;
}
#writers-page {
    float: left;
    padding: 20px;
}
#mostreadpostswidget-2 .inner .mlrp_ul li {
background-image:url(images/most-read.png);
background-position:2px 10px;
background-repeat: no-repeat no-repeat;
color:#999999;
display: block;
padding: 5px 0px 5px 30px;
}

/* Written by Punal Chotrani for the write for us page */
.writeforus li {
	margin: 1em;
	width: auto;
	padding: 5px;
	list-style: inherit;
}

#top-menu-inner ul.menu li a {
    letter-spacing: 0px;
    margin-right: 9px;
}

#notifybar .notifybar_topsec .notifybar_center {
padding-top:15px;
font-size:16px;
font-weight:bold;
}

#notifybar .notifybar_topsec .notifybar_center .notifybar_block {
display:block;
}

#notifybar a.notifybar_close {
display:none;
}

.avatar-tnail img[style] {height:36px !important;
width:36px !important;}

/* other styles */

