/*
Theme Name: deStyle
Theme URI: http://demo.themeshift.com/destyle
Description: Blog Magazine WordPress Theme
Version: 0.9
Author: Simon Rimkus [ThemeShift]
Author URI: http://themeshift.com
Tags: blog, magazine, light, fresh
*/

/*
	- GENERAL
	- HTML ELEMENTS
	- BASIC LAYOUT
	- HEADER
	- MENU
	- CONTENT
	- PREDEFINED CLASSES
	- SIDEBAR
	- FORMS
	- COMMENTS
	- PAGING
	- FLICKR BADGE
	- CLEARING
	- WORDPRESS CSS 
	- WIDGET CSS
        - RELACIONADOS
        - ERROR 404
        - FORMULARIO
	
*/
	

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	background: #f4f4f4 url(img/bg-body.jpg) repeat-x left top;
	color: #333333;
	font-family: "Verdana", Helvetica, sans-serif;
	font-size: 12px;
}


/*	##################################
   	HTML ELEMENTS
	################################## */

a {
	color: #3B5998;
        text-decoration:none;
}

img {
	border: none;
}

p, ul, ol, dl {
	line-height: 18px;
	margin: 0 0 20px 0;
}

hr {
	height: 1px;
	margin: 20px 0;
	background: #eeeee9;
	border: none;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0px;
	padding: 0px;
	line-height: normal;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}
	
h4, h5, h6 {
	margin-bottom: 10px;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 50px;
	background: transparent url(img/bg-blockquote.png) no-repeat left top;
	font-style: italic;
}

address {
	padding: 0 0 0 15px;
	font-style: italic;
}

pre {
	display: block;
	margin: 0 0 20px 0;
	padding: 10px;
	background: #eeeee9;
	border: 1px solid #ccc;
	font-family: "Courier New", Courier, serif;
	overflow: auto;
}

code {
	font-family: "Courier New", Courier, serif;
}

dt {
	font-weight: bold;
}

table {
	margin: 0 0 20px;
	border-collapse: collapse;
}

th {
	padding: 5px;
	background: #eeeee9;
	border: 1px solid #ddd;
	text-align: left;
}

td {
	padding: 5px;
	border: 1px solid #ddd;
}


/*	##################################
   	BASIC LAYOUT
	################################## */
	
#main {
	width: 1000px;
	margin: 0 auto;
	background: transparent url(img/bg-page.jpg) no-repeat 0px 32px;
}

#header {
	position: relative;
	width: 1000px;
	height: 132px;
	margin: 0 auto;
}

#content-wrap {
	padding: 10px 0 0;
	background: transparent url(img/) repeat-y left top;
	z-index: 1;
}
	
#content-top {
	height: 0px;
	background: transparent url(img/) no-repeat left bottom;
	z-index: 2;
}

#content {
background:#FFFFFF url(img/bg-content.gif) repeat-y scroll 670px 0;
margin:0 0;
padding:30px;
z-index:3;
}

#footer {
font-size:11px;
line-height:15px;
padding:0 0 10px;
position:relative;
text-align:center;
}


/*	##################################
   	HEADER
	################################## */
	
#page-menu {
font-family:verdana;
height:40px;
left:0;
line-height:32px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
position:absolute;
text-transform:uppercase;
top:0;
}

#page-menu li {
	float: left;
	width: auto;
}

#page-menu a {
	margin: 0 20px 0 0;
	background: transparent;
	color: #fff;
	text-decoration: none;
        padding:4px;
}

#page-menu a:hover, #page-menu .current_page_item a {
	color: #ffffff;
        background-color: #3b5999;
        padding:4px;
}
	
#searchbox {
left:700px;
position:relative;
top:5px;
width:25px;
}

#searchbox  #text {
width: 260px;
background: #f6f6f6;
border: none;
color: #000;
font-family: verdana, arial, tahoma;
font-size: 11px;
padding-top: 5px;
padding-left: 3px;
padding-bottom: 5px;
}

#searchbox   #b {
position: absolute;
padding-top: 0px;
}


h1#blog-title {
	position: absolute;
	left: -20px;
	margin: 0px;
	padding: 0px;
	color: #f4dec7;
	font-size: 12px;
	font-weight: normal;
        top:35px;
}

h1#blog-title img {
margin:0 0 -10px 15px;
}


/*	##################################
   	MENU
	################################## */
	
	/** /lib/superfish/superfish.css */
	

/*	##################################
   	CONTENT
	################################## */

