@charset "utf-8";

/*
Theme Name: blackandwhite
Theme URI: http://www.fourth-tamil.com
Description: A WordPress theme for my personal blog.
Version: 1.0
Author: Sanjeevkanth
Author URI: http://www.fourth-tamil.com/
Tags: light, black, white, sanjeev, ilaignan, tamil, blog, personal
*/


/*GENERAL*/

a {
	color: #202020;
	text-decoration: none;
}

a:hover {
	color: #505050;
	text-decoration: none;
}

p {
	margin: 0 0 24px;
}

h1, h2, h3, h4 {
	font-weight: bold;
}

h1 {
	font-size: 48px;
	color: #fff;
	line-height: 120px;
}

h1 a {
	text-decoration: none;
	color: #fff;
}

blockquote {
	padding: 10px 10px 0 10px;
	background: #e2e2e2;
	border: 1px solid #c2c2c2;
	font-style: oblique;
	margin: 0 0 10px 0;
}

/*MAIN*/

body {
	background: #fff;
	color: #999;
	font-family: Arial, Tahoma, Geneva, Kalimati, Latha, 'Arial Unicode MS', Lucida Sans Unicode, sans-serif;
	font-size: 75%;
	line-height: 1.8em;
    text-align: left;
}

div#wrapper {
	text-align: left;
	margin: 0;
	width: 960px;
}


/*HEADER*/

div#header {
	width: 960px;
	height: 80px;
}

div#top {
	width: 240px;
	height: 80px;
	margin: 0 0 0 210px;
	border-bottom: 1px solid #808080;
}

.search input {
	float: left;
	width: 180px;
	height: 23px;
	border: 1px solid #808080; 
	border-right: 0;
}

.search input#searchsubmit {
	float: left;
	width:57px; 
	height:27px; 
	border: 1px solid #1e1e1e; 
	background: #1e1e1e; 
	color: #fff;
	font-size: 0.8em;
}

ul#navigation {
	display: block;
	width: 240px;
	float: left;
	margin: 5px 0 10px 0;
}

ul#navigation li {
	display: inline;
}

ul#navigation li a {
	text-decoration: none;
	color: #666;
	font-size: 0.8em;
	float: left;
	margin: 0 8px 0 0;
}

ul#navigation li a:hover {
	text-decoration: none;
	color: #999;
}


/*PAGE NAVI*/

div#navi {
	width: 960px;
	height: 25px;
}

div.navigation {
	float: left;
	display: block;
	width: 240px;
	height: 25px;
	background: #1e1e1e;
	margin: 0 0 0 210px;
}

div.alignleft {
	float: left;
	text-align: left;
}

div.alignright {
	float: right;
	text-align: right;
}

div.alignleft a, div.alignright a {
	display: block;
	height: 25px;
	width: 120px;
	font-size: 0.8em;
	text-decoration: none;
	color: #fff;
	background: #1e1e1e;
}

div.alignleft a:hover, div.alignright a:hover {
	color: #1e1e1e;
	height: 23px;
	width: 118px;
	background: #fff;
	border: 1px solid #1e1e1e;
	text-decoration: none;
}

/*COMPONENT*/

div#component {
	overflow: auto;
	width: 960px;
}


/*FRONT*/

div.thumbnail {
	width: 240px;
	float: left;
	margin: 0 15px 0 0;
}

div.thumbnail a img{
	border:0;
}

div.thumbnail a:hover img{
	border:0;
	filter:alpha(opacity=90);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	opacity:0.9;
}

div.heading {
	float: left;
	width: 180px;
	height: 120px;
	margin: 0 15px 0 0;
}

div.entry {
	float: left;
	width: 300px;
	text-align: justify;
	font-size: 0.9em;
	line-height: 2.2em;
	color: #666;
}

/*CONTENT*/

div#content {
	float: left;
	margin: 30px 0 0 0;
	width: 750px;
}

div.fullentry {
	width: 495px;
	float: left;
	text-align: justify;
	margin: 0 0 0 0;
	font-size: 0.9em;
	line-height: 2.4em;
	color: #666;
}

div.meta1 {
	font-size: 0.8em;
	line-height: 2.4em;
	color: #777;
	mergin-top: 10px;
	padding: 10px 0 0 0;
	text-align: left;
	border-top: 1px solid #e2e2e2;
}

div.subentry {
	width: 240px;
	float: left;
	margin: 30px 15px 0 0;
}

div.fullheading {
	width: 495px;
	height: 120px;
	float: left;
	text-align: center;
	background: #1e1e1e;
}

