/*
Theme Name:     lroggli
Theme URI:      http://lindaroggli.com/
Description:    Child theme for the Twenty Twelve theme 
Author:         Linda Carter
Author URI:     http://wonderwomanwebdesign.com/
Template:       twentytwelve
Version:        0.1.0
*/

@import url("font-kit/stylesheet.css");
@import url("../twentytwelve/style.css");




/* Child Theme styles 
-------------------------------------------------------- */


/* =Structure
----------------------------------------------- */

body {
    background-color: #faf3de;
    font-family: 'OptimaLTStdRoman', "Optima LT Std", Arial ;
}


body.custom-font-enabled {
    font-family: 'OptimaLTStdRoman', "Optima LT Std", Arial ;
}

body .site {
    box-shadow: 0 4px 16px rgba(36, 55, 89, 6);
    -webkit-border-radius: 12px;
    border-radius: 12px; 
    margin-bottom: 3.42857rem;
    margin-top: 1.42857rem;
    padding: 0;
}

.site-header {
    padding: 0;
}

hgroup {
  background-image: url(images/lindapix.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
   
.site-header h1 { 
    letter-spacing: 4px;
    font-size: 3.85714rem;
    padding: 5% 0 0;
    text-align: center;
    width: 50%;
    font-style: normal;    
}


.site-header h1 a, .site-header h2 a {
    color: #fff;
    font-weight: normal;
    text-align: center;
}


.site-header h2 {
    color: #fff;
    font-size: 175%;
    font-weight: normal;
    line-height: 1.84615;
    padding: 0 0 5.9% 0%;
    text-align: center;
    width: 50%;
}


.site-title {
  width: 50%;
  text-align: center;
}

.site-header {
                   
  text-align: center;
}

.main-navigation {
    margin-top: 0;
    background: none repeat scroll 0 0 #21304C;
    }

.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
    border-bottom: 9px double #3E547D;
    border-top: 5px double #3E547D; 
    text-align: center; 
 }
 

.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: #faeadd;
    } 
 

body.template-front-page .site-content, body.single-attachment .site-content, body.full-width .site-content {
    padding: 0;
    width: 100%;
}

.template-front-page .site-content article {
    border: 0 none;
    margin: 0 7em;
}

.site-info {
    text-align: center;
}


.right {
  float: right;
  margin: 0 0 5px 5px;
}

.home-right {
  float: right;
  margin: 0 15px 5px 5px;
}

.left {
  float: left;
  margin: 0 5px 5px 0;
}

.clear-floats {
  clear: both;
}

#column {
    width: 50%;
    float: left;
    text-align: center;
    margin: 0 0 25px;
  }


@media screen and (max-width: 600px) {
  
  .site-header h1 {
    font-size: 1.85714rem;
 
}
.site-header h2 {

    font-size: 100%;

}
}