/*
Theme Name: Pioneer Land Group
Theme URI: http://blog.pioneerlandgroup.com
Description: The Blog theme of Pioneer Land Group Website
Version: 1.0
Author: Fuzz One
Author URI: http://www.fuzzone.com/
Tags: green, fixed width, two columns, widgets
*/


/* Default font settings. The font-size percentage is of 16px. (0.75 * 16px ~ 12px) */ 

html, body {
    margin: 0;
    padding: 0;
}

body {
	font-size: 80%;
	color: #779586;
	background: #B2BBB7;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.02em;
} 

.clear {
    clear: both;
}

.dark-green {
	color: #004728;
	font-weight: bold;
}

/* Headings -------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	color: #004728;
}

h1, h2 {
	letter-spacing: -0.03em;
}

h1 {
	font-size: 3em;
	line-height: 1.25em;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 2em;
	margin-bottom: 0.5em;
	line-height: 1.25em;
}
h3 {
	font-size: 1.5em;
	line-height: 1.25em;
	margin-bottom: 0.5em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25em;
	margin-bottom: 0.5em;
}
h5 {
	font-size: 1em;
	margin-bottom: 0.5em;
	line-height: 1.25em;	
}
h6 {
	font-size: 1em;
	line-height: 1.25em;
	margin-bottom: 0.5em;	
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
} 

/* Text elements -------------------------------------------------------------- */

p {
	margin: 0 0 1.5em;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color: #004728;
	text-decoration: underline;
}
a {
	color: #004728;
	text-decoration: none;
}
blockquote {
	margin: 1.5em;
	font-style: italic;
	background: #EDF3F1;
	border: 1px solid #779586;
	padding: 10px;
	margin: 0 0 1em;
}

blockquote p {
	margin: 0;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
} 

/* Lists -------------------------------------------------------------- */
li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
}

ul li ul {
	list-style-type: circle;
}

ol li ol {
	list-style-type:lower-latin;
}

ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
} 

/* Tables -------------------------------------------------------------- */
table {
	margin-bottom: 1.4em;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}



/* Structture -------------------------------------------------------------- */

#wrapper {
    width: 828px;
    margin: 30px auto 10px;
    padding: 6px;
    background: #FFF;
}

#page {
    background: url(images/bg-page.jpg) repeat-y top left;
}

#content {
    width: 614px;
    float: right;
}

#sidebar {
    width: 208px;
    float: left;
}

#footer {
	padding:6px;
	width:816px;
	background: #012F13 url(images/bg-footer.gif) repeat-x top left;
    border-top: 1px solid #779586;
    border-bottom: 1px solid #779586;
    font-size: 11px;
    margin: 6px auto 0;
}

/* Header -------------------------------------------------------------- */

#headerimg {
    display: none;
}

#flash-menu {
    width: 208px;
    height: 230px;
    float: left;
    background: #003F22;
}

#flash-header {
    height: 230px;
    width: 619px;
    float: right;
    background: #003F22;
}

#nav {
    float: right;
    width: 587px;
    padding: 0 0 0 32px;
    background: #004728;
}

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav ul li {
    float: left;
    line-height: 40px;
    margin: 0;
    padding: 0;
}

.cat-item-20 {
	padding: 0 0 0 5px !important;
}

#nav ul li a {
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    border-right: 1px solid #457661; 
    padding: 0 7px;
}

#nav ul li a:hover {
    color: #FFF;
}

#nav ul li.topics {
    margin: 0 -7px 0 -24px;
    border: none;
    color: #457661;
    font-weight: bold;
}



/* Content -------------------------------------------------------------- */

.post {
    background: url(images/bg-post.jpg) repeat-x bottom left;
    padding: 0 27px;
}

.post-title {
    font-size: 2.0em;
    font-weight: bold;
    margin-bottom: 13px;
    letter-spacing: -1px;
}

.bottom-post {
   	border-bottom: 1px solid #c5d3ce;
   	padding: 20px 27px;
   	margin: 3px 0 10px;
   	background:#DEE7E2 none repeat scroll 0 0;
}

div.postmetadata p {
    margin: 0;
    padding: 25px 0;
}

.entry {
	line-height: 1.5em;
}

.entry img {
	padding: 10px;
	background: #D9E4E0;
}

#tweetmeme_button {
	float: left;
	margin: 5px 10px 0 0;
}

