/**
 * Base - Sets vertical rhythm and basic overall typographic face-lift
 *
 * @package WPFramework
 * @subpackage Media
 * @beta
 */

/* Document Body */
@font-face {
  font-family: "Museo700";
  src: url(../fontes/Museo700-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Museo300";
  src: url(../fontes/Museo300-Regular.otf) format("opentype");
}
html{
  background-color: #01aef0;
  font-family:"Museo300", Arial, Helvetica, sans-serif;
}

body {
  background-color: #01aef0;
}
input[type="text"], input[type="password"], textarea {
	font-family:"Museo300", Arial, Helvetica, sans-serif;
  width: 182px;
  height: 23px;
  border:1px solid #000;
}

/* Font Styles */
.serif {font-family:"Museo300", Arial, Helvetica, sans-serif; }
.sans-serif { font-family:"Museo300", Arial, Helvetica, sans-serif; }

/* Vertical Rhythm  */
.entry-meta {
  color:#fff;
  font-size:12px;
  text-decoration:none;
  margin-top: 30px;
}
.entry-meta a {
  font-size:12px;
  color:#fff;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #000;
}
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { margin-bottom: 20px; }
.hentry, .widget, .comment, .navigation-links { margin-bottom: 12px; }

/* Logo */
.header {
  background: url(../images/headerBlue.jpg) no-repeat;
  background-position: top center;
  width:700px;
  height: 280px;
  cursor: pointer;
  margin-top:-31px;
}

#tagline { color: #333; }

/* Links */
a { color: #fff; text-decoration: none; }
a:hover { text-decoration: underline; }
.entry-content a:link, .entry-content a:active, .entry-content a:visited { color: #2361a1; text-decoration: underline; }
.entry-content a:hover { text-decoration: none; }

/* Headings */
h1, h2, h3, h4, h5, h6 { clear: both; }
h1 { font-size: 24px; line-height: 28px; padding: 5px 0px; }
h2 { font-size: 20px; line-height: 22px; padding: 5px 0px; }
h3 { font-size: 16px; line-height: 20px; padding: 5px 0px; }
h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 10px; line-height: 16px; }

/* Content */
.page-title {
  font-size: 24px;
  font-weight: bold;
}

.entry-title, .entry-title a {
  color: #fff;
  font-family:"Museo700", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 28px;
  text-decoration:none;
  font-weight: bold;
}
.entry-title a:hover {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.article{
  font-size: 12px;
}

/* Text Elements */
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px dotted #666; }

blockquote { color: #666; font-style: italic; border-left: 1px solid #ddd; margin-left: 15px; padding-left: 10px; }

strong { font-weight: bold; }
em, dfn, cite { font-style: italic; }
dfn { font-weight: bold; }

sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 12px; }

del { text-decoration: line-through; }
ins { text-decoration: underline; }

code, pre {  line-height: 15px; }
var, kbd, samp, code, pre { font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #fafafa; }
kbd { font-weight: bold; }
samp, var { font-style: italic; }
pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #ddd; clear: both; }
code { padding: 0px 3px; }

/* Lists: (ul, ol, dl) */
ul, ol, dl {  list-style: none; }
.nav { margin-left: 0px; }
.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }

li ul, li ol { margin-bottom: 0; list-style: none; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; list-style: none; }

ol { list-style-type: none; }

ul { list-style-type: none; }
ul ul { list-style-type: none; }
ul ul ul { list-style-type: none; }

dt { font-weight: bold; }

.fat li { margin-bottom: 10px; }

/* Tables */
table { border: 1px solid #ccc; border-width: 1px; line-height: 18px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; }
table .even { background: #ddd; }
caption { text-align: left; }
tr { border-bottom: 1px solid #ccc; }
th, td { padding: 5px 3px; }

/* Forms */

input[type="text"], input[type="password"], textarea {
  font-family:"Museo300", Arial, Helvetica, sans-serif;
  width: 182px;
  height: 23px;
  border:1px solid #000;
}

textarea{
  width:400px;
  height:200px;
}

input[type="text"]{
  width:400px;
  height:20px;
}

input[type="submit"]{
  width:100px;
  height:30px;
    *padding: 10px;
}

input[type="text"].search{
  width: 181px;
  height:21px;
  border:1px solid #000;
}

/* bugfix */
.safari input { padding: 0px 3px; }
.chrome input { padding: 1px 3px; }

/* Comments */
.comment-list, .comment-list .children { list-style: none; }
.comment-list { margin-left: 10px; }
.comment { margin-bottom: 40px; }
.comment-list .children { margin-top: 40px; }
.comment-meta { margin-bottom: 10px; }
.commenter { font-size: 16px; }
.avatar { float: right; margin: 0px 0px 10px 20px; border: 1px #ddd solid; padding: 1px; }

/* Comment Reply */
#comment-form .form-section input { margin-right: 10px; }
.form-section { margin-bottom: 10px; }
.form-section label { cursor: pointer; }
#commenter-details input { margin-right: 10px; }
#allowed-tags { font: 10px Verdana, Arial, Helvetica, sans-serif; padding: 5px 10px;   width: 400px; }

/* Images */
img.alignleft { float: left; margin-right: 20px; margin-top: 5px; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }

.wp-caption { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }

.wp-smiley { max-height: 13px; margin: 0 !important; } /* Prevent the smileys from breaking line-height */

/* [gallery] */
.gallery { margin: auto; }
.gallery-image { border: 2px solid #cfcfcf; margin-left: 0; }
.gallery-caption { margin-left: 0; }
.gallery-item { float: left; text-align: center; margin-left: 0; }

.gallery-columns-2 { width: 50%; }
.gallery-columns-3 { width: 33%; }
.gallery-columns-4 { width: 25%; }
.gallery-columns-5 { width: 20%; }
.gallery-columns-6 { width: 16%; }
.gallery-columns-7 { width: 14%; }
.gallery-columns-8 { width: 12%; }
.gallery-columns-9 { width: 11%; }

/* Navigation */
.navigation {
    color:#fff;
    font-family:"Museo300", Arial, Helvetica, sans-serif;
    font-size:13px;
    line-height:1.2em;
    margin: 0 0 1.4em 0;
    overflow:hidden;
}
.navigation a {
    color:#fff;
    text-decoration:none;
	font-family:"Museo300", Arial, Helvetica, sans-serif;
}
.navigation a:active,
.navigation a:hover {
    color: #000;
    text-decoration:none;
}
.page-navigation .nav-next { float: left; }
.page-navigation .nav-previous { float: right; }
.single-page-navigation .nav-next { float: right; }
.single-page-navigation .nav-previous { float: left; }

/* [gallery] + navigation clearfix */
.gallery-row:after, .navigation-links:after, .container:after, .menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.gallery-row, .navigation-links, .container, .menu { display: block; }

/* Basic Alignments */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }

.aside{
  font-size: 12px;
}

.widget_categories{
  line-height: 18px;
}

.footer{
  width:700px;
  height: 60px;
  background: url(../images/footerYellow.png) no-repeat center;
	font-family:"Museo300", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
  padding-top:50px;
  text-align: center;
}


.footer a{
	font-family:"Museo300", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

.archive-title{
  font-size:18px;
}