/*********************************************************************************************

Theme Name: Blackboard
Theme URI: http://www.academiathemes.com/themes/blackboard/
Version: 1.0.5
Author: AcademiaThemes.com
Author URI: http://www.academiathemes.com/
Description: 
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, orange, red, white, light, two-columns, left-sidebar, right-sidebar, flexible-width, custom-background, custom-menu, featured-images, full-width-template, rtl-language-support, theme-options, threaded-comments, translation-ready

The PHP code portions of this theme are subject to the GNU General Public 
License, version 2. All images, cascading style sheets, and JavaScript elements are
released under the AcademiaThemes.com Proprietary Use License below.

**********************************************************************************************

0.  CSS Reset  -------------------------  All Theme Files
1.  Page Structure: Common elements  ---  All Theme Files
2.  Page Structure: Header -------------  header.php
3.  Navigation  ------------------------  header.php
4.  Page Structure: Main Content  ------  
5.  Content Blocks ---------------------  
6.  Single Post / Page -----------------  single.php, page.php
7.  Comments Styling  ------------------  comments.php
8.  Page Structure: Footer  ------------  footer.php
9.  Misc  ------------------------------
10. Buttons, Forms  --------------------
11. Slideshow  -------------------------
12. Media Queries  ---------------------

**********************************************************************************************/


/********************************************************************************************* 

0. CSS Reset  -------------------------  All Theme Files

*********************************************************************************************/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
html { font-size: 100%; overflow-y: scroll; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
b, strong { font-weight: 700; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre, code { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 85%; }
ul, ol { margin: 0; padding: 0; list-style-position: inside; }
ul li {list-style-type: none; }
ul ul, ol ol, ul ol, ol ul { margin: 0; }
nav ul, nav ol, 
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure, form, blockquote { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; }
label { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type=button], input[type=reset], input[type=submit] { cursor: pointer; -webkit-appearance: button; }
input[type=checkbox], input[type=radio] { box-sizing: border-box; }
input[type=search] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
th { text-align: left; }
tr, th, td { padding-right: 1.625em; border-bottom: 1px solid #eee; }
td { vertical-align: top; }
p {	margin: 0 0 1em; }

/* Smart clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
/* For IE 6/7 only */
.clearfix {
    *zoom: 1;
}

.hidden{
	visibility:hidden;
	display:none;	
}

p.clear {
	clear: both;
}

    .Table
    {
        display: table;
    }
    .Title
    {
        display: table-caption;
        text-align: center;
        font-weight: bold;
        font-size: larger;
    }
    .Heading
    {
        display: table-row;
        font-weight: bold;
        text-align: center;
    }
    .Row
    {
        display: table-row;
    }
    .Cell
    {
        position: relative;
	display: table-cell;
	vertical-align: top;
        border: solid;
        border-width: thin;
        padding: 20px 30px;
	background-color: #CECFCB;
    }

/********************************************************************************************* 

1. Page Structure: Common layout elements

*********************************************************************************************/

::-moz-selection{background:#00aeef; color:#fff; }
::selection{ background:#00aeef; color:#fff; }

a { color: #26bcd7; text-decoration:none; }
a:hover { color: #e21735; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; transition-duration: 0.2s; }
a:hover, a:active { outline: none; }
a:focus { outline: thin dotted; }

body {
	background-color: #fff;
	color: #666;
	font-family: 'Source Sans Pro', Arial, Tahoma, sans-serif;
	font-size: 62.5%;
	line-height: 1.3em;
	text-align: center;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	color: #333;
	font-family: 'Source Sans Pro', Arial, Tahoma, sans-serif;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

h1 {
	font-weight: 700;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #525252;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
	color: #1f4164;
}

#container {
	font-size: 13px;
	line-height: 1.5em;
	padding: 0;
	text-align: center;
	width: 100%;
}

.wrapper {
	margin: 0 auto;
	padding: 0; 
	text-align: left; 
	width: 960px;
}

.wrapper-center {
	text-align: center;
}

div.cleaner,
div.divider {
	margin:0;
	clear: both; 
	font-size:1px; 
	height: 1px;  
	line-height: 1px; 
}

div.divider {
	border-top: solid 1px #eee;
	margin: 20px 0;
}

div.divider-blank {
	border: 0;
	margin: 20px 0;
}

div.divider-notop {
	margin-top: 0;
}

.title-xl {
	font-size: 34px;
	line-height: 46px;
}

.title-l {
	font-size: 24px;
	line-height: 34px;
}

.title-m {
	font-size: 18px;
	line-height: 25px;
}

.title-ms {
	font-size: 16px;
	line-height: 23px;
}

.title-s {
	font-size: 14px;
	line-height: 24px;
}

.title-xs {
	font-size: 13px;
	line-height: 22px;
}

.title-center {
	text-align: center;
}

.title-normal {
	font-weight: normal;
}

.title-caps {
	font-weight: normal;
	text-transform: uppercase;
}

.title-marginbot {
	margin-bottom: 30px;
}

#content .title-widget {
	background-color: #008BB0;
	border-bottom: solid 3px #002A5C;
	color: #222;
	display: block;
	margin: 0 0 15px;
	padding: 10px 20px;
}

#content .title-widget-blue {
	background-color: #002e58;
	border-bottom-color: #041f37;
	color: #fff;
}

#content .title-widget-gold {
	background-color: #002e58;
	border-bottom-color: #041f37;
	color: #fff;
}

#content .title-widget-grey {
	background-color: #bbb;
	border-bottom-color: #777;
	color: #fff;
}

#content .title-widget-red {
	background-color: #6f000d;
	border-bottom-color: #53000a;
	color: #fff;
}

#content .title-widget a {
	color: #fff;
}

#content .title-widget a:hover {
	
}

