/*  
Theme Name: StudioPress
Theme URI: http://www.dailyblogtips.com/studiopress-wordpress-theme-released/
Description: A clean, Adsense-ready WP theme. Traducido por <a href="http://luisitob.wordpress.com">lb2-blog</a>.
Author: Daily Blog Tips
Author URI: http://www.dailyblogtips.com/
Version: 1.0
*/

/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }

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

a {
  color: #090f63;
  text-decoration: none;
  }

a:hover {
  color: #da3101;
  }

blockquote {
  margin: 5px 15px;
  padding: 5px 5px;
  background: #dedede;
  border: 1px solid #484848;
  }

code {
  color: #3366CC;
  }

a img {
  border: none;
  }


/* Reset Defaults Ends */

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0 auto 10px auto;
  width: 950px;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #656565 url(images/bgbody.jpg) repeat-x top left;
  }

#wrapper {
	font-size: 13px;
  	text-align: justify; /* IE Centering Technique */
  	line-height:18px;
 }

.topcurve {
  margin-top: 15px;
  height: 13px;
  background: url(images/bgtop.gif) left top no-repeat;
  }

.topcurvewhite {
  margin-top: 15px;
  height: 13px;
  background: white;
  }

.bottomcurve {
  margin: 0;
  height: 13px;
  background: url(images/bgbottom.gif) left bottom no-repeat;
  }

.bottomcurvewhite {
  margin: 0;
  height: 13px;
  background: url(images/bgbottomwhite.gif) left bottom no-repeat;
  }

#header {
  margin: 0;
  padding: 0 0 0 0; 
  }

#header .topright {
  float: right;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: right;
  color: #fff;
  }

#searchform {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  }

#searchform {
  margin-left: 5px;
  width: 213px;
  padding-top: 3px;
  height: 28px;
  background: #ccc;
  background: url(images/search.gif) left 3px no-repeat;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 6px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 6px 0;
  }

#searchbox {
  margin-left: 5px;
  margin-bottom: 3px;
  width: 150px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 50px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#underheader {
  clear: both;
  margin-top: 0px;
  padding: 0 0 143px 0;
  background: url(http://www.jjdigital.es/imagenes/cabecera.jpg) no-repeat;
}


#underheader h1.sitename {
  margin-left: 110px;
  margin-top:60px;
  position: absolute;
  font-size: 23pt;
  width: 600px;
}

#underheader h1.sitename a {
  color: #fff;
  text-decoration: none;
  }

#underheader h1.sitename a:hover {
  color: #da3101;
  text-decoration: none;
  }

#underheader h2.sitedesc {
  color: #da3101;
  font-size: 14pt;
  margin-left: 110px;
  margin-top: 90px;
  position: absolute;
  }


#underheader #toprss{
  float: right;
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  text-align: right;
  }

#underheader #logo{
  float: left;
  position: relative;
  padding: 0;
  text-align: left;
	margin: 0 20px 20px 0;
}

/* Menu */

#nav {
  	clear: both;
  	margin: 0px 0 -15px 0;
  	background: #5c5c5c;
    height: 22px;
    border-top: 1px #ffffff solid;
    border-bottom: 1px black solid;
}

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

#nav li {
  float: left;
  margin-right: 10px;
  }

* html #nav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #nav li a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 10px;
  text-decoration: none;
  }

#nav li a {
  display: block;
  font-size: 8pt;
  padding-left:10px;
  padding-right:10px;
  color: #eee;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000000;
	}
#nav li a:hover {
	color: white;
	background: #da3101;
	}

#nav li a:hover span {
	}

#nav li a current_page  {
  	color: white;
	font-weight: bold;
}

/* Main content */

#main {
  clear: both;
  width: 925px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0;
  padding: 0 15px 15px 10px;
  background: #fff;
  }

#contentwrapper {
  float: left;
  width: 550px;
  }

#content {
  }

#content .pageTitle {
  padding: 5px 10px 0 10px;
  font-size: 14pt;
  color: #da3101;
  border-bottom: 1px dotted #3b3b3b;
}

.contentsearch {
  margin: 0 0 40px 100px;
  }

.contentsponsors {
  margin: 0 0 30px 190px;
  }

.adsense_top {
  text-align:center;
  margin:10px 0 25px 0;
  font-size:9pt;
  }

.adsense_sidebar {
  text-align:center;
  margin:0 0 20px 0;
  font-size:9pt;
  }

.post {
  margin: 20px 0 25px 0;
  background: #F0F0EB;
  padding: 5px;
  }
  
  .post .bitacoras {
	display:	block;
	clear: both;
	color: #484848;
	font-size: 10px;
	text-align: left;
	border: 1px dotted #484848;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

.post .bitacoras img{
	margin: 0;
	padding: 0;
	border: 0 none;
	margin-bottom:2px;
	vertical-align:bottom;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 0 10px;
  font-weight: bold;
  }

#content h2 {
  font-size: 14pt;
  }

#content h3 {
  font-size: 12pt;
  }

#content h4, #content h5, #content h6 {
  font-size: 9pt;
  padding: 3px;
  }

h2.homeTitle {
  margin: 0 0 15px 0;
  }

h2.postTitle {
  padding: 0 10px 10px 10px;
  font-size: 14pt;
  font-weight: bold;
  color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	  border-bottom: 1px dotted #3b3b3b;
}

