/*
 Theme Name:     Public Child
 Theme URI:      http://example.com/twenty-thirteen-child/
 Description:    Twenty Twelve Child Theme
 Author:         Jim Zullo
 Author URI:     http://publicia.syr.edu
 Template:       twentytwelve
 Version:        1.0.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../twentytwelve/style.css');
@import url( 'http://fonts.googleapis.com/css?family=Nunito:400,700' );


/* =Theme customization starts here
-------------------------------------------------------------- */
#page{
    margin-top: 20px;
}


.site-header{
  max-width: 940px;
}
  
/* main navigation */

#site-navigation{
    background-color:#000000;
    display: block;
    margin: 0 auto;
    border: none;
   }
     
.menu-public-nav-container{
   max-width: 940px;
   background-color: #000000;
}


#site-navigation ul{
       padding-left: 10px;
       border: none;
     }
   
#site-navigation a{
       color:#EDBB2F;
       margin: 0 0 0 0;
       padding-left: 10px;
       padding-right: 10px;
       font-size: 13px;
    }
    
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a{
        font-weight: normal;
    }
    
  
#site-navigation a:hover{
       background-color:#333333;
       
   }
.nav-menu li{
      margin-left: -1px;
       margin-right: -1px;
       padding-left: 5px;
       padding-right: 5px;
   }
   
 /* Fonts */
.entry-header .entry-title{
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-weight:  bold;   
  }
  
.entry-header .entry-title a{
    color: #000000;
}

.entry-header .entry-title a:hover{
    color: #cd0000;
    text-decoration: none;
}
 
.entry-content p {
  color: #222;
  font-size: 15px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 18px;
}

.entry-content p > strong {
  color: #333;
}

a{
    color:#cd0000;
}

a:hover{
    color:#333333;
    text-decoration: none;
}

/* comments section */
#respond h3#reply-title{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.site-info{
    display:none;
}

.comments-link a, .entry-meta a{
    color: #cd0000;
}

.comments-link a:hover, .entry-meta a:hover{
    color:#333333;
    text-decoration: none;
}

​/* widget area heading */

 .widget-area .widget h3 {
    color: #222;
    font-weight: bold;
 }

 #main .widget-area a:hover, #main .widget-area a:link, #main .widget-area a:active 
 *{
    color: #8B0000;
    }
 
.widget-area a:link, .widget-area a:visited {
    text-decoration: none;
    }

.widget-area .widget-area p{
        margin-bottom: -20%;
    }
/* minor mobile menu adjustment */

@media ( max-width: 600px ) {
 .menu-public-nav-container{
   background-color:transparent;
 }
 #site-navigation {
   background-color:transparent;
 }  
}

