/*
	Theme Name: Deepa Kundur - repaired
	Theme URI: http://www.studiopress.com/themes/genesis
	Description: Genesis is an advanced Framework for WordPress. Please <strong>do not modify</strong> this stylesheet, as it will be overridden in Genesis updates.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Template: genesis
	Version: 1.8.0
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Responsive Design

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(https://web.archive.org/web/20180725115749cs_/http://fonts.googleapis.com/css?family=Oswald);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0d72c7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #d5d5d5;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	background-color: #fff;
	box-shadow: 0 0 5px #999;
	margin: 15px auto;
	width: 960px;
	padding: 0;
}


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

#header {
	margin: 0 auto;
	min-height: 100px;
	width: 100%;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 17px 0 0;
	width: 400px;
}

#title {
	font-family: 'Oswald', arial, serif;
	font-size: 36px;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #333;
	padding: 0 0 0 20px;
	text-decoration: none;
}

#description {
	font-size: 14px;
	padding: 0 0 0 20px;
}

#header .widget-area {
	float: right;
	padding: 25px 20px 0 0;
	width: 510px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary,
#header .menu {
	background-color: #f5f5f5;
	clear: both;
	color: #333;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#header .menu {
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.menu-primary {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.menu-secondary {
	border-bottom: 1px solid #ddd;
	border-top: none;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	border-right: 1px solid #ddd;
	color: #333;
	display: block;
	padding: 7px 15px 6px;
	position: relative;
	text-decoration: none;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	background-color: #fff;
	color: #333;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 138px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	background-color: #f5f5f5;
	color: #333;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(/web/20180725115749im_/http://www.comm.utoronto.ca/dkundur/wp-content/themes/genesis/images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(/web/20180725115749im_/http://www.comm.utoronto.ca/dkundur/wp-content/themes/genesis/images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(/web/20180725115749im_/http://www.comm.utoronto.ca/dkundur/wp-content/themes/genesis/images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


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

#content {
	float: left;
	padding: 10px 20px;
	width: 410px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 580px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 880px;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 25px;
}

blockquote {
	background: url(/web/20180725115749im_/http://www.comm.utoronto.ca/dkundur/wp-content/themes/genesis/images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', arial, serif;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 30px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 28px;
}

h2 a,
h2 a:visited {
	color: #333;
	font-family: 'Oswald', arial, serif;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.taxonomy-description h1,
.widget-area h4 {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	padding: 9px 10px 8px;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
}

h5 {
	font-size: 18px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 14px;
	margin: -5px 0 15px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	padding: 5px 0 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 14px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(/web/20180725115749im_/http://www.comm.utoronto.ca/dkundur/wp-content/themes/genesis/images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


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

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 14px;
	width: 280px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 15px 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: url(/web/20180725115749im_/http://www.comm.utoronto.ca/dkundur/wp-content/themes/genesis/images/gradient.png) 0 0;
	border: 1px solid #ccc;
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: url(/web/20180725115749im_/http://www.comm.utoronto.ca/dkundur/wp-content/themes/genesis/images/gradient.png) 0 -33px;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 12px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

.s {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 30px 10px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 280px;
}

.footer-widgets-2 {
	float: left;
	width: 280px;
}

.footer-widgets-3 {
	float: right;
	width: 280px;
}


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

#footer {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	padding: 10px 15px;
}

#footer p {
	font-size: inherit;
}

#footer a,
#footer a:visited {
	color: #333;
}

#footer a:hover {
	color: #0d72c7;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 650px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #333;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 600px) {

	.menu-primary li,
	.menu-primary li ul,
	.menu-primary li ul a,
	.menu-secondary li,
	.menu-secondary li ul,
	.menu-secondary li ul a,
	#header .menu li,
	#header .menu li ul,
	#header .menu li ul a {
		width: 100%;
	}
	
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}

	.menu-primary li a,
	.menu-secondary li a,
	#header .menu li a {
		margin: 0;
		padding: 7px 3%;
	}

	.menu li li a .sf-sub-indicator,
	.menu li li li a .sf-sub-indicator {
		background: url(/web/20180725115749im_/http://www.comm.utoronto.ca/dkundur/wp-content/themes/genesis/images/icon-plus-white.png) right no-repeat;
	}

	.menu-primary li li a,
	.menu-primary li li a:link,
	.menu-primary li li a:visited,
	.menu-secondary li li a,
	.menu-secondary li li a:link,
	.menu-secondary li li a:visited,
	#header .menu li li a,
	#header .menu li li a:link,
	#header .menu li li a:visited {
		background: none;
		color: #fff;
		padding: 7px 3%;
		width: 94%;
	}

	.menu-primary li ul,
	.menu-secondary li ul,
	#header .menu li ul {
		background: #333;
		clear: both;
		margin: 0;
		padding: 0;
		position: inherit;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	#header .menu li ul ul {
		background: #666;
	}

	.menu-primary li ul ul ul,
	.menu-secondary li ul ul ul,
	#header .menu li ul ul ul {
		background: #999;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	#header .menu li ul ul {
		margin: 0;
	}

}

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

	body {
		width: 100%;
		margin: 0 auto;
	}
	
	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header .widget-area,
	#sidebar-alt,
	#title-area,
	#wrap {
		width: 100%;
	}

	#wrap {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}
	
	#description,
	#footer .creds,
	#footer .gototop,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}

	#title-area {
		padding: 10px 0;
	}

	#description,
	#title a,
	#title a:hover {
		padding: 0;
	}

	#header .widget-area {
		padding: 0 0 10px;
	}

	#header .searchform {
		float: none;
		padding: 0;
		text-align: center;
	}

	#header .s {
		margin: 0 -7px 0 0;
	}

	.menu li.right {
		display: none;
	}

	#inner {
		padding: 20px 0 0;
	}

	.breadcrumb,
	.navigation,
	.sidebar .widget,
	.taxonomy-description {
		margin: 0 20px 20px;
	}
	
	#content {
		padding: 0;
	}

	.page .page,
	.post,
	#comments,
	#respond {
		padding: 0 20px;
	}

	.author-box {
		margin: 0 20px 40px;
	}
	
	#footer-widgets .widget {
		padding: 20px 20px 0;
	}

	#footer-widgets .wrap {
		padding: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}

}
/*
     FILE ARCHIVED ON 11:57:49 Jul 25, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 00:48:59 Jun 08, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  PetaboxLoader3.datanode: 7595.157 (5)
  esindex: 0.011
  captures_list: 7693.156
  load_resource: 125.503
  CDXLines.iter: 12.641 (3)
  exclusion.robots: 0.218
  exclusion.robots.policy: 0.203
  LoadShardBlock: 7652.682 (3)
  PetaboxLoader3.resolve: 66.965 (3)
  RedisCDXSource: 23.064
*/

