/*
Theme Name: Plainscape
Theme URI: 
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: 
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

*/


* {
	margin: 0;
	padding: 0;
}

body {
	background: #f0f0f0 url(images/bg.png) top center repeat-x;
	color: #717171;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
}

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

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

h1 { font-size: 4.4em; }
h2 { 
	font-size: 2.4em; 
	margin-bottom: 17px;
	font-weight: normal;
}
h3 { 
	font-size: 1.3em; 
	margin-bottom: 1em;
	color: #686868;
}
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:#686868;
}

p {
	margin: 0 0 1em 0;
}

.entry ul {
	padding: 0 30px;
	margin: 1em 0;
}

a {
	color: #6ad30c;
}

a:visited {
	color: #58b109;
}


hr {
	display: none;
}

a img {
	border: none;
}


/* Layout */

body {
	margin: 0;
	padding: 0;
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 980px !important;
}

#header {
	margin: 0 !important;
}

#wrapper {
	padding:20px 0 !important;
}

#content {
	margin:0;
	padding:0 0 0 0;
	width:746px;
	float:left;
}
	
#sidebar {
	float:left;	
	margin:0;
}	

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

/* Header */
#headerimage {
	padding:0;
	margin: 50px 0 0 -31px;
	background: url(images/paul-pritchard-green.gif) no-repeat;
	text-indent: -2000px;
	height: 146px;
	/* If you want to add a background image for the header, uncomment and use the following lines of code */
	/*
	background:url('header.jpg') no-repeat;
	padding: 30px;
	*/
}

#header h1 {
	margin:10px 0;
}

#header a {
	display: block;
	width: 220px;
	height: 108px;
}

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

#hmenu {
	margin: -5px 0 0 0 !important;
	padding:5px 24px 0 0;
	height: 45px;
}

#hmenu ul {
	display:block;
	margin:0;
	padding:0;
}

#hmenu ul li {
	margin:0 12px 0 0;
	font-size:22px;
	text-transform:lowercase;
	float: left;
	list-style: none;
	letter-spacing: -1px;
	font-weight: bold;
}	

#hmenu ul li a {
	width: 130px;
	height: 40px;
	padding: 9px 0 0 12px;
	background: url(images/menu-item.png) no-repeat;
	display: block;
	color: #818181;
	text-decoration: none;
}

#hmenu ul li a:hover, #hmenu ul li.current_page_item a {
	background: url(images/menu-item-green.png) no-repeat;
}


/* End header */

/* Post */

.post {
	margin: 0 0 26px 0 !important;
	border-bottom: 1px solid #bdbdbd;
	background: white;
	overflow: hidden;
	clear: both;
}

.post .post-head {
	background: #818181;
	color: #fff;
	padding: 12px 11px 12px 16px;
	border-bottom: 4px solid #6ad30c;
}

.post .post-head .categories {
	font-size: 11px;
	margin-top: 1px !important;
}

.post .post-head a {
	color: #ccc;
}

.post .post-head h2 a {
	color: white;
	text-decoration: none;
}

.post .post-head .date {
	float: right;
	background: url(images/date-bg.gif) no-repeat;
	color: #cfcfcf;
	margin: -3px;
	width: 48px;
	height: 48px;
	text-align: center;
}

.post .post-head .date .month {
	margin-top: 6px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.post .post-head .date .day {
	font-size: 22px; 
	font-weight: normal;
	margin-top: -5px;
}

.post .post-head-small {
	background: #818181;
	color: #fff;
	padding: 8px 11px 8px 16px;
	border-bottom: 4px solid #6ad30c;
}

.post .post-head-small .categories {
	font-size: 10px;
	margin-top: -3px;
}

.post .post-head-small a {
	color: #ccc;
}

.post .post-head-small h2 a {
	color: white;
	font-size: 0.8em;
	text-decoration: none;
}

.post .post-head-small .date {
	float: right;
	background: url(images/date-bg-small.gif);
	color: #cfcfcf;
	margin: 0 -3px;
	width: 35px;
	height: 35px;
	text-align: center;
}

.post .post-head-small .date .month {
	margin-top: 2px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.post .post-head-small .date .day {
	font-size: 18px; 
	font-weight: normal;
	margin-top: -6px;
}


.post h2 {
	margin:0;
	padding:0;
	text-align:left;
	letter-spacing: -1px;
}

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


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

.post hr {
	display: block;
	}

.clear {
	clear: both;
}

.entry {
	font-size: 13px;
	line-height:1.6em;
	padding: 16px 16px 0 16px;
	background: white url(images/block-bg.gif) top repeat-x;
}

.entry blockquote {
	border:1px solid #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 20px;
	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:15px 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.2em;
	line-height:1.4em;
	width: 720px;
}

.commentlist {
	margin:20px 0;
	padding:0 0 1px 0;
	border-bottom: 1px solid #ccc;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	border-top: 1px solid #ccc;
}

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:0.8em;
}

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

.bypostauthor {
	border-left: 16px solid #F3B100;
}


textarea#comment {
	width:100%;

}

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

#comments div.navigation-right {
	font-size:0.8em;
	float: right;
	margin: 0;
}

/* Sidebar */

#sidebar {
	width: 171px;
	font-size: 13px;
}

#sidebar li h2 span {
	color: #ccc;
	margin: 0 2px 0 4px;
}

#sidebar li h2 {
	background: #818181;
	border-bottom: 4px solid #6ad30c;
	margin: 0;
	color: white;
	padding: 4px 3px;
	font-size: 17px;
	font-weight: bold;
	text-transform: lowercase;
}

