/* CSS to over ride styles */

/*
Website name: Virginia Cooperative Extension
Website url: http://www.ext.vt.edu
Latest update: July 29, 2014

Author: Joshua Chambers
Contact: jechambe@vt.edu

Version: 0.8.0

*/
@import url(container.css);
@import url(header.css);
@import url(navigation.css);
@import url(gateway.css);
@import url(mainbody.css);
@import url(sidebar.css);
@import url(sidenav.css);
@import url(footer.css);
@import url(homepage.css);

@import url(medium.css)(min-width: 768px) and (max-width: 1060px);
@import url(small.css)(max-width: 767px);

/*
CSS Sections:

 - Body
 - Resources
 */
 
/* Body */

/* I'm not sure what these even do, but I'm keeping them here commented just in case

#vt_body_col ul.vt_rl_first
{
	margin-bottom: 0;	
}

#vt_body_col ul.vt_rl_last
{
	margin-top: 0;	
} */

/* Table sorter styles. We MAY need these later but I'm not sure it's even implemented yet
#sortTable table.tablesorter thead tr th.header
{
	line-height: 1.4em;
	padding: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
}

#vt_body_col .dataTables_wrapper
{
	min-height: 10px;	
}

#vt_body_col table tr th,
#sortTable table.tablesorter thead tr th.header
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
}

#vt_body_col table tbody tr.even td
{
	background: #ffffff;	
}

#vt_body_col table tbody tr.odd td
{
	background: #FFFEF8;	
}

table.vt_dataTable th span.ui-icon
{
	display: none;
	display: inline-block;
	float: right;
}*/

/* Resource styles that we may need for publications
#sortTable .resourceAuthorList
{
	margin: 0;	
}

div#vt_bio_resource_content div#vt_tag_list,
div#vt_dept_resource_content div#vt_tag_list
{
	margin-top: 20px;	
}

div#vt_media_body
{
	border-bottom: 0;	
}*/
 
/* Sidebar */
/* These were probably old resource styles. May use them again. keeping just in case
div#vt_dept_image div.vt_small_img
{
	float: none;
	margin: auto;	
}

div#vt_department div#vt_right_col div#vt_bio_dept li
{
	background: none;
	padding-left: 0;
	font-size: 1em;	
}

div#vt_department div#vt_right_col div#vt_bio_dept li ul li
{
	background:	url(/global_assets/images/li_af761b.gif) no-repeat left 4px;
	padding-left: 20px;
	font-size: 1.2em;
} */

/* Resource Styles 
div#vt_resource_identifier h3,
div#vt_resource_authors h3,
div#vt_resource_rights h3,
div#vt_resource_publisher h3,
div#vt_resource_date h3
{
	display: none;	
}

div#vt_resource_authors,
div#vt_resource_rights,
div#vt_resource_publisher,
div#vt_resource_date
{
	font-style: italic;
	font-size: 0.9em;	
}

#vt_body_col .vt_img_caption_left p,
#vt_body_col .vt_img_caption_center p,
#vt_body_col .vt_img_caption_right p
{
	background: transparent;
	font-size: 1.1em;	
}*/

/* Trying to fix google cutting of long title in search results 
.gsc-wrapper .gsc-result .gs-title
{
	height: auto;	
}*/