/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Containers
--------------------------------------------------------------------------------*/

.row .twelve.columns
{
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}

#menu
{
	width: 99%;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/

.row .one.column,
.row .two.columns,
.row .three.columns,
.row .four.columns,
.row .five.columns,
.row .six.columns,
.row .seven.columns,
.row .eight.columns,
.row .nine.columns,
.row .ten.columns,
.row .eleven.columns,
.row .twelve.columns
{
	display: inline;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}

.row .three.columns,
.row .four.columns
{
	display: none;
}

.row .six.columns
{
	width: 48%;
}

.row .nine.columns
{
	width: 99%;
}

.row .twelve.columns
{
	width: 98%;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/

.alpha
{
	margin-left: 0;
}

.omega
{
	margin-right: 0;
}

/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/

.row .one.column
{
	width: 6.333%;
}

.row .two.columns
{
	width: 14.666%;
}

.row .four.column
{
	width: 31.333%;
}

.row .five.columns
{
	width: 39.666%;
}

.row .seven.columns
{
	width: 56.333%;
}

.row .eight.columns
{
	width: 64.666%;
}

.row .ten.columns
{
	width: 81.333%;
}

.row .eleven.columns
{
	width: 89.666%;
}

#sidebar, #hide {display: none;}

/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: none;
	color: #000;
	font-size: 11px;
	padding: 0 0 0 0;
}


/* anchors
----------------------------------------------- */
a {
	color: #007A0E;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#007A0E;
	text-decoration: underline;
}

.container
{
	margin: 0 auto;
	padding: 4px 0px;
	width: 99%;
	height: 17px;
	background: #fff;
}

/* general
----------------------------------------------- */
.trans {background: none;}
.left {float: left;}
.right {float: right;}


/* 960 grid system container background
----------------------------------------------- */
.twelve.columns {
	background:#fff;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight:normal; font-size: 2em;
}


/* branding
----------------------------------------------- */
#logo span {display:none;}
#logo {display:none;}
#logo a {display:none;}
#logo a:hover {display:none;}

/* page heading
----------------------------------------------- */
#page-heading {
	font-weight:normal;
	padding:.1em .5em 0 0px;
	margin:2px 0 6px 0;
	/* border-bottom:1px solid #ccc;*/
	font-size: 24px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
}

/* page heading
----------------------------------------------- */
#nav-heading {
	font-weight:normal;
	padding:.1em .5em 0 0;
	margin:8px 0 6px 0;
	border-top:3px solid #000;
	font-size: 18px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
}

.row .four.columns h2 a {
	background-position: 97% 50%;
}
.row .five.columns h2 a {
	background-position: 98% 50%;
}
.row .twelve.columns h2 a {
	background-position: 99% 50%;
}

.row h2 a.hidden,
.row h2 a.hidden:hover {
	background-image: url("/wp-content/themes/USFLibrary2014/images/switch_plus.gif");
}
.row h2 a:hover {
	background-color:#111;
}
.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
	line-height: 16px;
}
.black_box {
	font-size: 1em;
	text-align: center;
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:6px 6px 6px 6px;
	

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}
.black_box a {color: #beaa63;}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}

#menu, #menu ul, #menu li, .megamenu_container, .megamenu_light_bar, .megamenu_light, .megamenu_greytheme, .megamenu  {
	display: none;
}


/* menus
----------------------------------------------- */
ul.megamenu {
	list-style:none;
	border-top:1px solid #bbb;
}
ul.megamenu li {
	margin:0;
}
ul.megamenu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #ccc;
}
ul.megamenu li a:hover {
	background:#eee;
}
ul.megamenu li a:active {
	background:#ccc;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:10px;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:uppercase;
}
ul.section li a {
	background:#bbb;
}
ul.section li a.menuitem {
	color: #fff;
	padding-left: 5px;
	font-size: 0.9em;
	text-shadow: 1px 1px 1px #333;
	text-decoration: none;
}
ul.section li a.menuitem:first {
	background:#bbb;
}
ul.section li a.menuitem:hover {
	background:#aaa;
}
ul.section li a:hover {
	background:#aaa;
}
ul.section li a:active {
	color:#fff;
	background:#666;
}
ul.section li li a {
	background:#fff;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#666;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#fff;
	border-bottom:1px solid #ccc;
}
ul.section ul.current li a:hover {
	background:#eee;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#666;
}
ul.section li a.current:hover {
	background:#555;
}
ul.section li a.current:active {
	background:#444;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#666;
	cursor:default;
}


