/*  ==========================================================================
	Master stylesheet for USF Enterprise CMS
	Author: USF University Communications and Marketing
	Author URL: http://www.usf.edu/ucm/
    ==========================================================================  */

/*  ==========================================================================
	Reset CSS
	http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
	License: none (public domain)
    ==========================================================================  */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: none;
}
body {
	font-size: .813em; 
	line-height: 1.5;
	font-family: Arial, sans-serif;
	color: #666;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
	font-size: 1em;
	border: 0;
}
a:link, a:visited {
	font-weight: bold;
	color: #057b56;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #7fb539;
}
p {
	margin-bottom: 1.5em;
}


/*  ==========================================================================
	Global Elements
    ==========================================================================  */
   
.container:before, .container:after {
    content:"";
    display:table;
}
.container:after {
    clear:both;
}
.container {
    *zoom:1;
}
.top-bar, .inside-header, #content, .footer {
	width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}


/* 	Accessibility
    ==========================================================================  */
	
a.skip-link, a.skip-link:hover, a.skip-link:visited, .hidden {
	width:1px;
	height:1px;
	position:absolute;
	left:-9999px;
	top:auto;
	overflow:hidden;
}
a.skip-link:active, a.skip-link:focus {
	width:auto;
	height:auto;
	position:static; 
}

/*  ==========================================================================
	Header
    ==========================================================================  */

.header {
	min-width: 1020px;
	background: #f1edbe url("http://cdn.usf.edu/themes/sun-globe/global/1.0.0/images/header/banner/banner.jpg") no-repeat center top;
	overflow: hidden;
}


/* 	Top Bar
    ==========================================================================  */   
.top-bar-wrapper {
	background: #12825f url("http://cdn.usf.edu/themes/sun-globe/global/1.0.0/images/header/top-bar/top-bar.jpg") repeat-x;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0c6a4d), to(#12825f));
   	background-image: -webkit-linear-gradient(top, #0c6a4d, #12825f);
   	background-image:    -moz-linear-gradient(top, #0c6a4d, #12825f);
   	background-image:     -ms-linear-gradient(top, #0c6a4d, #12825f);
   	background-image:      -o-linear-gradient(top, #0c6a4d, #12825f);
}
.top-bar {
	background: url("http://cdn.usf.edu/themes/sun-globe/global/1.0.0/images/header/top-bar/top-bar-glow.jpg") no-repeat left top;
}
.top-bar a {
	color: #fff;
}
.top-bar .skip-link {
	float: left;
}
.top-bar-logo {
	float: left;
	display: block;
}
.top-bar-logo img {
	vertical-align: middle;
}
.top-bar-nav {
	margin: 0.427em 0;
	float: right;
	font-size: .9em;
}
.top-bar-item {
	float: left;
	margin-left: .476em;
}
.top-bar-search {
	width: 130px;
	margin: 0 1em 0 0;
	padding: .25em;
	background-color: #fff;
	display: block; /* show the actual search box ... */
	position: relative;
	border: 1px solid #1d8d6a;
}
#top-bar-search-input {
	width: 100px;
	border: none;
	color: #314942;
}
#top-bar-search-button {
	width: 14px; 
    height: 14px;
    position: absolute;
    top: 5px; 
    right: 5px;
}
.top-bar-search + a.top-bar-item {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}
a.top-bar-item, a.top-bar-item:visited {
	margin-top: .6em;
	padding-left: .476em;
	border-left: 1px solid #fff;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
}
a.top-bar-item:first-child {
	margin-left: 0;
}
.top-bar-weather {
	margin-left: .952em;
}
.top-bar-weather a {
	display: block;
	font-weight: normal;
}
.top-bar-weather .wx-current-icon {
	float: left;
	margin-right: .5em;
	vertical-align: middle;
	width: 23px;
	height: 23px;
}
.top-bar-weather .wx-temperature {
	float: left;
	margin: .6em 0 0 0;
	line-height: 1em;
}




/* 	Inside Header/Banner
    ==========================================================================  */
.banner {
	padding: 3em 0;
}
.banner-logo-link {
	display: block;
}


/* 	Navigation
    ==========================================================================  */ 
.main-navigation {
	z-index: 1;
}
.main-navigation ul {
	background: #138360 url("http://cdn.usf.edu/themes/sun-globe/global/1.0.0/images/header/main-navigation/main-navigation.jpg") repeat-x;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#23a079), to(#0f7254));
   	background-image: -webkit-linear-gradient(top, #23a079, #0f7254);
   	background-image:    -moz-linear-gradient(top, #23a079, #0f7254);
   	background-image:     -ms-linear-gradient(top, #23a079, #0f7254);
   	background-image:      -o-linear-gradient(top, #23a079, #0f7254);
   	-moz-border-radius: 10px 10px 0px 0;
	-webkit-border-radius: 10px 10px 0px 0;
	border-radius: 10px 10px 0px 0;
	-moz-box-shadow:    0px 1px 10px rgba(0, 0, 0, .35);
  	-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, .35);
  	box-shadow:         0px 1px 10px rgba(0, 0, 0, .35);
}
.main-navigation li {
	width: 165px;
	float: left;
	text-align: center;
	border-bottom: none;
	-moz-box-shadow:    none;
  	-webkit-box-shadow: none;
  	box-shadow:         none;
}
.main-navigation a, .main-navigation a:visited {
	padding: .75em 0;
	color: #fff;
	display: block;
	border-left: 1px solid #3ea485; 
	-moz-box-shadow:    -1px 0px 0px #166c51;
  	-webkit-box-shadow: -1px 0px 0px #166c51;
  	box-shadow:         -1px 0px 0px #166c51; /* dark border then light boxshadow */
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: normal;
}
.main-navigation li:first-child a {
	-moz-box-shadow:    none;
  	-webkit-box-shadow: none;
  	box-shadow:         none;
	border-left: none;
	margin-left: -1px;
}
.main-navigation a:hover, .main-navigation a:active, .main-navigation a:focus {
	background: url("http://cdn.usf.edu/themes/sun-globe/global/1.0.0/images/header/main-navigation/main-navigation-rollover.png") no-repeat center center;
}


/*  ==========================================================================
	Content
    ==========================================================================  */
#content {
	padding-top: 1.5em;
}

/*  ==========================================================================
	Footer
    ==========================================================================  */

.footer-content {
	padding: 3em 0;
	border-top: 1px solid #dcddde; 
}
.footer-info {
	width: 450px;
	float: left;
}
.footer-navigation {
	width: 450px;
	float: right;
}
.footer-usf-logo {
	margin-bottom: 1.5em;
}
.footer-navigation a {
	font-weight: normal;
}
.footer-navigation ul {
	width: 135px;
	float: left;
	margin: 0 1em 1.5em 0;
}
.footer-navigation li {
	margin-bottom: .5em;
}


