/*
Theme Name: Review Pro
Theme URI: http://reviewpro.com/
Description: Theme for reviewpro.com
Author: Semantricks
Version: 1.0
Tags: review, pro 
*/

@import url("reviewpro.css");
@import url("blog.css");



/* paypal */
div.paypal.subscribe form {
    margin-bottom: 40px;
}
div.paypal.subscribe form p span {
    display: block;
}
div.paypal.subscribe form input {
    display: block;
    height: auto;
    float: none;
    margin-bottom: .5em;
}
div.paypal div.logos {
    background: #fff;
    padding: 20px;
}

/* new form */

div#ncontainer {
    background: #f3f3f3;
    font-size: 110%;
    padding: 20px;
}
div#ncontainer div#primary,
div.content_right div#primary {
    background: #fff;
    padding: 20px;
    float: left;
    width: 670px;
}
div.content_right div#primary {
    width: 485px;
}
div#ncontainer div#secondarywide,
div#ncontainer div#secondary,
div.content_right div#secondarywide {
    float: right;
    width: 130px;
    background-color: #dedede;
    padding: 10px;
}
div#ncontainer div#secondarywide,
div.content_right div#secondarywide {
	width: 210px;
	color: #333;
}

div#ncontainer div#secondarywide h3 {
	font-size: 16px;
	padding-top: 10px;
}

ul.bullets {
	margin-bottom: 1em;
	font-size: 110%;
}
ul.bullets li {
	padding: 0 0 10px 20px;
	background: transparent url(images/bullet_sidebar.png) no-repeat 2px 5px;
}

div.intro {
    border-bottom: 1px solid #e7e7e7;
    font-size: 120%;
    margin-bottom: 10px;
    color: #555;
}
div.intro h1 {
    margin-bottom: .5em;
    color: #333;
    font-size: 210%;
}
div.intro h1 span{
    color: #090;
    font-size: .7em;
}

div.entry-content form#searchform label{
    float:left;
    margin: 5px 10px 0 0;
}
div.entry-content form#searchform input#s{
    margin-right: 10px;
}

form.nform fieldset {
    border: none;
    padding: 20px 0;
}
form.nform fieldset.separate {
    border-top: 1px solid #e4e4e4;
}
form.nform legend {
    font-size: 170%;
    padding: 0 0 0 20px;
}
form.nform legend.first {
    padding: 5px 0 5px 40px;
	background: transparent url(images/form-step01.png) 0 50% no-repeat;
}
form.nform legend.second {
    padding: 5px 0 5px 40px;
	background: transparent url(images/form-step02.png) 0 50% no-repeat;
}
form.nform legend.third {
    padding: 5px 0 5px 40px;
	background: transparent url(images/form-step03.png) 0 50% no-repeat;
}
form.nform p {
    padding: 10px 0;
    margin-bottom: 0;
    padding-left: 210px;
}
form.nform p label {
    display: block;
}
form.nform p label small {
    display: block;
    clear: left;
    color: #777;
}
form.nform p label span {
    display: block;
    position: absolute;
    width: 200px;
    text-align: right;
    margin: 3px 0 0 -210px;
    font-size: 110%;
}
form.nform p label input.t,
form.nform p label textarea{
    margin-bottom: .2em;
    width: 280px;
}
form.nform p label input[type="text"],
form.nform p label textarea{
    background-color: #faf9f8;
}
form.nform p em {
    font-style: normal;
}
form.nform p.checkbox input {
    height: 21px;
    margin-right: 10px;
    margin-bottom: 20px;
}
form.nform p.checkbox em {
    font-size: 110%;
}
form.nform em.radios span {
    display: block;
    font-size: 110%;
    margin: 0;
    position: static;
    text-align: left;
    width: auto;
    margin-bottom: 5px;
}
form.nform em.radios input {
    float: none;
    height: auto;
    margin-bottom: .4em;
}

.errorText {
    color: #9f0000;
    display: none;
    padding: 5px 0 5px 10px;
}
.reqMissing {
    outline: 2px dotted #9f0000;
}
form p.buttons{
    padding-top: 20px;
}
form p.buttons button,
form p input.wpcf7-submit,
#sidebar input#searchsubmit{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    border: 1px solid #a0a0a0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #dfdfdf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* W3C */
}
form p.buttons button:hover,
form p input.wpcf7-submit:hover,
#sidebar input#searchsubmit:hover{
    border: 1px solid #444;
}


