/*



Theme Name: Floral Green



Theme URI: http://bloggingzone.info



Description: Floral Green Wordpress Theme



Version: 1.0



Author: Ophelia Nicholson



Author URI: http://ophelianicholson.com



*/















/* General */







body {



	margin: 0;

	background: #5d9704;

	background-color: 5d9704;

	background-image: url(images/bg-body.gif);

	background-repeat: repeat-x;

	background-position: left top;



}







h1, h2, h3, h4 {



	margin: 0;



}







img {



	border: 0;



}







.clear {



	clear: both;



	height: 0;



	overflow: hidden;



}











/* Page */







#page {



	margin: 0 auto;



	width: 1000px;



	background: url("images/page.gif") repeat-y;



}







#page-top {



	width: 1000px;



	background: url("images/page_top_new.jpg") no-repeat;



}







#page-bottom {



	width: 1000px;



	background: url("images/page_bottom.jpg") no-repeat left bottom;



}











/* Header */







#header {



	width: 1000px;



	height: 175px;



	position: relative;



}







	/* Header - Info */



	



	#header #header-info {



		position: absolute;



		top: 50px;



		left: 50px;



	}



	



	#header #header-info h1 {



		color: #ffffff;



		font: bold 35px Century Gothic, Helvetica, Arial, sans-serif;



	}



	



	#header #header-info h1 a {



		color: #ffffff;



		text-decoration: none;



	}



	



	#header #header-info .description {



		color: #ffffff;



		font: italic 12pt Century Gothic, Helvetica, Arial, sans-serif;



		padding-left: 480px;


		font-weight:bold;


		width:380px;



	}



	



	/* Header - Search */



	



	#header #header-search {



		position: absolute;



		top: 141px;



		left: 685px;



		width: 279px;



		height: 34px;



	}



	



	#header #header-search #searchform {



		margin: 0;



		padding: 0;



		width: 279px;



		height: 34px;



	}



	



	#header #header-search #s {



		width: 245px;



		height: 18px;



		padding: 8px 0;



		border: 0;



		font: bold 13px Century Gothic, Helvetica, Arial, sans-serif;



		color: #000000;



		background: transparent;



		float: left;



	}



	



	#header #header-search #searchsubmit {



		background: transparent;



		border: none;



		width: 34px;



		height: 34px;



		padding: 0;



		float: right;



	}











/* Main */







