/*********************************************************************
 * main.css - Groovy Organic Delirium Tremens (v1)              
 *                            
 * Copyright (c)	E-nova Technologies Pvt. Ltd. India
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @package			Trikaya
 * @copyright		E-nova Technologies pvt. ltd. India 2005-09
 * @link			http://www.enova-tech.net
 * @license			http://www.opensource.org/licenses/mit-license.php
 * @author      kevin@enova-tech.net
 * @date        13/02/08
 * 
/*********************************************************************/

*{
	padding:0;
	margin:0;
}
body, html{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	height:100%; 

}
#container{
	width:770px;
	margin: auto; /* in the center of the universe */
	padding-top:2px;
}
html\:abbr, abbr {
  border-bottom: 1px dotted #999;
  cursor: help;
}

/*** LINKS *********************************************/
a:link, a:visited{
	color:#2b2b2b;
	text-decoration:none;
}
a:hover{
	/*color:#FF5500;*/
	text-decoration:none;
	font-weight: bold;
	/*border-bottom:1px dotted #FF5500; */
}
a img.selected,a.unselected{
	opacity:0.4;
	filter:alpha(opacity=40);
}
a img.opacity60{
	opacity:0.6;
	filter:alpha(opacity=60);
}
a:hover.unselected, a:hover img{
	border:0;
	opacity:1;
	filter:alpha(opacity=100);
}

/*** IMAGES ***/
img.left{float:left;margin:0 5px 0 15px;}
img.right{float:right;margin:0 5px 0 15px;}

/* remove link:hover border when img  */ 
a img,div.featured a:hover, ul.preview a:hover, 
div.tools a:hover, div.logo a:hover,
div.sidebar a img, div.sidebar a:hover{
	border:0;
} 

/*** FORMS ***/
input,textarea{
	color:#636363;
	/* border:1px solid #FFC469; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:2px;
	-moz-border-radius:4px;
}

/**** SPACER ***/
hr{
	line-height:0px;
	height:0px;
	margin:0px;
	padding:0px;
	clear:both;
	border:0;
	visibility:hidden;
}