#content .title-widget-gold a {
	color: #fff;
}

#content .title-widget-gold a:hover {
	color: #fff;
}

#content .title-widget a:hover,
#content .title-widget a:focus {
	text-decoration: underline;
}

#content .title-nomarginbot {
	margin-bottom: 0;
}

/********************************************************************************************* 

2. Page Structure: Header

*********************************************************************************************/

header {
	background-color: #e8dfd6;
	padding: 10px 0 0;
	position: relative;
}

header a {
	color: #6f000d;
}

header a:hover,
header a:focus {
	color: #151515;
	text-decoration: underline;
}

#logo {
	display: inline;
	float: left;
	margin: 0 0 30px;
}

#logo .logo-img {
	height: auto;
	max-width: 100%;
}

/* Header Widgetized Area */

.header-widgets {
	overflow: hidden;
	padding-top: 10px;
}

.header-widgets .title-widget {
	display: none;
}

.header-widgets #s {
	background-color: #f3f0ec;
	border-color: #d9d1c9;
	display: inline;
	float: left;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
	width: 160px;
}

.header-widgets .widget {
	display: inline;
	float: right;
	margin-left: 30px;
}

.header-widgets .menu .menu-item {
	display: inline-block;
	line-height: 34px;
	margin-left: 10px;
}

.header-widgets .textwidget {
	line-height: 34px;
}

#header-separator {
	background-color: #7BA4D9;
	font-size: 1px;
	height: 3px;
	line-height: 1px;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
}

#pre-header {
	margin: 0 0 20px;
}

#pre-header .secondary-menu {
	text-align: right;
}

#pre-header .menu-item {
	display: inline-block;
	font-size: 12px;
	margin: 0 0 0 20px;
}

#pre-header .current-menu-item a {
	color: #151515;
	text-decoration: underline;
}

#header-top-right {
	float:right;
	text-align:right;
	width:350px;
	height: 100px;
}

#header abbr, acronym {
	border:none;
	cursor:pointer;
}

#header_nav {
	color: #ccc;	
}

#header_nav a {
	color:#fff;
	text-decoration:none;
	font-size:0.9em;
}	

#header_nav a:hover{
	text-decoration:underline;
}

#header_nav ul{
	list-style-type:none;
	margin:0 0 0px 0;
}

#header_nav li{
	display:inline;	
}

/* Header Search Box */

#search-b {
	margin-top: 0px;
	clear: both;
	float: right;
	padding-right: 0.25cm;
	}
	
	.searchBox {
		background: url(../../images/search_left.gif) no-repeat left top;
		padding: 0 0 0 25px;
		height: 25px;
		margin: 0;
		display: block;
		float: left;
		}

 	.searchBox span {
		background: url(../../images/search_right.gif) no-repeat right top;
		height: 25px;
	 	width: 124px;
		display: block;
		float: left;
			}

 	.searchBox input {
		width: 114px;
		background: none;
		border: none;
		font-size: .9em;
		color: #666666;
		float: left;
			}

 	.searchButton {
		margin-left: 5px;
		padding-left: 5px;
		background: url(../../images/searchBtn-left.gif) no-repeat left top;
			}

 	.searchButton input {
		background: url(../../images/searchBtn-right.gif) no-repeat right top #002F64;
		height: 19px;
		padding: 0 5px 0 0;
		margin: 0;
		border: none;
		color: #ffffff;
		font-size: .9em;
		font-weight: bold;
			}

.rounded { 
	border-radius:15px; 
	-moz-border-radius:15px; 
	-webkit-border-radius:15px; 
}

input[type=text]{
	color:#bcbcbc;
}

input[type=button], input[type=button]:hover {
	position:relative; 
	left:-6px;
	border:1px solid #adc5cf;
	background: #e4f1f9; /* Old browsers */
	background: -moz-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f1f9), color-stop(100%,#d5e7f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* IE10+ */
	background: linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f1f9', endColorstr='#d5e7f3',GradientType=0 ); /* IE6-9 */
	color:#7da2aa;
	cursor: pointer;
}

.light {
	width:95%;
	height:50px;
	padding:40px 25px;
}

.light{
	background: url('./images/light_grey.jpg');
}

.light input[type=text]{
	border:1px solid #acb1b7;
	background-color:#fcfcfc;
}

/********************************************************************************************* 

3. Navigation

*********************************************************************************************/

/* Main Menu */

#site-navigation {
	background: #fff;
	color: #002A5C;
	padding: 6px 20px 6px;
	position: relative;
	z-index: 3;
}

