/*
Theme Name: indigo6 2009
Theme URI: 
Description: 
Version: 
Author: 
Author URI: 
Tags: 
*/

/* main settings */
body{
	margin:0;
	background:#161616;
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #666;
}
.white{
	color:#636363;
	background:#fff;
}
img{border-style:none;}
form{margin:0;}
/* main container */
#main{
	width:960px;
	margin:0 auto;
}

#content .comments .comments-link{padding: 0;
	border: 1px solid red;
}

/* header section */

#sidebar{
	width: 270px;
	float:right;
	padding: 45px 30px 0 25px;
}

#sidebar h2{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-top: 35px;
	display: block;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 10px;
	padding-bottom: 7px;
	color: #DDD;
	background: url(images/h2Dotted.gif) no-repeat 0 30px;
}

#header{
	width:100%;
	overflow:hidden;
	height:103px;
	position:relative;
}
#header .logo{
	float:left;
	width:108px;
	height:70px;
	overflow:hidden;
	margin:33px 0 0 30px;
	position:relative;
}
#header .logo a{
	background:url(images/logo1.png) no-repeat;
	height:140px;
	position:relative;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}

.white #sidebar h2{
	color:#222;
	background: url(images/h2DottedWhite.gif) no-repeat 0 30px;
}

.white #header .logo a{background:url(images/logo2.png) no-repeat;}

.white #sidebar,
.white #sidebar ul a{color:#000;}

.white #sidebar ul li {
	background: transparent url(images/arrow2.gif) no-repeat scroll 0 7px;
}

.white #sidebar ul li a{
	color: #666;
	text-decoration:none;
}
.white #sidebar ul li a:hover{text-decoration: none;
	color: #000;
}
.white #sidebar p{
	margin:0;
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	color: #333;
	padding-top: 25px;
}

#header .logo a:hover{margin:-70px 0 0;}
#header .bg-holder{
	background:url(images/bg-header.png) no-repeat;
	height:10px;
	position:absolute;
	bottom:0;
	overflow:hidden;
	left:0;
	text-indent:-9999px;
	width:100%;
}

#sidebar.post-page .categories{
	font-size:14px;
	line-height:20px;
	padding:15px 0 0 20px;
}

#homeHeader{
	width:100%;
	overflow:hidden;
	height:103px;
	position:relative;
}
#homeHeader .logo{
	float:left;
	width:108px;
	height:70px;
	overflow:hidden;
	margin: 33px 0 0 30px;
	position:relative;
}
#homeHeader .logo a{
	background:url(images/logo1.png) no-repeat;
	height:140px;
	margin:-70px 0 0;
	position:relative;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
.white #homeHeader .logo a{background:url(images/logo2.png) no-repeat;}
#homeHeader .logo a:hover{margin:-70px 0 0;}
#homeHeader .bg-holder{
	background:url(images/bg-header.png) no-repeat;
	height:10px;
	position:absolute;
	bottom:0;
	overflow:hidden;
	left:0;
	text-indent:-9999px;
	width:100%;
}









.white #header .bg-holder{background:url(images/bg-header2.png) no-repeat;}
/* navigation */
#nav{
	margin:0;
	padding: 60px 25px 0 0;
	float:right;
	list-style:none;
	overflow:hidden;
	font-size: 13px;
}
#nav li{
	float:left;
	background:url(images/line1.gif) repeat-y;
	margin:0 0 0 -1px;
	padding: 1px 12px 2px;
}
#nav li a{
	text-decoration:none;
	color:#fff;
}
.white #nav li a{color:#000;}
#nav li a:hover{color: #999;}
#nav li.active a,
#nav li.active a:hover{color:#666;}
.white #nav li a:hover{color:#666;}
.white #nav li.active a,
.white #nav li.active a:hover{color:#bfbfbf;}
/* content section */

