/*
Theme Name: Marshall Stevenson
Theme URI: http://marshallstevenson.ca/
Description: Theme customized for Marshall Stevenson
Version: 2010
Author: Marshall Stevenson
Author URI: http://sprydesign.com/
Tags: fixed width, centered, custom, black, clean
*/

/* @import url(/wp-content/themes/marshallstevenson/fonts/fonts.css) all; */

/****** FONT FACES FOR USE ON MARSHALLSTEVENSON.CA ONLY BY LICENSE ***********/
@font-face { 
		font-family: 'Myriad';
		src: url("fonts/myriadproregular.eot");
		src: local('Myriad'),
				url('fonts/myriadproregular.ttf') format('truetype'),
				url('fonts/myriadproregular.otf') format("opentype"),
				url('fonts/myriadproregular.svg#webfont') format('svg');
}

@font-face { 
		font-family: 'MyriadSemi';
		src: url("fonts/myriadprosemibold.eot");
		src: local('MyriadSemi'),
				url('fonts/myriadprosemibold.ttf') format('truetype'),
				url('fonts/myriadprosemibold.otf') format("opentype"),
				url('fonts/myriadprosemibold.svg#webfont') format('svg');
}
		
@font-face { 
		font-family: 'MyriadBold';
		src: url("fonts/myriadprobold.eot");
		src: local('MyriadBold'),
				url('fonts/myriadprobold.ttf') format('truetype'),
				url('fonts/myriadprobold.otf') format("opentype"),
				url('fonts/myriadprobold.svg#webfont') format('svg');
}

/******************************************************************************/

body {
	background: #000;
	text-align: center;
	margin: 20px auto 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	}

h2 {
	font-family: 'MyriadSemi', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	}

#header {
	float: left;
	width: 950px;
	margin: 0 20px 30px 10px;
	color: #fff;
	}

#header #nameSpace a {
	color: #fff;
	text-decoration: none;
	}

#header .marshall {
	font-size: 4.8em;
	font-family: 'MyriadBold', Verdana;
	margin: 0;
	padding: 0;
	/* font-weight: bold; */
	}

#header .stevenson {
	font-size: 4.8em;
	font-family: 'Myriad', Verdana;
	margin: 0;
	padding: 0;
	}

#header .tnib {
	font-size: 1.8em;
	font-family: 'Myriad';
	margin-left: 190px;
	}

#header #nameSpace {
	line-height: 1.8em;
	padding-top: 20px;
	}

#subnavSpace {
	float: right;
	font-size: 1.2em;
	text-align: center;
	width: 305px;
	padding: 0 5px;
	}

#subnavSpace img {
	margin-left: 8px;
	}

ul#subnav {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#subnav li {
	float: left;
	position: relative;
	with: 10em;
	}

#subnav a {
	color: #fff;
	text-decoration: none;
	margin: 20px 10px;
	display: block;
	}

#mainContentArea {
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 980px;
	float: left;
	background-image:url(images/sidebar-bg.png);
	background-position: top right;
	background-repeat: no-repeat;
	}

#mainContent {
	width: 610px;
	float: left;
	}

#sidebar {
	width: 305px;
	padding: 5px;
	margin: -15px 20px 0;
	background-color: #fff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	float: right;
	font-family: 'Lucida Sans',Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	}

#sidebar h2 {
	font-size: 1.8em;
	color: #000;
	margin: 0;
	}

h2.title {
	background-color: #000;
	color: #fff;
	width: 590px;
	padding: 10px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin: 20px 0 10px;
	font-size: 3.0em;
	}

h2.title a {
	color: #fff;
	text-decoration: none;
	}

#socialMedia {
	width: 305px;
	}

#socialMedia img {
	border: none;
	margin: 3px;
	}

.byline { 
	text-align: right; 
	padding-right: 5px;
	color: #777;
	margin: 0 0 1em;
	}

