@charset "utf-8";
/*   
Theme Name: EMH3 Irrestible Final
*/

/* CSS Document */
body{
	font-family: Arial;
	font-size: 12px;
	color:#FFFFFF;
}

h3{
 font-family:Trebuchet MS;
 font-size:18px;
 font-weight:normal;
 padding-bottom:5px;
}

a {color:#0066FF;}

#sidebar ul{
 	padding-left:0px;
}

#sidebar li{
	list-style-type: none;
	margin-bottom: 5px;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;
	background-image: url(Images/ico-6.gif);
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 10px;
}

#sidebar li a
{
	color:#0066FF;
	font-size: 13px;
	font-weight:normal;
	text-decoration:none;

}

#menu{
	width:800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 10px;
}



.headerMenu ul li {
	font-family:Trebuchet MS;
}

.headerMenu ul li a{
	color: #CCCCCC;
}

.headerMenu ul li a:hover{

color:#FFFFFF;
}

#container {
	width:800px;
	margin:0px auto;
	background-repeat: no-repeat;
	background-position: left top;
	text-align:left;
	background-color:#110801;
}

#Homecontainer {
	width:800px;
	margin:0px auto;
	background-image: url(images/backgroundH.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:left;
	background-color:#110801;
}

#logo{
	padding-left:20px;
	padding-top: 5px;
	float:left;
	height:140px;
}

#twitter{
	color:#FFFFFF;
	float:right;
	padding-top:18px;
	padding-left:0;
	padding-right:25px;
	text-align:justify;
	width:260px;
	font-size:11px;
}

#twitter_update_list
{
	padding-left:1px;
	padding-right:18px;
}

.maintext{
	background:transparent url(images/block-bg.png) repeat scroll 0 0;
	color:#FFFFFF;
	float:left;
	margin-left:9px;
	margin-top:5px;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
	width:434px;
	padding-left:15px;
}

.maintext1{
	background:transparent url(images/block-bg-ndps.png) repeat scroll 0 0;
	color:#000000;;
	float:center;
	margin-left:22px;
	margin-top:5px;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
	width:730px;
	padding-left:15px;
}

.maintext2{
	background:transparent url(images/block-bg-ndps.png) repeat scroll 0 0;
	color:#000000;;
	float:center;
	margin-left:35px;
	margin-top:5px;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
	width:700px;
	padding-left:15px;
}


#sidebar{
	padding-top:25px;
}

.twitter{
	padding-left:35px;
	background-image: url(Images/bird.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top:35px;
}

.block{
	background:url(images/block-bg.png);
	width:260px;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

.blockcs{
	background:url(images/block-bg.png);
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
.blockcs a{
	text-decoration:none;
}

.blockcs ul{
	list-style-type:none;
	padding-left:3px;	
}

.blockcs ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-width:1px;
}

.list3{
	background:url(images/block-bg.png);
	height:200px;
	width:260px;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

.blocks{
	color:#FFFFFF;
}
.blockheading{
	width:277px;
	margin:0 auto;
}

.blockheadingcs{
	width:120px;
	margin:0 auto;
}

#blockcontainer{
	width:320px;
	float:right;
	margin-top:-26px;
}


#block .flickr_badge_image a {
	float: left;
	display: inline;
	margin: 0 16px 15px 0;
	padding: 5px;
	background-color: #666666;
}

#block .flickr_badge_image a:hover {
	background-color: #ffffff;
}

#twitter ul li{
	list-style-type:none;
}

#twitterblock{
	padding-right:10px;
	margin-right:20px;
	text-align:justify;
}

#twitterhead{
	margin:-5px 0 auto;
	margin-right:23px;
}

#footer{
    font-size:10px;
	margin-top:10px;
}

.twitter-timestamp{
	font-size:10px;
	color:#999999;
}



#imagemenu{
	background-position: left top;
	background-repeat: no-repeat;
	
}


/*-------------------------------
2.c Navigations
-------------------------------*/

ul.nav { margin: 0 }

/* Main navigation */
#nav {
	height: 38px;
	width: 790px;
	/*position: absolute;*/
	top: 10px; left: 0;
	 position: relative;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
}

#nav a {
	/*color: #e7e7e7;*/
	font-size: 15px;
	font-weight: nornal;
	display: block;
	text-decoration: none;
	padding: 9px 15px;
	text-transform: capitalize;
	
	z-index: 10;
  display: block;
  position: relative;
}

#nav a:hover {
	color: #fff;
	/*background: transparent url(images/block-bg.png) repeat scroll 0pt;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
}

#nav li {
	float: left;
}

/* Style drop down list */

#nav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li a {
	background: transparent url(images/block-bg.png) repeat scroll 0pt;
	line-height: 18px;
	font-size: 12px;
	color: #fff;
	width: 150px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}

#nav li ul li a:hover {
	background: #FFF;
	color:#222;
}

#nav li ul li a {
}

#nav li ul ul {
	margin: -35px 0 0 180px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	text-align:left;
}

/* IE7 Fix */

#nav li:hover, #nav li.hover {  
	position: static;
}

ul#footerNav {
	position: absolute;
	top: 27px; right: 0;
}
	ul#footerNav li {
		float: left; display: inline;
		margin-left: 15px;
	}

.headerMenu ul#nav li.back {
	width: 2px;
	z-index: 8;
	position: absolute;
	height:34px;
	/*background-image: url(images/menuOrangeBG.png);*/
	background-repeat: repeat;
	background-position: 50% 100%;
	padding: 0px;
	margin-top:-1px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topright: 6px;
	background-color: #0066FF;
}

#bottomLogos img{
	padding-left:25px;
	padding-right:25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
