/*
    Theme Name: AgriFlex2
    Description: Custom theme created for Texas A&M AgriLife network.
    Author: AgriLife Communications
    Version: 2.3.8
*/


/* 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;
}
/* 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;
}
/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; margin-top: 2em;	border-right: 1px solid #E3E1D5; 	border-top: 1px solid #E3E1D5; font-size: 13px; line-height: 1.1em;}
td { vertical-align: top; }

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

td,th {
	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: 90% "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: 2em;  /* 32px / 16px */
}

h2 {
	font-size: 1.75em;  /* 28px / 16px */
}

h3 {
	font-size: 1.5em;  /* 24px / 16px */
}

h4 {
	font-size: 1.25em;  /* 20px / 16px */
}

h5 {
	font-size: 1.125em;  /* 18px / 16px */
}

h6 {
	font-size: 1em;  /* 16px */
}

ol,
ul {
	list-style: none;
}

.wrap {
	position: relative;
	margin: 0 auto;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
}
.wrap:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#wrapper {
	margin: 0 auto;
	max-width: 1024px;
}

/* Text elements */
p {
	margin-top: 1.25em; /* 20px / 16px */
	margin-bottom: 1.25em; /* 20px / 16px */
	font-size: 1em; /* 16px */
	line-height: 1.25em;  /* 20px / 16px */
}

#content .post ul li,
#content .page ul li {
	margin: .5em 0;
}

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;
	font-family: monospace;
}

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 {
	line-height: 1.5em;
}

a {
	color:#111;
	text-decoration: underline;
	-webkit-transition: .3s color ease, .3s border ease;
	-moz-transition: .3s color ease, .3s border ease;
}

a:active,
a:hover {
	color: #332c2c;
	text-decoration: underline;
}

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:#8C5933;
	border-color: #8C5933;
}

body.tvmdlonly a:active,
body.tvmdlonly a:hover {
	color: #674125;
	border-color: #674125;
}
body.tvmdlonly.fazd a:active,
body.tvmdlonly.fazd a:hover {
	color: #d42127;
	border-color: #d42127;
}
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;
	padding-left: 5%;
	padding-right: 5%;
	margin: 0 auto;
	overflow: hidden;
	width: 90%;
	background: #341f1a url('img/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 {
	min-height: 50px;
}

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.fazd-item {
	padding: 10px 0;
	font-size: 16px;
	color: #938683;
	line-height: 1.2em;
}
#drop-section-nav #drop-nav ul li.custom-header {
	padding: 10px 0;
	font-size: 16px;
	color: #938683;
	line-height: 1.2em;
}

#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;
}

#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('img/college-logo.png') no-repeat left top;
	margin-top: 5px;
	height: 38px;
	width: 180px;
	text-indent: -999em;
}

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

body.collegeonly #drop-section-nav #drop-nav ul li a.college-explore-link {
	background: rgba(0,0,0,.1) url('img/explore-button.png') no-repeat 90% -34px;
	display: block;
	text-indent: 0;
	border-radius: 3px;
	padding: 5px 20px 5px 10px;
	margin: 12px 0 0;
	height: auto;
	width: auto;
	color: #cbb7a3;
	font-family: verdana, clean, sans-serif;
	font-size: 14px;
}
body.collegeonly #drop-section-nav #drop-nav ul li a.college-explore-link:hover {
	background-position: 90% 7px;
	background-color: rgba(0,0,0,.2);
	color: #e2dec7;
}


.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;
}
.custom-logo #drop-section-nav #drop-nav ul li.custom-logo a {
	text-indent: 0;
}
.extensionmn #drop-section-nav #drop-nav ul .txmn-item a {
  width: 50px;
}
.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('img/ext-system-logo.png');
}
.extensionmn #drop-section-nav #drop-nav ul li a[href*='tpwd'] {
  background-image: url('img/tpwd.png');
}

.extensioncountytce #drop-section-nav #drop-nav ul li a[href*='pvcep'] {
	background-image: url('img/CEP-Logo-white.png');
	width: 204px;
	margin-top: 0px;
}
.extension.extensionsg #drop-section-nav #drop-nav ul li a[href*='texas-sea'] {
    background-image: url('img/seagrant.png');
    background-size: contain;
    text-indent: -9999px;
    background-position-x: 53px;
}

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

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

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

