/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body{
	font-size:14px;
	color:#333;	
}



.wrapper {
	width:980px;
	margin: 0 auto;
	margin-top:50px;
	
}

a{
	color:#34AC98;	
	text-decoration:none;
}

a:hover {
	
	COLOR:#ec6635;
	
}


ul{
	list-style-type:none;
	
	}



.header {
	width: 20%;
	float:left;
}

.logo{
	background:url(../img/logo.png) no-repeat 0 0;
	width:120px;
	height:120px;	
}

.nav {
	margin:50px 0 65px;
	padding:0;	
}


.nav li {
    background: url(../img/csg-5239efec41a55.png) no-repeat top left;
	padding:10px 0;
	padding-left:40px;
}

.nav li.sprite-nav-about{ background-position: 0 0; } 
.nav li.sprite-nav-alist{ background-position: 0 -82px; } 
.nav li.sprite-nav-blog{ background-position: 0 -164px; } 
.nav li.sprite-nav-contribute{ background-position: 0 -246px; } 
.nav li.sprite-nav-tastemakers{ background-position: 0 -328px; }



/*
	Area de Social Header
*/


.social-header {
	width:75%;	
}
.social-header p {
	text-transform:uppercase;
	font-size:12px;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom:3px;
}

.social-header p.subtitle{
	font-style:italic;
	text-transform:none;
	font-size:11px;
	border:none;	
}

.social-header a {
	font-size:12px;
	background:white;
	border: 1px solid #CCC;
	padding: 5px 10px;
	font-style:italic;
}

.social-header a:hover{
	background:#EFF8F7;	
}


.content {
	width:80%;
	float:right;
	
}
/*
	Destaques Info
*/

.destaques-info{
	margin:0;
	padding:0;
}

.destaques-info li {
	background:#EFF8F7;
	color:#34AC98;
	padding:1.5%;
	cursor:default;
	width:22%;
	float:left;
	height:50px;
	}
	
.destaques-info li.active{
	background:#D9FEDC;
}
	

.destaques-info li:hover{
	color:#EC6635
	
}


.destaques-info li p {
	margin:0;
	font-style:italic;
	font-size:11px;
}

.destaques-info li p:first-child {
	font-style:normal;
	font-size:16px;
	}






.destaque-central {
	width:100%;
	height:445px;
	position:relative; /*Novo sistema de coordenadas*/
	overflow:hidden;
}


.destaque-central h2, .destaque-central h3 {
	position:absolute;
	padding:10px;
	right: 0;
}


.destaque-central h2 {
	bottom: 100px;
	background-color:white;
	color:#000;
}

.destaque-central h3{
	bottom:50px;	
	background-color:black;
	color:#FFF;
}


/* Pode ser feito desta maneira

.destaque-central h2{
	position:absolute;
	bottom: 100px;
	right: 0;
	

}

.destaque-central h3{
	position:absolute;
	bottom:50px;
	right: 0;	
	
}


*/




form {
	margin:20px 0;	
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	padding: 10px 15px;
}



form p {
	position:relative;
	display:inline-block;
	width: 425px;	
	font-size:11px;
	margin:0;
	margin-left:10px;
	top: 7px;
}


form input[type="text"]{
	width:170px;
	height:23px;
	font-size:13px;
	border: 1px solid #848484;
	padding-left: 5px;
}

form input[type="submit"]{
	font-size:12px;
	background: white;	
	border: 1px solid #CCC;
	padding: 5px 10px;
	font-style:italic;
	color: #34AC98;
}


form input[type="submit"]:hover{
	color:#EC6635;
	background:#EFF8F7;
}


ul.sub-destaques{
	margin:30px 0;
	padding:0;
	width:100%;
	
	}

ul.sub-destaques li{
	width:177px;
	margin-right:25px;
	float:left;

	
}

ul.sub-destaques li:last-child{
	margin-right: 0;
}

ul.sub-destaques li img{
	width:165px;
	background:white;
	border: 1px solid #CCC;
	padding:5px;
}

ul.sub-destaques li .title{
	color:#34AC98;
	font-size:16px;	
	
	
	
}

ul.sub-destaques li .date{
	color:#AAA;	
}


.footer {
	width: 100%;
	clear:both;
	border-top:2px solid #CCC;
	padding:30px 0;
}

.footer ul{
	margin:0;
	padding:0;
}


.footer ul.copy li{
	float:left;
	font-size:12px;	
	border-right: 1px solid #CCC;
	padding-right:5px;
	margin-right:5px;
}

.footer ul.copy li:last-child{
	border-right:none;
	
}


.footer p{
	color:#AAA;
	font-size:12px;
	margin-top:0;
	
	
	
}

.footer ul.social{
	position:relative;
	float:right;	
	top: -45px;
	
}

.footer ul.social li{
	float:left;
	padding-left:15px;
}



.social li.sprite-nav-twitter{
	background: url('../img/icon-twitter.png') no-repeat -16px -5px;
	width: 32px;
	height: 22px;
}

.social li.sprite-nav-facebook{ 
	background: url('../img/icon-facebook.png') no-repeat -21px 0;
	width: 21px;
	height: 31px;
	position:relative;
	top:-5px;
}

.social li.sprite-nav-rss{ 
	background: url('../img/icon-rss.png') no-repeat -18px -3px;
	width: 27px;
	height: 27px;
 }
















































/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
