/*
Theme Name: Neuseed WP
Theme URI: http://neuseed.com
Description: Sencillo, es el tema de Neuseed
Version: 2
Author: Deryck O&ntilde;ate Espinel
Author URI: http://neuseed.com
Tags: Green, Neuseed, Bonsai, Good Taste!
*/
body {
	color: #333;
	font: normal 62.5% Arial, Helvetica, sans-serif;
	background: url(images/body-bg.png) repeat-x left top;
	padding: 0px;
	margin: 3px 0 0 0;
	position: relative;
}
p, li {
	font-size: 1.3em;
	margin: 0.2em 0;
}
p, ul, ol {
	margin: 0.2em 0 1.8em;
}
ul, ol {
	padding-left: 4em;
}
h1 {
	color: #4d4330;
	font: bold 2.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0.4em 0 0.2em 0;
	letter-spacing: -0.03em;

	*letter-spacing: -0.1em;  /* Mover despu&eacute;s a un CSS especifico para IE */
}
h2 {
	color: #7f932a;
	font: bold 1.6em Arial, Helvetica, sans-serif;
	margin: 0.6em 0 0.2em 0;
	display: block;
}
h3 {
	color: #7f932a;
	font: bold 1.4em/1.4em Arial, Helvetica, sans-serif;
	margin: 1.2em 0 0 0;
}
a {
	text-decoration: underline;
	color: #aecc44;
}
a:hover {
	color: #7f932a;
}
a img {
	border: 0 solid #fff;
}
h2 a {
	color: #7f932a;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h3 a {
	color: #7f932a;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
#document {
	width: 960px;
	/*margin: 1em 0 0 2em;*/
        margin: 1em auto 0 auto;
}
#header {
	position: relative;
	z-index: 1;
	width: 960px;
	height: 80px;
}
#poster {
	clear: both;
	position: relative;
	z-index: 1;
}
#poster h1 {
	background: url(images/bonsai-poster.jpg) no-repeat left top;
	display: block;
	height: 323px;
	width: 960px;
	margin: 0 0 1em 0;
	text-indent: -1000px;
}
#poster blockquote {
	position: absolute;
	z-index: 2;
	width: 490px;
	top: 155px;
	left: 87px;
	padding: 8px 0 0 30px;
	background: url(images/quote-start.png) no-repeat left top;
}
#poster blockquote p {
	font: 1.4em Arial, Helvetica, sans-serif;
	color: #4d4330;
	padding: 0 20px 0 0;
	display: block;
	background: url(images/quote-end.png) no-repeat right 2px;
	margin: 0;
}
#more-info {
	background: url(images/moreinfo-link-bg.png) no-repeat left top;
	text-indent: -3000px;
	display: block;
	height: 35px;
	width: 161px;
	position: absolute;
	left: 446px;
	top: 215px;
	z-index: 3;
}
#more-info:hover {
	background: url(images/moreinfo-link-bg.png) no-repeat 0 -35px;
}
#content {
	width: 570px;
	float: left;
}
#quienes-somos #content, 
#portfolio #content,
#servicios #content, 
#blog #content,
#contacto #content{
	width: 620px;
}
#portfolio-2 #content {
	width: 960px;
	float: none;
}
#sidebar {
	width: 360px;
	float: right;
	background: url(images/sidebar-tile-bg.jpg) repeat-y left top;
	position: relative;
	z-index: 1;
}
#sidebar .top {
	background: url(images/sidebar-top-bg.jpg) no-repeat left top;
	padding-top: 1px;
}
#sidebar .bottom {
	background: url(images/sidebar-bottom-bg.jpg) no-repeat left bottom;
	padding: 0 20px 1px 40px;
	min-height: 400px;
}
#sidebar h2 {
	color: #4d4330;
	font-size: 2em;
}
#blog #sidebar .bottom {
	padding-top: 13px;
}

#quienes-somos #sidebar, 
#portfolio #sidebar,
#servicios #sidebar, 
#blog #sidebar,
#contacto #sidebar{
	width: 310px;
}
#rss-shortcut {
	background: url(images/rss-shortcut.png) no-repeat left top;
	height: 115px;
	width: 28px;
	display: block;
	position: absolute;
	left: 0px;
	z-index: 2;
	top: 60px;
	text-indent: -3000px;
}
#rss-shortcut:hover {
	background: url(images/rss-shortcut.png) no-repeat -28px 0;
}
#blog #rss-shortcut {
	top: 84px;
}

