/*
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

*/

* { padding: 0; margin: 0; }

img {padding: 4px; border: 2px solid #9f446d;}

p {line-height: 2em;}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #990099 url(images/purple_bg5.jpg);
}
#wrapper { 
 margin: 10px auto;
 width: 920px;
 background: #F2FFBF;
 border: 2px solid #b76782;
}
#header {
 width: 900px;
 color: #333;
 padding: 10px;
 height: 140px;
 margin: 0px 0px 0px 0px;
 background:  #9f446d url(images/nataraj.jpg) no-repeat center left ;
}

#header h1 {float: left; color: white; text-decoration: italic; margin-left: 160px; margin-top: 50px}
#header h2 {float: left; color: white; font-size: 16px; text-decoration: italic; margin-left: 180px; }

#content { 
 float: left;
 width: 900px;
 color: #333;
 background: #F2FFBF;
 padding: 10px 10px;
 clear: both;
 text-align: left;
}

h2 {margin-top:20px; color: #9f446d; font-size: 22px}
h3 {margin-top:20px; color: #9f446d; font-size: 22px}
h4 {margin: 8px 0px; color: #9f446d; font-size: 16px; font-weight: normal}

.entry {float: left; width: 500px; margin-left: 50px; margin-top: 25px;}

.entry img {margin-top: -20px;}
.entry h3 {font-size: 22px; color: #9f446d; margin-top: 7px;}

#sidebar {float: right; width: 300px; margin-right: 30px }

#sidebar h2 {text-align: center}

#sidebar p {width: 300px; margin-bottom: 8px}

#sidebar li {list-style-type: none}

#footer { 
 clear: both;
 width: 900px;
 color: #fff;
 background: #9f446d;
 margin: 10px 0px 0px 0px;
 padding: 10px;
 text-align: center;
}

#footer a {color: #F2FFBF;}