p.author-description {
	line-height: 1.5em;
}

img.alignleft {
	margin: 0 10px 10px 0;
	float: left;
}

img.alignright {
	margin: 0 0 10px 10px;
	float: right;
}

h2.pagetitle {
	font-size: 12px;
	margin: 20px 27px 10px;
	border-bottom: 1px solid #c5d3ce;
	padding: 0 0 10px;
	color: #779586;
}

.search-post {
	padding: 0 27px;
}

.social-bookmarking ul li a {
	display: block;
	width: 34px;
	height: 34px;
	margin: 0 0 0 10px;
	float: left;
	text-indent: -100000px;
}

.social-bookmarking ul li a.stumbleupon-ico {
	background: url(images/st-ico.gif) no-repeat 0px -34px;
}

.social-bookmarking ul li a.stumbleupon-ico:hover {
	background: url(images/st-ico.gif) no-repeat 0px 0px;
}

.social-bookmarking ul li a.digg-ico {
	background: url(images/digg-ico.gif) no-repeat 0px -34px;
}

.social-bookmarking ul li a.digg-ico:hover {
	background: url(images/digg-ico.gif) no-repeat 0px 0px;
}

.social-bookmarking ul li a.delicious-ico {
	background: url(images/delicious-ico.gif) no-repeat 0px -34px;
}

.social-bookmarking ul li a.delicious-ico:hover {
	background: url(images/delicious-ico.gif) no-repeat 0px 0px;
}

.social-bookmarking ul li a.facebook-ico {
	background: url(images/facebook-ico.gif) no-repeat 0px -34px;
}

.social-bookmarking ul li a.facebook-ico:hover {
	background: url(images/facebook-ico.gif) no-repeat 0px 0px;
}

li.widget div ul li.rss a {
	background: url(images/rss-box.jpg) no-repeat 0px 0px;
	display: block;
	margin: 0 0 10px;
	width: 188px;
	height: 48px;
	text-indent: -100000px;
	text-align: left;
}

li.widget div ul li.feedburner a {
	background: url(images/fb-box.jpg) no-repeat 0px 0px;
	display: block;
	margin: 0 0 10px;
	width: 188px;
	height: 48px;
	text-indent: -100000px;
		text-align: left;
}

li.widget div ul li.twitter a {
	background: url(images/twitter-box.jpg) no-repeat 0px 0px;
	display: block;
	width: 188px;
	height: 48px;
	text-indent: -100000px;
	text-align: left;
}

li.widget div ul.subscribe {
	padding: 0 !important;
}

#feedburner-form {
	width: 188px;
	height: 77px;
	text-align: left;
	background: url(images/email-box.jpg) no-repeat 0px 0px;
	position: relative;
}

.feedform {
	border:1px solid #779586;
	margin:0 4px 0 0;
	padding:4px;
	width:100px;
	height: 13px;
	position: absolute;
	top: 45px;
	left: 8px;
}

.feedsubmit {
	background: transparent url(images/bg_search_btn_2.gif) no-repeat top left;
	color: #FFF;
	padding: 5px 0;
	font-weight: bold;
	border: none;
	width: 52px;
	height: 24px;
	font-size: 10px; 
	position: absolute;
	top: 45px;
	right: 8px;
}



.social-bookmarking ul {
	list-style: none;
}

.social-bookmarking p {
	float: left;
	margin: 10px 0 0;
}

.social-bookmarking {
	width: 315px;
	float: right;
	margin: 15px -60px 15px 0;
}

.postmetadata {
	float: left;
}

/* Sidebar -------------------------------------------------------------- */

#sidebar {
	margin: 25px 0 0;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widgettitle {
	margin: 0;
	padding: 10px 10px 8px;
	background: #003f22;
	border-bottom: 1px solid #005328;
	border-top: 1px solid #005328;
}

li.widget {
	text-align: right;
}

li.widget ul {
	padding: 10px !important;
}

li.widget a {
	color: #FFF;
}

li.widget ul li a {
	line-height: 2em;
}

li.widget_tag_cloud div {
	padding: 10px;
}

.textwidget {
	color: #FFF;
	line-height: 1.5em;
	padding: 10px !important;
}

select#cat {
    margin: 28px;
    width: 152px;
}

ul.badges {
	border-bottom: 1px solid #005328;
	margin: 30px 0 0 !important;
}