.tvmdlonly #drop-section-nav #drop-nav ul li a.client-login {
	display: none;
}

.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(img/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;
}
#top-level-nav ul {
	margin: 1.2em 0;
	overflow: hidden;
}

#top-level-nav li {
	font: 13px "Verdana", clean, sans-serif;
	padding: 2px 0;
}
#top-level-nav li a {
	text-decoration: none;
	border: none;
}
#top-level-nav li a:hover {
	text-decoration: underline;
}
.top-level-li {
	font-size: 13px;
}
#top-level-nav li.sub {
	font: 18px "ff-dagny-web-pro-1","ff-dagny-web-pro-2", 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	text-shadow: 0 1px 1px #40001a;
}
.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 #8c5933;
	color: #fff;
	background: #8c5933;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8c5933), to(#794d2c));
	background: -moz-linear-gradient(top, #8c5933, #794d2c);
}

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: #794d2c;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#794d2c), to(#8c5933));
	background: -moz-linear-gradient(top, #794d2c, #8c5933);
}

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: #664125;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#664125), to(#53351e));
	background: -moz-linear-gradient(top, #664125, #53351e);
}

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: #8c5933;
	border-bottom: 1px solid #8c5933;
}

body.tvmdlonly.fazd #drop-section-nav {
	background-color: #f5f5ee;
	border-bottom: 1px solid #ddd;
	box-shadow: none;
	display: none;
}

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('img/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('img/home-college.png');
}

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

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

#header {
	overflow: hidden;
	padding-left: 5%;
	padding-right: 5%;
}
#site-title {
	text-align: center;
	margin-top: .3em;
	margin-bottom: .3em;
	line-height: .875em; /* 14px / 16px */
}

#site-title a {
	border: none;
	color: #443d3a;
	padding: 0;
	font-size: .75em; /* 12px / 16px */
}

#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;
	padding-left: 5%;
	padding-right: 5%;
}

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

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

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

#access .menu-header:before,
ul.menu:before,
#access .menu-header:after,
ul.menu:after {
    content:"";
    display:table;
}
#access .menu-header:after,
ul.menu:after {
    clear:both;
}
#access .menu-header,
ul.menu {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

#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('img/home-gold.png') no-repeat 50% 12px;
	width: 20px;
}

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

#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;
}

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('img/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;
}

.flex-container {
	margin-top: 5%;
}


#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(img/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(img/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, .display-posts-listing .display-posts-title, .display-posts-listing a.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;
	line-height: 1.4em;
}

#home-middle .home-middle-features h3 a,
#content h2.entry-title a,
#content .display-posts-listing a.title,
#content .featured-wrap .entry-title a {
	color: #ad995a;
}

body.collegeonly .entry-title,
body.collegeonly .display-posts-listing a.title,
body.collegeonly .featured-wrap .entry-title a,
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;
	}

#home-middle h2, body.home .page .entry-title, body.home .page .display-posts-listing a.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;
	margin-bottom: 1em;
	}

.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;
}

.featured-wrap p {
	position: relative;
}

.featured-wrap a,  {
	border: none;
}

body.page .featured-wrap .entry-title a,  {
	color: #A0915D;
}

.cat-posts-title  {
	padding-top: 10px;
	margin-bottom: 2%;
	padding-bottom: 2%;
	border-top: 2px solid #111;
	border-bottom: 1px solid #ddd;
}

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

.featured-wrap 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: #8c5933;
	color: #fff;
}

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

.featured-wrap img {
	width: 175px;
	float: left;
	margin: 5px 1.2em 1.2em 0;
	opacity: .95;
	position: relative;
	z-index: 998;
}

.featured-wrap img:hover {
	opacity: 1;
}

body.home #home-middle .home-middle-features h3 {
	line-height: 36px;
}

body.home  #home-middle .home-middle-features h3 a,
#content h2.entry-title a,
#content .display-posts-listing a.title,
#content .featured-wrap .entry-title a {
	text-decoration: none;
}

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;

}

.featured-wrap h3 a:hover,
#content h2.entry-title a:hover,
#content .display-posts-listing a.title:hover {
	color: #a2904b;
	border-bottom: 1px solid #a2904b;
}

