/*   
Theme Name: Anindya's Theme 1.1
Description: Nice, clean and tidy theme designed by me for my blog. Includes an awesome live search feature.
Author: Anindya Baruah
Author URI: http://www.anindya.in
Tags: blue, white, dark, light, clean, neat, tidy, fixed width, bubble comments, livesearch
.
This theme is licensed under a Creative Commons Attribution-Noncommercial 3.0 Unported License.
http://creativecommons.org/licenses/by-nc/3.0/
.
*/

/* Main Layout Begin */
body {
	background:#181E2A url(images/bg.png) repeat-x bottom fixed;
	color:#797C80;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	margin:0;
	padding:25px 0 35px 0;
}

#page {
	width:798px;
	margin:auto;
	text-align:left;
}

#header {
	background:url(images/header.png) no-repeat;
	width:798px;
	height:12px;
}

#middle {
	background:transparent url(images/middle.png) repeat-y;
	padding:0px 9px 0px 9px;
	margin:0;
	position:relative;
}

#main-container {
	width:780px;
	background:#FFFFFF;
	position:relative;
}

#footer {
	background:transparent url(images/footer.png) no-repeat;
	width:798px;
	height:16px;
}

#footer-left {
	display:inherit;
	float:left;
	margin-bottom:10px;
}

#footer-right {
	display:inline;
	float:right;
	margin-bottom:10px;
}
/* End Main Layout */

/* Begin Header */
#logo {
	position:absolute;
	top:6px;
	left:15px;
}

#searchform {
	background:#FFFFFF;
	width:200px;
	position:absolute;
	top:6px;
	right:10px;
	margin:0;
	display:inline;
	z-index:10000;
}
/* End Header */

/* Begin Search Form */
#search_results {
	z-index:1000;
}

.search {
	background:transparent url(images/searchfield_repeat.png) repeat-x 0 0;
	position:absolute;
	right:16px;
	width:155px;
	height:31px;
	text-align:left;
	z-index:1;
	margin:0;
	padding:0;
	display:table;
}

.searchfield_leftcap {
	background:transparent url(images/searchfield_leftcap.png) no-repeat 0 0;
	width:29px;
	height:31px;
	position:absolute;
	display:block;
	z-index:1;
}

.searchfield_rightcap {
	background:transparent url(images/searchfield_rightcap.png) no-repeat 0 0;
	width:16px;
	height:31px;
	position:absolute;
	right:0;
	display:block;
	z-index:1;
}

span.prettyinput-container {
	display:table-cell;
	vertical-align:middle;
}
	
.prettyinput {
	background:transparent;
	font:12px Arial, Helvetica, sans-serif;
	color:#797C80;
	border:0;
	padding:0;
	margin:0;
	width:98%;
}

.prettyinput:focus {
	outline:none;
}
/* End Search Form */

/* Begin Main Content Layout */
#content {
	background:#FFFFFF;
	font-size:0.75em;
	float:left;
	width:549px;
	padding:0 8px 0 15px;
	margin-top:35px;
	display:inline;
}

#sidebar {
	background:#FFFFFF;
	font-size:0.75em;
	float:right;
	width:185px;
	padding:0 15px 0 8px;
	margin:40px 0 10px 0;
	display:inline;
}
/* End Main Content Layout */

/* Begin Typography & Colors */
a {
	color:#0A81E1;
	text-decoration:none !important;
}

a:hover, a:active {
	color:#42BBF0;
	text-decoration:underline !important;
}

h1, h2, h3 {
	color:#444444;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}

h1 a, h2 a, h3 a {
	color:#444444;
	text-decoration:none;
}

h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active {
	color:#444444;
	text-decoration:underline;
}

.post {
	margin-bottom:2em;
}

.post hr {
	display: block;
}

.entry {
	font-family:Arial, Helvetica, sans-serif;
	color:#797C80;
	line-height:1.5em;
}

.postmetadata, .commentmetadata {
	font-family:Arial, Helvetica, sans-serif;
	color:#BCBCBC;
}

.postmetadata a, .postmetadata .date, .commentmetadata a {
	color:#666666;
}

.postmetadata a:hover, .postmetadata a:active {
	color:#42BBF0;
}

.alt {
	margin: 0;
	padding: 10px;
	background:#FBFBFB;
}

small {
	font:0.9em Arial, Helvetica, sans-serif;
}

strong {
	color:#444444;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	overflow:auto;
}

blockquote {
	background:#FBFBFB;
	margin:0 !important;
	padding:0 10px;
	border-left:4px solid #EBEBEB;
	overflow:auto;
}

.footer {
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:0.7em;
	text-align:left;
	width:780px;
	color:#ADB5C0;
}

.footer a {
	color:#FFFFFF;
}

#license {
	text-align:center;
	clear:both;
}

#license a {
	color:#ADB5C0;
}
/* End Typography & Colors */

/* Begin Images */
img {
	border:0;
}

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 Sidebar */
#sidebar h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
}