a, a:visited {
	color:#000;
}

body {
	background:#999 url('images/background_gray.jpg');
	/* text-shadow: 1px 1px 0 white; */
	display:none;
}

#wrap {
	background:#f2f2f2;
	-webkit-box-shadow:none;
	box-shadow:none;
	margin-top: 30px;
	/* border-top:10px solid black; */
}

#header {
	height:145px;
	background:url('images/DeepaUT2_old.png') left 0% no-repeat;
}

/* #footer {
	height:110px;
	background:url('images/Skyline.png') left 0% no-repeat; z-index=1000;
} */
#footer {
	height:0px;
}

#title-area {
}

#title {
	text-indent:-9999px;
}

#title a {
	display:block;
	height:110px;
}

#header .widget-area {
	padding-top:0;
	padding-right:0;
}

#header .menu-primary-menu-container {
	float:right;
	}

#header .widget-area {
	width:550px;
}

.widget-area #menu-primary-menu {
	border:0;
	background:none;
	font-size:11px;
	text-shadow:none;
}

.menu-primary li a{
	background:#f2f2f2;
}

#sidebar .widget {
	border:0;
	background:#f2f2f2;
}

.content-sidebar #content, .sidebar-content #content {
	width: 500px;
	padding: 10px 50px 10px 20px;
}