#entry img{
	margin-bottom: 10px;
}
#content{
	width:615px;
	float:left;
}
/* post list */
#content .posts{
	margin:0;
	padding: 15px 50px 0 30px;
	list-style:none;
	color:#a6a6a6;
}
#content .posts img{
	margin-bottom: 10px;
}
.white #content .posts{color:#636363;}
.white #content .posts li{background:url(images/line3.gif) no-repeat;}
#content .posts li{
	background:url(images/line2.gif) no-repeat;
	padding: 15px 0 20px;
	width:100%;
}
#content .post ol li{
	padding-bottom: 5px;
	padding-right: 25px;
	padding-top: 10px;

}

.lists ol li {
	padding-bottom: 5px;
	padding-right: 25px;
	padding-top: 10px;
	background-color: gray;
}



.white #content .page h1{
	color:#000;
	font: italic 32px/36px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0;
}

.white #content .posts h1{
	color:#000;
	font: italic 28px/24px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0;
}

#content .posts h3{
	color:#fff;
	font: italic 22px/24px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0;
}
#content .posts h3 a{
	color:#fff;
	text-decoration: none;
	font-weight: normal;
}
#content .posts h3 a:hover{
	text-decoration: none;
	color: #666;
}
.white #content .posts h3,
.white #content .posts h3 a{
	color:#000;
}
.white #content .posts h3,
.white #content .posts h3 a:hover{
	color: #999;
}
#content .text-holder{
	height:1%;
	overflow:hidden;
}
#content .alignleft{
	float:left;
	margin-top: 30px;
	margin-left: 0;
	margin-right: 20px;
}

#content .posts p{margin: 10px 0;
}

#content .posts p a {
	
	margin: 10px 0;
	color: #FFF;
	text-decoration: none;
}

#content .posts p a:hover{
	
	margin: 10px 0;
	color: #666;
	text-decoration: none;
}

.white #content .posts p a {
	
	margin: 10px 0;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

.white #content .posts p a:hover{
	
	margin: 10px 0;
	color: #666;
	text-decoration: none;
}


#content .posts .text-holder .excerpt{margin: 10px 0;
	height: 75px;
}

#content .posts .text-holder .excerpt a{
	
	margin: 10px 0;
	color: #999;
	text-decoration: none;
}
#content .posts .text-holder .excerpt a:visited,{
	
	margin: 10px 0;
	color: #999;
	text-decoration: none;
}

#content .posts .excerpt a:hover{
	
	margin: 10px 0;
	color: #666;
	text-decoration: none;
}

#content .posts .text-holder .excerptWhite{margin: 10px 0;
	height: 75px;
}

#content .posts .text-holder .excerptWhite a{
	
	margin: 10px 0;
	color: #666;
	text-decoration: none;
}
#content .posts .text-holder .excerptWhite a:visited,{
	
	margin: 10px 0;
	color: #666;
	text-decoration: none;
}

#content .posts .excerptWhite a:hover{
	
	margin: 10px 0;
	color: #999;
	text-decoration: none;
}



#content .category-heading{
	margin: 25px 0 0 30px;
	text-transform:uppercase;
	font-weight:normal;
	font:14px/18px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
	color: #999;
}

.white #content .category-heading{
	margin: 25px 0 0 30px;
	text-transform:uppercase;
	font-weight:normal;
	font:14px/18px "Helvetica Neue" Helvetica, Arial, Tahoma, sans-serif;
	color: #666;
}

.white #content .category-headingNews{
	margin: 50px 0 0 30px;
	text-transform:uppercase;
	font-weight:normal;
	font:14px/18px "Helvetica Neue" Helvetica, Arial, Tahoma, sans-serif;
	color: #666;
}
#content .link-holder{
	height:1%;
	overflow:hidden;
	padding:19px 109px 20px 0;
	margin:0 0 0 20px;
	background:url(images/line2.gif) no-repeat;
}
.white #content .link-holder{background:url(images/line3.gif) no-repeat;}
#content .link-prev,
#content .link-next{
	float:left;
	text-decoration:none;
	color:#e5e5e5;
}
#content .link-next{float:right;}
#content .link-prev:hover,
#content .link-next:hover{text-decoration:underline;}
.white #content .link-prev,
.white #content .link-next{color:#252525;}
#content .content-holder{padding: 40px 0 0 30px;}
#content .page{
	padding:16px 40px 0 0;
	margin:15px 0 0;
	font-size: 14px;
	line-height: 20px;
	background:url(images/lineX.gif) no-repeat;
}

