/*  
Theme Name: gerardoboscarino
Theme URI: http://gerardoboscarino.com
Description: Theme for Gerardo Boscarino website
Author: Bur
Author URI: http://atenor.com.ar/
Version: 1.0.5
Tags: black, blue, three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */
@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana;
  }

hr {
  color: #333;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 9pt;
  }

a {
  color: #6598b8;
  text-decoration: none;
  }

a:hover {
  color: #222;
  text-decoration: underline;
  }

a img {
  border: none;  
  }

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #fff;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
  text-align: left;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #EDF5EA;
  }

#backout{
  width: 100%;
  position:absolute; 
  z-index:100; 
  left: 0px; 	
  min-height: 800px;
  background:#EDF5EA url(images/gerardo1.jpg) no-repeat center top;
}
/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 980px;
  text-align: left;
  padding: 0;
  padding-left: 20px;
  }

#header {
  width: 980px;
  clear: both;
  padding: 10px 0 0 0px;
  margin: 0;
  }

#header #topright {
  text-align: right;
  float: right;
  width: 600px;
  margin: 5px 0 0 0;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #topright li {
  display: inline;
  }
#header #topright li a {
  color: #fff;
  font-size: 9pt;
  padding: 0 0 0 25px;
  text-transform: lowercase;
  }
#header #topright li a:hover {
  color: #000;
  text-decoration: none;
  }

#header #logo {
  float: left;
  width: 350px;
  margin: 25px 0 0 0;
  padding: 0;
}
#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  color: #fff;
  font-size: 17pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #eee;
  text-decoration: none;
  }
#header span {
  padding: 0;
  color: #111;
  font-size: 11pt;
  }


/* Menu */

#catnav {
  padding: 0;
  margin: 0;
  height: 44px;
  width: 920px;
  text-align: center;
  background: url(images/bg-trans.png) repeat;
  }

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  line-height: 44px;
  margin: 0;
  padding: 0px 20px 0 15px;
  font-size: 10pt;
  color: #fff;
  letter-spacing: -1px;
  font-weight: bold;
  }

#nav li a:hover {
  color: #ff9933;
  padding-top: 0px;
  background: url(images/bg-trans.png) repeat;
  text-decoration: none;
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
#nav li li a:hover {
  border-top: 1px solid #131f27;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

#toprss {
  float: right;
  padding: 6px 10px 0 0;
  display: inline;
  width: auto;

  }
#toprss a{
  padding-left: 5px;
  }



/* Top Content */

#main {
  clear: both;
  width: 100%;
  }
#contentwrapper {
  float:left;
  width: 920px;
  min-height: 470px;
  margin: 0;
  }
 
#contentwrapper2 {
  float:left;
  width: 100%;
  padding: 0;
  margin: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 14pt;
  letter-spacing: -1px;
  color: #fff;
  font-weight: normal;
  background: url(images/bg-trans.png) repeat;
  padding: 5px;
  }
.topPost {
  margin: 0;
  padding: 20px;
  font-size: 9pt;
  }
.topPost h2.topTitle{
	color: #f4f4f4;
}
.topPost h2.topTitle a {
  font-size: 15pt;
  font-weight: normal;
  text-decoration: none;
  color: #ff9933;
  letter-spacing: -1px;
  }
.topPost h2.topTitle a:hover {
  text-decoration: underline;
  }
.topPost p.topMeta {
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 9pt;
  color: #cdcdcd;  
  }
.topPost p.topMeta a {
  text-decoration: underline;
  color: #fff;
  }
.topPost p.topMeta a:hover {
  color: #ccc;
  }
.topPost div.topContent {
  font-size: 9pt;
  color: #efefef;
  margin: 8px 0;
  }
.topPost div.topContent a {
  text-decoration: underline;
  color: #fff;
  }
.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #ff9933;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #eee;
  }
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  font-size: 9pt;
  font-style: italic;
  background: url(images/bg-trans.png) repeat;
  padding: 8px 10px;
  margin-right: 5px;
  line-height: 27pt;
  color: #fff;
  border: 1px solid #111;
  }
.topPost span.linkpages {
  font-size: 9pt;
  font-style: italic;
  color: #fff;
  margin-bottom: 10px; display:block;
  }
.topPost span.linkpages a:hover {
  color: #ddd;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: #040404;
  }
.topPost span.topComments a {
  color: #fff;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topMore a {
  color: #fff;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topTags em {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #0a0a0a;
  }
.topPost span.topTags a {
  color: #fff;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #fff;
  text-decoration: underline;
  }

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #83adc8;
  text-transform: lowercase;
  text-decoration: underline;
  }
#nextprevious a:hover {
  color: #fff;
  }


/* Comments */

#comments {
  margin: 0px;
  padding: 0px;
  width: 100%; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  color: #fff;
  background: url(images/bg-trans.png) repeat;
  width: 610px;
  }
