/*
THEME NAME: Agatha
THEME URI: http://elserver.com/blog
DESCRIPTION: Template del blog de ELSERVER.COM
VERSION: 0.1
AUTHOR: @Nico1485
AUTHOR URI: http://www.1485.com
*/

@import "reset.css";

blockquote {
	font-style: italic;
	padding-left: 30px;
	border-left: 3px solid #DDD;
	margin-top: 25px;
	margin-bottom: 25px;
}

strong {
font-weight: bold;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#header {
	overflow: hidden;
	width: 880px;
	border-bottom: 3px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
	margin: 0 auto;
}

#logo {
	font-size: 250%;
	margin: 50px 0 0 30px;
	font-weight: bold;
}

#logo a {
	color: #333333;
}

#description {
	font-size: 130%;
	color: #666666;
	margin: 5px 0 50px 30px;
}

#menu {
	width: 880px;
	overflow: hidden;
	margin: 0 auto;
}

#menu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 90%;
	padding: 10px;
}

#menu ul li a {
	color: #666666;
}

#container {
	width: 840px;
	overflow: hidden;
	margin: 25px auto;
}

#content {
	float: left;
	width: 510px;
}

.post {
	margin-bottom: 50px;
}

.post-title {
	font-size: 200%;
	line-height: 1.2;
	font-weight: normal;
}

.post-title a {
	color: #333333;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 10px;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
	clear: both;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
	color: #595959;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
	margin: 10px 0;
	display: block;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content img.aligncenter {
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 5px;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #DDD;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px; 
}

#comment-form textarea {
	width: 455px;
	height: 100px;
	margin-top: 15px;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px; 
	font-size: 100%;
	padding: 10px;
	border: 1px solid #DDD;
}

#sidebar {
position: absolute;
top: 430px;
width: 200px;
right: 90px;
}

.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #EFEFEF;
	padding: 0 0 5px 0;
	color: #333333;
	font-weight: bold;
	font-size: 90%;
	margin-left: 10px;
	width: 175px;
}

.sidepanel ul  {
	margin-left: 10px;
	width: 175px;
}

.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

#footer {
	margin: 0 auto;
	width: 840px;
	height: 20px;
	border-top: 1px solid #EAEAEA;
	padding: 20px;
}

#footer-links {
	list-style: none;
}

#footer-links li {
	float: left;
	margin-right: 15px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}


/* AGATHA */

.contenido_blog {
padding-left: 73px;
padding-top: 20px;
padding-bottom: 50px;
font-size: 14px;
width: 550px;
}

.title_blog {
color: white;
font-family: Georgia, sans-serif;
margin-left: 100px;
}

.title_blog h1{
font-size: 50px;
font-weight: normal;
}

.content_blog {
width: 980px;
position: relative;
top: 0px;
left: 19px;
}

.tweetbox {
width: 60px;
height: 70px;
float: left;
}

.data {
width: 545px;
height: 70px;
}

.cuestiones {
position: absolute;
margin-top: -28px;
margin-left: 60px;
}



.title_blog {
margin-left: 90px;
}

.blog_tags {
padding: 10px;
background: #e8e8e8;
height: 22px;
-moz-border-radius: 5px;  
-webkit-border-radius: 5px; 
margin-top: 20px;
}

.blog_comment {
float: right;
margin-right:15px;
}


.blog_tags a, a:visited {
color: #888888;
}

.blog_tags a:hover {
color: black;
}

.blog_date  span{
color: #888888;
}

.blog_brief {
position: absolute;
top: 250px;
right: 90px;
background: url(images/blog.png) no-repeat;
width: 215px;
height: 190px;
}

.sexybook {
position: absolute;
top: 0px;
right: 0px;
width: 200px;
}

.bookme {
position: absolute;
top: 113px;
right: 135px;
background: url(images/bookme.png) no-repeat;
height: 145px;
width: 122px; 
}


.bookme a {
display: block;
height: 32px;
width: 32px;
}

.bookme span {
display: none;
}

#myspace {
position: absolute;
left: 45px;
}

#twitter {
position: absolute;
top: 47px;
}

#linkedin {
position: absolute;
top: 64px;
left: 90px;
}

#facebook {
position: absolute;
left: 35px;
top: 113px;
}


.blog_featured {
height: 193px;
width: 820px;
margin-bottom: 6px;
}


.blog_featured .ima {
}

.blog_featured .des {
color: white;
position: absolute;
top: 262px;
background: url(images/oscuro.png);
height: 30px;
width: 800px;
padding-left: 20px;
padding-top: 10px;
}

.blog_featured .linka  a{
position: absolute;
top: 109px;
display: block;
width: 820px;
height: 193px;
}