div#secondarywide h3{
    margin: 0 0 5px 0;
    font-size: 160%;
}
div#secondarywide div.dl-media{
    margin-bottom:20px;
}
div#secondarywide div.dl-media p{
    font-size: 1.3em;
}
div#secondarywide div.dl-media a.button{
    display: block;
    text-decoration: none;
    text-align: center;
    float: left;
    font-weight: bold;
    border: 1px solid #ccc;
    color: #333;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    margin: 0;
    cursor: pointer;
    -moz-text-shadow: 0 1px 0 #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #e1e1e1; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E1E1E1',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* W3C */
}
div#secondarywide div.dl-media a.button:hover{
    border-color: #999;
}
div#secondarywide div.dl-media a.button:active{
    line-height: 30px;
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.4);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.4);
}
div#secondarywide div.dl-media small{
    clear:both;
    display:block;
    color:#666;
    padding-top:3px;
}
div#secondarywide ul.contact li{
    margin-bottom:0;
    font-size: 1.3em;
}
div#secondarywide ul.contact li a,
div#secondarywide ul.contact li span {
    padding: 8px 0px 8px 30px;
    display:block;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    color: #333;
}
div#secondarywide ul.contact li.rss a {
    background: url(images/ico-rss.png) 0 center no-repeat ;
}
div#secondarywide ul.contact li.fc a {
    background: url(images/ico-facebook.png) 0 center no-repeat ;
}
div#secondarywide ul.contact li.tw a {
    background: url(images/ico-twitter.png) 0 center no-repeat ;
}
div#secondarywide ul.contact li.mail a {
    background: url(images/ico-mail.png) 0 center no-repeat ;
}
div#secondarywide ul.contact li.telf span {
    background: url(images/ico-telf.png) 0 center no-repeat ;
}


/* login */
div.login h1 {
	margin-bottom: 20px;
	font-size: 200%;
}
div.login div#primary {
	width: 50%;
}
div.login div#secondary {
	width: 40%;
}

div.login div#primary form p.buttons button {
	margin-right: 20px;
}
div.login div.nbox {
	padding: 20px 20px 20px 0;
}
div.login div.nbox h2 {
	font-size: 170%;
	font-weight: normal;
}
div.login div.nbox p {
	font-size: 130%;
	line-height: 1.4em;
}
div.login div.nbox p a.bullet {
	display: block;
	padding: 2px 2px 2px 20px;
	background: transparent url(images/bullet_point.png) no-repeat 0% 50%;
	text-decoration: none;
}
div.login div.nbox p a.bullet:hover {
	text-decoration: underline;
}



/* thanks */
div.thanks{
    background-color: #e0ecdf;
    padding: 20px;
    margin-bottom: 275px;
}
div.thanks ul.f5{
    margin-bottom: 20px;
}


/* who uses */
div.who-uses .a-quien h2,
div.who-uses .a-quien p.subt {
	text-align: left;
}
div.who-uses div#logos {
	margin-bottom: 20px;
}
div.who-uses .a-quien div.texts {
	font-size: 110%;
}


div.who-uses div.cite,
div.citeblue {
	font-size: 16px;
	line-height: 18px;
	color: #000;
	font-style: italic;
	font-weight: normal;
	padding: 10px 10px 10px 60px;
    background: #d6ebff url('images/blue-quotes.png') 10px 10px no-repeat;
    border-bottom: 1px solid #acd2ff;
    margin-bottom: 20px;
}
div.who-uses div.cite p,
div.citeblue p{
    margin-bottom: 0;
}
div.who-uses div.cite p.author,
div.citeblue p.author {
    font-size: 14px;
	font-style: normal;
	padding-top: 5px;
}
div.who-uses .a-quien.listado ul.f5 {
	margin-bottom: 20px;
	width: 60%;
	float: none;
}
div.who-uses .a-quien.listado ul.f5 li {
    margin-bottom: 8px;
}
div.who-uses .a-quien ul.f5 {
    float: left;
    width: 505px;
}
div.who-uses .a-quien ul.f5 li {
    margin-bottom: 15px;
}

/* solo home */
div.who-uses .a-quien {
	background: none;
	padding-left: 0;
	border-bottom: 0;
}
div.who-uses .a-quien h2 {
	padding: 0;
}
div.who-uses .a-quien.listado div.persona.fleft {
	float: none;
}
div.who-uses .a-quien.listado div.persona {
    position: relative;
    min-height: 140px;
    padding-left: 150px;
}
div.who-uses .a-quien.listado div.persona img.marco {
    position: absolute;
    top:0;
    left:0;
    width: 100px;
}
div.who-uses .a-quien.listado div.persona div.texts {
    padding-top: 10px;
}
div.who-uses .a-quien.listado div.persona div.texts p a.masinfo {
	font-size: 90%;
	display: block;
	clear: both;
}
div.who-uses .a-quien.listado ul.f5 {
	width: auto;
	margin-bottom: 0;
}

/* contact form wpcf7 */
div.wpcf7  {
	font-size: 120%;
	padding: 10px 0 !important;
}
div.wpcf7 form p input[type=text],
div.wpcf7 form p textarea {
	margin: .2em 0 1em 0;
	padding: .1em;
	color: #333;
	height: auto;
	font-size: 1em;
    width: 320px;
    background-color: #FAF9F8;
}
div.wpcf7 form p textarea {
    width: 400px;
    height: 100px;
}