#site-navigation .academia-notice {
	color: #002A5C;
	font-size: 12px;
	margin: 0;
	text-align: center;
}

#selectnav1 {
	display: none;
}

#site-navigation li {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	margin: 0 10px 0 0;
	position: relative;
	text-transform: uppercase;
}

#site-navigation li li {
	background-color: #333;
	text-transform: none;
}

#site-navigation li li .separator {
	display: none;
}

#site-navigation li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

#site-navigation li:last-child {
	border-right: 0;
}

#site-navigation .current-menu-item > a,
#site-navigation .current-menu-ancestor > a,
#site-navigation a:hover, 
#site-navigation a:active,
#site-navigation a:focus {
	border-bottom-color: #dbc19d;
	color: #666;
} 

#site-navigation .current-menu-item li a {
	color: #aaa;
}

#site-navigation .dropdown ul {
	position:		absolute;
	top:			-999em;
	width:			170px; /* left offset of submenus need to match (see below) */
 	text-align: left;
	margin: 0;  
	padding: 10px 5px; 
	background: #272727; 
	text-transform: none; 
}

#site-navigation .dropdown ul li {
	width: 100%;
	font-size: 12px;
	line-height: 22px;
 	margin: 0;
 	padding: 3px 0;
 	border-right: 0;
 	border-bottom: solid 1px #444;
}

#site-navigation .dropdown ul li a {
	padding:6px 12px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-bottom: none;
}

#site-navigation a {
	color: #000;
	display: inline-block;
	padding: 12px 3px 10px 4px;
	text-decoration: none;
}

#site-navigation li li a,
#site-navigation .current-menu-item li a,
#site-navigation li .current-menu-item a,
#site-navigation li li a:hover,
#site-navigation li li a:focus {
	background: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#site-navigation li li a {
	color: #aaa;
}

#site-navigation li li a:hover,
#site-navigation li li a:focus {
	background-color: #333;
	color: #fff;
}

#site-navigation .dropdown li:hover ul,
#site-navigation .dropdown .sfHover ul {
	padding: 0;
	margin: 0;
	left:			0;
	top:			3.9em; /* match top ul list item height */
	z-index:		99;
	border-top: solid 2px #7BA4D9;
}

#site-navigation .dropdown li:hover li ul,
#site-navigation .dropdown .sfHover li ul {
	top:			-999em;
}

#site-navigation .dropdown li li:hover ul,
#site-navigation .dropdown li .sfHover ul {
	left:			171px; /* match ul width */
	top:			-2px;
}

#site-navigation .dropdown li li:hover li ul,
#site-navigation .dropdown li .sfHover li ul {
	top:			-999em;
}

#site-navigation .dropdown li li li:hover ul,
#site-navigation .dropdown li li .sfHover ul {
	left:			171px; /* match ul width */
	top:			0;
}
 
#site-navigation .dropdown li:hover, .dropdown li.sfHover,
#site-navigation .dropdown a:focus, .dropdown a:hover, .dropdown a:active {
 	outline:		0;
}

#site-navigation .dropdown li ul .sf-sub-indicator { display:inline; }

/********************************************************************************************* 

4. Page Structure: Main Content

*********************************************************************************************/

.wrapper-content-main {
	padding-top: 10px;
}

.academia-column {
	display: inline;
	float: left;
}

.academia-column-narrow {
	width: 26.0416%;
}

.academia-column-narrow.academia-column-last {
	width: 22.9166%;
}

.academia-column-center {
	text-align: center;
}

.academia-column-inside {
	padding-top: 10px;
}

.academia-column-double {
	width: 51.0416%;
}

.academia-column-large {
	float: right;
	width: 73.9583%;
}

.academia-column-full {
	width: 100%;
}

.academia-column-wrapper {
	margin-right: 30px;
}

.academia-column-full .academia-column-wrapper,
.academia-column-last .academia-column-wrapper {
	margin-right: 0;
}

.academia-column-main .academia-column-double {
	width: 69.0140%;
}

.academia-column-main .academia-column-narrow {
	width: 30.9859%;
}

/********************************************************************************************* 

5. Content Blocks

*********************************************************************************************/

.category-excerpt {
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 15px;
}

.category-excerpt p {
	margin-bottom: 0;
}

.widget {
	margin-bottom: 20px;
}

.widget img {
	height: auto;
	max-width: 100%;
}

/* Post Loops */

.post-cover {
	display: inline;
	float: left;
	position: relative;
}

.post-excerpt {
	margin: 0;
}

