@charset "utf-8";
/* CSS Document */

/*================================================
  STRUCTURE
  ================================================ */
 
/*body*/
body {
	font-family: "Source Sans Pro";
	color: #999999;
	font-size: 14px;
	background-image: none;
	background-color: #cccccc;
	background-position: center center;
}
 
/* main page width */
.pagewidth {
	margin: 0 auto;
}

/* content */
#content {
	padding: 40px 0 40px;
}

/* sidebar */
#sidebar {
	padding: 80px 0 60px;
}

/*================================================
  BASIC (HEADINGS, LINKS)
  ================================================ */
h1, h2, h3, h4, h5, h6 {
	font-family: "Source Sans Pro";
	font-style: normal; 
	color: #002A5C;
}

h1, h2, h3 {
	font-weight: 200;
}

h4, h5, h6 {
	font-weight: 700;
	line-height: 16px;
	padding-bottom: 10px;
}

h1 {font-size: 36px;}
h2 {font-size: 28px;}
h3 {font-size: 22px;}
h4, h5, h6 {font-size: 16px;}

p, ol, ul {
	color: #333;
}

ol {
	list-style: decimal;
}

ul {
	list-style: circle;
}

ol, ul > li {
	padding-bottom: 5px;
}

body a {
	color: #E31837;
	text-decoration: none;
}

body a:hover {
	color: #E31837;
	text-decoration: underline;
}

.post-title {
	font-family: "Source Sans Pro";
	font-style: normal; 
	color: #002A5C;
	font-weight:200;
}

/*================================================
  HEADER
  ================================================ */

#headerwrap {
	margin: 0 auto;
	margin-top: -104px;
	background: #002A5C no-repeat;
	z-index: 1000;
	position: relative;
	border-bottom: #4c698c solid 1px;
	top: 0;
	left: 0;
	min-height: 160px;
	width: 100%;
	box-shadow: inset 0 -1px 0 rgba(255,255,255,.3), 0 2px 1px rgba(0,0,0,.2);
}

#header {
	/*background: #002A5C url(images/uoft-logo-dark.gif) no-repeat left;*/
	color: #FFFFFF;
	min-height: 160px;
	position: relative;
	padding-bottom: 10px;
    border-bottom: #4c698c solid 1px;
}

/* shift headerwrap down to prevent admin-bar from overlapping */
.admin-bar #headerwrap {
	margin-top: -104px;
	top: 0px;
}

#searchform-wrap {
	float: left;
	min-width:150px;
}

#header #searchform #s {
	width: 140px;
	color: #a5a099;
	background: #fff url(images/search-header.png) no-repeat 10px center;
    background-position: right;
	padding: 4px 10px 4px 10px;
	float: right;
	border: none;
	box-shadow: inset 0 1px 0 rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.1);
	border-radius: 5px;

    -webkit-transition: background-color .7s;
	-moz-transition: background-color.7s;
	transition: background-color.7s;
}

#header #searchform #s:focus {
	-webkit-transition: background-color .7s;
	-moz-transition: background-color.7s;
	transition: background-color.7s;

	color: #333;
    background-color: #CFF999;
}

/*================================================
  SITE LOGO & DESCRIPTION
  ================================================ */
 
#site-logo {
	font-family: "Source Sans Pro";
	text-align: left !important;
	color: #FFFFFF;
	float: left;
	margin-top: -2px;
}

#site-description {
	font-family: "Source Sans Pro";
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
}

#site-title {
	float: left;
	margin-top: 60px;
}

#site-title  h1 {
	font-family: "Source Sans Pro";
	color: #FFFFFF;
	font-size: 32px;
	font-weight: 200;
}

/*================================================
  MAIN NAVIGATION
  ================================================ */
nav#main-nav-wrap { 
	margin-left: 270px;
	/*margin-right: 20px;*/
	clear: left;
}
#main-nav {
    float: left;
	margin: 0px auto;
	margin-top: -80px;
	padding: 0px;
	position: relative;
	z-index: 100;
}
#main-nav li {
	margin: 0;
	padding: 10px;
	list-style: none;
	float: left;
	position: relative;
}

