/*  
Theme Name: The Old Farm
Theme URI: http://theoldfarm.themebin.com
Description: Trendy and sporty wordpress theme.
Version: 1.0
Author: Santhosh. S
Author URI: santhosh.themebin.com

	By downloading and using this theme, you agree to the following terms:
    - You may NOT resell this theme.
    - You can use this theme for any purpose.
    - You can modify this theme as per your needs.
	
To change the header image, read the Readme.txt file in the theme directory.

*/

body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #ffffff;
	background:#333333;
	margin: 0px;
	padding: 0px 0px 30px;
}
a {
	color: #83E05E;
	text-decoration: none;
}
a:visited {
	color: #83E05E;
	text-decoration: none;
}
a:hover {
	color: #83E05E;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
}
h1 a, h1 a:visited{
	color: #333333;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #83E05E;
	margin: 0px 0px 2px;
	border-bottom: 1px solid  #333333;
	letter-spacing: -1px;
	font: normal 190%/100% Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #83E05E;
	text-decoration: none;
}
h2 a:hover {
	color: #88ac0b;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 825px;
	background: #333333 url(images/content-bg.jpg) repeat-y;
}
/* header area */
#header {
	background: #333333 url(images/header-bg.jpg) no-repeat;
	height: 240px;
	position: relative;
	text-align: right;
	padding-right: 75px;
	color: #333333;
}
#headerimg {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 60px;
}
#headerimg .description{
	position: absolute;
	text-align:right;
	top:120px;
	left: 590px;
	bottom: 3px;
	color: #333333;
	font-size: 14px;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 65px;
	bottom: 0px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #83E05E;
	text-decoration: none;
}
#nav .page_item a{
	color: #ffffff;
	text-decoration: none;
	background: #5c8d0c url(images/buttons.png) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #E6EED0;
	border-left: 1px solid #AFCD69;
	border-right: 1px solid #AFCD69;
	display: block;
}
#nav .page_item a:hover {
	color: #83E05E;
}

/* content area */
#content {
	padding: 10px 0px 30px 20px;
	float: left;
	width: 65%;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 15px;
	padding-left: 35px;
	text-align:justify;
}

.posted {
	margin: 0;
	font-size:0.9em;
	padding: 5px;
	background:#131212;
	border-bottom: 1px solid #333333;
	color: #009900;
	text-align:right;
}

.post-title {
	float: left;
	margin-left: 0px;
	width: 500px;
}

.entry {
	clear: both;
	padding-top: 10px;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/comment.png) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}

blockquote {
	margin: 10px;
 	padding: 0 0 0 38px;  
   	border: 1px solid #333333; 
  	background: #131212 url(images/quote.png) no-repeat 5px 5px;    
}

.mini-add-comment {
	background: url(images/add-comment.png) no-repeat;
	padding-left: 18px;
	float: right;
}
.navigation {
	clear: both;
	padding: 10px 30px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

/* comments area */
#comments, #respond {
	border-bottom: 1px dashed #333333;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #131212;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #ffffff;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #ffffff;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #fff;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#131212;
	border: 1px solid #333333;
	padding: 3px;
	color: #ffffff;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#131212;
	border: 1px solid #333333;
	padding: 2px;
	color: #ffffff;
	margin-top: 3px;
}

#commentform #submit{
	background: url(images/buttons.png) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: solid 1px #333333;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

/*sidebar */
#sidebar {
	float: right;
	padding: 0px 60px 10px 0px;
	width: 190px;
	color: #ffffff;
	overflow: hidden;
}
/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #ffffff;
	margin: 20px 0px 2px;
	border-bottom: 1px solid #CFE1AC;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #83E05E;
	text-decoration: none;
}
#sidebar a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #333333;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*blogroll */
ul.list-blogroll li{
	background: url(images/bullet.png) no-repeat;
	padding-left: 16px;
}

/*recent comments widget */
li.widget_recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 3px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin: 15px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #203346;
	width: 105px;
	height: 18px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #333333;
	background: #131212;
	margin-right: 2px;
	color: #ffffff;
	font-weight: normal;
}

#searchform input {
	background: url(images/buttons.png) no-repeat;
	border: solid 1px #333333;
	width: 56px;
	height: 25px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}

/* footer area */
#footer {
	clear: both;
	background: #333333 url(images/footer.jpg) no-repeat;
	height: 103px;
	color: #ACD7EE;
	font-size: 95%;
	line-height: 130%;
	padding-bottom: 1px;
}
#footer a, #footer a:visited {
	color: #83E05E;
	text-decoration:underline;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #9cdbfb;
	margin: 10px 0px 5px;
}

#credits {
	margin: 0px auto;
	width: 825px;
	color: #83E05E;
	font-size: 85%;
	line-height: 120%;
	text-align:center;
	font-size:12px;
	padding-top:24px;
}
#credits a, #credit a:visited {
	color: #83E05E;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

/* Images */

.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img {
	border:#999 1px solid;
	padding:3px;
	}
	a img {
	border-bottom: #999999 1px solid;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
img.wp-smiley{ 
	border:none;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}