/*
    Theme Name: AgriFlex-Research
    Description: Custom theme created for Texas A&M AgriLife Research.
    Author: AgriLife Communications
    Version: 1.0

	Template: AgriFlex
	
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* =Global Elements
-------------------------------------------------------------- */

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-tap-highlight-color: rgba(0,150,0,3);
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; margin-top: 2em;	border-right: 1px solid #E3E1D5; 	border-top: 1px solid #E3E1D5; font-family: verdana, clean, sans-serif; font-size: 11px;}
td { vertical-align: top; }

tr {
	margin: 0;
	border-bottom: 1px solid #E3E1D5;
}

td,th {
	line-height: 1.3em;
	text-align: left;
	padding: 20px 8px;
	border-left: 1px solid #E3E1D5;
}

th {
	text-align: center;
}

tr:nth-child(odd) {
	background: #f9f9f7;
}

tr:nth-child(even) {
	background: #fff;
}

tr:first-child {
	background: #f1f0e8;
}
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }
::-moz-selection { background: #f9fd87; color: #000; text-shadow: none; }
::selection { background: #f9fd87; color: #000; text-shadow: none; }


body {
	background: #fff;
	font: 62.5% "minion-pro-1","minion-pro-2", 'Cambria', 'Georgia', 'Times New Roman', serif;
	line-height: 1.2em;
	color: #433c3a;	
}
/*-- Target Modernizr.no-touch class  --*/
.no-touch body {
    text-rendering: optimizeLegibility;	/*-- Only target non touch based screens --*/
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.2em;
	clear: both;
}

h1 {
	font-size: 2.7em;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 2.4em;
}

h4 {
	font-size: 2.3em;
}

h5 {
	font-size: 1.6em;
}

h6 {
	font-size: 1.3em;
}

ol, 
ul {
	list-style: none;
}

.wrap {
	position: relative;
	margin: 0 auto;	
}

#wrapper {
	margin: 0 auto;	
	max-width: 975px;	
}

/* Text elements */
p {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	font-size: 1.2em;
}

#content .post ul li,
#content .page ul li {
	margin: .5em 0;
	font-family: verdana, clean, sans-serif;
	font-size: 13px;			
}

ul {	
	list-style: none;
	margin: 1.2em 0 1.2em 4.5em;
}
ol {
	list-style: decimal;
	margin: 1.2em 0 1.2em 4.5em;
}
ol li {
	margin: 0 0 .6em 0;
}

ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin: 0px 0px 0px 1em;
}

ul ul ul li,
ol ol ol li,
ul ol ul li,
ol ul ul li {
	margin: .2em 1em;
}

#content dl, #content dd {
	margin-bottom: .5em;
}

dt {
	font-weight: bold;
	
}

strong {
	font-weight: bold;
}

cite,
em,
i {
	font-style: italic;
}

ins {
	background: #ffc;
	text-decoration: none;
}

blockquote {
	font-style: italic;
	padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

pre {
	background: #222;
	color: #fff;
	margin-bottom: 1.8em;
	padding: 1.5em;
	overflow: scroll;
}

abbr {
	border-bottom: 1px dotted #666;
	cursor: help;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

audio {
	width: 100%;
	color: #999;
}

.entry-utility, .navigation {
	font-size: 1.4em;
	line-height: 1.5em;
}

a {
	color:#111;
	text-decoration: none;
	border-bottom: 1px dotted #111;
	-webkit-transition: .3s color ease, .3s border ease;
	-moz-transition: .3s color ease, .3s border ease;	 
}

a:active,
a:hover {
	color: #332c2c;
	text-decoration: none;
	border-bottom: 1px solid #332c2c;	
}

body.collegeonly a {
	color:#8d0002;
	border-color: #8d0002;
}

body.collegeonly a:active,
body.collegeonly a:hover {
	color: #5b0125;
	border-color: #5b0125;	
}

body.tvmdlonly a{
	color:#477f80;
	border-color: #477f80;
}

body.tvmdlonly a:active,
body.tvmdlonly a:hover {
	color: #2c4e4f;
	border-color: #2c4e4f;	
}

body.extensiononly a {
	color:#00709e;
	border-color: #00709e;
}

body.extensiononly a:active,
body.extensiononly a:hover {
	color: #002838;
	border-color: #002838;	
}

body.researchonly a {
	color:#4e792f;
	border-color: #4e792f;
}

body.researchonly a:active,
body.researchonly a:hover {
	color: #1f3013;
	border-color: #1f3013;	
}

span.gigpress-sidebar-status a, .btn a, button.btn, a.gigpress-tickets-link {
	border-radius: 3px;	
	-webkit-box-shadow: 1px 1px 1px #d8d3ae;
	-moz-box-shodow: 1px 1px 1px #d8d3ae;
	box-shodow: 1px 1px 1px #d8d3ae;	
	border: 1px solid #726b60;
	padding: 0.5em 0.6em;
	font-size: 1.3em;
	color: #fff;
	background: #0094d0;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#958f85), to(#726b60));
	background: -moz-linear-gradient(top, #958f85, #726b60);
}

span.gigpress-sidebar-status a, .btn a:hover, button.btn:hover, a.gigpress-tickets-link:hover {
	cursor: pointer;
	background: #0082b7;	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#726b60), to(#958f85));
	background: -moz-linear-gradient(top, #726b60, #958f85);		
}

span.gigpress-sidebar-status a, .btn a:active, button.btn:active, a.gigpress-tickets-link:active {
	cursor: pointer;
	-webkit-box-shadow: 1px 1px 0 #e9e6d1;
	-moz-box-shodow: 1px 1px 0 #e9e6d1;
	box-shodow: 1px 1px 0 #e9e6d1;	
	background: #0082b7;	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#726b60), to(#645e54));
	background: -moz-linear-gradient(top, #726b60, #645e54);	
}

#drop-section .btn a, button.btn {
	-webkit-box-shadow: none;
	-moz-box-shodow: none;
	box-shodow: none;	
	border: 1px solid #00648d;			
}

#drop-section .btn a:hover, button.btn:hover {		
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0082b7), to(#0082b7));
	border: 1px solid #66a9d3;		
}

#drop-section .btn a:active, button.btn:active {
	border: 1px solid #73beed;
	-webkit-box-shadow: none;
	-moz-box-shodow: none;
	box-shodow: none;		
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* Logout Button for Password-protected posts */
a.logout_btn {
	border-radius: 5px;
 	background: #fff;
 	padding: 12px 9px;
 	margin: 10px auto;
 	width: 80%;
 	display: block;
 	font-size: 18px;
 	}

 a.logout_btn:hover {
 	background: #726B60;
 	color: #333;
 	}

/* =Extension Top Section
-------------------------------------------------------------- */

#drop-section-nav {
	position: relative;
	z-index: 3;		
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	background: #341f1a url('images/verticle-texture.png');
	color: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(6,6,6,.3);
	-moz-box-shadow: -4px 2px 5px rgba(6,6,6,.3);
	box-shadow: 0 2px 5px rgba(6,6,6,.3);	
}

#drop-section-nav #drop-nav {
	position: relative;
	margin: 0 auto 0;
}

#drop-section-nav #drop-nav ul {
	padding: 4px 0;
	margin: 0 0 0 10px;	
}

body.extension.research #drop-section-nav #drop-nav ul {

}

body.extension.research #drop-section-nav #drop-nav ul:hover {
	background-position: -250px 80%;
}

#drop-section-nav #drop-nav ul li {
	float: left;
	padding: 0 0 2px 0;
	line-height: .6em;
}

#drop-section-nav #drop-nav ul li.ask,
#drop-section-nav #drop-nav ul li.explore,
#drop-section-nav #drop-nav ul li.tx-ext-item,
#drop-section-nav #drop-nav ul li.college-item {
	padding: 0;
}

#drop-section-nav #drop-nav ul li a {
	position: relative;
	z-index: 2;	
	font: 12px "minion-pro-1","minion-pro-2", "cambria", Georgia, serif;
	color: #fff;
	border: none;
	padding: 5px 5px 0;
	margin-right: 5px;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;	
}
body.research.extension #drop-section-nav #drop-nav ul li {
	width: 20%;	
	margin-top: -9px;
	margin-bottom: -21px;
	-webkit-transition: margin .3s ease;
	-moz-transition: margin .3s ease;		
}
body.research.extension #drop-section-nav #drop-nav ul li:hover {	
}
body.research.extension #drop-section-nav #drop-nav ul li a {
	padding: 0;
	margin-right: 0;	
}
body.research.extension #drop-section-nav #drop-nav ul li a img {
						
}

#drop-section-nav #drop-nav ul li a[href*='ask'] {
	position: relative;
	z-index: 2;
	font-size: 1.3em;					
}

#drop-section-nav #drop-nav ul li a[href*='ask']:hover {
	background-color: #00709d;		
}

#drop-section-nav #drop-nav ul li .explore {
	position: relative;
	z-index: 2;
	font-size: 1.3em;
	color: 	#fff;			
}

#drop-section-nav #drop-nav ul li a {
	display: none;
}

#drop-section-nav #drop-nav ul li a[href*='extension'] {
	
}

#drop-section-nav #drop-nav ul li a[href*='aglifesciences'] {
	display: block;
	background: url('images/college-logo.png') no-repeat left top;
	margin-top: 5px;
	height: 38px;
	width: 180px;
	text-indent: -999em;		
}
body.research.extension #drop-section-nav #drop-nav ul li a[href*='aglifesciences'] {
	background: none;		
}


#drop-section-nav #drop-nav ul li a[href*='tvmdl'] {

}

#drop-section-nav #drop-nav ul li a[href*='research'] {

}

#drop-section-nav #drop-nav ul li a[href*='txforestservice'] {
	
}

#drop-section-nav #drop-nav ul li.right-align {
	display: none;
}

.collegeonly #drop-section-nav #drop-nav ul li a,
.extensiononly #drop-section-nav #drop-nav ul li a,
.researchonly #drop-section-nav #drop-nav ul li a,
.tvmdlonly #drop-section-nav #drop-nav ul li a {
	position: relative;
	z-index: 2;
	display: block;
	text-indent: -999em;
	background-repeat: no-repeat;
	background-position: left top;	
	width: 190px;
	height: 46px;
	margin-top: 2px;
}	
.tvmdlonly #drop-section-nav #drop-nav ul li a {
	height: 40px;
}

.extensiononly #drop-section-nav #drop-nav ul li a[href*='extension'] {
	background-image: url('images/ext-system-logo.png');
}

.extensioncountytce #drop-section-nav #drop-nav ul li a[href*='pvcep'] {
	background-image: url('images/cep-logo.png');
	width: 204px;
	margin-top: 0px;
}

.collegeonly #drop-section-nav #drop-nav ul li a[href*='aglifesciences'] {
	background-image: url('images/college-logo.png');
	margin-top: 8px;
	height: 39px;
}

.tvmdlonly #drop-section-nav #drop-nav ul li a[href*='tvmdl'] {
	background-image: url('images/tvmdl-logo.png');
	width: 90px;
}

.researchonly #drop-section-nav #drop-nav ul li a[href*='research'] {
	background-image: url('images/research-logo.png');
}

.tvmdlonly #drop-section-nav #drop-nav ul li a.client-login {
	background-image: none;
	text-indent: 0;	
	background: rgba(0,0,0,.3);
	border-radius: 5px;
	padding: 5px 10px;
	height: auto;
	width: auto;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.tvmdlonly #drop-section-nav #drop-nav ul li a.client-login:hover {
	background: rgba(0,0,0,.5);
}

.tvmdlonly #drop-section-nav #drop-nav .client-login-li {
	margin-top: 8px;
}

#drop-section  {
	background: #EAE8D9 ;
	border-bottom: 2px solid #fff;	
	color: #fff;
	padding-top: 30px;
}

#drop-section .flow {
	position: relative;	 
	overflow: hidden;
	margin: 0 auto;	
}

#drop-section .hidden {
	display: none;	
}

#drop-section .flow .contents {
	bottom: 0px;
	position: absolute;
	padding: 0 10px;		
}

#drop-section .flow .contents a {
	color: #eee;		
}

#drop-section .flow .contents a:hover {
	color: #fff;		
}

#drop-section .flow .contents .gform_wrapper {
	position: relative;
	padding: 23px 5px 5px 5px;
	float: left;
	width: 164px;
	background: #0084b9;		
}

#drop-section .flow .contents form label {
	display: block;	
	padding-left: 5px;	
	font-size: 14px;
}

#drop-section .flow .contents form input {
	margin-bottom: 8px;	
}

#drop-section .flow .contents form button[type=reset] {	
	border: 1px solid #1073a0;
	color: #ccc;
	background: #1073a0;
	padding: 2px 5px;	
}

#drop-section .flow .contents form button[type=submit] {	
	padding: 2px 12px;	
}

#drop-section .flow .contents form input,
#drop-section .flow .contents form textarea {
	background: #003950;
	font-size: 12px;
	color: #fff;
	border: 1px solid #034b6b;	
	padding: 2px 3px;
	width: 154px;	
	-moz-transition: background-color .15s linear;	
	-webkit-transition: background-color .15s linear;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
}

#drop-section .flow .contents form textarea {
	background: #003950;
	color: #fff;
	border: 1px solid #034b6b;	
	padding: 2px 3px;
	-moz-transition: background-color .15s linear;	
	-webkit-transition: background-color .15s linear;
}

#drop-section .flow .contents form input:hover,
#drop-section .flow .contents form textarea:hover {
	background: #002736;			
}

#drop-section .flow .contents form input:focus,
#drop-section .flow .contents form textarea:focus {
	background: #00151d;
	-webkit-box-shadow: 0 0 10px #12a6ed;
	-moz-box-shadow: 0 0 10px #12a6ed;
	box-shadow: 0 0 10px #12a6ed;			
}

#drop-section .flow .contents #top-level-nav {
	float: right;
	width: 760px;
	padding: 0 0 0 20px;
	border-top: 16px solid #f2a90f;	
}

#drop-section .flow .contents #top-level-nav #ext-intro {
	background: #f7d898;
	margin: 0 0 20px 0;
	padding: 15px 0;	
}

#drop-section .flow .contents #top-level-nav #ext-intro p {
	line-height: 16px;
	margin: 0;
	padding: 0 0 0 10px;
	color: #815a08;	
}

#drop-section .flow .contents #top-level-nav #ext-intro p a {
	background: rgba(3,3,3,.1);
	padding: 3px 5px;
	color: #815a08;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;		
}

#drop-section .flow .contents #top-level-nav #ext-intro p a:hover {
	background: rgba(3,3,3,.2);
}

#drop-section .flow .contents #top-level-nav .top-level-nav {
	float: left;
	width: 169px;
	margin-left: 20px;
	margin-bottom: 25px;
	padding: 2px;
	border: 1px dashed #d9d1ae;
	-webkit-transition: -webkit-box-shadow .2s ease-in;
}

