/*
	Theme Name: AMTRA
	Theme URI: http://www.amitkothari.com
	Description: A theme created by <a href="http://www.vitacreations.com" target="_blank">Vita Creations</a>
	Version: 1.0	
	Author: Vita Creations
	Author URI: http://www.vitacreations.com
*/

body,html {
	background: #EDE7D9;
	margin:0px;
	padding:0px;
	width: 100%;
	height: 100%;
}

img { border: 0px; }

p {
	font: 10pt Tahoma,Arial,Helvetica,sans-serif;
	text-align:justify;
	padding:2px 0 2px 0;
	margin:0px;
	line-height: 14pt;
}	

#container {
	background: #EDE7D9;
	width: 900px;
	position: relative;
	margin: auto;
}
/*----------------------Header-------------------------*/

#header {
	width: 100%;
	background: #000 url(images/header_bg.png);
	height: 120px;
	margin-bottom: 0px;
}

#header #bloglogo {
	width: 900px;
	padding-top:15px;
	margin: auto;
	position: relative;
}

/*----------------------Menu-------------------------*/

#menu_wrap {
	width: 900px;
	height: 100px;
	background: #EDE7D9;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

#menu {
	float: left;
	width: 645px;
	height: 38px;	
	margin: auto;	/* this value is different in Firefox & IE7 */
	position: absolute;
	top: 70px;
}

#menu ul {
	list-style: none;
	margin:0;
}

#menu ul li{
	float: left; /* This is important for the menu in IE7 to work */
} 

#menu ul li a {
	display:block;
	float: none; /* This is important for the menu in IE7 to work */
	height:30px;
	text-decoration:none;
	text-indent:-900em;
	margin: 0px 3px 0px 0px;
}
#menu .menu_home a {
	background:transparent url(images/homemenu.png) no-repeat scroll left bottom;
	width:78px;	
}
#menu .menu_home a:hover, #menu .menu_home .current{
	background:transparent url(images/homemenu.png) no-repeat scroll left top;
}

#menu .menu_about a {
	background:transparent url(images/aboutmenu.png) no-repeat scroll left bottom;
	width:77px;
}
#menu .menu_about a:hover, #menu .menu_about .current {
	background:transparent url(images/aboutmenu.png) no-repeat scroll left top;
}
#menu .menu_ambi a {
	background:transparent url(images/ambimenu.png) no-repeat scroll left bottom;
	width:110px;
}
#menu .menu_ambi a:hover , #menu .menu_ambi .current{
	background:transparent url(images/ambimenu.png) no-repeat scroll left top;
}
#menu .menu_resource a {
	background:transparent url(images/resourcemenu.png) no-repeat scroll left bottom;
	width:107px;
}
#menu .menu_resource a:hover, #menu .menu_resource .current {
	background:transparent url(images/resourcemenu.png) no-repeat scroll left top;
}
#menu .menu_contact a {
	background:transparent url(images/contactmenu.png) no-repeat scroll left bottom;
	width:90px;
}
#menu .menu_contact a:hover, #menu .menu_contact .current {
	background:transparent url(images/contactmenu.png) no-repeat scroll left top;
}
/*------------------------SEARCH--------------------------*/

#search {
	float: right;
	width: 225px;
	margin: 0;
	padding: 0;
	position: relative;
}

#search span {
	background: url(images/searchicon.png) no-repeat;
	width: 62px;
	height: 39px;
	position: absolute;
	top: 0px;
	left: -15px;
}

#searchtitle {
	background: #CAD332 url(images/categories_bg.png) repeat-x;
	height: 25px;	
	border-top: 1px #999 solid;
	margin-top: 12px;
}

#searchtitle h2{
	font: bold 12pt Tahoma,Arial,Helvetica,sans-serif;	
	color: #333;
	padding-left: 50px;
	padding-top: 3px;
	margin: 0;
}

#searchinput {
	background: #fff;
	position: relative;
	padding: 19px 0px 19px 19px;
	border: 1px #999 solid;
}
#searchform {
	margin: 0;
	padding: 0;
}

