/*********************
Fonts for Law

**** Law is using Typography.com to purchase these fonts.  Username: lawcomm@virginia.edu ****

Gotham Light - “News & Media” in the banner
font-family: "Gotham A", "Gotham B", Arial, sans-serif;
font-style: normal;
font-weight: 300;

Gotham Book
font-family: "Gotham A", "Gotham B", Arial, sans-serif;
font-style: normal;
font-weight: 400;

Gotham Narrow Book - navigation bar 
font-family: "Gotham Narrow A", "Gotham Narrow B", Arial, sans-serif;
font-style: normal;
font-weight: 400;

Gotham Narrow Light - “Trending” and “Faculty in the News”
font-family: "Gotham Narrow A", "Gotham Narrow B", Arial, sans-serif;
font-style: normal;
font-weight: 300;

This file will hold styles for the mobile version of your website (mobile first).
This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.less will apply site-wide.

**** Colors ****

Hyperlinks in body text - #336699, underlined; on hover, no underline
Orange Headers, hyperlinks - #B85F26
Orange backgrounds - #D87F46
Lists of links - default to no underline, underline on hover

Hyperlinks - change to text decoration none, border bottom 1px using guide below:
Blue
color: #336699;
text-decoration: none;
border-bottom: 1px solid #9EBEDE; (changed slightly a couple days after we sent first one)

Orange
color: #b85f26;
text-decoration: none;
border-bottom: 1px solid #e4b698;

Gray
color: #666666;
text-decoration: none;
border-bottom: 1px solid #aaaaaa;

**********************/

/*********************************************************
** General Styles
**********************************************************/
#zone-user-wrapper .region-user-second {
	width: 32%
}

/*********************************************************
** Main Menu Styles
**********************************************************/
#zone-menu-wrapper #zone-menu {
	width: 1200px
}

#zone-menu-wrapper #zone-menu ul#main-menu li {
	padding: 0 20px
}

#zone-menu-wrapper #zone-menu ul#main-menu li a {
	letter-spacing: .02em
}

/*********************************************************
** Quicklinks Styles
**********************************************************/
#zone-user-wrapper .region-user-second .quicklinks div.links {
	margin-left: -562px;
	width: 886px;
	padding: 25px 30px
}

#zone-user-wrapper .region-user-second .quicklinks div.links ul {
	margin: 0 30px 0 0;
}

#zone-user-wrapper .region-user-second .quicklinks div.links ul.col3 {
	width: 230px
}

#zone-user-wrapper .region-user-second .quicklinks div.links ul.col4 {
	width: 160px
}

/********************************
** Title/Zone-Branding Styles
*********************************/
#zone-branding-wrapper #zone-branding .site-name {
	font-size: 60px;
}

/*********************************************************
** Main Content Styles
**********************************************************/
#zone-content-wrapper #zone-content,
#zone-content-wrapper #zone-content #region-content {
	width: 1200px
}

#zone-content-wrapper #zone-content #region-content.grid-9 {
	width: 930px
}

/*********************************************************
** Postscript & Footer Styles
**********************************************************/
#zone-postscript-wrapper #zone-postscript #region-postscript-first {
	width: 20%
}

#zone-postscript-wrapper #zone-postscript #region-postscript-second {
	width: 79%
}

#zone-postscript-wrapper #zone-postscript #region-postscript-second .footercol {
	margin-right: 40px
}

#zone-postscript-wrapper #zone-postscript #region-postscript-second .col1 {
	margin-left: 35px
}

#zone-footer-wrapper #zone-footer #region-footer-first {
	margin-left: 24px;
	width: 18%
}

#zone-footer-wrapper #zone-footer #region-footer-second {
	width: 15%
}

#zone-footer-wrapper #zone-footer #region-footer-third {
	width: 27%
}

#zone-footer-wrapper #zone-footer #region-footer-fourth {
	width: 31%
}

#zone-postscript-wrapper #zone-postscript #region-postscript-second .col5 {
	margin-right: 0px
}