/*-------------------- PLANTHOGAR CSS STYLE SHEET CORE -------------*/
/*						Version 4.0 17.01.2008						*/
/*					Jaime Rubio Herrero - www.planthogar.net		*/
/*------------------------------------------------------------------*/

/*------------------ layout ------------------------*/

html{
	height:				100%;
	}
	
body{
	padding:			0px;
	margin:				0px;
	text-align:			left;
	font-family:		'Trebuchet MS',Verdana,Arial,Sans-serif;
	font-size:			12px;
	color:				#000;
	background:			#CCD9C8 url(images/garden.jpg) left top repeat-y;
	}
	
img{
	border: none;
	}	

.clearfix:after {
	clear:				both;
	display:			block;
	content:			".";
	height:				0px;
	visibility:			hidden;
	}
	
#commontop{
	width:				100%;
	background-color:   darkblue;
	color:				#fff;
	height:				32px;
	font-size:			12px;
	font-family:		"Trebuchet MS", Arial, Verdana;
	}	

#commontop form {
	margin:				0px;
	padding:			0px;
	}

#commontop input.transparent{
	background-color:   darkblue;
	color:				#fff;
	border:				1px solid #fff;
	height:				24px;
	margin:				0px;
	padding:			0px;
	}	
	
#commontop a {
	color:				#fff;
	}	
	
#wrapper{
	width:				850px;
	margin:				auto;
	}	

#pageheader{
	float:				left;
	clear:				both;
	width:				100%;
	height:				80px;
	background-image:   url(images/header_bg.gif);
	background-position: bottom left;
	background-repeat:   repeat-x;	
	background-color:	transparent;
	text-align:			center;	
	}	

#pagecontent{
	float:				left;
	clear:				none;	
	width:				570px;
	padding:			0px;
	margin-left:		10px;
	background:			#E0EADD;	
	border:				1px solid #ccc;
	}

#pagebottom{
	float:				left;
	clear:				none;
	width:				850px;
	}	

#logo{
	float:				left;
	clear:				none;
	height:				60px;
	width:				250px;
	}

#blogtitle{
	width:				100%;
	float:				left;
	clear:				both;	
	text-transform:		uppercase;
	text-align:			center;
	font-family:		"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight:		bold;
	font-size:			24px;
	color:				#FFFFFF;
	margin-left:		10px;
	}	

#blogdescription{
	width:				100%;
	float:				left;
	clear:				both;	
	text-transform:		lowercase;
	text-align:			center;
	font-family:		"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight:		bold;
	font-size:			12px;
	color:				#fff;
	}	

#catbox{
	width:				180px;	
	text-align:			left;
	}

#catbox ul{
	padding:			0px;
	list-style:			none;
	}		

#catbox li a{
	font-weight:		bold;	
	}

#pathway{
	float:				right;
	clear:				both;
	width:				840px;
	margin:				10px 0px 10px 0px;
	text-align:			right;
	color:				#666;
	text-transform:		uppercase;
	font-family:		"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight:		bold;
	font-size:			12px;
	height:				30px;
	}	

#footer{
	height:				40px;
	text-align:			center;
	color:				#fff;
	margin-top:			20px;
	padding-top:		10px;
	background-color:	#96B090;	
	}

h1	{
	margin:					0px;
	padding:				0px;
	margin-top:				15px;
	margin-bottom:			0px;
	font-size:				24px;
	color:					#006600;
	}

h2	{
	margin:					0px;
	padding:				0px;
	margin-top:				15px;
	margin-bottom:			0px;	
	font-size:				20px;
	color:					#006600;
	}

h3	{
	margin:					0px;
	padding:				0px;
	margin-top:				15px;
	margin-bottom:			0px;
	font-size:				18px;
	color:					#006600;
	}

a:link,a:visited,a:active{
	color: #006600;
	text-decoration: underline;
	}

a:hover
	{
	color: #333;
	text-decoration: none;
	}

#sidebar
	{
	float:			right;
	clear:			none;
	width:			220px;
	margin-right:	10px;
	padding-left:	5px;
	padding-right:	5px;
	text-align:		center;
	}

.sidebar_top{
	width:				220px;
	height:				20px;	
	background-image: url(images/sidebar_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}	
	
.sidebar_ctr{
	width:				220px;
	background-image: url(images/sidebar_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	}
	
.sidebar_btm{
	width:				220px;
	height:				20px;
	background-image: url(images/sidebar_btm.gif);
	background-position: top left;
	background-repeat: no-repeat;	
	}	

#sidebar h3 {
	background-image:		url(images/bullet.png);
	background-position:	center left;
	background-repeat:		no-repeat;
	font-weight:			bold;
	font-size:				14px;
	text-transform:			lowercase;
	text-align:				left;
	padding-left:			15px;
	width:					195px;
	color:					#006600;
	border-bottom:			1px solid #8EB103;
	}	

#sidebar ul {
	margin:				0;
	padding:			0;
	}

