/**
Theme Name: Visio
Author URI: 
Version: 0.93
Author: Anonymous
Description: Lindo tema hecho a los ponchazos por un tal misbah que codifica horrible y a mi se me ocurre usarlo!
*/

/* -------------------------------------- */


/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { 
	content: '';
	content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*- CSS Reset END Love you Eric! -*/



/*- Non clear ugly misbah CSS and hacks -*/

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;
}

* html .clearfix {
	height: 1%; /* IE5-6 */
}

body {
	background:#FFF url(images/background.gif) left top repeat-x;
	width:1162px;
	margin:0 auto;
	font:normal 13px Verdana;
	color:#333;
}

a {
	text-decoration:none;
	color:#7f0f0f;
}

a:hover { color:#000; }

/* header */
#header {
	
}

#page-menu {
	float:right;
	padding-top:7px;
	height:34px;
	overflow:hidden;
	margin-bottom:40px;
}

#page-menu ul li {
	background:transparent url(images/page-menu-separator.png) left top no-repeat;
	display:block;
	float:left;
	height:34px;
	padding-left:2px;
	line-height:34px;
	margin-left:26px;
}

#page-menu ul li.first {
	background:none;
	padding-left:0;
}

#page-menu ul li a {
	margin-left:26px;
	font-size:17px;
	color:#535353;
}

#page-menu ul li.current_page_item a, #page-menu a:hover { color:#b2b2b2; }

#branding {
	clear:right;
	margin-bottom:15px;
}

#blog-title {
	font:normal 41px Constantia, "Book Antigua", Cochin, Gentium;
	}

#blog-title a {
	background:url(/header-bg.gif) left top no-repeat;
	clear:left;
	color:#000;
	display:block;
	float:left;
	height:56px;
	overflow:hidden;
	text-indent:-1999px;
	width:337px;
}

#blog-title a:hover {
	background:url(/header-bg.gif) left bottom no-repeat;
	color:#7f0f0f;
}

#headerAd {
	clear:right;
	float:right;
	height:90px;
	overflow:hidden;
	width:728px;
}

#blog-description {
	clear:both;
	color:#747474;
	font-size:15px;
	font-weight:normal;
	margin-top:5px;
	width:100%;
}

#cat-menu {
	background:#efefef url(images/category-menu-bg.gif) left top repeat-x;
	height:50px;
	line-height:50px;
	border:1px solid #dbdbdb;
	overflow:hidden;
}

#cat-menu ul {
	display:block;
	float:left;
	width:100%; /*width:865px;*/
	height:50px;
}

#cat-menu ul li {
	border-right:2px solid #000;
	font-size:12px;
	display:inline;
	margin:0 4px;
}
#cat-menu ul li:last-child {
	border:none;
}

#cat-menu a {
	color:#3e3e3e;
	padding:0 2px;
}

#cat-menu li.current-cat a, #cat-menu a:hover {
	color:#b2b2b2;
	border-bottom:3px solid #b2b2b2;
}

#top-search-wrap {
	background:transparent url(images/top-search-bg.png) left top no-repeat;
	float:right;
	width:281px;
	margin:10px 9px 0 0;
	position:relative;
	height:30px;
	position:relative;
	display:inline;
}

#top-s, #top-search-submit {
	background:none;
	border:none;
	padding:0;
	position:absolute;
}

#top-s {
	font:normal 12px Arial,Verdana,Tahoma;
	color:#FFF;
	width:152px;
	top:8px;
	left:24px;
}

#top-search-submit {
	width:91px;
	height:30px;
	cursor:pointer;
	top:0;
	right:0;
}

/* container */
#container { margin-bottom:8px; }

/* content */
#content {
	float:left; clear: none; overflow:hidden;
	padding:9px 0 0 5px;
	width:614px;
}

.pagetitle {
	font-weight:normal;
	font-size:16px;
	color:#000;
	margin-bottom:9px;
}

.post {
	background:#FFF url(images/post-bg.png) left top no-repeat;
	margin-bottom:35px;
	padding:7px 5px;
	font-size:14px;
}


.title, .title-404 {
	border-bottom:3px solid #dfdfdf;
	color:#7f0f0f;
	font-size:23px;
	font-weight:normal;
	margin-bottom:15px;
	padding:0 2px 3px;
}

.title-404 { border-bottom:none !important; }


.thumbnail {
	background-color:#FFF;
	float:left;
	padding:5px;
	border:1px solid #d7d7d7;
	display:inline;
	margin-left:3px;
}

.entry {
	margin:0;
}

.entry a {
	font-weight:bold;
}

#post-pages {
	margin-bottom:8px;
	font-size:16px;
}

.meta {
	background:#dedede url(images/meta-bg.png) left top repeat-x;
	line-height:20px;
	color:#000;
	margin:0 -5px;
	padding:0 8px;
	border:1px solid #d5d5d5;
}

.meta a {
	color:#004400;
}