.post-cover .thumbnail {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.post-content {
	font-size: 14px;
	line-height: 21px;
	overflow: hidden;
}

.academia-post {
	border-bottom: solid 1px #f3f0ec;
}

.academia-posts-archive .academia-post {
	margin: 0 0 20px;
	padding-bottom: 20px;
}

.academia-post .title-post {
	margin-bottom: 6px;
}

.post-meta {
	color: #999;
	font-size: 12px;
	margin: 0 0 6px;
}

.post-cover-wrapper {
	margin-right: 20px;
}

.academia-column-double .post-cover {
	width: 26.0869%;
}

.academia-column-narrow .post-cover {
	width: 22.7272%;
}

/* Upcoming Events Widget */

.academia-events-widget .academia-event {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.academia-event .post-cover-wrapper {
	background-color: #dbc19d;
	color: #fff;
	font-weight: 700;
	line-height: 20px;
	margin-right: 10px;
	padding: 5px 0;
	text-align: center;
}

.academia-event .post-cover-wrapper span {
	display: block;
}

/* Custom Menu Widget */

#content .widget_nav_menu .title-widget {
	margin-bottom: 0;
}

.widget_nav_menu .cleaner {
	display: none;
}

/* Academia Related Pages */

#content .widget_nav_menu .menu-item,
.widget .academia-related-page,
.tax-meta-list .tax-meta-item,
aside .widget .menu-item {
	background-color: #f3f0ec;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 1px;
	padding: 8px 10px 8px 15px;
}

#content .widget .current-menu-item,
aside .widget .menu-item.current-menu-item {
	background-color: #eae4db;
}

.widget_nav_menu .menu-item a,
.tax-meta-list .tax-meta-item a,
.widget .academia-related-page a {
	color: #555;
}

.widget_nav_menu .menu-item a:hover,
.tax-meta-list .tax-meta-item a:hover,
.widget .academia-related-page a:hover,
.widget_nav_menu .menu-item a:focus,
.tax-meta-list .tax-meta-item a:focus,
.widget .academia-related-page a:focus {
	color: #912431;
}

.widget .current-menu-item a,
.widget .menu-item.current-menu-item a {
	color: #666;
	font-weight: bold;
}

/* Gallery Template */

.academia-gallery-item {
	display: inline;
	float: left;
	margin: 0 0 20px 0;
	width: 33.3333%;
}

.gallery-item-3 {
	margin-right: 0;
}

.gallery-item-first {
	clear: left;
}

.academia-gallery-item .post-cover {
	display: block;
	float: none;
	margin: 0 0 10px;
	width: auto;
}

.academia-gallery-item .academia-gallery-item-wrapper {
	padding: 0 10px;
}

.academia-gallery-item .academia-loop-img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

.academia-gallery-item .post-excerpt {
	text-align: center;
}

/* Academia Employment Widget */

.academia-employment {
	margin-bottom: 0;
}

.academia-employment-content {
	background-color: #f3f0ec;
	border-bottom: solid 1px #e7e4e1;
	font-size: 14px;
	line-height: 24px;
	padding: 20px 20px;
}

.wrapper-content-special .academia-employment-content,
footer .academia-employment-content {
	background-color: #fff;
	border-bottom-color: #eae5d8;
}

.academia-employment .academia-employment {
	margin-bottom: 30px;
}

.academia-employment .title-post {
	margin-bottom: 10px;
}

aside .academia-employment {
	font-size: 13px;
	font-style: italic;
	line-height: 21px;
}

.academia-employment .post-cover {
	background-color: #fff;
	border: solid 1px #e3e3e3;
	display: inline;
	float: left;
	margin-right: 20px;
	padding: 4px;
}

.academia-employment p {
	margin: 0;
}

figcaption.academia-postingdate {
	font-size: 12px;
	margin: 15px 0 0 20px;
}

/* Academia Course Meta */

.tax-meta-list .tax-label {
	display: inline-block;
	font-weight: bold;
	margin-right: 5px;
}

/* Academia Course List */

.taxonomy-table {
	width: 100%;
}

.taxonomy-table tr {
	border-bottom-width: 0;
}

.taxonomy-table th, 
.taxonomy-table td {
	border-bottom: 1px solid #271100;
	padding: 15px 10px 15px 15px;
}

.taxonomy-table .row-even td {
	background-color: #f6f6f6;
}

.taxonomy-table th {
	background-color: #DAE5CD;
	border-bottom-color: #e6e1d4;
	color: #151515;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	text-transform: uppercase;
}

.taxonomy-table a {
	color: #6392c4;
}

#search-taxonomy {
	margin: 0 0 30px; 
}

#search-taxonomy input[type=text] {
	border: solid 1px #ccc;
	padding: 6px;
	width: 40%;
}

#search-taxonomy input[type=submit] {
	padding: 6px 10px;
}

/* showHide fonts */

.sh-link A, 
.sh-link A:link,
.sh-link A:visited,
.sh-link A:active,
.sh-link A:hover { 
	float: none;
	margin: 0 0 0.5em 0;
	font-weight: normal;
	position: relative;
	text-shadow: 0 -1px rgba(0,0,0,0.6);
	font-size: 16px;
	line-height: 40px;
	background: #355681;
	background: rgba(53,86,129, 0.8);
	border: 1px solid #fff;
	padding: 3px 15px;
	color: white;
	border-radius: 0 10px 0 10px;
	box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
	font-family: 'Muli', sans-serif;
	margin-right: 2cm;
	text-decoration: none;
	width: 120px;
	text-align: center;
 }
  
.sh-content {}  

.pressrelease-link { text-decoration: none; }  

.pressrelease-link.sh-hide A,
.pressrelease-link.sh-hide A:link,
.pressrelease-link.sh-hide A:visited,
.pressrelease-link.sh-hide A:active,
.pressrelease-link.sh-hide A:hover
 { text-decoration: none; } 
 