#sidebar ul li	{
	list-style:			none;
	}

#sidebar a:link , 
#sidebar a:hover , 
#sidebar a:visited , 
#sidebar a:active 	{
	color: #333333;
	text-decoration: underline;
	}

#sidebar a:hover  {
	color: #333333;	
	text-decoration: none;
	}	

#footer a{
	font-size:			11px;
	color:				#fff;
	}	

#pathway a{
	color:				#000;
	}

#errorbox{
	float:				left;
	clear:				both;
	display:			block;
	width:				100%;
	background:			red;
	color:				#FFF;
	text-align:			center;
	height:				40;
	padding:			10px;
	font-weight:		bold;
	margin-top:			10px;	
	}

/*-------------------- pagination ----------------------*/

table.paginationtitle{
	border-bottom:		#999 1px dotted;
	width:				100%;
	display:			block;
	}

table.paginationpages {
	padding:			2px;
	text-align:			right;
	}	

table.paginationpages a{
	padding:			2px;
	text-align:			right;
	color:				#728C40;
	}		

/*------------------------ Section Table ---------------*/

table.sectiontable{
	background:			none;
	width:				100%;
	border-collapse:	collapse;	
	}
	
.sectiontableheader {
	padding:			0px;
	background-image:	url(images/chg.gif);
	background-repeat:	repeat-x;
	height:				28px;
	font-weight:		bold;
	color:				#000000;
	text-align:			center;	
	border-collapse:	collapse;	
	}

.sectiontableheader td{
	color:				#000;
	}	
	
.sectiontableentry1{
	background-color:	#F0F5F0;
	padding:			5px;
	}

.sectiontableentry2{
	background-color:	#FFFFFF;
	padding:			5px;
	}	
	
.sectioncontentmap {
	overflow:			hidden;
	border:				1px double #333; 
	width:				160px; 
	height:				160px;
	z-index:			1;
	text-align:			center;
	}

/*------------------ Articles --------------------------*/

#categories {
	background-color:	#F4F4EC;
	margin-bottom:		10px;
	padding:			0px;
	}

#categories h1{
	margin: 0px;
	padding: 5px 10px;
	}

#categories ul{
	padding: 0px 10px 10px 10px;
	}


#notification{
	background-color:	#FFFDFB;
	height:				100%;
	padding:			15% 10%;
	text-align:			center;
	}

#notification h1
	{
	margin:				5px 0px;
	font-family:		"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight:		normal;
	font-size:			25px;
	color:				#728c40;
	text-transform:		uppercase;
	}

#notification a	{
	color:				#4F5F34;
	text-decoration:	underline;
	}

#notification a:hover	{
	color:				#4F5F34;
	text-decoration:	none;
	}

/*------------------------------- article ----------------------------*/
#article {
	float:				left;
	width:				550px;
	margin-left:		10px;
	margin-right:		10px;
	margin-bottom:		20px;
	margin-top:			20px;
	font-family:		'Trebuchet MS',Verdana,Arial,Sans-serif;
	font-size:			12px;
	}
	
.article_top {
	float:				left;
	padding-left:		35px;	
	padding-right:		10px;
	padding-top:		4px;
	width:				505px;
	height:				26px;
	background:			url(images/article_top.gif) left top no-repeat;
	}	

.article_ctr {
	float:				left;
	padding-left:		10px;	
	padding-right:		10px;	
	width:				530px;
	background:			#ffffff url(images/article_bg.gif) left top repeat-y;
	}	

.article_btm {
	float:				left;
	padding-left:		10px;	
	padding-right:		10px;	
	width:				530px;
	height:				13px;
	background:			url(images/article_btm.gif) left top no-repeat;
	}	
		
h1 #article ,
h2 #article ,
h3 #article {
	margin:				0px;
	padding:			0px;
	}

#article .title{
	font-size:			16px;
	font-weight:		bold;
	color:				#993300;
	}

#article .title a{
	color:				#FF6600;
	}	
	
#article .details{
	float:				left;
	clear:				both;
	width:				98%;	
	margin-top:			10px;
	margin-bottom:		5px;
	padding:			2px;	
	}

#article .details a{
	font-size:			12px;
	color:				#666666;
	}

#article .details li{
	font-size:			11px;
	margin:				0px 5px 10px 0px;
	display:			inline;
	}

#article .introduction	{
	width:				515px;
	border-bottom:		1px dotted #9B9E28;
	margin-top:			5px;
	margin-bottom:		5px;	
	padding:			5px;
	}

#article .link {
	float: right;
	text-align: right;
	font-weight: bold;
	color:	#006600;
	background-image:		url(images/bullet.png);
	background-position:	center left;
	background-repeat:		no-repeat;	
	padding-left:			15px;			
	}

