/*

Theme Name: Sophie Blackall
Description: Sophie Blackall theme based on Twenty Twelve
Author: Catherine Hnatov
Version: 0.0.1
Template: twentytwelve

*/

@import url('../twentytwelve/style.css');

body {
    background-color: #E6E6E6;
}

body .site {
    width: 68.5714rem;
	margin-bottom: 3.42857rem;
    margin-top: 0px;
	margin-top: 0rem;
    padding: 0 2.85714rem;
}

/* HEADER */
.site-header h1, .site-header h2 {
    text-align: left;
}

.site-header h1 {
    font-size: 1.85714rem;
    line-height: 1.84615;
    margin-bottom: 0;
}

/* NAVIGATION */
.menu-toggle {
    display: none;
}

a { text-decoration: none; }

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
    color: #636363;
    font-weight: bold;
}


.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
color: #c22047;
font-weight: normal;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    border-bottom: 0px solid #EDEDED;
    border-top: 0px solid #EDEDED;
    display: inline-block !important;
    text-align: center;
    width: 100%;
}

.main-navigation li {
    margin: 0 2.85714rem 0 0;
    position: relative;
}

.main-navigation li a, .main-navigation li {
    display: inline-block;
}

.main-navigation li a {
   order-bottom: 1px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
font-size: 12px;
font-weight: normal;
letter-spacing: 1px;
color: #8ea3ad;
line-height: 2.692307692;
text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
}

.main-navigation li ul {
    display: none;
    position: absolute;
}

.main-navigation ul li:hover > ul {
    display: block;
}

.main-navigation li ul ul {
    left: 100%;
    top: 0;
}

.main-navigation li ul li a {
    background: #efefef;
    border-bottom: 1px solid #ededed;
    display: block;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
    padding: 8px 10px;
    padding: 0.571428571rem 0.714285714rem;
    width: 180px;
    width: 12.85714286rem;
}

.main-navigation li ul li a:hover {
    background: #e3e3e3;
    color: #444;
}



/* ENTRY */
.site-content {
    float: left;
    width: 65.1042%;
}
.site-content article {
border-bottom: 0px;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
border-radius: 0;
box-shadow: none;
margin-top: 0px;
}

.widget-area {
    float: right;
    width: 26.0417%;
}

.entry-header .entry-title {
    font-size: 1.57143rem;
}
a[title='Semantic Personal Publishing Platform'] { display: none; }


