/*
Theme Name: Indigo
Theme URI: http://www.kaushalsheth.com/
Description:  A lightweight, simple and pleasant design.
Author: Kaushal Sheth
Author URI: http://www.kaushalsheth.com/

*/


/*#############################################################
Name: Indigo
Date: 2006-07-27
Description: A lightweight, simple and pleasant design.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #FF7700;
	text-decoration: none;
}
a:hover {
	color: #CC6600;
	text-decoration: underline;
}
body {
	background: #0094D6 url('img/bg.gif') repeat-x;
	color: #446666;
	margin: 0;
	min-width: 980px;
/*	position: absolute; */
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:65%;
	font-family:Lucida Sans Unicode, sans-serif
}

* html .minwidth {padding-left:980px; position:relative; float:left;}
* html .contained {margin-left:-980px; position:relative; float:left;}

/*\*/
* html .minwidth, * html .contained, * html .layout  { height:1px; width:1px;}
/**/

.minwidth { position: relative; }

input {
	color: #555555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p, code, ul {
	font-size: 1.2em;
}
p, blockquote {
	padding-bottom: 0.75em;
	text-align: justify;
}
p.notfound {
	text-align: center;
}
h1 {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}
code {
	display: block;
	margin-bottom: 12px;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:8px;
	border-right:1px solid #F0F0F0;
	border-top:1px solid #F0F0F0;
	border-bottom:1px solid #F0F0F0;
	border-left:6px solid #39F;
	background:url('img/bgcode.gif');
	color: #555555;
	white-space: pre;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:1.1em;
	font-family:Lucida Sans Unicode, serif; 
}
blockquote {
	display: block;
	padding-top: 0;
	padding-left: 28px;
	padding-right: 20px;
/*	padding-bottom: 1.2em; */
	background: url('img/quote.gif') no-repeat;
	color: #666666;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
/*	font-size: 1.2em;
	font-family:Lucida Sans Unicode, serif;  */
}
cite {
	font-style: italic;
}
h1, h2, h3 {
	color: #0066CC;
}
h2.notfound {
	text-align: center;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url('img/topleft.gif') no-repeat;
}

.header {
	height: 99px;
}
.graphic {
	position:absolute; top: 0px; right: 0px;
}

/* title */
.title {
	position: absolute; top: 2px; right: 10px;
}
.title h1 {
	color: #00A3E3;
	font: bold 2.5em Verdana,sans-serif;
}

.title h1 a {
	color: #00A3E3;
	text-decoration: none;
}

/* navigation */
.navigation {
	float: left;
	height: 92px;
	margin-left: 24px;
	padding: 0 16px;
}
.navigation a {
	color: #FFFFFF;
	float: left;
	font: bold 1.25em "Trebuchet MS",sans-serif;
	margin-top: 58px;
	padding: 5px 18px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #4A91C3;
	color: #FFFFFF;
}
.navigation li {
	list-style:none;
	float: left;
}
.navigation ul {
	margin: 0;
	float: left;
}

/* User Login */
.userinfo {
	color: #FFFFFF;
	font: bold 1.25em "Trebuchet MS",sans-serif;
	position: absolute;
	top: 5px;
	right: 350px;
	text-align: right;
}
.userinfo a {
	color: #FFFFFF;
	text-decoration: underline;
}
.userinfo2 {
	color: #FFFFFF;
	font: bold 1.25em "Trebuchet MS",sans-serif;
	position: absolute;
	top: 2em;
	right: 350px;
	text-align: right;
}
.userinfo2 a {
	color: #FFFFFF;
	text-decoration: underline;
}

/* main */
.main {
	background: #FFFFFF url('img/bgmain.gif') repeat-y;
	clear: both;
	padding-left:52px; padding-right:12px; padding-top:12px; padding-bottom:0
}

/* main left */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	border-bottom: 1px dashed #DDD;
	font-size: 1.25em;
	height: 20px;
	margin: 0;
	padding: 0;
}
.sidenav ul {
	margin: 0 0 1.25em 0;
	padding: 0;
	display: block;
	clear: both;
}
.sidenav li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111111;
	background: url('img/nav_li.gif') no-repeat;
}
.sidenav form {
	margin: 0.4em 0 1.25em 0;
}

/* sidebar widgets */
.amzshcs-item { margin: 0.4em 0 1.25em 0; }
.amzshcs-item img { border: 0; float: left; padding-right: 5px;}
.amzshcs-item a { text-decoration: none; }
.amzshcs-item a:hover { text-decoration: underline; }


/* content */
.content {
	float: left;
	width: 74%;
	margin: 0;
	padding: 0;
}
.content h1 {
  font-size: 1.8em;
  margin-bottom: 0.5em;
  margin-top: 0;
  padding: 0;
}
.content h1 a {
  text-decoration: none;
}
.content h1 a:hover {
  text-decoration: underline;
}
.content .descr {
	color: #CC6600;
	margin-bottom: 6px;
	vertical-align: bottom;
}
.content .attrib {
	float: left;
	vertical-align: bottom;
}
.content .printlink {
	float: right;
}
.content li {
	margin-left: 18px; list-style-image:url('img/li.gif')
}

/* gallery customizations */
#content {
	margin: 0;
	padding: 0;
}
#gsImageView {
	text-align: center;
}
table#gsThumbMatrix div.giInfo {
	text-align: center;
}

/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}

/* custom login pages */
#login {
	padding-bottom: 1em;
}
#login h2 {
	margin-bottom: 0.5em;
}
#login_error {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	font-size: 1.25em;
	color: #CC3333;
}

/* footer */
.container2 {
	background: #0094D6 url('img/bgfooter.gif') repeat-x;
}
.footer {
	background: url('img/botright.gif') no-repeat;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 48px;
	text-align: center
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer img {
	float: right;
	padding-top: 19px;
       padding-right: 5px;
}
.adfooter {
	text-align: center;
	padding-bottom: 15px;
}

/*post stylng*/
.post {
  margin:0 0 25px 0;
}

.post .info {
  padding: 2px 3px 3px 8px;
  border: 1px solid #e3e4e4;
  background-color: #f5f5f5;
  font-size: 0.9em;
  color: #505050;
}
.post h2 {
  font-size: 1.5em;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
  padding: 0;
}  
.post ul {
  margin: 0;
  padding: 0;
  padding-left: 32px;
}
.post li {
  margin: 0;
  padding: 0;
  margin-bottom: 0.4em;
  text-align: justify;
}

/* Add to Any button */
.addtoany_share_save_container {
  padding-top: 0.5em;
  padding-bottom: 1.5em;
}

/* Links */
ul.libcats, ul.linkcats {
  margin-bottom: 0.75em;
}
li.libcat, li.linkcat {
  font-size: 110%;
  font-weight: bold;
  list-style: none;
}
h2.linktitle {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 1em;
}
li.link {
  list-style: none;
  text-align: justify;
  margin-top: 0.4em;
  margin-left: 0;
}
div.back {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 1em;
}

/*comment styling*/
/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #ffffff;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input {
margin-bottom: 3px;
}

#site_content { position: absolute; left: -10000px; }

