/*  
Theme Name: TerraFirma
Theme URI: http://wpthemepark.com
Description: TerraFirma by <a href="http://www.nodethirtythree.com/" title="nodethirtythree">nodethirtythree</a> , WordPress Theme by <a href="http://wpthemepark.com/" target="_blank">WP ThemePark</a>, Sponsored by <a href="http://www.top10webhosting.com/" title="Top 10 Web Hosting">Top 10 Web Hosting</a>.
Version: 3.5
Author: Sadish Bala
Author URI: http://wpthemepark.com
*/
/*

	terrafirma1.0 by nodethirtythree design
	http://www.nodethirtythree.com

*/
/*
Sidebar Profile Image from http://www.sxc.hu/photo/621642
*/




* {padding: 0px;
    margin: 0px;
    }

body {
    background: #0f302f url(images/body.gif) repeat left top;
	font-size: 10px;
	font-size:small;
	font-family: Verdana, "Trebuchet ms", helvetica, sans-serif;
	color: #3a3a3a;
	line-height: 18px;
	font-size:70%;
    }

a {color: #f03300;
	text-decoration: none;
	border-bottom:#f03300 1px dashed;
    }

a:hover{border-bottom:#f03300 1px solid;}
p{margin-bottom: 14px;}
ul, ol {margin:1em;	padding:0;}

li {
    margin:0 1em;
    padding:5px 0;
    }

blockquote {
    margin:10px 20px;
    padding-left:10px;
    border-left:#ccc 2px solid;
    }

fieldset {border:none;}


img.left{
    float: left;
    margin: 0 14px 3px 0;
    }

img.right{
    float: right;
    margin: 0 14px 3px 0;
    }

a img {	border:#ccc 1px solid;}



h1,
h2,
h3,
h4,
h5,
h6 {font-family:Georgia, "Lucida Sans Unicode", Tahoma, Arial, Serif;}


#upbg {
    background: #0f302f url(images/header.jpg) no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
	width: 906px;
	height: 264px;
	z-index: 1;
    }

#outer{
    position: relative;
    width: 906px;
    margin: 0 auto;
    }

#inner {
    background: #0f302f url(images/layout-back.gif) repeat-y left top;
	position: relative;
	padding: 1px 10px 0px;
	z-index: 2;
    }

#header {
    background: #0f302f url(images/header.jpg) no-repeat left top;
    position: absolute;
    left: 0;
    top:0;
    width: 906px;
    height: 257px;
    }


#header h1,
#header h2{ display: none;}


#splash {
    position: absolute;
    top: 134px;
    left: 37px;
    background: transparent url(images/logo.gif) no-repeat center top;
    width: 98px;
    height: 98px;
    }

#menu {
    position: relative;
    left: 160px;
    top: 159px;
    width: 700px;
    font-family:Tahoma, Georgia, Arial, Verdana, Serif;
    text-transform:uppercase;
    }

#menu ul {
    margin:0;
	padding:0;
    background-color: red;
    }

#menu ul li {
	padding:0px;
	margin:0px 1px 0px 0px;
    float: left;
    list-style-type: none;
    }

#menu ul li a {
    display: block;
    background-color: transparent;
    background-repeat: repeat-x;
    padding: 11px 10px 12px;
    font-size: 14px;
    color: #e1f0c1;
    font-weight: 100;
    border:none;
    }

#menu ul li a:hover, 
#menu ul li.current_page_item a {
    background-color: #205030;
    color: #FFF;
    text-decoration: none;
    }

#search {
    position: absolute;
    top: -62px;
    right: -15px;
    width: 160px;
    color: #BDBDA2;
    font-size: 12px;
    font-family:Tahoma, Georgia, Arial, Verdana, Serif;
    text-transform:none;
    }

#search label{display: none; }
#search .text{
    display: block;
    width: 120px;
    border: 1px solid #a9be7e; 
    float: left;
    margin-top: 1px;
    padding: 2px;
    font-size: 11px;
    }

#search #searchsubmit{
    width: 30px;
    border: 1px solid #a9be7e; 
    background: none #a9be7e;
    color: #fff;
    display: block;
    float: right;
    padding: 0px;
    height: 20px;
    cursor: pointer;
    }


#search #searchsubmit:hover { background: none #012b13;  }




#content { 
    position: relative;
    width: 622px;
    margin-top: 200px;
    float: left;
    }

#content .post .header {
	background: url(images/a22.gif) bottom repeat-x;
	padding: 0 0 10px 10px;
	margin-bottom: 20px;
	position: relative;
    }

#content h3,
#content h2{
	position: relative;
	top: 4px;
	font-size: 18px;
	line-height: 25px;
	color: #205030;
    }

#content h2.pagetitle {
	text-align:center;
	margin:0 0 2em 0;
	font-size:1.5em;
    }

#content h3 a:link,
#content h3 a:visited {
	border-bottom:none;
	color:#205030;
    }


#content h3 a:hover,
#content h3 a:active {border-bottom:#205030 1px solid;}


#content ul {
    margin:1em;
    padding:0 1em;
    list-style-image:url(images/bullet.gif);
    }

#content ol {
    list-style-type:decimal;
    margin:1em;
    padding:0 1em;
    }


#content .entry {
	padding: 0 15px;
	margin-bottom: 20px;
    }

#content .post {margin-bottom: 30px;}

#content .post .date {
	float:right;
	margin:-1px 0;
	color:#666;
	width:25%;
	padding:0;
	background: url(images/a22.gif) bottom repeat-x;
    }

#content .post .date em {
	font-style:normal;
	color:#666;
    }

#content .post .date em.user {
	background:url(images/user.png) no-repeat left top;
	padding-left:15px;
    }

