@charset "utf-8";
/*
Theme Name: La Web de Juan
Description: Custom WP theme for La Web de Juan 2.0
Author: Juan Ortiz
Version: 4
Author URI: http://www.lawebdejuan.com.ar
*/
@import url('reset.css'); /* Eric Meyer's reset.css stylesheet - http://www.meyerweb.com */

body {
background: #000 url("images/bg.png") top center repeat-x;
font-family: Arial, Sans-Serif;
color: #666;
font-size:11px;
font-weight:normal;
text-align: center;
}

a:link, a:visited {/* links CSS order: a:link a:visited a:hover a:active */
	text-decoration: none;
	color:#FF822F;
}
a:hover {
	color:#FF822F;
text-decoration: underline;
}
a:active{
	color:#232F03;
}

h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited,
.entry h1, .entry h2 {/* links CSS order: a:link a:visited a:hover a:active */
	text-decoration: none;
	color: #FF822F;
display:block;
font-family: "Myriad Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Lucida Grande", "Helvetica Neue", Arial, "Lucida Sans Unicode", sans-serif;
font-weight:normal;
font-size: 26px;
margin-bottom:0px;
}
h1 a:hover,
h2 a:hover {
color:#333;
    text-decoration: none;
}
h1 a:active,
h2 a:active{
	color:#232F03;
}
h1.pagetitle{
margin-bottom:20px;
}
h1.tagtitle {
text-align:center;
font-family: "Myriad Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Lucida Grande", "Helvetica Neue", Arial, "Lucida Sans Unicode", sans-serif;
font-weight:normal;
font-size: 26px;
margin-bottom:30px;
}

/* Begin Images */
p img {
	padding: 5px;
border: 1px solid #f1f1f1;
	max-width: 100%;
	}
p img.wp-smiley {
border: 0px;
padding:0px;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
#maincontainer {
width:970px;
margin:15px auto 0 auto;

}
/* header */
#header{
	float:left;
	height:150px;
	width:970px;
	padding:0;
	margin:0px;
	padding:0px;
	overflow:hidden;
	background-color:#FFFFFF;
}
#header .logo {
float:left;
width:416px;
padding:40px 0 0 40px;
}
#header .twitter {
float:right;
padding-top:17px;
width:250px;
}

#header .twitter .status {
padding: 5px;
font-family:arial;
background: #f1f1f1;
 -moz-background-clip: -moz-initial;
 -moz-background-origin: -moz-initial;
 -moz-background-inline-policy: -moz-initial;
 color: rgb(102, 102, 102);
}
#header .twitter .status span {

font-family:arial;
font-size:11px;
line-height: 15px;
}
#header .twitter .followme {
font-family:arial;
float:right;
margin-top:5px;
}

#header .subscribe {
font-family:arial;
float:right;
margin:17px 20px 0 20px;
width:163px;
padding:0px;
text-align:right;
}

#header .subscribe span.rss a {
display:block;

padding:10px 0 0 50px;
margin:0px;
height:24px;  
text-transform:uppercase;
font-size:14px;
font-weight:bold;
background-color:#f1f1f1;
background-image: url("images/feedicon.png");
background-repeat: no-repeat;
background-position: 13px 3px;
}
#header .subscribe span.rss a:hover {
background-color:#666;
text-decoration:none;
}
#header .subscribe span.quees a {
font-size:11px;
}
#header .subscribe div.subscribemail {

