/*  
..js video..
*/

* {
margin:0;
padding:0;
}

html,body {
	color:#565050;
	
}

body {
	font:12px arial,helvetica,verdana,sans-serif;
	background-image: url(images/background2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #d7d7d7;
}

h2 {
	font-size:24px;
	font-weight:normal;
	color:#333;
	margin-bottom:5px;
	font-family: "MV Waheed";
	direction:rtl;
}

h3 {
font-size:14px;
font-weight:400;
margin-bottom:2px;
}

p {
	margin-bottom:8px;
	font-family: "MV Faseyha";
	font-size: 14px;
	color: #333;
	text-align: justify;
	direction:rtl;
}

strong {
color:#FFFFFF;
}

a:link, a:visited {
color:#A7A7A7;
text-decoration:none;
}

a:hover {
color:#FFFFFF;
}

img {
border:none;
}

/** categories list **/
ul, li {
margin:0;
border:0;
padding:0;
list-style:none;
}

#catlist {
	font-size:14px;
	padding:0px;
	height:28px;
	
}

#catlist .menu li {
	background:url(images/lm.gif) left top no-repeat;
	height:28px;
	float:left;
	margin-right:10px;
	
}

#catlist .menu li a {
	color:#A7A7A7;
	text-decoration:none;
	padding:0 10px;
	height:28px;
	line-height:28px;
	display:block;
	float:left;
	padding:0 26px 0 10px;
	background:url(images/rm.gif) right top no-repeat;
	width:264px;
	font-family: "MV Faseyha";
	
}

#catlist .menu li a:hover {
	color:#333;
}

#catlist ul .submenu {
	border-top:none;
	position:relative;
	width:298px;
	clear:both;
	z-index:2;
	display:none;
	margin-top: 5px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	background-image: url(images/blackback.png);
	background-repeat: repeat;
}

#catlist ul .submenu li {
	background:none;
	display:block;
	float:none;
	margin:0 6px;
	height:auto;
	line-height:normal;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #666;
	border-bottom-style: solid;
	border-bottom-color: #666;
	
}

#catlist .submenu li a {
	background:none;
	display:block;
	float:none;
	padding:6px 11px;
	margin:0;
	height:auto;
	color:#999;
	line-height:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-family: "MV Waheed";
	text-align: right;
	font-size: 16px;
}

#catlist .submenu li a:hover{
	background:#0D0D0D;
	color: #FFF;
}

/** header **/
#header {
	height: 218px;
}

#insideheader {
width:840px;
margin:0px auto;
}

#logo {
float:left;
padding:20px 0 20px 0;
}

#topmenu {
float:right;
width:740px;
height:32px;
background:url(images/headbg.png) top right no-repeat;
text-transform:lowercase;
text-align:right;
font-size:14px;
}

#topmenu ul {
	list-style:none;
	float:right;
	margin-top: 5px;
	margin-right: 17px;
	margin-bottom: 0;
	margin-left: 0;
}

#topmenu li {
	display:inline;
	margin:0 15px 0 0;
	font-family: "MV Waheed";
	font-size: 12px;
	color: #FFF;
}
#topmenu li a{
	display:inline;
	margin:0 15px 0 0;
	font-family: "MV Waheed";
	font-size: 12px;
	color: #DDD;
}
#topmenu li a:hover{
	display:inline;
	margin:0 15px 0 0;
	font-family: "MV Waheed";
	font-size: 12px;
	color: #FFF;
}

/** search **/
#searchwrap {
	background:none;
	height:27px;
	float:right;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	
}

#searchwrap input{
	vertical-align:middle;
	background:none;
	color:#DDD;
	font-family:"MV Faseyha";
	text-align: right;
	font-size: 12px;
		
}

#searchwrap #s{
	font-size:12px;
	border:none;
	padding:4px;
	margin-right:8px;
	width:190px;
	font-family: "MV Faseyha";
	color:#DDD;
}

/** showcase **/
.container{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
}
.container2{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	height: 200px;
}
.topconer{
	float: left;
	margin-left: 4px;
	position: relative;
}
#showcase {
	width:900px;
	float:left;
	text-align: center;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(images/backtile.png);
	background-repeat: repeat-y;
	background-position: 0px;	
}
#showcase2 {
	width:900px;
	float:left;
	text-align: center;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(images/backtile.png);
	background-repeat: repeat-y;
	background-position: center;
}



#page {
	width:900px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	float: left;
	background-image: url(images/backtile.png);
	background-repeat: repeat-y;
	height: 500px;
}

#insideshowcase {
	width:840px;
	margin:0px auto;
	text-align: center;
}

#insideshowcase h4 {
color:#A7A7A7;
font-size:14px;
font-weight:normal;
margin:0 0 2px 0;
padding:0;
}

#socialize {
	float:left;
	padding:8px;
	border:1px solid #CCC;
	width:620px;
	margin:0 0 30px 0;
}
#socialize li a{
	color: #333;
	margin-left: 10px;
}

#video {
	text-align:center;
	border: 1px solid #333;
	margin-left: 15px;
	float: left;
}

