/*  
Theme Name: Zetta
Theme URI: http://zetta.in/
Description: Zetta.in Theme
Version: 0.01a
Author: Sree Pillai
*/

* html body *  {
overflow : visible;
}
* html iframe, * html frame {
overflow : auto;
}
* html frameset {
overflow : hidden;
}
* html textarea {
overflow : scroll;
}
* html input {
overflow : hidden;
} 
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background : #616161; /* 9C9C9C */
	color: #000;
	text-align: center;
	}

#page {
	background : #fff url("../imagesss/bgs.jpg") repeat top left ;
	text-align: left;
	position:relative;
}
#admin{
	font-size: 120%;
	position: absolute;
	font-weight: bold;
	top:125px;
	right: 5px;
}
#header-banner 	{ 
	background: #f93 url("../images/header.jpg") no-repeat top left;
	float:left;
} 
#header-nav { 
	background: transparent;
	float:right;
  margin: 20px 10px 10px 10px; 
}
#header-tagline {
  display: none;
  background: transparent;
  float: right;
  margin: 20px; 
  color: #2F4F2F;
  font-weight: bold; 
}
#header-logo {
 	background: transparent;
	float:left;
  margin: 60px 0px 0px 30px; 
  border:0;
	font-size: 5em;
  text-align:left;
  color: #f93;
}
#content {
	font-size: 1.3em
}
.contentarea  {
  line-height : 1.4em;
  text-align : justify;
} 
.alt {
	border-top: 1px solid #ddd;
}
small {
	font-size: 0.9em;
	line-height: 1.5em;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	font-size: 1.7em;
	text-align: left;
	padding: 5px 0px 15px 0px;
	border-bottom: 3px #FF6300 double;
}
#header-banner .description {
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	color: black;
}
h2 {
	font-size: 1.4em;
	padding: 10px 0 0 0;
}
h3 {
	clear: left;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 0 0 0;
}
h1, h1 a, h1 a:hover, h1 a:visited , h2, h2 a, h2 a:visited, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited , cite {
	text-decoration: none;
	color:#000;
}
.contentarea p a:visited {
	color: purple;
}
small, blockquote, strike {
	color: #000;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a {
	color: blue;
	text-decoration: none;
}

a:hover, h2 a:hover, h3 a:hover {
	color: #FF6300;
	text-decoration: underline;
	}

/* End Typography & Colors */


/* Begin Structure */
body {
	margin: 10px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	}
#page p {
	text-align: justify;
}
#header {
	margin: 0; 
	padding: 0; 
}
#header-banner {
	margin: 0;
	height: 175px; 
	width: 780px;
}
.narrowcolumn {
	float: left;
	padding: 10px 30px 30px 30px;
	margin: 0;
	width: 720px;
}
#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	text-align:  center;
	width: 780px;
	background: #676767 url("../images/footer_top_bg.jpg") repeat-x top left; 
	color: silver;
}
#footer_container {
	margin-left: 30px;
	}

#footer_container p {
	margin: 0;
	padding: 10px 0;
	letter-spacing: 1px;
	text-align: center;
	}

#footer a{
	color: #FFF;
}

/* End Structure */


/*	Begin Headers */
h1 {
	margin: 0;
}

h2 {
	margin: 0px 0 0;
}

h2.pagetitle {
	margin-top: 0px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}
/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

img.favicon{
	height: 16px;
	width: 16px;
	}

html>body .contentarea ul {
	margin-left: 0px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .contentarea li {
	padding-left: 25px;
	margin: 7px 0 8px 0px;
	}

.contentarea ul li {
	background: url("../images/bullet.gif") no-repeat 0% 5px; 
	padding-left:15px;
	margin-left:-10px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
.contentarea ol {
	padding: 0 0 0 30px;
	margin: 0;
	}

.contentarea ol li {
	margin: 0;
	padding: 0;
	}

	ol li {
	list-style: decimal outside;
	}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.clear { clear: both; }

/* End Various Tags & Classes*/


/* Contact Us Form */
fieldset { 
  border:0;
  margin:0;
  padding:0; 
}
label { 
  display:block; 
}
input.text, textarea { 
  width:300px; 
  font-size:12px; 
  color:#000;
  padding:1px;
  margin-bottom:10px;
  border:2px solid #ccc; 
}
input.submit { 
  padding:5px 5px;
  font-weight:bold; 
  background-color: #FF6300;
  color: #fff;
}
input.submit:hover{ 
  background-color: #FF6300;
  border:2px solid #f93; 
}
span.errmsg {
  color:#f00; 
  font-weight:normal;
}

