/*
Theme Name: accentbox-child
Theme URI: http://mythemeshop.com/themes/accentbox
Author: Amc
Author URI: http://mythemeshop.com/
Description: AccentBox-child theme.
Template: accentbox
Version: 1.0
*/

@import url("../accentbox/style.css");

@font-face {
    font-family: 'CaudexRegular';
    src: url('fonts/Caudex-Regular-webfont.eot');
    src: url('fonts/Caudex-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Caudex-Regular-webfont.woff') format('woff'),
         url('fonts/Caudex-Regular-webfont.ttf') format('truetype'),
         url('fonts/Caudex-Regular-webfont.svg#CaudexRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CrimsonRoman';
    src: url('fonts/Crimson-Roman-webfont.eot');
    src: url('fonts/Crimson-Roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Crimson-Roman-webfont.woff') format('woff'),
         url('fonts/Crimson-Roman-webfont.ttf') format('truetype'),
         url('fonts/Crimson-Roman-webfont.svg#CrimsonRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CrimsonBold';
    src: url('fonts/Crimson-Bold-webfont.eot');
    src: url('fonts/Crimson-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Crimson-Bold-webfont.woff') format('woff'),
         url('fonts/Crimson-Bold-webfont.ttf') format('truetype'),
         url('fonts/Crimson-Bold-webfont.svg#CrimsonBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CrimsonBoldItalic';
    src: url('fonts/Crimson-BoldItalic-webfont.eot');
    src: url('fonts/Crimson-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Crimson-BoldItalic-webfont.woff') format('woff'),
         url('fonts/Crimson-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/Crimson-BoldItalic-webfont.svg#CrimsonBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CrimsonItalic';
    src: url('fonts/Crimson-Italic-webfont.eot');
    src: url('fonts/Crimson-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Crimson-Italic-webfont.woff') format('woff'),
         url('fonts/Crimson-Italic-webfont.ttf') format('truetype'),
         url('fonts/Crimson-Italic-webfont.svg#CrimsonItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CrimsonSemibold';
    src: url('fonts/Crimson-Semibold-webfont.eot');
    src: url('fonts/Crimson-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Crimson-Semibold-webfont.woff') format('woff'),
         url('fonts/Crimson-Semibold-webfont.ttf') format('truetype'),
         url('fonts/Crimson-Semibold-webfont.svg#CrimsonSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CrimsonSemiboldItalic';
    src: url('fonts/Crimson-SemiboldItalic-webfont.eot');
    src: url('fonts/Crimson-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Crimson-SemiboldItalic-webfont.woff') format('woff'),
         url('fonts/Crimson-SemiboldItalic-webfont.ttf') format('truetype'),
         url('fonts/Crimson-SemiboldItalic-webfont.svg#CrimsonSemiboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    background: none;
    color: #333;
	font-family:'CrimsonRoman', Georgia, "Times New Roman", Times, serif;
	font-size:105%;
}

a {
	text-shadow:none;
}

#header {
    float: left;
    margin: 0;
	padding-top: 1em;
    position: relative;
    width: 100%;
}

#header img {
    float: left;
}

.main-header {
    background-image: none;
    border-bottom: 2px solid #239742;
}

#header h1, #header h2 {
	float:none;
    font-family: 'CaudexRegular', Georgia, "Times New Roman", Times, serif;
    font-size: 5em;
    line-height: 48px;
    margin: 20px 0 10px;
	text-transform: none;
}

#slogan {
    color: #E88934;
    font-size: 1.2em;
    margin-bottom: 0.75em;
}

#logo a {
    color: #239742;
    text-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #239742;
    font-family: 'CrimsonRoman', Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    margin-bottom: 12px;
    text-shadow: none;
}

/* === Menu === */

#navigation {
    font-size: 1em;
}

#navigation ul ul {
	border: 1px solid #239742;
}

.secondary-navigation a {
    color: #239742;
    font-family: 'CrimsonBold', Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    line-height: 1.2em;
    padding: 1em 2em 0 0;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.25s linear 0s;
}

.social {
    float: right;
    margin-top: 1em;
}

.social a {
	padding-right:0;
}

/* === Entradas === */

.title {
    font-family: 'CrimsonRoman', Georgia, "Times New Roman", Times, serif;
    font-size: 1.8em /*22pt*/;
	font-weight:bold;
	margin-bottom: 0.5em;
}


.post-content {
    font-size: 1em;
}

.title a, .title {
    color: #333;
    text-shadow: none;
}

.theauthor, .thecomment {
    display: none;
}

.thecategory a {
    color: #8B65A4;
	text-transform: uppercase;
	font-weight: bold;
}

.more {
    box-shadow: none;
	display:none; /* oculta el bot�n 'leer m�s' */
    float: right;
    font-size: 0.875em;
    letter-spacing: 0;
    margin: 1em 0;
}

.more a:hover {
	color:#E88934;
}

.bubble {
	display:none;
}

.bubble a {
    background-color: #D7E5D0;
    color: #239742;
    font-family: 'CrimsonRoman', Georgia, "Times New Roman", Times, serif;
}

.bubble a:hover {
	color:#FFF;
}

p {
	text-align: justify;
}
/* === Widgets === */

.widget h3 {
	border-bottom: solid 1px #239742;
	border-top: solid 2px #239742;
    color: #333333;
    font-family: 'CrimsonRoman', Georgia, "Times New Roman", Times, serif;
    font-size: 1.25em;
    font-style: normal;
    line-height: 26px;
    margin-bottom: 5px;
    text-shadow: none;
}

.widget li {
    background: url("images/bg.jpg") repeat scroll 0 0 transparent;
    border-bottom: 2px solid #FFFFFF;
    display: block;
	font-size: 0.95em;
    list-style-type: none;
    overflow: hidden;
    padding: 0.5em;
}


#menu-paginas li {
    background: url("images/bg.jpg") repeat scroll 0 0 transparent;
    padding: 0.5em;
}

.page_item, .cat-item {
    font-weight: bold;
}

.ad-300 img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    padding: 0;
}

.twitter-timestamp {
	color:#239742;
	font-size:0.875em;
}
/* === Footer === */

body > footer {
    background: url("images/bg.jpg") repeat scroll 0 0 transparent;
    border-bottom: medium none;
    border-top: 2px solid #239742;
}


em, i, cite {
	 font-family: 'CrimsonRoman', Georgia, "Times New Roman", Times, serif;
}

.wp-caption-text {
	color:#239742;
    font-size: 0.75em;
}

.home .featured-thumbnail {
    display: none;
}

@media only screen and (max-device-width: 480px) {

#header h1, #header h2 {
	font-size:2.75em;
}

#header img {
	float:none;
}
}