/* table
----------------------------------------------- */
table {
	width:100%;
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 2em;
}
table a {
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted;
}
table a:hover {
	border-bottom-style:solid;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th,
thead td {
	border:1px solid #523A0B;
	border-width:1px 0;
	background:#EBE5D9;
	padding:.4em 1em .2em;
	vertical-align:top;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#000;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
	border:1px solid #fff;
	border-width:1px 0;
	background: #eee;
	vertical-align:top;
}
tbody tr.odd th,
tbody tr.odd td {
	border-color:#EBE5D9;
	background:#F7F4EE;
}
tbody tr:hover td,
tbody tr:hover th {
	background:#ffffee;
	border-color:#523A0B;
	}
caption {
	font-family:Georgia,Times,serif;
	font-weight:normal;
	font-size:1.4em;
	text-align:left;
	margin:0;
	padding:0.5em 0.25em;
	}
tfoot th,
tfoot td {
	border:1px solid #523A0B;
	border-width:1px 0;
	background:#EBE5D9;
	background:#eee;
	vertical-align:top;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}

#search {
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	padding:0px 0px;
	width: 490px;
	height: 36px;
}
#search input {
	font-family:Arial, Helvetica, sans-serif;
	background:transparent url(/wp-content/themes/USFLibrary2014/images/bkgrd-search.png) no-repeat scroll 0 0;
	border:none;
	font-size:1.4em;
	color:#444444;
	padding:0px 0px 0px 30px;
	width:364px;
	height: 32px;
	float:left;
}
#search input:focus, #search input:hover, #search button:focus, #search button:hover {
	background:transparent url(/wp-content/themes/USFLibrary2014/images/bkgrd-search.png) no-repeat scroll -490px 0;
}
#search button {
	text-transform: uppercase;
	background:transparent url(/wp-content/themes/USFLibrary2014/images/bkgrd-search.png) no-repeat scroll -394px 0px;
	border: 0px;
	font-size:1.4em;
	color:#000000;
	padding:0px 0px 0px 0px;
	font-weight: bold;
	height:32px;
	width:96px;
	float:left;
	text-shadow: 1px 1px 1px #fff;
	
}
#search button:focus, #search button:hover {
	background:transparent url(/wp-content/themes/USFLibrary2014/images/bkgrd-search.png) no-repeat scroll -884px 0px;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
	cursor: pointer;
}


/* list-items
----------------------------------------------- */
#homelist-items {
	margin-bottom:0px;
}
#homelist-items h4 {color: #000; line-height: 1.2em;}
#homelist-items h5 {color: #000; font-weight: bold;}
#homelist-items h5 a {color: #000; font-weight: bold;}
#homelist-items h5 a:hover {color: #000; text-decoration: none;}

#homelist-items ul {
	margin-bottom: 10px;
		
}
#homelist-items li {
	font-size:1em;
	line-height: 15px;
	margin-left: 0px;
	list-style-type: none;
	padding: 0px 0px 4px 10px;
	background: transparent url(/wp-content/themes/USFLibrary2014/images/li_main-alt.gif) no-repeat 0px 4px;
}
#homelist-items li.locked {
	font-size:1em;
	line-height: 15px;
	margin-left: -1px;
	list-style-type: none;
	padding: 0px 0px 4px 11px;
	background: transparent url(/wp-content/themes/USFLibrary2014/icon_lock-color.png) no-repeat 0px 1px;
}
#homelist-items li img {
	vertical-align: text-bottom;	
}
#homelist-items a {
	color:#575757;
	font-weight: normal;
}
#homelist-items a:hover {
	color:#a89989;
	text-decoration: underline;
}

/* project initiatives
----------------------------------------------- */
#projects p {
	font-size: 1em;
	line-height: 1.2em;
	padding-bottom: 10px;
}


/* site information
----------------------------------------------- */
#site_info {
	display: none;
}
#site_info p {
	color:#fff;
	margin-bottom:0.5em;
	line-height: 16px;
}
#site_info a {
	color:#fff;
	font-weight: normal;
}
#site_info a:hover {
	color:#fff;
	text-decoration: underline;
}
#site_info img {vertical-align: text-bottom;}
#site_info p {font-size: 1em;}


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 5px 5px 3px 5px;
	background: #f5f3ee;
	border-top: 1px solid #d7d7d7;
	font-weight: normal;
	cursor: pointer;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
	color: #413838;
}
.element p {
	margin: 0;
	padding: 4px;
	font-size: 1em;
	line-height: 1.2em;
}
.element li {
	padding-left: 16px;
	margin-left: 0px;
	list-style-type: none;
	background: transparent url/wp-content/themes/USFLibrary2014/images/li_sidenav.gif) no-repeat 6px 2px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian a {font-size: 11px;}
#accordian-block {
	padding-bottom:10px;
}

/* WP captions
-------------------------------------------------------------- */

.wp-caption {
	background: #f1f1f1;
	line-height: 14px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0px;
}
.wp-caption p.wp-caption-text {
	color: #333;
	font-size: 11px;
	font-style: italic;
	margin: 5px;
	padding-top: 5px;
}
.wp-smiley {
	margin: 0;
}

