/*
Theme Name: Carretera_Austral
Theme URI: http://www.elmastudio.de/themes/Carretera_Austral-wordpress-theme/
Description: Carretera_Austral is a minimalistic, flexible three-column blog theme.
Author: Elmastudio
Author URI: http://www.elmastudio.de
Version: 1.0
Tags: white, three-columns, right-sidebar, flexible-width, custom-colors, custom-menu, theme-options, threaded-comments, sticky-post, translation-ready

License: GNU/GPL Version 2 or later
License URI: http://www.gnu.org/licenses/gpl.html
*/

/*Google fonts Import
---------------------------*/
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold|Droid+Serif:regular,italic,bold,bolditalic&subset=latin);

/* Reset
--------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General Structure
--------------------------------------------- */
body {
	background-color:#E6E6E6;
	font-family: arial, sans-serif;
	color: #424242;
}
#page {
	max-width: 1102px;
	margin: 12px auto;
	padding:0 30px 30px;
	background-color:#fff;
	z-index: 0;
}
#footer {
	max-width: 1102px;
}	
#wrap {
	margin:4px 0 0;
	padding:40px 0;
	overflow: hidden;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background:#fff;
}
#main {
	width: 100%;
	float: left;
	overflow: hidden;
	background:#fff;
}
#branding {
	background: #A4A4A4;
}

#content {
	width: 100%;
	float: left;
	background: #FFFFFF;
	
}
#colophon {
	width: 100%;
	float: left;
	padding:30px 0 0;
	overflow: hidden;
	background: #424242;
}

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

/* Headlines
--------------------------------------------- */
#content h1 {
	margin:26px 0 12px;
	font: bold 1.4em/1.4 'Droid Sans', arial, sans-serif;
}
#content h2 {
	margin:26px 0 12px;
	font: bold 1.3em/1.4 'Droid Sans', arial, sans-serif;
}
#content h3 {
	margin: 26px 0 12px;
	font: bold 1.2em/ 1.4 'Droid Sans', arial, sans-serif;
}
#content h4 {
	margin: 22px 0 12px;
	font: bold 1.1em/1.4 'Droid Sans', arial, sans-serif;
}
#content h5 {
	margin: 22px 0 10px;
	font: bold 1em/1.3 'Droid Sans', arial, sans-serif;
}
#content h6 {
	margin: 20px 0 10px;
	font: bold .9em/1.3 'Droid Sans', arial, sans-serif;
}

/* Links
--------------------------------------------- */
/*009BC2*/
a {
	color: #088A08;
	text-decoration: none;
} 
a:hover {
	color: #777!important;
	text-decoration: underline;
}

/* Header
-------------------------------------------- */
#site-title {
    padding: 21px 0 15px;
}
#site-title h1 {
    margin: 0 10px 0 0;
    font-size: 2.1em;
    line-height:1.2;
    font-weight: bold;
    text-transform:uppercase;
    display: block;
    float: left;
}
#site-title h1 a:hover {
    text-decoration:none;
}
#site-title h2 {
    font:italic .9em 'Droid Serif',  Times, serif;
    color: #777;
    margin: 17px 0 0 0;
}
header#branding img.headerimage {
    width: 100%;
    height: auto;
    margin-top: 12px;
}
header#branding img.attachment-headerimage.wp-post-image {
    width: 100%;
    height: auto;
}
hgroup#site-title img {
    max-width: 100%;
}
 
/* Navigations
--------------------------------------------- */
/* --- Main Nav --- */
#branding #mainnav {
    margin: 30px 0 0;
    max-width: 70%;
    float:right;
}
#branding #mainnav ul li {
    float: left;
    list-style: none;
    position: relative;
}
#branding #mainnav ul li a {
    margin:0;
    padding:9px 14px;
    display: block;
    font-size: .8em;
    text-transform: uppercase;
}
#branding #mainnav ul li:first-child {
    margin: 0px;
}
#branding #mainnav ul li a:hover {
    background:#F0F0F0;
    color: #999;
    text-decoration: none;
}
#branding #mainnav ul ul {
    display: none;
    float: left;
    position: absolute;
    top: 2em;
    left: 0;
    z-index: 99999;
}
#branding #mainnav ul ul ul {
    left: 100%;
    top: 0;
}
#branding #mainnav ul ul a {
    background: #F9F9F9;
    padding: 9px 14px;
    width: 11em;
    height: auto;
    text-transform: none;
}
#branding #mainnav li:hover > a,
#branding #mainnav ul ul :hover > a {
    background: #F0F0F0;
}
#branding #mainnav ul ul a:hover {
    background: #F0F0F0;
}
#branding #mainnav ul li:hover > ul {
    display: block;
}
/* Footer
--------------------------------------------- */
#colophon p {
	line-height: 1.5;
}
a.top {
	margin: 3px 0 0 0;
	font-weight: bold;
	display: block;
}
a.top:hover {
	text-decoration: none;
}

/* Clearing Floats
--------------------------------------------- */
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}

/* CSS3 Media queries
--------------------------------------------- */

/* --- iPad Landscape --- */
@media screen and (max-width: 1024px) {
#page {
	margin: 0 auto;
	padding: 0 30px 30px;
	background-color:#fff;
}
#wrap {
	margin: 4px 0 0;
	padding: 45px 0 0 0;
}
#main {
	width: 72%;
}
#content {
	width:92.2%;
}
#secondary {
	width: 142px;
	margin:40px 0 0;
	float: none;
}
#tertiary {
	width: 28%;
}
/* --- Sidebars --- */
#secondary {
	width: 92.2%;
	margin-left:0;
	padding: 30px 0 0;
	float: left;
	border-top: 1px solid #ddd;
}
#secondary aside:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
#secondary aside, #tertiary aside {
	float: none;
	overflow: hidden;
}
}

/* --- iPad Portrait --- */
@media screen and (max-width: 880px) {
#page {
	padding: 0 50px 30px 50px;
	background-color:#fff;
}
#wrap {
	margin-top: 0;
}
#main {
	width: 100%;
	float: none;
}
#content {
	width: 100%;
	float: none;
}
#secondary {
	width: 100%;
}
#tertiary {
	width: 100%;
	float: none;
}
/* --- Main Nav --- */
#branding #mainnav {
	margin: 0;
	max-width: 100%;
}
/* --- Sub Nav --- */
nav#subnav {
	padding: 0;
	margin: 5px 0 0 0;
}
}

/* --- Smartphones --- */
@media screen and (max-width : 620px) {
#page {
	padding: 0 20px 20px;
	background-color:#fff;
}
/* --- Footer ---- */
#colophon {
	width: 100%;
	float: none;
}
}