#drop-section .flow .contents #top-level-nav .top-level-nav:hover {
	-webkit-box-shadow: 0 0 5px rgba(177, 168, 117,.9);
	-moz-box-shadow: 0 0 5px rgba(177, 168, 117,.9);
	box-shadow: 0 0 5px rgba(177, 168, 117,.9);	
	border: 1px solid #d9d1ae;		
}

#drop-section .flow .contents #top-level-nav .top-level-nav h2 {
	font: 12px "ff-dagny-web-pro-1","ff-dagny-web-pro-2", 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	text-transform: uppercase;
	padding: 7px 0 7px 38px;
	color: #815a08;
	background: #d0c69b url(images/top-level-arrow.png) no-repeat left -31px;	
	border-bottom: 1px solid #c6c097;
	-webkit-transition: border .3s ease-in;	
}

#drop-section .flow .contents #top-level-nav .top-level-nav:hover h2 {
	background-position: left top;
	border-bottom: 1px solid #d7960d;	
}

#drop-section .flow .contents #top-level-nav .business-nav {
	margin-left: 0; 
}

#drop-section .flow .contents #top-level-nav .top-level-nav .tags ul {
	margin: 5px 0;
}

#drop-section .flow .contents #top-level-nav .top-level-nav .tags ul li {
	display: inline;
	font-size: 11px;
	margin: 0;
}

#drop-section .flow .contents #top-level-nav .top-level-nav .tags ul li a {
	display: inline;
	float: left;
	font-size: 12px;
	padding: 2px 7px;
	color: #0082B6;
	margin: 0 3px 3px 0;
	background: #efede2;
	background: rgba(255,255,255,.25);
	border: none;
	-webkit-transition: background .1s ease-in;	
}

#drop-section .flow .contents #top-level-nav .top-level-nav:hover .tags ul li a {
	background: #efede2;
	background: rgba(255,255,255,.4);	
}

#drop-section .flow .contents #top-level-nav .top-level-nav:hover .tags ul li a:hover {
	background: #f8f7f2;
	background: rgba(255,255,255,.75);		
	border: none;	
	text-decoration: underline;
}


.collegeonly .gigpress-tickets-link {	
	border: 1px solid #860125;
	color: #fff;
	background: #860125;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ba012c), to(#860125));
	background: -moz-linear-gradient(top, #ba012c, #860125);
}

.collegeonly .gigpress-tickets-link, body.collegeonly .btn a:hover, body.collegeonly button.btn:hover, body.collegeonly a.gigpress-tickets-link:hover {
	color: #fff;		
	background: #ba012c;	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#860125), to(#ba012c));
	background: -moz-linear-gradient(top, #860125, #ba012c);		
}

.collegeonly .gigpress-tickets-link, body.collegeonly .btn a:active, body.collegeonly button.btn:active, body.collegeonly a.gigpress-tickets-link:active {
	background: #0082b7;	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ba012c), to(#860125));
	background: -moz-linear-gradient(top, #ba012c, #860125);	
}


body.tvmdlonly span.gigpress-sidebar-status a, body.tvmdlonly .btn a, body.tvmdlonly button.btn, body.tvmdlonly a.gigpress-tickets-link {	
	border: 1px solid #477f80;
	color: #fff;
	background: #477f80;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#59a0a1), to(#477f80));
	background: -moz-linear-gradient(top, #59a0a1, #477f80);
}

body.tvmdlonly span.gigpress-sidebar-status a, body.tvmdlonly .btn a:hover, body.tvmdlonly button.btn:hover, body.tvmdlonly a.gigpress-tickets-link:hover {	
	background: #59a0a1;	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#477f80), to(#59a0a1));
	background: -moz-linear-gradient(top, #477f80, #59a0a1);		
}

body.tvmdlonly span.gigpress-sidebar-status a, body.tvmdlonly .btn a:active, body.tvmdlonly button.btn:active, body.tvmdlonly a.gigpress-tickets-link:active {
	background: #3e6f70;	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#477f80), to(#3e6f70));
	background: -moz-linear-gradient(top, #477f80, #3e6f70);	
}

body.extensiononly span.gigpress-sidebar-status a, body.extensiononly .btn a, body.extensiononly button.btn, body.extensiononly a.gigpress-tickets-link {	
	border: 1px solid #004c6b;
	color: #fff;
	background: #004c6b;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00709e), to(#004c6b));
	background: -moz-linear-gradient(top, #00709e, #004c6b);
}

body.extensiononly span.gigpress-sidebar-status a, body.extensiononly .btn a:hover, body.extensiononly button.btn:hover, body.extensiononly a.gigpress-tickets-link:hover {	
	background: #00709e;	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#004c6b), to(#00709e));
	background: -moz-linear-gradient(top, #004c6b, #00709e);		
}

body.extensiononly span.gigpress-sidebar-status a, body.extensiononly .btn a:active, body.extensiononly button.btn:active, body.tvmdlonly a.gigpress-tickets-link:active {
	background: #003a52;	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#004c6b), to(#003a52));
	background: -moz-linear-gradient(top, #004c6b, #003a52);	
}

body.researchonly span.gigpress-sidebar-status a, body.researchonly .btn a, body.researchonly button.btn, body.researchonly a.gigpress-tickets-link {	
	border: 1px solid #5a8c37;
	color: #fff;
	background: #5a8c37;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#72b145), to(#5a8c37));
	background: -moz-linear-gradient(top, #72b145, #5a8c37);
}

body.researchonly span.gigpress-sidebar-status a, body.researchonly .btn a:hover, body.researchonly button.btn:hover, body.researchonly a.gigpress-tickets-link:hover {	
	background: #72b145;	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5a8c37), to(#72b145));
	background: -moz-linear-gradient(top, #5a8c37, #72b145);		
}

body.researchonly span.gigpress-sidebar-status a, body.researchonly .btn a:active, body.researchonly button.btn:active, body.researchonly a.gigpress-tickets-link:active {
	background: #4e7a30;	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5a8c37), to(#4e7a30));
	background: -moz-linear-gradient(top, #5a8c37, #4e7a30);	
}

body.collegeonly #drop-section .btn a, button.btn {	
	border: 1px solid #d00031;			
}

body.collegeonly #drop-section-nav {
	background-color: #5b0125;
	border-bottom: 1px solid #5b0125;	
}

body.tvmdlonly #drop-section-nav {
	background-color: #477f80;
	border-bottom: 1px solid #477f80;	
}

body.extensiononly #drop-section-nav {
	background-color: #004c6b;
	border-bottom: 1px solid #004c6b;	
}

body.researchonly #drop-section-nav {
	background-color: #5a8c37;
	border-bottom: 1px solid #5a8c37;	
}

body.collegeonly #drop-section-nav #drop-nav ul li.tx-uni-item a {
	padding: 1px 20px;
	margin-left: 10px;
	text-indent: -999em;
	height: 32px;
	width: 194px;
	display: block;
	background: url('images/college-logo.png') no-repeat left center;
}

body.collegeonly #drop-section .flow .contents #ext-intro {	
	border-color: #fff;			
	background: #ece5c2;		
}

body.collegeonly #drop-section .flow .contents #ext-intro p {	
	color: #5a0024;	
}

body.collegeonly #drop-section .flow .contents #ext-intro p a {
	background: #d5c380;
	color: #815a08;		
}

body.collegeonly #drop-section .flow .contents #ext-intro p a:hover {
	background: #b19e56;
}

body.collegeonly #drop-section .flow .contents #ext-intro p.ask-text {	
	color: #5a0024;	
}

body.collegeonly #drop-section .flow .contents #top-level-nav .top-level-nav {
	border-color: #d9d1ae;
}

body.collegeonly #access li a[title='home'] {
	background-image: url('images/home-college.png');
}

#college-top-level-section, .ask, .explore  {
	display: none;
}

/* =Header
-------------------------------------------------------------- */

#header {
	overflow: hidden;	
}
#site-title {
	text-align: center; 
	margin-top: 25px;
	margin-bottom: 1em;	
}

#site-title a {
	border: none;
	color: #443d3a;
	padding: 20px 0;
}

#site-title a img {
	display: none;
}

#branding #site-title a span.full-img-text {
	
}

body.collegeonly #site-title a {
	color: #5d0025;
}

#site-title a em {
	display: block;
	overflow: hidden;
	font-size: 1.3em;
	font-style: normal;
	font-weight: 400;
	padding-left: 7px;
	padding-bottom: 10px;
}

#site-title a:hover {
}

#site-description {
	display: none;
}

/* =Menu
-------------------------------------------------------------- */
.menu-button {
	position: absolute;
	z-index: 999;
	top: -.75em;
	right: 0;
	padding: 1.5em 1.25em 1em;
	border-radius: .75em;
	color: white;
	background: #444;
	background: rgba(1,1,1,.3);
	margin-right: 5%;
	cursor: pointer;
}

.clear {
	clear: both;
}

#access {
	position: relative;
	display: block;	
}

.js #branding .searchform,
.js #access {
	display: none;	
} 

.searchform .s {
	display: block;
	width: 70%;
	margin: 0 auto;
}

#access .menu-header,
ul.menu {
	display: block;
	margin: 0 10px;		
}

#access .menu-header li,
div.menu li {
	font-family: 'Verdana',clean, sans-serif;
	float: left;
	list-style: none;
	border-bottom: none;
	position: relative;
}

#access ul.menu a {
	font-size: 1.15em;
	border: none;	
	line-height: 1.2em;
	overflow: hidden;
	margin: 0 0 .1em 0;		
	padding: 10px 15px;	
	display: block;		
}

#access ul.menu li a[title='home'] {
	display: block;
	text-indent: -999em;
	background: url('images/home-gold.png') no-repeat 50% 5px;
	width: 20px;
}

#access li a[title='home']:hover {
	background-position: 50% -35px;
}

body.mobile #access .menu-header li ul.sub-menu {
	display: none;
}

body.touch #access .menu-header li ul.sub-menu {
	display: none;
}

.searchform {
	margin: 0 auto;	
	display: block;
	background: transparent;
}

.s {
	width: 100%;
	padding: 8px 5px 8px 30px;
	background: #fff url('images/search.png') no-repeat left 45%;
	border-radius: 10px; 
	color: #999;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

.searchsubmit {
	display: none;	
}

/***** Search Page Template ********************/

body.search div.entry-meta,
body.search div.entry-utility {
	display: none;
}

body.search h1.page-title{
	margin-bottom: 20px;
	font-style: italic;
	font-weight: 600;
}

/***** Home Top ********************/

body.home #content {
	width: 100%;
}

#home-top {
	display: block;
	position: relative;
	width: 574px;	
	float: none;
	margin: 0 auto 25px;
	overflow: hidden;
}

#home-top #big-feature {
	margin-left: 10px;
	width: 100%;
	height: 368px;	
	overflow: hidden;
	position: relative;
	display: block;
}

#home-top #big-feature img {
	max-height: 368px;
	max-width: 100%;
}

#home-top #big-feature a {
	border: none;
}

#home-top #big-feature .feature-detail {
	display: block;	
}

#home-top #big-feature .feature-detail h2 a {
	color: #fff;
	font-size: 26px;
	position: absolute;
	background: #343434;
	background: rgba(33,33,33,.65);	
	top: 282px;
	padding: 15px 60px 50px 20px;
	display: block;	
	line-height: 1.1em;
	width: 100%;
}
	
#home-top #slideshow-nav {
	position: relative;
	z-index: 8;
	margin-top: 1em;
	float: right;
}

#home-top #slideshow-nav a.slideNext,
#home-top #slideshow-nav a.slidePrev {
	background-image: url(images/arrows.png);
	background-repeat: no-repeat;
	top: 0;
	height: 31px;
	width: 34px;
	display: block;
	border: none;
	float: left;
}

#home-top #slideshow-nav a.slideNext {
	background-position: right top;
}

#home-top #slideshow-nav a.slidePrev {
	background-position: left top;
}

#home-top #slideshow-nav a.slideNext:hover {
	background-position: right -45px;
}

#home-top #slideshow-nav a.slidePrev:hover {
	background-position: left -45px;
}

#home-top #slideshow-nav a.slideNext:active {
	background-position: right -44px;
}

#home-top #slideshow-nav a.slidePrev:active {
	background-position: left -44px;
}

#home-top #slidePager {
	position: relative;
	margin-right: 1em;
	margin-top: 1.8em;
	float: right;
}

#home-top #slidePager a {
	background-image: url(images/dots.png);
	background-repeat: no-repeat;
	background-position: center -33px;
	text-indent: -9999px;	
	display: block;
	float: left;
	width: 20px;
	height: 15px;
	border: none;
}

#home-top #slidePager a.activeSlide {
	background-position: center top;
}

.entry-title, body.home h3.widget-title a.rsswidget, body.home #content h3, body.home #content h4, #home-middle .home-middle-features h3 a {
	color: #a0915d;
	font-family: ff-dagny-web-pro-1, ff-dagny-web-pro-2, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-weight: 600;
	text-shadow: white 0px 1px 0px;
	border-color: transparent;
}

#home-middle .home-middle-features h3 a {
	color: #ad995a;
}

body.collegeonly .entry-title,
body.collegeonly.home h3.widget-title a.rsswidget {
	color: #a0915d;
}

/***** Home Middle ********************/


body.home #container,
body.home #content {
	margin: 0;
	float: none;
	}

#home-middle-bg {
	float: left;	
	}

#home-middle {
	margin: 0 auto;
	padding: 0;
	float: left;
	clear: left;
	}
		
body.home #content p:first-child {
	font-size: 20px;
	line-height: 28px;
	}
			
#home-middle h2, body.home .page .entry-title {
	margin: 0 0 5px 0;
	text-decoration: none;
	}
	
#home-middle h2 a, #home-middle h2 a:visited {
	text-decoration: none;
	}
	
#home-middle h4 {	
	margin: 20px 0 15px 0;
	padding: 10px 0;
	padding-left: 5px;
	}
	
#home-middle ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#home-middle ul li {
	list-style-type: none;
	}
	
.widget_rss ul li {
	margin: 0 0 7px 0;
	padding: 0 0 7px 0;	
	}
	
#home-middle ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
	}

#home-middle ul li ul li {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#home-middle .widget {
	margin: 0;
	}
	
#home-middle .widget-container {
	padding-top: 2em;
	margin-top: 2em;
	border-top: 1px dashed #d2ca9c;	
	width: 100%;			
	}
		
#home-middle .textwidget {
	margin: 0;
	padding: 0;
	}	
	
#home-middle .featuredpost .post, #home-middle .featuredpage .page {
	clear: both;
	}
	
#home-middle .featuredpost, #home-middle .featuredpage {
	clear: both;
	}
	
#home-middle .featuredpost img {
	background: #FFFFFF;
	margin: 0;
	padding: 4px;
	}
	
#home-middle .user-profile .avatar {
	background: #FFFFFF;
	margin: 0 0 -5px 0;
	padding: 1px;
	border: 4px solid #EEEEEE;
	}

