* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
}
#blog {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(/images/bg2.jpg);
	background-repeat: repeat-x;
}
	body:before 
	{
	  content: "";
	  position: fixed;
	  top: -10px;
	  left: 0;
	  width: 100%;
	  height: 10px;
	  z-index: 100;
	  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	  box-shadow: 0px 0px 10px rgba(0,0,0,.8);			  
	}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	min-height: 1000px;
	background-color: #FFF;
	background-image: url(/images/bg_wrapper.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
	/* --------------------------- */
	
	#box 
	{
	  position: relative;
	  width: 960px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
	  	margin: 0 auto;

	  /* padding: 2em 1.5em;
	  color: rgba(0,0,0, .8);
	  text-shadow: 0 1px 0 #fff;
	 line-height: 1.5;
	  margin: 60px auto;*/
	}


	#wrapper:before, #wrapper:after 
	{
	  z-index: -1; 
	  position: absolute; 
	  content: "";
	  bottom: 15px;
	  left: 13px;
	  width: 50%; 
	  top: 80%;
	  max-width:300px;
	  background: rgba(0, 0, 0, 0.7); 
	  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);   
	  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	  -webkit-transform: rotate(-3deg);    
	  -moz-transform: rotate(-3deg);   
	  -o-transform: rotate(-3deg);
	  -ms-transform: rotate(-3deg);
	  transform: rotate(-3deg);
	}

	#wrapper:after 
	{
	  -webkit-transform: rotate(3deg);
	  -moz-transform: rotate(3deg);
	  -o-transform: rotate(3deg);
	  -ms-transform: rotate(3deg);
	  transform: rotate(3deg);
	  right: 13px;
	  left: auto;
	}


p {
 padding: 10px;
}



#content {
	float: left;
	color: #333;
	min-height: 800px;
	width: 501px;
	display: inline;
	margin-top: 20px;

}

#header {
	color: #333;
	width: 960px;
	float: left;
	height: 20px;
	background-color: #00507e;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
}

#footer {
	width: 960px;
	height: 0px;
	clear: both;
	color: #333;
	background: #fff;
}

#navigation {
	float: left;
	width: 960px;
	height: 130px;
	color: #333;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#blog #wrapper #navigation {
	float: left;
	width: 960px;
	height: 130px;
	color: #333;
	background-color: #FFFFFF;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#banner {
	float: left;
	width: 960px;
	height: 225px;
	color: #333;
	background: #FFFFFF;
}
#leftcolumn {
	color: #333;
	background: #fff;
	min-height: 350px;
	width: 262px;
	float: left;
}
#wrapper #content .tags {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	font-size: 0.85em;
	border-bottom-color: #CCC;
}
#wrapper #content .tags p a:link {
	color: #359DD3;
	text-decoration: none;
}

#rightcolumn {
	color: #333;
	background: #fff;
	min-height: 450px;
	width: 197px;
	float: left;
}
#wrapper #content h1 {
	color: #0066c5;
	font-weight: lighter;
	font-size: 2em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#wrapper #content h2 {
	color: #0066c5;
	font-weight: lighter;
	font-size: 1.5em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#wrapper #content .publisheddate {
	color: #666;
	font-size: .85em;
	margin-top: -10px;
}

/* Side Navigation............................................................... */



#subnav{
	float: left;
	padding-left: 4px;
	margin-top: 0px;
	width: 250px;
	text-align: left;
	font-size: 9pt;
	font-family: 'Lucinda Grande', helvetica, arial, sans-serif;
	background-image: url(/images/subnav_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	}
#wrapper #leftcolumn p {
	font-size: .85em;
	padding-left: 20px;
	line-height: 18px;
}
#subnav img{
	float: left;
	padding-left: 0px;
margin-left: -4px;
	}
	
#inside{

    margin: 0px;
	
	padding-left: 0px;
	
	list-style-type: none;
	
	}
	
	 
#inside a:link, #inside a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: 500;
	}
	
#inside li{
	   
	   }

#inside li a {
	color:#333333;
	display: block;
	padding: 10px 0px 10px 18px;
	text-decoration: normal;
         }
		 
#inside li a:hover {
	background:#FFFFFF url(/images/subnav_hover.jpg) no-repeat right center;
	text-decoration: none;
	color: #487fe1;
		
        }
		
 * html #inside li a {  /* make hover effect work in IE */
 
	width: 215px;
	
    }
	
	/* submenus */
	
	#submenu{
	margin: 0px;
	padding-left: 0px;
	list-style-type: none;
	
	}
	
	 #subnav #inside .selected {
	background-image: url(/images/subnav_hover.jpg);
}

	 #subnav #inside .selected2 {
background-image: url(/images/subnav_hover2.jpg);
	/*   border-bottom: 1px dotted #999999;
 border-top: 1px dotted #999999;
	background-color: #FFFFFF;*/
}