#page-full #content {
	background: #fff;
}

#content-bottom {
	height: 20px;
	background: transparent url(img/) repeat-y left top;
}

#content-left {
display:inline;
float:left;
width:610px;
}

#content-right {
	float: right;
	width: 300px;
}

.box-left {
line-height:22px;
margin:0 0 0;
}

.box-right {
border-bottom:0px solid #EEEEE9;
font-family:verdana;
font-size:11px;
margin:0 0 15px 30px;
}

.box-right a {
color: #3c3c3c;
}

.box-left a {
        color: #3b5999;
}

.box-full {
	margin: 0px;
	padding: 0 0 1px;
	line-height: 22px;
}

#content ul, #content ol {
	margin: 0 0 20px;
	padding: 0 0 0 0px;
}

#content li {
	padding: 2px 0;
	list-style: disc;
}

#content ol li {
	list-style: decimal;
        margin-left:20px;
}

#content li ul, #content li ol {
	margin: -2px 0 -2px 20px;
	padding: 0px;
}

#content li li {
	list-style: circle;
	background: none;
}

#content ol li li {
	list-style: upper-roman;
}

#content li li li {
	list-style: square;
}

#content ol li li li {
	list-style: lower-latin;
}

.article-left {
	position: relative;
	float: left;
	width: 220px;
	margin: 0 0 20px 0;
	z-index: 4;
}

.sticky-post {
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 100;
}

.article-right {
	float: right;
	width: 350px;
}

img.article-img {
	padding: 10px;
	background: #eeeee9;
}

img.article-img-single,
.box-author img.avatar {
	float: left;
	margin: 0 20px 20px 0;
	padding: 10px;
	background: #eeeee9;
}

a:hover img.article-img {
	background: #deded9;
}

.img-caption {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	background: transparent url(img/bg-img-caption.png) no-repeat left top;
	color: #fff;
	font-weight: bold;
}

.img-caption a {
	background: transparent;
	color: #fff;
	text-decoration: none;
}

img.shadow {
	background: transparent url(img/shadow.gif) no-repeat right bottom;
	padding: 5px 10px 10px 5px;
}

.gallery img {
	padding: 10px;
	background: #eeeee9;
	border: none!important;
}

h2.article-title {
color:#3B5998;
font-family:"Lucida grande", arial;
font-size:26px;
font-weight:bolder;
letter-spacing:-1px;
line-height:normal;
}

h2.article-title a {
color:#5572b0;
	text-decoration: none;
margin-bottom:1px;
}

h2.article-title a:hover {
	text-decoration: none;
}

.article-meta {
border-bottom:1px solid #E7EDFA;
font-size:11px;
margin:0 0 10px;
}

.article-teaser {
	font-weight: bold;
}

a.more-link {
	display: block;
	margin: 20px 0 30px 0;
}

h3.content-title {
	margin: 0 0 10px 0;
	color: #1f1f1f;
	font-size: 16px;
	font-weight: normal;
}

#author-single {
	position: relative;
}

#author-single .avatar {
	float: left;
	width: auto;
	margin: 0 20px 30px 0;
}

#page-bookmarks {
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	border-bottom: 1px solid #eeeee9;
}
	
#page-bookmarks .box-left {
	float: left;
	width: 255px;
	margin: 0 20px 0 0;
	padding: 0 0 10px;
	line-height: 22px;
	border-bottom: none;
}

/*Post Footer*/
.pfoot {
background: #FFF;
line-height: 33px;
margin: 20px 0 30px 0;
width: 610px;
border-top: #ebebeb 1px solid;
border-bottom: #ebebeb 1px solid;
}

#content .pfootleft {
font-family: "Lucida grande", arial;
font-size: 11px;
color: #707070;
float:left
}

#content .pfootright  {
margin:0 5px 0 0;
font-family: "Lucida grande", arial;
font-size: 11px;
color: #707070;
float: right;
}

.pfootright .comm a {
background:transparent url(img/comicon.png) no-repeat scroll 0 4px;
display:block;
line-height:33px;
padding-left:30px;
}

.pfootleft .tag {
background:transparent url(img/tagicon.png) no-repeat scroll 0 7px;
line-height:33px;
padding-left:30px;
}



/*	##################################
   	PREDEFINED CLASSES
	################################## */

.btn {
	padding: 5px 10px 6px;
	background: transparent url(img/bg-btn.png) no-repeat left top;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.alert {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-alert.png) no-repeat 10px 10px;
}