.home-middle-1 {
	float: left;
	margin: 0;
	padding: 0 0 20px 10px;
	}

body.home .page p:first-child {
	text-shadow: 0 1px 0 #fff;		
}

body.home #home-middle .home-middle-features .featured-wrap p {
	position: relative;
}

body.home #home-middle .home-middle-features a {
	border: none;
}

body.home.collegeonly #home-middle .home-middle-features a.feature-img-date {
	color: #fff;
}

body.home #home-middle .home-middle-features a .date {
	font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2", 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;	
	font-size: .8em;
	background: #726b60;
	color: #fff;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;		
	padding: 2px 5px 1px;
	-webkit-box-shadow: 0 0 4px #fff;
	-moz-box-shadow: 0 0 4px #fff;	
	box-shadow: 0 0 4px #fff;
	position: absolute;
	left: -5px;
	top: 20px;	
	z-index: 999;
	margin: 1px;
}

body.home.collegeonly #home-middle .home-middle-features a .date {
	background: #5d0025;
	color: #fff;
}

body.home.extensiononly #home-middle .home-middle-features a .date {
	background: #004c6b;
	color: #fff;	
}

body.home.tvmdlonly #home-middle .home-middle-features a .date {
	background: #477f80;
	color: #fff;	
}

body.home.researchonly #home-middle .home-middle-features a .date {
	background: #5a8c37;
	color: #fff;	
}

body.home #home-middle .home-middle-features img {
	width: 175px;
	float: left;
	margin: 5px 1.2em 1.2em 0;
	opacity: .95;
	position: relative;
	z-index: 998;	
}

body.home #home-middle .home-middle-features img:hover {
	opacity: 1;
}

body.home #home-middle .home-middle-features h3 {
	padding-top: 20px;
	line-height: 36px;
}
	
body.home  #home-middle .home-middle-features h3 a{
	border-bottom: 1px dotted #b19e56;	
}

body.home  #home-middle a.rsswidget {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
		
}

body.home  #home-middle .rss-date {
	display: block;
	margin: 5px 0;
	font-style: italic;
	font-weight: bold;
		
}
			
body.home  #home-middle .home-middle-features h3 a:hover {
	color: #a2904b;
	border-bottom: 1px solid #a2904b;
}

body.home span.read-more {
	display: block;
	clear: left;
	overflow: hidden;
	margin-left: -2px;	
	margin-bottom: -5px;
	}
	
body.home span.read-more a,
body .flickr-gallery-next a,
body .flickr-gallery-prev a {
	font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2", 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;		
	padding: .2em 1em;
	background: #e8e7d5;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ddd;	
	-moz-box-shadow: 0 1px 2px #ddd;	
	box-shadow: 0 1px 2px #ddd;
	border: none;
	float: left;
	margin: 20px 0 20px 2px;
	}

body.home span.read-more a:hover,
body .flickr-gallery-next a:hover,
body .flickr-gallery-prev a:hover  {
	background: #e2dbbf;
	-webkit-box-shadow: 0 1px 1px #fff;	
	-moz-box-shadow: 0 1px 1px #fff;	
	box-shadow: 0 1px 1px #fff;	
	}
	
body.home.researchonly #content span.read-more a,
body.researchonly #content .flickr-gallery-next a,
body.researchonly #content .flickr-gallery-prev a {
	color: #fff;
	background: #4e792f;
	}

body.home.researchonly #content span.read-more a:hover,
body.researchonly #content .flickr-gallery-next a:hover,
body.researchonly #content .flickr-gallery-prev a:hover  {
	background: #1f2f12;	
	}	

body.home  #home-middle .featuredpost img {
	background: #FFFFFF;
	margin: 0;
	padding: 4px;
	}
	
body.home #home-middle .user-profile .avatar {
	background: #FFFFFF;
	margin: 0 0 -5px 0;
	padding: 1px;
	border: 4px solid #EEEEEE;
	}

body.home .home-middle-1 {
	float: left;
	margin: 0;
	padding: 0 0 20px 0;
	}
	

/* =Content
-------------------------------------------------------------- */

#content-wrap {
	position: relative;
	z-index: 2;
	border-top: 2px solid #e7e2cb;
	margin-top: -2px;
	width: 100%;	
}

#breadcrumbs {
	font-size: 1.6em;
	margin-bottom: 1.6em;
	display: block;
	width: 100%;
	float: left;	
	padding: .8em 0;
	line-height: 1.4em;	
}

#breadcrumbs a {
	border: none;
}

#content {
	padding-right: 10px;
}

body.home #breadcrumbs {
	display: none;
}

.hentry {
	margin-bottom: 3em;
	padding-bottom: 3em;
}

body.home .hentry {
	margin-bottom: 0;
	padding-bottom: 0;
	clear: both;
}

.entry-meta {
	font-size: 1.3em;
	margin: 15px 0 25px;
}

#content .hentry .entry-meta {
	font-weight: 600;
	font-style: italic;
	font-size: 1.6em;
}

#content ul {
	list-style: circle;	
}

#content dl {
	font-size: 1.6em;
	line-height: 1.4em;
	margin: 0 0 .5em 0;
}

#content dd, 
#content dt {
	margin-bottom: .5em;
}

#content dt {
	font-size: 1.2em;
	margin-top: .2em;
}

#content dl.attachments-large {
	border: none;
	border-bottom: 1px dashed #d2ca9c;	
}


/* Job Postings, Tests and Staff pages (Custom Post Types)
-------------------------------------------------------------- */
.job-search-form,
.staff-search-form,
.test-search-form {
	margin-bottom: 20px;
	padding: 10px;
	background: #edece4;
	border-top: 1px solid #d5d1bf;
	border-bottom: 1px solid #d5d1bf;
	position: relative;
}

.test-search-form {
	overflow: hidden;
}

.test-search-form .s {
	float: right;
	width: 35%;
	margin-right: 5px;
	margin-top: 3px;
	padding-top: 6px;
	padding-bottom: 6px;	
}

.test-search-form select {
	padding: 0;
	margin: 0 5px 0 0;
}

.test-search-form input.test-submit {
	margin-top: -4px;
	float: right;
}

.tax-options {
	width: 45%;
	float: left;
	padding-top: 8px;
}

.job-search-form .searchform,
.staff-search-form .searchform,
.test-search-form .searchform {
	top: 8px;
}

.job-search-form label h4,
.staff-search-form label h4,
.test-search-form label h4 {
	margin-bottom: 5px;
}

.job-listing-ul,
.staff-listing-ul {
	border-top: double #d5d1bf;	
}

.job-listing-ul,
.job-listing-item,
.staff-listing-ul,
.staff-listing-item,
.test-listing-ul,
.test-listing-item {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.job-listing-item,
.staff-listing-item,
.test-listing-link {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	overflow: hidden;
	display: block;
	background: #EAE6D2;
	background: rgba(217, 208, 173, .30);
	border-bottom: 1px solid #fafaf6;
}

.test-listing-item {
	list-style-type: none;	
}

.job-listing-item:nth-child(even),
.staff-listing-item:nth-child(even),
.test-listing-item:nth-child(even)  {
	background: #EAE6D2;
	background: rgba(217, 208, 173, .10);
}

.staff-container,
a.job-listing-link,
body.extensiononly a.job-listing-link,
body.researchonly a.job-listing-link,
body.collegeonly a.job-listing-link,
body.tvmdlonly a.test-listing-link {
	overflow: hidden;
	display: block;	
	text-decoration: none;
	padding: 10px;
	border-bottom: 1px solid #d5d1c3;		
}

.staff-container img {
	float: left;
	margin-right: 10px;
}

.staff-listing-item:hover,
a.job-listing-link:hover,
a.staff-listing-link:hover,
a.test-listing-link:hover {
	background: #f1efce;
	border-bottom: 1px solid #9f9490;		
}

.job-title,
.staff-title,
.test-title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.test-title {
	margin-bottom: 0;
}

#content .test-listing-dt {
	float: left;
	width: 55%;	
	margin-bottom: 0;	
}

#content .test-listing-dd {
	float: right;
	width: 40%;	
	margin-bottom: 0;
}

.test-listing-dd ul {
	margin: 5px 0;	
}


.job-agency {
	font-size: 14px;
	color: #433C3A;
	float: left;
	width: 65%;
}

.staff-phone,
.staff-email,
.staff-position {
	font-size: 14px;
	color: #433C3A;	
}

.staff-position {
	font-weight: bold;	
}

.staff-head {
	width: 45%;
	float: left;
}

.staff-contact-details {
	font-size: 14px;
	color: #433C3A;
	float: right;
	width: 30%;
	padding-left: 20px;	
}

.staff-contact-details p{
	margin: 7px 0;
}

.job-location {
	font-size: 16px;
	color: #9f9490;
	float: right;
	width: 30%;
	margin: 0;
	padding-left: 20px;
	background: transparent url('images/map-marker.png') no-repeat left top;
}

/* Aside
-------------------------------------------------------------- */

#aside img.left {
	float: left;
}

#aside img.right {
	float: right;
}

#aside h3.widget-title, #aside h3 {
	padding: 5px 5px 5px 0;
	font-size: 16px;
	font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2", 'Lucida Grande', "Lucida Sans Unicode", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#aside h4 {
	font-size: 1.1em;
	margin-bottom: .6em;
}

#aside h4 a {
	border: none;
	color: #444;
}

#aside .menu,
#aside .blogroll {
	margin: 0;
}

#aside .sidebar-widget-navigation {
	margin: 0;		
}

#aside #sidebar-navigation-widgets  {
	margin: 0 0 20px 0;
	padding: 0;	
	font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2", 'Lucida Grande', "Lucida Sans Unicode", sans-serif;	
}

#aside #sidebar-navigation-widgets .widget_nav_menu,
#aside #sidebar-navigation-widgets .widget_links {
	background: #f1f0ec;
	border-radius: 3px;							
}

#aside #sidebar-navigation-widgets h3 {
	padding: 0;	
	margin: 0;	
	overflow: hidden;
	outline:none;			
}

#aside #sidebar-navigation-widgets h3 a {
	display: block;		
	margin: 0;
	background: url('images/navigation-arrow.png') no-repeat -1px 3px;
	background-color: #edece4;	
	padding: 10px 10px 10px 27px;
	border-bottom: 1px solid #E0DCBC;
	border-top: 1px solid #F0EEDE;
	cursor: pointer;
    outline:none;
	-webkit-box-shadow: 0 0 3px rgba(10,10,10,.2);	
	-moz-box-shadow: 0 0 2px rgba(100,100,100,.2);	
	box-shadow: 0 0 2px rgba(100,100,100,.2);			
}

#aside #sidebar-navigation-widgets h3 a:hover {	
    background-color: #d9d6c6;	
}

#aside #sidebar-navigation-widgets h3.ui-state-active a {
	background-position: -2px -29px;	
    background-color: #e3e1d5;		
}

#aside .menu li a,
#aside .blogroll li a {
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #e0dfd8;
	border-top: 1px solid #fff;
}

#aside .menu li ul li a,
#aside .blogroll li ul li a {
	display: block;
	padding: 5px 0;
	border: none;
}

#aside .menu li ul.sub-menu {
	margin: 0 0 0 15px;
	list-style: circle;	
}

#aside li embed {
	width: 100%;
}

#aside #books-bg {
	overflow: hidden;	
	margin-bottom: 20px;		
}

#aside #event-bg {
	padding: 10px;
	margin-bottom: 20px;
	background: #e5e0c5;
	background: rgba(217, 208, 173,.50);
	overflow: hidden;
}

#aside #aside-widget-area-1 ul {
	margin: 0;
}

#aside ul li.widget-container {
	position: relative;
	padding: 5px;
	margin-bottom: 20px;	
	background: #fff;
	border-radius: 3px;
	border: 1px solid #e3e1d5;
	-webkit-box-shadow: 0 0 3px rgba(10,10,10,.2);	
	-moz-box-shadow: 0 0 2px rgba(100,100,100,.2);	
	box-shadow: 0 0 2px rgba(100,100,100,.2);	
}


#aside ul li.widget-container.agrilifetoday ul li,
#aside ul li.widget-container.widget_rss ul li,
#aside ul li.widget-container.widget_twitter ul li {
	font-family: verdana, clean, sans-serif;
	font-size: 13px;	
}



#aside ul li.widget-container .widget-wrap {
	position: relative;
	padding: 10px;	
	background: #edece4;	
	border-radius: 2px;
}

#aside ul li.widget-container.Watch.Read.Listen {	
	background: transparent;
	border-radius: 0;
	border: 1px solid transparent;
	-webkit-box-shadow: 0 0 3px rgba(10,10,10,.0);	
	-moz-box-shadow: 0 0 2px rgba(100,100,100,.0);	
	box-shadow: 0 0 2px rgba(100,100,100,.0);		
}

#aside ul li.widget-container.Watch.Read.Listen .widget-wrap {	
	position: relative;
	padding: 0;	
	background: transparent;
	border-radius: 0px;		
}

.intent-meta a {
	margin: 0 5px 10px 0;
	padding: 2px 4px;
	background: rgba(255,255,255,.3);
	border-radius: 3px;
	font-size: 11px;
	border: none;
}

.intent-meta a:hover,
.intent-meta a:active {
	background: rgba(255,255,255,.7);
}

#secondary span.entry-meta {
	margin: 10px 0;
	font-size: 11px;
}


#aside #aside-widget-area-1 ul li.Watch {
	padding: 0;
	margin-bottom: 20px;	
	background: none;
}

div.event dl,
.gigpress-listing dl {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 25px 0 5px 0;
	border-bottom: 1px solid #E0DFD8;
	border-top: 1px solid white;	
}

div.event dl:last-child,
.gigpress-listing dl:last-child {
	border-bottom: 1px solid transparent;	
}

div.event dt.date,
span.gigpress-sidebar-date {
	position: relative;
	font: .75em georgia, serif;
	color: #b19e56;
	text-shadow: 0 1px 0 #fff;
	background: #f0eee3;
	background: rgba(255,255,255,.55);
	padding: 1.3em 0;
	margin-right: 3%;
	width: 5em;
	letter-spacing: 1px;
	border-top: 1px solid #fff;		
	-webkit-box-shadow: 0 1px 2px #d8d3ae;
	-moz-box-shadow: 0 1px 2px #d8d3ae;
	box-shodow: 0 1px 2px #d8d3ae;		
	float: left;
	text-align: center;	
}

dd.title-loc {
	margin-right: .5em;	
	margin-bottom: 1em;
	float: left;
	width: 60%;	
}

dl dd.title-loc h4 {
	font-size: 1.5em;
}

div.event dl dd.title-loc h4,
div.event dl dd.title-loc p,
.gigpress-sidebar-notes {
	padding-right: 1em;
	margin-bottom: 0.5em;
}

#aside div.event dl dt.date strong,
#aside span.word2 {
	font-weight: bold;
	display: block;
	font-size: 2em;
	margin-top: -.1em;
}