#searchinput input.button{
	position: absolute;
	top: 17px;
	left: 170px;
}
/*---------------------- Wrapper -------------------------*/

#main_content {
	width: 645px;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

#top_wrap {
	width: 645px;
	height: 15px;
	background: url(images/top_wrap.png) no-repeat;
}

#bottom_wrap {
	width: 645px;
	height: 15px;
	background:url(images/bottom_wrap.png) no-repeat;
}

#content_wrap {
	min-height: 400px;
	background: #fff;
	padding: 0;
}

#page_content_wrap {
	min-height: 400px;
	background: #fff;
	padding: 0;
	margin-top: -20px;
}


/*---------------------- POST CONTAINER -------------------------*/

#post_container {
	width: 600px;
	margin: 0px auto 20px auto;
	background: #fff;
	min-height: 100px;	
	padding: 0 10px;
}

.post_title {
	width: 600px;
	margin: 0 0 15px 0;
}

.post_title .title {
	float: left;
	display:block;	
	margin: 0;
}

.post_title .title h3 {	
	float: none;
	font: bold 13pt Tahoma,Arial,Helvetica,sans-serif;	
	color: #7F0202;
}

.post_title .title img {
	max-width: 520px;
	display: block;
	position: absolute;
	left: 20px;
	margin: 0;
	padding: 0;
}


.post_title .no_of_comments {
	background: url(images/comments.png) no-repeat;
	width: 50px;
	height: 50px;
	float: right;
	margin-top: 10px;
}

.post_title .no-comments {
	width: 50px;
	height: 50px;
	float: right;
	margin-top: 10px;
}

.post_title .no_of_comments a, .post_title .no_of_comments a:visited {
	display: block;
	text-align: center;
	font: bold 12pt Tahoma,Arial,Helvetica,sans-serif;	
	color: #fff;
	text-decoration: none;
	margin-top: 12px;
}

.email a,.email a:visited,
.print a,.print a:visited,
.author a,.author a:visited,
.comments a,.comments a:visited,
.post_content  a,.post_content a:visited{
	text-decoration: none;
	color: #ff6600;
}

.email a:hover,.print a:hover,.comments a:hover,.post_content a:hover{	
	color: #333;
}

.author,.date,.comments,.email,.print {
	float: left;
	margin-right: 12px;
	font: bold 10pt Tahoma,Arial,Helvetica,sans-serif;	
	color: #224970;
}

.email {
	background: url(images/emailpost.png) no-repeat;
	padding-left: 22px;
}

.print{
	background: url(images/printpost.png) no-repeat;
	padding-left: 22px;
}

.comments {
	background: url(images/comment_new.gif) no-repeat;
	padding-left: 22px;
}

.tags {
	background: url(images/tag.gif) no-repeat;
	padding: 0 0 10px 22px;
	float: left;
	font: bold 10pt Tahoma,Arial,Helvetica,sans-serif;	
	color: #224970;
}

.tags a, .tags a:visited {
	color: #224970;
	text-decoration: none;
}

.tags a:hover {
	color: #ff6600;
}

.post_content {
	text-align: justify;
	padding: 10px 0px;
}

/*---------------------- GALLERY CONTAINER -------------------------*/

#gallery_container {
	width: 560px;
	margin: 20px auto 20px auto;
	background: #EDE7D9;
	min-height: 100px;
}

#gallery_container span {
	background: url(images/camera.png) no-repeat;
	width: 63px;
	height: 42px;
	position: absolute;
	left: 550px;
	margin-top: -15px;
}

#gallery_container .gal-header {
	width: 35px;
	height: 160px;
	float: left;
	background: #333  url(images/ambigramsword.png) no-repeat center;
}

#gallery_container .horizontal-gallery {
	width: 500px;
	float: right;
	height: 80px;
	margin-top: 10px;
}

