/*
Theme Name: I've Tried That Responsive
Theme URI: www.apinaservices.com
Description: By ApinaServices - Original Design by Beta Images http://www.betaimages.com/
Version: 1.1.4
Author: Dean Robinson 
Author URI: http://www.apinaservices.com/
Tags: Custom Site
*/



/*--------------------------------------------
*
*                CONTENTS
*
* 1. Reset
* 2. Structure
*   a. Header
*     i. Responsive navigation
*   b. Content
*     i. Comments	
*   c. Sidebar
*   d. Footer
* 3. Typography
* 4. Forms
* 5. Tables
* 6. WP Page Navi
* 7. Media Queries
*
*
*
*--------------------------------------------*/


/******************************
*
* RESET
*
******************************/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -------------------- RESET END --------------------- */

/* defaults and helper rules */

.clear {
	clear: both;
}
/******************************
*
* STRUCTURE
*
******************************/


/******************************
* Header
******************************/

/******************************
*
* RESPONSIVE NAVIGATION
*
******************************/

/* nav */
.nav {
	position: relative;
}
.menu-top-nav-container ul, #menu-top-menu, .nav ul {
	margin: 0;
	padding: 0;
	z-index: 100;
}
.nav li, #menu-top-menu li {
	padding: 0;
	list-style: none;
	display: inline-block;
	z-index: 1000;
}
.nav a {
	padding: 3px 12px;
	text-decoration: none;
	color: #fff;
	z-index: 1000;
}
.nav a:hover {
	color: #E6522F;
	text-decoration: none;
}
.nav .current a {
	background: #999;
	color: #fff;
	border-radius: 5px;
}
/* center everything */
.nav, #navBar, #menu-top-menu, .menu-top-nav-container, .container, #header .uni, #footer .uni {
	max-width: 960px; /*was 972*/
	margin: 0 auto;
	z-index: 50;
}
/* end responsive navigation */

/* overall container*/
#primarySection {
}
#navBar {
	background: #000;
}
.mainnav {
	border-left: 1px solid #333;
}
.mainnav a {
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	color: #ffffff;
	padding-left: 10px;
	font-family: "myriad-pro", sans-serif;
	font-weight: 600;
	padding-right: 10px;
	padding-top: 0px !important;
	height: 40px;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	padding-bottom: 0 !important;
	display: block;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
.mainnav li {
	border-right: 1px solid #333;
	margin-left: -3px;
	padding-left: 3px !important;
}
.mainnav > li.current_page_item, .mainnav > li.current_page_item:hover, .mainnav > .current-page-ancestor {
	background-color: #4AADC3;
}
.mainnav > li.current_page_item > a, .mainnav > li.current_page_parent > a, .mainnav > li.current_page_ancestor > a {
	color: #ffffff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.searchbox {
	background: none;
	border: none;
	width: 100px;
	color: #888;
	margin-left: 5px;
	height: 26px;
}
#searchsubmit {
	background: #666;
	border: 1px solid #555;
	color: #eee;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	font-size: 12px;
	border-radius: 0px;
	margin-top: -3px;
}
#searchbar {
}
.searchbar {
	margin-top: -37px;
	float: right;
	position: relative;
	z-index: 100;
	background: #222;
	height: 37px;
}
#tophead {
	height: 40px;
	width: 100%;
	background: #000;
	min-width: 100%;
	position: fixed;
	border-bottom: 5px solid #47ACC3;
	top: 0;
	z-index: 9999;
	zoom: 1;
}
#header {
	background: url(images/header.png) top center repeat-x #4eadc2;
	height: 104px;
	padding: 14px 0;
}
.uni {
	padding: 28px 0;
}
.logo {
	background: url(images/logo.png) top left no-repeat;
	text-indent: -9999px;
	margin-top: 16px;
	background-size: 90%;
}
.logo, .logo a {
	line-height: 59px;
	width: 310px;
	display: block;
}
/******************************
* Content
******************************/

