/*   
Theme Name: mediastico
Description: A search engine optimized website framework for WordPress.
Version: 1.0
.
Your theme will be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/


/* Import a basic layout */
@import url('styles/2c-r.css');

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


/* =General
-------------------------------------------------------------- */

a {
    border-bottom: 1px dotted #666;
    color: #666;
    text-decoration: none;
}
a:hover {
    border-bottom: 1px solid #00A2F3;
    color: #00A2F3;
}

/* =Header
-------------------------------------------------------------- */

#branding {
    margin-bottom: 80px;
    margin-top: 80px;
}

#blog-title {
    color: #444;
    font-size: 5.6em;
    height: 65px;
    line-height: normal;
    overflow: hidden;
}
#blog-title a {
    color: #444;
}
#blog-title a:hover {
}
#blog-description {
    font-size: 1.6em;
    line-height: normal;
    margin-top: 5px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
    margin-bottom: 1.5em;
}
.skip-link {
    display: none;
}
.menu ul {
    border-bottom: 2px solid #EEE;
    list-style: none;
    margin: 0;
    padding: 0.5em 0;
}
.menu ul ul {
    display: none;
}
.menu li {
    display: inline;
    margin-right: 1em;
}
.menu a {
    border: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.menu .rss a span {
    color: #EB9A38;
}
.menu .rss a:hover span {
    color: #00A2F3;
}


/* =Content
-------------------------------------------------------------- */

.post {
    margin: 0 0 3em 0;      
}
.entry-title {
    color: #00A2F3;
    font-size: 2.4em;
    line-height: 1.2;
}
.entry-title a {
    border: 0;
    color: #00A2F3;
}
.entry-title a:hover {
}
.entry-meta {
    color: #666;
    font-size: 0.8em;
    font-style: italic;
    padding-bottom: 0.2em;
}
.entry-content, .entry-summary {
    margin: 1.5em 0 0 0;
}
.entry-content h3 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1em;
}
.entry-content blockquote {
    background: url(images/blockquote-bg.png) no-repeat;
    border-right: 5px solid #EEE;
    clear: both;
    font-size: 1.3em;
    font-style: italic;
    line-height: 1.5;
    margin-left: 0;
    padding-left: 3em;
    padding-right: 20px;
}
.entry-content .alignnone {
    float: left;
    margin-left: -150px;
    margin-right: 20px;
}
.entry-content .wp-caption {
    text-align: right;
}
.entry-content .wp-caption a {
    border: 0;
}
.entry-content .wp-caption .wp-caption-text {
    font-size: 0.8em;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
        margin: 0 0 1.5em 0;
        overflow: auto; 
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
    list-style: none;
}
.widget-area ul ul {
    margin-left: 1.1em;
}
.widget-area ul ul ul {
    margin-left: 2.5em;
}
.widget-container {
    margin: 0 0 1.5em 0;
}
.widget-title {
    color: #666;
    font-size: 1.5em;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
    border-top: 2px solid #EEE;
    font-size: 0.8em;
    padding: 0.5em 0;
    text-align: right;
}