.featured-wrap span.read-more {
	display: block;
	clear: left;
	overflow: hidden;
	margin-left: -2px;
	margin-bottom: -5px;
	}

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;
	}


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%;
}

#content-wrap:before,
#content-wrap:after {
    content:"";
    display:table;
}
#content-wrap:after {
    clear:both;
}
#content-wrap {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

#breadcrumbs {
	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;
}

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

body.home.blog .hentry {
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.entry-meta {
	margin: 15px 0 25px;
}

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

#content ul {
	list-style: circle;
}

#content dl {
	font-size: 1em;
	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;
}

#content .hentry footer.entry-meta,
#content .hentry footer.entry-meta h2,
#content .hentry footer.entry-meta #entry-author-info,
#content .hentry footer.entry-meta .entry-utility  {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 1em;
}

#content .hentry footer.entry-meta h2 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 1em;
}

.page-title {
	margin-bottom: 1em;
}


/* Job Postings, Tests and Staff pages (Custom Post Types)
-------------------------------------------------------------- */

/* 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 5px 0;
}

.test-search-form input.test-submit {
	display: block;
	clear: both;
	float: right;
	margin-top: 0px;
	margin-right: 5px;
}

.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: right;
	margin-right: 0;
}

.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: 90% "minion-pro-1","minion-pro-2", 'Cambria', 'Georgia', 'Times New Roman', serif;
	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,
.job-posted-date,
.job-number,
body.home #content h3.job-agency,
body.home #content h4.job-posted-date,
body.home #content h4.job-number {
	font-family: ff-dagny-web-pro-1, ff-dagny-web-pro-2, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #433C3A;
	float: left;
	line-height: 1.2em;
	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;
}

#content p.job-location {
	font-size: 12px;
	color: #9f9490;
	width: 30%;
	margin: 0 0 0 65%;
	padding-left: 20px;
	background: transparent url('images/map-marker.png') no-repeat left top;
}
#content .stafftable ul {
	margin: 0;
	list-style: none;
}
#content .stafftable ul ul {
	margin: 0 0 0 2em;
	list-style: circle;
}
.county-staff-list .staff-contact-details {
	width: 45%;
}

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

#aside {
	clear: both;
}

#aside a {
	text-decoration: none;
}

#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;
	line-height: 1.6em;
}

.widget-area h4 {
	font-size: 1.1em;
	margin-bottom: .6em;
}

.widget-area 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('img/navigation-arrow.png') no-repeat -1px 6px;
	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 -26px;
    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 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('img/price-circle.png') no-repeat 40% 50%;
	z-index: 6;
	top: -15px;
	left: 30%;
	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 {
	clear: both;
	z-index: 5;
}

#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);
}

#aside ul.books li img.book {
	width: 33%;
}

#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;
}

.tribe-events-list-widget h4 {
	margin-bottom: 2px;
	font-size: 1.2em;
}

.tribe-events-list-widget h4:hover {
	text-decoration: underline;
}

/*#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 ul li span.rss-date {
	background: #5A8C37;
}
body.home.extension #home-middle .agrilifetoday ul li span.rss-date {
	background: #004C6B;
}
body.home.college #home-middle .agrilifetoday ul li span.rss-date {
	background: #5D0025;
}

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

.tagcloud a {
	line-height: 1.625em; /* 26px / 16px */
	border: none;
	font-family: verdana, clean, sans-serif;
}
.tagcloud a:hover {
	text-decoration: underline;
}
/* Events page
-------------------------------------------------------------- */

body.page h1.entry-title,
.display-posts-listing .display-posts-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: 13px;
}
#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;
}

.feature-img-excerpt {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
}

.read-more {
	display: block;
	float: right;
}

.read-more a {
	text-decoration: none;
}

.feature-img-excerpt:hover {
	opacity: .9;
	border: none;
}

/* =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 {

}

/* =Plugin Styles
-------------------------------------------------------------- */
.addthis_toolbox a { border: none; }


