/*
Theme Name: theme 7x52
Description: Theme for 7x52.
Version:1.0
Author: Munta
Author URI: http://muntane.es/
Tags: white, red, fixed-width, two-columns, right-sidebar
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700);
@import url(http://fonts.googleapis.com/css?family=Comfortaa:400,300,700);

@font-face {
  font-family: 'CooperBlackStd';
  src: url('fonts/CooperBlackStd.eot'); /* IE9 Compat Modes */
  src: url('fonts/CooperBlackStd.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/CooperBlackStd.woff') format('woff'), /* Modern Browsers */
       url('fonts/CooperBlackStd.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/CooperBlackStd.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}


body {
font-family: 'Open Sans', Arial, sans-serif;
font-size:13px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.7em;
color: #525A50;
}
a {
text-decoration:none;
color:#000;
font-weight:600;
border: 0px;
}
a:hover {
color:#cdcdcd;
}
hr{
margin:20px;
border:0;
border-top:1px dotted #ccc;

color:#fff;
clear:both;
}
img {
  border: 0px;
}
#imghome {
  float: left;
  border: 0px !important;
}
#txthome {
  float:right;
  width: 70%;
  line-height: 24px;
  font-size: 13px;
}

.headlogo {
background: url(images/header.jpg) no-repeat;
height: 140px;
padding-left: 50px;
padding-top: 28px;
}

#wrapper {
width:960px;
margin:0px auto;
}
#header {
float:left;
width:960px;
margin:0;
}
#logo {
}
#logo a {
border-bottom:none;
}

.menu-lateral {
margin-left: 10px;
}

.menu li a {
border-bottom: medium none;
display: block;
font-size: 12px;
font-weight: 400;
line-height: 32px;
text-transform: uppercase;
padding-left: 10px;
border-left: 3px solid transparent;
}
.menu li a:hover, .menu a:active, .menu .current_page_item > a {
color:#E10617;
background-color: #FFF6EA;
border-left: 3px solid #F39001;
}

.sub-menu li a {
padding-left: 20px; 
}

#claim {
border-bottom: 1px dotted #525A50;
border-top: 1px dotted #525A50;
color: #000;
font-family: "Comfortaa",serif;
font-size: 21px;
line-height: 2%;
margin: 20px 0;
padding: 35px;
text-align: center;
}

.full {
width: 100%;

}
.cols2 {
display: inline-block;
width: 49%;
vertical-align: top;
}

.cols3 {
display: inline-block;
width: 31%;
vertical-align: top;
padding:5px;
text-align:justify;
}

.cols3.contact {
font-size: 90%;
}

.cols3 h3 {
color:#e12000;
}
.claim {
color: #fff;
background: #d22d12;
font-family: 'Open sans', sans-serif;
font-size: 18px;
font-weight: bold;
line-height: 24x;
padding: 5px 15px;
}

.claim2 {
width:100%;
text-align:center;
}

.programs{
border: 1px solid #d22d12;
padding-left: 5px;
padding-right: 5px;
}

.programs h1 {
background: #d22d12;
color: #fff;
text-align:center;
}

#content {
float: right;
min-height: 420px;
overflow: hidden;
width: 780px;
/*background-color: #FFF6EA;*/
padding-bottom: 20px;
}

#content2 {
float: right;
overflow: hidden;
width: 960px;
}

h1, h1 a{

color: #FFF;
font-family: 'Open sans', sans-serif;
font-size: 23px;
font-weight: bold;
line-height: 32px;
padding-bottom: 5px;
padding-left: 0px;
padding-top: 5px;
}

h3{

color: #d22d12;
font-family: 'Open sans', sans-serif;
font-size: 18px;
font-weight: bold;
line-height: 24x;
padding-bottom: 5px;
padding-left: 0px;
padding-top: 5px;
}

h4{

color: #d22d12;
font-family: 'Open sans', sans-serif;
font-size: 14px;
font-weight: bold;
line-height: 18x;
}