.pressrelease-link.sh-show A,
.pressrelease-link.sh-show A:link,
.pressrelease-link.sh-show A:visited,
.pressrelease-link.sh-show A:active,
.pressrelease-link.sh-show A:hover
 { text-decoration: none; }  

.pressrelease-content { }  

.pressrelease-content.sh-hide { }  

.pressrelease-content.sh-show { }

.tabs {
	overflow: hidden;
}
.really_wide_container
    width: 1000px;
}
.tab {
      float: left;
}

/* End showHide fonts */

/********************************************************************************************* 

6. Single: Post/Page Styling

*********************************************************************************************/

.post-cover-inside {
	margin-bottom: 20px;
}

.post-single {
	color: #666;
	font-size: 16px;
	line-height: 24px;
	max-width: 100%;
}

.title-post-single {
	margin-bottom: 15px;
}

.post-meta-single .post-meta time {
	background-color: #f1f1f1;
	color: #151515;
	display: inline-block;
	font-weight: 700;
	margin: 0 5px 0 0;
	padding: 7px 12px;
}

.post-meta-single .post-meta a {
	color: #151515;
}

.post-meta-single .post-meta a:hover,
.post-meta-single .post-meta a:focus {
	color: #26bcd7;
}

.post-meta p.postmeta,
.academia-breadcrumbs .crumbs {
	color: #999;
	font-size: 12px;
}

.academia-breadcrumbs .crumbs {
	margin-bottom: 20px;
}

.post-meta .divider {
	border-top-color: #f1f1f1;
}

.post-meta-single .divider {
	margin: 10px 0;
}

.archive-meta {
	color: #555;
	font-size: 13px;
	line-height: 23px;
}

.archive-meta .title {
	margin-bottom: 15px;
}

.post-single h2, 
.post-single h3, 
.post-single h4, 
.post-single h5, 
.post-single h6 {
	font-weight: 600;
	margin: 12px 0 12px;
	line-height: 1.25em; 
}

.post-single p {
	margin-top: 0;
	margin-bottom: 1.5em; 
}

.post-single img {
	margin-bottom: 20px; 
}

.post-single img.alignnone, 
.post-single img.aligncenter, 
.post-single img.alignleft, 
.post-single img.alignright {
	max-width: 100%;
	width:auto;
 	height:auto;
}

.post-single iframe {
	max-width: 100%;
}

.post-single textarea {
	max-width: 97%;
}

.post-single ul, 
.post-single ol {
	margin: 0 0 1em 1em; 
}
.post-single li ul, 
.post-single li ol {
	margin-bottom: 0; 
}
.post-single li {
	list-style-position: outside; 
	margin-left: 20px;
} 
.post-single ul li {
	list-style-type: square;
}
.post-single ol li {
	list-style-type: decimal; 
}
.post-single blockquote {
    color:#999;
    border-left: solid 3px #ececec;
    padding: 0 15px;
    margin: 10px;
}
.post-single a {
	text-decoration:none; 
}
.post-single a:hover,
.post-single a:focus {
	text-decoration:underline; 
	cursor: pointer; 
}

/********************************************************************************************* 

7. Comments Styling

*********************************************************************************************/

#academia-comments {
	margin: 20px 0;
}

.commentlist .comment,
.commentlist .pingback,
.commentlist .trackback {
	border-bottom: solid 1px #e3e3e3;
	list-style-type: none;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.commentlist > .comment:last-child {
	border-bottom: 0;
	margin-bottom: 30px;
	padding-bottom: 0;
}

.commentlist .children {
	padding-left: 12.9032%;
}

.commentlist .avatar {
	background-color: #fff;
	border: solid 1px #eeeeee;
	padding: 4px;
	height: auto;
	width: 100%;
	max-width: 50px;
}

.commentlist .byuser .avatar {
	border-color: #ccc;
}

.commentlist .byuser .comment-author-name {
	color: #ef4832;
}

.commentlist .comment-author {
	display: inline;
	float: left;
	margin-right: 20px;
	width: 60px;
	text-align: center;
}

.commentlist .comment-author-name {
	color: #252525;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 18px;
	margin-bottom: 12px;
}

.commentlist .comment-timestamp {
	color: #999;
	font-size: 10px;
	text-align: right;
}

.commentlist .comment-bullet {
	color: #ccc;
	font-size: 11px;
	margin: 0 2px;
}

.commentlist .comment-body {
	font-size: 12px;
	line-height: 22px;
	overflow: hidden;
	padding-top: 5px;
}

.commentlist .comment-edit-link {
	font-size: 11px;
}

.comment-body p {
	margin: 0 0 1.5em;
}

.comment-awaiting-moderation {
	color: #999;
	font-style: italic;
}

.commentlist .reply {
	margin-top: 10px;
	text-transform: lowercase;
}

.commentlist .comment-reply-link {
	font-size: 11px;
	padding: 4px 10px;
}

/* Comment Form */

#respond .academia-comment-label {
	color: #252525;
	display: block;
	font-weight: bold;
	margin: 0 0 8px;
}

#respond .academia-comment-input {
	border: solid 1px #ddd;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 20px;
	padding: 5px;
	width: 70%;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;    
	border-radius: 2px; 
}