#gallery_container .link-to-gal a, #gallery_container .link-to-gal a:visited {	
	float: right;
	font: bold 9pt Tahoma,Arial,Helvetica,sans-serif;	
	color: #ff6600;
	position: absolute;
	left: 450px;
	margin-top: 135px;
	text-decoration: none;
}

#gallery_container .link-to-gal a:hover {
	color: #224970;
}

/*---------------------- SIDEBAR -------------------------*/

#sidebar {
	float: left;
	width: 225px;
	position: relative;
	margin-left: 30px;
}

#sidebar h3{
	font: bold 11pt Tahoma,Arial,Helvetica,sans-serif;	
	color: #fff;
	padding-left: 10px;
	padding-top: 3px;
	margin: 0;
}

#sidebar .categories .top , 
#sidebar .archive .top,
#sidebar .recentpost .top, 
#sidebar .recentcomment .top,
#sidebar .resources .top,
#sidebar .links .top,  
#sidebar .subscribe .top{
	background:url(images/categories_bg.png) repeat-x;
	width: 225px;
	height: 25px;
}

#sidebar .archive .middle {
	background: #fff url(images/archive.png) no-repeat left;
	padding: 20px 0 20px 60px;
	border-right: 1px #999 solid;
	border-left: 1px #999 solid;
}

#sidebar .categories .middle,
#sidebar .recentpost .middle, 
#sidebar .recentcomment .middle,
#sidebar .resources .middle,
#sidebar .links .middle {
	background: #fff ;
}

#sidebar .categories ul,
#sidebar .resources ul,
#sidebar .links ul,
#sidebar .recentcomment ul, 
#sidebar .recentpost ul{
	margin: 0px;
	position: relative; 
	border-right: 1px #999 solid;
	border-left: 1px #999 solid;
}

#sidebar .categories ul li,
#sidebar .resources ul li,
#sidebar .links ul li, 
#sidebar .recentpost ul li {
	border-bottom: 1px #EDE7D9 dashed;
	list-style: none;
	width: 203px;
	padding: 4px 0px 4px 20px;
	margin-left: -40px;	/* this value is different in Firefox & IE7 */
}

#sidebar .categories ul li a,#sidebar .categories ul li a:visited {
	text-decoration: none;
	font: bold 10pt Tahoma,Arial,Helvetica,sans-serif;
	background: url(images/cat_list.gif) no-repeat left top;
	color: #333;
	padding-left: 20px;
}

#sidebar .recentpost ul li a,#sidebar .recentpost ul li a:visited {
	text-decoration: none;
	font: bold 10pt Tahoma,Arial,Helvetica,sans-serif;
	background: url(images/rp_list.png) no-repeat left top;
	color: #333;
	padding-left: 20px;
}

#sidebar .recentcomment ul li {
	list-style: none;
	text-decoration: none;
	font: bold 10pt Tahoma,Arial,Helvetica,sans-serif;
	background: url(images/rc_list.gif) no-repeat left top;
	color: #333;
	margin-left: -40px;
	border-bottom: 1px #EDE7D9 dashed;
	padding: 5px 0px 5px 40px;
}

#sidebar .recentcomment ul li a, #sidebar .recentcomment ul li a:visited {
	text-decoration: none;
	color: #3674B1;
}

/* This code for not displaying the default widget tite */
#sidebar .recentcomment p {
	text-indent: -9000px;
	height:0px;
	border: 0; padding: 0; margin: 0;
}

#sidebar .resources ul li a,#sidebar .resources ul li a:visited {
	text-decoration: none;
	font: bold 10pt Tahoma,Arial,Helvetica,sans-serif;
	background: url(images/resource_list.gif) no-repeat left top;
	color: #333;
	padding-left: 20px;
}

#sidebar .links ul li a,#sidebar .links ul li a:visited {
	text-decoration: none;
	font: bold 10pt Tahoma,Arial,Helvetica,sans-serif;
	background: url(images/link_list.gif) no-repeat left top;
	color: #333;
	padding-left: 20px;
}