ul.badges li {
	padding: 0 15px 10px 0;
	text-align: right;
}

ul.badges li.badges-title {
	padding: 0 0 10px;
}

/* Footer -------------------------------------------------------------- */

#footer {
	text-align: center;
	color: #FFF;
	font-weight: bold;
}

#footer p {
    margin: 10px 0;
}

#footer p a {
    color: #FFF;
}

.blog-name {

}

/* Comments -------------------------------------------------------------- */

h3#comments {
	padding: 0 27px;
}

ol.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5em;
}

ol.commentlist li {
	margin: 0 0 3px;
	padding: 20px 27px;
	border-bottom: 1px solid #c5d3ce;
}

ol.commentlist li.even,
ol.commentlist li.thread-even {
	background: #EDF3F1;
}

ol.commentlist li.odd {
	background: #DEE7E2;
}

.vcard,
.post-author {
	float: left;
	width: 64px;
	margin: 0 20px 0 0;
}

.reply {
	text-align: right;
}

img.avatar {
	margin: 0 0 5px;
}

cite.fn,
.commentmetadata,
.reply  {
	font-style: normal;
	font-weight: bold;
	color: #004728;
}

li.comment ul.children {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.post-author-bio {
	float: right;
	width: 475px;
}

.author-name,
.commentmetadata {
	color: #004728;
	margin: 0 0 6px;
}

#respond {
	padding: 20px 27px;
}

#respond h3 {
	margin:0 0 10px;
}

#commentform p, h3#comments {
	margin:0 0 10px;
}

#commentform p label {
	font-weight:bold;
	color: #004728;
}

#commentform p input[type="text"],
#commentform p textarea {
	margin:0 10px 0 0;
	padding:6px;
	border: 1px solid #779586;
}

#commentform p input[type="text"] {
	width: 280px;
}

#comment {
	width: 555px;
}

#submit {
	background: #004728;
	color: #FFF;
	-moz-border-radius: 5px;
	padding: 5px 10px;
	font-weight: bold;
	border: none;
}

/* Search -------------------------------------------------------------- */

#portal-search {
	float: left;
	width: 188px;
	padding: 6px 10px;
	margin: 0;
}

.screen-reader-text {
	display: none;
}

#s {
	width: 115px;
	margin:0 4px 0 0;
	padding:4px;
	border: 1px solid #779586;
	height: 13px;
	position: absolute;
	top: 0;
	left: 0;
}

#searchsubmit {
	background: transparent url(images/bg_search_btn.gif) no-repeat top left;
	color: #FFF;
	padding: 5px 0;
	font-weight: bold;
	border: none;
	width: 52px;
	height: 24px;
	font-size: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

#searchform {
	position: relative;
}


/* Error Page -------------------------------------------------------------- */

body#error-page {
	background: #B2BBB7;
}

/* Subscribe2 Plugin -------------------------------------------------------------- */

#post-2 {
	background: none;
}

li#subscribe2 h2.widgettitle {
	display: none;
}

li#subscribe2 div.subscribe {
	padding: 45px 0 26px 16px;
	position: relative;
	background: url(images/email-box-2.gif) no-repeat 10px 0;
}

li#subscribe2 div.subscribe form p input.unsubscribe {
    display: none;
}

li#subscribe2 div.subscribe p {
	text-align: left !important;
	margin: 0 0 10px;
}

li#subscribe2 div.subscribe p a {
	color: #004728;
}

li#subscribe2 div.subscribe p.confirmation,
li#subscribe2 div.subscribe p.error {
	padding: 5px 18px 0 0;
}

li#subscribe2 div.subscribe p.check_email {
	background: url(images/bg-confirmation.gif) no-repeat top left;
	color: #7c0000;
	font-weight: bold;
	text-align: center;
	margin:10px 0 0;
	padding:9px;
	text-align:center !important;
	width:160px;
}

li#subscribe2 div.subscribe form input[type="submit"] {
	background: transparent url(images/bg-subscribe-btn.gif) no-repeat top left;
	color: #FFF;
	margin: 0 8px 0 0;
	padding: 5px 0;
	font-weight: bold;
	border: none;
	width: 80px;
	height: 24px;
	font-size: 10px; 
}

li#subscribe2 div.subscribe form input[type="text"] {
	border:1px solid #779586;
	padding:4px;
	width:162px;
	height: 13px;
}

.hide-unsub {
	display: none;
}

















