#respond .academia-comment-input:focus {
	background-color: #e1f2fa;
	border-color: #bdd8e5;
}

#respond .required_lab {
	color: #ef4832;
}

#respond .comment-form-p {
	margin: 0 0 15px;
}

#respond .form-submit {
	margin: 0;
}

#respond .comment-notes,
#respond .form-allowed-tags {
	display: none;
}

#respond #submit {
	
}

/* Reply Form */

.comment #respond {
	margin-top: 30px;
}

#reply-title {
	margin: 0 0 20px;
}

#reply-title a {
	color: #1c97d4;
}

#reply-title a:hover,
#reply-title a:focus {
	color: #ef4832;
}

/********************************************************************************************* 

8. Page Structure: Footer

*********************************************************************************************/

footer {
	margin: 40px 0 0;
}

#footer-main {
	background-color: #f3f0ec;
	color: #4f4d4a;
	font-size: 13px;
	line-height: 1.75em;
	padding: 30px 0 10px;
}

#footer-copy {
	background-color: #48080f;
	color: #ae8c90;
	font-size: 12px;
	padding: 20px 0;
}

#footer-main a {
	color: #555;
}

#footer-main a:hover,
#footer-main a:focus {
	color: #222;
	text-decoration: underline;
}

#footer-copy a {
	color: #ae8c90;
}

#footer-copy a:hover,
#footer-copy a:focus {
	color: #fff;
}

#footer-copy p {
	margin-bottom: 0;
}

footer .footer-logo {
	height: auto;
	margin-bottom: 20px;
	max-width: 100%
}

footer .academia-credit {
	display: inline;
	float: right;
	margin: 0 0 0 30px;
}

footer .title-widget {
	border-bottom: solid 1px #d8d4cf;
	color: #151515;
	font-weight: 700;
	padding-bottom: 10px;
	text-transform: uppercase;
}

/********************************************************************************************* 

9. Misc

*********************************************************************************************/

.academia-notice {
	line-height: 1.75em;
	margin-bottom: 0;
}

.academia-post-share .title-s,
.academia-share-button {
	display: inline-block;
	float: left;
	margin-right: 30px;
}

.academia-post-share .title-s {
	font-weight: bold;
}

/* Pagination */
.academia-pagination { font-size: 11px; margin: 20px 0 25px; text-align: center; }
.academia-pagination p { margin: 0;}
.academia-pagination a { background-color: #f1f1f1; color: #333; line-height: 24px; padding: 7px 10px; }
.academia-pagination .current { background-color: #edc951; color: #151515; font-weight:bold; line-height: 24px; padding: 7px 10px; }
.academia-pagination a:hover,
.academia-pagination a:focus {
	background: none;
	background-color: #edc951; 
	color: #151515;
}

/* Begin Images */
.post-single .aligncenter { 
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.post-single .alignright { 
	display: inline;
	margin: 0 0 5px 20px; 
}
.post-single .alignleft { 
	display: inline;
	margin: 0 20px 5px 0; 
}
.alignright { float: right; }
.alignleft { float: left; }

/* Caption for images */
.post-single .wp-caption { background-color: #f3f3f3; border-bottom: solid 1px #e3e3e3; padding: 0 0 15px; }
.post-single .wp-caption img { background:none; margin: 0 0 15px; border:0 none; max-width:100%; width: 100%; height:auto; }
.post-single .wp-caption-text, .gallery-caption { color:#777; font-size:11px; line-height: 1.4em; margin:0 10px; }
.post-single .wp-caption.aligncenter { margin:0 auto 15px; }

/* [gallery] shortcode styling */
.post-single .gallery { margin: auto; text-align:center; clear:both; }
.post-single .gallery-icon {
	background-color: #fff;
	border: solid 1px #eeeeee;
	margin-bottom: 10px;
	padding: 4px;
}
.post-single .gallery .gallery-item {display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline; margin: 10px; width: 30%; }
.post-single .gallery img { width: 100%; height: auto; margin: 0; }
.post-single .gallery-caption { margin-left: 0; }

/* Recent Comments Widget */

.recent-comments-list .recent-comment,
#recentcomments .recentcomments {
	font-size: 11px;
	margin-bottom: 8px;
}

.recent-comments-list .post-cover {
	background-color: #fff;
	border: solid 1px #eeeeee;
	display: inline;
	float: left;
	margin-right: 10px;
	padding: 4px;
}

/* Academia Contacts Widget */

.academia-contacts .academia-contact {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 6px 0;
	text-align: left;
}

.academia-sprite-contact {
	background: transparent url(images/sprite-contact-icons.png) no-repeat top left;
	display: inline-block;
	margin-right: 6px;
}

.academia-contact .academia-contact-email { background-position: 0 -62px; }
.academia-contact .academia-contact-fax { background-position: 0 -90px; }
.academia-contact .academia-contact-marker { background-position: 0 0; }
.academia-contact .academia-contact-phone { background-position: 0 -31px; }

/* WordPress Search Widget */

#searchform label {
	display: none;
}

#s {
	background-color: #fff;
	display: block;
	float: none;
	border: solid 1px #ccc;
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 6px 5px;
	width: 90%;
}

#searchsubmit {
	border: none;
	display: block;
	float: none;
}

/* Gravity Forms Fixes */
.gform_wrapper .gform_heading {
	margin-bottom: 20px;
}

.gform_wrapper .gform_fields {
	margin-bottom: 0;
	margin-left: 0;
}

.gform_wrapper .gfield {
	list-style-type: none;
	margin-left: 0;
}

.gform_wrapper .gfield_label {
	display: block;
	font-weight: normal;
	margin: 0 0 5px;
}

.gform_wrapper .gfield input,
.gform_wrapper .gfield .textarea {
	border: solid 1px #ccc;
	margin-bottom: 10px;
	padding: 5px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;    
	border-radius: 2px; 
}

.gform_wrapper input[type=text] {
	min-width: 200px;
}

.gform_wrapper .gfield_required {
	color: #cc333f;
	margin-left: 2px;
}

/* WordPress check fixes */

.sticky,
.bypostauthor {
	
}

#wpstats { display: none; }

/********************************************************************************************* 

10. Buttons, Forms

*********************************************************************************************/

.button {
	display: inline;
}

input.button.gform_button,
.button,
#respond #submit,
#searchsubmit {
	font-weight: bold;
	text-align: center;
	padding: 15px 30px;
	border: solid 1px #2b849e;
	cursor: pointer;
	height: auto;
	color: #fff;                
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;    
	border-radius: 2px;         
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
}