.meta a:hover {
	color:#7f0f0f;
}

.meta a.read-more {
	color:#a01919;
}


.date-post, .categories-post, .tags-post, .read-more, .read-moreWrapper {
	position:relative;
}

.date-post, .categories-post, .tags-post, .read-more {
	z-index:2;
}

.date-post {
	float:right;
}


.meta-shadow {
	position:absolute;
	top:1px;
	left:1px;
	z-index:-1;
	color:#fff;
}


/* wp-pagenavi */
#wp-pagenavi-wrapper {
	background-color:#FFF;
	clear:both;
	height:51px;
	position:relative;
	padding:0 8px;
	margin-bottom:5px;
	border:1px solid #e0e0e0;
}

.wp-pagenavi {
	padding-top:19px;
	font:normal 13px Tahoma, Verdana, Arial;
}

.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span.extend {
	background-color:#2e2e2e;
	color:#FFF;
	text-transform:uppercase;
	padding:7px 9px;
	border:1px solid #111111;
}

.wp-pagenavi span.pages {
	background-color:#b71f1f;
	border:1px solid #561313;
}

.wp-pagenavi a:hover {
	background-color:#b71f1f;
	border:1px solid #561313;
}

/* sidebar */
#sidebar {
	float:left; clear:left; overflow:hidden;
	width:321px;
	padding-top:9px;
}

.widget {
	background:#FFF url(images/widget-bg.png) left top no-repeat;
	margin-bottom:5px;
	position:relative;
	width:305px; overflow:hidden;
	padding:10px 8px;
	margin:10px 0 20px 0;
}

.widget-title {
	font-size:20px;
	font-weight:normal;
	color:#2b2b2b;
	padding-bottom:5px;
	border-bottom:1px solid #f0f0f0;
	margin-bottom:3px;
}

.widget ul li {
	line-height:28px;
	color:#585858;
}

.widget a { color:#585858; }

.widget a:hover { color:#7f0f0f; }

.toggle {
	background:transparent url(images/widget-toggle.gif) left top no-repeat;
	width:28px;
	height:32px;
	position:absolute;
	right:0;
	top:0;
}

.pointer { cursor:pointer; }

.widget .toggle-down { background:transparent url(images/widget-toggle.gif) no-repeat 0 -32px !important; }

.compact {
	height:20px;
	overflow:hidden;
	border-bottom:1px solid #eaeaea;
}

/* second-sidebar */
#second-sidebar {
	float:right; clear:right; overflow:hidden;
	width:217px;
	padding-top:9px;
}

#second-sidebar .widget {
	background:transparent;
	width:217px;
	padding:0;
}

#second-sidebar .widget-title {
	border:0;
}

#second-sidebar .widget ul li {
	border-bottom:1px solid #d8d8d8;
}

#second-sidebar .widget ul ul { padding-left:15px; }

#second-sidebar .widget ul li li {
	border-bottom:none;
	border-top:1px solid #d8d8d8;
}

/* footer */
#footer {
	padding-bottom:65px;
}

#footer p {
	text-align:center;
	color:#9c9c9c;
}

#footer-block {
	background:#FFF url(images/block-bg.png) left top no-repeat;
}

#footer-block .inner {
	background:transparent url(images/block-bg.png) no-repeat 100% 100%;
	padding:6px;
	margin-bottom:65px;
}

.block {
	float:left;
	width:378px;
	margin:0 7px 9px 0;
}

.last { margin-right:0 !important; }

.block h2 {
	font-size:17px;
	font-weight:normal;
	color:#2e2e2e;
}

.block ul li {
	background:url(images/all-icons.gif) no-repeat;
	border-bottom:1px solid #dddddd;
	list-style:none;
	overflow:hidden;
	height:28px;
	line-height:28px;
	padding-left:20px;
}

.block ul li a { color:#3d4a4e; }

.block ul li a:hover { color:#7f0f0f; }

#f-recent-entries ul li { background-position:2px 6px; }

#popular-posts ul li { background-position:2px -22px; }

#f-recent-comments ul li { background-position:2px -51px; }



/*- Default -*/
.clear { clear:both; }

.clearleft { clear:left; }

.entry {
	font-size:1.15em;
	line-height:1.25em;
}

.entry p {
	margin:1em 0;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	font-weight:bold;
	margin:5px 0;
}

blockquote {
	padding-left:30px;
	font-style:italic;
}

.entry ul { padding-left:20px; }

.entry ul li {
	list-style-type:square;
	margin:7px 0;	
}

.entry ol { padding-left:25px; }

/* Begin Images */
p img {
	padding:0;
	max-width:100%;
	margin:25px auto;
}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/* End Images */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps { cursor:help; }

acronym, abbr { border-bottom:1px dashed #999; }

blockquote {
	margin:10px;
	padding-left:20px;
}

blockquote cite {
	margin:5px 0 0;
	display:block;
}

.center { text-align:center; }

.hidden { display:none; }

hr { display:none; }

a img { border:none; }

.navigation {
	margin-top:10px;
}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	margin:10px;
}

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

.wp-caption p.wp-caption-text {
	font-size:12px;
	line-height:17px;
	padding:0 4px 5px;
	margin:0;
}
/* End captions */



/*- Widgets -*/
/* callendar widget */
#wp-calendar {
	empty-cells: show;
	width:100%;
}

#wp-calendar th, #wp-calendar td { text-align:center; }

#wp-calendar th { font-weight:bold; }

#wp-calendar #today {
	background-color:#f0f0f0;
	border:1px solid #d3d3d3;
}