#submenu a:link, #submenu a:visited {
	text-decoration: none;
	color: #333333;
	}

	#submenu li{
	/* background:url(//images/bullet.png) left center no-repeat;*/
	   
	   border-bottom: 1px dotted #999999;
	background-color: #F4F9FF;
	   }

#submenu li a {
	color:#999999;
	display: block;
	padding: 5px 0px 3px 35px;
	text-decoration: none;
	font-size: 10px;
         }
		 
#submenu li a:hover {
	background:#D5EBFE url(/images/bullet_hover_sub.png) no-repeat left center;
	text-decoration: none;
	color: #990000;
        }
		
 * html #submenu li a {  /* make hover effect work in IE */
 
	width: 215px;
	
    }
	
	/* end Side Navigation............................................................... */
	/* Main Navigation............................................................... 

#menu {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	padding-top: 135px;
	margin-bottom: 53px;
	float: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D0D1D3;
	border-bottom-color: #D0D1D3;
}*/
/*MENU*/


* 									{ margin: 0; padding: 0; }
ul.dropdown									{
	list-style: none;
}
ul.dropdown	a:link, ul.dropdown	a:visited								{
	text-decoration: none;
}

/* 
	LEVEL ONE
*/
ul.dropdown                         {
	position: relative;
	margin-left: 20px;
}
ul.dropdown li                      {
	font-weight: lighter;
	zoom: 1;
	font-size: 12px;
	text-transform: uppercase;
	z-index: 999;
	float: left;
}
ul.dropdown a:hover		            {
	color: #FFF;
}
ul.dropdown a:active                {
	color: #424DA9;
}
ul.dropdown li a                    {
	display: block;
	padding: 11px 12px 9px;
	/*border-right: 1px solid #333;*/
	color: #FFF;

}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover                {
	color: #FFF;
	position: relative;
	background-color: #2564aa;
	/*text-shadow: 1px 1px 1px #fff;*/
}
#footer .footer a:link, #footer .footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer .footer a:hover {
	color: #75C1DD;
}
ul.dropdown li.hover a              
{ color: black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{
	width: 220px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none;
}
ul.dropdown ul li 					{
	font-weight: lighter;
	color: #000;
	border-bottom: 1px solid #ccc;
	float: none;
	list-style: none;
	font-size: 11px;
	text-align: left;
	background-image: url(/images/80.png);
	behavior: url('/images/fx-iepngfix.htc');
	background-repeat: repeat;
	background-color: #FFF;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{
	border-right: none;
	width: 100%;
	display: inline-block;
	color: #2564aa;
} 
ul.dropdown ul li a:hover					{
	
	color: #000;
} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }



	/* END Main Navigation............................................................... */
#wrapper #rightcolumn ul li {
	list-style-position: outside;
	margin-left: 25px;
	padding-right: 10px;
}
#wrapper #rightcolumn ul li a {
	color: #359DD3;
	text-decoration: none;
}
#wrapper #rightcolumn .tagsright a {
color: #359DD3;
text-decoration: none;
}
#wrapper #rightcolumn .tagsright p {
margin-top:-10px;
}

#wrapper #content p a {
	color: #0066c5;
}

				/* SEARCH ----------------------- */


			#searchbox
			{
	background: #eaf8fc;
	background-image: -moz-linear-gradient(#fff, #d4e8ec);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #d4e8ec),color-stop(1, #fff));
	-moz-border-radius: 35px;
	border-radius: 35px;
	border-width: 1px;
	border-style: solid;
	border-color: #c4d9df #a4c3ca #83afb7;
	width: 400px;
	height: 35px;
	padding: 10px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
			}
        
        #search, #submit
        {
            float: left;
        }
        
        #search
        {
	padding: 5px 9px;
	height: 23px;
	width: 280px;
	border: 1px solid #a4c3ca;
	font: normal 13px 'trebuchet MS', arial, helvetica;
	background: #f1f1f1;
	-moz-border-radius: 50px 3px 3px 50px;
	border-radius: 50px 3px 3px 50px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
        }
		
		/* ----------------------- */
		
		#submit
		{
	background: #6cbb6b;
	background-image: -moz-linear-gradient(#95d788, #6cbb6b);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #6cbb6b),color-stop(1, #95d788));
	-moz-border-radius: 3px 50px 50px 3px;
	border-radius: 3px 50px 50px 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #3AA6C4;
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	height: 35px;
	margin: 0 0 0 10px;
	padding: 0;
	width: 80px;
	cursor: pointer;
	font: bold 14px Arial, Helvetica;
	color: #0B527C;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
		}
		
		#submit:hover
		{		
            background: #D0EFFE;
            background-image: -moz-linear-gradient(#6cbb6b, #95d788);
            background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #95d788),color-stop(1, #6cbb6b));
		}	

		#submit:active
		{		
            background: #95d788;
			outline: none;
           
             -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
             -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
             box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
		}

		#submit::-moz-focus-inner
		{
		  border: none;
		}		
		
		/* ----------------------- */
        
        #search::-webkit-input-placeholder {
           color: #9c9c9c;
           font-style: italic;
        }
        
        #search:-moz-placeholder {
           color: #9c9c9c;
           font-style: italic;
        }    
        
        #search.placeholder {
           color: #9c9c9c !important;
           font-style: italic;
        }  
        
        #search:focus
        {
            border-color: #8badb4;
            background: #fff;
            outline: none;
        }	
				/* SEARCH END----------------------- */