h2.postTitle a {
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  letter-spacing: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2.postTitle a:hover {
  color: #da3101;
  }

.postMeta {
  padding: 2px 10px 4px 10px;
  font-size: 8pt;
  color: #333;
  }

.postMeta .date {
  background: url(images/date.gif) left no-repeat;
  padding: 0 0 0 15px;
  }

.postMeta .filed {
  background: url(images/folder.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .commentcount {
  background: url(images/comments.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .commentcount a {
	color:  black;
}

.postMeta .commentcount a:hover {
	color: #da3101;
}

.postMeta a {
  text-decoration: none;
  }

.postContent img {
  margin: 10px;
  border: 3px solid #CCC;
  }

#content p, .postContent p {
  padding: 10px 10px;
  /*font-size: 10pt;*/
  color: #484848;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 9pt;
  color: #484848;
  padding: 2px;
  }

.postTags {
  margin: 15px 10px;
  font-size: 9pt;
  color: #000;
  background: #eee;
  padding: 2px 4px;
  }

p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.gif) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

.commentlist {
  margin: 10px 0;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 10px -25px;
  background: #e8eef3;
  width: 510px;
  }

.commentlist li.alt {
  margin: 0 0 10px -25px;
  background: #FFFFFF;
  width: 510px;
  }

.commentlist cite {
  padding: 10px;
  font-size: 10pt;
  }

.commentlist cite a {
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }

.comment p {
  padding: 10px;
  font-size: 10pt;
  color: #000;
  }

.comment a {
  text-decoration: none;
  }

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

.comment textarea {
  width: 510px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.navigation {
  margin: 10px 0;
  color: #484848;
  text-align: center;
  font-size: 10pt;
  }

.navigation a {
  text-decoration: none;
  }


/* Start of sidebar */

#allsidebars {
  width:355px;
  float:right;
  }


/* Sidebar top welcome box */

.sidebarswrapper {
  margin-top: 0px;
  padding-top: 9px;
  width: 355px;
  background: url(images/bgsidebartop.gif) left top no-repeat;
  }

.sidebars {
  width: 355px;
  background: #363636;
  }

.sidebars h2 {
  padding: 0 5 2px 0;
  font-size: 11pt;
  color: #fff;
  letter-spacing: 0px;
  }

.sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  }

#welcome {
  clear: both;
  padding: 0 10px;
  }

#welcome a {
  display: inline;
  color: #484848;
  }

#welcome a:hover {
  color:#fff;
  }

#notalegal {
  clear: both;
  padding: 0 0px;
  font-size: 10px;
  }

#welcome p {
  color: #fff;
  margin-top: 5px;
  padding-left: 5px;
  line-height:14px;
  }

.sidebarsbottom {
  clear: both;
  width: 355px;
  height: 18px;
  background: url(images/bgsidebarbottom.gif) left bottom no-repeat;
  }


/* Sidebar 2 columns widget-ready */

.sidebarsB {
  width: 355px;
  margin-top: 15px;
  }

.sidebar1 {
  float: left;
  width: 165px;
  }

.sidebar2 {
  float: right;
  width: 165px;
  }

.sidebarsB h2 {
	color:#58595B;
	font-size:10pt;
	letter-spacing:0;
	margin-bottom:0px;
	padding:2px 0px;
  }

.sidebarsB table {
  width: 160px;
  }

.sidebarsB ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

.sidebarsB li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 8pt;
  }

.sidebarsB li ul {
  padding: 0;
  }

.sidebarsB ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #222;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 19px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dotted #ccc;
  }

.sidebarsB a {
  display: block;
  color: #333;
  text-decoration: none;
  display: inline;
  }

.sidebarsB a:hover {
  color: #da3101;
  text-decoration: underline;
  }

.sidebarsB p {
  padding: 2px 0;
  font-size: 9pt;
  }

#tag_cloud a {
  display: inline;
  }

.sidebarsB ul.children li {border-bottom:none;}
.sidebarsB ul.children {margin-bottom:-5px;}


/* Footer */

#footer {
  clear: both;
  padding-top: 0;
  color: #fff;
  text-align: center; /* IE Centering Technique */
  background: #000;
  }

#footer p {
  padding: 0;
  font-size: 8pt;
  color: #fff;
  text-align: center;
  }

#footer a {
  color: #da3101;
  }

#footer a:hover {
  color: #fff;
  }

#credits {
  clear: both;
  margin: 0 auto;
  line-height: 19px;
  }


/* Extras */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:80%;
  }
  
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 8px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 8px;
	padding: 0 4px 5px;
	margin: 0;
}
img.alignleft, div.alignleft
{
float:left;
margin:0 1em 0.5em 1;
}
img.alignright, div.alignright
{
float:right;
margin:0 0 0.5em 1em;
}
img.aligncenter, div.aligncenter
{
text-align:center;
margin:1 auto;
}

#suscrip {background: transparent url(images/fondo_sus2.gif) no-repeat scroll 0 0; margin: 15px 0;height: 85px;}

#suscrip form {padding-left: 70px; padding-top: 59px}

.contactform {
	border: 1px solid #b8b6b3;
	background: #f0ece9;
	padding: 10px;
	margin: 5px 10px 5px 10px;
}

.contactleft {
	font-size: 14px;
}
.contactright {
	font-size: 14px;
	color: #b00f36;
}

#mislinks ul {
	margin: 0;
  	padding: 10 0 5px 0;
}

#mislinks li {
	margin-bottom: 8px;
  	list-style: none;
  	font-size: 9pt;
}

#mislinks ul li {
  margin: 0;
  padding: 5px 5px 5px 20px;
  color: #222;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dotted #ccc;
  list-style: none;
  font-size: 9pt;
  }

#mislinks a {
	  display: block;
  color: #333;
  text-decoration: none;
  display: inline;
}
#mislinks a:hover{
	  color: #da3101;
  text-decoration: underline;
}

#mislinks h2 {
	color: #da3101;
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
	border-top: 1px solid #222;
}

.postContent .more-link {
	font-size: 9pt;
	color:#DA3101;
}

.postContent .more-link:hover {
	color: black;
	text-decoration: underline;
}