#content .page h4{
	color: #CCC;
	font-size: 28px;
	line-height: 28px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -1px;
	word-spacing: -1px;
	margin: 30px 0 10px;
	padding: 0;
}

#content .post{
	padding:16px 40px 0 0;
	margin:15px 0 0;
	font-size: 14px;
	line-height: 20px;
	background:url(images/lineX.gif) no-repeat;
	color: #999;
}

#content .post h3{
	margin:0;
	font-size:18px;
	line-height: 30px;
	color:#fff;
}

#content .post img{display: inline;
	padding-right: 0;
	padding-left: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

#content .page a{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-style: italic;
}

#content .page a:hover{
	color: #999;
	text-decoration: none;
}

.white #content .page a{
	font-weight: bold;
	color: #666;
	text-decoration: none;
	font-style: italic;
}

.white #content .page a:hover{
	color: #000;
	text-decoration: none;
}

#content .post a{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-style: italic;
}

#content .post a:hover{
	color: #999;
	text-decoration: none;
}
.white #content .post{
	color: #333;
}

.white #content .post a{
	color: #000;
	text-decoration: none;
}

.white #content .post a:hover{
	font-weight: bold;
	color: #999;
	text-decoration: none;
	font-style: italic;
}

#content .page #20pix{
	font: 14px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content .page #10pix{
	font: 7px/10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content .page .sub{
	color: #000;
	text-transform: uppercase;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.white #content .page .sub{
	color: #000;
	text-transform: uppercase;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: -5px;
}

.white #content .post p{
	color: #333;
}
#content .date{font-size:10px;
	color: #999;
}
#content .post h1{
	color:#fff;
	margin: 18px 0 12px;
	font: italic 28px/36px Georgia, "Times New Roman", Verdana, Times, serif;
	letter-spacing: -.5px;
}
.white #content .post h1{color:#000;}
.white #content .post h3{color:#666;}
#content .share{
	padding: 40px 0 10px;
	margin-top: 40px;
}

#content .comments{padding: 0 0 20px;
	color: #CCC;
	margin-top: 60px;
}
#content .comments h4{
	font:14px/18px Helvetica, Arial, Tahoma, sans-serif;
	margin:0;
	color: #CCC;
}

.white #content .comments h4{
	font:14px/18px Helvetica, Arial, Tahoma, sans-serif;
	margin:0;
	color: #333;
}
#content .comments ul{
	margin:0;
	padding:16px 0 0;
	list-style:none;
}
#content .comments ul li{
	padding: 17px 50px 0 0;
	background:url(images/line2.gif) no-repeat;
	font: 12px/16px Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}
#content .comments ul li a{
	font-weight: bold;
	text-decoration: none;
	}
.white #content .comments ul li,
.white #content .comment-form{background:url(images/line3.gif) no-repeat;
	color: #333;
	font: 12px/16px Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.white #content .comments ul li a,
.white #content .comment-form a{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#content .share{
	display:block;
	padding:26px 0 0;
	font:bold 12px/18px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
}

#content .comment{
	display:block;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 20px;
	
}

#content .comment a{
	font: bold 11px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

#content .comment a:hover{

	color: #999;
		text-decoration: none;

}
#content .share a{
	color:#fff;
	text-decoration:none;
}
.white #content .share a{color:#000;}
#content .comment-form{
	background:url(images/line2.gif) no-repeat;
	margin: 25px 0 0;
	padding:17px 0 0;
}
#content .form{padding: 10px 0 20px;
}
#content .inp-holder{
	width:100%;
	overflow:hidden;
	padding:0 0 10px;
}
#content .inp-holder input{
	float:left;
	width:248px;
	padding:4px 5px;
	background: #161616;
	border: 1px solid #333;
	font:12px/18px"Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
	color: #CCC;
}

