/*
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
Author: Srini G
Author URI: http://srinig.com/wordpress/
Tags: fixed width, two columns, right sidebar, widgets, gravatars, blue, white, simple, minimalist, clean, valid XHTML, valid CSS

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



body {
	font-size: 10px;
	font-family: 'Lucida Grande', Sans-Serif;
	color:#555;
	background:#FFFFFF url("./images/bg.png") 50% 0 repeat-x;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif;
	font-weight: bold;
}

h1 { font-size: 24px; }
h2 { font-size: 21px; }
h3 { font-size: 12px; }
h4 { font-size: 10px; }

pre {
	overflow:auto;
}

acronym, abbr
{
	font-size: 9px;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}

strong {
	color:#000000;
}

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


a:hover {
	
}

p {
	width:600px;
}

hr {
	display: none;
}

a img {
	border: none;
}


/* Layout */

body {
	margin: 0;
	padding: 0;
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	/*background:url("./images/header.png") 50% 0 no-repeat;*/
}

#header {
	height:151px;
}

#wrapper {
	/*padding:20px;*/
	padding:0 20px 0 20px;
}

#content {
	margin:0;
	padding:0 0 0 0;
	width:660px;
}


#footer {
	margin: 20px auto;
	clear: both;
}

/* Header */

#header h1 {
/*	margin:10px 0;
	display:none;*/
	margin:0;
	padding:0;
	/*border-bottom:1px solid #DDDDDD;*/
}

#header h1 a {
	width:960px;
	height:151px;
	background:url("./images/Header.jpg") 50% 0 no-repeat;
	display:block;
	text-indent:-9000px;
	margin:0;
	padding:0;
}

#header .description {
	font-size:12px;
	display:none;
}

#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-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}	

#hmenu ul li#hmenu_rss {
	background:url('images/rss.png') no-repeat;
	padding-left:20px;
}	

#hmenu {
	background:url('images/border_h.png') repeat-x bottom;
}


/* End header */

/* Post */

.post {
	margin:10px 0 0 0;
	padding:10px 0; 
	text-align: left;
	overflow:hidden;
	clear:both;
	border-top:1px dashed #888;
}

.post h2 {
	margin:0;
	padding:0;
	text-align:left;
	font-size:2em;
}

.post h3.post-title {
	font-weight:bold;
	font-size:1.6em;
	margin:0;
	padding:0;
	text-align:left;
}	


div.archive-title {
	font-size:1.6em;
	font-weight:bold;
}

.post hr {
	display: block;
}

.postmetadata {
	clear: both;
	float:none;
	font-size:1.1em;
	color:#888;
	font-family: Arial, Helvetica, Sans-Serif;
}

.clear {
	clear: both;
}

.entry {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:1.4em;
	line-height:1.4em;
	margin:20px 0 0 0;
	float:left;
}

.entry blockquote {
	border:1px dashed #ccc;
	font-size:9px;
	padding:5px 20px;
	margin:10px 0;
	background:#f8f8f8;
	font-family: Arial, Helvetica, Sans-Serif;
}

.entry blockquote blockquote {
	font-size:10px;
}

.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:9px;
}


.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 {
	padding: 0;
	max-width: 100%;
}

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 .alignleft {
	text-align:left;
}
.navigation .alignright {
	text-align:right;
}

.navigation {
	font-size:12px;
	clear:both;
	margin:20px 0;
}	


.wp-caption {
	text-align: center;
}


.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;
	font-weight:normal;
	width:100%;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}


/* Comments*/

#comments {
	font-size:1.4em;
	line-height:1.4em;
}

.commentlist {
	margin:20px 0;
	padding:0 0 1px 0;
	background:url('images/border_h.png') repeat-x bottom;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	background:url('images/border_h.png') repeat-x top;
}

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 {
	background-color:#fafafa;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}

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:8px;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
}


textarea#comment {
	width:95%;
}

#comments div.navigation {
	font-size:8px;
}

/* Sidebar */

#sidebar {
	position:absolute;
	top:0px;
	width:200px;
	margin:150px 0 0 720px;
	font: 12px 'Lucida Grande', Arial, Sans-Serif;
	padding:0 0 32px 0;
	background:url("./images/sbBottom.png") no-repeat 0 100%;
}
 
#sidebar h2 {
	width:200px;
	font-family: 'Lucida Grande', Sans-Serif;
	/*font-size: 1.2em;*/
	font-size:14px;
	padding:55px 0 0 0;
	letter-spacing:-0.05em;
	margin:0;
	background:url("./images/sbSep.png") no-repeat;
	height:32px;
	text-align:center;
	color:#555;
}

#sidebar ul {
	width:100%;
	background:url("./images/sbBg.png") repeat-y;
	margin:0;
	padding:0;
}

#sidebar ul li {
	margin:0;
	padding:0;
	color:#FFFFFF;
	list-style-type: none;
	list-style-image: none;
	font-size:12px;
}

#sidebar ul li ul {
	/*background:url("./images/sbBg.png") repeat-y;*/
}

#sidebar ul li ul li {
	padding:0 0 0 0;
	margin:0 0 0 8px;
	font-size:12px;
	background:none;
	width:100%;
}

#calendar-2 h2 {
	background:none;
	padding:8px 0 0 0;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	width: 140px;
	font-size:12px;
}

#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:center;
	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 {
	border-top:1px dashed #CCCCCC;
	text-align:center;
	font-size:11px;
	color:#888;
	margin:20px;
}

#searchform {
	position:absolute;
	margin:-140px 0 0 24px;
	top:0;
}

.lireLaSuite {
	clear: both;
	font-size:12px;
	display:block;
	margin:0 0 8px 0;
	color:#26a;
	font-weight:bold;
}

.lireLaSuite a {
	color:#800000;
	display:block;
	background:url('./images/add.png') no-repeat 0 50%;
	padding:0 0 0 20px;
}

#meta-2 {
}

#meta-2 h2 {
	display:none;
}

#meta-2 ul {
	background:none;
	position:absolute;
	top:0;
	margin:-80px 0 0 -32px;
}

#meta-2 ul li {
	text-align:right;
	color:#FFFFFF;
	margin:0 0 0 32px
}

.searchbox {
	text-align:center;
	clear:both;
}

#sbContainer {
	background:url("./images/search.png") no-repeat;
}

#s {
	font-family: Arial, Helvetica, Sans-Serif;
	margin:2px 14px 2px 21px;
	font-size:10px;
	border:none;
	background:none;
	width:109px;
	height:20px;
}

#searchsubmit {
	background:url("./images/ok.png") no-repeat;
	font-family: Arial, Helvetica, Sans-Serif;
	padding:1px 2px 2px 21px;
	font-size:12px;
	border:none;
	font-weight:bold;
	width:114px;
	height:20px;
}

#linkcat-90 ul li a img {
	width:182px;
}

#respond {

}

#tag_cloud {
	padding:8px;
}

.ctc {
	margin:0 12px 0 12px;
}

.textEffects {
	width:100%;
	float:none;
	clear:both;
	height:16px;
	border-top:1px dashed #CCCCCC;
	border-bottom:1px dashed #CCCCCC;
	padding:2px;
}

.textEffects a {
	padding:0 2px 0 2px;
}

.affectTextSize {
	display:block;
	text-indent:-9000px;
	width:16px;
	height:16px;
	float:left;
}

#decreaseTextSize {
	background:url("./images/style_delete.png") no-repeat 50% 50%;
}

#increaseTextSize {
	background:url("./images/style_add.png") no-repeat 50% 50%;
}

#myPrintPage {
	background:url("./images/print.png") no-repeat 50% 50%;
}