.widgettitle {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:#f2f2f2;
}

.widget-area h4 {
	background:#f2f2f2;
}

#flexipages-3 a{
	color: #006BB2 !important;
	text-decoration: none
}

#flexipages-3 a:hover{
 	color: #D75600 !important;
	text-decoration: none;
}


.tp_h3{
	font-weight: bold;
	margin-top:10px;
}

#content {
	/* width: */
}

h1 {
	margin-bottom:30px;
}


#menu-item-28 a {
	border-bottom:2px solid #FA1C9B;
}

#menu-item-33 a {
	border-bottom:2px solid #0597F2;
}

#menu-item-27 a {
	border-bottom:2px solid #F29F05;
}

#menu-item-29 a {
	border-bottom:2px solid #FF4000;
}

#menu-item-30 a {
	border-bottom:2px solid #7A00F2;
}

#menu-item-31 a {
	border-bottom:2px solid #E2023D;
}

#menu-item-38 a {
	border-bottom:2px solid #F29F05;
}

h1 a:hover{
  	color: #D75600;
   	text-decoration: none;
}
h2 a:hover{
  	color: #D75600;
   	text-decoration: none;
}
h3 a:hover{
  	color: #D75600;
   	text-decoration: none;
}
h4 a:hover{
  	color: #D75600;
  	text-decoration: none;
}
h5 a:hover{
  	color: #D75600;
   	text-decoration: none;
}
h6 a:hover{
  	color:#D75600;
   	text-decoration: none;
}

p, select, textarea, td {
	font-size: 14px;
}
.entry-content li {
	font-size: 14px;
}

h1 {
	font-size: 20px;
}
h2,
h2 a,
h2 a:visited {
	font-size: 18px;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 14px;
}


#inner {
  padding-top:0;
}

/* body.page-id-6 { background:#f00;}

.entry a{color:#9E6935 !important; text-decoration: none}
.entry a:hover{color:#963 !important;text-decoration: underline }

body.page-id-243 { background:#f00;}

body.page-id-2 {
background: #000;
        background-image: url("back1.jpg");
}
*/

body.page-id-1354 .post-meta {
	display:none;
}

/* Pop Down Menu Characteristics */