span.quote {
	font-size: 2em;
	font-weight: bold;
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #202020;
}

div#content .fullheading h2 {
	display: block;
	height: 60px;
	width: 495px;
	font-size: 1em;
	color: #fefefe;
	line-height: 2em;
	text-align: center;
	margin-top: 30px;
}

div#content h2 {
	height: 120px;
	width: 180px;
	display: table-cell;
	vertical-align: middle;
	font-size: 1em;
	color: #1e1e1e;
	line-height: 2em;
	text-align: center;
}

div#content h2 a {
	text-decoration: none;
	color: #1e1e1e;
}

div#content h2 a:hover {
	text-decoration: none;
	color: #808080;
}

div#content h2 span {
	font-size: 0.8em;
	color: #808080;
	font-weight: 400;
}

div.post {
	margin: 0 0 60px 0;
}

div.singlepost {
	margin: 0 0 30px 0;
}


/*SIDEBAR*/

div#side {
	width: 180px;
	float: left;
	margin: 30px 30px 0 0;
}


div#sidebar {
	margin: 0 0 0 30px;
	width: 150px;
}


div#sidebar ul li ul li{
	display: block;
	height: 25px;
	border-bottom: 1px solid #808080;
	font-size: 10px;
}


div#sidebar h2{
    display: block;
	height: 25px;
	border-bottom: 2px solid #808080;
	font-size: 11px;
    margin: 30px 0 0 0;
}


div.logo {
	width: 180px;
	height: 120px;
	margin: 0 0 30px 0;
	background: #1e1e1e url(images/logo.jpg) top left no-repeat;
}


/*COMMENTS*/

p.comment-link {
	margin: 0;
}

p.comment-link a {
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 2.4em;
}

p.comment-link a:hover {
	color: #999;
	text-decoration: underline;
}

small {
	font-size: 0.8em;
	color: #1e1e1e;
}

small span {
	font-size: 0.8em;
}

h3#comments, h3#respond {
	color: #808080;
	font-size: 0.9em;
	line-height: 2.4em;
	border-bottom: 2px solid #808080;
}

div.author {
	width: 250px;
	float: left;
}

div.author cite {
	font-size: 0.9em;
	font-weight: 400;
	margin: 0 0 5px 15px;
}

div.author cite a{
	font-style: normal;
	color: #666;
}

div.author cite a:hover{
	font-style: normal;
	color: #999;
}

div.author img {
	position: relative;
	top: 10px;
}

div.comment {
	width: 495px;
	float: right;
	text-align: justify;
	font-size: 0.9em;
	line-height: 2em;
}

ol.commentlist {
	border-top: 0px solid #808080;
	margin: 0 0 15px 0;
}

ol.commentlist li {
	border-bottom: 1px solid #808080;
	padding: 15px 0 0 0;
}

div.commentbox_left {
	width: 240px;
	float: left;
	margin: 15px 15px 0 0;
}


div.commentbox_left p{
	margin: 0 0 20px 0;
	line-height: 1.8em;
}

div.commentbox_left input{
	width: 232px;
	height: 15px;
	border: 0;
	border-bottom: 1px solid #808080;
	font-size: 0.9em;
	color: #808080;
	padding: 2px 4px 2px 0;
}

div.commentbox_right {
	width: 495px;
	float: left;
	margin: 15px 0 0 0;
}

div.commentbox_right textarea{
	width: 485px;
	height: 150px;
	border: 1px solid #808080;
	font-size: 11px;
	color: #808080;
	padding: 4px 4px 4px 4px;
}

div.commentbox_bottom input#submit{
	float: left;
	width: 495px;
	height: 25px;
	background: #1e1e1e;
	font-size: 0.8em;
	color: #fefefe;
	text-align: center;
	border: 0;
	margin: 0 0 0 15px;
}

div.commentbox_bottom {
	width: 750px;
	height: 25px;
}

/*FOOTER*/

div#footer {
	width: 960px;
	height:100px;
	margin: 30px 0 0 0;
}

div#bottom {
	width: 240px;
	height:100px;
	color: #333;
	text-align: center;
	border-top: 1px solid #808080;
	margin: 0 0 0 210px;
	padding: 15px 0 0 0;
}

div#footer p {
	font-size: 0.8em;
	color: #333;
	text-align: justify;
}

div#footer span {
	font-size: 0.8em;
}

div#footer p a {
	color: #444;
	text-decoration: none;
}

div#footer p a:hover {
	color: #555;
	text-decoration: underline;
}