input.button.gform_button,
.button.blue {
	background-color: #0064cd;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
	background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
	background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
	background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
	background-image: -o-linear-gradient(top, #049cdb, #0064cd);
	background-image: linear-gradient(top, #049cdb, #0064cd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
	border-color: #0064cd #0064cd #003f81;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #09509a 1px 1px 0;
}

.button.green,
#searchsubmit {
	background-color: #57a957;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
	background-image: -moz-linear-gradient(top, #62c462, #57a957);
	background-image: -ms-linear-gradient(top, #62c462, #57a957);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
	background-image: -o-linear-gradient(top, #62c462, #57a957);
	background-image: linear-gradient(top, #62c462, #57a957);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
	border-color: #57a957 #57a957 #3d773d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #3e783e 1px 1px 0;
}

.button.orange {
	background-color: #c98610;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#e49d1f), to(#c98610));
	background-image: -moz-linear-gradient(top, #e49d1f, #c98610);
	background-image: -ms-linear-gradient(top, #e49d1f, #c98610);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e49d1f), color-stop(100%, #c98610));
	background-image: -webkit-linear-gradient(top, #e49d1f, #c98610);
	background-image: -o-linear-gradient(top, #e49d1f, #c98610);
	background-image: linear-gradient(top, #e49d1f, #c98610);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e49d1f', endColorstr='#c98610', GradientType=0);
	border-color: #c98610 #c98610 #bf831c;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #bf831c 1px 1px 0;
}

.button.purple {
	background-color: #4f337d;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#664a96), to(#4f337d));
	background-image: -moz-linear-gradient(top, #664a96, #4f337d);
	background-image: -ms-linear-gradient(top, #664a96, #4f337d);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #664a96), color-stop(100%, #4f337d));
	background-image: -webkit-linear-gradient(top, #664a96, #4f337d);
	background-image: -o-linear-gradient(top, #664a96, #4f337d);
	background-image: linear-gradient(top, #664a96, #4f337d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#664a96', endColorstr='#4f337d', GradientType=0);
	border-color: #4f337d #4f337d #382458;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #3a2164 1px 1px 0;
}

#respond #submit,
.button.red {
	background-color: #c43c35;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
	border-color: #c43c35 #c43c35 #882a25;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #a8332d 1px 1px 0;	
}

.button.silver {
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #339bb9 #339bb9 #22697d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #fff 1px 1px 0;
	color: #333;
}

.button.teal {
	background-color: #339bb9;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
	background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
	background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
	background-image: linear-gradient(top, #5bc0de, #339bb9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
	border-color: #339bb9 #339bb9 #22697d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #2a819a 1px 1px 0;
}

input.button.gform_button:hover,
.button:hover,
#respond #submit:hover,
#searchsubmit:hover,
input.button.gform_button:focus,
.button:focus,
#respond #submit:focus,
#searchsubmit:focus {
	background-position: 0 -15px;
	text-decoration: none;
}

input.button.gform_button:active,
.button:active,
#respond #submit:active,
#searchsubmit:active {
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#searchsubmit,
#respond #submit,
input.button.gform_button,
.button.submit {
	height: auto;
	font-size: 11px;
	padding: 9px 15px;
}

input.button.gform_button {
	margin-bottom: 10px;
}

/* Facebook Like Button */

.widget .fb_iframe_widget span iframe { border: solid 1px #aaa !important; }

/********************************************************************************************* 

11. Slideshow

*********************************************************************************************/

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.academia-slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0; }
.flexslider .academia-slides > li { display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .academia-slides img { display: block; width: 100%; }

/* Clearfix for the .slides element */
.academia-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .academia-slides {display: block;} 
html .academia-slides {height: 1%;}

/* 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 .academia-slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .academia-slides {zoom: 1;}

.carousel li {margin-right: 5px; }


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {
	background: #008BB0 url(images/academia-arrows-light.png) top left no-repeat;
	cursor: pointer;
	position: absolute;
	top: 42%;
	width: 40px;
	height: 50px;
	text-indent:-9999px; 
	z-index: 60;
	zoom: 1;
	-webkit-transition: all .3s ease;
}

#academia-slideshow a.flex-next { 
	background-position: -38px 0;
	right:0;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

#academia-slideshow a.flex-prev { 
	background-position: -3px 0;
	left:0; 
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px; 
}

#academia-slideshow a.flex-next:hover,
#academia-slideshow a.flex-prev:hover,
#academia-slideshow a.flex-next:focus,
#academia-slideshow a.flex-prev:focus { background-color: #30ADD0; }

#academia-slideshow {
	display: block;
	margin-bottom: 20px;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}

.academia-slides {
	
}

#academia-slideshow .academia-slide {
	position: relative;
}

#academia-slideshow .title-special {
	background-color: #008BB0;
	color: #fff;
	padding: 15px;
	position: absolute;
	bottom: 20px;
	max-width: 80%;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

#academia-slideshow .title-special,
#academia-slideshow a {
	color: #fff;
}

#academia-slideshow a:hover,
#academia-slideshow a:focus {
	color: #000000;
}

#academia-slideshow iframe {
	max-width: 100%;
}

#academia-slideshow img {
	height: auto;
	max-width: 100%;
}

/********************************************************************************************* 

12. Media Queries 

*********************************************************************************************/   
 
/* Tablet Landscape */
@media screen and (max-width: 1020px) {

	.wrapper {
		padding-right: 3%;
		padding-left: 3%;
		width: 94%;
	}

}

/* Tablet Landscape */
@media screen and (max-width: 960px) {

	.header-widgets #s {
		width: 130px;
	}
	
	.academia-column-narrow .post-cover {
		width: 25%;
	}
	
	.recent-events .post-content {
		font-size: 13px;
		line-height: 19px;
	}

}

/* Tabled Portrait */
@media screen and (max-width: 768px) {

	/* Wrappers */
	
	.wrapper-header {
		padding-right: 0;
		padding-left: 0;
		width: 100%;
	}
	
	/* Header Elements */
	
	#logo {
		display: block;
		float: none;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.header-widgets {
		padding-top: 0;
		text-align: center;
	}
	
	.header-widgets .widget {
		display: inline-block;
		float: none;
		margin: 0 15px 5px;
	}
	
	.header-widgets #s {
		width: 100px;
	}

	#pre-header .secondary-menu {
		text-align: center;
	}
	
	#pre-header .menu-item {
		display: inline-block;
		font-size: 12px;
		margin: 0 10px;
	}
	
	/* Main Menu */

	#site-navigation {
		text-align: center;
	}
	
	#menu-main-menu {
		display: none;
	}
	
	#selectnav1 {
		border: solid 1px #7BA4D9;
		display: inline-block;
		font-size: 12px;
	}
	
	/* Columns */

	.wrapper-content-main .academia-column-wrapper {
		margin-right: 20px;
	}
	
	.wrapper-content-main .academia-column-narrow {
		width: 30%;
	}
	
	.wrapper-content-main .academia-column-large {
		width: 70%;
	}
	
	.academia-column-main .academia-column-double,
	.academia-column-main .academia-column-narrow {
		display: block;
		float: none;
		width: 100%;
	}
	
	.academia-column-main .academia-column-double .academia-column-wrapper {
		margin-right: 0;
	}
	
	/* Blocks & Widgets */
	
	.flex-direction-nav a {
		top: 38%;
	}

	.academia-column-narrow .post-cover {
		display: block;
		float: none;
		margin: 0 0 10px;
		width: 100%;
	}
	
	.academia-event .post-cover-wrapper span {
		display: inline-block;
	}
	
	.academia-event .post-cover-wrapper {
		margin-right: 0;
	}
	
	footer .academia-credit {
		display: none;
	}
	
}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 640px) {

	.wrapper-content-main .academia-column-large,
	.wrapper-content-main .academia-column-narrow {
		display: block;
		float: none;
		width: 100%;
	}
	
	.wrapper-content-main .academia-column-wrapper {
		margin-right: 0;
	}
	
	.academia-column-narrow .post-cover {
		display: inline;
		float: left;
		width: 20%;
	}
	
	.flex-direction-nav a {
		top: 32%;
	}

	.academia-event .post-cover-wrapper {
		margin-right: 20px;
	}
	
	#academia-slideshow .title-special {
		bottom: auto;
		display: block;
		position: relative;
		max-width: 94%;
		padding-right: 3%;
		padding-left: 3%;
		width: 94%;
	}
	
	footer .academia-column-narrow,
	footer .academia-column-double,  
	footer .academia-column-narrow.academia-column-last {
		display: block;
		float: none;
		margin-bottom: 10px;
		width: 100%;
	}
	
	footer .academia-column-wrapper {
		margin-right: 0;
	}
	
}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 480px) {

	
}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 320px) {


}