.containerInner {
	padding: 20px 0px;
}
.inner {
	padding: 20px;
}
.contentWrapper {
	max-width: 960px;
	border: 1px solid #E5E5E5;
	min-height: 950px;
	background: #f7f7f7;
}
.contentpage {
	min-height: 950px;
	width: 695px;
	height: 100%;
}
.content {
	max-width: 695px;
	float: left;
	background: #fcfcfc;
	position: relative;
	z-index: 100;
	-webkit-box-shadow: 4px 0px 8px -2px #c2c2c2;
	box-shadow: 4px 0px 8px -2px #c2c2c2;
	padding-bottom: 20px;
}
.content ul {list-style:disc;margin:0px 25px;}
.content ol {list-style:decimal;margin:0px 25px;}
.content ul li {line-height: 24px;	margin-bottom: 20px;}
.content ol li {line-height: 24px;	margin-bottom: 20px;}
.aligncenter {text-align:center;}
.wp-caption {width:695px !important;}

.contenttop {
	height: 100%;
	min-height: 35px;
	background: url(images/categoryicon.jpg) 0 -5px no-repeat #000;
	color: #fff;
}
.contenttop h4 {
	font-size: 15px;
	font-family: "myriad-pro", sans-serif;
	line-height: 35px;
	color: #ffffff;
	padding-left: 60px;
}
.contenttop h4 a {
	color: #ddd;
}
.metaData {
	margin-bottom: 1px #fbfbfb;
	font-size: 11px;
	margin-bottom: 7px;
	display: block;
	height: 30px;
	font-size: 16px;
	padding: 0 20px;
}
img {
	max-width: 100%;
}
author {
	font-family: "myriad-pro", sans-serif;
	font-weight: 700;
}
.post .date {
	float: right;
}
.post .author {
	float: left;
	text-transform: capitalize;
	color: #333;
}
.postcategory {
	float: left;
	padding-left: 20px;
	background: 15px 0 no-repeat #F7F7F7;
	width: 96%;
}
.readmore {
	float: right;
	margin-top: -35px;
}
.postcategory a {
	color: #999;
	line-height: 35px;
	font-size: 12px;
	margin-bottom: 10px;
}
.post .pcontent {
	word-wrap: break-word;
}
.pcontent table {
	width: 90%;
	margin: 0 auto;
}
.post {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.postimage {
	position: relative;
	margin-bottom: 25px;
	min-height: 50px;
}
.postfooter {
	height: 37px;
	background: url(images/share.jpg) 15px 0 no-repeat #F7F7F7;
	margin-top: 15px;
	border: 1px solid #EAEAEA;
}
.content ul {
	list-style: disc;
	margin: 0 0 20px 20px;
}
.content li {
	line-height: 25px;
	font-size: 18px;
}
.content b {
	font-weight: bold;
}
/******************************
* Comments
******************************/

.commentbar {
	position: absolute;
	bottom: 15px;
	left: -11px;
	background: url(images/commentbarside.png) bottom left no-repeat;
	display: table-cell;
	color: #fff;
	height: 35px;
	font-size: 11px;
	letter-spacing: 1px;
}
.commentbarinner {
	height: 15px;
	padding: 5px 0px 5px 10px;
	line-height: 15px;
	width: 100%;
	background: #E6522F;
}
#comments {
	word-wrap: break-word;
	background-color: #FBFBFB;
}
#comments h3 {
	padding-left: 15px !important;
	font-weight: bold;
}
.commentlist {
	list-style-type: none;
	padding: 0px;
	margin: 15px 0px;
}
.commentlist li {
	list-style-type: none;
}
.commentlist li.even {
	background: none repeat scroll 0% 0% rgb(251, 251, 251);
}
.commentlist li.odd {
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
}
.commentlist li {
	border-bottom: 1px dashed rgb(187, 187, 187);
	padding: 15px;
}
.comment-author {
	font-size: 18px !important;
	font-weight: normal !important;
	font-style: normal !important;
	text-transform: capitalize;
	margin-bottom: 20px;
	line-height: 24px !important;
	vertical-align: middle;
}
.authorava {
	float: left;
	margin-right: 10px;
	width: 48px;
	height: 48px;
}
.authorbio {
	padding: 10px 20px;
}
.authortitle {
	color: #36A1BC;
	line-height: 70px;
}
.comment-author img {
	margin-right: 10px;
	margin-left: 0px;
}
.comment-meta {
	font-size: 12px;
	line-height: 17px;
}
#commentform {
	padding-left: 15px;
}
.commentTextarea {
	width: 500px;
	height: 150px;
}
#comments ol.children li {
	list-style-type: none;
}

.cancel-comment-reply {
	float: right;
}


/* end comments */