.post {

}
.post-image {
  vertical-align: top;
  float: left;
  display: inline-block;
  margin: 20px;
  padding: 0px;
  height: 400px;
}
#content p {
padding:0 35px 10px 35px;
margin-bottom: 10px;
}
.post em{
font-style:italic;
}
.post h2 {
font-family:Georgia;
font-size:24px;
margin:25px 0 10px 0;
font-weight:normal;
}
.post h1, .post h1 a{
font-family:Georgia;
margin:30px 0 10px 0;
font-weight:normal;
line-height:32px;
}
.post h3, .post h4 {
font-family:Georgia;
font-size:20px;
margin:15px 0 10px 0;
font-weight:normal;
}
.post h4 {
font-size:18px;
}
.post h1:hover, .post h2:hover, .post h3:hover, .post h4:hover {
color:#e12000;
}
.post .indent {
padding-left:10px;
}
.post .indent p {
padding-left:10px;
}
.post small {
font-size:11px;
margin-left: 20px;
}
.post small a {
font-weight:normal;
}
.post .alignright {
float:right;
margin-left:10px;
}
.post .alignleft {
float:left;
margin-right:10px;
}
.post .aligncenter {
margin:0 auto;
display:block;
}
.post abbr {
font-weight:normal;
}
.post ul{
list-style:circle;
margin:0 0 0 25px;
}
.post ol{
list-style:decimal;
margin:0 0 0 30px;
}
.post .wp-caption {
background:#f7f7f7;
border:1px solid #ccc;
margin:10px;
text-align:center;
padding:5px 0 0;
}
.post .wp-caption-text {
margin:0;
}
.post .wp-caption a, .post .wp-caption a:hover {
border-bottom:0;
}
.post blockquote {
color:#777;
border-left:5px solid #ccc;
margin:15px 30px 0 10px;
padding-left:20px;
}
.post pre {
font-family:courier;
font-size:12px;
letter-spacing:-1px;
margin:14px 0 14px 0;
}
.post .message ul {
margin:12px 0 0;
}
.post .message {
display:none;
background:#0F67A1;
margin-top:10px;
padding:20px;
color:#fff;
}
#comments h3, #comments h4{
font-family:Georgia;
font-size:24px;
margin:35px 0 5px;
font-weight:normal;
}
#comments h4{
font-size:28px;
}
#comments cite{
font-family:Georgia;
font-size:18px;
font-weight:normal;
border-bottom:1px dotted #ccc;
}
#comments em {
font-style:italic;
text-align:right;
}
#comments ol.commentlist li {
margin-top:20px;
border:1px dotted #ccc;
border-right:0;
padding:10px 5px 20px 10px;
min-height:110px;
}
#comments p {
margin:10px 0 0 10px;
width:auto;
}
#comments span {
display:block;
color:#eee;
font-family:Georgia;
font-size:120px;
font-weight:normal;
float:right;
padding-top:25px;
}
#comments ul.formlist {
margin:20px auto;
width:375px;
}
#comments ul.formlist li {
display:block;
margin:10px 0 0;
}
#comments ul.formlist p{
margin:10px 0 0;
text-align:center;
}
#comments input {
font-family:Georgia;
width:370px;
font-size:18px;
font-weight:normal;
}
#comments textarea {
font-family:Georgia;
width:370px;
font-size:18px;
font-weight:normal;
}
#comments li.submitbutton input {
text-align:center;
background:#fff;
border:1px solid #aaa;
color:#000;
font-family:Georgia;
font-weight:normal;
font-size:20px;
width:374px;
}
#comments .center {
text-align:center;
}
#sidebar {
width:200px;
float:left;
margin:0 0 25px 0;
overflow:hidden;
}
#sidebar h3 {
padding:25px 0 3px 0;
font-size:18px;
}
#sidebar .block ul {
border-bottom:1px dotted #ccc;
}
#sidebar .block ul .children{
border:0;
padding: 0 0 0 8px;
}
#sidebar .block li {
border-top:1px dotted #ccc;
}
#sidebar .block li a {
background:transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;
font-size:13px;
font-weight:normal;
padding:2px 0 2px 15px;
display:block;
border-bottom:none;
}
#sidebar .block li a:hover {
background:#f7f7f7 url(images/bullet_red.gif) no-repeat scroll 6px 52%;
}
#sidebar .widget_search label {
display:block;
padding:25px 0 3px 0;
font-size:18px;
border-bottom:1px dotted #ccc;
margin:0 0 5px;
}
#sidebar .widget_recent_comments li {
background:transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;
padding:2px 0 2px 15px;
}
#sidebar .widget_recent_comments li a,#sidebar .widget_recent_comments li a:hover{
background:none;
border-bottom:1px dotted #000;
text-decoration:none;
color:#000;
font-weight:600;
}
#sidebar .widget_recent_comments li a:hover {
color:#e12000;
border-bottom:1px dashed #e12000;
background-color:#f7f7f7;
}
#sidebar .widget_tag_cloud h3 {
margin:0 0 8px;
border-bottom:1px dotted #ccc;
}
#sidebar .widget_text h3 , #sidebar .calendar h3{
border-bottom:1px dotted #ccc;
}
#sidebar .calendar h3{
display:none;
}
#sidebar #wp-calendar {
width:95%;
text-align:center;
}
#sidebar #wp-calendar caption, #sidebar #wp-calendar td, #sidebar #wp-calendar th{
text-align:center;
}
#sidebar #wp-calendar caption {
font-size:18px;
padding:25px 0 3px 0;
}
#sidebar #wp-calendar th {
font-weight: bold; 
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
}
#sidebar #wp-calendar tfoot td{
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
}
#footer {
font-size:0.9em;
width:960px;
text-align:center;
padding:20px 0 10px 0;
color: #525a50;
}

.wp-post-image {
float: right;
}


/*MENU */

.topnav {
   text-transform: uppercase;
   margin-right: auto;
    margin-left: auto;
    width: 960px;
    text-align: center;
}
.topnav ul {
    list-style: none outside none;
    margin: 0;
}
.topnav li {
  float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 120px;
}
.topnav a {
    border-radius: 5px 5px 5px 5px;
    color: #383838;
    display: block;
    padding: 5px 12px;
    text-decoration: none;
}
.topnav a:hover {
    background-color: #DDDDDD;
    color: #383838;
}
.topnav .current_page_item > a {
    background: none repeat scroll 0 0 #525A50;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}
.topnav .current_page_item > a {
    color: #FFFFFF;
}
.topnav .sub-menu a {
    border-radius: 0 0 0 0;
}


.topnav ul ul {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.qtrans_language_chooser { list-style-type:none; font-size: 10px;
  color: #525A50; }
.qtrans_language_chooser li { float:left; margin-left:4px }
.qtrans_flag { border:1px solid #000}

#social {
  float: right;
}

.claim {
text-align:center;
}