/* main level link */
#main-nav a {
	font-family: "Source Sans Pro";
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	background-color: transparent;
}
/* main level link :hover */
#main-nav a:hover {
	color: #2191D6;
}

/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	font-weight: bold;
	background: none;
	color: #fff;
	box-shadow: none;
}

/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: #fff;
}

/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a, #main-nav li:hover > ul a  {
	font-family: "Source Sans Pro";
	font-size: 16px;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	text-transform: none;
	padding: 6px 6px 6px 15px;
	margin: 0;
	width: 180px;
	border: none;
	text-shadow: none;
	border-radius: 0;
	box-shadow: none;
}
/* sub-levels link :hover */
#main-nav ul a:hover, 
#main-nav .current_page_item ul a:hover, 
#main-nav ul .current_page_item a:hover, 
#main-nav .current-menu-item ul a:hover, 
#main-nav ul .current-menu-item a:hover, 
#main-nav li:hover > ul a:hover {
	background: #68B212;
	color: #FFF;
}

/* Disable "Topics" link */

#menu-item-83 {
}

/*================================================
  POST
  ================================================ */

/* post content */
.post-content {
	min-width: 160px;
}

/*<img src="http://tfm.axondigitalarts.com/wordpress/wp-content/uploads/2013/05/161861840.jpg" size="large" 
 * class="top-image" /><img src="http://tfm.axondigitalarts.com/wordpress/wp-content/uploads/2013/05/abdominal_pain.gif" 
 * size="large" class="bottom-image" />*/

.post-content .top-image {
	z-index: 99;
	position: relative;
	float: left;
	opacity: 1;
	-webkit-transition: opacity .7s;
	-moz-transition: opacity .7s;
	transition: opacity .7s;
}

.post-content .top-image:hover {
	opacity: 0;
	-webkit-transition: opacity .7s;
	-moz-transition: opacity .7s;
	transition: opacity .7s;
}

.post-content .bottom-image {
	position: absolute;
	float: left;
	opacity: 1;
}

/* post title */
.post-title {
	padding-bottom: 10px;
}

.post-title a {
	color: #002A5C;
    font-size: 24px;
}

h1.post-title a {
	font-size: 36px;
}

.post-inner {
	padding: 14px;
}

/* author pic */
.post .author-pic {
	display: none;
}

.post-meta {
	font-family: "Source Sans Pro";
	font-size: 12px;
	margin-top: 35px;
}

.post-meta .subheading a {
	display: block;
	text-align: right;
	border-top: solid 1px #ddd;
	padding: 5px 0;
}

.post-content h2 {
	border-bottom: 1px solid #666;
}

/* side nav */

.toTop a {
	font-style:italic;
}

/*===============
  Shortcode content styling
  =============== */
 
.shortcode-wrapper {
 	margin-right: 5%;
 	margin-left: 5%;
}

.shortcode-content:hover {
	background-color: #ddd; 
	text-decoration: none;
}
 
.shortcode-content {
	margin:0 0 15px 0;
 	background-color: #eee; 
 	text-align: left;
 	font-family: "Source Sans Pro";
 	font-size: 12px;
 	border: 1px solid #ccc;
 	min-width: 100%; 
 	min-height: 40px;
}

.shortcode-content img {
	margin: 0px;	
}

.shortcode-content .shortcode-description {
	/*float: left;*/
	padding-left: 10px; 	
	padding-right: 10px;
	min-width: 60px;
	margin-top: -15px;
}

.shortcode-content p {
	margin: 0;
	line-height: 16px;
}

.shortcode-content h3.title, 
.shortcode-content h3.title-home  {
	color:#333;
	font-size:16px;
	font-weight: bold;
	text-align: left;
}

.shortcode-content h3.title-home {
	font-size: 14px;
}

a.shortcode-link:hover{ text-decoration: none; }
 
.shortcode-content .icon, .shortcode-content .icon-home {
 	float: left; 
 	padding-right:10px;
 	max-width: 80px;
 	max-height: 80px;
}

.shortcode-content .icon-home {
	margin-bottom: -6px;
}