#comments h3 {
  font-size: 10pt;
  font-weight: normal;
color: #ff9933;
  padding: 10px 10px 0px 10px;
  }
#comments p a {
  color: #6598b8;
  }
#comments p a:hover {
  color: #fff;
  }
#comments p {
  padding:10px;
  margin: 7px 0;
  }
ol.commentlist, ul.trackback  {
  list-style-type: none;
  font-size: 9pt;
  margin-top: 20px;
  }
.commentlist li, .trackback li {
  width: 550px;
  margin-left: 30px;
  float: center;
  background: #080808;
  border: 1px solid #040404;
  list-style-type: none;
  }
.commentlist li.alt {
  background: #000;
  border: 1px solid #020202;
  border: none;
  margin-top:10px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {
  color: #eee;
  }
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #ff9933;
  padding-left: 10px;
  }
.commentlist small.commentmetadata a {
  color: #666;
  }
.commentlist p {
  color: #dedede;
  }
#respond {
  clear: both;
  margin-top: 15px;
  }
textarea#comment {
  width: 550px;
  background: #fff;
  color: #111;
  padding: 0px;
  margin: 0px;
  padding: 5px;
  margin-left: 13px;
  float: center;
  }
#comments #submit {
  margin: 0;
  }
#extrastuff a {color:#222; font-size:0.8em;}
#extrastuff a:hover {color:#6598b8; text-decoration:none;}
#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}


/* boxind section */

#boxind {

  }
#homepics h2,
#boxind h2 {
  font-size: 12pt;
  font-weight: normal;
  text-align: left;
  color: #fff;
  letter-spacing: -1px;
  margin: 0 0px 10px 0px;
  padding: 0px 0 0px 10px;
  }
#homepics h2.title,
#boxind h2.title{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  border-bottom: 1px #ccc solid;
  padding: 16px 0px 12px 0px;
  margin:0px 10px 10px 10px;
  letter-spacing: 0px;
}
#boxind h2.wordpress{
  background: url(images/wpfooter-trans.png) 246px 6px no-repeat;
}
#homepics h2.facebook {
  background: url(images/facebook5.png) 866px 7px no-repeat;
}
#boxind h2.facebook{
  background: url(images/facebook5.png) 246px 7px no-repeat;
}
#boxind h2.facebookblock{
  background: url(images/facebook5.png) 860px 7px no-repeat;
}
#boxind h2.contacto{
  background: url(images/mail.png) 546px 7px no-repeat;
}
#boxind h2.twitter{
  background: url(images/twitter-trans.png) 246px 8px no-repeat;
}
#boxind .contact{
	width: 330px;
	float: center;
	text-align: center;
	display: block;
	padding: 20px;
	border: 1px #ccc solid;
	margin-left: 125px;
	margin-top: 20px;
}
#boxind .contact input[type="text"]{
	width: 290px;
}
#boxind .contact input[type="submit"]{
	width: 80px;
	margin-right: 10px;
	float: right;
}
#boxind .contact textarea{
	width: 290px;
}

#boxind .entry p{
	padding: 10px;
}
#boxind ul {
  text-align: left;
}
#boxind ul h2{
  font-size: 11px;
  padding: 0px 0 0 10px;
  margin: 0;
}
#boxind p {
  text-align: left;
  font-size: 10px;
  color: #eee;  
  margin: 0 0px 0px 10px;
  padding: 0px 0 10px 0px;
  }
#boxind a {
  text-decoration: none;
  color: #ff9933; /* naranja */ 
  }
#boxind a:hover {
  text-decoration: underline;
  }
#boxind form {
  background: transparent; /* required for IE */
  }
#boxind #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
 #boxind .meses{
	width: 100%;
	clear: both;
 }
 #boxind .meses span.left{
	float: left;
	padding: 10px 10px 10px 20px;
 }
 #boxind .meses span.right{
	float: right;
	padding: 10px 20px 10px 10px;
 }
#boxind .error{
	width: 100%;
	padding: 30px;
}
#boxind .error p{
	text-align: center;
	font-size: 12px;
}

.submitbutton {
  margin: -5px 0 0 5px;
  background: #010101;
  color: #fff;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #111;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #050505;
  }
.social{
  width: 920px;
  min-height: 470px;
}

/* Sidebars */
#sidebars {
  float: left;
  width: 300px;
  margin-left: 10px;
  background: url(images/bg-trans.png) repeat;
  overflow: hidden;
  padding-bottom: 32767px;
  margin-bottom: -32767px;
  }
#sidebars iframe{
  margin-top: 10px;
}
#middleboxes {
  overflow: hidden;
  float: left;
}

#middleboxes .resto{
  margin-left: 10px;
}
#middlebox {
  background: url(images/bg-trans.png) repeat;
  overflow: hidden;
  padding-bottom: 32767px;
  margin-bottom: -32767px;
  float: left;
}
.middleboxhome{
  width: 300px;
}