/******************************
* Sidebar
******************************/

.sidebar {
	width: 230px;
	min-height: 600px;
	float: left;
	padding: 0px;
	background: #f7f7f7;
	padding: 10px 15px;
}
/************** SOCIAL ****************/
.socialbar {
	height: 60px;
	margin: 0 auto;
	padding-left: 30px;
	width: 200px;
}
.socialbar a {
	margin-right: 10px;
}
.socicon {
	height: 48px;
	display: block;
	width: 47px;
	float: left;
}
.socicon:hover {
	background-position: 0 -47px !important;
	text-decoration: none !important;
}
.facebookicon {
	background: url(images/facebook.png) 0 0 no-repeat;
}
.twittericon {
	background: url(images/twitter.png) 0 0 no-repeat;
}
.googleicon {
	background: url(images/googleplus.png) 0 0 no-repeat;
}
.emailicon {
	background: url(images/email.png) 0 0 no-repeat;
}
.rssicon {
	background: url(images/rss.png) 0 0 no-repeat;
}
.challenge {
	height: 421px;
	width: 235px;
	position: relative;
	background: url(images/7daybg.jpg) 0 0 no-repeat;
	margin: 0 auto;
}
.challenge .inside {
	padding: 190px 15px 0;
}
.challenge .inside p {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}
.sidepanel {
	background: #fff;
	border: 1px solid #E8E8E8;
	min-width: 229px;
	max-width: 235px;
	margin: 0 auto;
	margin-top: 20px;
}
.sidepanel h2 {
	font-size: 16px;
	padding-left: 15px;
	color: #000;
	background: url(images/top5badge.png) top right no-repeat;
	height: 40px;
	line-height: 40px;
}
.sidebar h2 {
	font-weight: bold;
}
.sidepanel h2 > span {
	color: #36A1BC;
}
.sidepanel ul {
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.sidepanel ul li:hover {
	background: url(images/sidebarhover.jpg) right center repeat-y #4eadc2;
	color: #fff;
}
.sidepanel ul li {
	width: 208px;
	padding-left: 10px;
	border-top: 1px solid #eee;
	padding-right: 11px;
}
.sidepanel ul li:hover a {
	color: #fff;
}
.sidebar ul li a:hover {
	text-decoration: none;
}
.sidebar ul a:hover {
	background: none !important;
}
.sidepanel ul li a {
	color: #333;
	font-size: 14px;
	line-height: 14px;
}
.sidebar ul li a {
	padding: 8px 15px !important;
	display: block;
	font-weight: normal;
	font-size: 15px;
}
/******************************
* Footer
******************************/

#footer {
	color: #fff;
	background: #000;
	padding-top: 15px;
	padding-bottom: 90px; /*was 25 */
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #d84728;
}
.copyright {
	float: left;
	line-height: 30px;
	font-size: 14px;
	color: #888;
}
.footer .uni {
	position: relative;
}
.footer h2 {
	color: #36A1BC;
}
/* imported from bootstrap to keep the theme looking the same */
.span7 {
	max-width: 540px;
}
.footer .smalllogo {
	position: static;
}
.smalllogo, .smalllogo a {
	line-height: 40px;
	width: 150px;
}
.smalllogo {
	height: 40px;
	width: 150px;
	background: url(images/ivetriedthatsmall.png) 0 0 no-repeat;
	top: 13px;
	left: 0;
	text-indent: -9999px;
}
/******************************
*
* Typography
*
******************************/

/* -------------- typography ---------------- */

body {
	font-family: "myriad-pro", sans-serif;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: "myriad-pro", sans-serif;
	color: #222222;
	text-rendering: optimizelegibility;
	font-weight: bold;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-weight: normal;
	color: #aaaaaa;
	font-family: "myriad-pro", sans-serif;
}
h1 {
	font-size: 30px;
	line-height: 40px;
}
h1 small {
	font-size: 18px;
}
h2 {
	font-size: 26px;
	line-height: 46px;
	color: #36A1BC;
	font-weight: bold;
}
h2 small {
	font-size: 18px;
	margin-bottom: 10px !important;
}
h3 {
	line-height: 30px;
	font-size: 20px;
	padding-bottom: 15px;
}
h3 small {
	font-size: 14px;
}
h4, h5, h6 {
	line-height: 20px;
}
h4 {
	font-size: 14px;
}
h4 small, h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
	color: #aaaaaa;
	text-transform: uppercase;
}
p {
	margin: 0 0 10px;
	font-family: "myriad-pro", sans-serif;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}
