/* This is the Child Theme for the Raven Society */

@import url('../simplicity/style.css');

/*
Theme Name: simplicity_raven
Theme URI: http://aig.alumni.virginia.edu
Description: The Simplicity theme that Brittany gave us but with additional features for the Raven Society
Author:  Jeff Kennedy
Version: 0.0.1
Template: simplicity
Tags: AIG
*/


/*This is to override the navaigation font.  (Use .nav a)*/
.nav { z-index:99; margin:0; padding:0; list-style:none; line-height:1; }
.nav a  { position:relative; border:1px solid transparent; color:#3E4245; display:block; z-index:100; padding:3px 8px; line-height:16px; text-decoration:none; text-shadow:none; font-size:13px; }
.nav li  {
	float:left;
	margin: 0 5px;
	width: auto;
	line-height: 1.2em;
}
.nav li a.sf-with-ul { padding-right:20px; }



/*This is to override the subnavigation details*/
	.nav li ul  {
	font-size:13px;
	background: #ddd;
	margin:5px 0 0;
	padding:10px 0 0;
	position: absolute;
	left: -999em;
	width: 180px;
	border: 1px solid #e3e3e3;
	z-index:9999;
	line-height: 1.2em;
}
	.nav li ul li { margin:0; }
	.nav li ul li a  { padding:8px 15px; width:150px; color:#0D3268 !important; background: none; font-size:0.8em;}
	.nav li ul li a:hover  { font-weight:bold; }
	.nav li ul li a.sf-with-ul { padding-right:0; }
	.nav li ul ul  { margin: -35px 0 0 170px !important; }
	
	#navigation {
    border-top: 1px solid #333;
}

/* This will take care of the box over the Navigation Menu */

.nav li.current_page_item a, 
.nav li.current_page_parent a,
.nav li.current-menu-ancestor a,
.nav li.current-cat a,
.nav li.current-menu-item a,
.nav li.sfHover { 
	border: 1px solid #ddd;
	border-color: rgba(0,0,0,.15); 
	
	/* Border Radius */ 
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; 
	
	/* Gradient Background */
	background: #bbb;
  	background: -moz-linear-gradient(100% 100% 90deg, #bbb, #d8d6d3);
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbb), to(#d8d6d3));

	/* Box Shadow */
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.03);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.03);
	box-shadow: 0 1px 1px rgba(0,0,0,.03);
}

	

/* This is to display the Social Media icons in a row in the right column */

.socialmedia-buttons a {
	display: inline-block !important;
}
	

