/*
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

*/



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

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	text-transform:capitalize;
	text-align:left;
}

h1 { font-size: 3em; }
h2 { font-size: 2.2em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

pre {
	overflow:auto;
}

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

strong {	
	color:#00457c;
}

a {
	color: #00457c;
	text-decoration: none;
}


a:hover {
	color:#666666;
}


hr {
	display: none;
	}

a img {
	border: none;
	}
	
img { behavior: url(http://www.sperrytentsseacoast.com/blog/wp-content/themes/plainscape/iepngfix.htc);}

img  { padding: 0; margin: 0; }

/* Layout */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Sans-Serif;
	color:#555;
	margin: 0;
	padding: 0;
	background-color: #87816f;
	background-image: url(images/bground.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#page-outer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1167px;
	background-image: url(images/clouds.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#page {
	background-color:#fcfaeb;
	margin: 0 auto 0;
	padding: 0;
	width: 921px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d5d5d5;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #d5d5d5;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
	border-bottom-style: solid;
}

#header {
	margin: 0px;
	height: 338px;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#logo {
padding: 72px 0 0 65px;
}

#wrapper {
	width: 869px;
	margin:0px 26px;
	background-image: url(images/wrapper-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	display: inline;
}

#content {
	margin:0;
	padding:10px 0 0 32px;
	width:517px;
	float:left;
	display: inline;
}

#content h2 {
	font-family: arial narrow, arial, sans-serif;
	padding:0 0 5px 40px ;
	background-image: url(images/small-papers.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	width: 100%;
}


#sidebar {
	width:268px;
	float:right;
display: inline;
}	

#footer {
	margin: 20px auto;
	clear: both;
}

/* header */
#header h1 {
	margin:10px 0;
}

#header .description {
	font-size:1.2em;
}

#hmenu {
	margin:0 20px;
	padding:16px 0;
	float: right;
}

#hmenu a {
	color: #969690;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

#hmenu a:hover {
	color: #00457c;
	text-decoration: none;
}

#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:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}	

/* End header */

/* Post */

.post {
	margin: 0;
	padding:10px 0 30px 0; 
	text-align: justify;
	overflow:hidden;
	clear:both;
	}

.post h2 {
	color:#00457c;
	font-weight:normal;
	margin:0;
	padding:0;
	text-align:left;
}

#content #post .post h2 {
	font-weight:normal;
	font-size:1.8em;
	margin:0;
	padding:0;
	text-align:left;
}	


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


div.archive-title {
	font-size:1.6em;
	font-weight:normal;
}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
	font-size:1.1em;
	color:#888;
	text-transform:uppercase;
	padding-top:5px;
}

.clear {
	clear: both;
}

.entry {
	font-size:1.2em;
	line-height:1.6em;
	margin:20px 0;
}

.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 {
	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:1.2em;
	clear:both;
	margin:20px 0;
}	


.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 {
	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:#faf8eb;
}

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

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:100%;

}

#comments div.navigation {
	font-size:0.8em;
}

/* Sidebar */



#follow-container {
	height: 80px;
	width: 230px;
	padding-top: 21px;
	padding-left: 10px;
	float: left;
}

#archives-container {
	background-color: #fbfaeb;
	min-height: 146px;
	width: 268px;
	float: left;
	border: 1px solid #cbc8bd;
	background-image: url(images/archive-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 25px;
}


#categories-container {
	background-color: #fbfaeb;
	width: 268px;
	float: left;
	border: 1px solid #cbc8bd;
	background-image: url(images/access-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 25px;
}

.sidebar-text-blocks {
	float: left;
	padding-top: 20px;
	padding-left: 100px;
	padding-bottom: 25px;

}




#sidebar {
	font: 1.2em 'Lucida Grande', Arial, Sans-Serif;
	}
	
#sidebar a {
	color: #000;
	}
	
	#sidebar a:hover {
	color: #666;
	}


#sidebar h2 {
	font-family: 'Arial', Sans-Serif;
	font-size: 1.2em;
	line-height: 1.5em;
	color:#383434;
	text-transform:uppercase;
	padding: 0;
	margin: 0;
	font-weight: bold;	
	}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	line-height:normal;
	}

#sidebar li {
	list-style-type: none;
	list-style-image: none;
	}


#sidebar ul li {
	margin:0 4px 0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
	}


#sidebar ul p, #sidebar ul select {
	margin: 2px 0 2px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 2px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 20px;
	}

#sidebar ul ol li {
	list-style: none;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 1px 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 {
	padding:10px;
	text-align:center;
	font-size:1.1em;
	color:#888;
	margin:20px;
}

/* Custom */

.photoright {float: right; padding: 10px; margin: 5px 0 15px 15px; border: solid #CCCCCC 1px; background-color: #fff;}
.photoleft {display: block; padding: 10px; margin: 0 0 15px 0; border: solid #CCCCCC 1px; background-color: #fff;}
.photofull {display: block; padding: 10px; margin: 0 0 25px 0; border: solid #CCCCCC 1px; background-color: #fff;}
.caption {display: block; margin:15px 0 15px 0; color:#333333; font-style:italic; }