#videolist {
width:300px;
float:right;
margin-right:3px;
}

#videoitem {
	width:295px;
	height:60px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5;
	background-color: #EEE;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 5px;
overflow:hidden;
	
}

#videoitem img {
width:102px;
height:56px;
float:left;
margin:1px 8px 0 0;
border:1px solid #3C3C3C;

}

#videoitem a:hover img {
border:1px solid #FFFFFF;
}
.title{
	font-family: "MV Waheed","Aharoni";
	font-size: 14px;
	color: #333;
	text-align: right;
	margin-right: 10px;
}
.description{
	font-family: "MV Faseyha";
	font-size: 12px;
	color: #666;
	direction:rtl;
	text-align: right;
	margin-right: 10px;
height:40px;
overflow:hidden;
}

/** tools **/
.infotext{
	width: 620px;
	float: left;
}
.close{
	font-family: "MV Waheed";
	font-size: 14px;
	color: #333;
	float: right;
	cursor:pointer;
	margin-bottom: 5px;
}

.share_subheading{
	font-family: "MV Waheed";
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}
#tools {
	width: 68px;
	float: left;
}

#tools ul {
list-style: none;
margin: 0;
padding: 0;
}

#tools li {
display: block;
list-style: none;
float: left;
padding: 0px 0px 10px 0px;
margin: 0;
}

#tools a {
display: block;
height: 64px;
text-indent: -5000px;
overflow: hidden;
}

#tools a:hover {
background-image: none;
}

#toolshare {
width:68px;
background:transparent url(images/share.gif) no-repeat 0 -64px;
}

#toolshare a {
background:transparent url(images/share.gif) no-repeat 0 0;
}

#toolcomment {
width:68px;
background:transparent url(images/comment.gif) no-repeat 0 -64px;
}

#toolcomment a {
background:transparent url(images/comment.gif) no-repeat 0 0;
}

#toolembed {
width:68px;
background:transparent url(images/embed.gif) no-repeat 0 -64px;
}

#toolembed a {
background:transparent url(images/embed.gif) no-repeat 0 0;
}

#toolsubscribe {
width:68px;
background:transparent url(images/subscribe.gif) no-repeat 0 -64px;
}

#toolsubscribe a {
background:transparent url(images/subscribe.gif) no-repeat 0 0;
}

#toolread {
width:68px;
background:transparent url(images/read.gif) no-repeat 0 -64px;
}

#toolread a {
background:transparent url(images/read.gif) no-repeat 0 0;
}

/** copy **/
#copy {
	width:900px;
	float:left;
	background-image: url(images/backtile.png);
	background-repeat: repeat-y;
	background-position: 0px;
}
#copy2 {
	width:900px;
	float:left;
	padding-top: 25px;
	background-image: url(images/backtile.png);
	background-repeat: repeat-y;
	background-position: center;
}

#insidecopy {
width:840px;
margin:0px auto;
padding:10px 0 20px 0;
}

#insidecopy p {
font-size:14px;
line-height:1.4em;
}
#copycontent2 {
	width:510px;
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 20px;
	margin-left: 0;
	text-align: right;
	float: left;
	
}
#copycontent2 h2{
	font-family: "MV Waheed";
	font-size: 22px;
	color: #333;
	direction:rtl;
	margin-bottom: 10px;
}
#copycontent2 p{
	font-family: "MV Faseyha";
	font-size: 16px;
	color: #666;
	direction:rtl;
	line-height: 30px;
}
#copycontent {
	width:760px;
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 20px;
	margin-left: 0;
	text-align: right;
	float: right;
	padding-right: 40px;
}
#copycontent h2{
	font-family: "MV Waheed";
	font-size: 26px;
	color: #333;
	direction:rtl;
	margin-bottom: 20px;
}
#copycontent p{
	font-family: "MV Faseyha";
	font-size: 18px;
	color: #666;
	direction:rtl;
	line-height: 30px;
}

#postcomments {
	width:510px;
	border-top:1px solid #3C3C3C;
	float: left;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#sidebar {
	width:270px;
	float:right;
	font-size:12px;
	background-color: #EEE;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	text-align: right;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border: 1px solid #DDD;
	margin-bottom: 2px;
}

#sidebar p {
	font-size:14px;
	font-family: "MV Faseyha";
	color: #333;
	direction:rtl;
}
.textwidget{
	font-family: "MV Faseyha";
	font-size: 14px;
	color: #666;
	direction:rtl;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#sidebar h3 {
	color:#000;
	font-family: "MV Waheed";
	font-size: 18px;
	margin-bottom: 10px;
	direction:rtl;
}
#sidebar li {
	color:#000;
	font-family: "MV Faseyha";
	font-size: 12px;
	margin-bottom: 10px;
	direction:rtl;
}
#sidebar li a{
	color:#000;
	font-family: "MV Faseyha";
	font-size: 12px;
	margin-bottom: 10px;
	direction:rtl;
}
#sidebar li a:hover{
	color:#000;
	font-family: "MV Faseyha";
	font-size: 12px;
	margin-bottom: 10px;
	direction:rtl;
}
.advert{
	float: left;
	width: 300px;
	height: 329px;
}
.advert2{
	float: right;
	width: 300px;
	margin-top: 15px;
	margin-bottom: 3px;
}
/** comments **/
#comment {
	width:400px;
	font-family: "MV Faseyha";
	font-size: 16px;
	color: #333;
	direction:rtl;
}
.commentstat{
	font-family: "MV Waheed";
	font-size: 14px;
	color: #333;
}
.forms{
	font-family: "MV Waheed";
	font-size: 10px;
	color: #900;
	float: right;
}