#content .post .date em.postdate {
	background:url(images/date.gif) no-repeat left top;
	padding-left:17px;
    }

#content .post .entry {margin-bottom: 0;}

#content ul.asides {
	background: url(images/a32.gif) repeat-x top;
	list-style:none;
	margin:2em 0;
	padding:0;
    }

#content ul.asides li {
	list-style:none;
	padding:0.5em 0;	
    }

#content .post .footer {
	clear:both;
	background: url(images/a33.gif) repeat-x bottom;	
    }


#content .post .footer ul {
	list-style: none;
	text-align:right;
	padding:20px 0;	
    }

#content .post .footer ul li{
	display: inline;
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding:3px 0 3px 15px;
    }

#content .post .footer ul li.comments{
	background-image: url(images/a36.gif);
	color:#999;
    }

#content .post .footer ul li.readmore{
	background-image: url(images/a38.gif);
    }

#content .post h4 {
	font-size:1em;
	font-weight:normal;
	font-family:Verdana, Tahoma, Arial, Serif;
    }

#content .post h4 em{
	font-style:normal;
	float:right;
	font-weight:normal;
    }

#sidebar{
	position: relative;
    margin-top: 200px;
	width: 254px;
	float: right;
    }

#sidebar h2{
	position: relative;
	font-size: 16px;
	color: #205030;
	padding:0px 0px 5px 0px ;
	margin: 10px 0px 0px;
	text-transform:uppercase;
	font-family:Arial, Georgia, Tahoma, Verdana, Serif;
    }

img.profile{
	position: relative;
	top: -2px;
	background: url(images/a26.gif) no-repeat;
	width: 146px;
	height: 75px;
	padding: 7px;
    }

#sidebar ul {
	list-style:none;
	padding: 0px;
	margin: 0 0 20px 0;
    }

#sidebar li.widget {
	margin: 0 0 5px 0;
    padding: 10px 10px 15px;
    background: url(images/widget.gif) repeat-x left bottom transparent;
    }

#sidebar ul li {
	padding: 0px 0px 6px;
	margin:0;
    }

#sidebar ul ul {
	list-style-image:url(images/arrow.gif);
	padding: 0 0 0 15px;
	margin:0;
    }

#sidebar a:link,
#sidebar a:visited {	border-bottom:none;}


#sidebar a:hover,
#sidebar a:active {border-bottom:1px solid;}

#sidebar ul.feeds {margin-left:20px;}


#sidebar ul.feeds li {
	list-style-image:url(images/feed.gif);
	margin:5px 0;
	padding:0;
    }

/*comments and their styles*/
#comments,
#respond {margin: 2em 0 0 5px;}

#commentform {
	margin:10px;
	padding:10px;
    }


#outer .commentlist {
	margin: 0;
	padding: 0;
    }


.commentlist li {
	list-style:none;
	margin: 2em 0;
	padding: 0;			
    }

.commentlist li p { margin:0 1em;}


.commentlist li .cmtinfo {
	font-size:1em;	
	background: url(images/a32.gif) repeat-x top;
	padding:5px;
	margin-bottom: 10px;
	position:relative;
	border:#eee 1px solid;
    }

.commentlist li .cmtinfo em {
	margin:0;
	padding:0 1em;
	text-align:right;
	font-style:normal;			
	color:#999;	
    }

.commentlist li.alt .cmtinfo {
	font-size:1em;	
	background: url(images/a34.gif) repeat-x top;
	padding:5px;
	margin-bottom: 10px;
	position:relative;
	border:#ddd 1px solid;
    }
.commentlist li.authorcomment{
	border:#ddd 1px solid;
	border-top-width:0px;
    }

#outer .nocomments {
	text-align:center;
	color:#999;
    }

#outer .trackback {
	background:url(images/links.gif) no-repeat left;
	padding:2px 20px;
    }

#outer .commentsrss {
    background:url(images/feed.gif) no-repeat left;
    padding:2px 17px;
    }

.commentlist li cite {
	font-style:normal;
	font-weight:bold;
    }

input.text,
textarea,
select {
	padding:2px;
	background:#F9F9F7;
	font:1em verdana, arial, serif;
	border: 1px solid #ccc;	
    }

textarea{
	width: 90%;
	height: 20em;	
    }

#outer input.text:focus,
textarea:focus {
    background:#fff;
    border:#999 1px solid;
    }

#footer{
    position: relative;
    clear: both;
    text-align: center;
    border-top:#e8e8de 1px solid;
    background:#fafaf8;
    color: #A8A88D;
    padding:10px;
    margin:0;
    }

#footer a:link,
#footer a:visited{
	color: #6C6C63;
	text-decoration:none;	
	border:none;
    }

#footer a:hover,
#footer a:active {
	color: #acacac;
	text-decoration:underline;	
	border:none;
    }

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0 auto;
	width: 155px;	
	border:#ccc 1px solid;
	}

#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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	font-weight:bold;	
	margin:0;
	padding:3px 0;
	}

#wp-calendar thead {
	margin:0;
	padding:0;	
    }

#wp-calendar td {
	padding: 3px 0;
	text-align: center;	
	background:url(images/a32.gif) repeat top;
	}

#wp-calendar th {
	padding: 3px 0;
	text-align: center;	
	background:url(images/a34.gif) repeat top;
    }

#wp-calendar td.pad:hover { 
    /* Doesn't work in IE */
	background-color: #fff; }
    /* End Calendar */

#searchsubmit {
	border:#fff 1px solid;
	font-size:0.9em;
	background:url(images/a18.gif) repeat-x top;
    }


#header,
#content,
#sidebar,
#footer,
.widget { overflow: hidden;}

