/*
Theme Name: Voice
Template: vantage
Author: Chen Pollina
Version: 1.0
Updated: 2014-11-12 19:57:24
*/

@charset "UTF-8";
@import url('../vantage/style.css');

body:before {
    content: " ";
    width: 100%;
    height: 100%;
    position:fixed;
    z-index: -1;
    top: 0;
    left: 0;
    background: -moz-radial-gradient(top center, ellipse cover, rgba(255,255,255,0.1) 40%,rgba(0,0,0,0.2) 90%);
    background: -webkit-radial-gradient(top center, ellipse cover, rgba(255,255,255,0.1) 40%,rgba(0,0,0,0.2) 90%);
    background: -o-radial-gradient(top center, ellipse cover, rgba(255,255,255,0.1) 40%,rgba(0,0,0,0.2) 90%);
    background: radial-gradient(top center, ellipse cover, rgba(255,255,255,0.1) 40%,rgba(0,0,0,0.2) 90%);
}
#page-wrapper{
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75);
  padding-top:0;
  margin-top:20px;
  border-radius: 20px;
}
header#masthead{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
 

}
.main-navigation ul {
 display: inline-block;
  padding-bottom:0;
  margin-bottom:0;
}
#masthead {
 text-align: center;
}
.menu-menu-1-container{
  height:44px;
}
#colophon {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#colophon{
margin-bottom:20px;
background:#2f3033;
padding:10px;
}
#colophon #theme-attribution,#colophon #site-info{
text-align:center;
margin-top:10px;
color:#AAAAAA;
font-size:11.5px;
}
body{
  background-image: url(http://www.jmorrisvoice.com/wp-content/uploads/2015/04/bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

#panel-7-1-0-0, #panel-7-1-1-0{
  border:thin solid rgba(0,0,0,0.2);
  padding:10px;
  background-color:#4E84DA;
}
.site-main{
  min-height:300px;
}