.leave_reply{
	font-family: "MV Waheed";
	font-size: 18px;
	color: #333;
	margin-top: 40px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	margin-bottom: 15px;
}
.formsinsert{
	text-align: left;
	float: right;
}
#formin{}
#formin p{
	font-family: "MV Waheed";
	font-size: 12px;
	color: #900;
	direction:rtl;
}
.comment-form{
	font-family: "MV Faseyha";
	font-size: 12px;
	color: #333;
	direction:rtl;
	margin-top: 5px;
	margin-bottom: 5px;
	direction:rtl;
	}
	.comment-form a{
	font-family: "MV Faseyha";
	font-size: 12px;
	color: #900;
	direction:rtl;
	margin-top: 5px;
	margin-bottom: 5px;	
	}
	
.nocomments{
	font-family: "MV Faseyha";
	font-size: 12px;
	color: #900;
	direction:rtl;
}
.nocomments2{
	font-family: "MV Faseyha";
	font-size: 10px;
	color: #900;
	direction:rtl;
}
.commenter{
	font-family: "MV Waheed";
	font-size: 14px;
	color: #333;
	direction:rtl;
}
.comment_text{
	font-family: "MV Faseyha";
	font-size: 14px;
	color: #666;
	direction: rtl;
}
.commentmetadata{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	direction:rtl;
}
h2.commh2 {
font-size: 1.4em !important;
padding: 0 0 5px;
color:#333 !important;
}

ol.commentlist {
margin: 10px 0 20px;
padding: 0;
list-style: none;
font-size: 12px;
line-height: 20px;
}

ol.commentlist p {
margin-bottom:10px;
line-height: 20px;
}

ol.commentlist cite {
font-style: normal;
font-weight: bold;
}

ol.commentlist li {
	padding: 10px 10px 5px 10px !important;
	margin:10px 0 10px 0;
}

ol.commentlist li.alt {
	padding: 10px 10px 5px 10px !important;
	background-color: #EEE;
}

input#submit {
	font-size: 16px;
	color:#CCC;
	font-family: "MV Waheed";
	text-align:center;
	cursor:pointer;
	float: right;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-image: url(images/submit.png);
	background-repeat: no-repeat;
	background-position: center center;
	
	height: 35px;
	width: 125px;
}


#comment,#author,#email,#url {
	border:1px solid #999;
	padding:2px;
	color:#333;
	font-family: "MV Faseyha";
	font-size: 14px;
}
.submit{
	float: right;
}

/** search **/
.searchtitle{
	font-family: "MV Waheed";
	font-size: 20px;
	color: #666;
	text-align: right;
	margin-right: 30px;
	margin-bottom: 30px;
}
#searchitem {
	float:right;
	width:320px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: right;
	background-color: #FFF;
}

#searchitem p {
font-size:12px;
line-height:1.2em;
}

#insidesearch {
	width:600px;
	padding:0;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
}

/** footer **/
#footer-all {
	border-top: 2px dotted #ccc;
	background: #efefef;
	margin-top: 20px;
	position: relative;
	
}
#footer {
	width: 837px;
	margin: 0 auto;
	padding: 10px 10px 0;
	text-align: left;
	position: relative;
	width: 890px;
}
#footer p {
	font-size: 120%;
}
#footer p.right {
	text-align: right;
	position: absolute;
	right: 0;
	top: 10px;
}
#footer .rss {
	background: url(images/ico/rss.png) 0 2px no-repeat;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	float: left;
	position: relative;
}
#footer .rss a{
	padding-left: 20px;
	font-family: "MV Waheed";
	font-size: 14px;
	color: #666;
}
#footer .rss a:hover{
	padding-left: 20px;
	font-family: "MV Waheed";
	font-size: 14px;
	color: #333;
}
.footer_dhivehi_text{
	font-family: "MV Faseyha";
	font-size: 12px;
	color: #333;
	direction:rtl;
	float: right;
	text-align: right;
	width: 550px;
	margin-bottom: 20px;
	position: relative;
}
.name{
	font-family: "MV Waheed";
	font-size: 12px;
	color: #333;
	direction:rtl;
	padding-left: 3px;
	padding-bottom: 5px;
	width: 270px;
	float: left;
}
.publications{
	float: right;
	width: 60px;
	position: relative;
}
.upper{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	position: relative;
	height: 40px;
	margin-bottom: 10px;
}
.scroller{
	height: 200px;
	width: 900px;
	color: #d7d7d7;
}

br.clear {
	clear: both;
}
.latest-advert{
	margin-top: 20px;
	float: left;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}