#sidebar ul, #sidebar ul ol {
	margin:0;
	padding:0;
}

#sidebar ul li {
	list-style-type:none;
	list-style-image:none;
}

#sidebar ul ul li {
	list-style-image:url(images/arrow.png);
	margin-left:1.2em;
	line-height:1.5em;
}
/* End Sidebar */

/* Begin Comments*/
.commentlist li, #commentform input, #commentform textarea {
	font: 1em Arial, Helvetica, sans-serif;
}

.commentlist li {
	font-weight: bold;
	list-style:none;
}

.commentlist li .avatar { 
	float: left;
	padding: 0;
	margin:0 5px 0 0;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.bypostauthor {
	background:url(images/author.png) no-repeat right;
	padding:0 45px 0 0;
}

.commentlist cite.commentauthor, .commentlist cite.commentauthor a {
	color:#444444;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	overflow:hidden;
}

#commentform p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

.commentmetadata {
	font-weight: normal;
	font-size:0.9em;
}
	
.commentlist {
	margin:0;
	padding:10px 0 0 0;
	}

.commentlist li {
	margin: 0;
	padding: 0;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.comment-arrow {
	background:url(images/comment_arrow.png) no-repeat 5%;
	display:block;
	margin-bottom:-1px;
	margin-top:5px;
	height:18px;
	padding-left:25px;
	position:relative;
}

.rounded-comments {
	background:transparent url(images/comment_gradient.png) repeat-x bottom;
	border:1px solid #DDDDDD;
	margin:0 0 20px 0;
	padding:0;
}

.tl {
	background: url(images/comment_corner1.png) no-repeat top left;
	margin:-1px;
}

.tr {
	background: url(images/comment_corner2.png) no-repeat top right;
}

.br {
	background: url(images/comment_corner3.png) no-repeat bottom right;
}

.bl {
	background: url(images/comment_corner4.png) no-repeat bottom left;
}
	
.tr, .tl, .bl, .br {
	position:relative;
}

.comment-text {
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#commentload {
	display:none;
	position:absolute;
	height: 20px;
	width: 20px;
	background:url(images/spinner20x20.gif) no-repeat;
}

#commenterror {
	display: none;
	padding: 2px;
	color: #FF0000;

}

div.comment-welcomeback {
	margin-bottom:5px;
}
/* End Comments */

/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}
	
#commentform {
	margin:0;
	padding:0;
}

#commentform input[type=text] {
	width: 170px;
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0;
}

#commentform input[type=submit] {
	margin:0 0 10px 0;
}

#commentform textarea {
	width: 98.5%;
	padding: 2px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
/* End Form Elements */

/* Begin Decorative Items */
a.commentimg {
	background:url(images/comments.png) no-repeat left;
	padding:2px 0px 2px 24px;
}

.comments {
	background:url(images/comment.png) no-repeat left;
	padding:0 0 4px 34px;
}

.tags {
	background:url(images/tag.png) no-repeat left;
	padding:2px 0 2px 22px;
}

a.more-link {
	background:url(images/more-arrow.png) no-repeat right;
	padding:0 10px 0 0;
}

span.postmetadata.posted {
	background:url(images/date.png) no-repeat left;
	padding:4px 0 0 23px;
}

.edit-link a {
	background:url(images/edit.png) no-repeat left;
	padding:2px 0 2px 22px;
}
/* End Decorative Items */

/* Begin Misc Styles */
.clear {
	clear:both;
}

abbr {
	cursor:help;
}

#footer-links {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}

#footer-links li {
	padding-left:1.5em;
	display:inline;
}

#footer-right a {
	color:#ADB5C0;
}

#footer-right a:hover {
	color:#FFFFFF;
}

#license-text {
	position:absolute;
	left:0;
	right:0;
}

.jq-regular {
	position:relative;
	display:inline;
	z-index:4;
}

.jq-shadow {
	color:#181E2A;
	position:absolute;
	display:inline;
	margin-top:1px;
	z-index:3;
}

#license-text .jq-shadow {
	position:absolute;
	left:0;
	right:0;
}

.jq-shadow a, #license-text .jq-shadow a, #footer-right .jq-shadow a {
	color:#181E2A;
	text-decoration:none !important;
}

.pagination {
	margin-bottom:12px;
}

.pagination a {
	padding:1px 4px;
	border:1px solid #D0E9FD;
}

.pagination a:hover, .pagination a:active {
	text-decoration:none !important;
	background:#0A81E1;
	border:1px solid #0A81E1;
	color:#FFFFFF;
}

.pagination .current {
	padding:1px 4px;
	border:1px solid #0A81E1;
	background:#0A81E1;
	color:#FFFFFF;
	font-weight:bold;
}

.pagination .current.prev, .pagination .current.next {
	background:#FFFFFF;
	color:#D0E9FD;
	border:1px solid #D0E9FD;
	font-weight:normal;
}

.pagination .prev, .pagination .next {
	font-weight:bold;
}
/* End Misc Styles */