/*Main CSS file for MMG site.*/
/*CSS reset*/
@import 'reset.css';
/*Site CSS*/
body {
	background: #3F82AB url(../images/design/page_bg.png) top center fixed;
	font-size: 62.5%;
	color: #77787a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	margin: 4.5em auto 0;
	width: 87em;
	padding: 4.5em;
	background-color: #fff;
	-moz-box-shadow: 15px 15px 15px #1d5276;
	-webkit-box-shadow: 15px 15px 15px #1d5276;
	box-shadow: 15px 15px 15px #1d5276;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
#container:after, #content-right:after, #header:after, #footer ul:after, div.row:after, #portfolio div.portRow:after {
	content: '.';
	display: block;
	clear:both;
	visibility: hidden;
	height: 0;
}
/*Header styling*/
ul#accessibility {
	visibility: hidden;
	height: 0;
}
#header {
	margin-bottom: 10em;
}
#header-inner {
	background: transparent url(../images/design/header_img.jpg) center right no-repeat;
	height: 141px;
	width: 802px;
	float: right;
}
#home #header-inner {
	background: transparent url(../images/design/home_header_img.jpg) center right no-repeat;
	width: 769px;
	height: 185px;
}
h1#title {
	clear: both;
	font-size: 2.2em;
	margin-bottom : 1em;
	color: #834049;
	text-align: right;
	font-weight: bold;
	letter-spacing: .05em;
}
#home h1#title {
	display: none;
}
#header h2 {
	font-size: 3em;
	font-weight: bold;
	color: #834049;
	text-align: right;
	height: 185px;
	padding-right: 160px;
	margin: 40px 110px 0 0;
	background-color: transparent;
	background-position: center right;
	background-repeat: no-repeat;
}
#home #header h2 {
	margin-top: 65px;
	text-shadow: none;
	font-size: 2em;
	font-weight: bold;
}
#about #header h2, #home #header h2 {
	background-image : url(../images/design/about_shoes.png);
}
#blog #header h2 {
	background-image: url(../images/design/blog_shoes.png);
}
#portfolio #header h2 {
	background-image : url(../images/design/port_shoes.png);
}
#newsletter #header h2 {
	background-image: url(../images/design/newsletter.png);
	padding-right: 190px;
}
#contact #header h2 {
	background-image: url(../images/design/contact_phones.png);
	padding-right: 190px;
}
#header h2 span {
	display: block;
	position: relative;
	top: 45px;
}
#home #header h2 span {
	top: 40px;
}
#home #header h2 span span{
	position: static;
	text-align: right;
	font-size: .7em;
	font-weight: normal;
	margin: .5em;
	text-shadow: none;
	color: #6d6e70;
}
/*MMG Logo*/
p#logo {
	width: 50px;
	height: 107px;
	float: left;
	position: relative;
}
#home p#logo {
	width: 88px;
	height: 197px;
}
p#logo a {
	display: block;
	height: 100%;
	width: 100%;
}
p#logo span {
	position: absolute;
	height: 100%;
	width: 110%;
	background: #fff url(../images/design/logo.gif) top left no-repeat;
}
#home p#logo span {
	background: #fff url(../images/design/home_logo.png) top left no-repeat;
}
#content-right { 
	float: right;
	width: 64.5em;
	margin-left: 5em;
}
#home #content-right {
	width: 54.3em;
}
/*Content*/
#content {
	width: 44.2em;
	float: left;
}
div.colorBox {
	width: 45em;
	margin: auto;
}
div.colorBox img {
	display: block;
	margin: auto;
}
#blog #content h3, #blog #content h4, .colorBox h3, .colorBox h4 {
	clear: both;
}
#home #content {
	width: 32.1em;
	border-left: 1px solid #BFAD77;
	border-bottom: 1px solid #BFAD77;
}
#content > p:first-child, #content > h3:first-child, #left-col > h3:first-child, #content .BlogPost > h3:first-child, dl#superhero dt, #content > div.portfolio h3:first-child, .colorBox > h3:first-child {
	margin-top: 0;
	padding-top: 0;
}
/*Portfolio Section*/
#portfolio #content {
	width: 45em;
}
#portfolio #content h3, .colorBox h3 {
	line-height: normal;
}
#portfolio div.portfolio {
	margin-bottom: 6.5em;
}
#portfolio #content > div.portfolio:first-child, #portfolio #content > h3:first-child {
	margin-top: -15px;
}
#portfolio div.portfolio a {
	border: 2px solid #cfbe8d;
	display: block;
	width: 440px;
	height: 164px;
}
#portfolio div.portRow a {
	float: left;
	border: 2px solid #cfbe8d;
	display: block;
	margin: 0 1em 1em 0;
}
#portfolio div.portfolio a:hover, #portfolio #left-col a:hover, #portfolio div.portRow a:hover {
	border-color: #834049;
	-moz-box-shadow: 5px 5px 5px #d3c69b;
	-webkit-box-shadow: 5px 5px 5px #d3c69b;
	box-shadow: 5px 5px 5px #d3c69b;
	text-decoration: none;
}
#portfolio.portfolioMain div.portfolio a {
	border-left: none;
	padding-top: 1em;
}
#portfolio.portfolioMain div.portfolio h3 {
	margin: 0;
	font-size: 3em;
	color: #3b97bd;
	padding-right: .3em;
	position: relative;
	top: .3em;
	background: #fff;
	display: inline;
}
/*Right column*/
#right-col {
	float: right;
}
/*Navigation*/
#right-col ul#nav {
	margin: -10px 0 0 10px;
}
#right-col li {
	margin: 0 0 2.5em;
	position: relative;
}
#right-col a{
	background-image: url(../images/design/nav_icons.jpg);
	background-repeat: no-repeat;
	width: 161px;
	height: 76px;
	display: block;
	text-decoration: none;
}
#right-col a:link, #right-col a:visited {
	color: #3b97bd;
}
#right-col a:hover {
	color: #834049;
}
#right-col a span {
	position: absolute;
	top: 12px;
	font-size: 1.5em;
}
#right-col a#blog-link span {
	left: 80px;
}
#right-col a#portfolio-link span {
	left: 85px;
}
#right-col a#home-link span {
	left: 60px;
}
#right-col a#about-link span, #right-col a#news-link span, #right-col a#contact-link span {
	left: 70px;
}
a#blog-link {
	background-position: 0 0;
}
a#blog-link:hover {
	background-position: 0 -76px;
}
a#portfolio-link {
	background-position: -161px 0;
}
a#portfolio-link:hover {
	background-position: -161px -76px;
}
a#home-link {
	background-position: -483px 0;
}
a#home-link:hover {
	background-position: -483px -76px;
}
a#about-link {
	background-position: -322px 0;
}
a#about-link:hover {
	background-position: -322px -76px;
}
a#news-link {
	background-position: -644px 0;
}
a#news-link:hover {
	background-position: -644px -76px;
}
a#contact-link {
	background-position: -805px 0;
}
a#contact-link:hover {
	background-position: -805px -76px;
}
/*Social Media Links*/
table#social {
	margin-left: 10px;
}
table#social a {
	display: block;
	width: 40px;
	height: 49px;
	margin: 7px 2px;
	text-indent: -9000px;
}
table#social caption {
	caption-side: top;
	text-align: center;
	font-size: 1.5em;
	color: #3b97bd;
	margin-top: 1em;
}
#right-col a#twitter {
	background-position: -964px 0;
}
#right-col a#twitter:hover {
	background-position: -964px -75px;
}
#right-col a#blogLogo {
	background-position: -1004px 0;
}
#right-col a#blogLogo:hover {
	background-position: -1004px -75px;
}
#right-col a#digg {
	background-position: -1046px 0;
}
#right-col a#digg:hover {
	background-position: -1046px -75px;
}
#right-col a#linkedin {
	background-position: -1086px 0;
}
#right-col a#linkedin:hover {
	background-position: -1086px -75px;
}
/*Left column*/
#left-col{
	width:17.5em;
	float: left;
}
#home #left-col {
	height: 34.2em;
	width: 22.8em;
	padding-right: 4.4em;
	border-top: 1px solid #BFAD77;
	border-right: 1px solid #BFAD77;
}
#left-col h4 {
	font-size: 1.5em;
	text-align: center;
	color:#3b97bd;
	margin-bottom: 1.5em;
}
#home #left-col h3 {
	width: 190px;
	height: 97px;
	background: #fff url(../images/design/home_blog_shoes.jpg) no-repeat top left;
	border-bottom: none;
}
#home #left-col p#first {
	margin: 2.4em 0;
}
#home #left-col h3 a {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff url(../images/design/home_blog_shoes.jpg) no-repeat;
	text-indent: 110px;
}
#home #left-col p#second {
	margin: 0;
}
#home #left-col h3 a:link, #home #content h3 a:link, #home #left-col h3 a:visited, #home #content h3 a:visited {
	color: #3B97BD;
}
#home #left-col h3 a:hover, #home #content h3 a:hover {
	color: #833f49;
	text-decoration: none;
}
#home #left-col h3 a:hover {
	background-position: 0 -98px;
}
#portfolio #left-col ul {
	margin-top: 1em;
}
#portfolio #left-col li {
	height: 5.8em;
	margin-bottom: 2em;
}
#portfolio #left-col li a {
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #cfbe8d;
	border-left: none;
}
#portfolio #left-col li a span {
	font-size: 1.5em;
	padding-right: .5em;
	position: relative;
	top: -.8em;
	background: #fff;
	color: #3b97bd;
}
/*Footer*/
#footer {
	width: 96em;
	margin: 2em auto 10em;
	color: #fff;
}
#footer p {
	width: 45%;
	float: left;
}
#footer ul {
	width: 53%;
	float: right;
	text-transform: lowercase;
}
#footer li {
	float: left;
	margin-left: 1em;
}
#footer a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: underline;
}
/*Content styling*/
#home #content h3, #home #left-col h3, .colorBox h3 {
	color: #3b97bd;
	margin-top: -15px;
}
#home #content h3 {
	width: 221px;
	height: 118px;
	margin-left: -5px;
}
#home #content h3 a {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff url(../images/design/home_port_shoes.jpg) no-repeat;
	text-indent: 157px;
}
#home #content h3 a:hover {
	background-position: 0 -121px;
}
#content h3, #content h4, #content dt, #left-col h3, .colorBox h3, .colorBox h4 {
	color: #834049;
	margin: 2em 0 1em;
}
#content h3, #left-col h3, .colorBox h3, #about #content dt {
	font-size: 2em;
	line-height: 1.3em;
}
#left-col h3 {
	border-bottom: 1px solid;
	padding-bottom: 0.25em;
}
#content h4, #content dt, .colorBox h4 {
	font-size: 1.6em;
}
#content p, #content ul, #content ol, #content span, #content dd, #left-col p, .colorBox p {
	font-size: 1.2em;
	line-height: 1.9em;
	margin: 1.5em 0;
}
#content ol {
	list-style-type: decimal;
	list-style-position: inside;
}
#content ul {
	list-style-type: disc;
	list-style-position: outside;
}
#content ul li {
	margin-left: 1.2em;
}
#content p.author {
	font-weight: bold;
}
#content a#home_port_link  {
	display: block;
	text-indent: -9000px;
	width: 269px;
	height: 219px;
	background: transparent url(../images/design/home_port.gif) no-repeat top left;
	position: relative;
	left: 65px;
	top: 20px;
}
#content a#home_port_link:hover {
	background-position: -269px 0;
}
.rightFloat {
	float: right;
	margin: 0 35px 20px 20px;
}
/*Link styles*/
a:link {
	color: #00aeef;
	text-decoration: none;
}
a:visited {
	color: #BFAD77;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #834049;
}
a:active {
	color: #834049;
	text-decoration: underline;
}
strong, p.error {
	font-weight: bold;
	color: #417FA9;
}
strong, em {
	font-style: italic;
}
/*Staff Biography Links*/
table#staff th {
	font-size: 1.5em;
	text-align: center;
	color: #3b97bd;
	padding-top: 1em;
}
table#staff th.first {
	padding-top: 0;
}
table#staff td {
	padding: 1em 0 0;
}
table#staff a {
	display: block;
	margin: auto;
	width: 72px;
	height: 72px;
	text-indent: -9000px;
	background-image : url(../images/mmg_icons.png);
	background-repeat: no-repeat;
}
table#staff a#Cathy {
	background-position: 0 0;
}
table#staff a#Doug {
	background-position: -132px 0;
}
table#staff a#Tova {
	margin: 0 auto;
	background-position: 0 -396px;
}
table#staff a#Stenna {
	background-position: 0 -132px;
}
table#staff a#JulieBH {
	background-position: -132px -132px;
}
table#staff a#Jeremy {
	background-position: -132px -264px;
}
table#staff a#Blake {
	background-position: 0 -264px;
}
table#staff a#Jaime {
	background-position: -132px -396px;
}
table#staff a#Stacey {
	background-position: 0 -528px;
}
table#staff a#Caroline {
	background-position: 0 -660px;
}
table#staff a#JulieS {
	background-position: -132px -528px;
}
table#staff a#Natasha {
	background-position: -132px -660px;
}
table#staff a#Lisa {
	background-position: 0 -924px;
}
table#staff a#Melissa {
	background-position: -132px -792px;
}
table#staff a#Diane {
	background-position: 0 -792px;
}
/*Contact info styling*/
div.vcard {
	line-height: 1.2em;
	font-size: 1.2em;
}
div.vcard span {
	display: block;
	margin: 1em 0;
}
div.vcard address span {
	margin: .6em 0;
}
div.vcard span.region, div.vcard span.locality {
	display: inline;
}
div.vcard span.fn, div.vcard span.tel {
	color: #834049;
}
div.vcard span.fn, div.vcard span.tel span.type {
	display: none;
}
div#left-col p {
	margin: 1em 0;
}
div.vcard a {
	display: block;
	padding-bottom: 4px;
}
div.vcard a.url {
	display: none;
}
div.vcard span.tel {
	font-size: 2em;
	margin: 0 0 .5em;
	padding-bottom: .5em;
	border-bottom: 1px solid;
}
div.vcard address {
	border-bottom: 1px solid #834049;
	padding: 1.5em 0;
	margin-bottom: 1.5em;
}
a#microformat {
	background: transparent url(../images/hcard.png) no-repeat top right;
	display: block;
	padding-right: 22px;
}
/*Form styling*/
div.row {
	margin: 1em 0;
}
label {
	display: block;
	font-size: 1.3em;
	color: #834049;
	font-weight: bold;
	margin: 0 0 1em;
}
input[type=text], textarea, input[type=password], select {
	color: #4A4C4F;
	font-style: italic;
	border: 1px solid #417FA9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: .2em;
}
input[type=text], input[type=password], select {
	width: 17em;
}
#left-col select {
	width: 13em;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
	background: #EFFBFF;
	font-style: normal;
	border: 1px solid #834049;
}
textarea {
	margin-bottom: 1em;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
}
#contact legend {
	display: none;
}
/*Styling for lightbox content*/
#GMap, #GuelphMap {
	width: 700px; 
	height: 550px;
	margin:auto 10px;
	float: right;
}
#GuelphMap {
	float: none;
	margin: auto;
}
#directions {
	width: 150px;
	margin: auto 0;
	float: left;
}
p#lbLink {
	font-size: 1.4em;
	text-align: center;
	padding: 1em 0;
	clear: both;
}