/* =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.odd {
	background: #f4f3ea;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
	padding: 24px 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;
	overflow: hidden;
}

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

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

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

#footer .wrap ul li a {
	display: block;
	padding: .5em 0;
	text-decoration: 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,
	.display-posts-listing a.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 (max-width: 640px) {
	#access ul.menu a {
		font-size: .9em;
		padding: 5px 0;
	}
}

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

	body {
		font-size: 100%;
	}
	#site-title {
		margin: 20px 0;
	}
	#site-title a {
		font-size: 1em;
		line-height: 1.125em; /* 18px / 16px */
	}
	body.tvmdlonly.fazd #drop-section-nav {
		display: block;
	}
	.tvmdlonly #drop-section-nav #drop-nav ul li a.client-login {
		display: block;
		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);
	}
	#about,
	#popular-links,
	#texas-a-m,
	#contact,
	#agrilife-bookstore {
		float: left;
		width: 18.324607329843%; /* 175px / 955px */
		margin: 0 1.047120418848%; /* 10px / 955px */
	}

	.about,
	.popular-links,
	.texas-a-m,
	.contact,
	.agrilife-bookstore {
	}
	#about {
		margin-left: 0;
	}
	#agrilife-bookstore {
		margin-right: 0;
	}
	#breadcrumbs {
		width: 100%;
		margin-right: 25px;
		border-top: 2px solid #dcdace;
		border-bottom: 2px solid #dcdace;
		background: #fff;
		padding: .8em 10px;
	}

	#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(img/gradient.png) repeat-x left -100px;
	}

	/*----- 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 {
		width: 100%;
	}
	#footer {
		background: #fff url(img/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:hover {
		text-decoration: underline;
	}

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

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

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

	#access ul.menu li {
		margin: 0 2px 0 0;
		border-top-right-radius: 6px;
		background-color: #f5f5ee;
		background-color: rgba(245,245,238,.9);
		float: left;
	}
	#access ul.menu li li{
		border-radius: 0;
	}
	#access ul.menu li.current-menu-item,
	#access ul.menu li.current_page_parent {
		background: #f1f0e7;
		position: relative;
		z-index: 5;
	}
	#access ul.menu li.current-menu-item:hover,
	#access ul.menu li.current_page_parent: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,
	#access .sf-menu li.current_page_parent {
		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;
		text-decoration: none;
	}
	#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:#8c5933;
		border-color: #8c5933;
	}

	body.tvmdlonly #access ul.menu a:hover,
	body.tvmdlonly #access ul.menu a:active {
		color: #674125;
		border-color: #674125;
	}
	body.tvmdlonly.fazd #access ul.menu a:hover,
	body.tvmdlonly.fazd #access ul.menu a:active {
		color: #d42127;
		border-color: #d42127;
	}

	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(img/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(img/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*/
	}

	p, #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;
		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;
	}

	#drop-section-nav #drop-nav ul li .top-level-hide {
		display: block;
		text-indent: -999em;
	}

	#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('img/ext-system-logo.png');
		background-position-x: 16px;
	}

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

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

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

	#drop-section-nav #drop-nav ul li a[href*='txforestservice'] {
		background-image: url('img/tfs-logo2.png');
		background-position-x: 40px;
        background-position-y: -3px;
        background-size: contain;
	}

	#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('img/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;
		width: 100%;
	}

	#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: 20%;
		margin-top: 20px;
	}
	#college-top-level-section .flow .contents .top-level-li ul li a {
		color: #c0a3a8;
	}
	#college-top-level-section .flow .contents .top-level-li:hover ul li a {
		color: #f4f2e9;
	}

	.ask, .explore {
		display: block;
	}

	#header, #access {
		background: transparent;
	}

	#branding, #access .menu-header, .wrap, #drop-nav, .drop-section-wrap {
		max-width: 1024px;
		margin: 0 auto;
		position: relative;
	}
	#access .menu-header,
	ul.menu {
		margin-top: 1em;
	}
	.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 5% 20px;
	}
	body.fazd #header {
		padding: 35px 5% 0;
	}
	body.extensioncounty #header,
	body.extensioncountytce #header {
		padding: 20px 5% 10px;
	}
	body.research.extension #header {
		padding: 35px 5% 15px;
	}
	#site-title {
		text-align: left;
		margin-top: 0;
		padding: 0;
		margin-bottom: 0;
		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: .1em 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 --- */
	#site-title a {
		text-decoration: none;
	}

	body.extensioncounty #site-title,
	body.extensioncountytce #site-title	 {
		text-align: left;
		margin: 0;
		padding: 20px 0 0;
		height: 90px;
	}
	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('img/tx.png') no-repeat left 7px;
		font-size: 32px;
		padding: 5px 0 60px 100px;
	}

	body.extensioncounty #site-title a em,
	body.extensioncountytce #site-title a em	 {
		margin-left: 93px;
		font-size: 1.5em;
		font-style: normal;
		font-weight: 600;
		position: relative;
		z-index: 999;
		padding-top: 5px;

	}