#body .gallery .gallery-caption {
	display: none;
}

.wp-caption-text {
	display: none;
}

/*================================================
  SIDEBAR
  ================================================ */

#sidebar {
	font-family: "Source Sans Pro";
	color: #999999;
	font-size: 14;
	margin-top: -40px;
}

#sidebar .widget {
	background: #fff;
	padding: 15px;
}

.widget {
	word-wrap: break-word;
	margin-bottom: 20px;
	padding: 5px 7px;
	border-radius: 5px;
	box-shadow: 0 1px 4px rgba(0,0,0,.3);
}
.widgettitle {
	margin: 0 0 10px;
	padding: 0;
	font-family: "Source Sans Pro";
	font-weight: 200;
	font-variant:normal;
	font-size: 28px;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #ddd;
}

.widget li a {
	display:block;
	text-decoration:none;
	font-size: 18px;
	font-weight: 200;
	color:#333333;
	padding: 10px 0px 10px 10px;
	margin-top: -6px;
	margin-bottom: -6px;
}

.widget li a:hover {
	color:#FFFFFF;
	background-color: #68B212;
}

.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}

/*================================================
  INPUT & TEXT BOXES
  ================================================ */

input[type=text], input[type=password], textarea, input[type=search] {
background-color: #FFFFFF;
border: 1px solid #F8F8F8;
padding: 5px;
font-family: "Source Sans Pro";
font-weight: 400;
color: #A5A099;
}

textarea:focus, input[type=password]:focus, input[type=text]:focus {
background-color: #FFFFFF;
color: #999999;
}

/*================================================
  WIDGETS
  ================================================ */

/* search widget */
#sidebar #searchform {
	position: static;
}
#sidebar #searchform #s {
	width: 100%;
    background-color: #fff;
}

/*================================================
  FOOTER NAVIGATION
  ================================================ */
#footer {
	color: #999999;
	font-size: 18px;
	line-height: 22px;
}
 
#footerwrap .navMenu {
    text-align: center;
    font-family: "Source Sans Pro";
	font-weight: 400;
    font-size: 18px;
}

#footerwrap .navMenu #menu-footer-navigation li  {
    display: inline;
    padding-right: 15px;
    list-style-type: none;
}

.footer-text {
	font-family: "Source Sans Pro";
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
}

/*================================================
  CFORMS
  ================================================ */
.linklove {
	display: none;
}

/*================================================
  SITEMAP
  ================================================ */

#wp-realtime-sitemap-pages {
	margin: 0 5%;
	width: 40%;
	display: block;
	float: left;
	position: relative;
}

#wp-realtime-sitemap-posts {
	margin: 0 5%;
	width: 40%;
	display: block;
	float: left;
	position: relative;
}


/*================================================
  RESPONSIVE FIXES
  ================================================ */

@media only screen and (max-width: 767px) {
	#site-title {
		float: left;
		margin-top: -40px;
		margin-left: 40px;
	}
}

@media screen and (max-width: 768px) {

	/* mobile view menu --- this creates the menu when the width collapses to mobile mode */

	nav#main-nav-wrap ul.menu-active {
		margin-top: 0px;
	}

	ul#main-nav.main-nav.menu-active a {
		padding-right: 15px !important;
		margin-left: -10px !important;
		padding-left: 10px !important;
		display: block !important;
	}

	ul#main-nav.main-nav.menu-active a:hover {
		background: #68B212 !important;
		color: #FFFFFF !important;
	}

	ul#main-nav.main-nav.menu-active li {
		min-width: 150px !important;
		display: block !important;
	}

	ul#main-nav.main-nav.menu-active li .menu-item {
		min-width: 140px !important;
		display: block !important;
	}

	ul#main-nav.main-nav.menu-active ul li {
		min-width: 140px !important;
		display: block !important;
	}

	ul#main-nav.main-nav.menu-active ul a {
		margin-left: -20px !important;
		padding-left: 20px !important;
		display: block !important;
	}

	/* mobile view link on hover */

	ul#main-nav.main-nav.menu-active ul a:hover {
		background: #68B212 !important;
		color: #FFFFFF !important;
	}
}