/*
Theme Name:     My Twenty Twelve Child
Theme URI:
Description:    My Child theme
Author:         Emily Jaffe
Author URI:
Template:       twentytwelve
Version:        1
*/
@import url("../twentytwelve/style.css");
body {
font-family: Helvetica;
}
a {
color: #42A0D9;
}

a:hover {
color: #86BE0C;
}

img.header-image {
box-shadow: 0 0px 0px;
margin-top: 7px;
margin-left: 198.5px;
}

body .site {
margin-top:0px;
padding: 0px;
margin-bottom: 0px;
box-shadow: 0 0px 0px;
}

.site {
background-color:transparent;
}
.site-header {
padding: 0px;
background: url("/img/nav_bg.png") repeat-x #eeebe2;
width: 100%;
height: 64px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);}

.widget-area {
float: left;
padding: 5px 5px 5px 20px;
background: #fff;
margin-top:50px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

.site-content {
float: right;
margin-top: 50px;
}
.site-content article {
border-bottom: 0px;}
h3.widget-title {
font-size: 46px;
color:#42A0D9;
font-weight: normal;
font-family: Helvetica;
}
.widget-area .widget h3 { margin-bottom:0px;}

li.cat-item{
width: 250px;
height: 25px;
padding: 6px 5px 5px 10px;
font-size: 16px!important;
}
.widget-area .widget li a{
color: #86BE0C;
text-decoration: none;}

.widget-area .widget li a:hover{
	color: #796D4A;
text-decoration: none;
}

.site-content article {
background: #fff;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
padding: 20px;

}

#cat{
font-style: italic;
}

.entry-date {
text-transform: uppercase;
font-size: 12px;
color: #42A0D9;
}

.entry-header .entry-title {
line-height: 27px;
margin-top:13px;
color: #796d4a;
font-size:21px;
}

.entry-header .entry-title a {
color: #796d4a;
}
.entry-meta{ clear:none;}
footer.entry-meta{
color: #796d4a!important;
}