/*
Theme Name: Plainscape Modified
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: 62.5%; /* Resets 1em to 10px */
	/*font-family: 'Lucida Grande', Sans-Serif;*/
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif;;
	color:#333;
	background: #eee;
	}

small {
	font-size: 0.8em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif;
	font-weight: bold;
	/*text-transform:uppercase;*/
	color: #000;
	/*text-shadow: 0px 4px 5px #ccc;*/
	padding-bottom: 4px;
	border-bottom: 1px solid #222;
}

h1 {
    border-bottom: 0
}




h1 { font-size: 2.4em; }
h2 { font-size: 20px; }
h2:before { content: "> " }
h3 { font-size: 1.2em; }
h3:before { content: ">> " }
h4 { font-size: 1em; }
h4:before { content: ">>> " }
h5:before { content: ">>>> " }
h6:before { content: ">>>>> " }

pre, code {
	overflow:auto;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #888;
	font-size: 11px;
	font-family: VL Gothic,Courier 10 Pitch,Courier New,monospace;
}
pre {
	-moz-box-shadow: 0 1px 28px #555;
	-webkit-box-shadow: 0 1px 28px #555;
	color: #AAA;
	background: #000;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

pre:hover {
	color: #fff;
}
code:hover {
	color: #fff;
}

pre:hover {
	-moz-box-shadow: 0 1px 28px #888;
	-webkit-box-shadow: 0 1px 28px #888;
}



a.more-link {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px;
	color: #333;
	display: block;
	margin-top: 10px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	background: #ccc;
}
a.more-link:hover {
	color: white;
	-moz-box-shadow: 0px 0px 8px #900;
	-webkit-box-shadow: 0px 0px 8px #900;
	background: #900;
	text-decoration: none;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}

strong {	
	color:#666;
}

a {
	color: #900;
	text-decoration: none;
}


a:hover {
	text-shadow: 0px 0px 3px #ccc;
	text-decoration: underline;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	text-shadow: 0px 0px 5px #c99;
	text-decoration: none;
}

hr {
	display: none;
	}

a img {
	border: none;
	}


/* Layout */

body {
	margin: 0;
	padding: 0;
}

#page {
	margin: 0 auto;
	padding: 0;
	background: #eee;
	overflow: hidden;
}

#header, #wrapper, #hmenu {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	padding: 30px 0;
	background: #900;
	color: #ccc;
	/*-moz-border-radius: 0 0 5px 5px;
	-moz-box-shadow: 0 6px 10px #aaa;
	-webkit-border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0 6px 10px #aaa;*/
}

#wrapper {
	background: #fff;
	/*-moz-box-shadow: 0 -4px 10px #aaa;
	-webkit-box-shadow: 0 -4px 10px #aaa;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;*/
}

#content {
	margin:0;
	padding:0 0 0 0;
	width:576px;
	float:left;
	padding: 20px;
}
	
#sidebar {
	width:300px;
	float:right;	
	margin:0;
	padding:20px 0;
}	



/* Header */
#header h1 {
	margin:10px 0;
	color: #fff;
	text-align: right;
	padding-right: 30px;
	font-size: 50px;
	/*text-shadow: 0 0 10px #FFFFFF;*/
}
#header h1 a {
	color: #ccc;
	
}
#header h1 a:hover {
	color: #fff;
	text-shadow: 0 0 10px #fff;
}

#header .description {
	font-size:1.2em;
	margin: 0 30px;
	text-align: right;
	/*text-shadow: 2px 0 6px #FFFFFF;*/
}

#hmenu {
	padding:5px 0;
	margin: 8px auto;
}

#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;
}	

#hmenu ul li#hmenu_rss {
	background:url('images/rss.png') no-repeat;
	padding-left:20px;
}	

#hmenu a {
	text-shadow: 0px 0 5px #aaa;
}

#hmenu a:hover {
	text-shadow: 0px 0 5px #fff;
}

/*
#header, #hmenu {
	background:url('images/border_h.png') repeat-x bottom;
}
*/


/* End header */

/* Post */

.post {
	margin: 0;
	padding:20px 0; 
	text-align: left;
	overflow:visible;
	/* clear:both; */
	}

.post h2 {
	margin:0;
	/*padding:0;*/
	text-align:left;
}

.post h3.post-title {
	font-weight:bold;
	font-size:1.8em;
	margin:0;
	padding:0;
	text-align:left;
}

.entry h2,
.entry h3,
.entry h4 {
	margin-top: 40px;
}


div.archive-title {
	font-size:1.6em;
	font-weight:bold;
}

