/*
Theme Name: Farmville
Theme URI: http://www.free-wordpress-theme.net/
Description: A free WP theme inspired by the popular game FarmVille---Go to the Options Page of this theme to configure its settings---Need help? Ask for support at <a href="http://www.free-wordpress-theme.net/">Free Wordpress Themes</a>
Version: 1.1
Author: V
Author URI: http://www.wordpress-solutions.net/
Tags: 2 columns layout, widget ready, fixed width, green.	
*/


/*============================================================
	General Specifications
==============================================================*/

* :focus { outline: 0; }

body {
	font-size: 12px;
	font-family: Georgia, Arial, Verdana, Sans-Serif;
	background: #fff url(images/bg.png) top repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	color: #000;
	}

.wrap{
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	overflow: hidden;
	text-align: left;
	}
	
.depth-1 {
	border: 1px solid #ddd;
    	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 15px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Verdana, Sans-Serif;
	}

h1.main, h1.main a, h1.main a:hover, h1.main a:visited {
	font-size: 38px;
	font-weight: bold;
	margin: 35px 0 0 0;
	text-decoration: none;
	color: #cd5500;
	font-style: normal;
	text-transform: uppercase;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h2, h2 a, h2 a:hover, h2 a:visited {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h3, h3 a, h3 a:hover, h3 a:visited {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h4, h4 a, h4 a:hover, h4 a:visited {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h5, h5 a, h5 a:hover, h5 a:visited {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h6, h6 a, h6 a:hover, h6 a:visited {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

a, a:visited{
	color: #c73029;
	text-decoration: none;
	}

a:hover {
	color: #329d4d;
	text-decoration: none;
	}

code {
	font: 12px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 10px;
    	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 15px 10px;
	padding: 1px 15px;
	border-left: 3px solid #ccc;
	font-style: oblique;
	background: #fff;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

.navigation {
	width: 620px;
	float: right;
  	display: block;
	text-align: center;
	margin: 10px;
    	font-weight: bold;
    	}

#search{
	width: 200px;
	height: 50px;
	float: left;
	}

#searchform {
    	width:200px;
	background: #efefef;
	color: #000;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
    	margin: 20px 5px 10px 0;
	padding: 2px 2px 1px 2px;
	}

#submit {
	width: 32px;
	height: 32px;
	background: url(images/go.png) left no-repeat;
	margin: 12px 20px 0 5px;
	padding: 0;
	border: none;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/*==========================================================
	Header
============================================================*/

#header, #headeralt {
	width: 1015px;
	padding: 0px;
	margin: 0 auto;
	height: 277px;
	}

#header{
	background: url(images/header1.jpg) top no-repeat;
	}

#headeralt{
	background: url(images/header2.jpg) top no-repeat;
	}

#description {
	float: left;
	width: 450px;
	text-align: center;
	margin: 0 0 0 20px;
	padding: 0;
	}


/*===================================================================
	Menu bar
=====================================================================*/

#menu{
	width: 1015px;
	padding: 0px;
	margin: 0 auto;
	height: 66px;
	background: url(images/menu.jpg) top no-repeat;
	}

#paglist {
   	position: relative;
	float: left;
	height: 50px; 
	width: 530px;
    	padding: 0 0 0 30px; 
	margin: 0;
    	overflow: hidden;
	font-size: 20px;
	font-weight: normal;
	font-family: georgia;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	}

#paglist li { 
	background: url(images/inactive.png) left -50px;
	list-style: none;
    	float: left; 
	height: 50px;
	padding: 0 0 0 10px; 
    	margin-right: 1px;
	} 

#paglist li a, paglist li a:visited { 
	background: url(images/inactive.png) right 0px;
	float: left;
	height: 35px;
	padding: 15px 10px 0 0;
	color: #fff;
	} 

#paglist li a:hover{
	color: #dee0d5;
	}
 
#paglist li.current_page_item { 
	background: url(images/active.png) left -50px; 
	} 
 
#paglist li.current_page_item a { 
	background: url(images/active.png) right 0px; 
    	color: #fff; 
	}

.addthis_toolbox{
	margin: 0 70px 0 0;
	position: relative;
	float: right;
	}

/*======================================================================
	Gallery
=======================================================================*/

#gallery{
	width: 640px;
	height: 275px;
	float: left;	
	background: url(images/gallery.jpg) top no-repeat;
	margin: 65px 0 0 0;
	font-size: 14px;
	}