.ddet_div {
  margin: 0 0 0 0px;
  padding: 0px;
  background: #FFFFFF;
  border: 1px solid #666666;
}
.ddet_div a{color:#006BB2; text-decoration: none;}
.ddet_div a:hover{color:#006BB2; text-decoration: none;}

/* Main Page links */
body.page-id-15 p a{color:#006BB2 !important; text-decoration: none;}
body.page-id-15 p a:hover{ color:#D75600 !important; text-decoration: none;}

/* Contact page links */
body.page-id-887 p a{color:#006BB2 !important; text-decoration: none;}
body.page-id-887 p a:hover{color:#D75600 !important; text-decoration: none;}

/* Research Page to keep Icon Text Small */
body.page-id-9 .entry-content td{ font-size: 12px;}


/* Research Areas Pages to make links clear in the research descriptions*/
body.page-id-243 p a{color:# !important; text-decoration: none;}
body.page-id-243 p a:hover{ color:#D75600 !important; text-decoration: none;}
body.page-id-249 p a{color:#006BB2 !important; text-decoration: none;}
body.page-id-249 p a:hover{ color:#D75600 !important; text-decoration: none;}
body.page-id-357 p a{color:#006BB2 !important; text-decoration: none;}
body.page-id-357 p a:hover{ color:#D75600 !important; text-decoration: none;}
body.page-id-361 p a{color:#006BB2 !important; text-decoration: none;}
body.page-id-361 p a:hover{ color:#D75600 !important; text-decoration: none;}
body.page-id-451 p a{color:#006BB2 !important; text-decoration: none;}
body.page-id-451 p a:hover{ color:#D75600 !important; text-decoration: none;}
body.page-id-497 p a{color:#006BB2 !important; text-decoration: none;}
body.page-id-497 p a:hover{ color:#D75600 !important; text-decoration: none;}
body.page-id-474 p a{color:#006BB2 !important; text-decoration: none;}
body.page-id-474 p a:hover{ color:#D75600 !important; text-decoration: none;}
body.page-id-366 p a{color:#006BB2 !important; text-decoration: none;}
body.page-id-366 p a:hover{ color:#D75600 !important; text-decoration: none;}
body.page-id-478 p a{color:#006BB2 !important; text-decoration: none;}
body.page-id-478 p a:hover{ color:#D75600 !important; text-decoration: none;}

/* EngSci Thesis Page to make links clear in the research descriptions*/
body.page-id-4313 p a{color:#006BB2 !important; text-decoration: none;}
body.page-id-4313 p a:hover{ color:#D75600 !important; text-decoration: none;}

/* About bio page to make links clear */
body.page-id-6 p a{color:#006BB2 !important; text-decoration: none;}
body.page-id-6 p a:hover{ color:#D75600 !important; text-decoration: none;}

/* Publications page to make links clear MZ*/
body.page-id-21 p a{color:#006BB2 !important; text-decoration: none;}
body.page-id-21 p a:hover{ color:#D75600 !important; text-decoration: none;}
body.page-id-21 .entry-content a{color:#006BB2 !important; text-decoration: none;}
body.page-id-21 .entry-content a:hover{ color:#D75600 !important; text-decoration: none;}
.tp_pub_tags a.tp_show{color:#006BB2 !important; text-decoration: none !important;}
.tp_pub_tags a.tp_show:hover{ color:#D75600 !important; text-decoration: none !important;}


/* Course Resource Pages */

/* Real-time DSP Page */
body.page-id-1777 .entry-content a{color:#7E4915; text-decoration: none;}
body.page-id-1777 .entry-content a:hover{color:#D75600; text-decoration: none;}
body.page-id-1777 .entry-content {
	text-decoration: none !important;
	text-shadow: none !important;
}
body.page-id-1777 .ddet_div {
  margin: 0 0 0 0px;
  padding: 2px;
  background: #FFFFFF;
  border: 1px solid #999999;
}

/* Smart Grid Cyber-Physical Security Page */
body.page-id-1918 .entry-content a{color:#7E4915; text-decoration: none;}
body.page-id-1918 .entry-content a:hover{color:#D75600; text-decoration: none;}
body.page-id-1918 .entry-content {
	text-decoration: none !important;
	text-shadow: none !important;
}
body.page-id-1918 .ddet_div {
  margin: 0 0 0 0px;
  padding: 2px;
  background: #FFFFFF;
  border: 1px solid #999999;
}

/* Discrete-Time Systems Page */
body.page-id-1972 .entry-content a{color:#7E4915; text-decoration: none;}
body.page-id-1972 .entry-content a:hover{color:#D75600; text-decoration: none;}
body.page-id-1972 .entry-content {
	text-decoration: none !important;
	text-shadow: none !important;
}
body.page-id-1972 .ddet_div {
  margin: 0 0 0 0px;
  padding: 2px;
  background: #FFFFFF;
  border: 1px solid #999999;
}

/* Signals and Systems Page */
body.page-id-2010 .entry-content a{color:#7E4915; text-decoration: none;}
body.page-id-2010 .entry-content a:hover{color:#D75600; text-decoration: none;}
body.page-id-2010 .entry-content {
	text-decoration: none !important;
	text-shadow: none !important;
}
body.page-id-2010 .ddet_div {
  margin: 0 0 0 0px;
  padding: 2px;
  background: #FFFFFF;
  border: 1px solid #999999;
}

/* ECE455: DSP Page */
body.page-id-2611 .entry-content a{color:#7E4915; text-decoration: none;}^M
body.page-id-2611 .entry-content a:hover{color:#D75600; text-decoration: none;}
body.page-id-2611 .entry-content {
        text-decoration: none !important;
        text-shadow: none !important;
}
body.page-id-2611 .ddet_div {^M
  margin: 0 0 0 0px;^M
  padding: 2px;^M
  background: #FFFFFF;^M
  border: 1px solid #999999;
}

/* ECE1518: Cyber-Physical Systems of the Smart Grid Page */
body.page-id-2583 .entry-content a{color:#7E4915; text-decoration: none;}^M
body.page-id-2583 .entry-content a:hover{color:#D75600; text-decoration: none;}
body.page-id-2583 .entry-content {
        text-decoration: none !important;
        text-shadow: none !important;
}
body.page-id-2583 .ddet_div {^M
  margin: 0 0 0 0px;^M
  padding: 2px;^M
  background: #FFFFFF;^M
  border: 1px solid #999999;
}


/* ECE362: DSP Page */
body.page-id-2040 .entry-content a{color:#7E4915; text-decoration: none;}
body.page-id-2040 .entry-content a:hover{color:#D75600; text-decoration: none;}
body.page-id-2040 .entry-content {
	text-decoration: none !important;
	text-shadow: none !important;
}
body.page-id-2040 .ddet_div {
  margin: 0 0 0 0px;
  padding: 2px;
  background: #FFFFFF;
  border: 1px solid #999999;
}

/* ECE316: Communication Systems Page */
body.page-id-2115 .entry-content a{color:#7E4915; text-decoration: none;}
body.page-id-2115 .entry-content a:hover{color:#D75600; text-decoration: none;}
body.page-id-2115 .entry-content {
	text-decoration: none !important;
	text-shadow: none !important;
}
body.page-id-2115 .ddet_div {
  margin: 0 0 0 0px;
  padding: 2px;
  background: #FFFFFF;
  border: 1px solid #999999;
}

/* STA286: Probability and Stats Page */
body.page-id-4010 .entry-content a{color:#7E4915; text-decoration: none;}
body.page-id-4010 .entry-content a:hover{color:#D75600; text-decoration: none;}
body.page-id-4010 .entry-content {
        text-decoration: none !important;
        text-shadow: none !important;
}
body.page-id-4010 .ddet_div {
  margin: 0 0 0 0px;
  padding: 2px;
  background: #FFFFFF;
  border: 1px solid #999999;
}


.CoursePages {
	display: block;
	background: url('images/background_lightglitter.jpg') top;
	text-decoration: none !important;
	text-shadow: none !important;
}

.CoursePages1 {
	display: block;
	background: url('images/background_lightglitter.jpg') right top;
	text-decoration: none !important;
	text-shadow: none !important;
}

.CoursePages2 {
	display: block;
	background: url('images/background_lightglitter.jpg') bottom;
	text-decoration: none !important;
	text-shadow: none !important;
}

.CoursePages3 {
	display: block;
	background: url('images/background_lightglitter.jpg') right center;
	text-decoration: none !important;
	text-shadow: none !important;
}

.CoursePages4 {
	display: block;
	background: url('images/background_lightglitter.jpg') right bottom;
	text-decoration: none !important;
	text-shadow: none !important;
}

/* hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}
hr.style-rainbow {
    border: 0;
    height: 4px;
    background: #ff0000;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ff0000), color-stop(25%,#ffff00), color-stop(50%,#00ff00), color-stop(75%,#00ffff), color-stop(100%,#0000ff));
    background: -webkit-linear-gradient(-45deg, #ff0000 0%,#ffff00 25%,#00ff00 50%,#00ffff 75%,#0000ff 100%);
    background: -moz-linear-gradient(-45deg, #ff0000 0%, #ffff00 25%, #00ff00 50%, #00ffff 75%, #0000ff 100%);
    background: -o-linear-gradient(-45deg, #ff0000 0%,#ffff00 25%,#00ff00 50%,#00ffff 75%,#0000ff 100%);
    background: -ms-linear-gradient(-45deg, #ff0000 0%,#ffff00 25%,#00ff00 50%,#00ffff 75%,#0000ff 100%);
    background: linear-gradient(-45deg, #ff0000 0%,#ffff00 25%,#00ff00 50%,#00ffff 75%,#0000ff 100%);
}​*/

/*
body.page-id-1777 .entry-content a{color:#7E4915; text-decoration: none;}
body.page-id-1777 .entry-content {background:#f1ebe6;}
body.page-id-1777 .content {background:#f1ebe6;} */

/* Prospective Student Page */
body.page-id-3027 .entry-content a{color:#7E4915; text-decoration: none;}
body.page-id-3027 .entry-content a:hover{color:#D75600; text-decoration: none;}
body.page-id-3027 .entry-content {
        text-decoration: none !important;
        text-shadow: none !important;
}

/* This is for the Resources Page */
body.page-id-150 .entry-content a{color:#006BB2; text-decoration: none;} /* This is for the Resources Page */
body.page-id-150 .entry-content a:hover{ color:#D75600; text-decoration: none;} /* This is for the Resources Page */


/* Resources Posts */
/* Guidelines for Writing an Effective Thesis Proposal */
body.postid-1071 p a{color:#006BB2; text-decoration: none;}
body.postid-1071 p a:hover{color:#D75600; text-decoration: none;}
body.postid-1071 .post-meta {
	display:none;
}
body.postid-1071 .post-info {
	display:none;
}
/* Navigating for a Successful Career */
body.postid-1063 p a{color:#006BB2; text-decoration: none;}
body.postid-1063 p a:hover{color:#D75600; text-decoration: none;}
body.postid-1063 .post-meta {
	display:none;
}
body.postid-1063 .post-info {
	display:none;
}
/* Managing Your Career as a PhD */
body.postid-1057 p a{color:#006BB2; text-decoration: none;}
body.postid-1057 p a:hover{color:#D75600; text-decoration: none;}
body.postid-1057 .post-meta {
	display:none;
}
body.postid-1057 .post-info {
	display:none;
}
/* Publishing Your Research */
body.postid-1068 p a{color:#006BB2; text-decoration: none;}
body.postid-1068 p a:hover{color:#D75600; text-decoration: none;}
body.postid-1068 .post-meta {
	display:none;
}
body.postid-1068 .post-info {
	display:none;
}
/* Research Methods */
body.postid-1076 p a{color:#006BB2; text-decoration: none;}
body.postid-1076 p a:hover{color:#D75600; text-decoration: none;}
body.postid-1076 .post-meta {
	display:none;
}
body.postid-1076 .post-info {
	display:none;
}
/* Teaching Assistant Information Guide */
body.postid-1079 p a{color:#006BB2; text-decoration: none;}
body.postid-1079 p a:hover{color:#D75600; text-decoration: none;}
body.postid-1079 .post-meta {
	display:none;
}
body.postid-1079 .post-info {
	display:none;
}
/* Study Suggestions and Advice */

body.postid-1081 p a{color:#006BB2; text-decoration: none;}
body.postid-1081 p a:hover{color:#D75600; text-decoration: none;}
body.postid-1081 .post-meta {
	display:none;
}
body.postid-1081 .post-info {
	display:none;
}


/* This is for the News Page */
body.page-id-1354 .entry-content a{color:#006BB2; text-decoration: none;} /* This is for the News Page */
body.page-id-1354 .entry-content a:hover{ color:#D75600; text-decoration: none;} /* This is for the News Page */


/* News Posts */
/* How Engineers and Engineering Change */
body.postid-4018 p a{color:#006BB2; text-decoration: none;}
body.postid-4018 p a:hover{color:#D75600; text-decoration: none;}
body.postid-4018 .post-meta {
        display:none;
}
body.postid-4018 .post-info {
        display:none;
}

/* National Day of Remembrance and Action on Violence Against Women */
body.postid-4014 p a{color:#006BB2; text-decoration: none;}
body.postid-4014 p a:hover{color:#D75600; text-decoration: none;}
body.postid-4014 .post-meta {
        display:none;
}
body.postid-4014 .post-info {
        display:none;
}
/* Jin Kocsis Receives Microgrid Blockchain Best Paper Award */
body.postid-4048 p a{color:#006BB2; text-decoration: none;}
body.postid-4048 p a:hover{color:#D75600; text-decoration: none;}
body.postid-4048 .post-meta {
        display:none;
}
body.postid-4048 .post-info {
        display:none;
}
/* Elevate AI at Elevate Toronto Festival */
body.postid-3948 p a{color:#006BB2; text-decoration: none;}
body.postid-3948 p a:hover{color:#D75600; text-decoration: none;}
body.postid-3948 .post-meta {
        display:none;
}
body.postid-3948 .post-info {
        display:none;
}


/* Deepa Kundur Featured in UofT Engineering News */
body.postid-3324 p a{color:#006BB2; text-decoration: none;}
body.postid-3324 p a:hover{color:#D75600; text-decoration: none;}
body.postid-3324 .post-meta {
	display:none;
}
body.postid-3324 .post-info {
	display:none;
}
/* Global News Segment on How Hackers Hack and How You Can Protect Yourself */
body.postid-3260 p a{color:#006BB2; text-decoration: none;}
body.postid-3260 p a:hover{color:#D75600; text-decoration: none;}
body.postid-3260 .post-meta {
	display:none;
}
body.postid-3260 .post-info {
	display:none;
}
/* Institute for Sustainable Energy Research Symposium */
body.postid-3245 p a{color:#006BB2; text-decoration: none;}
body.postid-3245 p a:hover{color:#D75600; text-decoration: none;}
body.postid-3245 .post-meta {
	display:none;
}
body.postid-3245 .post-info {
	display:none;
}
/* Ontario Celebration of Women in Computing */
body.postid-3185 p a{color:#006BB2; text-decoration: none;}
body.postid-3185 p a:hover{color:#D75600; text-decoration: none;}
body.postid-3185 .post-meta {
	display:none;
}
body.postid-3185 .post-info {
	display:none;
}
/* CBC Morning Radio Interviews */
body.postid-3082 p a{color:#006BB2; text-decoration: none;}
body.postid-3082 p a:hover{color:#D75600; text-decoration: none;}
body.postid-3082 .post-meta {
	display:none;
}
body.postid-3082 .post-info {
	display:none;
}
/* Research Feature in ANNUM 2014 */
body.postid-2929 p a{color:#006BB2; text-decoration: none;}
body.postid-2929 p a:hover{color:#D75600; text-decoration: none;}
body.postid-2929 .post-meta {
	display:none;
}
body.postid-2929 .post-info {
	display:none;
}
/* Skulematters Feature on Sustainable Energy */
body.postid-2850 p a{color:#006BB2; text-decoration: none;}
body.postid-2850 p a:hover{color:#D75600; text-decoration: none;}
body.postid-2850 .post-meta {
	display:none;
}
body.postid-2850 .post-info {
	display:none;
}
/* CBC’s The National Turning Point Panel */
body.postid-2769 p a{color:#006BB2; text-decoration: none;}
body.postid-2769 p a:hover{color:#D75600; text-decoration: none;}
body.postid-2769 .post-meta {
	display:none;
}
body.postid-2769 .post-info {
	display:none;
}
/* Flocking-Based Paradigm for Smart Grid */
body.postid-741 p a{color:#006BB2; text-decoration: none;}
body.postid-741 p a:hover{color:#D75600; text-decoration: none;}
body.postid-741 .post-meta {
	display:none;
}
body.postid-741 .post-info {
	display:none;
}
/* CSIIRW’11 Best Paper Award */
body.postid-652 p a{color:#006BB2; text-decoration: none;}
body.postid-652 p a:hover{color:#D75600; text-decoration: none;}
body.postid-652 .post-meta {
	display:none;
}
body.postid-652 .post-info {
	display:none;
}





/* Image Hover */

.ResearchButton {
	display: block;
	width: 125px;
	height: 125px;
	background-size: 125px 250px;
	background: url('../../uploads/ResearchButton.png') top;
	text-indent: -99999px;
}
.ResearchButton:hover {
	background-size: 125px 250px;
	background-position: bottom;
}

.CoursesButton {
	display: block;
	width: 125px;
	height: 125px;
	background-size: 125px 250px;
	background: url('../../uploads/CoursesButton.png') top;
	text-indent: -99999px;
}
.CoursesButton:hover {
	background-size: 125px 250px;
	background-position: bottom;
}

.PublicationsButton {
	display: block;
	width: 125px;
	height: 125px;
	background-size: 125px 250px;
	background: url('../../uploads/PublicationsButton.png') top;
	text-indent: -99999px;
}
.PublicationsButton:hover {
	background-size: 125px 250px;
	background-position: bottom;
}

.ResourcesButton {
	display: block;
	width: 125px;
	height: 125px;
	background-size: 125px 250px;
	background: url('../../uploads/ResourcesButton.png') top;
	text-indent: -99999px;
}
.ResourcesButton:hover {
	background-size: 125px 250px;
	background-position: bottom;
}

.HomeButton {
	display: block;
	width: 125px;
	height: 125px;
	background-size: 125px 250px;
	background: url('../../uploads/HomeButton.png') top;
	text-indent: -99999px;
}
.HomeButton:hover {
	background-size: 125px 250px;
	background-position: bottom;
}

.ContactButton {
	display: block;
	width: 125px;
	height: 125px;
	background-size: 125px 250px;
	background: url('../../uploads/ContactButton.png') top;
	text-indent: -99999px;
}
.ContactButton:hover {
	background-size: 125px 250px;
	background-position: bottom;
}

.AboutButton {
	display: block;
	width: 125px;
	height: 125px;
	background-size: 125px 250px;
	background: url('../../uploads/AboutButton.png') top;
	text-indent: -99999px;
}
.AboutButton:hover {
	background-size: 125px 250px;
	background-position: bottom;
}

.AwardsButton {
	display: block;
	width: 125px;
	height: 125px;
	background-size: 125px 250px;
	background: url('../../uploads/AwardsButton.png') top;
	text-indent: -99999px;
}
.AwardsButton:hover {
	background-size: 125px 250px;
	background-position: bottom;
}

.NewsButton {
	display: block;
	width: 125px;
	height: 125px;
	background-size: 125px 250px;
	background: url('../../uploads/NewsButton.png') top;
	text-indent: -99999px;
}
.NewsButton:hover {
	background-size: 125px 250px;
	background-position: bottom;
}


/*/* Hover Testing */

.SmartGridButton {
	display: block;
	width: 160px;
	height: 160px;
	background-size: 160px 320px;
	background: url('http://deepa.codymarxbailey.com/wp-content/uploads/SmartGridButton.png') bottom;
	text-indent: -99999px;
}
.SmartGridButton:hover {
	background-size: 160px 320px;
	background-position: 0 0;
}

.hoverDot {
	float: left;
	height: 300px; width: 300px;
	background-color: #eee;
	margin: 0 150px 150px 0;

	/*Make it a circle*/
/*	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px; */
}

#slidingDoors {
	/*Applying Multiple Background Images*/
	background-image: url('http://deepa.codymarxbailey.com/wp-content/uploads/home.png'), url('http://deepa.codymarxbailey.com/wp-content/uploads/home.png'), url('http://deepa.codymarxbailey.com/wp-content/uploads/home_hover.png');
	background-repeat: no-repeat;

	/*Positioning the Background Images*/
	background-position: -150px 0px, 150px 0px, 0px 0px;

	/*Transition Parameters*/
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;

}

#slidingDoors:hover {
	background-position: -200px 0px, 200px 0px, 0px 0px;
} /* */