#aside span.word3 {
	display: none;
}

dd.sign-up a {
	position: absolute;
	right: 0;
	top: 26px;
	font-size: .7em;
}

div.event dl.first,
.gigpress-listing dl:first-child {
	border-top: none;
	margin-top: -15px;
}

div.event.last dl {
	border-bottom: none;
}

.widget_twitter {
	position: relative;
}

.widget_twitter_hash_tag ul.twitter-hash-tag-widget li,
.widget_twitter ul li,
.agrilifetoday ul li {
	margin: 0;
	padding: 20px 0 20px 65px;
	border-bottom: 1px solid #e0dfd8;
	border-top: 1px solid #fff;
	position: relative;
}

.widget_twitter .twitter-avatar a {
	position: absolute;
	top: 65px;
	left: 10px;
	padding: 4px;
	margin-bottom: 3%;
	background: #f0eee3;
	background: rgba(255,255,255,.55);
	border: none;
	border-top: 1px solid #fff;		
	-webkit-box-shadow: 0 1px 2px #d8d3ae;
	-moz-box-shadow: 0 1px 2px #d8d3ae;
	box-shodow: 0 1px 2px #d8d3ae;	
	width: 48px;
	height: 48px;	
}

.widget_twitter ul li {
	padding: 20px 0 20px 65px;
}

.follow-button {
	margin: 20px 0;
}

.widget_twitter_hash_tag ul.twitter-hash-tag-widget > li:first-child,
.widget_twitter ul > li:first-child,
.agrilifetoday ul  > li:first-child {
	border-top: none;
}

ul.twitter-hash-tag-widget li a img,
.widget_twitter ul li a img,
.agrilifetoday ul li img {
	left: 0;
	top: 20px;
	padding: 4px;
	position: absolute;
	background: #f0eee3;
	background: rgba(255,255,255,.55);
	margin-right: 3%;
	border-top: 1px solid #fff;		
	-webkit-box-shadow: 0 1px 2px #d8d3ae;
	-moz-box-shadow: 0 1px 2px #d8d3ae;
	box-shodow: 0 1px 2px #d8d3ae;	
	width: 48px;
	height: 48px;
}

.widget_twitter ul li .entry-meta {
	font-size: .9em;
	display: block;
}

#home-middle .agrilifetoday ul li {
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #e0dfd8;
	border-top: 1px solid #fff;
	overflow: visible;
	position: relative;
}

#aside .agrilifetoday ul li {
	padding: 20px 0 20px 65px;
}
#home-middle .agrilifetoday ul li img {
	width: 150px;
	height: 150px;
	left: 0;
	top: 0;
	margin-bottom: 20px;
	float: left;
	position: relative;
	background: #f0eee3;
	background: rgba(255,255,255,.55);	
	-webkit-box-shadow: 0 2px 5px #ccc;
	-moz-box-shadow: 0 2px 5px #ccc;
	box-shodow: 0 2px 5px #ccc;			
}
#aside .agrilifetoday ul li img {
	width: 48px;
	height: 48px;	
}
#home-middle .agrilifetoday ul li a.rss-title-link {
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
}

.agrilifetoday ul li span.rss-date {
	display: block;
	padding-top: 7px;
	margin-bottom: -10px;
	text-transform: uppercase;
	font-family: "minion-pro-1","minion-pro-2", 'Cambria', georgia, serif;	
}

#home-middle .agrilifetoday ul li .rss-content {
	position: relative;
}

body.home #home-middle .agrilifetoday ul li span.rss-date {
	font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2", 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;	
	font-size: .8em;
	background: #726b60;
	color: #fff;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;		
	padding: 2px 5px 1px;
	-webkit-box-shadow: 0 0 4px #fff;
	-moz-box-shadow: 0 0 4px #fff;	
	box-shadow: 0 0 4px #fff;
	position: absolute;
	left: -5px;
	top: 30px;	
	z-index: 999;
	margin: 1px;
	font-style: normal;
}

body.home.research #home-middle .agrilifetoday h3.widget-title {
	display: none;
}

body.home.research #home-middle .agrilifetoday ul li span.rss-date {
	background: #5A8C37;
}

#aside .agrilifetoday ul li p.rss-excerpt {
	font-size: 11px;	
}
#home-middle .agrilifetoday ul li .rss-title {
	display: block;	
}

/* Events page
-------------------------------------------------------------- */

body.page h1.entry-title {
	margin-bottom: .8em;
}

body.page .gigpress-table th,
body.page tr.gigpress-info td,
body.page .gigpress-table th {
	border: none;
}

body.page .gigpress-table th a,
body.page tr.gigpress-info td a,
body.page .gigpress-table th a {
	border: none;
}

body.page #content tr.gigpress-info td.description {
	padding: 10px;
	width: 98%;
}

.gigpress-subscribe a,
.gigpress-artist-subscriptions a {
	border: none;
}

body.page #content tr.gigpress-info {
	position: relative;
	padding: 1em 1em 1em .5em;
	overflow: hidden;
}

body.page #content a.gigpress-tickets-link {
	font-size: 1.1em;
	position: relative;
	z-index: 999;
	float: right;
	padding: .7em .8em;
	margin: 15px;
}

a.gigpress-tickets-link {
	
}

body.page tr.gigpress-tour td,
body.page th.gigpress-heading {
	background: none;
}

body.page .gigpress-table {
	margin: 0.5em 0px 5em;
}

/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {

}
.attachment .entry-content .entry-caption {

}
.attachment .entry-content .nav-previous a:before {

}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}

/* Images
-------------------------------------------------------------- */

#content img {

}
#content .attachment img {

}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 20px;
}

#content img.alignleft {
	margin-right: 20px;
}
 
#content img.alignright {
	margin-left: 20px;
}

#content .wp-caption {	
	text-align: center;
	margin-bottom: 20px;
	font-style: italic;
	max-width: 100%;
	word-wrap: break-word;
}

#content .wp-caption.alignleft {	
	text-align: center;
	margin: 5px 20px 10px 6px;
}

#content .wp-caption a {	
	border: none;
}

#content .wp-caption img {
	max-width: 100%;
	margin: 5px 5px 0;
	height: auto;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}

#content .gallery br+br {
	display: none;
}

img,video,object, iframe {
    max-width: 100%;
}

img {
    height: auto;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {

}
.navigation a:link,
.navigation a:visited {

}
.navigation a:active,
.navigation a:hover {

}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
#nav-above,
#nav-below {
	margin-bottom: 1.5em;
	overflow: hidden;
}

.paged #nav-above,
.single #nav-above {

}




/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary ul {
	margin: 0;
}

/* Footer widget areas */
#footer-widget-area {
}



/* =Footer
-------------------------------------------------------------- */

#footer {
	clear: both;
}

#footer .wrap {	
	margin: 20px auto 0;	
	padding: 60px 0;
	max-width: 975px;
	overflow: hidden;	
}

img#wpstats {
	display:block;
	margin: 0 auto 10px;
}

/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}

@media all and (min-width: 640px) {

	table {
		font-size: 1.4em;
	}
	
	#about,
	#popular-links,
	#texas-a-m,
	#contact,
	#agrilife-bookstore {
		float: left;
		width: 20%;
	}
	
	.about,
	.popular-links,
	.texas-a-m,
	.contact,
	.agrilife-bookstore {
		padding: 0 10px;
	}
	#breadcrumbs {
		width: 100%;
		margin-right: 25px;
		border-top: 2px solid #dcdace;
		border-bottom: 2px solid #dcdace;	
		background: #fff;	
		padding: .8em 10px;		
	}
	
	.js #branding .searchform,
	.js #access {
		display: block;	
	}	
	
	#branding #site-title span.full-img-text {
		
	}
	
	#access ul.menu li {
		margin: 0 2px 0 0;
		border-top-right-radius: 6px;
		background-color: #f5f5ee;	
		background-color: rgba(245,245,238,.9);
	}
	#access ul.menu li li{
		border-radius: 0;	
	}	
	#access ul.menu li.current-menu-item {
		background: #f1f0e7;
		position: relative;
		z-index: 5;
	}
	#access ul.menu li.current-menu-item:hover {
		background: #e3e1d5;
	}
	#access ul.menu li.current-menu-item:first-child:hover {
		background: #f1f0e7;		
	}	
	#access ul.menu li a[title='home'] {
		background-position: 50% 14px;
		width: 20px;
	}

	#access ul.menu li a[title='home']:hover {
		background-position: 50% -26px;
	}	

	#access ul.menu li a {
		background: transparent;
		color: #666;
	}	

	#access ul.menu li a:hover {
		color: #332c2c;
	}
	
	.menu-button {
		display: none;
	}

    /*=== Drop Down Site Navigation  =========*/

	#access .sf-menu li {
		font-size: 14px;	
		line-height: 1.7em;	
	}
	
	#access .sf-menu li:hover {
		background-color: #e3e1d5;			
	}
	
	#access .sf-menu li a {
		line-height: 1.2em;
		padding: 13px 17px 11px 19px;			
	}
	
	#access .sf-menu li.current-menu-item {
		border: 2px solid #e3e1d5;
		border-bottom: none;
		position: relative;
		z-index: 2;
		-webkit-box-shadow: 0 -2px 6px rgba(16,16,16,.075);
		-moz-box-shadow: -4px -2px 6px rgba(16,16,16,.075);
		box-shadow: 0 -2px 6px rgba(16,16,16,.075);		
	}
			
	#access .sf-menu ul {
		position:	absolute;
		background-color: #e3e1d5;
		top: -999em;
		width: 13em; /* left offset of submenus need to match (see below) */	
		-webkit-box-shadow: 0 2px 4px rgba(3, 3, 3,.2);	
		-moz-box-shadow: 0 2px 4px rgba(3, 3, 3,.2);		
		box-shadow: 0 2px 4px rgba(3, 3, 3,.2);						
	}	
	
	#access .sf-menu li:hover {
		visibility:		inherit; /* fixes IE7 'sticky bug' */
		-webkit-transition: .3s background ease;
		-moz-transition: .3s background ease;		
		transition: .3s background ease;	
	}

	#access .sf-menu li a[title="home"] {
		-webkit-transition: none;
		-moz-transition: none;		
		transition: none;
	}
		
	#access .sf-menu li a {
		border-top-right-radius: none;			
	}	
			
	#access .sf-menu li:hover a {
		position: relative;
		z-index: 7;					
	}	

	#access .sf-menu ul li:hover {
		visibility:		inherit; /* fixes IE7 'sticky bug' */
		background: transparent;
		border-top-right-radius: none;	
	}	
	#access .sf-menu ul li {
		width:	100%;
		position: relative;
		z-index: 4;	
		border: none;
		font-size: 12px;
		border-bottom: 1px solid #dcdace;	
		background: transparent;					
	}	
	
	#access .sf-menu a {
		display:		block;
		position:		relative;
		background: transparent;
	}
	#access .sf-menu li:hover,
	#access .sf-menu li.sfHover {
		z-index:		7;
		position: relative;					
	}
	#access .sf-menu li:hover ul,
	#access .sf-menu li.sfHover ul {
		left: 0;
		margin-left: 1px;
		top: 3.2em; /* match top ul list item height */
		z-index: 6;
		position: absolute;	
	}
		
	#access ul.sf-menu li:hover li ul,
	#access ul.sf-menu li.sfHover li ul {
		top:			-999em;		
	}
	#access ul.sf-menu li li:hover ul,
	#access ul.sf-menu li li.sfHover ul {
		left:			15.2em; /* match ul width */
		top:			0;
		margin-left: 0;
		margin-top: 0;
		padding-top: 0;				
	}
	#access ul.sf-menu li li:hover li ul,
	#access ul.sf-menu li li.sfHover li ul {
		top:			-999em;
	}
	#access ul.sf-menu li li li:hover ul,
	#access ul.sf-menu li li li.sfHover ul {
		left:			13em; /* match ul width */
		top:			0;
		margin-left: 0px;	
	}

	body.collegeonly #access ul.menu a {
		color:#8d0002;
		border-color: #8d0002;
	}

	body.collegeonly #access ul.menu a:hover,
	body.collegeonly #access ul.menu a:active {
		color: #5b0125;
		border-color: #5b0125;	
	}

	body.tvmdlonly #access ul.menu a {
		color:#477f80;
		border-color: #477f80;
	}

	body.tvmdlonly #access ul.menu a:hover,
	body.tvmdlonly #access ul.menu a:active {
		color: #2c4e4f;
		border-color: #2c4e4f;	
	}

	body.extensiononly #access ul.menu a {
		color:#00709e;
		border-color: #00709e;
	}

	body.extensiononly #access ul.menu a:active,
	body.extensiononly #access ul.menu a:hover {
		color: #002838;
		border-color: #002838;	
	}

	body.researchonly #access ul.menu a {
		color:#4e792f;
		border-color: #4e792f;
	}

	body.researchonly #access ul.menu a:active,
	body.researchonly #access ul.menu a:hover {
		color: #1f3013;
		border-color: #1f3013;	
	}

	/*** arrows **/
	#access .sf-menu li a.sf-with-ul {
		min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
		background: url(images/down-arrow.png) no-repeat right 55%; 
		padding-right: 28px;					
	}
		
	#access .sf-menu li li a.sf-with-ul {
		min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
		background: url(images/right-arrow.png) no-repeat left 58%;
	}

			
	#access	.sf-sub-indicator {
		position:		absolute;
		display:		block;
		right:			0;
		top:			.55em; /* IE6 only */
		width:			8px;
		height:			11px;
		text-indent: 	-999em;
		overflow:		hidden;
		
	}
	#access a > .sf-sub-indicator {  /* give all except IE6 the correct values */
		top:			.8em;
		background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	}
	/* apply hovers to modern browsers */
	#access a:focus > .sf-sub-indicator,
	#access a:hover > .sf-sub-indicator,
	#access a:active > .sf-sub-indicator,
	#access li:hover > a > .sf-sub-indicator,
	#access li.sfHover > a > .sf-sub-indicator {
		background-position: -10px -100px; /* arrow hovers for modern browsers*/
	}

	/* point right for anchors in subs */
	#access .sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
	#access .sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
	/* apply hovers to modern browsers */
	#access .sf-menu ul a:focus > .sf-sub-indicator,
	#access .sf-menu ul a:hover > .sf-sub-indicator,
	#access .sf-menu ul a:active > .sf-sub-indicator,
	#access .sf-menu ul li:hover > a > .sf-sub-indicator,
	#access .sf-menu ul li.sfHover > a > .sf-sub-indicator {
		background-position: -10px 0; /* arrow hovers for modern browsers*/
	}

	#content-wrap {
		position: relative;
		z-index: 2;
		border-top: 2px solid #e7e2cb;
		margin-top: -2px;
		width: 100%;
		-webkit-box-shadow: 0 -2px 6px rgba(16,16,16,.075);
		-moz-box-shadow: -4px -2px 6px rgba(16,16,16,.075);
		box-shadow: 0 -2px 6px rgba(16,16,16,.075);	
		background: #fff url(images/gradient.png) repeat-x left -100px;
		overflow: hidden;			
	}

	/*----- Job Postings single page ------ */

	.job-posting-dl {
		padding: 20px 0 50px;
	}

	.job-posting-dt {
		padding: .5em 0 1em 0;
	}

	.job-posting-dd {
		border-bottom: 1px solid #d0ca9b;
		margin: -3em 0 0 0;
		padding: 0 0 .75em 195px;	
	}

	#wrap, #container {
		padding-left: 10px;
	}
	
	#footer {
		background: #fff url(images/gradient.png) repeat-x left top;
	}
	
	#footer .wrap h4 {
		margin-bottom: 2.5em;
		font-size: 1em;
	}

	#footer .wrap a {
		border: none;
	}

	#footer .wrap a img:hover {
		opacity: .75;
	}

	#footer .wrap ul {
		margin-left: 0;
		margin-top: 15px;
	}

	#footer .wrap p {
		font-size: 1.1em;
		line-height: 20px;
		margin-top: 19px;
	}

	#footer .wrap ul li {
		margin-right: 1px;
		font-size: 1.1em;	
	}

	#footer .wrap ul li a {
		display: block;
		padding: 4px 0;	
	}

	#footer .wrap .contact ul li {
		margin-bottom: 12px;
	}	
}		