/* --- End County --- */

	.searchform {
		overflow: hidden;
		padding: 2px;
	}

	#branding .searchform {
		position: absolute;
		top: -50px;
		right: 10px;
		margin: 0;
		width: 35em;
		display: block;
	}
	body.extension.research.college #branding .searchform,
	body.extension.research #branding .searchform,
	body.extension.college #branding .searchform {
		top: -30px;
	}
	body.extensioncounty #branding .searchform,
	body.extensioncountytce #branding .searchform {
		top: -15px;
	}
	body.fazd #branding .searchform {
		top: -20px;
	}

	.searchform input.s {
	}

	#branding .searchform input.s {
		width: 45px;
		float: right;
		-webkit-transition: .5s width ease;
		-moz-transition: .5s width ease;
		background: #fff url('img/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 {
		max-width: 585px;
	}

	#content {
		padding-bottom: 2em;
		width: 100%;
		margin-right: 2.094240837696%; /* 20px / 955px */
	}

	body.home #content {
		display: block;
		position: relative;
		float: left;
	}
	body.home.page-template-onecolumn-page-php #content {
		max-width: 1024px;
		float: none;
	}
	.flex-container.fullwidth { margin-right: 10px;}
	.ie8 .flexslider .slides img  { height: 272px;}
	.ie8 .flex-container.fullwidth .flexslider .slides img  { height: 475px;}

	#wrap  {
		width: 59.162303664921%; /* 565px / 955px */
	}

	.flex-container {
		margin-top: 0;
	}

	#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: 28px;
	}


	#wrap {
		float: left;
	}

	#aside {
		width: 38.743455497382%; /* 370px / 955px */
		float: right;
		clear: none;
	}

	#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;
	}

	div.event dd.sign-up a:active {
		top: 27px;
	}

	div.event dl dd.title-loc h4 {
		font-size: 22px;
	}

	#aside ul.books li dd.price {
		left: 40px;
	}

	#aside ul.books li p.btn {
		position: absolute;
		bottom: -0.7em;
		right: 55px;
	}

	#aside ul.books li img.book {
		width: 65px;
	}

	#aside #sidebar-navigation-widgets  {
		margin: 0 0 20px 0;
	}

	#footer .wrap h4 {
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 0.875em; /* 14px / 16px */
	}

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

	#footer .wrap ul li {
		font-size: 1em;
	}
	#footer .wrap ul li a {
		display: block;
		padding: .3em 0;
	}
	body.fazd #footer .wrap {
		padding: .2em 1em 2em 1em;
	}
	.fazd-footer li {
		display: inline;
		float: left;
		padding-right: .5em;
	}

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

	Styles Users Might Use

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

	.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;
	}
	.one-of-2 {
		width: 48%;
		clear: both;
		float: left;
		margin-bottom: 10px;
		padding-right: 2%;
	}
	.two-of-2 {
		width: 48%;
		float: left;
		margin-bottom: 10px;
		padding-right: 2%;
	}
	.two-of-2 ul, .one-of-2 ul,
	.one-of-3 ul, .two-of-3 ul, .three-of-3 ul {
		margin-left: 1em;
	}
	.one-of-3 {
		width: 30%;
		clear: both;
		float: left;
		margin-bottom: 10px;
		padding-right: 2%;
	}

	.two-of-3 {
		width: 30%;
		float: left;
		margin-bottom: 10px;
		padding-right: 2%;
	}

	.three-of-3 {
		width: 30%;
		float: left;
		margin-bottom: 10px;
		padding-right: 2%;
	}

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

	END - Styles Users Might Use

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



}

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

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; text-decoration: 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}
.ui-datepicker-month {left:4em}