margin:10px 0 0 0 ;


}
#header .subscribe div.subscribemail form p {
margin:0 0 3px 0 ;
text-align:right;
font-size:11px;
font-weight:bold;
}
#header .subscribe div.subscribemail form input[type=text]  {
width:160px;
height:15px;
font-size: 10px;
 background-color: #f1f1f1;
 border: 1px solid #666666; 

}
/* menu */
#menu {
height:38px;
width:970px;
float:left;
background:#8DC200 url('images/menubg.jpg') repeat-x;
}
ul.menu{list-style:none;
margin:0px;
padding:0;
padding-left:22px;
}
ul.menu li{float:left;
list-style-type:none;
margin:0;
}
ul.menu li a {
float:left;
font-size:15px;
font-family: "Myriad Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Lucida Grande", "Helvetica Neue", Arial, "Lucida Sans Unicode", sans-serif;
color:#FFFFFF;
padding-left:18px;
padding-right:18px;
line-height:38px;}
ul.menu li a:hover {text-decoration:none;color:#194503;}
ul.menu li:hover {

}
ul.menu li a:visited {color:#FFFFFF;font-weight:normal;}
ul.menu li a:visited:hover {color:#194503;font-weight:normal;}

ul.menu li.current-cat a {
font-weight:bold;
color:#FFFFFF;
}
ul.menu li.current-cat a:hover {
color:#FFFFFF;font-weight:bold;}

ul.menu li.current-cat a:visited {
color:#FFFFFF;font-weight:bold;}
ul.menu li.current-cat a:visited {
color:#FFFFFF;font-weight:bold;}


.buscar {
float:right;
margin:6px 20px 0 0;
}
.buscar form input[type=text]  {
width:230px;
font-size: 13px;
 background-color: #f1f1f1;
}

/* main */

#main {
float:left;
width:970px;
background:#fff;
margin: 0px 0 0 0;
z-index:100;
position:relative;
}



/* content */
#content{
float: left;
width: 625px;
margin-left: 0px;
margin-top:25px
}

	
.entry { 
border-bottom: 1px solid #f1f1f1;
width: 570px;
margin: 0px 0 30px 40px;
padding-bottom:5px;
 background: #fff;

}
.entry h3{
font-size:17px;
line-height:22px;
font-family: Verdana, Arial, Sans-Serif;
color:#666;
margin:10px 0 5px 0;
}
.entry ul.similar-posts li{
font-weight:bold;
font-size:15px;
line-height:20px;
padding:5px 0 0 0;
}
.entry p.date {
 margin: 7px 0 15px 0; 
font-size:12px;
color:#666;
 }
.entry p.date a:link,.entry p.date a:visited {/* links CSS order: a:link a:visited a:hover a:active */
	text-decoration: none;
	color:#666;
}
.entry p.date a:hover {
	color:#333;
text-decoration: underline;
}
.entry p.date a:active{
	color:#333;
}
.entry p.date span.commentslink a{
background-image: url("images/comments.gif");
background-repeat: no-repeat;
background-position: 0px 2px;	
padding-left:16px;
}
.postmetadatablock{
background-color: #f1f1f1;
padding:15px 20px;
}
.entry p.leavecomment{
 margin: 5px 0 10px 0; 
font-size:18px;
color:#666;
font-weight:bold;
 }
.entry p.postmetadata{
 margin: 0px 0 15px 0; 
color:#666;
font-weight:bold;
 }
.entry p, .entry p em {
 line-height: 19px;
 margin: 0 0 15px 0; 
color:#333;
font-family: Arial, Sans-Serif;
font-size:13px;
font-weight:normal;
 }

.entry ul {
 margin: 0 0 0 15px;
}

.entry ul li {
 padding: 0 0 10px 5px;
font-family: Arial, Sans-Serif;
font-size:13px;
line-height: 19px;
 color: #333;
 margin: 0px 0;
list-style-type:disc;
}

.entry ol {
margin: 0 0 0 20px;
}
.entry ol li {
  list-style:decimal;
  font-family: Arial, Sans-Serif;
font-size:13px;
line-height: 19px;
 color: #333;
 margin: 0px 0;
 padding: 0 0 10px 5px;
}

#perro {

position:fixed;
bottom:0px;
right:0px;
border:none;
z-index:-100;
}
/* Begin Comments*/

h3#comments,
#respond h3{

margin:0 0 15px 40px;
font-size:17px;
line-height:22px;
font-family: Verdana, Arial, Sans-Serif;
color:#666;
padding-top:10px;
}
.alt {
	margin: 0;
	padding: 10px;

	}

.commentlist {
	text-align: justify;
	}

.commentlist li {
padding: 10px 5px 0px 5px;
	list-style: none;
border: 1px solid #f1f1f1;
width: 560px;
margin: 0px 0 10px 40px;
	}
.commentlist li.even {
background-color:#f1f1f1;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist .comment .comment-body p {
font-size:13px;
line-height:17px;
font-family: Arial, Sans-Serif;
padding:0 5px 5px 5px;
}

.children { padding: 0; }
#respond {
margin:0  0 15px 0;

}

#commentform p {
	margin: 0px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.commentmetadata {
	margin: 0 0 10px 0;
font-size: 10px;
line-height:11px;
font-family: Arial, Sans-Serif;

	}

.comment-author{
margin: 0 0 10px 0;
}

.comment-author .fn {
font-size: 12px;
line-height:17px;
font-family: Verdana, Sans-Serif;
font-weight:bold;
}
.comment-author .says {
font-size: 12px;
line-height:17px;
font-family: Verdana, Arial, Sans-Serif;
}

#commentform {
	margin: 10px 0px 0px 40px;
}
#commentform textarea {
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 500px;
	padding: 5px;
}
#commentform #email {
	font-size: 13px;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 245px;
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 5px;
	padding-top: 6px;
	margin-bottom: 3px;
}
#commentform #author {
	font-size: 13px;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 245px;
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 5px;
	padding-top: 6px;
	margin-bottom: 3px;
}
#commentform #url {
	font-size: 13px;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 245px;

	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 5px;
	padding-top: 6px;
	margin-bottom: 3px;
}