#middlebox ul.cuadros{
  list-style-type: none;
  float: center;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 9pt;
}

#sidebar_left {
  float: left;
  width: 160px;
  }

#sidebar_right {
  float: right;
  width: 160px;
  }

#tag_cloud a {
  display: inline;
  }


/* Before footer */

#morefoot {
  background: #000 url(images/bggrad.jpg) top left repeat-x;
  border: 1px solid #070707;
  padding: 15px;
  color: #dfdfdf;
  margin: 0 0 10px 0;
  }
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 9pt;
  }
#morefoot a {
  text-decoration: underline;
  color: #ddd;
  }
#morefoot a:hover {
  text-decoration: underline;
  color: #6598b8;
  }
#morefoot h3 {
  font-size: 12pt;
  font-weight: normal;
  color: #dfdfdf;
  letter-spacing: -1px;
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 2px 0;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 180px;
  }
#morefoot .col1 {
  float: left;
  width: 340px;
  }
#morefoot .col2 {
  margin: 0 25px;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 260px;
  }
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(images/more.gif) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


/* footer*/
#footer {
  padding: 0;
  height: 44px;
  width: 920px;
  text-align: center;
  background: url(images/bg-trans.png) repeat;
  clear: both;
  }
#footer p {
  font-size: 8pt;
  color: #bbb;
  padding: 0;
  }
#footer a {
  color: #bbb;
  text-decoration: underline;
  }
#footer a:hover {
  color: #fff;
  }
#footerleft {
  padding: 16px;
  float: right;

  }
#footerright {
  float: right;
  width: 300px;
  text-align: right;
  }



/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  height: 10px;
  clear: both;
  max-width: 920px;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }



.posts {
background-color: #fff;

padding: 5px;
margin-right: 5px;

overflow:hidden;
color:#333333;
direction:ltr;
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
font-size:11px;
text-align:left;

min-height: 716px;


}

.clearfix {
display:block;
}

.wallpost {
float:left;
margin:0 0 5px 0px;
padding:0
}

.wallpost td.wallimage {
text-align:left;
width:55px;
}
.wallpost td.wallimage img {
padding: 5px;
width:50px;
}
.posts img {
border:0 none;
}
.wallpost td {
padding:0;
vertical-align:top;
}

posts td, posts td.label {
font-size:11px;
text-align:left;
}
.wallpost .wallinfo .walltext {
font-size: 12px;
color: #eee;
padding:5px;
}

.wallpost .wallactions {
border-top:medium none;
clear:right;
padding:3px 5px;
}

.posts a {
color:#3B5998;
cursor:pointer;
outline-style:none;
text-decoration:none;
font-weight: bold;
}

.posts a:hover {
text-decoration: underline;
}

.wallpost .wallinfo .wallheader {

border-bottom:1px solid #D8DFEA;
padding:3px 5px;
}

.wallpost td.wallinfo {

	width:100%;
}

.clearfix {
display:block;
}
.UIProfileBox_Box {
padding-top: 10px;
overflow:hidden;
padding-bottom:15px;
position:relative;
width: 590px;
color: #fff;
margin-left: 10px;
}
.UIProfileBox_Box table.wallpost{
  background: url(images/bg-trans.png) repeat;
}

.page_photos{
    height: auto !important;
    height: 100%;

}

.fbpage_profile{
	margin-top: 20px;
}
.fbpage_profile .photos .fan_photos .fan_photo {
width: 100px;
background: url(images/bg-trans.png) repeat;
padding:5px;
}

img {
border:0 none;
}

a:hover {
text-decoration:underline;
}

a {
color:#3B5998;
cursor:pointer;
text-decoration:none;
}

.fan_table td {
vertical-align:middle;
width:62px;
}

.twitters ul{
  list-style: none;
}
.twitters li span{
  color: #fff;
}
#homepics{
	width: 920px;
	text-align: center;
	background: url(images/bg-trans.png) repeat;
}
#homepics p{
	padding: 5px;
	margin 0;
	vertical-align: bottom;
	text-align: right;

}
#homepics a{
  text-decoration: none;
  color: #ff9933; /* naranja */ 
}
#homepics a:hover {
  text-decoration: underline;
}
#homepics img{
	max-width: 150px;
	vertical-align:middle;
	max-height: 110px;
	float: center;
	padding: 5px;
}
.single_pic{
	text-align: center;
	clear: both;
	min-height: 300px;
}
.single_pic img{
	max-width: 600px;
	padding: 3px;
	background: url(images/bg-trans.png) repeat;
}
.refsingle{
	height: 40px;
	clear: both;
}
.refsingle a{
	text-align: left;
	float: left;
	margin: 10px 0px 0px 10px;

}
.refsingle .left{
	float: left;
}
.refsingle .right{
	float: right;
	margin-right: 10px;	
}