div.wpcf7 div.wpcf7-response-output {
	background: #fff;
	padding: 1em;
}

/* home */

ul#nav02 li {
	background: none;
	border-right: 1px solid #373737;
}
	
ul#nav02 li a {
	font-weight: normal;
	font-size: 1.4em;
	color: #ccc;
}
ul#nav02 li a:hover {
	color: #fff;
}
ul#nav02 li.selected a:hover {
	color: #352F31;
}

/* primary navi second override */
#contenido {
	border-top: none;
}
div.menu-header {
	border-bottom: 5px solid #373737;
}
div.menu-header ul.menu li.current_page_parent a,
div.menu-header ul.menu li.current-menu-item a {
	background: #373737;
	color: #fff;
	margin-left: -1px;

	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

/* home */
div.content-testimonios.home div.qinfo {
	float: right;
	width: 260px
}
div.content-testimonios.home div.qinfo .masinfo {
	float: none;
}
div.content-testimonios.home div.qinfo p.nombre {
	font-size: 1.4em;
}
div.content-testimonios.home div.qinfo p.nombre em {
	font-size: 1em;
}
div.content-testimonios.home p.cita img.comillas_open {
	margin-left: -25px;
}


/* text size adjustments */
.box75 {
	font-size: 1.2em;
	line-height: 1.5em;
}
.box75 p {
	line-height: 1.5em;
}
ul.f5B {
	margin-bottom: 1.5em;
}
.marb_05 {
	margin-bottom: 10px;
}
ul.f6 li, div.gold ul.f6 li {
	font-size: 1.4em;
}

div.form_info h3 {
	font-size: 1.3em;
}
ul.f8 li {
	font-size: 1.2em;
	color: #333;
}


/* plans pricing button */
.btn_peque span, .btn_gold span {
	background: url(images/bag_btnpeque_left.png) left top no-repeat;
}
#cuerpo .btn_peque a, #cuerpo .btn_gold a {
	background: url(images/bag_btnpeque_right.png) top right no-repeat;
}
.btn_peque.centrado,
.btn_gold.centrado{
    display: inline-block;
    margin-left: 0;
}


/* Press Page */
div.presspage h2.entry-title{
    font-size: 160%;
}
div.presspage p.more{
    text-align:right;
}

/* Events Page */
div.eventspage div.post{
    position: relative;
    float: right;
    width: 48%;
}
div.eventspage div.post.odd{
    float: left;
    clear: left;
}
div.eventspage div.post h2.entry-title{
    font-size: 125%;
}
div.eventspage img.wp-post-image{
    float: left;
    width: 60px;
    height: 60px;
    margin: 0 10px 3px 0;
}
div.eventspage div.post div.entry-summary p{
    font-size: 110%;
}
div.eventspage.incoming div.post h2.entry-title{
    font-size: 190%;
}
div.eventspage.incoming div.post{
    position: relative;
    float: none;
    width: auto;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #eaeaea;
}
div.eventspage.incoming div.post.hasimage{
    padding-left: 140px;
}
div.eventspage.incoming img.wp-post-image{
    position: absolute;
    top:0;
    left:0;
    width: 120px;
    height: 120px;
    margin: 0;
}
div.eventspage.incoming div.post div.entry-summary p{
    font-size: 125%;
}

/* Twitter Widget in Sidebar */
div.twtr-widget{
    float: right;
    margin-top: 10px;
}
div.twtr-widget p{
    font-size: 100%;
}

/* Home prizes */
body.home div.prizes,
div.homeprizes{
    text-align:center;
    padding:15px 0;
}
body.home div.prizes p,
div.homeprizes p{
    font-weight:bold;
    font-size:220%;
    margin:0;
}
body.home div.prizes p a,
div.homeprizes p a{
    color:#333;
    text-decoration:none;
}
body.home div.prizes p img,
div.homeprizes p img{
    margin: 0 20px;
    vertical-align:middle;
}

/* Partners page*/
ul.partners{
    padding: 20px 0 0 0;
}
ul.partners li{
    margin: 0 0 20px 0;
}
ul.partners li a.logo{
    float:left;
    width:200px;
}
ul.partners li p{
    float:right;
    width:510px;
    font-size:140%;
    line-height:1.4em;
}

/* Search form in sidebar */
#sidebar #searchform{
    min-height:20px
}
#sidebar #searchform label{
    display: none;
}
#sidebar #searchform input#s{
    float:left;
    width: 200px;
    padding: 0 5px;
    height: 26px;
    line-height: 26px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #aaa;
}
#sidebar #searchform input#searchsubmit{
    float: right;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}