#main {



	width: 1000px;



}







	/* Main - Sidebar */



	



	#sidebar {



		float: left;



		width: 200px;



		padding: 0 25px 200px 12px;



		font: normal 12px/18px Century Gothic, Helvetica, Arial, sans-serif;



		color: #000000;



	}



	



	#sidebar a {



		color: #ff6600;



		text-decoration: none;



	}



	



	#sidebar a:hover {



		text-decoration: underline;



	}



	



	/* Main - Sidebar - Boxes */



	



	#sidebar .sidebar-box {



		width: 200px;



		background: url("images/sidebar_box.gif") repeat-y;



	}



	



	#sidebar .sidebar-box-top {



		width: 200px;



		background: url("images/sidebar_box_top.gif") no-repeat;



	}



	



	#sidebar .sidebar-box-bottom {



		width: 200px;



		background: url("images/sidebar_box_bottom.gif") no-repeat left bottom;



	}



	



	#sidebar .sidebar-box-blank {



		width: 200px;



		margin: 10px 0;



		text-align: center;



	}



	



	#sidebar .sidebar-box-feed {



		width: 200px;



		margin-top: 5px;



	}



	



		/* Sidebar - Titles */



		



		#sidebar h3 {



			width: 160px;



			height: 53px;



			padding-left: 50px;



			font: bold 15px/53px Century Gothic, Helvetica, Arial, sans-serif;



			color: #ffffff;



			background: url("images/sidebar_title.jpg") no-repeat;



		}



		



		#sidebar h3.first {



			background: url("images/sidebar_title_first.jpg") no-repeat;



		}



		



		/* Sidebar - Menus */



		



		#sidebar ul {



			margin: 0;



			padding: 0 15px 20px 10px;



			list-style-type: none;



		}



		



		#sidebar ul li {



			color: #000000;



			font: normal 12px/28px Century Gothic, Helvetica, Arial, sans-serif;

			padding:5px 0;

		}



		



		#sidebar ul li a {



			color: #000000;



			padding-left: 15px;



			text-decoration: none;



			display: block;



			border-bottom: 1px solid #5d9704;

			line-height:17px;

		}



		



		#sidebar ul li a:hover {



			text-decoration: underline;



		}



		



			/* Sidebar - Menus - Submenus */



			



			#sidebar ul li ul {



				padding: 0;



			}



		



		/* Sidebar - Forms */



		



		#sidebar #searchform {



			margin: 0;



			padding: 20px 0;



			width: 200px;



			text-align: center;



		}



		



		#sidebar #searchform #s {



			width: 150px;



		}



		



		/* Sidebar - Tables */



		



		#sidebar #calendar_wrap {



			margin: 0 auto;



			width: 145px;



			padding-bottom: 8px;



		}



		



		#sidebar #calendar_wrap table {



			width: 145px;



		}



		



		#sidebar #calendar_wrap caption {



			font-weight: bold;



		}



		



		#sidebar #calendar_wrap tbody {



			text-align: right;



		}



		



		#sidebar #calendar_wrap tfoot #next {



			text-align: right;



		}



		



		#sidebar #calendar_wrap #today {



			font-weight: bold;



		}



		



		/* Sidebar - Texts */



		



		#sidebar .textwidget {



			padding: 0 8px 8px 8px;



		}



	



	/* Main - Content */



	



	#content {



		float: left;



		width: 745px;



		padding-top: 30px;



	}



	



	/* Main - Content - Post */



	



	#content .post {



		float: left;



		margin-bottom: 30px;



		width: 745px;



	}



	



		/* Post - Title */



		



		#content .post .post-title {



			width: 745px;



			padding-bottom: 10px;



			color: #91c11b;



			font: normal 11px Century Gothic, Helvetica, Arial, sans-serif;



		}



		



		#content .post .post-title a {



			color: #000000;



			text-decoration: none;



		}



		



		#content .post .post-title a:hover {



			text-decoration: underline;



		}



		



		#content .post .post-title .post-title-right {



			float: left;



		}



		



		#content .post .post-title .post-date {



			float: left;



			color: #ffffff;



			text-align: center;



			text-transform: lowercase;



			width: 48px;



			height: 44px;



			padding: 9px 0 0 12px;



			margin-right: 15px;



			font: normal 12px Century Gothic, Helvetica, Arial, sans-serif;



			background: url("images/post_date.jpg") no-repeat;



		}



		



		#content .post .post-title .post-date span {



			display: block;



			font-weight: bold;



			font-size: 20px;



			line-height: 20px;



			padding-top: 3px;



		}



		



		#content .post .post-title h2 {



			color: #64a404;



			font: normal 25px Century Gothic, Helvetica, Arial, sans-serif;



			padding-bottom: 3px;



		}



		



		#content .post .post-title h2 a {



			color: #64a404;



			text-decoration: none;



		}



		



		#content .post .post-title h2 a:hover {



			text-decoration: underline;



		}



		



		#content .post .post-title .post-title-info {



			height: 20px;



			line-height: 20px;



			padding-left: 18px;



			background: url("images/post_title_info.gif") no-repeat;



		}



		



		#content .post .post-title .post-title-info .post-title-info-item {



			width: 70px;



			float: left;



		}



		



		#content .post .post-title .post-title-info .post-title-author {



			color: #000000;



		}



		



		/* Post - Entry */



		



		#content .post .post-entry {



			font: normal 13px/19px Century Gothic, Helvetica, Arial, sans-serif;



			color: #000000;



			width: 735px;



			padding: 0 15px;



		}



		



		#content .post .post-entry a {



			color: #ff6600;



			text-decoration: none;



		}



		



		#content .post .post-entry a:hover {



			text-decoration: underline;



		}



		



		#content .post .post-entry a.more-link {



			font-weight: bold;



		}



		



		#content .post .post-entry blockquote {



			border-left: 6px solid #5d9704;



			margin: 0 15px 0 40px;



			padding-left: 15px;



			color: #5d9704;



			font-size: 12px;



			line-height: 18px;



		}



		



		/* Post - Info */



		



		#content .post .post-info {



			clear: both;



			width: 685px;



			height: 70px;



			padding: 14px 30px 0 30px;



			font: normal 11px Century Gothic, Helvetica, Arial, sans-serif;



			color: #ff6600;



			background: url("images/post_info.gif") no-repeat;



		}



		



		#content .post .post-info a {



			color: #ff6600;



			text-decoration: none;



		}



		



		#content .post .post-info a:hover {



			text-decoration: underline;



		}



		



		/* Post - Subtitle */



		



		#content .post h3 {



			margin: 20px 0 5px 0;



			color: #64a404;



			font: bold 15px Century Gothic, Helvetica, Arial, sans-serif;



		}



		



		/* Post - Comments */



		



		#content .post .comments {



			font: normal 13px/19px Century Gothic, Helvetica, Arial, sans-serif;



			color: #000000;



			width: 715px;



		}



		



		#content .post .comments ol {



			margin: 10px 0;



			padding-left: 25px;



		}



		



		#content .post .comments ol li {



			padding: 5px;



		}



		



		#content .post .comments ol li a {



			color: #ff6600;



			text-decoration: none;



		}



		



		#content .post .comments ol li a:hover {



			text-decoration: underline;



		}



		



		#content .post .comments ol li.alt {



			background: #f7ffce;



		}



		



		#content .post .comments ol li cite {



			color: #ff6600;



			font-style: normal;



			font-weight: bold;



		}



		



		#content .post .comments ol li cite a {



			color: #ff6600;



			text-decoration: none;



		}



		



		#content .post .comments ol li cite a:hover {



			text-decoration: underline;



		}



		



		#content .post .comments ol li .commentmetadata a {



			color: #ff6600;



			text-decoration: none;



		}



		



		#content .post .comments ol li .commentmetadata a:hover {



			text-decoration: underline;



		}



		



		/* Post - Comment Form */



		



		#content .post #commentform {



			font: normal 13px/19px Century Gothic, Helvetica, Arial, sans-serif;



			color: #000000;



			width: 690px;



			padding-left: 25px;



			margin: 0;



		}



		



		#content .post #commentform a {



			color: #ff6600;



			text-decoration: none;



		}



		



		#content .post #commentform a:hover {



			text-decoration: underline;



		}



	



	/* Main - Content - Navigation */



	



	#content .navigation {



		float: left;



		margin-bottom: 30px;



		font: bold 13px Century Gothic, Helvetica, Arial, sans-serif;



		color: #ff6600;



		width: 725px;



		padding: 0 10px;



	}



	



	#content .navigation a {



		color: #ff6600;



		text-decoration: none;



	}



	



	#content .navigation a:hover {



		text-decoration: underline;



	}



	



		#content .navigation .navigation-previous {



			float: left;



		}



		



		#content .navigation .navigation-next {



			float: right;



		}