/* 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}


/* 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(/img/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('/img/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(/img/feed-icon-12x12.png) no-repeat left center;
}

a.gigpress-ical, a.gigpress-ical:hover {
    background: transparent url(/img/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;
}



/*===========================
The Events Calendar
---------------------------------------------------------------------------*/

.tribe-events-adv-list-widget ol li.hentry {
    padding: 0;
    margin-bottom: 1.5em;
}
body.extensiononly a.tribe-events-ical {
    color: white;
}
body.extensiononly a.tribe-events-ical:hover {
    background-color: #002838;
}



/*
 * 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(img/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;}

/* Soliloquy
*********************************/
.home .soliloquy-container {
	margin-bottom: 1em;
}

/* 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;}

/* Social Media Icons
******************************/
.social_media_widget ul {
  width: 100%;
  margin: 0 auto;
  padding: 1em 0 .5em;
}

.social-media-item {
  float: left;
  width: 16.666666666666667%;
}

.social-media-item a {
  display: block;
  height: 36px;
  width: 36px;
  text-indent: -999em;
  text-decoration: none;
  border-bottom: none;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url('img/social-icons.png');
  margin: auto;
}

.social-media-item a:hover {
	background-position: left bottom;
}
a.googleplus {
	background-position: left top;
}
a.facebook {
	background-position: -43px top;
}
a.facebook:hover {
	background-position: -43px bottom;
}
a.twitter {
	background-position: -86px top;
}
a.twitter:hover {
	background-position: -86px bottom;
}
a.flickr {
	background-position: -129px top;
}
a.flickr:hover {
	background-position: -129px bottom;
}
a.youtube {
	background-position: -172px top;
}
a.youtube:hover {
	background-position: -172px bottom;
}
a.rss {
	background-position: -215px top;
}
a.rss:hover {
	background-position: -215px bottom;
}

.tribe-events-adv-list-widget ol {
	margin: 1em 5%;
	padding: 0;
}
.tribe-events-adv-list-widget h4 {
	margin-bottom: 2px;
}

/* Github Gists
******************************/
.gist-data .line-data {
	background: #000;
}

/* Display Post Lists Plugin
******************************/
ol.display-posts-listing,
ul.display-posts-listing {
	margin-left: 0;
}
.display-posts-listing + *,
.entry-content .featured-wrap + * {
	clear: both;
}
#content .page ul.display-posts-listing li,
#content .page ol.display-posts-listing li {
	list-style-type: none;
	font-family: "minion-pro-1","minion-pro-2", 'Cambria', 'Georgia', 'Times New Roman', serif;
}
.display-posts-listing .display-posts-title {
	font-size: 2em;
}
.display-posts-listing .listing-item,
#content .page ul.display-posts-listing .listing-item,
#content .page ol.display-posts-listing .listing-item {
	clear: both;
	font-size: 16px;
}
.display-posts-listing .listing-item > * {
	font-size: 16px;
}
.display-posts-listing .listing-item .image,
.entry-content .featured-wrap .feature-img-excerpt {
	float: left;
	margin: 0;
}
.display-posts-listing .listing-item .image img,
.entry-content .featured-wrap .feature-img-excerpt img {
	margin: 5px 15px 5px 0;
}
.display-posts-listing .listing-item .date,
.display-posts-listing .listing-item .author {
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
	margin-top: 15px;
	display: inline-block;
}
.display-posts-listing .listing-item .title,
.display-posts-listing .listing-item .excerpt {
	display: block;
}
.display-posts-listing .listing-item .title:after {
	content: "\a";
	white-space: pre;
}
.display-posts-listing .listing-item .title,
#content .featured-wrap .entry-title {
	font-size: 1.75em; /*28px*/
	display: inline;
}
.display-posts-listing .listing-item .excerpt-dash {
	display: none;
}
.display-posts-listing .listing-item .excerpt {
	font-size: 17px;
	line-height: 1.5em;
	margin-top: 25px;
}
.read-more a,
.display-posts-listing .listing-item .excerpt .read-more a {
	color: #00709E;
}
.display-posts-listing .listing-item .excerpt .read-more a:hover {
	color: #002838;
}
