/*  
Theme Name: Plants
Theme URI: http://luciaotero.com.ar
Description: WordPress theme
Version: 0.1
Author: Lucia Otero
Author URI: http://luciaotero.com.ar

*/


* {
	margin: 0;
	padding: 0;
}

body {
	font: 75% Arial, Helvetica, sans-serif;
	background: #fff url(images/header-bg.gif) repeat-x top;
	color: #000;
	}

a, a:link, a:visited {
	color: #c30;
}

a:hover, a:active {
	color: #719e0a;
	text-decoration: none;
}

a img  {
	border: 0;
}


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



code {
	font: 1em 'Courier New', Courier, Fixed;
	}

h2 {
	color: #719e0a;
	font-size: 2em;
	font-weight: lighter;
	}

	h2 a, h2 a:link, h2 a:visited {
		color: #719e0a;
		text-decoration: none;
		}
		
	h2 a:hover, h2 a:active {
		text-decoration: underline;
		}

h3 {
	color: #c30;
	font-size: 1.5em;
	margin: 5px 0;
	}

	h3#respond {
		margin: 25px 0 5px 0;
		}



input, textarea, select {
	border: 1px solid #dbe7f0;
	font-family: Arial, Helvetica, sans-serif;
	}



#container {
	width: 785px;
	margin: 0 auto;
	}

#header {
	float: left;
	width: 785px;
	background: url(images/header.gif) no-repeat top right;
	height: 119px;
	display: block;
	}

	#header h1 {
		text-align: left;
		color: #fff;
		font: 3em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		margin-top: 20px;
		}
	
		#header h1 a, #header h1 a:link, #header h1 a:visited {
			color: #fff;
			text-decoration: none;
		}
		
		#header h1 a:hover, #header h1 a:active {
			color: #dbe7f0;
		}

	
	#header h2 {
		text-align: left;
		color: #fddcd1;
		font: 1.5em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		}


#contents {
	clear: both; 
	float: left;
	width: 785px;
	text-align: justify;
	margin-top: 25px;
	}


#main-content {
	float: left;
	width: 410px;
	font-size: 0.9em;
	}
	

	
	.data {
		color: #719e0a;
		line-height: 2em;
		margin: 5px 0 20px 0;
		text-align: left;
		}

		.data a, .data a:link, .data a:visited, a.more-link, a:link.more-link, a:visited.more-link {
			color: #719e0a;
			}

		.data a:active, .data a:hover, .more a:active, .more a:hover {
			text-decoration: none;
			}
	
	
		.date {
			padding-left: 24px;
			background: url(images/calendar.gif) no-repeat;
			}
		
		.author {
			padding-left: 24px;
			background: url(images/author.gif) no-repeat;
			margin-left: 10px;
			}
			
		.category {
			padding-left: 24px;
			background: url(images/folder.gif) no-repeat;
			margin-left: 10px;
			}

	.more {
		text-align: right;
		margin-top: 10px;
		}


	.postmetadata {
		margin: 15px 0 25px 0;
		}
		
	.navigation {
		display: block;
		height: 3em;
		}

		.alignright {
			float: right;
			}
		
		.alignleft {
			float: left
			}

	
			.alignleft a, .alignleft a:link, .alignleft a:visited {
				padding-left: 20px;
				background: url(images/arrow-pr.gif) no-repeat left;
				color: #719e0a;
				text-decoration: none;
				font-weight: bold;
				}
	
			.alignleft a:active, .alignleft a:hover {
				text-decoration: underline;
				}
	
	
			.alignright a, .alignright a:link, .alignright a:visited {
				padding-right: 20px;
				background: url(images/arrow-nx.gif) no-repeat right;
				color: #719e0a;
				text-decoration: none;
				font-weight: bold;
				}
	
			.alignright a:active, .alignright a:hover {
				text-decoration: underline;
				}
		
		
	ol.commentlist {
		list-style-type: none;
		margin: 10px 0 5px 10px;
			}
			
			
		.commentauthor {
			margin-top: 10px;
			color: #b6d07e;
			font-weight: bold;
			}

		.commentauthor a, .commentauthor a:link, .commentauthor a:visited {
			color: #b6d07e;
			text-decoration: none;
			}

		.commentdate {
			margin: 10px 0;
			}

		.commenttext {
			border-left: 3px solid #b6d07e;
			padding-left: 10px;
			margin-left: 3px;
				}

		

	#commentform {
		line-height: 2em;
			}

		#commentform input, #commentform textarea {
			padding: 2px 3px;
			width: 390px;
			font-size: 1em;
			}
	
		#commentform #submit {
			margin: 5px 0 10px 0;
			padding: 0 3px;
			width: 397px;
			background: #dbe7f0;
			font-weight: bold;
			}

		
#sidebar1 {
	float: left;
	margin-left: 20px;
	width: 182px;
	}
	
	#sidebar1 li {
		list-style-type: none;
	}


	.categories {
		width: 182px;
		padding: 0 0 14px 0;
		margin: 0 auto 10px auto;
		background: url(images/categories.gif) bottom left no-repeat;
	}
	
	
		.categories a, .categories a:link, .categories a:visited {
			text-decoration: none;
		}
	
		.categories a:active, .categories a:hover {
			text-decoration: underline;
		}

		.categories h2 {
			margin: 0;
			padding: 7px 10px 3px 10px;
			background: url(images/categories.gif) top left no-repeat;
			color: #c30;
			font-size: 1.5em;
		}

		.categories ul {
			margin-top: 1em;
			font-weight: bold;
		}

	
		.categories ul li {
			list-style-image: url(images/bullet.gif);
			margin-left: 30px;
			line-height: 1.7em;
		}
	
	#searchform {
		margin: 20px auto;
		padding: 5px 3px; 
		text-align: center;
		}
			
	#searchform #s {
		padding: 2px 3px;
		width: 160px;
		font-size: 0.95em;
		}

	#searchform #searchsubmit {
		margin-top: 5px;
		padding: 0 3px;
		width: 167px;
		background: #dbe7f0;
		font-weight: bold;
		}


	
#sidebar2 {
	float: right;
	width: 160px;
	margin-left: 9px;
	line-height: 1.6em;
	}


	#sidebar2 h2 {
		color: #c30;
		font-size: 1em;
		font-weight: bold;
		}
		
	#sidebar2 li {
		list-style-type: none;
		}


		#sidebar2 li ul {
			margin-bottom: 2em;
			}


		#sidebar2 li ul li {
			font-size: 0.95em;
			margin-left: 20px;
			}

	#sidebar2 a, #sidebar2 a:link, #sidebar2 a:visited {
		color: #719e0a;
		}

	#sidebar2 a:active, #sidebar2 a:hover {
		text-decoration: none;
		}

		

#footer {
	clear: both; 
	border-top: 2px solid #c30;
	text-align: center;
	color: #c30;
	font-weight: bold;
	font-size: 0.9em;
	padding-top: 10px;
	margin: 10px auto;
	}







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

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

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

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


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


#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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 {
	text-align: center;
	width: 100%;
	}

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