.stepcarousel{
	position: relative; 
	overflow: scroll;
	width: 520px; 
	height: 210px; 
	margin: 0 60px;
	background:none;
	}

.stepcarousel .belt{
	position: absolute; 
	left: 0;
	top: 0;
	}

.stepcarousel .panel{
	float: left; 
	overflow: hidden; 
	margin: 0;
	width:520px; 
	height:210px;
	padding: 0;
	}

.stepcarousel .panel p{
	background:none;
	text-align: left;
	overflow: hidden; 
	margin: 0; 
	text-align: justify;
	}

.stepcarousel .panel img{
	padding:0px;
	width:520px;
	overflow: hidden;
	background:none;
	}

.thumb{
	height: 70px;
	overflow: hidden;
	margin: 5px 0; 
	}
.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/*=====================================================================
	Blog page
=======================================================================*/

#hometop, #pagetop{
	width: 1015px;
	padding: 0px;
	margin: 0 auto;
	}

#hometop {
	background: url(images/hptop.jpg) top no-repeat;
	}

#pagetop{
	background: url(images/ptop.jpg) top no-repeat;
	}

#pbody {
	background: url(images/pbody.png) top repeat-y;
	width: 1015px;
	padding: 0px;
	margin: 0 auto;
	}

#content {
	width:640px;
	margin:0 0 0 7px;
	float:left;
	overflow: hidden;
	}


/*==========================================================================
	The actual Blog post look
============================================================================*/

.firstpost {
	margin: 48px 0 0 0 !important;
	background: url(images/post.jpg) top repeat-y;
	text-align: justify;
	float: left;
	}

.firstpost .ptitle{
	background: url(images/post.jpg) top no-repeat;
	padding: 0px 30px 5px 30px;
	}
	

.post {
	background: url(images/post.jpg) top repeat-y;
	width: 640px;
	float: left;
	text-align: justify;
	font-size:14px;
	margin: 0;
	}

.ptitle{
	width: 580px;
	float: left;
	background: url(images/posttop.jpg) top no-repeat;
	margin: 0;
	text-align: left;
	padding: 40px 30px 5px 30px;
	}

.pbot{
	width: 600px;
	height: 89px;
	float: left;
	background: url(images/pbot.jpg) bottom no-repeat;
	margin: 0;
	padding: 0 20px;
	}

.more, .date, .com {
	background: #eef0e3;
	border: 1px solid #adda75;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px 5px;
	margin: 10px 0 0 5px;
	float: left;
	font-size: 12px;
	color: #b50000;
	}

.more a, .more a:visited, .com a, .com a:visited{
	color: #b50000;
	}

.more a:hover, .com a:hover{
	color: #000;
	}

h2.title, h2.title a, h2.title a:hover, h2.title a:visited{
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color:#329d4d;
	}

.entry {
	padding: 0 30px;
	margin: 0;
	line-height: 150%;
	}

.entry p{
	margin: 0;
	}

.post hr {
	display: block;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.attachment {
	text-align: center;
	margin: 15px 0px;
	}

.clear {
	clear: both;
	}

.entry ul {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style-type: disc;
	list-style-image: url(images/bullet.png);
	list-style-position: inside;
	text-indent: 5px;
	}

.entry li {
	margin: 5px 0 0 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}


/*===================================================
	Sidebar
=====================================================*/

#ssearch{
	background: url(images/search.png) top no-repeat;
	position: absolute;
	width: 308px;
	height: 98px;
	padding: 0;
	margin: -50px 0 0 677px;
	z-index: 2;
	}

#searchh{
	width:200px;
	background: none;
	border: none;
	color: #000;
	font-size: 18px;
	font-style: oblique;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	text-align: center;
    	margin: 30px 0 0 40px;
	padding: 2px 2px 1px 2px;
	}	

#sidebar{
	width: 340px;
	float:right;
	padding: 0;
	margin: 40px 5px 0 0;
	font-size: 12px;
	color: #000;
	text-align: left;
	overflow: hidden;
	}

#sidebar h2 {
	background: url(images/stitle.png) top no-repeat;
	float: left;
	width: 340px;
	height: 30px;
	font-size: 22px;
	font-weight: normal;
	color:#c73029;
	text-decoration: none;
	padding: 25px 0 0 0;
	display:block;
	margin: 0;
	text-align: center;
	}

.widget {
	background: url(images/widget.jpg) top left repeat-y;
	width: 337px;
	float: left;
	margin: 0;
	padding:0px;
	}

