/*  ==========================================================================
	Master application stylesheet for USF Applications
	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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size: .813em; 
	line-height: 1.5;
	font-family: Arial, sans-serif;
	color: #666;
}
ul, ol {
	margin: 0 0 1.5em 25px;
}
ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0;
}
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;
}
a:link, a:visited {
	font-weight: bold;
	color: #057b56;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #7fb539;
}
h2 {
    color: #057B56;
    font: 2.25em/1.333em Garamond,"Times New Roman",serif;
    margin-bottom: 0.65em;
}
h3, h4, h5, h6 {
	font-weight: bold;
	font-family: Arial, sans-serif;
}
h4, h5, h6, p {
	margin-bottom: 1.5em;
}
h3 {
    font-size: 1.2em;
    line-height: 1.25em;
    margin-bottom: 1.25em;
}
h4 {
	color: #057B56;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h6 {
	font-style: italic;
	font-weight: normal;
}



/*  ==========================================================================
	Global Elements
    ==========================================================================  */ 
.container:before, .container:after {
    content:"";
    display:table;
}
.container:after {
    clear:both;
}
.container {
    *zoom:1;
}
.top-bar, .inside-header, #content, #footer {
	width: 1000px;
	padding: 0 10px;
	margin: 0 auto;
}
.main-navigation ul, .footer-navigation ul {
	margin: 0;
	list-style: none;
}

/* 	Form Defaults
	Adapted from Bootstrap v2.3.2
	Copyright 2012 Twitter, Inc
    Licensed under the Apache License v2.0
    http://www.apache.org/licenses/LICENSE-2.0
    Designed and built with all the love in the world @twitter by @mdo and @fat.
    ==========================================================================  */ 

form {
	margin: 0 0 20px;
}
fieldset {
	padding: 0;
	margin: 0 0 20px;
	border: 0;
}
.app-form ol {
	list-style: none;
	margin: 0;
}
.app-form li li {
	margin-bottom: 0;
}
legend, .legend {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 0;
	border-bottom: 1px solid #dcddde;
	background-color: #f7f7f7;
	font-size: 20px;
	line-height: 2;
}
.lt-ie8 legend, .lt-ie8 .legend {
	margin-left: -7px;
}
legend small, .legend small {
	font-size: 15px;
	color: #999999;
}
label,
.label,
input,
button,
select,
textarea {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
}
label, .label {
	font-weight: bold;
}
input,
button,
select,
textarea {
	font-family: Arial, sans-serif;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
label, .label {
	display: block;
	margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	display: inline-block;
	height: 30px;
	width: 100%;
	padding: 4px 6px;
	margin-bottom: 10px;
	color: #555555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 20px;
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.lt-ie8 textarea,
.lt-ie8 input[type="text"],
.lt-ie8 input[type="password"],
.lt-ie8 input[type="datetime"],
.lt-ie8 input[type="datetime-local"],
.lt-ie8 input[type="date"],
.lt-ie8 input[type="month"],
.lt-ie8 input[type="time"],
.lt-ie8 input[type="week"],
.lt-ie8 input[type="number"],
.lt-ie8 input[type="email"],
.lt-ie8 input[type="url"],
.lt-ie8 input[type="search"],
.lt-ie8 input[type="tel"],
.lt-ie8 input[type="color"],
.lt-ie8 .uneditable-input {
	height: 20px;
}
textarea {
	height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #4fb394;
	border-color: rgba(35, 160, 121, 0.8);
	outline: thin dotted;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	*margin-top: 0;
	/* IE7 */

	margin-top: 1px \9;
	/* IE8-9 */

	line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}
select,
input[type="file"] {
	height: 30px;
	/* In IE7, the height of the select element cannot be changed by height, only font-size */

	*margin-top: 4px;
	/* For IE7, add top margin to align select with labels */

	line-height: 30px;
}
select {
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
select[multiple],
select[size] {
	height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	border-color: #4fb394;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999999;
}
input,
textarea,
.uneditable-input {
	margin-left: 0;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
	cursor: not-allowed;
	background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
	background-color: transparent;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
	color: #b94a48;
	border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7;
}


/*  ==========================================================================
	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("//cdn.usf.edu/themes/sun-globe/global/1.0.0/images/header/banner/banner.jpg") no-repeat center top;
	overflow: hidden;
}

/* 	Logo Bar
    ==========================================================================  */   
.top-bar-wrapper {
	background: #12825f url("//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("//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 {
	display: block;
	float: left;
}
.top-bar-logo img {
	vertical-align: middle;
}
.top-bar-nav {
	margin: .427em 0;
	float: right;
	font-size: .9em;
}
.top-bar-item {
	margin-left: .476em;
	float: left;
}
.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 form {
	margin-bottom: 0;
}
#top-bar-search-input {
	width: 100px;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	color: #314942;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#top-bar-search-input:focus {
	outline: none;
}
#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;
}

/* 	Banner
    ==========================================================================  */
.banner {
	padding: 3em 0;
}
.banner-title {
	width: 700px;
	margin-bottom: .115em;
	font: 3em Garamond, "Times New Roman", serif;
}
.banner-subtitle {
	margin-bottom: 0;
	letter-spacing: 2px;
}
.banner-title a, .banner-subtitle a {
	color: #057b56;
	font-weight: normal;
}
.banner-subtitle a {
	text-transform: uppercase;
}
.banner-logo-link {
	display: block;
}
.banner-logo {
	vertical-align: middle;
}

/* 	Navigation
    ==========================================================================  */
.main-navigation {
	z-index: 1;
}
.main-navigation ul {
	background: #138360 url("//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;
}
.main-navigation .main-nav-five li {
	width: 200px;
}
.main-navigation .main-nav-four li {
	width: 250px;
}
.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, .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 a:hover, .main-navigation a:active, .main-navigation a:focus {
	background: url("//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;
}

/* 	Page Title
    ==========================================================================  */  
.page-title-plain-text {
	margin-bottom: .1em;
	padding: .5em 0 .25em;
	border-bottom: 1px solid #dcddde;
	color: #057b56;
	font: 3em/1em Garamond, "Times New Roman", serif;
}

/* 	Breadcrumbs
    ==========================================================================  */ 
.breadcrumbs {
	margin: 0 auto 1.5em;
	text-align: right;
}
.breadcrumbs ul {
	margin-left: 0;
}
.breadcrumbs li {
	display: inline;
	color: #999;
	font-size: .9em;
	line-height: 1.667em;
}
.breadcrumbs a {
	font-weight: normal;
} 

/*  ==========================================================================
	Footer
    ==========================================================================  */
.footer-content {
	border-top: 1px solid #dcddde; 
	padding: 3em 0;
}
.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;
}