/* Footer */







#footer {



	width: 1000px;



	height: 107px;



	color: #ffffff;



	font: normal 11px/107px Century Gothic, Helvetica, Arial, sans-serif;



	text-align: center;



}







#footer a {



	color: #c1e50e;



	text-decoration: underline;



}







#footer a:hover {



	text-decoration: underline;



}



.geo_mashup_map {

	width: 300px;

	height: 250px;

	float: right;

	margin-top: 50px;

	margin-left: 10px;

}

.geo_mashup {

	width: 300px;

	height: 300px;

	float: right;

	margin-top: 10px;

	margin-left: 10px;

}

.linklove { display:none; }

.top-bussines {

	background-image: url(images/top_businnes.jpg);

	background-repeat: no-repeat;

	background-position: center top;

	margin: 5px;

	float: right;

	height: 435px;

	width: 360px;

	padding-top: 55px;

	padding-right: 5px;

	padding-bottom: 5px;

	padding-left: 5px;

	font-size: 8pt;

}

.nocomments { display:none; }

.post-title-info { display:none; }

.mold { 
	background: transparent url(images/bg-mold.gif) no-repeat scroll 0 0;
	width:258px;
	height:200px;
	padding:17px 16px 25px 15px;
	margin:5px;
 }
.display-home {
	border-bottom:1px solid #CCCCCC;
	float:left;
	margin:0 40px 20px 0;
	padding-bottom:10px;
	width:300px;
}
.display-home h2, .titulo {
	color:#64A404;
	font-family:Century Gothic,Helvetica,Arial,sans-serif;
	font-size:25px;
	padding-bottom:3px;
	text-align:center;
}
.titulo {
	text-align:left !important;
	margin:20pt 0 !important;
}
.display-home p { 
	margin: 0; 
	padding-left:20px;
}
.cform {
	width:90% !important;
}
.cform label, .cform label span {
	color:#333333 !important;
	display:block !important;
	width:100% !important;
	font-size:10pt !important;
}
.cform ol.cf-ol li {
	padding:0 0 10px !important;
}
span.reqtxt, span.emailreqtxt {
	margin-left:0 !important;
}
.cform textarea, .cform input {
	width:400px !important;
}
.cform input.backbutton, .cform input.resetbutton, .cform input.sendbutton {
	font-size:14pt !important;
	width:100px !important;
}
.cform legend {
	font-size:18pt !important;
	color:#333333 !important;
}
div.success, div.cf_info {
	color:#333333 !important;
	display:block !important;
	font-size:12pt !important;
	font-weight:bold !important;
	text-align:center !important;
}