#wp-calendar #next { text-align:right !important; }
#wp-calendar #prev { text-align:left !important; }



/*- Slide -*/

#image-gallery-wrapper {
	margin:0 auto;
	width:100%;
	position:relative;
	padding-top:9px;
}

#image-gallery {
	margin:0 auto;
}

.stepcarousel{
position:relative;
overflow:scroll;
width:1119px;
height:178px;
margin:0 auto;
}

.stepcarousel .belt{
position:absolute;
left:0;
top:0;
}

.stepcarousel .panel{
background-color:#FFF;
float:left; clear:none;
overflow:hidden;
margin-right:6px;
height:171px;
padding:1px;
border:1px solid #e4e4e4;
}

.stepcarousel .panel img{
float:left; clear:both;
margin:0; padding:0;
border:7px solid #f0f0f0;
}

#image-gallery-wrapper .prev, #image-gallery-wrapper .next {
	background:url(images/slider-button.gif) left top no-repeat;
	display:block;
	position:absolute;
	top:90px;
	height:16px;
	width:11px;
	text-indent:-9999px;
}

#image-gallery-wrapper .prev {
	left:0;
}

#image-gallery-wrapper .next {
	background-position:0 100%;
	right:0;
}




/*- Comments -*/

/* comment and respond */
#comments, #respond h3 {
	font-size:13px;
	font-weight:normal;
	color:#7f0f0f;
	padding-bottom:5px;
}

.navigation, #respond {
}

.commentlist li {
	background-color:#f6f6f6;
	clear:both; 
	display:block;
	width:600px;
	padding:7px;
	margin-bottom:8px;
	overflow:hidden;
	border:1px solid #e1e1e1;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #FFF;
	margin-right:5px;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	clear:both;
	line-height: 1.5em;
}

#commentform input, #commentform textarea {
	background-color:#e9e9e9;
	color:#4a483d;
	font:normal 13px Verdana;
	border:1px solid #bfbfbf;
	padding:6px;
}

#commentform p {
	margin-bottom:6px;
}

#commentform #submit {
	background-color:#b71f1f;
	font-size:16px;
	color:#FFF;
	padding:0 6px;
	height:37px;
	line-height:37px;
	border:1px solid #561313;
}

#commentform textarea { width:602px; }



/*- Jquery Tabs -*/
@media projection, screen {
	.tabs-hide {
		display:none;
	}
}

@media print {
	.tabs-nav {
		display:none;
	}
}

/* Skin */
.tabs-nav {
}
.tabs-nav:after {
	display:block;
	clear:both;
	content:" ";
}
.tabs-nav li {
	float:left;
	margin:0 5px 5px 0;
	border:1px solid #d3d3d3;
}

.tabs-nav li.last { margin:0; }

.tabs-nav a, .tabs-nav a span {
	display:block;
}
.tabs-nav a {
	position:relative;
	top:0;
	z-index:2;
	font-size:12px;
	text-transform:capitalize;
	color:#414141;
	text-align:center;
	white-space:nowrap;
	float:left;
	height:21px;
}
.tabs-nav .tabs-selected a {
	color:#7f0f0f;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	outline:0;
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
	border:1px solid #f7f7f7;
}
.tabs-nav a span {
	float:left;
	height:21px;
	min-height:21px;
	line-height:21px;
}
*>.tabs-nav a span {
	width:auto;
	height:auto;
}
.tabs-nav .tabs-selected a span {
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
	background-color:#f0f0f0;
	padding:0 6px;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor:text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	cursor:pointer;
	color:#7f0f0f;
}
.tabs-nav .tabs-disabled {
	opacity:.4;
}
.tabs-container {
	clear:left;
	background:transparent url(images/widget-bg.png) left top no-repeat;
	width:309px;
	padding:4px 6px;
}

.tabs-loading em {
	padding:0 0 0 20px;
}

.tabs-container ul li {
	background:transparent url(images/all-icons.gif) no-repeat 2px 7px;
	line-height:28px;
	border-bottom:1px solid #f2f2f2;
	padding-left:20px;
}

#tab-content { margin-bottom:5px; }

#recent-comments ul li { background-position:2px -51px; }

#archives ul li { background-position:2px -22px; }

.tabs-container a { color:#6b6b6b; }

.tabs-container a:hover { color:#7f0f0f; }

/*- Sociable -*/

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
