/*
Theme Name: DIEGO ROSSO
Description: Plantilla WordPress para mi sitio web/portfolio
Version: 1.0
Author: Diego Rosso
Author URI: http://www.diegorosso.com.ar/
*/

* {
	margin:0;
    padding:0;
}
body {
	font-family:Helvetica, Arial, sans-serif;
    color:#626c75;
	margin:20px;
	background-image:url(images/fnd-pg.gif);
	background-repeat:repeat-x;
}
.clear {
	clear:both;
}
a {
	text-decoration:none;
	color: #6d9934;
}
a:hover {
	text-decoration:underline;
	color: #6d9934;
}
ul, li {
	margin:0;
	padding:0;
}

/*-- estructura
-----------------------------------------*/
#todo {
	width:940px;
	margin:0 auto;
	text-align:center;
}
#cabeza {
	width:940px;
	margin-top:13px;
	height:85px;
}
#lang {
	float:right;
	margin-top:-65px;
}
#intro {
	width:940px;
	margin:0 0 15px 0;
	height:50px;
}
#cuerpo {
	width:940px;
	margin:0;
}

#cuerpo_pag {
	width:620px;
	float:left;
	margin-right:20px;
}

#cuerpo .item {
	width:940px;
	margin-bottom:20px;
	margin-top:0;
}
#cuerpo .item .item_cont {
	width:620px;
	float:left;
	margin-right:20px;
}
#cuerpo .item .item_data {
	width:300px;
	float:right;
	text-align:left;
}
#cuerpo .item .item_cont .colu {
	width:300px;
	float:left;
	margin-right:0px;
}
#sidebar {
	width:300px;
	float:right;
}
#footer {
	border-top:3px solid #626c75;
	margin:10px 0 0 0;
	width:940px;
	clear:both;
}
#cuerpo .txt_secc {
	width:940px;
	margin-bottom:15px;
	text-align:left;
	border-bottom:1px solid #969FA7;
}

/*-- 3 colus
-----------------------------------------*/
#cuerpo .tres_colus {
	width:940px;
	margin-bottom:15px;
	text-align:left;
}
#cuerpo .tres_colus img {
	float:left;
	margin-right:5px;
	border:none;
}
.colu_uno, .colu_dos {
	float:left;
	width:300px;
	margin-right:20px;
	border-bottom:1px solid #969FA7;
}
.colu_tres {
	float:right;
	width:300px;
	border-bottom:1px solid #969FA7;
}
#cuerpo .tres_colus h2 {
	font-size:18px;
	color:#626c75;
	text-transform:none;
	font-weight:bold;
	margin-bottom:7px;
	letter-spacing: -1px;
}
#cuerpo .tres_colus h2 a {
	font-size:18px;
	color:#626c75;
	margin-bottom:7px;
}
#cuerpo .tres_colus h2 a:hover {
	color: #6d9934;
	text-decoration:none;
}
#cuerpo .tres_colus img {
	margin-bottom:7px;
}
#cuerpo .tres_colus li.widget {
	list-style-type:none;
}