@media screen and (min-width: 960px) {
		
	p, li {
		line-height: 1.4em;
		font-size: 16px; 
	}
	
	#content p {
		line-height: 1.5em;
		font-size: 17px; 
	}
	
	#wrapper   {
		margin: 0 auto;	
		width: 100%;
		max-width: 100%;	
	}

	#drop-section-nav #drop-nav ul li a {
		position: relative;
		z-index: 2;
		display: block;
		text-indent: -999em;
		background-repeat: no-repeat;
		background-position: left top;	
		width: 180px;
		height: 42px;
		margin-top: 2px;
		opacity: 0.4;
		-webkit-transition: opacity .3s ease;
		-moz-transition: opacity .3s ease;		
	}	
	
	body.research.extension #drop-section-nav #drop-nav ul li a {
		background: none;	
		opacity: 1;
		-webkit-transition: opacity .3s ease;
		-moz-transition: opacity .3s ease;
		text-indent: 0;		
	}
	
	body.research.extension #drop-section-nav #drop-nav ul li a span.top-level-hide {
		display: none;		
	}	
	
	#drop-section-nav #drop-nav ul li a:hover,
	body.tvmdlonly #drop-section-nav #drop-nav ul li a,
	body.researchonly #drop-section-nav #drop-nav ul li a,
	body.extensiononly #drop-section-nav #drop-nav ul li a,
	body.collegeonly #drop-section-nav #drop-nav ul li a {
		opacity: 1;
	}		
	
	#drop-section-nav #drop-nav ul li a[href*='extension'] {
		background-image: url('images/ext-system-logo.png');
	}

	#drop-section-nav #drop-nav ul li a[href*='aglifesciences'] {
		background-image: url('images/college-logo.png');
		margin-top: 6px;
		height: 36px;
		opacity: .4;		
	}

	#drop-section-nav #drop-nav ul li a[href*='tvmdl'] {
		background-image: url('images/tvmdl-logo.png');
		width: 90px;
	}

	#drop-section-nav #drop-nav ul li a[href*='research'] {
		background-image: url('images/research-logo.png');
	}

	#drop-section-nav #drop-nav ul li a[href*='txforestservice'] {
		background-image: url('images/tfs-logo.png');
		width: 109px;	
	}
	
	body.research.extension #drop-section-nav #drop-nav ul li a[href*='extension'] {
		background-image: none;
		margin-top: 0;
		height: auto;
		opacity: 1;	
	}

	body.research.extension #drop-section-nav #drop-nav ul li a[href*='aglifesciences'] {
		background-image: none;
		margin-top: 0;
		height: auto;
		opacity: 1;		
	}

	body.research.extension #drop-section-nav #drop-nav ul li a[href*='tvmdl'] {
		background-image: none;
		margin-top: 0;
		height: auto;
		opacity: 1;	
		width: 175px;
	}

	body.research.extension #drop-section-nav #drop-nav ul li a[href*='research'] {
		background-image: none;
		margin-top: 0;
		height: auto;
		opacity: 1;	
	}

	body.research.extension #drop-section-nav #drop-nav ul li a[href*='txforestservice'] {
		background-image: none;
		margin-top: 0;
		height: auto;
		opacity: 1;	
		width: 175px;	
	}

	#drop-section-nav #drop-nav ul li.explore a {
		width: 100px;	
	}

	#drop-section-nav #drop-nav ul li a[href*='aglifesciences']:hover,
	#drop-section-nav #drop-nav ul li a:hover,
	body.tvmdlonly #drop-section-nav #drop-nav ul li a,
	body.researchonly #drop-section-nav #drop-nav ul li a,
	body.extensiononly #drop-section-nav #drop-nav ul li a,
	body.collegeonly #drop-section-nav #drop-nav ul li a {
		opacity: 1;
	}		
	#college-top-level-section  {
		display: block;
		background: #5b0125 url('images/drop-background.png');	
		color: #fff;
		margin: 0 auto;
	}

	#college-top-level-section .flow {
		position: relative;	 
		overflow: hidden;
		margin: 0 auto;	
		max-width: 975px;
	}

	#college-top-level-section .hidden {
		display: none;	
	}

	#college-top-level-section .flow .contents {
		bottom: 0px;
		position: absolute;
		overflow: hidden;
		padding: 0 10px;
		margin-top: 0;		
	}

	#college-top-level-section .flow .contents a {
		color: #eee;		
	}

	#college-top-level-section .flow .contents a:hover {
		color: #fff;		
	}

	#college-top-level-section .flow .contents .gform_wrapper {
		position: relative;
		padding: 5px 5px 10px 5px;
		float: right;
		width: 164px;
		background: #dad2b0;		
	}

	#college-top-level-section .flow .contents form label {
		display: block;	
		padding-left: 5px;	
		font-size: 14px;
	}

	#college-top-level-section .flow .contents form input {
		margin-bottom: 8px;	
	}

	#college-top-level-section .flow .contents form button[type=reset] {	
		border: 1px solid #d2c89f;
		color: #fff;
		background: #cabe8e;
		padding: 2px 5px;	
	}

	#college-top-level-section .flow .contents form button[type=submit] {	
		padding: 2px 12px;	
	}

	#college-top-level-section .flow .contents form input,
	#college-top-level-section .flow .contents form textarea {
		background: #f3f2e9;
		font-size: 12px;
		color: #c3c39a;
		border: 1px solid #d2c89f;	
		padding: 2px 3px;
		width: 154px;	
		-moz-transition: background-color .15s linear;	
		-webkit-transition: background-color .15s linear;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;	
	}

	#college-top-level-section .flow .contents form textarea {
		background: #f3f2e9;
		color: #c3c39a;
		border: 1px solid #d2c89f;	
		padding: 2px 3px;
		-moz-transition: background-color .15s linear;	
		-webkit-transition: background-color .15s linear;
	}

	#college-top-level-section .flow .contents form input:hover,
	#college-top-level-section .flow .contents form textarea:hover {
		background: #fcfcfa;			
	}

	#college-top-level-section .flow .contents form input:focus,
	#college-top-level-section .flow .contents form textarea:focus {
		background: #fff;
		-webkit-box-shadow: 0 0 10px #f0e0a1;
		-moz-box-shadow: 0 0 10px #f0e0a1;
		box-shadow: 0 0 10px #f0e0a1;			
	}

	#college-top-level-section .flow .contents #top-level-nav {
		padding: 0;
		clear: both;
	}

	#college-top-level-section .flow .contents #ext-intro {	
		margin: 0 0 20px 0;
		padding: 0;
		border-bottom: 1px solid #fff;			
		background: #ece5c2;
		overflow: hidden;		
	}

	#college-top-level-section .flow .contents #ext-intro p {	
		font-size: 2.4em;
		line-height: 34px;
		margin: 0;
		padding: 20px 10px;
		color: #5a0024;	
		float: left;
		width: 75%;
	}

 	.top-level-li {
		float: left;
		width: 175px;
	}
	
	.ask, .explore {
		display: block;
	}

	#header, #access {
		background: transparent;							
	}
	
	#branding, #access .menu-header, .wrap, #drop-nav, .drop-section-wrap {
		max-width: 975px;
		margin: 0 auto;
		position: relative;
	}
		
	.wrap {
		margin: 0 auto 0;
		padding-top: 50px;
	}
		
	#drop-section-nav #drop-nav ul li a {
		font-size: 14px;
	}

	#drop-section-nav #drop-nav ul li.right-align {
		float: right;
		display: inline;
		font: italic 1.4em "minion-pro-1","minion-pro-2", 'Cambria', georgia, serif;
		margin-right: 10px;
	}
	body #header {
		padding: 55px 0 40px;		
	}	
	body.extensioncounty #header,
	body.extensioncountytce #header {
		padding: 20px 0 30px;		
	}	
	body.research.extension #header {
		padding: 35px 0 30px;		
	}				
	#site-title {
		text-align: left;
		margin-top: 0;
		padding: 0;
		margin-bottom: 0;
		margin-left: 10px;
		width: 100%;
		font-weight: 500;
		font-size: 46px;
  		font-family: "minion-pro-1","minion-pro-2", georgia, serif;
	}
	#site-title a span{
		width: 390px;			
	}	
		
	body #site-title a {	
		padding: 20px 0;
		margin-left: 0;
	}
						
	body.collegeonly #site-title a {
		color: #5d0025;
	}

	#site-title a img {
		margin: 0 0 -20px 0;
		display: inline;
	}

	body.extension4h #site-title a img {
		margin: 0 0 -15px 0;
	}	
		
	#site-title a em {
		font-size: 1.5em;
		font-style: normal;		
	}

	#branding #site-title span.full-img-text {
		display: none;
	}

/* --- County Sites --- */

	body.extensioncounty #site-title,
	body.extensioncountytce #site-title	 {
		text-align: left;
		margin: 0;
		padding: 0;		
		height: 110px;	
	}
	body.extensioncounty #site-title a span,
	body.extensioncountytce #site-title a span	{
		width: 390px;			
	}	
	body.extensioncounty #site-title a,
	body.extensioncountytce #site-title a	 {
		background: url('images/tx.png') no-repeat left 7px;
		font-size: 32px;
		margin-left: 10px;
		padding: 5px 0 60px 100px;	
	}

	body.extensioncounty #site-title a em,
	body.extensioncountytce #site-title a em	 {
		margin-left: 102px;
		font-size: 1.5em;
		font-style: normal;	
		font-weight: 600;
 		margin-top: -15px;
		
	}
    
	body.extension #access #menu-main-navigation,
	body.extension #access #menu-main-navigation	{
		margin-left: 10px;
	}

/* --- End County --- */	
	
	.searchform {
		overflow: hidden;
		padding: 2px;
	}
	
	#branding .searchform {
		position: absolute;
		top: -50px;
		right: 10px;		
		margin: 0;	
		width: 35em;
		display: block;
	}
	body.extensioncounty #branding .searchform,
	body.extensioncountytce #branding .searchform,
	body.extension.research.college #branding .searchform,
	body.extension.research #branding .searchform,
	body.extension.college #branding .searchform			 {
		top: -30px;		
	}	
	.searchform input.s {
		float: left;
	}
				
	#branding .searchform input.s {
		width: 45px;
		float: right;
		-webkit-transition: .5s width ease;
		-moz-transition: .5s width ease;		
		background: #fff url('images/search.png') no-repeat left 45%;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius-topright: 0;
		border-top-right-radius:0;
	}
	
	.searchform input.s:hover {
		background-color: #f7f7f7;			
	}
	
	#branding .searchform input.s:focus {
		width: 220px;
		background-color: #fafafa;	
		outline: none;
		border-color: #2783e6;	
		-webkit-box-shadow: 0 0 5px #2783e6;
		-moz-box-shadow: 0 0 5px #2783e6;
		box-shadow: 0 0 5px #2783e6;					
	}

	.flex-container.fullwidth { margin-left: 10px;}
	
	#breadcrumbs {
		width: 550px;	
	}	
	
	#content {
		padding-bottom: 2em;
	}
						
	body.home #content {
		display: block;
		position: relative;
		max-width: 564px;
		float: left;
	}
	body.home.page-template-onecolumn-page-php #content {		
		max-width: 975px;
		float: none;
	}	
	.flex-container.fullwidth { margin-right: 10px;}
	.ie8 .flexslider .slides img  { height: 272px;}
	.ie8 .flex-container.fullwidth .flexslider .slides img  { height: 475px;}
				
	#home-middle-bg, #home-middle, .home-middle-1, #wrap  {
		width: 575px;
	}
		
	#home-middle li,
	#home-middle p	  {
		padding-right: 1em;
		
	}
	
	body.page-template-onecolumn-page-php #wrap {
		width: 100%;
	}
	
	#home-middle h3.widget-title {
		margin-bottom: 10px;
		font-size: 2.7em;
	}
	
	body.home h2.entry-title {
		font-size: 3em;
	}

	.staff-person-details {
		margin-left: 200px;
	}
	
	#content .staff-person-details dt {
		margin-top: 20px;
	}
		
	#content .staff-person-details dd {
		margin: 0;
		padding: 2px 0;
	}

	img.attachment-staff_single {
		float: left;
	}
			
	#wrap {
		float: left;
	}
	
	#aside {
		width: 38.99%;
		float: right;
	}

	#aside #event-bg {
		margin-right: 10px;
	}
	
	#aside ul#menu-custom-menu  {
		margin-left: 1.5em;
	}
		
	#aside #menu-custom-menu li  {
		list-style: circle;
	}
			
	#aside #menu-custom-menu li a {
		border: none;
	}
			
	#aside ul.books {
		padding-left: 0;
		margin-left: 0;
		padding-top: 25px;
		position: relative;
		display: block;	
		overflow: hidden;	
	}
	
	#aside ul.books li {
		position: relative;
		display: block;		
		width: 50%;
		float: left;
	}
	
	#aside ul.books li dt.book-title {
		float: right;
		width: 55%;
		padding-top: 25px;
		line-height: 1em;
	}
			
	#aside ul.books li dd.price {
		position: absolute;
		background: url('images/price-circle.png') no-repeat 40% 50%;
		z-index: 6;
		top: -15px;
		left: 40px;
		padding: 13px 10px 16px 10px;
		color: #8C2B17;
		font: .95em georgia;
	}

	#aside ul.books li dd.price em {
		font-size: .75em;
		font-style: normal;
	}

	#aside ul.books li dd.price span {
		font-size: .5em;
		vertical-align:	super;	
	}
					
	#aside ul.books li p.btn {
		position: absolute;
		z-index: 5;
		bottom: -0.7em;
		right: 55px;
	}
		
	#aside ul.books li p.btn a {
		padding: 4px 12px;
		font-size: 10px;
		color: #806E38;
		border: 1px solid #bba563;
		background: #c7bc7f;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ded8b4), to(#c7bc7f));
		background: -moz-linear-gradient(top, #ded8b4, #c7bc7f);		
	}

	#aside ul.books li p.btn a:hover {
		cursor: pointer;
		border: 1px solid #bba563;	
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shodow: none;	
		background: #c7bc7f;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cfc591), to(#c7bc7f));
		background: -moz-linear-gradient(top, #cfc591, #c7bc7f);
	}

	#aside ul.books li p.btn a:active {
		cursor: pointer;	
		background: #c7bc7f;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c7bc7f), to(#cfc591));
		background: -moz-linear-gradient(top, #c7bc7f, #cfc591);		
	}

	div.event dd.sign-up a:active {
		top: 27px;
	}
	
	div.event dl dd.title-loc h4 {
		font-size: 22px;
	}

	#aside #aside-widget-area-1,
	#aside #aside-widget-area-2 {
		margin-right: 10px;
	}

	#aside #sidebar-navigation-widgets  {
		margin: 0 10px 20px 0;	
	}
	
	#footer .wrap h4 {
		font-size: 1.4em;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-weight: 600;
	}

	#footer .wrap p {
		font-size: 1.4em;
	}

	#footer .wrap ul li {
		font-size: 1.4em;	
	}

