/* CSS Document */

/* selectors   
**********************************/
h1#ntitle, h2, a, li, label {
	font: 1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
div, ul, li {
	padding: 0;
	margin: 0;
}

h1#ntitle {
	padding: 0;
	margin: 39px 0 3px 14px;
	display: inline; /* prevents IE double-margin bug */
	float: left;
}

img {
	border: 0;
}

h1#ntitle a {
	padding: 0;
	margin: 0;
	width: 83px;
	height: 90px;
	float: left;
	background: url(http://abhista.com/images/common/lgo_abhista.gif) no-repeat;
	font-size: 1px;
	text-decoration: none !important;
	text-indent: -5000px; /* hide text from css enabled browsers */
}

h1#ntitle a:hover {
	text-decoration: none !important;
}

ul {
	list-style-type: none;
}

ul li a {
	text-decoration: none;
	color: black;
}

ul li a:hover {
	text-decoration: underline;
}

/* Normal font*/
.normalfont {
	font-size:120%;
	 /* prevents IE Win double-margin bug */
}



/* base layout styles   
**********************************/



.navAndSearch {
	margin: 5px 0 1px 0;
	display: inline;
	float: left;
	width: 754px;
	background: url(/images/common/bg_frm_goog_cnr.gif) no-repeat right bottom;
}




/* generic classes   
**********************************/

.clear {
	clear: both;
	font-size: 2px;
}

* html .clear {
	font-size: 1px;
}

.accessElmt {
	position: absolute;
	top: 0;
	left: -5000px;
	padding: 0;
	margin: 0;
	float: left;
	font-size: 11px;
	line-height: 0;
	height: 0;
}

.alt {
	text-indent: -5000px;
	text-decoration: none;
}


/* primary navigation and news console navigation
**********************************/

#navPrime, #navNews {
	padding: 0;
	margin: 0 0 1px 0;
	float: left;
}

#navPrime {
	padding: 0;
	margin: 0 0 1px 0;
	float: left;
	width: 650px;
}

#navNews {
	width: 304px;
}

#navPrime li, #navNews li {
	margin: 0 1px 0 0;
	display: inline;
	float: left;
	font-size: 11px;
	background: #707070 url(/images/nav/nav_bg_lft.gif) no-repeat 0 -50px;
	padding-left:0px;
}


#navPrime li:hover, #navNews li:hover /*, #navPrime li.over -- commented out 02/06/2005 */ {
	background: url(/images/nav/nav_bg_lft.gif) no-repeat 0 -100px;  
	float: left;
}


#navPrime li a, #navNews li a {
	margin: 0;
	float: left;
	color: white;
	font-weight: bold;
	text-decoration: none;
	background: url(/images/nav/nav_cnr_grey.gif) no-repeat right top;
}

#navPrime li a {
	padding: 4px 20px 0 20px;
	
	height: 1.9em; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 1.6em; 
}


#navNews li a {
	padding: 3px 10px 0 10px;
	height: 1.4em;
}

#navPrime li a:hover, #navNews li a:hover {
	background: url(/images/nav/nav_cnr_green.gif) no-repeat right top;
}

* html #navPrime li a:hover, * html #navNews li a:hover{ /* IE only */
	color: #DDDDDD;
	background: url(/images/nav/nav_cnr_grey.gif) no-repeat right top;
}

#navPrime .navHere, #navNews .navHere {
	background: url(/images/nav/nav_bg_lft.gif) no-repeat 0 0;
}


#navPrime .navHere a, #navNews .navHere a {
	background: url(/images/nav/nav_cnr_purp.gif) no-repeat right top;
}

#navPrime .navHere a:hover, #navNews .navHere a:hover{
	background: url(/images/nav/nav_cnr_green.gif) no-repeat right top;
}

* html #navPrime .navHere a:hover, * html #navNews .navHere a:hover { /* IE only */
	background: url(/images/nav/nav_cnr_purp.gif) no-repeat right top;
}

/* google search   
**********************************/

#googInput{
	padding: 0;
	float: left;
	width: 619px;
	height: 26px;
	background: #076D00 url(/images/common/bg_frm_goog_input.gif) repeat-x;
}

#googInput label {
	padding: 0 4px 0 6px;
	color: white;
	font-weight: bold;
}

#googInput input.field {
	padding: 0;
	margin: 0;
	width: 460px;
	font-size: 9px;
	
	height: 2em;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 1.6em;
}


#googInput select {
	margin: 2px 0 0 5px;
	height: 17px;
	font-size: 9px;
	width: 80px;
}

.searchBtn {
	padding: 0;
	margin: 6px 0 0 4px;
	float: left;
}

.googleSearchBtn {
	padding: 0;
	margin: 2px 0 0 8px;
}


/* advertising slots   
**********************************/

.adTop {
	margin: 7px 6px 0 0;
	float: right;
}

/* Login slots */

.loginTop {
	margin: 7px 6px 0 0;
	float: right;
	font-size: 100%;
}

/*************/

  #blog-header {
    margin: 0;
    padding: 0;
    font-family: "Lucida Grande", "Trebuchet MS";
    background: #000000;
    }

    #blog-header {
    background: #99cc66;
    }

  #blog-header h1 {
    background: none;
    }
  

#blog-header h1 a {
  text-decoration: none;
  color: #fff;
  }

#blog-header h1 a:hover {
  color: #eee;
  }

