/**
 * Theme Name: Cronicas da Surdez
 * Theme URI: http://blosque.com
 * Description: Theme personalizado para o http://cronicasdasurdez.com/ 
 * Baseado no Hybrid framework - http://themehybrid.com/themes/structure
 * Version: 0.1
 * Author: Nospheratt
 * Author URI: http://blosque.com
 * Tags: Azul, Clean, Duas Colunas
 * Template: hybrid
 */

/* Get base CSS */
@import url('../hybrid/library/css/22px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
/* @import url('tabs.css'); */

/**
* Body
************************************************/
body {
	font: 15px/22px Arial, Verdana, Geneva, Tahoma, sans-serif;
	color: #333;
	background: #ededed url(images/content-bg7.jpg) repeat-y top center;
        padding-bottom: 0;
	}

#body-container {
        width:1000px;
        overflow: hidden;
	margin:  0 auto;
	padding: 0;
	}

/**
* Elements
************************************************/

/* Links */
a {
	color: #0C386E;
	text-decoration: none;
	}
a:hover {
	color: #666;
	text-decoration: underline;
	}

/* Read More Links */

a.read-more {
	font-size: 18px;
        text-align: right;
	}

.read-more {
        float: right;
        margin: -10px 10px 10px;
	}
/* Twitter */

a.twitter {
	font-size: 18px;
        line-height: 40px;
        padding: 6px 38px;
	}
a.twitter {
        background: url(images/twitter.png) no-repeat top left;
	}


/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	}
h1, h2 {
	font-size: 20px;
	}
h3 {
	font-size: 18px;
	}
.hentry h3 {
	font: italic normal normal 18px/22px Georgia, Times, 'Times New Roman', serif;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 16px;
	}
h6 {
	font-size: 15px;
	}

/* Lists */
ul {
	list-style: circle;
	}

/* Blockquotes */
blockquote {
	padding: 20px 20px 0 20px;
	margin: 20px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	background: #eee;
	border: 1px solid #ddd;
	}
blockquote blockquote {
	margin: 0 0 20px 0;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #302D2D;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}

/**
* Images
************************************************/

/* Thumbnails */
.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 15px 10px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
        display:none;
	}
.paged .thumbnail, .search .thumbnail, .category .thumbnail, .home .thumbnail, .archive .thumbnail {
display:none;
}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 15px 10px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	}

/* Captions */
.wp-caption {
	max-width: 576px;
	padding: 4px 0 4px 0;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #454545;
	}
.wp-caption img {
	max-width: 566px;
	margin: 0;
	padding: 0;
	border: 1px solid #666;
	}

/**
* Page Navigation
************************************************/
#primary-menu {
	position: relative;
	top: 0;
	width: 920px;
	height: 40px;
	margin:-52px 0 20px;
 	}
#primary-menu div.menu {
	width: 920px;
	margin: 0;
        padding: 0 110px;
	}
#primary-menu div.menu ul {
	list-style: none;
	margin: 0;
	}
#primary-menu div.menu li {
	float: left;
	margin: 0;
	padding: 0;
	}
#primary-menu div.menu a {
	display: block;
	font: bold normal normal 18px/18px Georgia,"Times New Roman",Times,serif;
	letter-spacing: 2px;
	text-align: center;
	color: #999;
	padding: 25px 20px 13px 60px;
	}
#primary-menu div.menu a:hover {
	text-decoration: underline;
	}
#primary-menu div.menu li.home {
	background: url(images/home.png) no-repeat top left;
	}
#primary-menu div.menu li.about {
	background: url(images/sobre.png) no-repeat top left;
	}
#primary-menu div.menu li.links {
	background: url(images/links.png) no-repeat top left;
	}
#primary-menu div.menu li.contato {
	background: url(images/contato.png) no-repeat top left;
	}
#primary-menu div.menu li.arquivos {
	background: url(images/arquivos.png) no-repeat top left;
	}

/* Drop-down styles */
#primary-menu div.menu li:hover ul, #primary-menu div.menu li.sfHover ul  {
	top: 0px;
	}
#primary-menu div.menu li li:hover ul, #primary-menu div.menu li li.sfHover ul, #primary-menu div.menu li li li:hover ul, #primary-menu div.menu li li li.sfHover ul  {
	top: -1px;
	}
#primary-menu div.menu ul ul {
	border-top: 1px solid #fff;
	background: #f7f7f7;
	}
#primary-menu div.menu li li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	}
#primary-menu div.menu li li a {
	padding: 10px 10px;
	border: none;
	}

/* Search form in navigation bar. */
#primary-menu form {
	float: right;
        padding-right: 10px;
	}