p small {
	font-size: 12px;
	color: #aaaaaa;
}
.pcontent p, .pcontent h1, .pcontent h2, .pcontent h3, .pcontent h4, .pcontent h5, .pcontent h6, .pcontent ul, .pcontent ol {
	padding: 0 20px;
}
.pcontent h3, .pcontent h4, .pcontent h5, .pcontent h6 {
	padding-bottom: 15px;
}
h1 span {
	color: #E6522F;
}
a {
	color: #d84728;
	text-decoration: none;
}
a:hover {
	color: #98311c;
	text-decoration: underline;
}
.posttext p {
	padding: 0 20px 0;
}
h2.post-title {
	padding: 10px 20px;
	margin: 0;
	margin-top: 10px;
	font-size: 36px;
	line-height: 40px !important;
	font-family: "myriad-pro", sans-serif;
	font-weight: 500;
	color: #36A1BC;
}
h2.post-title a {
	font-size: 36px;
	color: #36A1BC;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
h2.post-title a:hover {
	color: #000;
	text-decoration: none;
}
.author {
	font-family: "myriad-pro", sans-serif;
	font-weight: 700;
}
.date {
	font-family: "myriad-pro", sans-serif;
}
.commentbar {
	font-family: "myriad-pro", sans-serif;
}
.postcategory {
	font-family: "myriad-pro", sans-serif;
}
blockquote {
	padding: 0 0 0 0px;
	margin: 0 20px 20px;
	border-left: 5px solid #bbbbbb;
}
blockquote p {
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}
/******************************
*
* Forms
*
******************************/


input, textarea {
	max-width: 98%;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* sidebar form */
#af-form-2093759280 .af-body .af-textWrap {
	width: 80%;
	display: block;
	float: right;
}
#af-form-2093759280 .af-body input.text, #af-form-2093759280 .af-body textarea {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	border-width: 2px;
	border-style: inset;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: inherit;
	font-family: inherit;
}
#af-form-2093759280 .af-body input.text:focus, #af-form-2093759280 .af-body textarea:focus {
	background-color: inherit;
	border-color: #CCCCCC;
	border-width: 2px;
	border-style: inset;
}
#af-form-2093759280 .af-body label.previewLabel {
	display: block;
	float: left;
	width: 30px;
	text-align: left;
	color: #fff;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-family: "myriad-pro", sans-serif;
}
#af-form-2093759280 .af-body {
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-position: inherit;
	background-image: none;
	color: #000000;
	font-size: 12px;
 font-family:, serif;
}
#af-form-2093759280 .af-quirksMode {
	padding-right: 15px;
	padding-left: 15px;
}
#af-form-2093759280 .af-standards .af-element {
	padding-right: 0px;
	padding-left: 0px;
}
#af-form-2093759280 .buttonContainer input.submit {
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: inherit;
	font-family: inherit;
}
#af-form-2093759280 .buttonContainer input.submit {
	width: auto;
	margin-left: 77px;
}
#af-form-2093759280 .buttonContainer {
	text-align: center;
}
#af-form-2093759280 button, #af-form-2093759280 input, #af-form-2093759280 submit, #af-form-2093759280 textarea, #af-form-2093759280 select, #af-form-2093759280 label, #af-form-2093759280 optgroup, #af-form-2093759280 option {
	float: none;
	position: static;
	margin: 0;
}
#af-form-2093759280 div {
	margin: 0;
}
#af-form-2093759280 form, #af-form-2093759280 textarea, .af-form-wrapper, .af-form-close-button, #af-form-2093759280 img {
	float: none;
	color: inherit;
	position: static;
	background-color: none;
	border: none;
	margin: 0;
	padding: 0;
}
#af-form-2093759280 input, #af-form-2093759280 button, #af-form-2093759280 textarea, #af-form-2093759280 select {
	font-size: 100%;
}
#af-form-2093759280 select, #af-form-2093759280 label, #af-form-2093759280 optgroup, #af-form-2093759280 option {
	padding: 0;
}
#af-form-2093759280, #af-form-2093759280 .quirksMode {
/*width: 264px;*/
}
#af-form-2093759280.af-quirksMode {
	overflow-x: hidden;
}
#af-form-2093759280 {
	background-color: transparent;
	border-color: inherit;
	border-width: none;
	border-style: none;
}
#af-form-2093759280 {
	display: block;
}
#af-form-2093759280 {
	overflow: hidden;
}
.af-body .af-textWrap {
	text-align: left;
}
.af-body input.image {
	border: none!important;
}
.af-body input.submit, .af-body input.image, .af-form .af-element input.button {
	float: none!important;
}
.af-body input.text {
	width: 140px;
	float: left !important;
	padding: 2px 5px !important;
	border: none !important;
	background: url(images/sidebarinput.png) 0 0 no-repeat;
}
.af-body.af-standards input.submit {
	padding: 4px 12px;
}
.af-clear {
	clear: both;
}
.af-element label {
	text-align: left;
	display: block;
	float: left;
}
.af-element {
	padding: 5px 0;
}
.af-form-wrapper {
	text-indent: 0;
}
.af-form {
	text-align: left;
	margin: auto;
}
.af-quirksMode .af-element {
	padding-left: 0!important;
	padding-right: 0!important;
}
.lbl-right .af-element label {
	text-align: right;
}
.tryitnow {
	height: 39px !important;
	width: 126px !important;
	background: url(images/tryitnow.png) 0 0 no-repeat;
	float: right;
	display: block;
	border: none;
	text-indent: -9999px;
}
.submit {
	padding: 3px 10px !important;
}
input[type="button"], input[type="reset"], input[type="submit"] {
	width: auto;
	height: auto;
}
input, textarea, select, .uneditable-input {
	display: inline-block;
	width: 210px;
	height: 20px;
	padding: 4px !important;
	margin-bottom: 9px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
label {
	display: block;
	margin-bottom: 5px;
	color: #333333;
}
label, input, button, select, textarea {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
textarea {
	height: 100%;
	width: 75%;
}
.btn {
	display: inline-block;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	border: 1px solid #cccccc;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-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);
	cursor: pointer;
}
/******************************
*
* TABLES
*
******************************/


table {
	max-width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: transparent;
}
table th, table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #dddddd;
}
table th {
	font-weight: bold;
}
table thead th {
	vertical-align: bottom;
}
table colgroup + thead tr:first-child th, table colgroup + thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td {
	border-top: 0;
}
table tbody + tbody {
	border-top: 2px solid #dddddd;
}
table tbody tr:hover td, table tbody tr:hover th {
	background-color: #f5f5f5;
}
/******************************
*
* WP PAGENAVI
*
******************************/

.wp-pagenavi {
	padding-left: 15px;
}
.wp-pagenavi a, .wp-pagenavi span {
	border: none !important;
}

/******************************
*
* TOP BANNER
*
******************************/

.survey label {
	font-size: 18px;
}
input[type="radio"],  input[type="checkbox"] {
width: 15px;
height: 12px;
margin-left: 25px;
}

.dean_from_top {
height: 28px;
color: #FFF;
width: 100%;
background: #000;
min-width: 100%;
position: fixed;
border-bottom: 5px solid #47ACC3;
top: 0;
z-index: 9999;
text-align: center;
padding-top: 10px;
display:none;
}

 

.banbutton {
border: 1px solid #fde933;
border-radius: 4px;
color: #000;
background: #fde933;
white-space: nowrap;
padding:2px 4px 2px 4px;
margin-left:12px;}



.banbutton:hover {
color: #000;
text-decoration:none;
background:#ffe663;}

/******************************
*
* MEDIA QUERIES
*
******************************/

@media print {
h1 {
	page-break-before: always;
}
h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
}
ul, ol, dl {
	page-break-before: avoid;
}
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media  only screen and (-moz-min-device-pixel-ratio:1.5),  only screen and (-o-min-device-pixel-ratio:3/2),  only screen and (-webkit-min-device-pixel-ratio:1.5),  only screen and (min-device-pixel-ratio:1.5) {
 body {
}
}

/* =Responsive (Mobile) Design
-------------------------------------------------------------- */


@media screen and (min-device-width : 980px) and (max-device-width : 2000px) {
.postfooter {
	height: 37px;
	background: url(images/share.jpg) 15px 0 no-repeat #F7F7F7;
	margin-top: 15px;
	border: 1px solid #EAEAEA;
}
.google {
	width: 200px;
	float: left;
	margin-right: 60px;
	margin-left: 125px;
	margin-top: 5px;
}
.facebook {
	float: left;
	width: 250px;
	height: 40px;
	overflow: hidden;
	margin-top: -5px;
	margin-right: 0;
}
} /* end @media screen and (min-device-width : 980px) and (max-device-width : 2000px) */
 @media screen and (max-width: 980px) {
.commentbar {
	left: -5px;
	background: none;
}
} /* end @media screen and (max-width: 980px) */
 @media screen and (max-width: 960px) {
.content {
	max-width: 73%;
}
.imagecrop img {
	max-width: 100%;
		height:100%;
}
.sidebar {
	width: 23%;
}
} /* end @media screen and (max-width: 960px) */
 @media screen and (max-width: 800px) {
.searchbox {
	background: none;
	border: none;
	width: 80px;
	color: #888;
	margin-left: 5px;
	height: 26px;
}
.content {
	max-width: 100%;
}
.contentWrapper {
	background: #fff;
	border: 1px solid #E5E5E5;
	min-height: 950px;
}
.sidebar {
	width: 100%;
	padding: 0;
}
.pcontent h2.post-title, .pcontent .metaData, #footer .uni, .posttext p {
	padding: 0 20px;
}
.imagecrop {
	text-align: center;
}
} /* end @media screen and (max-width: 800px) */
 @media screen and (max-width: 768px) {
#menu-icon {
	display: block;
}
.nav, #menu-top-menu, .menu-top-nav-container {
	position: relative;
	min-height: 40px;
	display: block;
}
.nav ul, #menu-top-menu, .menu-top-nav-container ul {
	width: 180px;
	position: absolute;
	top: 0px;
	left: 0;
	background: #4eadc2 url(images/icon-menu.png) no-repeat 0 0;
	min-height: 32px;
}
.nav ul:hover li:first-child, #menu-top-menu:hover li:first-child, .menu-top-nav-container ul:hover li:first-child {
	display: block;
	margin: 0 0 5px;
	margin-top: 60px;
}
.nav li, #menu-top-menu li, .menu-top-nav-container li {
	display: none; /* hide all <li> items */
	margin: 0;
}
.nav .current, #menu-top-menu .current, .menu-top-nav-container .current {
	display: block; /* show only current <li> item */
}
.nav a, #menu-top-menu li a, .menu-top-nav-container a {
	display: block;
	padding: 5px 5px 5px 32px;
	text-align: left;
	line-height: 100%;
}
.nav .current a, #menu-top-menu .current a, .menu-top-nav-container .current a {
	background: none;
}
.nav ul:hover li, #menu-top-menu:hover li, .menu-top-nav-container ul:hover li {
	display: block;
	margin: 0 0 5px;
}
.nav ul:hover .current-menu-item, #menu-top-menu .current-menu-item, .menu-top-nav-container ul:hover .current-menu-item {
	background: url(images/icon-check.png) no-repeat 10px 10px;
}
.nav.right ul {
	left: auto;
	right: 0;
}
.nav.center ul {
	left: 50%;
	margin-left: -90px;
}
#searchbar {
}
.searchbar {
	margin-top: 0;
}
.postfooter {
	height: 37px;
	background: url(images/share.jpg) 15px 0 no-repeat #F7F7F7;
	margin-top: 15px;
	border: 1px solid #EAEAEA;
}
.google {
	width: 200px;
	float: left;
	margin-right: 60px;
	margin-left: 125px;
	margin-top: 5px;
}
.facebook {
	float: left;
	width: 250px;
	height: 40px;
	overflow: hidden;
	margin-top: -5px;
	margin-right: 0;
}
} /* end @media screen and (max-width: 768px) */
 @media screen and (max-width: 650px) {
.post {
	margin-bottom: 20px;
}
/* limit the featured image width */
.imagecrop img {
	max-width: 100%;
	height:inherit;
}
/* footer intro */
.itt_intro img {
	max-width: 100%;
}
.postfooter.noshare {
	height: 35px;
	background: transparent;
	border: none;
}
.readmore {
	display: none;
}
.postfooter {
	margin-top: 15px;
	height: 74px;
	background: url(images/share.jpg) 15px 0 no-repeat #F7F7F7;
	border: 1px solid #EAEAEA;
}
.postcategory {
	float: left;
	padding-left: 5px;
	padding-right: 15px;
	border: 1px solid #EAEAEA;
	width: 94%;
}
.readmore {
	float: left;
	width: 18%;
	margin-top: 0;
}
.postcategory a {
	color: #999;
	line-height: 35px;
	font-size: 12px;
	margin-bottom: 10px;
}
#searchbar {
}
.searchbar {
	margin-top: 0;
}
.postfooter {
	height: 110px;
	background: url(images/share.jpg) 15px 0 no-repeat #F7F7F7;
	margin-top: 15px;
	border: 1px solid #EAEAEA;
}
.google {
	width: 200px;
	float: left;
	margin-left: 25px;
	margin-top: 40px;
	margin-right: 60px;
}
.facebook {
	float: left;
	width: 250px;
	margin-top: 5px;
	margin-right: 90px;
	height: 40px;
	overflow: hidden;
	margin-left: 25px;
}
} /* end @media screen and (max-width: 650px) */
 @media screen and (max-width: 480px) {
h2.post-title a {
	font-size: 26px;
}

.dean_from_top {
line-height: 26px;
height: 60px;
}

.nav ul {
	width: 150px;
}
.commentTextarea {
	width: 80%;
}
#searchbar {
}
.searchbar {
	margin-top: 0;
}
.facebook {
	padding-left: 0;
}
} /* end @media screen and (max-width: 480px) */
 @media screen and (max-width: 320px) {
	 .imagecrop img {
max-width: 100%;
height: inherit;
}

.dean_from_top {
line-height: 26px;
height: 60px;
}

.postfooter {
	margin-top: 15px;
	height: 110px;
	background: url(images/share.jpg) 15px 0 no-repeat #F7F7F7;
	border: 1px solid #EAEAEA;
}
.google {
	width: 200px;
	float: left;
	margin-left: 25px;
	margin-top: 40px;
	margin-right: 60px;
}
.facebook {
	float: left;
	width: 250px;
	margin-top: 5px;
	margin-right: 90px;
	height: 40px;
	overflow: hidden;
	margin-left: 25px;
}
} /* end @media screen and (max-width: 320px) */