.white #content .inp-holder input{
	
	background:#fff;
	border:1px solid #e5e5e5;
	color: #333;
	
}
#content .inp-holder label{
	float:left;
	padding:0 0 0 6px;
	font:12px/24px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
	color:#959595;
}
#content .form textarea{
	border: 1px solid #333;
	font:12px/18px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
	width:470px;
	height:115px;
	max-width:470px;
	max-height:115px;
	padding:5px;
	color: #CCC;
	overflow:auto;
	background-color: #161616;
}

.white #content .form textarea{
	border:1px solid #e5e5e5;
	color:#333;
	background-color: #FFF;

}
#content .btn-post{
	display:block;
	height:24px;
	width:50px;
	cursor:pointer;
	text-transform:uppercase;
	font:bold 12px/22px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
	border-style:none;
	background:#959595;
	color:#fff;
	margin:15px 0 0;
	padding:0;
}

/* sidebar section */
#sidebar.post-page{
	padding:86px 0 0 15px;
	width:270px;
}
#sidebar.post-page p{
	font-size:16px;
	line-height:20px;
}

#sidebar p{
	margin:0;
	font: 16px/20px Georgia, "Times New Roman", Verdana, Times, serif;
	color: #CCC;
	padding-top: 25px;
}
#sidebar ul{
	margin: -5px 0 0;
	list-style:none;
	font-size: 12px;
	line-height: 14px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#sidebar ul li{
	background: url(images/arrow1.gif) no-repeat scroll 0 7px;
	padding: 3px 0 3px 10px;
}
#sidebar ul li a{
	color: #999;
	text-decoration:none;
}
#sidebar ul li a:hover{text-decoration: none;
	color: #FFF;
}
/* footer section */
#footer{
	width:100%;
	padding: 100px 0;
}
#footer .footer-content{
	border:1px dotted #666;
	border-width:1px 0;
	width:100%;
	padding:17px 0;
	overflow:hidden;
}
#footer .footer-box{
	float:left;
	width:124px;
	padding: 0 0 0 30px;
	color:#CCC;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
#footer .footer-box ul{
	margin:0;
	padding:5px 0 0;
	list-style:none;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
}
#footer .footer-box ul li a{
	text-decoration:none;
	color:#999;
}
#footer .footer-box ul li a:hover{color:#fff;}
#footer address{
	display:block;
	font-style:normal;
	padding:33px 0 0 21px;
	color: #999;
}
.holder{
	width:100%;
	overflow:hidden;
}
.navigation{
	margin-bottom: 40px;
	background:url(images/line3.gif) no-repeat;
}
.navigation a{
	color: #fff;
	text-decoration: none;
}
.navigation a:hover{
	text-decoration: none;
}
.white .navigation a{
	color: #000;
	text-decoration: none;
}
.white .navigation a:hover{
	color: #999;
	text-decoration: none;
}
#content .navigation .alignleft,
#content .holder .alignleft{
	float: left;
	margin: 0 0 0 25px;
}
#content .navigation .alignright,
#content .holder .alignright{
	float: right;
	margin: 0 60px 0 0;
}
#content .holder a{
	text-decoration:none;
	color:#fff;
	font:14px/18px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
	text-transform: uppercase;
}
.white #content .holder a{color:#000;}
#content .form a{
	color: #fff;
}
.white #content .form a{
	color: #000;
}
.white #footer .footer-box{color: #333;}
.white #footer .footer-box ul li a{color:#666;}
.white #footer .footer-box ul li a:hover{color:#000;}
.white #footer .footer-content{border-color:#bfbfbf;}
#searchBump{
	display: block;
	width: 600px;
	height: 40px;
}

#spacer20{
	display: block;
	width: 500px;
	height: 10px;
}