/* 3 Col homepage */
	.page-template-page-3col-news-home-php #aside {
		width: 29%;
	}
	.page-template-page-3col-news-home-php #left-sidebar {
		width: 20%;
		float: left;
	}
	.page-template-page-3col-news-home-php #wrap {
		width: 36%;
	}	
}

@media all and (max-width: 960px) {
	
	body {  		
	    font-size: 80%; 
		line-height: 1.75em;
	}

	.wrap, #footer .wrap, #branding, #access {
		padding-left: 5%;
		padding-right: 5%;		
	}

	#content {
		padding-top:3em;
	}
	#header {
		padding-bottom: 20px;
	}
	body .searchform {
		margin-bottom: 20px;
	}
	img,video,object {
	    max-width: 100%;
	}
	#aside {
		float: none;
		clear: both;
	}	
	#drop-section-nav #drop-nav ul {
		margin: 0 5%;
	}
}

/* mobile width */
@media all and (max-width: 640px) {
				
	#site-title a {
		font: 28px arno-pro-1,arno-pro-2, georgia, serif;
	}
	body  { 		
		font-size: 76%; 
		-webkit-text-size-adjust: 98%;					
	}			
	body #content {
		width: 100%;	
		border-right: none;
		margin-left: 0;
	}			
	#header  {
		margin: 0;
	}	

	body #site-title a  {
		padding: 0;
	}	
	
	body #access .menu-header, body div.menu	{
		padding: 0 0 2em 0;
		margin:  0 0 2em 0;
	}
	
	#access #menu-main-navigation {
		width: 100%;
	}
			
	#access .menu-header li,
	div.menu li {
		float: none;
		margin: 0;
		border-bottom: 1px solid #E7E2CB;
	}
	
	#access  {
		float: none;
	}
	
	body.no-touch #access ul.menu a {
		font-size: 1.6em;
		text-shadow: 0 1px 0 #fff;
		display: block;
		text-shadow: none;
	}
	
	#home-top {
		display: none;
	}	
	
	#footer .wrap {
		padding-left: 5%;
		padding-right: 5%;		 
	}	
			
	#footer .wrap ul {
		margin-left: 0;		 
	}			
}
/* mobile width */
@media all and (max-width: 420px) {
	
	body .entry-content h2,
	body .entry-content h3,
	body .entry-content h4,	
	body h3.entry-title,
	body h2.entry-title,
	body h1.entry-title {
		font-size: 20px;
	}
	
	body #header {
		padding-bottom: 0;
	}
	body #site-title {
		margin-top: 15px;
		margin-bottom: 10px;
		line-height: 18px;	
	}
	body #site-title a {
		font-size: 22px;
	}
	body #content {
		padding-top: 1em;
	}	
	div.event dl dd.title-loc h4 {
		font-size: 18px;
		padding-right: 15px;
	}
	div.event dd.sign-up a {
		font-size: .75em;
	}

}
/**********************************************************

jQuery Tabs

**********************************************************/
.ui-tabs { position: relative; zoom: 1; overflow: hidden;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding:0; overflow: hidden; }
.ui-tabs .ui-tabs-nav li { font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2", 'Lucida Grande','Lucida Sans Unicode', sans-serif; list-style: none; float: left; position: relative; top: 1px; margin: 0 .17em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { position: relative; z-index: 1; float: left; padding: .5em 1em; text-decoration: none; background: #e9e7db; border: none; border-top-right-radius: 5px; }
.ui-tabs .ui-tabs-nav li a:hover { 	background: #e3e1d5; border: none;}
.ui-tabs .ui-tabs-nav li.ui-state-active a { position: relative; z-index: 9999;	background: #e3e1d5; 	border: 1px solid #ceccb6; border-bottom: none;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

div#tabs-1, 
div#tabs-2,
div#tabs-3 {
	background: #e3e1d5;
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #ceccb6;
	margin-top: -2px;
	position: relative; 
	z-index: 2;
}

div#tabs-1 object {
}

div#tabs-3 ul {
	overflow: hidden;
}

div#tabs-3 ul li {
	overflow: hidden;
	height: 30px;
}


/**********************************************************

Flickr Plugin

**********************************************************/

div.flickr-gallery {
	margin-top: 1em;
}

div.flickr-photos {

}

div.flickr-thumb {
	float: left;
	border: 1px solid #dddddd;
	padding: 2px;
	margin: 3px;
	height: 75px;
	width: 75px;
}

div.fg-clear {
	clear: both;
}

div.flickr-set-meta {
	margin-left: 80px;
}

div.flickr-collection-meta {
	margin-left: 191px;
}

div.flickr-set-thumb, div.flickr-collection-thumb {
	float: left;
	border: 1px solid #dddddd;
	padding: 2px;
	margin: 3px;
}

div.flickr-set, div.flickr-collection{
	margin-bottom: .5em;
}

div.flickr-gallery.image.none {
	padding: 1em 0px;
}

div.flickr-gallery.image.left, div.flickr-gallery.video.left {
	padding: 0px .5em .5em 0px;
	float: left;
}

div.flickr-gallery.image.right, div.flickr-gallery.video.right {
	padding: 0px 0px .5em .5em;
	float: right;
}

div.flickr-set-display {
	display: none;
	clear: both;
}

div.flickr-gallery-next{
	margin-right: 50px;
}

div.flickr-gallery-next a,
div.flickr-gallery-prev a {
	padding: 6px 8px;
	font-size: 14px;
}

.ui-tabs .fg-credit {
	margin-top: 4px;
}

div.flickr-gallery ul.ui-tabs-nav li {
	list-style-type: none;
}

#content ul.ui-tabs-nav  {
	margin-bottom: 0px;
}

div.ui-widget {
	font-size: 1em;
}


div.gform_wrapper { 
	margin:10px 0; 
	max-width:960px;
}
	
.gform_wrapper h1, 
.gform_wrapper h2, 
.gform_wrapper h3 {
	font-weight:normal; 
	border:none; 
	outline:none; 
	background:none
}
	
.gform_wrapper:focus {
	outline:none
}

.gform_wrapper form {
	text-align:left
}

.gform_wrapper label.gfield_label { 
	color: #5c0124;
	font-size: 16px;
	text-transform: capitalize;
}

div.gform_wrapper input,
div.gform_wrapper textarea  {
	font-size: 14px; 
	padding: 7px 3px;
	-moz-border-radius: 3px;	
	border-radius: 3px;
	border: 1px solid #aaa;
	outline-style: none; 
	letter-spacing:normal;	
	resize:none; /* doesn't validate but added for Safari field resizing */	
	}

div.gform_wrapper input:hover,
div.gform_wrapper textarea:hover  {
	border: 1px solid #777;
	}

div.gform_wrapper input:focus,
div.gform_wrapper textarea:focus  {
	border: 1px solid #6ea2b6;		
	}
	
div.gform_wrapper input.button {
	color: #fff;
}


.gform_wrapper ul {
	margin:0; 
	list-style-type:none
}

html>body .entry ul, .gform_wrapper ul {
	text-indent:0px
}

.gform_wrapper li, .gform_wrapper form li, .ginput_left {
	list-style-type: none !important; 
	overflow:hidden;
	margin-bottom: 10px;
}
	
.gform_wrapper ul.gfield_radio li, 
.gform_wrapper ul.gfield_checkbox li {
	overflow:visible
}

.gform_wrapper ul.right_label li, 
.gform_wrapper form ul.right_label li, 
.gform_wrapper ul.left_label li, 
.gform_wrapper form ul.left_label li {
	margin-bottom:14px
}

.gform_wrapper ul li:before, 
.gform_wrapper ul li:after, 
.entry ul li:before, 
.entry ul li:after {
	content:""; /* for safari */
}

.gform_wrapper ul li:before, 
.gform_wrapper ul li:after, 
.entry ul li:before, .entry ul li:after {
	content:none; # /* for other browsers */
	}
	
.gform_wrapper ul.gform_fields {
	padding:0px; 
	margin:0px
}

.gform_wrapper select {
	padding:3px 0 3px 0; 
	letter-spacing:normal
}

.gform_wrapper .inline {
	display: inline !important
}

.gform_wrapper .gform_heading {
	width:98%; 
	margin-bottom:18px
}

.gform_wrapper .gfield_time_hour, 
.gform_wrapper .gfield_time_minute, 
.gform_wrapper .gfield_date_month, 
.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_year {
	width:70px; 
	float:left
}

.gform_wrapper .gfield_date_month, 
.gform_wrapper .gfield_date_day, 
.gform_wrapper .gfield_date_year {
	margin-right:12px
}

.gform_wrapper .gfield_time_ampm select {
	width: 60px !important
}

.gform_wrapper .gfield_time_hour input, 
.gform_wrapper .gfield_time_minute input, 
.gform_wrapper .gfield_date_month input, 
.gform_wrapper .gfield_date_day input, 
.gform_wrapper .gfield_date_year input {
	width: 70% !important
}

.gform_wrapper .gfield_date_month, 
.gform_wrapper .gfield_date_day, 
.gform_wrapper .gfield_date_year {
	width:50px; 
	float:left
}