a {	color: #555; }

a:hover { text-decoration: none; }

.entry, .commentsField {
	float: right;
	width: 500px;
	font-family: 'Lucida Sans',Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding: 0 10px 0 0;
	}

.entry p {
	margin: 0 0 1.2em;
	line-height: 1.6em;
	}

.aboutAuthor {
	float: right;
	width: 500px;
	font-family: 'Lucida Sans',Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #777;
	background-image:url(images/about-auth-bg.png);
	background-position: top;
	background-repeat: repeat-x;
	padding: 10px 10px 0;
	}

.aboutAuthor .avatar { border: 3px solid #000; float: right; margin: 0 0 0 10px; }

.meta {
	width: 64px;
	float: left;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}

.aboutAuthor h4 {
	margin: 0 0 1em;
	color: #000;
	font-size: 1.2em;
	}

.dateSpace {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	font-size: 1.4em;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 5px;
	text-transform: uppercase;
	}

.dateSpaceDay {
	color: #000;
	background-color: #fff;
	background-image: url(images/calendar-page.png);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 58px;
	margin: 3px;
	font-size: 2.0em;
	}

.commentTotal {
	background-image: url(images/black-ball.png);
	background-repeat:no-repeat;
	width: 64px;
	float: left;
	padding-top: 1.7em;
	color: #fff;
	height: 64px;
	line-height: 1.5em;
	}

.commentTotal a {
	color: #fff;
	text-decoration: none;
	}

.comments { 
	font-size: 2.0em;
	font-weight: bold;
	}

.commentsDescriptor	{ font-size: 0.8em; }

/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
/*	list-style: none; */
	padding-left: 10px;
/*	text-indent: -10px; */
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
/*	content: "\00BB \0020"; */
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar #regularWPheadings { padding: 10px 5px 0; }

#sidebar a { text-decoration: none; }

#sidebar a:hover { text-decoration: underline; }

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	font-size: 1.15em;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px 5px;
	padding: 5px 3px;
	text-align: center;
	width: 285px;
	}

#sidebar #searchform #s {
	width: 240px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/* End Form Elements */

/* search form from http://www.webdesignerwall.com/demo/css3-search-form.html
-------------------------------------- */

.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #d2d2d2;
	padding: 3px 5px;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	box-shadow: 0 1px 0px rgba(0,0,0,.1);
	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
}

.searchform input {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
}

.searchform .searchfield {
	background: #fff;
	padding: 6px 6px 6px 8px;
	width: 282px;
	border: solid 1px #bcbbbb;
	outline: none;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}

.searchform .searchbutton {
	color: #fff;
	border: solid 1px #494949;
	font-size: 11px;
	height: 27px;
	width: 27px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}

.searchform .hidden { display: none; }

/******** end search form from http://www.webdesignerwall.com/demo/css3-search-form.html ****/

.post { clear: both; float: left; margin-bottom: 10px; }

#footer {
	color: #fff;
	margin: 10px;
	float: left;
	width: 960px;
	text-align: right;
	}

#footer a { color: #fff; text-decoration:underline; }

#footer a:hover { text-decoration: none; }

u {
	text-decoration: none;
	background-color: #ff9;
	}

.aligncenter	{ display: block; margin: 0 auto; }

.alignright	{ float: right; margin: 0 0 1em 1em; }

.alignleft	{ float: left; margin: 0 1em 1em 0; }

.entry form.wpcf7-form { text-align: left; }

p.wp-caption-text { font-size: 0.8em; font-style: italic; text-align: center; }

.QAquestion, .QAanswer {
	background-repeat: no-repeat;
	background-position: 8px 0;
	}

.QAquestion {
	background-image: url(images/question.jpg);
	}
.QAanswer {
	background-image: url(images/answer.jpg);
	border-left: 2px solid #ccc;
	padding-left: 8px;
	}
	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* End Images */



h2.podcasting {
	background-image:url(images/podcasting.png);
	padding: 19px 0 19px 60px;
	background-repeat: no-repeat;
}

h2.podcasting a {
	color: #000;
	display: block;
}