/*-- Textos
-----------------------------------------*/
h1, h2, h3, h4, h5, h6, p, ul {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	margin:0;
	padding:0;
	letter-spacing: -0.02em;
}
p {
	font-size:13px;
	margin-bottom:15px;
	line-height:130%;
}
#intro h1 {
	text-transform:uppercase;
	color:#fff;
	font-size:24px;
	margin:0;
	padding-top:12px;
}
#intro h1 a {
	color:#d8edb9;
	text-decoration:none;
}
#intro h1 a:hover {
	color:#fff;
}
#intro h1 span {
	font-size:20px;
}
#intro p {
	padding:7px 0;
	border-bottom:1px dotted #626c75;
	text-transform:none;
	margin:0;
}
h3 span {
	font-size:14px;
}
h3 a {
	color:#626c75;
}
.colu_titu h1 {
	margin-bottom:10px;
}
#cuerpo .txt_secc h2 {
	font-size:16px;
	font-weight: normal;
	padding-bottom:15px;
	line-height: 130%;
}
h3 {
	color: #6d9934;
	font-size:20px;
	font-weight: bold;
	text-transform:uppercase;
	padding-bottom:0px;
	margin-bottom:15px;
}
h3 span {
	display:inline;
	font-size: 13px;
	text-transform: none;
	color:#626c75;
	margin-left:10px;
}
#cuerpo .item .item_data h2 {
	border-top:3px solid #6b747d;
	padding-top:15px;
	margin-bottom:10px;
	font-size:25px;
	line-height: 110%;
}
#cuerpo .post h3 {
	color: #6d9934;
	margin-bottom:15px;
	text-transform:uppercase;
}
#cuerpo .post .entry h4 {
	font-size:15px;
	margin:0;
	font-weight:bold;
}
#sidebar h2 {
	font-size:18px;
	color:#626c75;
	text-transform:none;
	font-weight:bold;
	margin-bottom:7px;
}
#sidebar h2 a {
	color:#626c75;
}
#sidebar h2 a:hover {
	color: #6d9934;
	text-decoration:none;
}
#sidebar h4 a {
	font-size:13px;
	font-weight:bold;
	margin:0;
	line-height: 120%;
}
#sidebar p{
	margin:0;
	padding:0;
	line-height: 120%;
} 
.post_lat p a {
	margin-top:-10px;
	float:right;
}
#footer p {
	font-size:11px;
	color:#626c75;
	margin-top:10px;
}
#cuerpo_home p {
	margin:0;
	padding:0;
}
h3.link_1 {
	font-size:18px;
	margin-bottom:7px;
}
#lang p a {
	font-size:12px;
	padding:3px;
	border:1px solid #0099FF;
	display:block;
}
#lang p a:hover, #lang p#current-lang a {
	border:1px solid #626c75;
	background-color:#626c75;
	color:#fff;
	text-decoration:none;
}
.tags a {
	color:#626c75;
}


/*-- Imagenes
-----------------------------------------*/
h1 a img {
	border:none;
	margin-top:13px;
}
#footer a img {
	border:none;
	margin-right:3px;
	margin-bottom:-1px;
}
.recientes img {
	margin-bottom:0px;
	width:285px;
	padding:4px;
	border:1px solid #626c75;
}
.post .entry img.alignleft {
	float:left;
	margin:0 10px 10px 0;
}
.post .entry img.alignright {
	float:right;
	margin:0 0 10px 10px;
}
.post_lat img {
	padding:4px;
	border:1px solid #626c75;
	margin-bottom:7px;
}
#cuerpo img {
	padding:4px;
	border:1px solid #626c75;
}
img.left {
	float:left;
	margin:0 10px 10px 0;
}
#cuerpo_home .destacado img {
	padding:5px;
	border:0;
	background-color:#626c75;
	margin-bottom:10px;
}
#cuerpo_home img {
	padding:4px;
	border: 1px solid #626c75;
	margin-bottom:10px;
}
#cuerpo_home a img:hover {
	padding:5px;
	border: 0;
	margin-bottom:10px;
	background-color:#9dce52;
}
.entry p img.foto_pag {
	margin-bottom:0px;
}
#sidebar img {
	margin-bottom:15px;
}
#sidebar img.thumbnail {
	float:left;
	margin-right:10px;
}


/*-- Listas
-----------------------------------------*/
#cuerpo ul {
	margin-left:15px;
	margin-bottom:15px;
	font-size:13px;
	list-style-type:square;
	line-height:140%;
}
#cuerpo_home ul {
	margin-left:15px;
	font-size:13px;
	list-style-type:square;
}
ul#nav {
	float:right;
	list-style:none;
	margin-top:-20px;
} 
ul#nav li {
	float:left;
	display:inline;
	margin:0 0 0 10px;
}
ul#nav li a {
	color:#8b99a6;
	display:block;
	font-size:13px;
	padding-top:6px;
	text-transform:uppercase;
}
ul#nav li a:hover {
	color:#626c75;
	padding-top:5px;
	border-top:1px solid #626c75;
	text-decoration:none;
}
ul#nav li#current a {
	color:#626c75;
	padding-top:5px;
	border-top:1px solid #626c75;
}
#sidebar ul {
	margin-left:0;
	font-size:13px;
	list-style-type:none;
}
#sidebar .post_lat {
	margin-bottom:15px;
	border-bottom:none;
}
#sidebar ul li {
	padding:7px 0;
	margin:0;
	border-top:1px solid #969FA7;
}
#sidebar ul li img {
	margin-bottom:0px;
}
#sidebar ul li a {
	font-weight: bold;
}
#sidebar ul li span a {
	color:#999;
}
#sidebar ul.relac li {
	padding:5px 0;
	border-bottom:1px solid #969FA7;
}
#sidebar ul.relac p {
	font-size:12px;
	color:#999;
	margin:0;
}
.post ul {
	margin-bottom:15px;
}
#sidebar li.widget {
	list-style-type:none;
}
#sidebar ul.listalat-iz {
	float: left;
	width:145px;
	margin-right:10px;
}
#sidebar ul.listalat-de {
	float: right;
	width:145px;
	text-align:left;
}