#blog-shortcut {
	background: url(images/blog-link-bg.png) no-repeat left top;
	display: block;
	height: 32px;
	width: 177px;
	text-indent: -3000px;
}
#blog-shortcut:hover {
	background: url(images/blog-link-bg.png) no-repeat 0 -32px;
}
#inquiry img{
	margin: 0 0.2em 0 0;
	text-decoration: none;
	float: left;
}
#search {
	height: 33px;
	width: 250px;
	margin-bottom: 39px;
}
#search #search-post #s {
	padding: 3px;
	width: 176px;
	float: left;
	margin-right: 5px;
	color: #767676;
}
#search #search-post #searchsubmit {
	padding: 0;
	width: auto;
	height: auto;
	float: left;
	border: none;
}
ul.block-list {
	padding: 0;
	margin-top: 8px;
	margin-bottom: 36px;
	border-top: 1px solid #dedede;
}
ul.block-list li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
ul.block-list a{
	padding: 10px 0;
	border-bottom: 1px solid #dedede;
	text-decoration: none;
	color: #7f932a;
	display: block;
}
ul.block-list a:hover {
	background: url(images/services-list-top-bg.jpg) no-repeat left top
}
#footer {
	height: 140px;
	clear: both;
	background: url(images/footer-bg.jpg) no-repeat 0px 30px;
	padding-top: 44px;
}
#footer ul {
	float: right
}
#footer li {
	float: left;
	list-style: none;
	margin: 0 0.4em 0 0;
}
#footer li a {
	margin-left: 0.4em;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