.gform_wrapper .gfield_date_month input, .gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_year input {width:85%!important}
.gform_wrapper .field_hover {border:1px dashed #2175A9!important; cursor:pointer}
.gform_wrapper .field_selected {background-color:#DFEFFF; border:1px solid #C2D7EF!important}
.gform_wrapper .field_name_first, .gform_wrapper .field_name_last {width:50%; float:left}
.gform_wrapper .ginput_complex {overflow:hidden}
.gform_wrapper .field_name_first input, .gform_wrapper .ginput_complex .ginput_left input {width:90%!important}
.gform_wrapper .field_name_last input {width:93%!important}
.gform_wrapper .datepicker {width:100px!important}
.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {width:48%; float:left}
.gform_wrapper .gfield_error .ginput_complex .ginput_left, .gform_wrapper .gfield_error .ginput_complex .ginput_right {width:50%}
.gform_wrapper .gfield_error .ginput_complex .ginput_left input {width:90%!important}
.gform_wrapper .gfield_error .ginput_complex .ginput_right input {width:100%!important}
.gform_wrapper .ginput_complex input, .gform_wrapper .ginput_complex select {width:92%!important}
.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction { color: #666; display:block; margin:3px 0 8px 0; font-size:14px;}
.gform_wrapper .ginput_complex .name_prefix {float:left; width:30px!important; margin-right:14px}
.gform_wrapper .ginput_complex .name_suffix {float:left; width:30px!important}
.gform_wrapper .ginput_complex .name_first, .gform_wrapper .ginput_complex .name_last {float:left; width:100px; margin-right:8px}
.gform_wrapper .top_label .gfield_label {margin:10px 0 4px 0; font-weight:bold; display:-moz-inline-stack; display:inline-block; line-height:130%; clear:both}
.gform_wrapper .left_label .gfield_label {float:left; margin:2px 15px 0 0; width:29%; font-weight:bold}
.gform_wrapper .right_label .gfield_label {float:left; margin:2px 15px 0 0; width:29%; font-weight:bold; text-align:right}
.gform_wrapper .left_label ul.gfield_checkbox, .gform_wrapper .right_label ul.gfield_checkbox, .gform_wrapper .left_label ul.gfield_radio, .gform_wrapper .right_label ul.gfield_radio {margin-left:32%}
.gform_wrapper .top_label input.small, .gform_wrapper .top_label select.small {width:25%}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {width:50%}
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {width:92%}
.gform_wrapper .right_label input.small, .gform_wrapper .right_label select.small, .gform_wrapper .left_label input.small, .gform_wrapper .left_label select.small {width:15%}
.gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium, .gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium {width:35%}
.gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large, .gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large, .gform_wrapper textarea.textarea {width:59%}
.gform_wrapper .right_label div.ginput_complex, .gform_wrapper .left_label div.ginput_complex {width:64%; float:left}
.gform_wrapper h2.gsection_title {margin:0!important; padding:0!important; letter-spacing:normal!important}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {font-weight:bold; font-size:16px; font-family:Helvetica, sans-serif;}
.gform_wrapper h3.gform_title {letter-spacing:normal!important; margin:10px 0 6px 0}
.gform_wrapper span.gform_description {font-weight:normal; font-size: 16px; line-height: 22px; }
.gform_wrapper h2.gsection_title, .gform_wrapper .gsection_description, .gform_wrapper h3.gform_title {width:98%}
.gform_wrapper .gsection {border-bottom:1px dotted #ccc!important; padding:0 0 8px 0; margin:8px 0 16px 0}

/* updated radio and checkbox styling - justifies lenghty labels ----------------------------------- */

.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {position:relative}
.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {margin:6px 0; padding:0}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {display:block; margin: 0 0 0 24px; padding:0; width: auto; line-height:1.5; vertical-align: top}
.gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio], .gform_wrapper .gfield_checkbox li input {float:left; margin-top:2px; margin-left: 2px;}

/* some built in styles to use for quick radio/checkbox columns ----------------------------------- */

.gform_wrapper .gf_2col ul.gfield_checkbox li, .gform_wrapper .gf_2col ul.gfield_radio li {width:50%; float:left; margin:0; min-height:1.8em}
.gform_wrapper .gf_3col ul.gfield_checkbox li, .gform_wrapper .gf_3col ul.gfield_radio li {width:33%; float:left; margin:0; min-height:1.8em}
.gform_wrapper .gf_4col ul.gfield_checkbox li, .gform_wrapper .gf_4col ul.gfield_radio li {width:25%; float:left; margin:0; min-height:1.8em}
.gform_wrapper .gf_2col ul.gfield_checkbox, .gform_wrapper .gf_2col ul.gfield_radio, .gform_wrapper .gf_3col ul.gfield_checkbox, .gform_wrapper .gf_3col ul.gfield_radio, .gform_wrapper .gf_4col ul.gfield_checkbox, .gform_wrapper .gf_4col ul.gfield_radio {overflow:hidden}
.gform_wrapper .gf_height25 ul.gfield_checkbox li, .gform_wrapper .gf_height25 ul.gfield_radio li {height:25px}
.gform_wrapper .gf_height50 ul.gfield_checkbox li, .gform_wrapper .gf_height50 ul.gfield_radio li {height:50px}
.gform_wrapper .gf_height75 ul.gfield_checkbox li, .gform_wrapper .gf_height75 ul.gfield_radio li {height:75px}
.gform_wrapper .gf_height100 ul.gfield_checkbox li, .gform_wrapper .gf_height100 ul.gfield_radio li {height:100px}
.gform_wrapper .gf_height125 ul.gfield_checkbox li, .gform_wrapper .gf_height125 ul.gfield_radio li {height:125px}
.gform_wrapper .gf_height150 ul.gfield_checkbox li, .gform_wrapper .gf_height150 ul.gfield_radio li {height:150px}

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {font-size:10px; line-height:150%; clear:both; font-family:verdana, sans-serif; letter-spacing:normal}
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description {padding:4px 0 8px 0}
.gform_wrapper .gfield_description {padding: 10px 0 8px 0; font-style: italic}
.gfield_date_year+.gfield_description {padding:0 0 8px 0}
.gform_wrapper .gsection_description {font-style: italic}
.ginput_complex + .gfield_description {padding-top:0!important}
.gform_wrapper .right_label .gfield_description, .gform_wrapper .left_label .gfield_description, .gform_wrapper .left_label .instruction, .gform_wrapper .right_label .instruction {margin-left:29%; padding-left:15px}
.gform_wrapper .left_label .gsection .gsection_description, .gform_wrapper .right_label .gsection .gsection_description {margin-left:0; padding-left:0; padding-top:4px; line-height:150%}
.gform_wrapper .gfield_required {color:#790000; margin-left:4px}
.gform_wrapper textarea.small {height:80px}
.gform_wrapper textarea.medium {height:150px}
.gform_wrapper textarea.large {height:250px}
.gform_wrapper .gfield_error {background-color:#FFDFDF!important; margin-top:4px!important; margin-bottom:6px; padding:6px 6px 4px 6px!important; border:1px dotted #C89797}
.gform_wrapper .top_label .gfield_error .ginput_container {max-width:99%}
.gform_wrapper .top_label .gfield_error {width:92%}
.gform_wrapper .top_label .gfield_error input.large, .gform_wrapper .top_label .gfield_error select.large, .gform_wrapper .top_label .gfield_error textarea.textarea {width:100%}
.gform_wrapper .right_label .gfield_error input.large, .gform_wrapper .right_label .gfield_error select.large, .gform_wrapper .right_label .gfield_error textarea.textarea, .gform_wrapper .left_label .gfield_error input.large, .gform_wrapper .left_label .gfield_error select.large, .gform_wrapper .left_label .gfield_error textarea.textarea {width:66%}
.gform_wrapper .gfield_error .gfield_label {color:#790000}
.gform_wrapper .validation_error {color:#790000; font-weight:bold; font-size:14px; line-height:150%; font-family:Helvetica, sans-serif; margin-bottom:16px}
.gform_wrapper .validation_message {color:#790000!important; font-size:11px; font-family:verdana, sans-serif; letter-spacing:normal}
.gform_wrapper .gform_footer {padding:16px 0 10px 0; margin:16px 0 0 0}
.gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label {padding:16px 0 10px 31%}
.gform_wrapper input.button {font-size:100%;  background: #5c0124; color:#fff; padding: 7px 12px;}
.gform_wrapper input.button:hover {color:#5c0124; background: #fff; cursor: pointer;}
#gforms_confirmation_message {background-color:#fffac6; border:1px solid #feda70; margin-top:10px; margin-bottom:10px; padding:20px 0; font-size:14px; color:#252525; text-align:center}
.gform_wrapper .gform_edit_link {margin:20px 0; font-family:verdana, sans-serif; font-size:12px}
.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right, .gform_wrapper .ginput_complex .ginput_full {min-height:43px; display:block; overflow:hidden}
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {margin:0 0 4px 0; line-height: 130%!important} /* improve spacing and prevent descenders from getting cut off in IE */

/* jQuery UI date picker ---------------------------------------------------------------------------------------*/

.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {/*resets*/margin:0; padding:0; border:0; outline:0; line-height:1.3; text-decoration:none; font-size:100%; list-style:none; font-family:"lucida sans", "lucida grande", lucida , sans-serif; background:#fff; font-size:1.0em; border:4px solid #C1C1C1; width:15.5em; padding:2.5em .5em .5em .5em; position:relative}
.ui-datepicker-div, #ui-datepicker-div {z-index:9999; /*must have*/ display:none}
.ui-datepicker-inline {float:left; display:block}
.ui-datepicker-control {display:none}
.ui-datepicker-current {display:none}
.ui-datepicker-next, .ui-datepicker-prev {position:absolute; left:.5em; top:.5em; background:#eee}
.ui-datepicker-next {left:14.6em}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {background:#dadada}
.ui-datepicker-next a, .ui-datepicker-prev a {text-indent:-999999px; width:1.3em; height:1.4em; display:block; font-size:1em; background:url(../images/datepicker_arrow_left.gif) 50% 50% no-repeat; border:1px solid #d3d3d3; cursor:pointer}
.ui-datepicker-next a {background:url(../images/datepicker_arrow_right.gif) 50% 50% no-repeat}
.ui-datepicker-header select {border:1px solid #d3d3d3; color:#555; background:#e6e6e6; font-size:1em; line-height:1.4em; position:absolute; top:.5em; margin:0 !important}
.ui-datepicker-header option:focus, .ui-datepicker-header option:hover {background:#dadada}
.ui-datepicker-header select.ui-datepicker-new-month {width:7em; left:2.2em}
.ui-datepicker-header select.ui-datepicker-new-year {width:5em; left:9.4em}
table.ui-datepicker {width:15.5em; text-align:right}
table.ui-datepicker td a {padding:.1em; display:block; color:#555; background:#e6e6e6; cursor:pointer; border:1px solid #fff; text-align:center}
table.ui-datepicker td a:hover {border:1px solid #fff; color:#212121; background:#dadada; text-decoration: none}
table.ui-datepicker td a:active {border:1px solid #aaa; color:#212121; background:#fff; text-decoration: none}
table.ui-datepicker .ui-datepicker-title-row td {padding:.2em 0; text-align:center; font-size:.9em; color:#222; text-transform:uppercase}
table.ui-datepicker .ui-datepicker-title-row td a {color:#222; padding:.3em 0}
.ui-datepicker-cover {display:none; display/**/:block; position:absolute; z-index:-1; filter:mask(); top:-4px; left:-4px; width:193px; height:200px}
img.ui-datepicker-trigger {position:relative; top:3px; left:4px}

/* tame those pesky hidden fields --------------------------------------------------------------------*/

.gform_wrapper input[type="hidden"], .gform_wrapper input.gform_hidden, .gform_hidden {display:none}
.ginput_full br, .ginput_left br, .ginput_right br {display:none}

/* fix captcha alignment for IE8 ---------------------------------------------------------------------*/

.gform_wrapper .left_label #recaptcha_area #recaptcha_table, .gform_wrapper .right_label #recaptcha_area #recaptcha_table {margin-left:32%}

/* additional spacing and padding tweaks --------------------------------------------*/

.gform_wrapper .left_label .ginput_complex .ginput_right label, .gform_wrapper .left_label .ginput_complex .ginput_left label, .gform_wrapper .right_label .ginput_complex .ginput_right label, .gform_wrapper .right_label .ginput_complex .ginput_left label {word-spacing: -.4em}
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {padding:0!important}
.gform_wrapper .top_label .ginput_complex + .gfield_description {padding-bottom:0!important}
.gform_wrapper .top_label .gfield_description.validation_message, .gfield_description.validation_message {padding:10px 0 10px 0}

/* Twentyten theme specific styles updated 08.23.2010 -----------------------------------------------------*/
/* pretty specific inheritance but if your theme is structured just like the 2010 theme it may affect yours as well */

#wrapper.hfeed #main #container #content .entry-content .gform_wrapper .ginput_complex input, #wrapper.hfeed #main #container #content .entry-content .gform_wrapper .ginput_complex select, .entry-content .gform_wrapper input, #wrapper.hfeed #main #container #content .entry-content .gform_wrapper select {margin:0!important}
#wrapper.hfeed #main #container #content .entry-content .gform_wrapper .ginput_complex select, #wrapper.hfeed #main #container #content .entry-content .gform_wrapper select {font-size:16px; padding:1px 2px!important; background-color: #F9F9F9; border:1px solid #CCC; color:#444}
#wrapper.hfeed #main #container #content .entry-content .gform_wrapper .gfield_checkbox li input[type=checkbox], #wrapper.hfeed #main #container #content .entry-content .gform_wrapper .gfield_checkbox li input {margin-top:2px!important}
#wrapper.hfeed #main #container #content .entry-content .gform_wrapper .gfield_radio li input[type=radio], #wrapper.hfeed #main #container #content .entry-content .gform_wrapper .gfield_radio li input {margin-top:1px!important}
#wrapper.hfeed #main #container #content .entry-content .gf_2col ul.gfield_checkbox li, #wrapper.hfeed #main #container #content .entry-content .gf_2col ul.gfield_radio li {min-height:1.5em}
#wrapper.hfeed #main #container #content .entry-content .gf_3col ul.gfield_checkbox li, #wrapper.hfeed #main #container #content .entry-content .gf_3col ul.gfield_radio li {min-height:1.5em}
#wrapper.hfeed #main #container #content .entry-content .gf_4col ul.gfield_checkbox li, #wrapper.hfeed #main #container #content .entry-content .gf_4col ul.gfield_radio li {min-height:1.5em}
#wrapper.hfeed #main #container #content .entry-content .gform_wrapper .gfield_checkbox li label, #wrapper.hfeed #main #container #content .entry-content .gform_wrapper .gfield_radio li label {*display:inline-block!important; *margin: 2px 0 0 6px}/* for IE7 */

/* Thesis theme specific styles updated 08.23.2010 -----------------------------------------------------*/
/* pretty specific inheritance but if your theme is structured identical to the Thesis theme it will affect yours as well */

body.custom #container #page #content_box .post_box .format_text ul.gfield_radio li input, body.custom #container #page #content_box .post_box .format_text ul.gfield_checkbox li input {width:auto!important; border:none!important; border-color:none!important; background-color:none!important; background:none!important}
body.custom #container #page #content_box .post_box .format_text .gform_footer input[type=image] {border:none!important; border-color:none!important; background-color:none!important}
body.custom #container #page #content_box .post_box .format_text .gform_footer input.button {border-color:#CCC #999 #999 #CCC; border-right:3px double #999; border-style:double; border-width:3px; color:#111111; background-color:#E3E3E3; cursor:pointer; font-weight:bold; overflow:visible; width:auto !important; font-family: Georgia, "Times New Roman", Times, serif; font-size:1.143em; padding:0.313em 0.25em}
body.custom #container #page #content_box .post_box .format_text .left_label ul.gfield_checkbox, body.custom #container #page #content_box .post_box .format_text .left_label ul.gfield_radio, body.custom #container #page #content_box .post_box .format_text .right_label ul.gfield_checkbox, body.custom #container #page #content_box .post_box .format_text .right_label ul.gfield_radio {margin-top:-.2em!important}
body.custom #container #page #content_box .post_box .format_text input, body.custom #container #page #content_box .post_box .format_text select {font-size:1em; padding:0.214em}
body.custom #container #page #content_box .post_box .format_text select {background-color:#eee; border-color:#AAA #DDD #DDD #AAA; border-style:solid; border-width:1px; color:#444; font-size:1em}
body.custom #container #page #content_box .post_box .format_text .gform_wrapper .gfield_checkbox li input[type=checkbox], body.custom #container #page #content_box .post_box .format_text .gform_wrapper .gfield_radio li input[type=radio], body.custom #container #page #content_box .post_box .format_text .gform_wrapper .gfield_checkbox li input {float:left; margin-top:4px}
body.custom #container #page #content_box .post_box .format_text .gform_wrapper .gfield_checkbox li label, body.custom #container #page #content_box .post_box .format_text .gform_wrapper .gfield_radio li label {display:inline-block\9; margin: 2px 0 0 6px\9}/* another hack for IE */

/* HTML field default margins -----------------------------------------------------*/

.gform_wrapper .left_label li.gfield_html_formatted, .gform_wrapper .right_label li.gfield_html_formatted {margin-left:32%}
.gform_wrapper .gfield_html.gfield_no_follows_desc {margin-top:10px}

/* ajax forms ------------------------------------------------------*/

.gform_wrapper .gform_ajax_spinner {padding-left: 10px}
.gform_wrapper .gform_validation_container {display:none!important}

/* Simple Captcha ------------------------------------------------------*/

.gform_wrapper .gfield_captcha_input_container {padding-top:3px}

.gform_wrapper .simple_captcha_small input {width:100px}
.gform_wrapper .simple_captcha_medium input {width:150px}
.gform_wrapper .simple_captcha_large input {width:200px}
.gform_wrapper .gform_wrapper .left_label .simple_captcha_small, .gform_wrapper .right_label .simple_captcha_small, .gform_wrapper .left_label .simple_captcha_medium, .gform_wrapper .right_label .simple_captcha_medium, .gform_wrapper .left_label .simple_captcha_large, .gform_wrapper .right_label .simple_captcha_large {margin-left:32%}
.gform_wrapper .gfield_captcha_container img.gfield_captcha {border:none!important; background:none!important; float:none!important; margin:0!important; padding:0!important}

/* Math Challenge ------------------------------------------------------*/

.gform_wrapper .math_small input {width:69px}
.gform_wrapper .math_medium input {width:90px}
.gform_wrapper .math_large input {width:108px}
.gform_wrapper .left_label .math_small, .gform_wrapper .right_label .math_small, .gform_wrapper .left_label .math_medium, .gform_wrapper .right_label .math_medium, .gform_wrapper .left_label .math_large, .gform_wrapper .right_label .math_large {margin-left:32%}

/* a few IE specific hacks ------------------------------------------------------------------------- */

.gform_wrapper .gfield_time_hour {*width:80px}
.gform_wrapper .gfield_time_minute {*width:70px}
.gform_wrapper .gfield_time_ampm {*padding-top:2px}
.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input {*margin-left:0}
.gform_wrapper .ginput_complex .ginput_left label, .gform_wrapper .ginput_complex .ginput_right label {*margin:3px 0 5px 0}
.gform_footer input.button {*padding:3px}
ul.top_label .clear-multi {overflow:hidden; clear:both}
.gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio], .gform_wrapper .gfield_checkbox li input {*margin-top:0}
.gform_wrapper .ginput_complex .ginput_left select, .gform_wrapper .ginput_complex .ginput_right select {padding: 2px 0 2px 0\9 }
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {display:inline-block\9; margin: 2px 0 0 6px\9; }

/* Columns CPT Events */

#tf_col_ev_date, th#tf_col_ev_cat {width:150px}
td.tf_col_ev_date em {color:gray;}
th#tf_col_ev_times {width:150px}
th#tf_col_ev_thumb {width:100px}

/* Metabox */

body.wp-admin .tf-meta {  }
body.wp-admin .tf-meta ul li { height: 20px; clear:both; margin: 0 0 15px 0;}
body.wp-admin .tf-meta ul li label { width: 100px; display:block; float:left; padding-top:4px; }
body.wp-admin .tf-meta ul li input { width:125px; display:block; float:left; }
body.wp-admin .tf-meta ul li em { width: 200px; display:block; float:left; color:gray; margin-left:10px; padding-top: 4px }

/*===========================
GigPress
---------------------------------------------------------------------------*/

/* By default this is an h3 that appears above each artist's list of shows */
h3.gigpress-artist-heading  {   
}

/* This span contains the RSS and iCal links for the artist */
span.gigpress-artist-subscriptions {
    margin-left: 5px;
    float: right;
}

/* Default wrapper for the year/month menu */
.gigpress-menu-container {
    padding: 5px 0;
    text-align: right;
}

/* Meet the table that displays our shows */
.gigpress-table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-top: 1px solid #CCC;
    margin: 0.5em 0 1em 0;
}

/* This is for the main header cells containing the column labels */
tr.gigpress-header th {
    font-weight: bold;
}

/* Generic class for the table header cells */
.gigpress-table th {
    padding: 6px 8px;
    vertical-align: middle;
    text-align: left;
    border-bottom: 1px solid #CCC;
}

/* This is for the tour name header cells */
th.gigpress-heading {
    background-color: #EEE;
    border-bottom: 1px solid #CCC;
}

/* This is for the tour name headings, whichever one you're using */
th.gigpress-heading h1, th.gigpress-heading h2, th.gigpress-heading h3, th.gigpress-heading h4, th.gigpress-heading h5 {
    margin: 0;
}

/* Applies to all cells in the table */
.gigpress-table td {

}

/* Applies to the first row of each show listing */
.gigpress-row td {
    border-bottom: 1px solid #EEE;
}

/* Style for rows within a tour */
tr.gigpress-tour td {
    background-color: #F6F6F6;
}

/* Style for the first row after a tour ends in the list */
tr.divider.gigpress-row td {
    border-top: 2px solid #CCC;
}

/* The secondary row for each show, contains time, admission, etc */
tr.gigpress-info td {
    font-size: 90%;
    color: #333;
    border-bottom: 1px solid #CCC;
}

/* Fix for themes that hide .description */
tr.gigpress-info td.description {
    visibility: visible;
}

/* Greys-out cancelled shows */
tr.gigpress-row.cancelled, tr.gigpress-info.cancelled, tr.cancelled span.gigpress-info-label, tr.cancelled span.gigpress-info-item {
    color: #999;
}

/* This wraps each of the bits of info in the "info" cell */
span.gigpress-info-item {
}

/* For the labels for address, admission, etc in the "info" cell */
span.gigpress-info-label {
    color: #666;
}

/* In case you want to style the "Buy Tickets" link */
a.gigpress-tickets-link {
    font-weight: bold;
    text-transform: uppercase;
}

/* Notices for Cancelled or Sold Out shows */
strong.gigpress-cancelled, strong.gigpress-soldout {
    text-transform: uppercase;
    font-weight: bold;
    padding: 1px;
    color: #111;
    background: #fffdeb;
    border: 1px solid #EEE;
    background: #111;
    color: #FFF;
    border: none;
}

/* These styles control the peek-a-boo "add" links to iCal and Google Calendar. Behaviour dictated by a separate jQuery script. */
td.gigpress-links-cell {
    vertical-align: top;
}

.gigpress-calendar-add {
    position: relative;
}

a.gigpress-links-toggle {
    display: block;
    text-indent: -9999px;
    width: 11px;
    height: 11px;
    background: transparent url(/images/calendar-toggle.png) no-repeat left top;
    cursor: pointer;
}

a.gigpress-links-toggle:hover {
    background-position: -11px 0px;
}

a.gigpress-link-active {
    background-position: -33px;
}

a.gigpress-link-active:hover {
    background-position: -22px;
}

div.gigpress-calendar-links {
    display: none;
    position: absolute;
    left: 20px;
    top: -1.2em;
    width: 15em;
    padding-left: 7px;
    background: transparent url('/images/calendar-links-bg.png') no-repeat left center;
}

.gigpress-calendar-links-inner {
    background-color: #F3F3F3;
    padding: 6px 8px;
    font-size: 11px;
    line-height: 16px;
    border: 1px solid #CCC;
    border-width: 1px 1px 1px 0;
}

div.gigpress-calendar-links span {
    display: block;
}

/* These are for the RSS/iCal subscribe links */
p.gigpress-subscribe {
    text-align: left;
    color: #999;
}

p.gigpress-subscribe a {
    display: inline-block;
    text-indent: -9999px;
    width: 12px;
    margin: 0 3px;
}

a.gigpress-rss, a.gigpress-rss:hover {
    background: transparent url(/images/feed-icon-12x12.png) no-repeat left center;   
}

a.gigpress-ical, a.gigpress-ical:hover {
    background: transparent url(/images/icalendar-icon.gif) no-repeat left center;    
}

/* For tour headings in the sidebar */
span.gigpress-list-tour-heading {   
    font-weight: bold;
    font-size: 110%;
}

/* So if you like you can style the date differently */
span.gigpress-sidebar-date {
    font-weight: bold;
    display: block;
}

/* Sold Out shows in the sidebar */
ul.gigpress-listing strong.gigpress-soldout {
    display: block;
}

/* These styles control the Related Show list that appears in the body of Related Posts */
ul.gigpress-related-show {
    margin-bottom: 2em;
}

.gigpress-related-label {
    font-weight: bold;
}

/* This is just to include data for hcalendar support, but hide it from view */
.hide {
    display: none;
}

/* Stop Firefox from underlining our abbreviated dates */
abbr {
    border: none;
    text-decoration: none;
    font-size: 100%;
}

/* old browsers */

.oldie .menu-item {
	font-family: 'lucida Sans Unicode', verdana, clean;
}


/*
 * jQuery FlexSlider v1.6
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* FlexSlider Necessary Styles
*********************************/ 
.flex-container.fullwidth { margin-top: 0;}
.flexslider {width: 100%; }
body.page-template-page-home-slideshow-2-php .flex-container {max-width: 585px; margin-left: auto; margin-right: auto;}

.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block; height: auto;}

/* Browser Resets */
.flexslider a {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load
 */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider
*********************************/
.flexslider {background: transparent; position: relative;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative; padding: 6px; background: #F0EEE3; background: rgba(255, 255, 255, .55);  margin-bottom: 50px; box-shadow: 0 0 5px rgba(10,10,10,.3); border-radius: 3px; border: #e3e1d5;} 
li.flex-slider-item { list-style-type: none; }
/* Caption style */
p.flex-caption {width: 96%; padding: 3% 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: #000; background: rgba(0,0,0,.4); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.5); font-size: 14px; line-height: 18px;}
p.flex-caption a { font-size: 18px;color: #ddd; border: none;}
p.flex-caption a:hover {color: #fff; border: none;}
/* Direction Nav */
#content ul.flex-direction-nav { list-style: none; }
.flex-direction-nav li a { border: none; width: 36px; height: 36px; margin: -18px 0 0; display: block; background: url(images/arrows-white.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; } /* set negative margin-top equal to half the height on the directional-nav for perfect vertical centering */
.flex-direction-nav li a.next {background-position: -40px 0; right: -12px;}
.flex-direction-nav li a.prev {background-position: 0 0; left: -12px;}
.flex-direction-nav li a.next:hover {background-position: -40px -43px;}
.flex-direction-nav li a.prev:hover {background-position: 0 -43px;}
.flex-direction-nav li a.next:active {background-position: -40px -42px;}
.flex-direction-nav li a.prev:active {background-position: 0 -42px;}

/* Control Nav */
#content ol.flex-control-nav { list-style: none; }
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a { border: none; width: 13px; height: 13px; display: block; background: url(images/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}

/* +++++++++++++++++++++++++++++++++
 	Start Research Child Theme Styles
==========-------- - - - - - - - - -
*/

.topics-list-ul li {
	font-family: verdana, clean, sans-serif;
	font-size: 13px;
	margin-left: 0;	
	padding: 1px 0;
}
.topics-list-ul li.topics-top-level-li {
	padding: 20px 0 20px 65px;
	font: 20px "ff-dagny-web-pro-1","ff-dagny-web-pro-2", 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	border-bottom: 1px solid #e0dfd8;
	border-top: 1px solid #fff;
	position: relative;
}

.topics-list-ul li.topics-top-level-li img {
	position: absolute;
	top: 20px;
	left: 0px;
	padding: 4px;
	margin-bottom: 3%;
	background: #f0eee3;
	background: rgba(255,255,255,.55);
	border: none;
	border-top: 1px solid #fff;		
	-webkit-box-shadow: 0 1px 2px #d8d3ae;
	-moz-box-shadow: 0 1px 2px #d8d3ae;
	box-shodow: 0 1px 2px #d8d3ae;	
	width: 48px;
	height: 48px;
}
.topics-list-ul li.topics-top-level-li img:hover {
	background: #ecece3;
}

.topics-list-ul li.topics-top-level-li.first {
	border-top: none;
}

.topics-list-ul li.topics-top-level-li.last {
	border-bottom: none;
}

.topics-list-ul .topics-top-level-link {
	margin: 0 0 10px;
	display: block;
	border: none;
}
.topics-list-ul a.topics-top-level-link:hover {
	text-decoration: underline;
}
.topics-sub-li {
	display: inline;
	margin: 3px;
}
body.researchonly .topics-sub-li a {
	background: #f5f5f0;
	padding: 2px 5px;
	margin: 0;
	border-bottom: 1px solid #e3e1d5;
	border-color: #e3e1d5;
}
body.researchonly .topics-sub-li a:hover {
	background: transparent;
	border: none;
	text-decoration: underline;
}
.ie7 #access ul.menu li {
	background-color: #f5f5ee;	
}

@media screen and (min-width: 640px) {
	#access ul.menu li {
		background-color: #f5f5ee;	
		background-color: rgba(245,245,238,.9);
	}
	#access .sf-menu ul li {
		width: 100%;
		position: relative;
		z-index: 4;
		border: none;
		font-size: 12px;
		border-bottom: 1px solid #D9D1AE;
		background: transparent;
	}	
	#content-wrap {
		border-top: 1px solid white;
	}
	#access .sf-menu li.current-menu-item {
		border: 1px solid #fff;
		border-bottom: none;
	}
}

@media screen and (min-width: 960px) {

	#header, #access {
		background-repeat: no-repeat;						
	}
	
	#header {
		background-position: center top;
	}
	#access {
		background-position: center -170px;		
	}
}	

/**
 * Default theme
 *
 */
/* Slight reset to make the preview have ample padding. */
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 1em;
  width: auto;
}
.cse .gsc-control-wrapper-cse,
.gsc-control-wrapper-cse {
  width: 100%;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
  position: normal;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border: block;
}
table.gsc-search-box td.gsc-input {
  padding-right: 12px;
}
input.gsc-input {
  border-color: #D9D9D9;
  font-size: 13px;
  padding: 1px 6px;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  padding: 0 8px;
  height: 20px;
  min-width: 54px;
  background-color: #CECECE;
  border: 1px solid #666;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none;
  color: #666666;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #e9e9e9;
  border-bottom: none;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #FFFFFF;
  border: 1px solid;
  border-top: 2px solid;
  border-color: #e9e9e9;
  border-top-color: #FF9900;
  border-bottom: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid #e9e9e9;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result,
.gsc-imageResult-column,
.gsc-imageResult-classic {
  padding: .25em;
  border: 1px solid;
  border-color: #ffffff;
  margin-bottom: 1em;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result.gsc-promotion:hover,
.gsc-results .gsc-imageResult-classic:hover,
.gsc-results .gsc-imageResult-column:hover {
  border: 1px solid;
  border-color: #FFFFFF;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gsc-webResult.gsc-result.gsc-promotion,
.gsc-webResult.gsc-result.gsc-promotion {
  background-color: #FFFFFF;
  border-color: #336699;
}
/* Promotion links */
.cse .gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link,
.cse .gs-promotion a.gs-title:link *,
.gs-promotion a.gs-title:link *,
.cse .gs-promotion .gs-snippet a:link,
.gs-promotion .gs-snippet a:link {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:visited,
.gs-promotion a.gs-title:visited,
.cse .gs-promotion a.gs-title:visited *,
.gs-promotion a.gs-title:visited *,
.cse .gs-promotion .gs-snippet a:visited,
.gs-promotion .gs-snippet a:visited {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:hover,
.gs-promotion a.gs-title:hover,
.cse .gs-promotion a.gs-title:hover *,
.gs-promotion a.gs-title:hover *,
.cse .gs-promotion .gs-snippet a:hover,
.gs-promotion .gs-snippet a:hover {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:active,
.gs-promotion a.gs-title:active,
.cse .gs-promotion a.gs-title:active *,
.gs-promotion a.gs-title:active *,
.cse .gs-promotion .gs-snippet a:active,
.gs-promotion .gs-snippet a:active {
  color: #0000CC;
}
/* Promotion snippet */
.cse .gs-promotion .gs-snippet,
.gs-promotion .gs-snippet,
.cse .gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right,
.cse .gs-promotion .gs-title .gs-promotion-title-right *,
.gs-promotion .gs-title .gs-promotion-title-right * {
  color: #000000;
}
/* Promotion url */
.cse .gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl {
  color: #008000;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #EEE;
}
.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 13px;
  background: white;
  border: 1px solid #CCC;
  border-top-color: #D9D9D9;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}
.gsc-completion-title {
  color: #0000CC;
}
.gsc-completion-snippet {
  color: #000000;
}

/* Full URL */
.gs-webResult div.gs-visibleUrl-short,
.gs-promotion div.gs-visibleUrl-short {
  display: none;
}
.gs-webResult div.gs-visibleUrl-long,
.gs-promotion div.gs-visibleUrl-long {
  display: block;
}

.gsc-result .gs-title {
	padding-top: 5px;
}