#primary-menu .search-text {
	width: 200px;
	padding: 5px 10px;
	margin: 5px 0;
	font-style: italic;
	color: #333;
	background: #f7f7f7;
	border: 1px solid #0C386E;
	}
#primary-menu .search-submit {
	display: none;
	}

.search-text {
	margin: 0 0 5px 0;
        color: #000; 
        border: 1px solid #989898;
        width: 170px;
	}
#search-text-1  {
        width: 458px;
	}
#search-submit, #search-submit-2 {
	background: #989898;
        color: #fff; 
        border: 1px solid #efefef;
	}
#search-submit:hover,#search-submit-2:hover {
	background: #efefef;
        color: #000; 
        border: 1px solid #989898;
	}


/**
* Header
************************************************/
#header {
        overflow: hidden;
	position: relative;
	top: 0;
	height: 340px;
	padding: 0;
        background: transparent;
	}
#site-title {
	display:none;
	}
#site-description {
	display:none;
	}

/* Utility: Header widget area */
#utility-header {
	overflow: hidden;
	float: right;
	width: 448px;
	height: 60px;
	}
#utility-header .widget {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	}

/**
* Containers
************************************************/
#container {
	overflow: hidden;
	float: left;
	width: 920px;
	margin-top: -1px;
	padding: 0px 40px 20px 50px;
	}
.content {
	overflow: hidden;
	float: left;
	}
.hfeed {
	margin-top: -20px;
	width: 580px;
        background: #f7f7f7;
        padding: 20px;
        border: 1px solid #ddd;
	}
.content, .no-widgets .content, .no-default-widgets .content  {
	width: 920px;
	}
.primary-active .content, .secondary-active .content {
	width: 580px;
	}

/**
* Content
************************************************/
.hentry, .breadcrumb {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	border-bottom: 1px solid #ccc;
	}
.hentry  .singular {
	border: none;
	}
.hentry .entry-content {
	font-family: 'Trebuchet MS';
	font-size: 13px;
        line-height: 20px;
        text-align: justify;
	}
.entry-summary {
	font-family: 'Trebuchet MS';
	font-size: 13px;
        line-height: 20px;
        text-align: justify;
	}

/* Entry titles. */
.entry-title {
	font-size: 27px;
	font-weight: bold;
	margin: 0 0 10px 0;
        color: #A0B6C0;
        line-height: 37px;
        	}

.page-title, .singular-page-title {
	margin: 0 0 20px 0;
	}
.entry-title a, .page-title a, .singular-page-title a {
        color: #A0B6C0;
	}

/* Byline */
.byline {
	font-size: 14px;
	color: #666;
	}
.blog .byline, .archive .byline, .search .byline {
	margin-bottom: 10px;
	}

.byline .author, .byline .published {
	font-size: 13px;
	font-style: normal;
	text-transform: none;
	}
.byline .author, .byline-prep-author, .byline .byline-prep-published {
	display: none;
	}
.byline a {
	color: #333;
	}
.byline-date { 
	color : #990000;
        font: Times, serif;
	float:right;
	margin:6px 0 5px 10px;
	padding-left:5px;
	border-left:1px solid #990000;
}

.published-day, .published-month {
	display:block;
	font-size:30px;
	line-height: 25px;
        letter-spacing: 1px;
	text-align:right;
	font-weight:normal;
}

.published-year {
	display:block;
	font-size:15px;
	line-height: 16px;
}

/* Entry meta */
.entry-meta {
	clear: both;
	font-size: 12px;
        line-height: 14px;
	color: #666;
	}
.entry-meta .category {
        margin-top: -20px;
	}
.entry-meta a {
	font-style: normal;
	}
.entry-meta a:hover {
	border-bottom:1px dotted #ddd;
}
.entry-meta-box {
        position: relative;
        height:150px;
        margin-bottom: 10px;
        clear: both;
        }
.page-template-archives .entry-meta-box, .singular-page-34 .entry-meta-box {
	display: none;
	}

.infos-right, .infos {
        height:150px;
	font-size: 13px;
        margin: 30px 0;
	border-bottom: 2px solid #ddd;
	}
.infos-title, .infos-right-title {
	font: normal 18px/21px Georgia, Times, 'Times New Roman', serif;
        margin-bottom: 10px;
	}
.infos-right-title {
        padding-left: 10px;
	}
.entry-meta-box .infos .category {
        margin-top: 0 !important;
	}
.infos {
	float: left;
        width: 280px;
        border-right: 2px solid #ddd;
	}
.infos-right {
	float: right;
        width: 280px;
        padding-left: 10px;
	}
.addthis_separator {
        margin: 0 0 -10px 0 !important;
	}

.author-info, .category-info, .date-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 10px 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #fff;
        color: #A0B6C0;
	border: 1px solid #A0B6C0;
	}

