/*
Theme Name: Observatory
Theme URI: http://eun.org
Description: Child theme from twentytwelve for EUN observatory
Author: Bill Griffin
Author URI: http://eun.org
Template: twentytwelve
Version: 0.1
*/
 
@import url("../twentytwelve/style.css");

/* to remove elements use the following css changing id and class names to what you wish to hide
#id_name class_name {
    display: none;
} */

/* http://allaboutbasic.com/2011/06/15/wordpress-com-theme-twenty-eleven-css-style-sheet-modification-change-site-titledescriptionpost-titlecommentsmenussidebar-and-more/ */


/* change the size of the logo img */

#site-title img {
height:150px;
width:176px;
}

/* header color changes */

#branding {
border-top: 2px solid #fac800;
background: #fff url(images/observatoryLogo.png) no-repeat;
}

/* hide search box */

#branding #searchform {
display: none;
}

/* change menu color */

#access {
    background: none repeat scroll 0 0 #0068ad;
}

#access li:hover > a,#access ul ul :hover > a,#access a:focus {
background:#1983d1; /* changes bg color of drop-down menus that have the mouse over them */
color:white; /* changes text color when moused over */
}

#access ul ul a {
background: white; /* changes bg color of drop-down menus that do not have mouse over them */
