/*
Theme Name:		Tecnologia Net
Theme URI: 		http://www.tecnologianetblog.com
Version: 		2.0
Description: 	Novo layout e estrutura do Tecnologia Net desenvolvido por Samuel Martins baseado no WpFramework - <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Samuel Martins
Author URI:		http://www.tecnologianetblog.com
Tags:			one-column, two-columns, fixed-width, sticky-post, threaded-comments, blue, clean
*/

/* Reset Browser Defaults */
@import url( 'reset.css' );

/* Apply base theme styles and colors */
@import url( 'base.css' );

/* Basic 2 Column Layout */
@import url( '2col-r.css' );

@font-face {font-family: Helvetica Neue; src: url('fonts/helvetica-neue.otf'); }
@font-face {font-family: Bebas; src: url('fonts/BEBAS.ttf'); }

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}


body {
background:url(img/bg-blue.jpg) top center no-repeat #193c74;
font-family: arial, sans-serif;
font-size:12px;
color: #212121;

}
.header {height: 120px; margin: 0px; padding-bottom:10px; clear:both;}
#busca{ float:right; padding:3px 0px 8px 0px; margin-right: 10px; margin-top: 5px;}

ul.nav { width: 100%; height: 42px; background: #015a99; font-size: 14px; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin-bottom: 0; margin:0; padding: 0;}
ul.nav li { display: block; float: left; margin-right: 10px; margin-bottom:0;}
ul.nav li a { height: 34px; color: #f5f5f5; text-decoration: none; display: block; float: left; line-height: 150%; padding: 8px 15px 0; margin-bottom:0; }
ul.nav li a:hover { color: #fff; text-decoration: underline; background: #003256;}


#destaques {
	background: #004576 url('img/dest-bg.png') repeat-x;
	padding: 15px 10px 0;
    margin-bottom: 15px;
	margin-top:0px;
	position: relative;
	height: 110px;
}
#destaques ul li {
        list-style: none;
	width: 300px;
	float: left;
        height: 110px;
	margin-top:0;
        display: block;
}

#destaques .destaque-imagem {
	float: left;
	width: 170px; height: 90px;
	margin: 0 5px 0 10px;
}

#destaques h3 {
	margin-left: 100px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Sans-serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: -1px;
}

#destaques h3 a {
	color: #fff;
	text-decoration: none;
	text-shadow: #000 0 0 10px;
}

#destaques a img{height: 90px;}

#destaques h3 span.date {
	color: #818DA0;
	font-size: 10px;
	font-family: sans-serif;
	letter-spacing: 0;
}

.next, .prev {
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 3;
	bottom: 55px;
	display: none;
}

.next {
	background: url('img/next.png') no-repeat;
	right: 15px;
}

.prev {
	background: url('img/prev.png') no-repeat;
}

.widget{
background: #ebebeb;
padding: 10px;
}

.widget h3 {
background: url('img/wid-bg.png') no-repeat;
height: 30px;
font-family: Bebas, Arial;
font-weight: bold;
font-size: 17px;
text-shadow: 1px 1px 1px #333;
word-spacing: 5px;
color: #fff;
padding-left: 15px;
margin-bottom: 10px;
}
.widget li{list-style:none; margin-bottom: 5px; border-bottom: 1px solid #ddd; background: url('img/sub.png') no-repeat; padding-left:20px;}
.widget li:hover{background-position:7px 1px;}
.widget a{font-size:14px;}
.button-feed a {
        font-weight: bold;
        font-size: 16px;
	color: #D85734;
}

.footer {background: #d9d9d9; padding: 10px; font-size: 11px; color: #999; height:80px;}