.checked {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-checked.png) no-repeat 10px 10px;
}

.download {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-download.png) no-repeat 10px 10px;
}

.preview {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-preview.png) no-repeat 10px 10px;
}

.info {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-info.png) no-repeat 10px 10px;
}

.arrow {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-arrow.png) no-repeat 10px 10px;
}

.happy {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-happy.png) no-repeat 10px 10px;
}


/*	##################################
   	SIDEBAR
	################################## */

h3.sidebar-title {
background:#ECEFF5;
color:#3B5998;
font-family:Verdana;
font-size:14px;
font-weight:normal;
line-height:16px;
margin:0 0 10px;
padding:5px;
}

.ads {
margin-left:30px;
margin-bottom: 20px;

}

.ads img {
border:1px solid #F5F5F5;
height:125px;
margin:auto;
padding:3px;
width:125px;
}
			   
.ads img:hover {
border: 1px solid #dbdbdb;
}

#content-right li {
list-style: none;
font-family:"Lucida Grande", Arial;
font-size:11px;
}

#cats li {
float:left;
width:49%;
}

#cats li a {
color: #3c3c3c;
}

.children li a {
list-style: none;
font-family:lucida Grande;
font-size:11px;
}


/*	##################################
   	FORMS
	################################## */

#searchform {
	margin: 0 0 20px;
}

.box-left #searchform {
	width: 270px;
}

#search-text {
	float: left;
	width: 218px;
	height: 22px;
	padding: 6px 5px 0 5px;
	background: transparent url(img/bg-input-text.gif) repeat-x left top;
	border: 1px solid #eeeee9;
	font-size: 11px;
}

#search-submit {
	float: right;
	width: auto;
	height: 30px;
	color: #fff;
	background: transparent url(img/bg-input-submit.png) no-repeat left top;
	border: none;
}

input.text, textarea {
	width: 75%;
	padding: 5px;
	background: #fff url(img/bg-input-text.gif) repeat-x left top;
	border: 1px solid #eeeee9;
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	font-size: 11px;
}

textarea {
	width: 90%;
	height: 125px;
}

input.submit, input.button {
	width: auto;
	height: 30px;
	padding: 0 20px;
	color: #2f2f2f;
	background: transparent url(img/bg-input-submit.png) no-repeat left top;
	border: none;
}

input.submit, input.button a:hover {
text-decoration: underline;
}


/*	##################################
   	COMMENTS
	################################## */

#content .commentlist ol {
	margin: 0px;
	padding: 0px;
}

#content .commentlist li {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 20px;
	list-style: none;
}

#content .commentlist .box-left {
	margin: 30px 0 0;
	padding: 0px;
	border: none;
}

.commentlist .avatar {
	float: right;
	width: auto;
	margin: 0 0 5px 20px;
}

.commentlist li p {
	margin: 0 20px 10px 0;
}

.commentlist .comment-author {
	font-size: 12px;
	font-weight: bold;
}

.commentlist .comment-author a {
	padding: 0 0 5px 0;
	border: none!important;
}

#content .commentlist ul.children {
	margin: 0px;
	padding: 0px;
}

#content .commentlist .children li {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 20px;
	background: none;
	border-right: none;
}

.reply a {
	margin: 10px 0 0 0;
	padding: 5px 10px;
	background: transparent url(img/bg-input-submit.png) repeat-x left top;
	color: #fff;
	border: none!important;
	text-decoration: none;
}

#cancel-comment-reply {
	margin: 10px 0;
}

#content .commentlist li.depth-1, #content .commentlist li.depth-3, #content .commentlist li.depth-5 {
	background: #f7f7f7;
}

#content .commentlist li.depth-2, #content .commentlist li.depth-4, #content .commentlist li.depth-6 {
	background: #f7f7f7;
	border-right: 1px solid #ebebe1;
}

#content .commentlist li.depth-4, #content .commentlist li.depth-6 {
	border: none;
}

.moderation {
	padding: 0 0 0 25px;
	background: transparent url(img/bg-moderation.png) no-repeat left center;
}

.trackbacklist {
	margin: 30px 0 0;
	padding: 30px 0 0;
	border-top: 1px solid #eeeee9;
}

#content .trackbacklist ul {
	margin: 0 0 20px;
}

#commentform {
	padding: 0 0 10px 0;
}

#commentform p {
	margin: 0 0 10px 0;
}