/* End Comments */
.navigation {

}
/* sidebar */
#sidebar{
border-left: 1px solid #f1f1f1;
float:right;
background:#FFFFFF;
width: 300px;
margin:25px 0 0 0;
padding:0 25px 0 15px;
font-size: 12px;
font-family: Arial, Sans-Serif;

}
#sidebar h2,#sidebar h3  {
    color:#333;
margin: 0 0 7px 0;
font-size:17px;
line-height:22px;
font-family: Verdana, Arial, Sans-Serif;
border-bottom: 2px solid #f1f1f1;	
	}
#sidebar ul {

border-bottom: 1px solid #f1f1f1;
}
#sidebar li {
margin:0 0 20px 0;

}

.widget_tag_cloud {
border-bottom: 1px solid #f1f1f1;
font-family: Arial, Sans-Serif;
padding-bottom:10px;
}
.widget_recent_entries {
border-bottom: 1px solid #f1f1f1;
font-family: Arial, Sans-Serif;
font-size:12px;
padding-bottom:10px;
}
.widget_recent_entries ul {
margin: 0 0 0 15px;
padding:0;
border-bottom: 1px solid #f1f1f1;
}
#sidebar li.widget_recent_entries li {
margin:0 0 5px 0;
list-style-image:url('images/posticon.gif');
padding:0px 0 0 5px;
font-family: Arial, Sans-Serif;
font-size:13px;
line-height: 19px;
color: #333;
list-style-type:disc;
}

.textwidget{
font-family: Arial, Sans-Serif;
font-size:12px;
line-height: 17px;
padding:0px 0 10px 0px;
border-bottom: 1px solid #f1f1f1;
}

/* footerbox */
#footerbox {
float:left;
border-top: 10px solid #f1f1f1;
width:970px;
height:300px;
background:#1B1D1E;
clear:both;
padding-top:15px;
position:relative;
z-index:100;
}
#footerbox ul {
margin:0;
}
 #footerbox li {
 list-style-type: none;
list-style-image: none;
}
#footerbox .widget {
 width: 270px;
 height:300px;
margin:0 27px 0 15px;
 float:left;
 }
#footerbox .widget h2 {
font-size:17px;
line-height:22px;
font-family: Verdana, Arial, Sans-Serif;
margin:0 0 15px  0px;
color:#666;

 }
#footerbox .widget .inner {
 padding:10px;
 width:100%;
 }
#footerbox .widget ul {
margin-left:15px;
}
 #footerbox .widget ul li {
 list-style-type: circle;
list-style-image: none;
padding:0px 0 5px 0px;

}

#footerbox a:link,
#footerbox a:visited {/* links CSS order: a:link a:visited a:hover a:active */
	text-decoration: none;
	color:#f1f1f1;
font-size:13px;
line-height:17px;
font-family: Arial, Sans-Serif;
}
#footerbox a:hover {
color:#fff;
text-decoration: underline;
}
 #footerbox a:active{
	color:#232F03;
}



/* footer */
#footer{
color:#FFFFFF;
background:#0D0E0F;
clear:both;
float:left;
width:970px;
height:0px;
position:relative;
z-index:100;
padding:10px 0;
overflow:hidden;
height:30px;
text-align:center;
border-bottom: 2px solid #8DC200 ;

}
#footer a:link,
#footer a:visited {/* links CSS order: a:link a:visited a:hover a:active */
	text-decoration: none;
	color:#666;
font-size:13px;
line-height:17px;
font-family: Arial, Sans-Serif;
}
#footer a:hover {
color:#7F7F7F;
text-decoration: none;
}
 #footer a:active{
	color:#666;
}
 .logofooter {
	float:left;
margin:0 0 0 35px;
}
 .ccommons{
	float:left;	
margin:5px 0 0 150px;
}