/* Mootools Kwicks
----------------------------------------------- */
#kwick-box { 
	padding:0;
	overflow:hidden;
}
#kwick-box h2 { 
	margin:0;
}
#kwick {
	position: relative;
}
#kwick .kwicks {
	display: block;
	background: #999;
	height: 120px;
	list-style:none;
	margin:0;
	overflow:hidden;
}
#kwick li {
	float: left;
	margin:0;
	padding:0;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 100px;
	width: 215px;
	padding: 10px;
	background: #fff;
}
#kwick .kwick span {
	color:#fff;
}
#kwick .one {
	background: #666;
}
#kwick .two {
	background: #777;
}
#kwick .three {
	background: #888;
}
#kwick .four {
	background: #999;
}

#tabMenu {height:25px;} 
#tabMenu a:link {text-decoration: none; color: #fff;}
#tabMenu a:hover {text-decoration: none; color: #666666;}
#tabMenu a:visited {} 
#tabContent {height: 75px; margin-bottom: 30px; padding: 0px 0px 0px 0px;} 
#tabContent .content {display: none;} 
#tabContent .active {padding: 0px 0px; display:block;}
* html #tabContent .content {border-bottom: 1px solid #bcb9b9; border-left: 1px solid #bcb9b9; border-right: 1px solid #bcb9b9; height: 75px; padding: 1em 8px; background: #fff url(/wp-content/themes/USFLibrary2014/images/bkgrd_tab.gif) repeat-x 0px 0px;}
#tabContent .content {border-bottom: 1px solid #bcb9b9; border-left: 1px solid #bcb9b9; border-right: 1px solid #bcb9b9; height: 75px; padding: 1em 8px; margin-top: 0px; background: #fff url(/wp-content/themes/USFLibrary2014/images/bkgrd_tab.gif) repeat-x 0px 0px;}

.tabmenu {margin:0 auto; padding:0; height:25px; width:100%; display:block; background: transparent url(/wp-content/themes/USFLibrary2014/images/basic_tab2.png) repeat-x;} 
.tabmenu li {padding:0; margin: 0; list-style: none; display: inline;} 
.tabmenu li a {float: left; margin: 0 2px 0 0; padding-left: 9px; line-height: 8px; display: block; color: #fff; text-decoration: none; cursor: pointer; background: transparent url(/wp-content/themes/USFLibrary2014/images/basic_tab2.png) 0px -25px no-repeat;} 
.tabmenu li a span {line-height: 25px; float: left; display: block; padding-right: 10px; background: transparent url(/wp-content/themes/USFLibrary2014/images/basic_tab2.png) 100% -25px no-repeat;} 
.tabmenu li a:hover {background-position: 0px -75px; color: #666666;} 
.tabmenu li a:hover span {background-position: 100% -75px;} 
.tabmenu li a.active {line-height:25px; background: transparent url(/wp-content/themes/USFLibrary2014/images/basic_tab2.png) 0px -50px no-repeat;}
.tabmenu li a.active span {background: transparent url(/wp-content/themes/USFLibrary2014/images/basic_tab2.png) 100% -50px no-repeat; color: #666666;}
.tabmenu li a.active:hover {line-height:25px; background: transparent url(/wp-content/themes/USFLibrary2014/images/basic_tab2.png) 0px -50px no-repeat;} 
.tabmenu li a.active:hover span {background: transparent url(/wp-content/themes/USFLibrary2014/images/basic_tab2.png) 100% -50px no-repeat; color: #666666; cursor: default;}
.dummyend[id]{clear:both;}

.rounded {-moz-border-radius:5px; -webkit-border-radius:5px;}
/* CLEAR and hide spans ------ */
.imgbtn, .txtbtn {position:relative; border:1px solid #ccc; padding:10px 5px; margin-bottom:0px; background:#fff url(/wp-content/themes/USFLibrary2014/images/bkgrd_imgbtn.png) repeat-x 0 bottom;}
.imgbtn img {border: 0px;}
.imgbtn img.left {position:absolute; z-index:100; bottom: 1px; left:0px; margin:0; border: 0px;}
.imgbtn div.right {width:65%;}
.imgbtn h3 {margin:0; font-size:1.6em;}

.qbutton {
	line-height:50px;
	margin: 5px auto;
	text-align: center;
	z-index: 100;
}

.qbutton a:link, .qbutton a:visited, .qbutton a:active {
	font-size:16px;
	padding: 5px;
	background: #cbb97d url(/wp-content/themes/USFLibrary2014/images/qbutton_bg.png) top left repeat-x;
	border:1px solid #bdbdbd;
	color:#ffffff;
}
.qbutton a:hover {
	background:#e7debc url(/wp-content/themes/USFLibrary2014/images/qbutton_hover_bg.png) top left repeat-x;
	text-decoration: none;
}

.gbutton {
	line-height:50px;
	margin: 5px auto;
	text-align: center;
	z-index: 100;
}
.gbutton a:link, .gbutton a:visited, .gbutton a:active {
	font-size:16px;
	padding:5px;
	background: #004331 url(/wp-content/themes/USFLibrary2014/images/gbutton_bg.png) top left repeat-x;
	border:1px solid #bdbdbd;
	color:#ffffff;
}
.gbutton a:hover {
	background:#005941 url(/wp-content/themes/USFLibrary2014/images/gbutton_hover_bg.png) top left repeat-x;
}