@charset "ISO-8859-1";
/*
Theme Name: Plainscape
Theme URI: http://srinig.com/wordpress/themes/plainscape/
Description: A plain and simple theme that just works. Fixed width, two columns, left sidebar, standards compliant.
Version: 1.0.3
Author: Srini G
Author URI: http://srinig.com/wordpress/
Tags: fixed-width, two-columns, right-sidebar, blue, white, light, threaded-comments

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color:#919191;
	background-color: #232323;
	background-attachment: scroll;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	}

h1, h2, h3, h4, h5, h6 {
	text-align:left;
	font-size: 12px;
}

h2 {
	color: #b10500;
	margin: 0px;
}

pre {
	overflow:auto;
}

acronym, abbr
{
	font-size: 30px;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}

strong {	
	color:#666;
}

a {
	color: #FFF;
	text-decoration: none;
}


a:hover {
	color: #CCC;
}


hr {
	display: none;
	}

a img {
	border: none;
	}


/* Layout */

body {
	margin: 0;
	padding: 0;
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 850px;
}

#header {
	width: 100%;
	height: 270px;
	position: relative;
	overflow: hidden;
}

#wrapper {
	width: 850px;
}

#content {
	margin:0;
	width:515px;
	float:left;
	padding-right: 20px;
	padding-left: 20px;
}

#content p {

}

#content h2 {
	font-size: 12px;
	background-color: #b10500;
	height: 30px;
	width: 515px;
	color: #000;
	top: 50px;	/* padding-top: 8px;
	padding-left: 15px; */

}
	
#sidebar {
	width:255px;
	float:right;
	margin:0;
	padding-right: 20px;
	padding-left: 19px;
	background-repeat: repeat-y;
	background-image: url(images/border.gif);
	background-position: left;
}	

#footer {
	margin: 20px auto;
	clear: both;
}

/* Header */
#headerimage {
	background-image: url(images/header.jpg);
	background-position: center;
	height: 270px;
}

#header h1 {
	margin:10px 0;
}

#header .description {
	font-size: 20px;
}

#hmenu {
	margin:0 20px;
	padding:5px 0;
}

#hmenu ul {
	display:inline;
	margin:0;
	padding:0;
}

	
#hmenu ul li {
	padding:0;
	display:inline;
	margin:0 20px 0 0;
}

#hmenu ul li {
	font-weight:bold;
	text-transform:uppercase;
}	

#hmenu ul li#hmenu_rss {
	background:url('images/rss.png') no-repeat;
	padding-left:20px;
}	

#header, #hmenu {

}


/* End header */

/* Post */

.post {
	overflow:visible;
	clear:both;
	padding-top: 237px;
	}

.post h2 {

}

.entry p a img{
	background-color: #ccc;
	position: relative;
	margin-top: -277px;
	height: 235px;
	width: 515px;
	vertical-align: top;
}

.entry span a img{
	background-color: #ccc;
	position: relative;
	margin-top: -265px;
	height: 235px;
	width: 515px;
	vertical-align: top;
}

.post h3.post-title {
	font-weight:bold;
	font-size: 12px;
	margin:0;
	padding:0;
	text-align:left;
}	
.post_title {
	float: left;
	margin-left: 15px;
	margin-top: 8px;
}
.post_date {
	color: #000;
	float: right;
	margin-right: 15px;
	margin-top: 8px;
}
div.archive-title {
	font-size:1.6em;
	font-weight:bold;
}

.post hr {
	display: block;
	}

.post_archive{

}
.postmetadata {
	clear: both;
	color:#888;
	height: 70px;
}

.clear {
	clear: both;
}

.entry {
	line-height: 1.4em;

}

.entry blockquote {
	border:1px dashed #ccc;
	font-size:0.9em;
	padding:5px 20px;
	margin:10px 0;
	background:#f8f8f8;
}

.entry blockquote blockquote {
	font-size:1em;
}

.entry fieldset {
	border:1px dashed #ccc;
}

.entry fieldset legend {
	font-weight:bold;
	text-transform:uppercase;
}

.entry table {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	font-size:0.9em;
}


.entry table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;

}

.entry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

.entry ol { list-style-type:decimal; }
.entry ol ol {	list-style-type:lower-alpha; }
.entry ol ol ol {	list-style-type:lower-roman; }


p img {

	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	padding:0;
	margin: 2px 0 5px 10px;
	display: inline;
	float:right;
	}

.alignleft {
	padding:0;
	margin: 2px 10px 5px 0;
	display: inline;
	float:left;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.navigation {
	clear:both;
	margin:20px 0;
	padding-top: 10px;
	background-image: url(images/border.gif);
	background-repeat: repeat-x;
	background-position: top;
}	


.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
}


.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.searchbox {
	padding:20px;
	text-align:center;
	clear:both;
}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

/* Comments*/

#comments {

}

#comments h3{
	padding-top: 10px;
	background-image: url(images/border.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.commentlist {
	margin:20px 0;
	padding:0 0 1px 0;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {

}

.commentlist li.odd {
	background-color:#333333;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
}


textarea#comment {
	width:500px;
}

#comments div.navigation {

}

/* Sidebar */

#sidebar {

	}

#sidebar h2 {

	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	}


#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-bottom: 20px;
	background-image: url(images/border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 20px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
/* Calendar */
#wp-calendar {
	empty-cells: show;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	font-weight:bold;
	}

#wp-calendar caption {
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	margin:0 0 5px 8px;
	color:#666;
	}

#wp-calendar td {
	padding: 3px 5px;
	text-align: center;
	}
	
#wp-calendar td#today {
	background:#eee;
}	

#wp-calendar td#prev a {
	padding: 0;
	text-align:left;
	font-weight:normal;
}

#wp-calendar td#next a {
	padding: 0;
	text-align:right;
	font-weight:normal;
}


/* End Calendar */


/* Footer */	

#footer {
	text-align:center;
	background-image: url(images/redbox.jpg);
	background-repeat: no-repeat;
	background-position: 518px top;
	height: 100px;
}

/* Custom */
#searchsubmit {background-image:url(images/Search.png); border: none; height: 30px; width: 20px;}

#searchform #s {background-image:url(images/searchbox.png); padding-left: 6px; border: none; height: 28px; width: 195px; }

.social_icon {
	margin: -1px;
	width: 30px;	
}
