/*
Theme Name: Mike Murley
Theme URI: http://mikemurley.com/
Description: MikeMurley.com
Author: Mike Murley
Author URI: http://mikemurley.com/
Version: 5.0
Tags: one-column, flexible-width, custom-menu, featured-images, microformats, sticky-post, threaded-comments
License: See mikemurley.com for more info
License URI: http://www.mikemurley.com/
*/

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{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}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}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

body {
	font: 13px/1.6 "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	color: #888;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Roboto Condensed", Times, serif;
	line-height: 1.1em;
	padding: 10px 0 20px 0;
	margin: 0;
	text-transform: uppercase;
}
p, dl, table {
	padding-bottom: 1.3em;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 20px;
}
#content h2.entry-title {
	padding-bottom: 10px;
}
h3 {
	font-size: 18px;
}
#sidebar h3 {
	padding: 0 0 8px 0;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}



a img { 
	border: none;
}

a {
	color: #AAA;
	text-decoration: underline;
}

a:hover, a:focus { 
	color: #BBB; /* #73ac05; */
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	color: #ccc;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	position:relative;
}


#header {
	height: 140px;
	overflow: hidden;
	position:relative;
	margin-top: 0px;
	vertical-align:baseline;
	max-height: 140px;
}
#branding {
	position: absolute;
	bottom: 0px;
}
#site-title h1 {
	font-family:"Roboto Condensed", Times, serif;
	text-transform:uppercase;
	font-size:42px;
	line-height: 1.1em;
	padding: 10px 0 4px 0;
	margin: 0;
	text-transform: uppercase;
}
#site-title h1 a {
/*	color: #326362; */ /* original, greenish */
	color: #2e7fa9; /* to match UofT blue */
}
#site-title h1 a:hover, #site-title h1 a:focus {
	text-decoration: none;
}


#site-description {
	color: #ccc;
	text-transform:lowercase;
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight:bold;
	position:relative;
	top: -15px;
/*	vertical-align:text-top; */

}

#site-description:after {
	content:'.';
	color:#7D3E3E;
}

#container {
	
}

#nav {
	float: left;
	width: 250px;
	background-image: url(images/nav-bg.png);
	background-repeat: no-repeat;
	min-height: 346px;
}
#nav ul.sub-menu {
	display: none;

}
#nav li.current-menu-item a, #nav li.current-menu-parent a {
	color: #ccc !important;
}
#nav ul {
/*	list-style-image:url(images/murley-list-bullet.png);
	padding-left: 12px; */
	line-height: 2.6em;
}
#nav ul li {
	font-size: 16px;
	font-family:"Roboto Condensed", Times, serif;
	text-transform: uppercase;
}
#nav ul a, #nav ul a:visited { 
	display: block; 
	width: 180px;
	text-decoration: none;
	color: #888;
	text-align:left;
}
#nav ul a:hover, #nav ul a:active, #nav ul a:focus, #nav ul.current-menu-item a { 
	color: #CCC;
}
#nav div.uoft {
	padding-top:40px;
}
#nav div.socialmedia {
	padding-top:25px;
}
#nav div.socialmedia a {
	padding-right: 4px;
}
#content {
	padding: 0 10px 0 10px;
	width: 500px;
	float: left;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6  {
	color: #ccc;
	clear: both;
}

#content ul, #content ol { 
	padding: 0 15px 15px 40px;
	list-style-image:url(images/murley-list-bullet.png);
}
#content div.entry-meta {
}

/* div.entry-footer no longer called from entry.php */
#content div.entry-meta {
	color: #555;
	font-family:"Roboto Condensed", Times, serif;
	text-transform: uppercase;
}
#content div.entry-meta a {
	color: #555;
	text-decoration: underline;
}
#content div.entry-meta a:hover, #content div.entry-meta a:focus {
	color: #777;
}

#content div.nav-next, #content div.nav-previous {
	font-family:"Roboto Condensed", Times, serif;
	text-transform: uppercase;
} 

#content dd {
	font-style: italic;
}
#content dd:before {
	content:' - ';
}
#content blockquote {
  margin: 5px 0 20px 0px;
  padding: 0 0 0 10px;
/*  border-left: 5px solid #888; */
  line-height: 1.7em;
}
#content blockquote p {
  margin: 0;
  padding: 0;
}

#content table.gigpress-table {
	/* as per the plugins suggestion, please see gigpress.css in the theme's base directory */
}
#content div.navigation {
	padding-bottom: 10px;
}
#content div.navigation a {
	color: #888;
}
#content div.navigation a:hover, #content div.navigation a:focus {
	color: #73ac05;
}
#content div.post {
	padding-bottom: 30px;
}

#content form input, #content form textarea {
	padding: 1.0em;
}

#content form.wpcf7-form input.wpcf7-text, #content form.wpcf7-form textarea.wpcf7-textarea {
	width: 90%;
}

#content form.wpcf7-form div.wpcf7-recaptcha {
	padding-bottom: 1.5em;
}
#content form.wpcf7-form input.wpcf7-submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	background-color:#637aad;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #314179;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:8px 12px;
	text-decoration:none;
}
#content form.wpcf7-form input.wpcf7-submit:hover {
	background-color:#5972a7;
}
#content form.wpcf7-form input.wpcf7-submit:active {
	position:relative;
	top:1px;
}


div.wpcf7-spam-blocked,
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
	border-color: #2e7fa9 !important;
}


#mc_embed_signup input {
	padding: 5px;
	width: 300px;
	margin-bottom: 20px;
	background: #ccc;
}
#mc-embedded-subscribe {
	width: auto !important;
	font-size: 130%;
	margin-top: 20px;
}

#sidebar {
	float: left;
	width: 200px;
	padding-left: 30px;
	padding-top: 10px;
}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6  {
	color: #CCC; /* red: #7D3E3E; */
}
#sidebar h3 {
	font-size: 20px;
}
#sidebar li.widget-container {
	padding-bottom: 27px;
}
#sidebar img { /* @@ testing */
/*	background: #123412;
	padding: 4px; */
}

#footer {
	padding: 10px 0 0 0;
	margin-bottom: 20px;
	position: relative;
	clear: both;
	text-align:center;
	font-size: 80%;
	color: #555;
}


.alignright {  
	float: right;
	margin-left: 8px;
}
.alignleft { 
	float: left;
	margin-right: 8px;
}
.aligncenter {
	text-align: center; /* @@ incomplete */
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
img.typekit-badge {
/*	display: none !important; */
}

.mm_button {
	background-color:#2E7FA9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	color:#ccc;
	font-size:12px;
	font-weight:normal;
	padding:5px 10px;
	text-decoration:none;
	text-align: center;
	margin: 10px 4px 10px 0;
}
.mm_button:hover,.mm_button:focus {
	background-color:#418AB0;
	text-decoration:none;
	color:#bbb;
}
.mm_button:active {
	position:relative;
	top:1px;
}
.cd_cover {
	background-color: #333;
	padding: 3px;
}

/*** gallery customization ***/
.ngg-widget img {
	border:2px solid #888 !important;
	margin: 0pt 3px 3px 0px !important;
	padding: 0 !important;
}
.ngg-gallery-thumbnail img {
    background-color: #333 !important;
border-color: #333 !important;
}