/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
body{font:14px/20px 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif}pre,code{font-family:'DejaVu Sans Mono',Menlo,Consolas,monospace}
h1, h2, h3, h4, h5, h6{font-family:'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif; font-weight: bold; color: white}
body{
	font-size: 13px;
	line-height: 16px;
	background: #c20000;
	color: white;
}
#wrap {
	margin-bottom: 15px;
	margin-top: 5px;
}
#subtext {
	font-size:12px;
	line-height:1.1;
	margin:0 0 15px 0;
	color: #888;
}	
#header {
	margin-top: 10px;
}
#social {
 	margin-top: 20px;

}

a{
	color: #666;
	color: white;
}
a:hover{
	color: #222;
	color: #eee ;
}

a:visited{
		color: white;

}
h2{
font-size: 23px;
}
h2 a {
	color: white !important;
}

#mv {
	font-weight: bold;
	color:#666;
}

h2 {
	text-transform:lowercase;
	border-top: 2px solid black;
	border-top: 2px solid white;
	padding: 10px 0 0px 0;
	margin-top: 10px;
}
h5 {
	font-size:18px;
	margin-bottom: 0px;
	line-height: 24px;

}
h6 {
	font-size:12px;
	margin-bottom: 0px;
		line-height: 20px;

}
.block{
	margin-bottom:40px;
}
.postdate, .postdate_nomargin {
	font-style:italics;
	font-size: 12px;
}
.postdate {
}
.news{
	margin: 0 0 20px 0;
}
.statements {
	margin: 0 0 20px 0;
}

.statement_logo {
	width:100%;
	margin: 0 0 5px 0;
}

ul {
	list-style: none;
	margin: 0;
	}
li {
	margin:0 0 20px 0;
}

.left {
	padding: 0 5px 0 0;
	float:left;
}
.width200px {
	width:175px;
}
.newscontent{
	margin: 0 0 20px 0;
}
#since {
	font-style: italic;
	line-height:0.1;
	font-family: Georgia, Serif;
	margin-top: 5px;
}

#small {
	font-size:12px;
	line-height:1.1;
}

#cntdwn {
	font-size: 58px;
	font-weight: bold;
	margin: 0;
	line-height: 50px;
	padding: 0;
}

#counter {
	margin-top:5px;
}
#counter li {
	float: left;
	width: 75px;
	font-size:12px;
	text-align: center;
	line-height:0.8;
	color: #aaa;
	color:white;
	margin-bottom: 10px;
}


.caption {
	font-size: 11px;
	line-height: 14px;
}

#footer {
padding-top: 10px;
	border-top:1px solid black;
	border-top:1px solid white;
margin: 50px 0 0 0;
font-size: .9em;

}

#content img, #headbanner img{
	width: 100%;
}

#morenews {
	display: none;
}


/*#banner {
	padding: 1px;
}
.slide{
	padding: 4px;
	background: white;
}*/
/*17 feb*//*
#hotlines,  #subtext {
	color: #fff;
}
#cntdwn {
	background:white;
}*/

.twitter-share-button[style] { vertical-align: text-bottom !important; }

/* #thaana Styles
================================================== */
@font-face {
	font-family: 'MV Faseyha';
	src:  url('fonts/mv_faseyha.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}


/*@font-face {
	font-family: 'MV Waheed';
	src:  url('fonts/mv_waheed.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

.thaanap {
		font-family:"MV Faseyha", "Faruma",'Thaana Unicode Akeh', "mv boli", Arial, sans-serif;
		text-align:right;
		direction:rtl;
		font-size:1.1em;
		line-height: 1.5;
}
*/

.thaanah {
	font-family:"MV Faseyha","MV Waheed","Faruma",'Thaana Unicode Akeh', "mv boli",Arial, sans-serif;
	text-align:right;
	direction:rtl;
	font-size:1.6em;
	line-height: 1.4;
	font-weight: normal;
}

h2.thaanah {
	font-size:2.5em;
}
.bigger {
	font-size:1.2em !important;
}
/*end thaana*/
/*latin override*/
.latin{
	font-family:   Georgia, "Times New Roman", Serif !important;
	text-align:left !important;
	direction:ltr !important;
	font-size: 80%;
}



/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		#social {
 			
		}
		h2 {
			font-size:20px;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		#since {
			font-size: .9em;
		}
	
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/