@charset "UTF-8";
/*  
Theme Name: Pásate a Mac
Theme URI: http://www.alexstubbs.com
Description: A theme for Pásate a Mac.com
Version: 1.0
Author: Alexander Stubbs
Author URI: http://www.alexstubbs.com/
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans);

/* Global Settings */
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
background:#FAFAFA url(img/back.jpg) no-repeat;
font:80%  'Open Sans', Arial, verdana, helvetica, sans-serif;
}
 
/* Common Formatting */
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font:2.2em arial, helvetica, sans-serif;
}
 
h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.8em arial, helvetica, sans-serif;
}
 
h3 {
font:1.7em arial, helvetica, sans-serif;
letter-spacing:-1px;
padding:18px 0 0 0;
color: #000;
}
 
p, ul, ol {
margin:0;
padding:4px 0 12px 0;
}
 
ul, ol {
list-style:none;
padding:0 0 18px 40px;
}
 
blockquote {
margin:22px 40px;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/* Links */
 
a, a:visited {
text-decoration:none;
}
 
/* Forms */
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em helvetica, arial, sans-serif;
}
 
textarea {
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
 
/* Wrapper */
 
#wrap {
width:960px;
margin:0 auto;
}
 
/* Global Classes */
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#161616; color:#0fb2fc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/* Layout */

.wrapp__ {
width:990px;
height:auto;
margin:0 auto;
margin-top:14px;
}

.wrap_head {
background:url(img/newtop.png) no-repeat;
height:70px;
overflow: hidden;
width:990px;
}

.wrap_mids {
min-height:50px;
padding-top:36px;
width:990px;
background:url(img/bgmid.png) repeat-y;
height:auto;
}

.wrap_bot {
height:70px;
overflow: hidden;
width:990px;
background:url(img/newbot.png) no-repeat;
/* background:url(img/bgbot.png) no-repeat; */
}

.header {
width:100%;
height:188px;
overflow: hidden;
background:url(img/header/rotate.php) no-repeat top right;
position:relative;
top:-47px;
right:7px;

}

.nav {
width:100%;
height:45px;
background:url(img/navbg.png) repeat-x;
position:relative;
top:-50px;
left:-1px;
}

#content {
width:625px;
float:left;
min-height:400px;
}

#sidebar {
float:right;
width:286px;
min-height:500px;
background:url(img/sbg.png) repeat-x;
}

.swrap {
width:921px;
margin:0 auto;
position:relative;
top:-18px;
}

.pull {
position:relative;
top:-46px;
width: 100%;
}

.intro {
width:598px;
height:93px;
margin:0 auto;
margin-top:20px;
background:url(img/ibg.png) no-repeat;
}

/* Logo Area */

.header h1 {
margin:0; padding:0;
padding-top:28px;
}

.header h1 a:link, .header h1 a, .header h1 a:visited, .header h1 a:active {
color:#8228b5;
font-size:2.2em;
}

.header h1 a:hover {
color:#a651d6;
}

.header h2 {
margin:0; padding:0;
padding-top:5px;
color:#7a7a7a;
font-size:1.9em;
width:600px;
border: none;
}

.header h1 a  {
color:#000;
}

.logo {
float:left;
width:138px;
height:140px;
background:url(img/logo.png) no-repeat;
margin-left:20px;
margin-top:18px;
margin-right:30px;
}

.feed {
float:left;
width:130px;
height:30px;
position:relative;
left:36px;
top:14px;
}

.search {
float:right;
width:300px;
height:40px;
/* background:url(img/searchsbg.gif) no-repeat; 
margin-right:35px;*/
}

input#s {
background:none;
width:200px;
border:none;
height:30px;
margin:0; padding:0;
position:relative;
top:-14px;
left:10px;
font-size:1.3em;
color:#333;
font-weight:bold;
}

input#sbut {
margin-left:50px;
width: 39px;
height: 39px;
background: url(img/sbut.png) no-repeat;
}


/* TOOL TIPS */