.blog_featured .linka span {
display: none;
}



.blog_slide {
width: 820px;
background: #e8e8e8;
height: 38px;
margin-bottom: 28px;
}


.blog_nav {
//background: url(images/blog_nav.png) no-repeat;
width: 321px;
height: 13px;
position: relative;
top: 60px;
left: 570px;
}

.blog_back {
background: url(images/blog_nav.png) -342px 0 no-repeat;
height: 13px;
width: 50px;
position: absolute;
top: 60px;
left: 75px;
}

.blog_firma {
position: absolute;
margin-top: -25px;
margin-left: 400px;
}


.blog_firma .joel {
background: url(images/blog_firma.png) -126px 0 no-repeat;
height: 19px;
width: 135px;
}


.blog_firma .flogger {
background: url(images/blog_firma.png) no-repeat;
height: 19px;
width: 128px;
}


.blog_firma .nico {
background: url(images/blog_firma.png) -261px 0 no-repeat;
width: 134px;
height: 19px;
}

.blog_firma .marketing {
background: url(images/blog_firma.png) -392px 0 no-repeat;
width: 150px;
height: 19px;
}


.blog_autor {
margin-top: 10px;
background: #e8e8e8;
border: 1px solid #cecfd0;
padding: 20px;
height: 104px;
-moz-border-radius: 5px;  
-webkit-border-radius: 5px; 
}

.blog_autor .avatar{
padding: 1px;
float: left;
background: white;
-moz-border-radius: 2px;  
-webkit-border-radius: 2px; 
}

.blog_autor h3 {
font-size: 16px;
margin-bottom: 8px;
padding-bottom: 8px;
border-bottom: 2px dotted #cecfd0;
letter-spacing: 1px;
}

.blog_autor .info {
margin-left: 130px;
}

.blog_autor .talt {
color: #595959;
font-size: 12px;
}

.blog_autor .blog {
margin-top: 6px;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 1px;
}

.blog_autor .mail {
display: none;
}

.blog_autor .twitter {
height: 64px;
width: 64px;
position: absolute;
margin-top: -77px;
margin-left: 320px;
}

.blog_autor a {
min-height: 64px;
min-width: 64px;
}

.blog_autor .role {
text-transform: uppercase;
color: #a4a4a4;
font-weight: bold;
font-size: 11px;
letter-spacing:2px;
margin-left: 10px;
}


/* SEARCH FORM */

#s {
background: url(images/blog_search.png) no-repeat;
height: 19px;
width: 159px;
border: 0px;
padding-top: 7px;
padding-left: 7px;
font-size: 11px;
}


.screen-reader-text {
display: none;
}

#searchsubmit {
background: red;
border: none;
background: url(images/blog_search.png) -159px 0 no-repeat;
width: 28px;
height: 27px;
margin-left: -6px;
position: relative;
top: -7px;
cursor: pointer;
color: transparent;
font-size: 0px;
//padding-left: 6px;
//color: white;
//top: -3px;
}

.authcomment {
background-color: #f2f2f2 !important;
} 







.pagebar {
margin-left: 30px;
}

.pagebar span, .pagebar a {
padding: 5px;
}

.pagebar a:hover {
background: #DDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.blog_nav_lay {
margin-left: 560px;
margin-top: 30px;
background: url(images/blog_nav.png) no-repeat;
background-position: 0px 15px;
position: absolute;
top: 10px;
left: 0px;
width: 340px;
}

.blog_nav_lay a {
display: block;
float: left;
height: 30px;
width: 65px;
height: 40px;
}

.blog_nav_lay a span {
display: none;
}


.home_blog {
display: block;
position: absolute;
right: 770px;
}



.blog_slide ul {
padding-top: 12px;
padding-left: 10px;
}

.blog_slide ul li {
float: left;
width: 10px;
height: 10px;
background: white;
margin-left: 4px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-top: 1px solid #cfcfcf;
border-left: 1px solid #cfcfcf;
cursor: pointer;
}

.blog_slide span {
display: none;
}

h4 {
font-weight: bold;
display: block;
margin-top: 20px;
margin-bottom: 5px;
font-style: italic;
}

table {
width: 100%;
margin-bottom: 20px;
}

thead {
background: #DDD;
}

td {
padding: 4px;
border-bottom: 1px dotted #DDD;
}



.blog_backtop {
padding: 5px 5px 5px 15px;
background: #e8e8e8;
height: 22px;
-moz-border-radius: 5px;  
-webkit-border-radius: 5px; 
display: block;
margin: 20px 0 35px;
width: 100px;
}


h3 a, h3 a:hover {
color: black;
}

.post-content h2 {
margin-top: 30px;
}