#sidebar li ul {
	background: white url(images/block-bg.gif) repeat-x;
	margin: 0 !important;
	padding: 8px 12px 12px 12px;
	border-bottom: 1px solid #bdbdbd;
}


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


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

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

#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-wrapper {
	clear: both;
	background: url(images/footer-green.png) bottom center repeat-x;
	height: 100px;
	width: auto;
}

#footer {
	text-align:right;
	padding: 20px 40px 0 0;
	font-size:18px;
	color:#888;
	margin: 0 auto;
	width: 944px;
}

/* Custom */

.postmetadata {
	height: 16px;
	margin: 8px 0 16px 16px;
}

.comments, .tags, .edit {
	font-size: 1.1em;
	border-left: 1px solid #eee;
	height: 16px;
	line-height: 16px;
	padding: 0 12px 0 30px;
	float: left;
}

.edit {
	background: url(images/edit.png) 16px no-repeat;
	border-left: none;
	border-right: 1px solid #eee;
	width: 20px;
	padding: 0 12px;
	overflow: hidden;
	text-indent: -40px;
}

.comments {
	background: url(images/comment.png) 12px no-repeat;
	border-left: none;
}

.tags {
	background: url(images/tag.png) 12px no-repeat;
}

.more {
	float: right;
	padding-right: 16px;
	font-size: 1.2em;
}

#comments h3, #respond h3 {
	display: inline;
	background: url(images/comment.png) right no-repeat;
	padding-right: 24px;
}

#respond {
	background: white;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
	padding: 16px 16px 0 16px;
}

#respond label {
	width: 250px;
	display: block;
	float: left;
	font-size: 13px;
	line-height: 25px;
}

#respond label span {
	color: #6AD30C;
	font-weight: bold;
}

#respond input, #respond textarea {
	padding: 3px;
	font-size: 13px;
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	background: #f0f0f0;
	border: 1px solid #ccc;
}

#respond textarea {
	width: 680px;
}

#respond .button {
	cursor: pointer;
	background: #e9e9e9;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#respond .button:hover {
	border: 1px solid #818181;
	color: white;
	background: #818181;
}

/* Web */

.web .post {
	border: none;
	background: white url(images/block-bottom.gif) bottom repeat-x;
	margin-bottom: 5px !important;
	height: 244px;
}

.web .post .corner {
	background: url(images/block-bottom-right.gif) right bottom no-repeat;
	float: left;
}

.web .post .image {
	float: left;
	width: 651px;
	height: 244px;
	overflow: hidden;
}

.web .post .description {
	float: left;
	padding: 25px 25px 0 25px;
	width: 243px !important;
}

.web .post .description p {
	font-size: 12px;
}

.web .post .description h2 {
	color: black;
	margin-bottom: 0.3em;
}

.web .postmetadata {
	margin-bottom: 26px;
}

/* Interactive */

.interactive .post {
	border: none;
	background: white url(images/block-bottom.gif) bottom repeat-x;
	margin-bottom: 5px !important;
}

.interactive .post .corner {
	background: url(images/block-bottom-right.gif) right bottom no-repeat;
	float: left;
}

.interactive .post .images {
	float: left;
	width: 451px;
	margin-bottom: 1px;
}

.interactive .post .description {
	float: left;
	padding: 25px 25px 10px 25px;
	width: 443px !important;
}

.interactive .post .description p {
	font-size: 12px;
}

.interactive .post .description h2 {
	color: black;
	margin-bottom: 0.3em;
}

.interactive .postmetadata {
	margin-bottom: 26px;
}

.colour-box {
	background: url(images/quote.gif) top left no-repeat !important;
	color: #eee;
	font-size: 16px;
	padding: 10px 15px;
	margin-bottom: 22px;
	text-indent: -9999px;
	overflow: hidden;
}

.colour-box p {
	margin: 0;
}

.colour-box strong {
	color: white;
}

.contact span {
	background: url(images/mail-green.gif) 3px 7px no-repeat;
	padding-left: 35px;
}

#switcher {
	background: url(../../../images/tired-of-modern-design.png) top left no-repeat;
	width: 171px;
	height: 172px;
	position: absolute;
	display: block;
	margin: 0 0 0 790px;
	top: -30px;
}
#switcher:hover {
	background-image: url(../../../images/enter-1999.png);
}

/* Post stuff */
.entry {
	padding: 32px 32px 0;
	color: #666;
}
.entry h3 {
	font-size: 1.8em; 
	margin-bottom: 1em;
	margin-top: 1.5em;
	color: #333 !important;
}

.entry blockquote {
	font-size: 1.1em !important;
	line-height: 1.5em;
	font-style: italic;
	padding: 10px 20px 0 20px;
	margin: 20px 30px 20px 30px;
}

.entry strong {
	color: #444;
}

/* Contact box */
#contact-box {
	position: absolute;
	background: url(images/contact-bg.png) top left no-repeat;
	width: 351px;
	height: 0;
	margin: 0 0 0 -187px;
	overflow: hidden;
	border-bottom: 9px solid #fff;
}

#contact-box p {
	padding: 44px 0 0 166px;
	margin: 0 !important;
	line-height: 28px;
	font-size: 12px;
	letter-spacing: 0 !important;
}

#hmenu ul li #contact-box a {
	background: none;
	display: inline;
	width: auto;
	height: auto;
	padding: 0;
	text-decoration: underline;
}

/* Enlarge layer */
#enlarge {
	position: absolute;
	width: 651px;
	height: 244px;
	display: none;
	cursor: pointer;
}