/*-- Post
-----------------------------------------*/
.post {
	width:620px;
	float:left;
	margin-bottom:7px;
}
.post h1 span a {
	color:#999;
}
.post p.cat {
	margin-top:-20px;
	margin-left:30px;
	float:right;
}
.post p {
	margin-bottom:15px;
}
.post img {
	margin:0 0 15px 0;
	padding:4px;
	border:1px solid #626c75;
}
.navigation {
	font-size:13px;
	display: block;
	text-align: center;
	width:620px;
	height:30px;
	margin-bottom:10px;
}
.navigation p {
	font-size:13px;
	text-align:left;
	margin:2px 0 0 0;
	color:#6b747d;
}
.navigation a {
	font-size:12px;
	margin-bottom:10px;
}
p.wp-caption-text {
	font-size:12px;
	color:#626c75;
	margin-top:3px;
}
.wp-caption {
	margin:0 5px 0 0;
}

/*-- item
-----------------------------------------*/
.item .item_data h2 {
	color:#626c75;
	font-size:20px;
	font-weight:bold;
	border-top:3px solid #626c75;
	padding-top:10px;
	margin-bottom:10px;
}
.item .item_data h2 a {
	color:#626c75;
}
#cuerpo .item .item_data a {
	font-weight: bold;
}
.item .item_data h2 a:hover {
	color: #6d9934;
	text-decoration:none;
}
.item_misc {
	padding-top:10px;
	margin-top:5px;
	border-top:1px solid #969FA7;
}
.item_misc p {
	font-size:12px;
	color:#9BAAB9;
}
.item_misc a {
	color:#9BAAB9;
}

/*-- tags
-----------------------------------------*/
.tags {
	border-bottom:1px dotted #626c75;
	padding-bottom:15px;
	margin-bottom:15px;
}
.tags li {
	list-style-type:none;
}

/*-- form
-----------------------------------------*/

#form {
	width:600px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#6b747d;
	text-align:left;
	margin-bottom:10px;
}

#form fieldset {
	border:none;
}

#form p {
	margin:0;
	padding-top:4px;
	text-align:right;
}

#form p.alert {
	text-align:left;
	font-weight:bold;
}

#form legend {
	margin:0 0 7px 0;
}

#form .formitem {
	width:100%;
	margin-bottom:10px;
}

#form .formtxt {
	float:left;
	width:130px;
	margin-right:10px;
}

#form .formdata {
	float:right;
	width:460px;
}

#form input,
#form textarea {
	color:#626c75;
	padding:5px;
	border:1px solid #626c75;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
}

#form input {
	width:300px;
}

#form textarea {
	width:400px;
	height:150px;
	text-align:left;
}

#form p textarea#wpcf_msg {
	text-align:left;
}

#form p.datainfo {
	color:#999;
	font-size:11px;
	margin-left:7px;
	padding-top:6px;
	text-align:left;
	display:inline;
}

#form input.boton {
	color:#fff;
	padding:5px;
	width:auto;
	background-color:#626c75;
	border:none;
}

/*-- Flickr
-----------------------------------------*/
#flickr_badge {
	width:300px;
	margin-bottom:15px;
	text-align:left;
}

#flickr_badge img {
	width:56px;
	height:56px;
	margin:3px 4px;
	text-align:left;
}

/*-- Twitter
-----------------------------------------*/
#twitter_div {text-align:left; font-size:13px;}

/*-- Varios
-----------------------------------------*/
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}