#wrapper #menu {
	float: left;
	z-index: 666;
	width: 960px;
	background-color: #00507E;
	background-image: url(/images/menu_bg.jpg);
	background-repeat: repeat-x;
}
#siteinfo {
	font-weight: lighter;
	color: #a6a6a6;
	width: 960px;
	margin-top: 30px !important;
	margin-bottom: 30px !important;
	margin-left: 300px !important;
}
#siteinfo a, #siteinfo p {
	font-weight: lighter;
	color: #a6a6a6;
}
/*blog comments*/

.comment_author {
	font-size: 11px;
	font-weight: lighter;
	background-color: #FCDCEC;
	margin: 10px;
	padding: 5px;
	width: 550px;
	border: 1px solid #999999;
	color: #333333;
}

.commentone {
	font-size: 11px;
	font-weight: lighter;
	background-color: #FFFFFF;
	margin: -11px 10px 0px;
	padding: 5px;
	width: 600px;
	border: 1px solid #999999;
}
.commenttwo {
	font-size: 11px;
	font-weight: lighter;
	background-color: #E5EEFA;
	margin: 0px 10px 10px;
	padding: 10px 5px 5px;
	width: 600px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
/*////////////////////////////////////*/
/*////////////Thumb Style/////////////*/
/*////////////////////////////////////*/


ul.likEE-thumbs{
	margin: 0; 
	padding: 0;
	height: 39px;
	margin-bottom: .5em;
	margin-top: .5em;
}

ul.likEE-thumbs li{
	background-image: none;
	margin: 0;
	padding: 0;
}

ul.likEE-thumbs li.like, ul.likEE-thumbs li.dislike{text-indent: -9999px; float: left;}

ul.likEE-thumbs li.like a, 
ul.likEE-thumbs li.dislike a, 
ul.likEE-thumbs li.dislike span,
ul.likEE-thumbs li.dislike strong,
ul.likEE-thumbs li.like span,
ul.likEE-thumbs li.like strong{
	display: block;
	width: 32px;
	height: 39px;
	float: left;
	margin-right: .5em;
}

ul.likEE-thumbs li.like a,
ul.likEE-thumbs li.like span,
ul.likEE-thumbs li.like strong{
	background: url('/images/thumbs-up.png') 0 0 no-repeat;
}

ul.likEE-thumbs li.dislike a,
ul.likEE-thumbs li.dislike span,
ul.likEE-thumbs li.dislike strong{
	background: url('/images/thumbs-down.png') 0 0 no-repeat;
}

ul.likEE-thumbs li.like a:hover,
ul.likEE-thumbs li.like strong{
	background-position: 0 -39px;
}

ul.likEE-thumbs li.dislike a:hover,
ul.likEE-thumbs li.dislike strong{
	background-position: 0 -39px;
}
/*////////////////////////////////////*/
/*//////////lowprofile Style//////////*/
/*////////////////////////////////////*/

ul.likEE-lowprofile{
	margin: 0;
	padding: 0;
	height: 1.5em;
	padding: .5em 0;
	/*background-color: #f0f0f0;*/
	margin-bottom: 1em;
}

ul.likEE-lowprofile li{
	background-image: none;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: .5em;
list-style-type: none;
}

ul.likEE-lowprofile li.like a,
ul.likEE-lowprofile li.dislike a,
ul.likEE-lowprofile li.like span,
ul.likEE-lowprofile li.dislike span,
ul.likEE-lowprofile li.like strong,
ul.likEE-lowprofile li.dislike strong{
	display: block;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	padding: .3em .7em;
	text-decoration: none;
	color: #666;
	font-weight: normal;
}

ul.likEE-lowprofile li.like a,
ul.likEE-lowprofile li.dislike a,
ul.likEE-lowprofile li.like span,
ul.likEE-lowprofile li.dislike span{
	border: 1px solid #bbb;
	border-top-color: #ddd;
	border-left-color: #ddd;
	background-color: #e4e4e4;
}

ul.likEE-lowprofile li.like a:hover,
ul.likEE-lowprofile li.dislike a:hover,
ul.likEE-lowprofile li.like strong,
ul.likEE-lowprofile li.dislike strong{
	border: 1px solid #ddd;
	border-top-color: #bbb;
	border-left-color: #bbb;
	background-color: #ccc;
}

ul.likEE-lowprofile li.disliked, ul.likEE-lowprofile li.liked{
	float: right;
	padding-top: .3em;
}

#partners {
margin-left: 15px;
}
#partners h3 {
color: #BDB159;
font-size: 14px;
}
#partners h4 {
color: #BDB4AE;
font-size: 14px;
}
