@charset "UTF-8";
/*
Theme Name: Chin
Theme URI: http://www.chiranjeeb.com	
Description: Personal Web Portal Theme
Version: 1.0
Author: Chinmay Chiranjeeb
*/
/* Reset the Elements*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* Main CSS */
body {
	background: #242629;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #aaaaaa;
}

a {
	outline: none;
	color: #aaaaaa;
	text-decoration:none;
}

.wrap {
	margin: 0px auto;
	width: 990px;
	
}

.clear {
	clear: both;
}

.header {
	height: 108px;
	padding: 10px 0px;
	clear: both;
}

.logo {
	background: url("images/chiranjeeb.png") no-repeat left top;
	height: 108px;
	width: 428px;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
	float: left;
}

a.logo {
	text-decoration: none;
}

.icon {
	float: right;
	display: block;
	position: relative;
	top: 50px;
	padding: 0 5px 0 0;
}

.rss {
	background: url("images/search-rss.png") no-repeat right bottom;
	width: 46px;
	height: 46px;
	float: right;
	margin: 0 0 0 5px;
}

.home {
	background: url("images/home.png") no-repeat left bottom;
	width: 50px;
	height: 50px;
	float: right;
}

.sitemap {
	background: url("images/sitemap.png") no-repeat left bottom;
	width: 50px;
	height: 50px;
	float: right;
}

.blog {
	background: url("images/blog.png") no-repeat left bottom;
	width: 50px;
	height: 50px;
	float: right;
}

.contact {
	background: url("images/contact.png") no-repeat left bottom;
	width: 50px;
	height: 50px;
	float: right;
}

.search {
	background: url("images/search-rss.png") no-repeat left bottom;
	width: 46px;
	height: 46px;
	border: none;
	text-indent: -9999px;
	position: relative;
	z-index: 3;
}

.searchbar {
	position: relative;
	right: -15px;
	z-index: 2;
	height: 16px;
	padding: 3px 8px 3px 5px;
	background: #fff;
	border: 2px solid #aaaaaa;
	color: #242629;
	width: 130px;
}

.searchbox {
	float: right;
	display: block;
}

.content {
	background: #2f3134;
	clear: both;
	color: #f2f2f2;
}

.left{
	float: left;
}

.leftf{
	float: left;
	padding: 10px;
}

.leftf span {
	display:block;
	font-style: italic;
}

.right {
	float: right;
}

#post-content {
	width: 570px;
	padding: 0 10px 10px;
}

.post h1 {
	font-size: 20px;
	margin: 10px 0 20px;
}

.post h1 a {
	color: #F2F2F2;
	text-decoration: none;
	border-bottom: 1px dotted #2F3134;
}

.post h1 a:hover {
	border-bottom: 1px dotted #f2f2f2;
	background: none;
	color: #F2F2F2;
}

.post p {
	padding: 0px;
	font-size: 12px;
	margin: 0px 0 20px;
}

.post a {
	border-bottom: 1px dotted #aaaaaa;
	color: #aaaaaa;
	text-decoration: none;
}

.post a:hover {
	background: #aaaaaa;
	color: #242629;
}

.sidebar {
	background: #aaaaaa ;
	width: 180px;
	padding: 10px;
	text-align: justify;
	color:#242629
	line-height:20px;
}

.sidebar p a {
	color: #242629;
	text-decoration:none;
	border-bottom: 1px dotted #242629;
}

.sidebar p a:hover {
	color: #fff;
	background: #242629;
}

.sidebar h2{
	font-size:18px;
	color: #242629;
	border-bottom: 1px dotted #242629;
	margin: 0 0 10px;
}


.sidebar ul li {
	font-size: 15px;
	color: #242629;
	border: 0px;
	padding: 5px 0px 0px;
}

.sidebar ul li a {
	color: #242629;
	display: block;
	text-decoration: none;
	padding: 0 0 5px;
	border-bottom: 1px dotted #242629;
}

.sidebar ul li a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.twit-box {
	background: url("images/twit-box.png") no-repeat left top;
	display: block;
	height: 115px;
	padding: 25px 7px 10px;
	overflow: hidden;
	margin: 10px 0; 
}

.twit-box ul li {
	font-size: 12px;
	color: #fff;
	border: 0px;
	padding: 5px 0px 0px;
	text-align: justify;
}

.twit-box ul li a{
	color: #fff;
	text-decoration: underline;
	display: inline;
	border: 0px;
}

.twit-box ul li a:hover {
	border: 0px;
}

#twitter-link {
	color: #242629;
	text-decoration: none;
	text-align: left !important;
	margin: -5px 0 0;
}

#twitter_update_list {
	margin: 4px 0 0;
}

.footer {
	background: #4e4e4e;
	clear: both;
}

.copy {
	text-align: center;
	clear: both;
	padding: 15px 0;
	color: #242629;
}
.copy a {
	color: #242629;
	text-decoration: none;
	border-bottom: 1px dashed #242629;
}

.footer .block {
	float:left;
	height:150px;
	overflow:hidden;
	padding:9px;
	width:180px;
}

.footer h2{
	padding: 5px 11px;
	color: #DADADA;
}

.footer ul li {
	font-size: 13px;
	color: #DADADA;
	border: 0px;
	padding: 5px 0px 0px;
	overflow: hidden;
	padding: 0;
	line-height: 23px;
	border-bottom: 1px dotted #aaaaaa;
	height:25px;
}

.footer ul li a {
	color: #DADADA;
	display: inline;
	text-decoration: none;
	padding:0 5px;
}
.footer ul li a:hover{
	color: #fff;
}

.footer ul li:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
	display: block;
	cursor: pointer;
}
.meta {
	clear:both;
	font-style: italic;
	font-size:11px;
	padding: 0 0 30px;
}

#commentform #comment{
	width:250px;
	height:100px;
	margin: 2px 0 20px 0;
	padding: 3px 8px 3px 5px;
	background: #fff;
	border: 2px solid #aaaaaa;
	color: #242629;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
}
#commentform #url, #commentform #email, #commentform #author {
	width:250px;
	height: 16px;
	padding: 3px 8px 3px 5px;
	background: #fff;
	border: 2px solid #aaaaaa;
	color: #242629;
	margin: 2px 0;
}
.wp-caption-text{
	text-align: center;
}
.categories{
height:129px !important;
}
.col1{
width:25%;
}
.col2{
width:60%;
}
.col3{http://www.chiranjeeb.com/wp-admin/options-discussion.php
width:15%;
}
td p{
margin:0px !important;
padding:5px 0px !important;
}
/* Browser fix */
.ie7 .searchbar {
top:-9px;
}
.ie8 .searchbar {
top:-17px;
}
.ie6 .searchbar {
right:30px;
top:10px;
float:right;
}
.ie6 .search{
float:right;
position:relative;
right:-150px;
top:-1px;
}
.ie6 .sidebar ul li{
height:20px;
}
.ie6 .sidebar ul li a{
width:180px;
}
.ie6 td p, .ie7 td p{
margin:0px !important;
padding:5px 0px 0px !important;
}