.post hr {
	display: block;
	}

.postmetadata {
	/* clear: both; */
	font-size:1.1em;
	color:#888;
}

.clear {
	clear: both;
}

.entry {
	font-size:1.4em;
	line-height:1.4em;
	margin:20px 0;
}

.entry li {
	line-height:1.2em;
	margin-bottom: 3px;
}

.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;
	border-collapse: collapse;
	margin-bottom: 20px;
}


.entry table tr td {
	/* padding:5px 10px; */
	padding: 0 3px;
	border: 1px solid #ddd;
	/* border-style:solid;
	border-color:#ccc; */
}
.entry table tr td, .entry table tr td * {
    font-size: 11px;
}

.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-leading-zero; }


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;
}

.commentlist li {
	list-style:none;
	margin: 0 0 10px 0;
	padding:0;
	/*-moz-box-shadow: 0 0px 28px #e5e5e5;
	-webkit-box-shadow: 0 0px 28px #e5e5e5;
	-moz-border-radius: 5px;
	-webkit	-border-radius: 5px;*/
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:visible;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#ccc;
}

.commentlist li.odd {
	background-color:#eee;
	/*-moz-box-shadow: 0 0px 28px #e0e0e0;
	-webkit-box-shadow: 0 0px 28px #e0e0e0;*/
}



ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
	-moz-box-shadow: 0 0 12px #aaa;
	-webkit-box-shadow: 0 0 12px #aaa;
}

.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 */

#sidebar {
	font: 1.2em 'Lucida Grande', Arial, Sans-Serif;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Sans-Serif;
	font-size: 1.2em;
	padding: 0;
	/*text-shadow: 0px 4px 5px #ccc*/
	}


#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: 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;
	}

#sidebar .infoblock {
	background: #000;
	color: #eee;
	padding: 15px 45px 15px 15px;
	font-size: 11px;
	line-height:17px;/*
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;*/
	position: absolute;
	width: 253px;
	margin-right: -10px;
	z-index: 100;
}

#sidebar .infoblock:after {
	position: absolute;
	content: "";
	border-color: transparent transparent transparent #000;
	border-style:solid;
	border-width:13px;
	height:0;
	width:0;
	right: -13px;
	bottom: -13px;
	z-index: 0;
}

#sidebar ul li.pagenav {
	margin-top: 250px;
}

#sidebar ul li.pagenav a {
	display: block;
}

#sidebar ul li.pagenav a.no-opener {
	margin-left: 15px;
}

#sidebar ul li.pagenav a.opener {
	width: 15px;
	float: left;
	text-align: center;
}


#sidebar .infoblock * {
	color: white;
}

#sidebar .infoblock a {
	font-weight: bold;
	
}

#sidebar .infoblock a:hover {
	text-decoration: underline;
	color: white;
}
	
/* 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;
	font-size:1.1em;
	color:#ccc;
	margin: 0;
	padding: 4px;
	clear: both;
	background: #000;
}

#footer a {
	color: #fff;
}


/* Additional Styles */

.is-tested {
    padding: 5px;
    text-align: center;
    font-weight: bold;
    color: white;
    background: green;
    border: 2px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.is-experimental {
    padding: 5px;
    text-align: center;
    font-weight: bold;
    color: white;
    background: red;
    border: 2px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
}

.demo h5.pni-title:before { content: "" }
.demo h5.pni-title {
    color: black;
    font-size: 20px;
    margin: 0;
}

.demo {
	border: 1px solid #ccc;
	background: #f3f3f3;
	padding: 10px;
}

.demo .pni-navigtion {
	border: 1px solid #ddd;
	background: #eee;
	padding: 10px;
}



.scf-error {
	color: red;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: center;
	border: 1px solid red;
	margin: 10px 0;
	background: #EACFCF;
	width: 80%;
}


.scf-form input, .scf-form textarea {
	width: 80%;
}

.scf-form textarea {
	height: 300px;
}

.form-submit {
	margin-top: 10px;
}

.scf-form .form-row {
	margin-bottom: 5px;
}

.scf-form-success {
	color: green;
	font-size: 14px;
	display: block;
	margin-top: 20px;
}


#searchform input[type=submit] {
    background: #900;
    border: 1px solid #ccc;
    color: white;
}
#searchform input[type=submit]:hover {
    -moz-box-shadow: 0 0 8px #900;
    -webkit-box-shadow: 0 0 8px #900;
}
#searchform input[type=text] {
    background: #eee;
    border: 1px solid #ccc;
    color: #000;
    width: 215px;
}