.box-comments {
	position: relative;
	padding: 0 0 30px;
}

.comments-paging {
	position: absolute;
	top: 0px;
	right: 0px;
}


/*	##################################
   	PAGING
	################################## */
	
#paging {
margin:0 0 30px 80px;
}

.wp-pagenavi {
text-align: center;
}

.wp-pagenavi .pages {
	float: right;
	width: auto;
}

.wp-pagenavi a, .wp-pagenavi .current {
	display: block;
	float: left;
	width: auto;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
	background: transparent url(img/bg-paging.png) no-repeat left top;
	color: #494949;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.wp-pagenavi .current {
	background: transparent url(img/bg-paging-current.png) repeat-x left top;
        border: 1px solid #494949;
}

.wp-pagenavi a, .wp-pagenavi a:link {
        border: 1px solid #c9c9c9;
}

.wp-pagenavi a:hover {
        border: 1px solid #c9c9c9;
color: #728eca;
}


/*	##################################
   	CLEARING
	################################## */
	
.clear {
	clear: both;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

#content-right .clearfix {
border-bottom:0px solid #EEEEE9;
font-family:verdana;
font-size:11px;
margin:0 0 15px 30px;
}


/*	##################################
   	WORDPRESS CSS
	################################## */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	width: auto;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	width: auto;
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #eeeee9;
   	text-align: center;
   	background-color: #f7f7f7;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}


/*	##################################
   	WIDGET CSS
	################################## */

#content-right #tag_cloud {
	padding: 0 0 30px;
	line-height: normal;
}

#content-right .textwidget {
	line-height: 22px;
	padding-bottom: 20px;
}

#feed ul {
margin-bottom: 0;
}

#feed li{
background: url(img/feedicon.png) no-repeat 0 2px; 
padding-left:30px;
margin-bottom: none;
}

#twitt li {
background:url("img/tfbtwitt.png") no-repeat scroll 0 0;
line-height:19px;
padding-left:30px;
}

/*	##################################
   	RELACIONADOS
	################################## */

.related_post_title {
color:#5572B0;
font-size:15px;
padding-bottom: 10px;
}

.related_post li {
font-size:11px;
line-height:15px;
}

/*	##################################
         ERROR 404
	################################## */

.error404 {
padding-top:20px;
width:600px;
}

.error404 img {
margin-left:180px;
}

.error404 span img{
padding-left: 40px;
}

.error404 a:hover {
background-color:#fff;
border-bottom:0px dashed #444444;
}

.error404 h1 {
font-family:Arial;
font-size:18px;
text-align:center;
color:#4e4e4e;
}

.error404 p {
font-family:verdana;
font-size:11px;
line-height:20px;
padding:20px 0;
text-align:center;
}

.error404 p a {
color:#3B5999;
}

.errorultimos {
width: 600px;
text-align: left;
padding-top: 20px;
}

.errorultimos li {
list-style: none !important;
}

.errorultimos a {
color:#3B5999;
font-family:Verdana;
font-size:12px;
text-decoration:none;
}

.errorultimos a:hover {
color:#393939;
text-decoration: underline;
}

/*	##################################
         FORMULARIO
	################################## */


.wpcf7-form{
padding-top: 30px;
}


#shareonfb {
float: right;
padding-top: 2px;
margin-right: 10px;
}

/*Paginacion*/

.pagebar {
padding: 0.2em 0.5em;
margin-right: 0.1em;
border: 0px solid #fff;
text-decoration: none;
text-align: center;
font-family: verdana, arial;
font-size: 12px;
margin-bottom:10px;
}

.pagebar a,.pageList, .this-page {
border: 1px solid #DEDEDE;
padding: 0.2em 0.5em;
background: #fff;
color: #454545 !important;
}

.pagebar a:visited {
border: 1px solid #DEDEDE;
text-decoration: none;
padding: 0.2em 0.5em;
}

.pagebar .break {
padding: 2px 6px 2px 6px;
border: none;
background: #fff;
text-decoration: none;
}

.pagebar .this-page {
border: 2px solid #dedede;
padding: 0.2em 0.5em;
font-weight: bold;
background: #f1f1f1;
color: #fff;
}

.pagebar a:hover {
border-color: #2f2f2f;
background: #f1f1f1;
}

.pagebar .inactive {
border: 1px solid #cccccc;
color: #ccc;
text-decoration: none;
padding: 0.2em 0.5em;
}

#welcome {
padding: 0 10px 5px 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 23px;
}