/* Page links <!--nextpage--> */
p.pages {
	font-style: italic;
	}
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	color: #eee !important;
	background: #01203C;
	border: 1px solid #eee;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #eee !important;
	background: #01203C;
	border: 1px solid #eee;
	}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	}
.next, .previous {
	max-width: 40%;
	font-size: 13px;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
	}

/**
* Widgets
************************************************/
#primary {
	position: relative;
	float: right;
	width: 270px;
        border-left: 1px dotted #ccc;
	}

#secondary {
	position: relative;
	clear: right;
	float: right;
	width: 270px;
        border-left: 1px dotted #ccc;
	}
/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 5px 0;
	padding: 20px 20px 0 20px;
	}
#primary .widget {
	padding: 15px 30px 0 30px;
	}
#secondary .widget {
	padding: 15px 15px 0 20px;
	}
#utility-before-content .widget {
	padding: 20px 20px 0 0 !important;
	}
#utility-before-content .widget #banner-topo {
        width: 610px;
        overflow: hidden;
        float: left;
	padding: 0px 20px 0 5px !important;
	}

/* Widget titles */
.widget-title {
        font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	font-weight: normal;
	color: #990000;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	}

/* Widget content */
.widget ul {
	list-style: circle;
	margin-left: 20px;
	}
#hybrid-archives-3 ul.archives {
	list-style: none;
	margin-left: 0;
	}
#hybrid-archives-3 ul.archives li {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
	}
#text-3 .textwidget {
        margin-left: -30px;
	}

a.twitter {
	font-size: 20px;
        line-height: 80px;
        padding: 40px 0px 40px 80px;
        background: url(images/twitter.png) no-repeat top left;
	}

/**
* Comments
************************************************/
#comments-template {
	overflow: hidden;
	padding: 20px 0 0 0;
	margin: 0 0 20px 0;
	background: transparent;
	}

.comments-header {
	font-size: 18px;
	font-weight: bold;
	}

/* Comment list */

.comment-list li.odd {
	background: #fff;
        border: 1px solid #999; 
	}

.comment-list li.even {
	background: #f7f7f7;
	border: 1px solid  #999;
	}
.comment-list, .comment-list ol {
	list-style: none;
	margin: 0;
	}
.comment-list li, .comment-list li li li, .comment-list li li li li li {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	}
.comment-list li li, .comment-list li li li li, .comment-list li li li li li li {
	}

/* Comment avatar */
.comment-list li .avatar {
	float: left;
	width: 37px;
	height: 37px;
	margin: 5px 10px 0 0;
	padding: 2px;
	border: 1px solid #ccc;
	background: #eee;
	}

/* Comment meta */
#comments .comment-meta-data {
	margin: 5px 0 20px 0;
	font-style: italic;
	color: #666;
	}
#comments cite {
	font-weight: bold;
	font-style: normal;
	}

/* Comment text */
#comments .comment-text {
	clear: left;
	}

/* Comments form */
#respond {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: transparent;
	border: 1px solid  #999;
	}
.text-input {
	display: block;
	padding: 5px;
	width: 300px;
	margin:  0 0 20px 0;
	background: #fff;
	border: 1px solid  #999;
	}
#respond label {
	font-style: italic;
	}
#respond span.required {
	font-weight: bold;
	color: #01203C;
	}
textarea {
	width: 98%;
	padding: 5px;
	margin: 0 0 20px 0;
	border: 1px solid #999;
	}
.button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	font-weight: bold;
	color: #fff;
	border: 1px double #333;
	background: #999;
	}
.button:hover {
	cursor: pointer;
	background: #fff;
	color: #999;
	border: 1px double #999;
	}

/**
* Footer
************************************************/

/* Footer container */
#footer-container {
	clear: both;
	overflow: hidden;
	margin:  0 auto;
	padding: 10px 20px;
        height: 200px;
	background: #fff url(images/footer-gray.jpg) no-repeat top center;
	}

/* Subsidiary */
#subsidiary {
	overflow: hidden;
	width: 920px;
	padding: 30px 20px 10px 20px;
	background: #A0B6C0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
#subsidiary .widget {
	float: left;
	width: 170px;
	margin: 0 18px 0 0;
	padding: 0;
	border: none;
	}

/* Footer */
#footer {
	clear: both;
	overflow: hidden;
	color: #333;
	margin: 0 auto;
	padding: 20px 0 0 0;
	}
#footer a {
	color: #ddd;
	font-style: italic;
	}
#footer .copyright {
	display: inline;
	float: left;	
	margin-right: 9px;
        margin-bottom: 0px;
	padding-top: 165px;
	}
#footer .credit {
	text-align: right;
	padding-top: 165px;
        margin-bottom: 0px;
	}
