/*
Theme Name: Z-idea
Theme URI: http://zidea.com.br
Author: Vinicius Depizzol
Version: Beta
*/


@font-face {
	font-family: "League Gothic";
	font-weight: bold;
	src: url('fonts/LeagueGothic.otf');
}
@font-face {
	font-family: "Vollkorn";
	font-weight: normal;
	src: url('fonts/Vollkorn-Regular.ttf');
}
@font-face {
	font-family: "Vollkorn";
	font-weight: bold;
	src: url('fonts/Vollkorn-Bold.ttf');
}

html {
    background: url(images/html-bg.png) center repeat-y;
}
body {
    background: #fff url(images/body-bg.png) top center no-repeat;
    margin: 0;
}


/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
a, img {
    border: 0;
}
a {
    color: #204a87;
}
a:hover {
    color: #2163b7;
}
a:visited {
    color: #729fcf;
}

/* Typography */
/* ========================================================================== */

body {
    font-family: Vollkorn, Cambria, Georgia, serif;
    border-top: 10px solid #d40000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "League Gothic", Helvetica, Arial, sans-serif;
    /*font-family: Helvetica, sans-serif;*/
    font-weight: normal;
    line-height: 0.9;
    margin: 0.8em 0 0.2em;
}

h1 {
    font-size: 60px;
    color: #000;
}
h2 {
    color: #ec0000;
    font-size: 35px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.4em;
    display: block;
    clear: both;
}


h3 {
    color: #000;
    font-size: 28px;
}
p, ul, ol, dl, div, blockquote {
    font-size: 16px;
    line-height: 1.5;
    color: #393b38;
}
ul {
    padding-left: 1.8em;
}
ul li {
    list-style-image: url(images/list-marker.png);
}
em, i {
   font-family: Vollkorn, Cambria, "Century Schoolbook L", Georgia, serif;
}
.feature {
    font-family: Vollkorn, Cambria, "Century Schoolbook L", Georgia, serif;
    font-size: 20px;
    line-height: 1.4;
    color: #888;
    text-shadow: 0 1px 0 #fff;
    margin: 1.2em 0 1.8em;
}
.two-columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}
.wp-caption-text {
    margin: 0 !important;
    font-size: 15px;
    font-style: italic;
    color: #666;
}

/* Language Selector */
/* ========================================================================== */

#lang_sel_list {
    position: absolute;
    width: 210px;
    margin-left: 750px;
    margin-top: -80px;
}
#lang_sel_list ul {
    margin: 0;
    padding: 0;
}
#lang_sel_list li {
    list-style: none;
    display: block;
    float: left;
}
#lang_sel_list li a {
    font-size: 18px;
    text-align: center;
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: "League Gothic";
    font-weight: bold;
    padding-top: 13px;
    width: 70px;
    height: 34px;
    color: #8c8c8a;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
#lang_sel_list li a:hover {
    color: #333;
}
#lang_sel_list li a.lang_sel_sel {
    background: url(images/language-selected.png) no-repeat;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.7);
}
#lang_sel_list li .icl_lang_sel_translated {
    display: none;
}

/* Container elements */
/* ========================================================================== */


#all {
    width: 960px;
    margin: 0 auto;
    padding: 70px 0;
}

/* Generic Grid System */
/* ========================================================================== */

.column {
    margin-left: 15px;
    margin-right: 15px;
    float: left;
}
.alpha {
    margin-left: 0 !important;
}
.omega {
    margin-right: 0 !important;
}


/* Header */
/* ========================================================================== */

#header {
    width: 200px;
    position: fixed;
}
#header h1 {
    margin: 0;
}

/* Global Navigation */
/* ========================================================================== */


#globalnav {
    margin-top: 30px;
}
#globalnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#globalnav li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
#globalnav li a {
    display: block;
    color: #888a85;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.15em;
    padding: 4px 8px;
    margin: 5px 0;
    line-height: 20px;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
