/*
Theme Name:     GovPress-ChildTheme-For-Faculty
Description:    Use this child theme for faculty sites
Author:         Robert
Template:       govpress

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
@import url("../govpress/style.css");
b{color:#ff5600}
p{margin-bottom:0px;}
#site-navigation{background-color:#013f70;}
#secondary .widget-title, .site-footer{background-color:#002540}

/**Robert CSS*/
#site-navigation{background-color:#013f70} 
#secondary .widget-title, .site-footer{background-color:#002540} .dark-smell{width:50%;display:inline;} *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } 

/**side bar college and university links*/
#college-directory {padding-top:10px;}
#college-directory ul li{list-style: none;margin-left:-15px; margin-bottom: 5px;}
.college-directory a{text-decoration: none; font-weight: bold;}
.college-directory a:hover{text-decoration: none;}
		
/**side bar rss setting*/
li span{margin-bottom:10px;}
.rss-date{display:block;}

/**put the toggle menu a little bit left*/
h1.menu-toggle{margin-right:10px;}

/*added by Lori for Ritter's site*/
ul{margin: 0 0 1.5em 1em;text-indent:0}
li{margin:.5em 0}
.outdent{text-indent:-3em;margin-left:3em;list-style:none}

/*BELOW CSS---added by Mary */
/*override margin by code above which adds spacing main nav items */
.nav-menu li{margin: 0;}

/*page body content paragraph padding */
.entry-content p{margin: 1.5em 0 1.5em;}

/*padding for addthis sidebar element*/
div .addthis_toolbox {margin:10px 10px -5px;}

/*adjusted Robert's inline styling for sidebar faculty title and contact */
div.user-info-home img {margin-top:20px;}
.user-info-home p{margin: 0; padding: 3px 0;line-height: 14px; font-size:12px; }

/*enough padding for two digits to line up on the left*/
ol.numbered {
	padding-left:32px;
	list-style-type:decimal
}
/* indented */
ol.indented {
	margin-left:16px
}

