/*-------------------- PLANTHOGAR CSS STYLE SHEET CORE -------------*/
/*						Version 4.0 17.01.2008						*/
/*					Jaime Rubio Herrero - www.planthogar.net		*/
/*------------------------------------------------------------------*/

/*------------------ layout ------------------------*/

html{
	height:				100%;
	}
	
body{
	background-color:	#ffffff;
	padding:			0px;
	margin:				0px;
	text-align:			left;
	font-family:		'Trebuchet MS',Verdana,Arial,Sans-serif;
	font-size:			14px;
	color:				#000;
	}
	
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:		"Trebuchat 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{
	background-color: #fff;
	width: 940px;
	margin: auto;
	}	

#pageheader_left{
	float:				left;
	clear:				none;
	width:				7px;
	height:				100px;
	background-image: url(images/header_left.gif);
	background-position: top left;
	background-repeat: repeat-x;	
	}

#pageheader_right{
	float:				right;
	clear:				none;
	width:				7px;
	height:				100px;
	background-image: url(images/header_right.gif);
	background-position: top left;
	background-repeat: repeat-x;	
	}	
	
#pageheader_center{
	float:				left;
	clear:				none;
	width:				926px;
	background-image: url(images/header_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height:				100px;
	}	
	
#catbox{
	width:				180px;	
	text-align:			left;
	}	

#catbox ul{
	padding:			0px;
	list-style:			none;
	}
	
#catbox li a{
	font-weight:		normal;		
	}
	
#pagecontent{
	text-align:			left;	
	width:				930px;
	padding:			5px;
	}

#pagebottom{
	float:				left;
	clear:				none;
	width:				940px;
	}	

#logo{
	float:				left;
	clear:				none;
	height:				60px;
	width:				250px;
	}

#blogtitle{
	float:				left;
	clear:				both;
	padding:			5px;
	text-transform:		uppercase;
	text-align:			left;
	font-family:		"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight:		bold;
	font-size:			28px;
	color:				darkblue;
	}	

#blogdescription{
	float:				left;
	clear:				both;
	padding:			5px;
	text-transform:		capitalize;
	text-align:			left;
	font-family:		"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight:		bold;
	font-size:			12px;
	color:				#FFFFFF;
	}	

#pathway{
	width:				940px;
	height:				32px;
	float:				left;
	clear:				both;
	margin:				0px;
	padding:			5px;
	padding-left:		15px;
	text-align:			left;
	color:				#333;
	}
	

#footer{
	background-image:	url(images/row_header_middle.png);
	background-position: top center;
	background-repeat:	repeat-x;
	height: 40px;
	text-align: center;
	color: #333333;
	}

h1	{
	margin:					0px;
	padding:				0px;
	margin-top:				15px;
	margin-bottom:			0px;
	font-size:				24px;
	color:					#006699;
	}

h2	{
	margin:					0px;
	padding:				0px;
	margin-top:				15px;
	margin-bottom:			0px;	
	font-size:				20px;
	color:					#666;
	}

h3	{
	margin:					0px;
	padding:				0px;
	margin-top:				15px;
	margin-bottom:			0px;
	font-size:				18px;
	color:					#666;
	}

a:link,a:visited,a:active{
	color: #333;
	text-decoration: underline;
	}

a:hover
	{
	color: #333;
	text-decoration: none;
	}

#sidebar
	{
	width:			180px;
	padding:		0px;
	float:			right;
	text-align:		center;
	border-left:	1px dotted #ccc;
	padding:		5px;
	}

#sidebar h3 {
	background-image:		url(images/rightnav_h3.gif);
	background-position:	top left;
	background-repeat:		no-repeat;
	font-weight:			bold;
	font-size:				14px;
	text-transform:			uppercase;
	text-align:				center;
	height:					28px;
	width:					180px;
	color:					#fff;
	}	

#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:				#333;
	}	

#pathway a{
	color:				#333;
	}

#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:				700px;
	margin-bottom:		10px;
	font-family:		'Trebuchet MS',Verdana,Arial,Sans-serif;
	font-size:			97%;
	}

h1 #article ,
h2 #article ,
h3 #article {
	margin:				0px;
	padding:			0px;
	}

#article .title{
	margin-top:			10px;
	font-size:			22px;
	font-weight:		bold;
	color:				#006699;
	}

#article .title a{
	color:				#006699;
	}	
	
#article .details{
	float:				left;
	clear:				both;
	width:				98%;
	font-size:			90%;		
	margin-top:			10px;
	margin-bottom:		5px;
	padding:			5px;	
	}

#article .details a{
	font-size:			11px;
	color:				#333333;
	}

#article .details li{
	font-size:			11px;
	margin:				0px 5px 10px 0px;
	display:			inline;
	}

#article .introduction	{
	background-color:	#eee;
	border:				1px dotted #ccc;
	margin-top:			2px;
	margin-bottom:		2px;	
	padding:			5px;
	}

#article .link {
	text-align: right;
	}

#article .gallery {	}

#article .gallery img {
	border:				1px solid #EEEEEE;
	padding:			3px;
	margin:				3px;
	}

/* begin comment style definitions */

#comments{
	float:					left;
	width:					700px;
	margin-bottom:			25px;
	color:					#333;
	font-size:				97%;
	}
	
h1 #comments ,
h2 #comments ,
h3 #comments {
	margin:				0px;
	padding:			0px;
	}	

#comments .details{
	margin-bottom:			2px;
	}

#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;
	font-size:				90%;
	}

#comments .comment{
	padding:				2px 0px;	
	color:					#333;
	font-size:				97%;	
	}

#comments .whisper
	{
	background-color: #E4E4E4;
	padding: 5px 5px;
	clear: both;
	}

form
	{
	margin: 0;
	padding: 0;
	}

form #comment {
	width: 100%;
	height: 125px;
	}

form #whisper {
	margin-left: 0px;
	}

form #keywords	{
	width: 32%;
	}

form #date
	{
	width: 32%;
	}

form #category {
	width: 32%;
	}

/*------------------ bookmarks ----------------------------*/

#socialbookmarks{
	padding-top:		15px; 	
	width:				100%;
	float:				left;
	clear:both;
	margin:				20px 0px;
	}

#socialbookmarks .scriptlink{
	text-decoration:	underline;
	font-size:			10px;
	font-family:		Arial;
	color:				#333;
	height:				12px;	
	padding:			0px;
	margin:				0px;
	}

#socialbookmarks img{
	margin-top:			5px;
	margin-bottom:		10px;
	}	
/*------------------ 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: 98%;
		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;
	}