#globalnav li a:hover {
    color: #000;
}
#globalnav li a:focus {
    color: #D40000;
    outline: none;
}
#globalnav li.current-menu-item a, #globalnav li.current_page_item a, body.single-portfolio .menu-item-104 a {
    background: url(images/globalnav-active-bg.png) center right no-repeat;
    color: #fff !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5) !important;
}

/* Content */
/* ========================================================================== */

#content {
    width: 730px;
    margin-top: 20px;
    margin-left: 230px;
    min-height: 230px;
}

#content .introduction {
}
#content .introduction h1 {
    margin: 0 0 0.1em;
}
#content .introduction p {
    margin: 0.3em 0 0.6em;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #888a85;
    font-size: 16px;
}

#content .column {
    width: 350px;
}

.alignleft {
    float: left;
    clear: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.alignleft .wp-caption-text {
    margin-right: 10px !important;
}

.alignright {
    float: right;
    clear: right;
    margin-left: 15px;
    margin-bottom: 15px;
    text-align: right;
}
.alignright .wp-caption-text {
    margin-left: 10px !important;
}
.aligncenter {
    clear: both;
    text-align: center;
    display: block;
    margin: 20px auto 30px;
    overflow: hidden;
}
#content input[type="text"], #content textarea {
    background: #fff;
    padding: 6px;
    border: 1px solid #ccc;
    font: inherit;
    width: 70%;
}

/* Home page grid */
/* ========================================================================== */

.homepage_grid {
    clear: both;
    overflow: hidden;
}
.homepage_grid .item {
    width: 230px;
    margin: 0 10px;
    float: left;
}
.homepage_grid .item.first {
    margin-left: 0;
}
.homepage_grid .item.last {
    margin-right: 0;
}
.homepage_grid .item h2 {
    color: #000;
    padding-bottom: 10px;
}
.homepage_grid .item img {
    max-width: 230px !important;
    height: auto !important;
}
.homepage_grid .item a img {
    opacity: 0.8; 
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.homepage_grid .item a:hover img {
    opacity: 1;
}

/* Portfolio */
/* ========================================================================== */

.portfolio_list {
    margin: 0 -30px -30px 0;
}
.portfolio_list .portfolio_item {
    width: 350px;
    float: left;
    margin: 0 30px 30px 0;
}
.portfolio_list .portfolio_item a {
    display: block;
    text-decoration: none;
}
.portfolio_list .portfolio_item a span {
    display: block;
}
.portfolio_list .portfolio_item .title {
    font-family: "League Gothic", Helvetica, Arial, sans-serif;
    line-height: 0.9;
    color: #cc0000;
    font-size: 27px;
    margin-top: 6px;
}
.portfolio_list .portfolio_item .image {
    width: 350px;
    height: 207px;
    background: url(images/portfolio-image-bg.png) no-repeat;
}
.portfolio_list .portfolio_item .image img {
    width: 350px;
    height: 207px;
    opacity: 0.8;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.portfolio_list .portfolio_item a:hover .image img {
    opacity: 1;
}
.portfolio_list .portfolio_item .excerpt {
    color: #999;
}

/* Footer */
/* ========================================================================== */

#footer {
    background: url(images/footer-bg.png) center bottom no-repeat;
    margin-top: -180px;
    z-index: -10;
    clear: left;
    overflow: hidden;
}
#footer .size {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    margin-top: 210px;
    padding: 20px 0 40px;
    border-top: 1px solid #ccc;
    font-size: 13px;
    text-transform: uppercase;
    color: #888a85;
    letter-spacing: 0.2em;
}
#footer .size .year {
    font-family: "Droid Serif", "Liberation Serif", "Times New Roman", serif;
}
#footer .size .get_in_touch {
    color: #ef2929;
    font-style: italic;
    text-transform: lowercase;
    margin-top: 10px;
    display: block;
    display: inline-block;
    font-size: 18px;
    letter-spacing: -0.05em;
    padding: 0 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
#footer .size .get_in_touch:hover {
    background: #ef2929;
    color: #fff;
    text-decoration: none;
}

.noclear {
clear:none!important;
}