.tool-tip {
	color: #fff;

	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(inc/bubble.png) top left;
overflow:hidden;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(inc/bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 140px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

/* NAV */


.bnavinner ul {
margin:0; padding:0;
list-style: none;
/*float:left; */
width: 100%;
overflow: hidden;
}

.bnavinner ul li {
display:inline;
float: left;
padding:0px 25px 0px 25px;
background:url(img/knot.png) no-repeat right;
}

.bnavinner ul li a {
font-size:1.2em;
color:#fafafa;
padding-top:13px;
padding-bottom:10px;
position:relative;
top:2px;
float: left;
}

.bnavinner ul li a:hover {
color:#F60;
}

/* Content */

.intro p {
padding:13px;
text-align:center;
/* color:#333; */
font-size:2.1em;
}

.inner_ {
margin:0 auto;
margin-top:20px;
margin-left:15px;
width:92%;
/* color:#595959; */
}

.inner_ h4 {
font-size:1.6em;
margin-bottom:20px;
color:#191919;
padding-bottom:5px;
padding-top:5px;
border-bottom:1px solid #ccc;
}


.inner_ p {
font-size:1.2em;
/* color:#393939; */
line-height:130%;
}

.inner_ p a, .inner_ li a {text-decoration: underline;}

.inner_ a:link {
color:#0572C0;
/* text-decoration: underline; */
}

.inner_ a:visited {
color: #779FB6;
/* text-decoration: underline; */;
}

.inner_ a:hover {
color: #F60;
/* text-decoration: underline; */
}

.inner_ ul {
list-style-type: disc;
}

.star {
background:url(img/starbg.png) no-repeat;
width:200px;
height:30px;
margin-left:12px;
margin-top:22px;
}

.star h2 {
color:#4e4e54;
margin:0; padding:0;
padding:2px 0 0 38px;
font-size:1.6em;
border: none;
}

.nm ul, div.widget_pages ul, div.widget_nav_menu ul  {
margin:0; padding:0;
margin-top:30px;
}

.nm ul li, div.widget_pages ul li, div.widget_nav_menu ul li {
margin-bottom:15px;
padding-bottom:7px;
border-bottom:1px solid #e8e8e8;
padding-left:20px;
}

.nm ul li:hover,
.widget_pages ul li:hover, .widget_nav_menu ul li:hover,
 #sidebar ul li.current_page_item {
background:url(img/arr.png) no-repeat left;
background-position: 7px -1px;
}

.nm ul li a,
.widget_pages ul li a, .widget_nav_menu ul li a {
color:#0572C0;
}

.nm ul li a:visited,
.widget_pages ul li a:visited, .widget_nav_menu ul li a:visited {
color:#779FB6;
}

.nm ul li a:hover,
.widget_pages ul li a:hover, .widget_nav_menu ul li a:hover {
color:#F60;
}

#content h2 {
font-size:1.9em;
margin:0; padding:0; 
margin-top:15px;
margin-bottom:15px;
border-bottom:1px solid #ccc;
color: #000;
}

.footer {
width:922px;
margin-left:33px;
border-top:1px solid #ececec;
background:url(img/fbg.png) repeat-x;
position:relative;
top:15px;
}

.footer p {
font-size:1em;
padding-top:15px;
color:#a4a4a4;
width:95%;
margin-left:20px;
line-height:140%;
}

.footer a {
color:#9e2cdf;
padding-bottom:2px;
border-bottom:1px dashed #ddd;
}

.footer a:hover {
color:#b454ea;
}

h2 a:link, .inner_ h2 a:link {

text-decoration: none;
}

h2 a:hover, .inner_ h2 a:hover {
color:#a045d4;
}

/* links */



.links ul, div.widget_links ul  {
margin:0; padding:0;
margin-top:30px;
}

.links ul li,
div.widget_links ul li {
margin-bottom:5px;
padding-bottom:2px;
padding-left:20px;
}

.links ul li:hover,
.links ul li.current_page_item,
.widget_links ul li:hover,
.widget_links ul li.current_page_item {
background:url(img/arr.png) no-repeat left;
}

.links ul li a,
.widget_links ul li a {
color:#0572C0;
}

.links ul li a:hover,
.widget_links ul li a:hover {
color:#F60;
}

.links ul li a:visited,
.widget_links ul li a:visited {
color:#779FB6;
}

.intro2-w {
margin-left:12px;
margin-top:20px;
}

.intro2-t {
background:url(img/btop.png) no-repeat;
width:598px;
height:9px;
}

.intro2-b {
background:url(img/bbot.png) no-repeat;
width:598px;
height:9px;
}

.intro2 {
height:auto;
width:598px;
background:#F1F1F1;
}

.intro2 p {
padding:13px;
text-align:center;
color:#000;
font-size:2.1em;
}

#content li {
margin-bottom:8px;
}

.o1up {
position:relative;
top:-10px;
}

img#wpstats{display:none}

#content .intro h2 {
padding:13px;
text-align:center;
color:#000;
font-size:2.1em;
border: none;
}

#content .intro2 h2 {
padding:13px;
text-align:center;
color:#000;
font-size:2.1em;
margin: 0px;
border: none;
}

.software_pick {

clear: left;

}



.software_pick img {

float: left;

padding: 8px 9px 5px 5px;

width: 82px;

height: 82px;

}



.software_pick a {

font-weight: bold;

}

/* Bootstrap */

.search-query {
padding: 4px 14px;
margin-bottom: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: normal;
line-height: 1;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
border-color: 
rgba(82, 168, 236, 0.8);
outline: 0;
outline: thin dotted 9;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* WP core */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}