#footer li a:hover {
	border-bottom: 1px solid #333;
}
#slogan {
	font: italic 1.4em Arial, Helvetica, sans-serif;
	color: #b2b1b1;
	position: absolute;
	width: 200px;
	height: 24px;
	display: block;
	z-index: 2;
	left: 180px;
	top: 24px;
}
#nav {
	position: absolute;
	width: 520px;
	right: 0px;
	top: 2px;
	z-index: 1;
	padding-left: 200px;
	background: url(images/nav-bg.jpg) no-repeat right bottom;
	height: 56px;
	overflow: hidden;
}
#nav li {
	float: left;
	list-style: none;
	margin: 0 0 0 -28px;
	padding: 0;
}
#nav li a {
	margin: 1px 0 0 0;
	font: 1.1em Arial, Helvetica, sans-serif;
	color: #555;
	text-decoration: none;
	display: block;
	padding: 0 0 0 30px;
	position: relative;
}
#nav li a span {
	display: block;
	padding: 19px 28px 19px 0;
}
#nav li a:hover {
	text-decoration: underline;
	color: #aecc44;
}
#nav li a.active:hover {
	text-decoration: none;
	color: #333;
	cursor: default;
}
#home #nav a.home, 
#quienes-somos #nav a.quienes-somos, 
#portfolio #nav a.portfolio, 
#servicios #nav a.servicios, 
#blog #nav a.blog, 
#contacto #nav a.contacto {
	background: url(images/nav-tab-start.jpg) no-repeat left top;
}
#home #nav a.home span,
#quienes-somos #nav a.quienes-somos span, 
#portfolio #nav a.portfolio span, 
#servicios #nav a.servicios span, 
#blog #nav a.blog span, 
#contacto #nav a.contacto span {
	background: url(images/nav-tab-end.jpg) no-repeat right top;
}
#home #nav a.home:hover, 
#quienes-somos #nav a.quienes-somos:hover, 
#portfolio #nav a.portfolio:hover, 
#servicios #nav a.servicios:hover, 
#blog #nav a.blog:hover, 
#contacto #nav a.contacto:hover {
	color: #333;
	text-decoration: none;
	cursor: default;
}
#blog .post {
	margin: 10px 0 50px 0;
}
#blog .post h2 {
	font: bold 2.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#blog .post .info {
	color: #333;
	font: normal 1.2em Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
}
#blog .post .comments-num {
	background: url(images/comments-icon.gif) no-repeat left top;
	padding-left: 14px;
	margin-left: 10px;
}
#blog .post .entry h2 {
	color: #333;
}
#blog .post .entry h3 {
	color: #333;
	font-size: 1.8em;
}
#blog .post .entry p {
	font-size: 1.4em;
	line-height: 1.5em;
}
#blog .post .entry img {
	padding: 4px;
	background: #f3f3f3;
	border: 1px solid #ebebeb;
	width: auto;
}
#blog .post .entry a:hover img {
	background: #ebebeb;
}
#blog .post .entry .more-link, #blog .post .entry .post-edit-link {
	background: #aecc44;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 4px;
	margin-right: 10px;
}
#blog .post .entry .more-link:hover,  #blog .post .entry .post-edit-link:hover {
	background-color: #7f932a;
}
#blog .post .entry .post-edit-link {
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 20px;
}
#blog .post .stacks {
	background: #f3f3f3;
	border: 1px solid #ebebeb;
}
#blog .post .stacks p {
	font-size: 1.2em;
	font-style: oblique;
}
#blog .post .tags {
	float: left;
	margin: 10px 0 10px 10px;
}
#blog .post .categories {
	float: right;
	margin: 10px 10px 10px 0;
}
#blog .post-single {
	margin-top: 0;
}
#blog .post-single h1 {
	margin-bottom: 0.2em;
}
#blog .comments {
	clear: both;
	padding-top: 0.01em;
	margin-bottom: 4em;
}
#blog .comments h2 {
	margin-bottom: 0.2em;
}
#blog .comment h3 {
	background: url(images/comment-header-start.jpg) no-repeat left top;
	color: #fff;
	padding: 0 0 0 10px;
	margin: 0 0 1em 0;
	display: block;
}
#blog .comment h3 span {
	background: url(images/comment-header-end.jpg) no-repeat right top;
	display: block;
	height: 52px;
	line-height: 60px;
}
#blog .alt h3 {
	background: url(images/comment-header-start.jpg) no-repeat left -58px;
}
#blog .alt h3 span {
	background: url(images/comment-header-end.jpg) no-repeat right -58px;
}
#blog .comment h3 a {
	color: #fff;
}
#blog .comment .date {
	text-align: right;
	font-style: italic;
}
.column {
	float: left;
	padding-right: 46px;
	width: 270px;
	height: 340px;
	overflow: hidden;
}
#home .column {
	padding-right: 15px;
}
#portfolio .column {
	width: 240px;
	height: 226px;
	margin-bottom: 20px;
	padding-right: 16px;
}
.column .image {
	margin: 0;
}
.column img {
	padding: 6px;
	background: #f3f3f3;
	border: 1px solid #ebebeb;
	width: 253px;
}
.column a:hover img {
	border: 1px solid #7f932a;
}
.column p.info {
	margin-bottom: 10px;
}
#portfolio .column img {
	width: 180px;
}
#home .last-column, #portfolio .last-column, .last-column {
	padding-right: 0px;
}
#contact-neuseed {
	position: relative;
	z-index: 1;
	margin-top: 2em;
}
#contact-neuseed .details {
	position: absolute;
	z-index: 2;
	width: 280px;
	left: 320px;
	top: 18px;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

fieldset p {
	margin: 0 0 1.2em 0;
}
label span , .details p span {
	font-weight: bold;
	color: #7f932a;
}

label {
	font-weight: bold;
}
input , textarea, select {
	display: block;
	margin-top: 0.4em;
	background: #fff url(images/input-bg.jpg) repeat-x left top;
	border: 1px solid #999;
	padding: 5px;
	width: 22em;
}
input.hidden {
	display: none;
}
div.inputs-hidden input {
	background: none;
	border: none;
	display: none;
}
textarea {
	display: block;
	width: 605px;
	height: 150px;
}
button  {
	text-align: center;
	background: url(images/button-end.jpg) no-repeat right;
	border: 0;
	margin: 0;
	padding: 0 10px 0 0;
	overflow: visible;
	cursor: hand;
}
button span  {
	position: relative;
	display: block;
	white-space: nowrap;
	height: 35px;
	color: #fff;
	font: bold 1.1em/2.2em Arial, Helvetica, sans-serif;
	background: url(images/button-start.jpg) no-repeat left top;
	padding: 0 2px 0 12px;
	z-index: 2;
}
.commenttitle {
	font: 2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	font-weight: bold;
}