#sidebar .categories ul li a:hover,
#sidebar .resources ul li a:hover,
#sidebar .links ul li a:hover,
#sidebar .recentcomment ul li a:hover,
#sidebar .recentpost ul li a:hover{
	color: #FCB341;
}

#sidebar .subscribe .topnotice p{
	font:  10pt Tahoma,Arial,Helvetica,sans-serif;	
	color: #333;
	margin: 0;
	padding: 10px;
	text-align: justify;
}

#sidebar .subscribe  .subscribe_email{
	background: url(images/email.png) no-repeat left;
	margin-left: 20px;
}

#sidebar .subscribe  .subscribe_email a, #sidebar .subscribe  .subscribe_email a:visited,
#sidebar .subscribe  .subscribe_rss a, #sidebar .subscribe  .subscribe_rss a:visited{
	text-decoration: none;
	font: bold 10pt Tahoma,Arial,Helvetica,sans-serif;	
	color: #333;
	line-height: 25px;
	padding: 12px 0 0 35px;
}

#sidebar .subscribe  .subscribe_rss a:hover, #sidebar .subscribe  .subscribe_email a:hover{
	color: #FCB341;
}

#sidebar .subscribe  .subscribe_rss{
	background: url(images/rss.png) no-repeat left;
	margin-left: 20px;
}

#sidebar .subscribe .middle {
	border: 1px #999 solid;
	border-top: 0px;
	background-color: #fff;
	padding-bottom: 10px;
}

/*---------------------- ARCHIVE -------------------------*/

#archive_header  h3{	
	font: bold 14pt Tahoma,Arial,Helvetica,sans-serif;
	text-align: right;
	padding: 10px 20px 10px 0;
	margin: 0;
	color: #333;
}


/*----------------------MISC-------------------------*/

.breakline {
	height: 30px;	
}

.border_right { border-right: 1px #999 solid; }

.border_left { border-left: 1px #999 solid; }

.border_bottom { border-bottom: 1px #999 solid; }

.border_top { border-top: 1px #999 solid; }

/*----------------------Footer-------------------------*/

#footer {
	width: 645px;
	margin: auto;
	position: relative;
	background: #fff;
	padding-top: 20px;
}

.copyright {	
	color: #333;
	height: 20px;
	margin: auto;
	position: relative;
}

.copyright p {
	font: bold 10pt Tahoma,Arial,Helvetica,sans-serif;
	text-align: center;
}


/** COMMENT **/
#commentblock {	
	font: 10pt Tahoma,Arial,Helvetica,sans-serif;
	margin-left:4px;
	width: 600px;
	margin: 40px auto 0px auto;
}

#commentblock  #comments, #nocomment h3 {
	text-align: left;
	padding: 0;
	margin: 0;
	width: 200px;	
}

#commentlist .commentname{
	background: #333;
	height: 20px;
	color: #fff;
}

ol#commentlist {
	list-style:none;
	margin: 15px 0 0 0px;
	padding:0;
}

#commentlist li {
	padding: 10px;
	border: 1px #EDE7D9 solid;
	margin: 10px 0px;;
}

#commentlist .commentname{
	background: #555;
	height: 20px;
	color: #fff;
	padding: 5px 0 5px 20px ;
}

#commentlist .commentname a, #commentlist .commentname a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#commentlist li  span{
	background: url(images/paper-clip-mini.png) no-repeat;
	width: 20px;
	height: 41px;
	position: absolute;
	left: 30px;
	margin-top: -15px;
}

#commentlist .commenttext{
	padding: 10px ;
	color: #224970;
}

#commentform small {
	font: bold 9pt Tahoma,Arial,Helvetica,sans-serif;
	color: #224970;
}

#commentform input , #commentform textarea {
	border: 1px #EDE7D9 solid;
	color: #224970;
}

#commentform #submit {
	background: #555;
	border: 1px #000 solid;
	color: #fff;
	font: bold 10pt Tahoma,Arial,Helvetica,sans-serif;
}

#commentform #submit:hover {
	background: #fff;	
	color: #224970;
	border: 1px #555 solid;
}