/*
Theme Name: Embed
Theme URI: 
Author: Hendro Prayitno
Author URI: http://amdhas.com/
Description: Simple and elegant one coloumn twentytwelve child theme.
Version: 1.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column
template: twentytwelve
*/

@import url('../twentytwelve/style.css');
body{
         border-top:20px solid #333;
         word-wrap:break-word
         }
blockquote{
	font-family: Georgia,  "Bitstream Charter",  serif;
	font-style: italic;
        font-weight: normal;
	margin: 2em 2.2em;
	line-height:1.4em;
}
blockquote em,  
blockquote i,  
blockquote cite  {
	font-style: normal;
}
blockquote cite  {
color: #666;
	font: 12px "Helvetica Neue",  Helvetica,  Arial,  sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}	
blockquote:before, 
q:before {
	content:'"';
	font-size:4em;
        margin-right:5px;
	float:left;
	text-align:right;
}
blockquote,  q  {
	quotes: "" "";
}
a:link{
         text-decoration:none;
         }
#page{
          margin:0 auto;
          width:75%;
          background:inherit;
          box-shadow:none;
          }
hgroup .site-title{
          font-size:4em;margin-top:15px;
          line-height:1;
          text-align:center;font-family:Helvetica, arial, sans-serif;
          }
hgroup .site-description{
          font-size:1.5em;
          text-align:center
          }
#primary.site-content{
          width:100%;
          }
#secondary.widget-area{
          width:100%;
          }
aside.widget{
         float:left;
         width:22%;
         padding:10px;
         }
.widget-area .widget h3 {
	 margin-bottom: 4px;	
         }
.entry-content{
         font-size:1.2em;
         font-family:verdana, arial, sans-serif;
         font-weight:400;
         }
header.entry-header h1.entry-title{
        font-size:2.6em;
        line-height:1;
         }
.site-content article {
    padding-bottom: 1.71429rem;
    margin-bottom: 2.14286rem;
    border-bottom: 4px double rgb(237, 237, 237);
}
.main-navigation ul{
         padding-left:15px;
         }
aside.widget h3{
         font-size:1em;margin-bottom:0;
         }

@media screen and (max-width: 767px) {
aside.widget{
         float:none;
         width:100%;
         }
hgroup .site-title{
          font-size:1.5em;
          
          }
hgroup .site-description{
          font-size:1em;      
          }
header.entry-header h1.entry-title{
        font-size:1.6em;
         }
}