.btn2 {
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  background: #e74d23;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-bottom:20px;
  text-align:center;
}

.btn2:hover {
  text-decoration: none;
  color:#eeeeee;
}
.itt_below_content_div {
    background: #fff;
    border: 1px solid #E8E8E8;
    min-width: 229px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 10px 15px 0 15px;
    min-width: 205px;
    margin: 20px 20px 0;	
}

.itt_below_content_div_title { font-weight:bold;margin-bottom:8px;text-align:center; }

.itt_below_content_div_subhead { margin-bottom:8px;text-align:center; }

    .itt_below_content_div_text { display:inline-block;width: 100%; }

.itt_below_content_div_image { display:inline-block; width:44%; vertical-align: top; margin-top:15px; }

.itt_below_content_div_text { display:inline-block;width: 46%; }



.itt_below_content_div_cta { text-align:center;margin-top:18px; }

.itt_below_content_button {    font-family: Arial;
    color: #ffffff;
    font-size: 24px;
    background: #e74d23;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    margin-bottom: 20px;
    text-align: center;}

    .itt_below_content_button:hover {
  text-decoration: none;
  color:#eeeeee;
  background: #cd4723;
}




@media (max-width: 600px) {
    .itt_below_content_div {
        background: #fff;
        border: 1px solid #E8E8E8;
        min-width: 229px;
        margin: 0 auto;
        margin-top: 20px;
        padding: 10px 15px 0 15px;
        min-width: 205px;
        margin: 20px 20px 0;	
    }

    .itt_below_content_div_title { font-weight:bold;margin-bottom:8px;text-align:center; }

    .itt_below_content_div_subhead { margin-bottom:8px;text-align:center; }

    .itt_below_content_div_image { width:100%; text-align:center; margin-top:15px; padding: 0 !important;}

    .itt_below_content_div_text { display:inline-block;width: 100%; }


.itt_below_content_div_text ol { margin: 0; padding: 0; }
.itt_below_content_div_text ol li  { margin: 8px 0px 8px 22px; padding: 0; }


     .itt_below_content_div_cta { text-align:left; }

    .itt_below_content_button {font-size:14px; padding:10px 15px; }