.wbot{
	background: url(images/sbot.jpg) bottom no-repeat;
	width: 297px;
	float: left;
	margin: 0;
	padding:0 20px 25px 20px;
	}

#sidebar a, #sidebar a:visited{
	color: #000;
	}

#sidebar a:hover{
	color: #296c00;
	}

#sidebar li{
	list-style-type: none;
	}

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

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

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

#sidebar ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}
	
#sidebar ul li {
	list-style-type: none;
	height:100%;
	line-height:14px;
	}

#sidebar p {
	padding: 7px 10px;
	margin:0;	
	}

#sidebar table {
	width:100%;
	text-align:center;
	}	

#sidebar ul li a:link, #sidebar ul li a:visited {
	background: url(images/bullet.png) left no-repeat;
	color: #000;
	text-decoration: none;
	padding: 5px 0px 5px 25px;
	display:block;
	margin: 0px;
	}

#sidebar ul li a:hover {	
	color: #296c00;
	}


/* Calendar */

#wp-calendar {
	width: 90%;
	margin: 0px;
	padding: 0px;
	empty-cells: show;
	}

#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 {
	width: 90%;
	margin-left: 0px;
	padding-top: 10px;
	text-align: center;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	}


/*================================================================
    Begin Comments
==================================================================*/

#replies {
	float: left;
	padding: 0;
	margin: 0;
	text-align: left;
	}

#respond{
	float: left;
	padding: 0;
	margin: 0px;
	}

h3.comments{
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	margin: 0 10px;
	padding: 15px 15px 0 15px;
	color: #fff;
	}

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	background: #fff url(images/com.jpg) top repeat-y;
	border: 1px solid #e3e8ca;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 620px;
	list-style:none;
	margin: 0 10px 10px 10px;
	float: left;
	}

.commentlist cite {
	width: 620px;
	float: left;
	padding: 10px 10px 0 10px;
	display:block;
	font-style:normal;
	}

.commentlist cite img {
	float:left;
	margin:0 5px;
	border: 3px solid #e3e8ca;
	}

.commentlist .author {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #e680b2;
	}

.commentlist .author a, .commentlist .author a:visited{
	color: #e680b2;
	}

.commentlist .author a:hover{
	color: #b50000;
	}

.commenttext {
	border: 1px solid #e680b2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #f9fee7;
	float: left;
	width: 578px;
	padding: 0 10px;
	display:block;
	font-style:normal;
	margin: 10px;
	color: #000;
	font-size: 14px;
	}

#commentform input {
    	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 15px;
	}

#commentform {
    	margin: 5px 10px 0 0;
	}

#commentform textarea {
    	width: 500px;
	height: 200px;
	margin: 5px 100px 10px 0;
	}

#commentform input, #commentform textarea {
	background: #f9fee7;
	border: 1px solid #e680b2;
	border-radius: 10px;
	font: inherit;
	-moz-border-radius: 10px;
	padding: 2px;
	-webkit-border-radius: 10px;
	}

#commentform input:focus, #commentform textarea:focus { 
	background-color: #fff; 
	border-color: #b50000; 
	}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#commentform #submit {
	margin: -5px 0 10px 5px;
	width: 115px;
	height: 25px;
	background: #002d37 url(images/menu.jpg) 20% 50%;
	color: #b50000;
	font-weight: bold;
	border: 1px solid #a5bc90;
	}

#commentform p {
	margin: 5px 10px;
    	font-weight: normal;
	line-height: 14px;
	text-transform: none;
    	font-family: Georgia,'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/*=======================================================================
	WP Navi
=======================================================================*/

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #c73029;
	color: #c73029;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #c73029;
	color: #c73029;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.wp-pagenavi a:hover {	
	border: 1px solid #fff;
	color: #fff;
	background-color: #c73029;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #fff;
	color: #fff;
	background-color: #c73029;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #c73029;
	border: 1px solid #c73029;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #fff;
	color: #fff;
	background-color: #c73029;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #c73029;
	color: #c73029;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}


/*=======================================================================
	Footer
=========================================================================*/

#footer {
	background: url(images/footer.jpg) top no-repeat;
	width: 1015px;
	margin: 0 auto;
	height: 33px;
	padding: 40px 0 0 0;
	text-align: center;
	}

/*===============================================================
    Begin Images
=================================================================*/

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
  display: block;
   	float: right;
   	}

.alignleft {
    display: block;
   	float: left;
	}

a img {
	border: none;
	}


/*=================================================================
    Captions
===================================================================*/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	}

.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;
	}