#article .gallery {	}

#article .gallery img {
	border:				1px dotted #00cc00;
	padding:			3px;
	margin:				3px;
	}

/* begin comment style definitions */

#comments{
	float:				left;
	width:				550px;
	margin-left:		10px;
	margin-right:		0px;
	margin-bottom:		10px;
	font-family:		'Trebuchet MS',Verdana,Arial,Sans-serif;
	font-size:			12px;
	color:				#666;
	}

.comment_top {
	float:				left;
	padding-left:		35px;	
	padding-right:		10px;
	width:				505px;
	height:				13px;
	background:			url(images/comment_top.gif) left top no-repeat;
	margin-top:				20px;	
	}	

.comment_ctr {
	float:				left;
	padding-left:		10px;	
	padding-right:		10px;	
	width:				530px;
	background:			url(images/comment_bg.gif) left top repeat-y;
	}	

.comment_btm {
	float:				left;
	padding-left:		10px;	
	padding-right:		10px;	
	width:				530px;
	height:				13px;
	background:			url(images/comment_btm.gif) left top no-repeat;	
	margin-bottom:			20px;	
	}		
	
#comments h1 {
	margin:				0px;
	padding:			0px;
	padding-left:		35px;
	background-image:		url(images/bullet_comments.gif);
	background-position:	top left;
	background-repeat:		no-repeat;	
	color:				#006600;
	border-bottom:		1px dotted #666;
	}	

#comments h2, #comments h3 {
	margin:				0px;
	padding:			0px;
	color:				#000000;
	}		

#comments .details{
	float:					left;
	clear:					both;
	width:					100%;
	border-bottom:			1px dotted #fff;	
	}

#comments .details dl{	
	float:					left;
	}

#comments .details dt{
	background-image:		url(images/avatar.gif);
	background-position:	top left;
	background-repeat:		no-repeat;
	height:					55px;
	width:					55px;
	margin-right:			5px;
	float:					left;	
	}

#comments .details dd{
	margin:					2px;
	color:					#000;
	font-weight:			bold;
	}

#comments .comment{	
	color:					#333;
	}

#comments .whisper
	{
	padding: 5px 5px;
	clear: both;
	}

/*------------------ bookmarks ----------------------------*/

#socialbookmarks{
	padding-top:		15px; 	
	width:				100%;
	float:				left;
	margin:				20px 0px;
	clear:both;
	}

#socialbookmarks .scriptlink{
	text-decoration:	none;
	font-size:			11px;
	font-family:		Arial;
	color:				#2A4956;
	width:				100%;
	border-bottom:		1px solid #2A4956;
	}

#socialbookmarks img{
	margin-top:			5px;
	margin-bottom:		10px;
	}	
	
form
	{
	margin: 0;
	padding: 0;
	}

form #comment {
	width: 500px;
	height: 125px;
	}

form #whisper {
	margin-left: 0px;
	}

form #keywords	{
	width: 32%;
	}

form #date
	{
	width: 32%;
	}

form #category {
	width: 32%;
	}

/*------------------ admin purposes ----------------------------*/

form
{
	margin: 0;
	padding: 0;
}

form .text
	{
		border: 1px solid #999999;
		clear: both !important;
		display :block;
		width: 97%;
		padding: 3px;
	}

form .select
	{
		border: 1px solid #999999;
		clear: both !important;
		display: block;
		width: 97%;
		padding: 3px;
	}

form .textarea
	{
		border: 1px solid #999999;
		clear: both !important;
		display: block;
		padding: 3px;
	}

form .button
	{
		width: 100px;
		padding: 3px 0px;
		text-align: center;
		font-weight: bold;
		color: #333333;
		float: right;
	}

form .button:active
	{
		/*border: 3px double #666666;
		border-top-color: #999999;
		border-left-color: #999999;*/
	}

form .clear
	{

	}

	table th
	{
		font-weight: bold;
		padding-bottom: 5px;
	}


	table .options
	{
		width: 18%;
		text-align: center;

		/* defines the optional details columns */
	}

	table .label
	{
		width: 20%;

		/* defines left hand column when displaying editing form */
	}

	table .details
	{
		width: 80%;

		/* defines right hand column in editing form */
	}

	table .details ul
	{
		width: 280px;
		margin: 0;
		padding: 0;
	}

	table .details li
	{
		display: block;
		width: 33%;
		float: left;
	}

	table .details li input, table .details li select
	{
		width: 95%;
	}

	table .details li.day
	{
		text-align: left;
	}

	table .details li.month
	{
		text-align: left;
	}

	table .details li.year
	{
		text-align: left;
	}

	table .details li.hour
	{
		text-align: left;
	}

	table .details li.minute
	{
		text-align: left;
	}

	table .parent
	{
		background-color: #CCCCCC;
	}

	table .date
	{
		width: 280px;
	}