.comment, .pingback {
	margin: 10px 0;
}
.comment .comment-author, .pingback .comment-author {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1.2em;
	width: 100px;
	font-style: oblique;
}
.comment .comment-author img, .pingback .comment-author img {
	display: block;
	margin-bottom: 6px;
}
.comment .comment-entry, .pingback .comment-entry {
	float: left;
	background: url(images/comment-shadow.gif) no-repeat left top;
	min-height: 120px;
	width: 480px;
	padding: 18px 8px 0 30px;
}
.comment .comment-meta, .pingback .comment-meta {
	font-size: 1.2em;
	float: left;
}
.comment .reply, .pingback .reply {
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 10px;
	float: right;
}
.comment.depth-2, .pingback.depth-2 {
	margin-left: 50px;
}
.comment.depth-2 .comment-entry, .pingback.depth-2 .comment-entry {
	width: 430px;
}
.comment.depth-3, .pingback.depth-3 {
	margin-left: 40px;
}
.comment.depth-3 .comment-entry, .pingback.depth-3 .comment-entry {
	width: 380px;
}
.commentform {
	margin-bottom: 40px;
}
.commentform label span {
	position: relative;
	z-index: 1;
}
.commentform label span span.tooltip {
	display: none;
}
.commentform label:hover span span.tooltip {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 10px;
	border: 1px solid #aecc44;
	background: #f3f3f3;
	padding: 4px;
	white-space: nowrap;
}

.widget {
	margin-bottom: 36px;
}
.widget ul {
	margin-bottom: 0; /* Security Update */
}
#tagcloud-widget div a {
	font-size: 16px;
	text-decoration: none;
	padding: 10px 2px;
	margin-right: 4px;
	line-height: 28px;
}
#twitter-widget {
	margin-top: 50px;
}
#twitter-widget h2 {
	border-bottom: 1px solid #dedede;
	display: block;
	padding-bottom: 6px;
	position: relative;
	z-index: 1;
	margin: 0;
}
#twitter-widget h2 span {
	background: url(images/bird.gif) no-repeat right bottom;
	display: block;
	overflow: hidden;
	text-indent: -9999em;
	width: 60px;
	height: 55px;
	position: absolute;
	z-index: 2;
	top: -25px;
	right: 0;
}
#twitter-widget ul.twitter {
	padding: 0;
	overflow: hidden;
}
#twitter-widget li.twitter-item {
	list-style: none;
	border-bottom: 1px solid #dedede;
	padding: 10px 0;
}
#twitter-widget a.twitter-link {
	text-decoration: none;
	font-weight: bold;
}
#twitter-widget .twitter-timestamp abbr {
	border: none; /* Reset code */
	font-size: 0.857em;
	font-style: oblique;
}
.query-result {
	background: #F3F3F3;
	border: 1px solid #ececec;
	padding: 4px 10px;
	margin: 10px 0 20px 0;
}
.query-result h1 {
	font-size: 1.8em;
}

.pagination {
	font-size: 1.4em;
	margin-bottom: 50px;
}
.pagination span, .pagination a {
	border: 1px solid #aecc44;
	padding: 4px 6px;
	margin: 0 2px;
	text-decoration: none;
}
.pagination a:hover {
	border: 1px solid #7f932a;
}
.pagination .disabled {
	color: #333;
}
.pagination .current {
	color: #fff;
	background: #aecc44;
}
.pagination .first {
	margin-left: 0;
}
.pagination .last {
	margin-right: 0;
}
.pagination .prev-post {
	float: left;
	clear: left;
	margin-bottom: 10px;
}
.pagination .next-post {
	float: right;
	clear: right;
	margin-bottom: 10px;
}


.clear {
	clear: both;
}

/* =New Portfolio */
#portfolio-2 h1 { }
#portfolio-2 h2 { bold 2.4em "Trebuchet MS",Arial,Helvetica,sans-serif; margin-left: 5px; }
#portfolio blockquote { margin: 10px 0; font-style: italic; }
.portfolio-featured-entry { overflow: hidden; margin: 40px 0 70px 0; border-top: 1px solid #dedede; padding-top: 10px; }
.portfolio-featured-entry .details { float: left; width: 220px; margin-left: 10px; display: inline; }
.portfolio-featured-entry .details h2 { font: bold 1.6em Arial,Helvetica,sans-serif; margin: 0 0 8px 0 !important; }
.portfolio-featured-entry .screenshot { float: right; width: 700; margin-right: 10px; display: inline; }
.portfolio-entry { float: left; margin: 5px ; width: 310px; }
.portfolio-entry img { padding: 4px; background: #f3f3f3; border: 1px solid #ebebeb; width: auto; }
.portfolio-entry a:hover img { background: #EBEBEB; }

/* TO Be DELETED */

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