/*
 Theme Name:     Panorama Advisors
 Theme URI:      http://iHost.net
 Description:    Twenty Twelve Child Theme
 Author:         iHost.net
 Author URI:     http://iHost.net
 Template:       twentytwelve
 Version:        1.0.0
*/

@import url("../twentytwelve/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.entry-content h2 {
color: #666644;
font-weight: 600;
}
img.header-image {
border-radius: 0;
box-shadow: 0 0 0;
}
.header-image {
margin-top: 0;
}
.site-header {
background: #e6eebb; /* Old browsers */
background: -moz-linear-gradient(top,  #e6eebb 0%, #ffffff 35%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6eebb), color-stop(35%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e6eebb 0%,#ffffff 35%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e6eebb 0%,#ffffff 35%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e6eebb 0%,#ffffff 35%); /* IE10+ */
background: linear-gradient(to bottom,  #e6eebb 0%,#ffffff 35%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6eebb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
padding: 0;
}
.main-navigation {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.site-content article {
border-bottom: none;
margin-bottom: 0;
}
footer[role="contentinfo"] {
border-top: none;
background: #5a9600;
padding: 0.5rem 0;
}
footer[role="contentinfo"], footer[role="contentinfo"] a {
color: #fff;
}
.site-info {
text-align: center;
}


@media screen and (min-width: 960px) {
body {
background-color: #fff;
}
body .site {
margin-top: 0;
margin-bottom: 1rem;
box-shadow: 0 0 0;
background: inherit;
}
#main {
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.9);
padding: 1rem;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #f9fbee url(/wp-content/uploads/2014/06/bg.jpg) no-repeat top right;
border: 5px solid #d2e3b9;
}
}


@media screen and (min-width: 600px) {
.main-navigation li {
margin: 0;
}
.main-navigation li a {
color: #6a6a6a;
line-height: 1.2;
text-transform: none;
padding: 0.2rem 2rem;
margin: 0.5rem 0;
font-weight: bold;
}
.main-navigation li a:hover, .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: #fff;
background: #599400; /* Old browsers */
background: -moz-linear-gradient(top,  #599400 0%, #a5c500 10%, #a5c500 40%, #599400 50%, #599400 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#599400), color-stop(10%,#a5c500), color-stop(40%,#a5c500), color-stop(50%,#599400), color-stop(100%,#599400)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #599400 0%,#a5c500 10%,#a5c500 40%,#599400 50%,#599400 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #599400 0%,#a5c500 10%,#a5c500 40%,#599400 50%,#599400 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #599400 0%,#a5c500 10%,#a5c500 40%,#599400 50%,#599400 100%); /* IE10+ */
background: linear-gradient(to bottom,  #599400 0%,#a5c500 10%,#a5c500 40%,#599400 50%,#599400 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#599400', endColorstr='#599400',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #599400;
}
}