/* -- Fonts -- */

@font-face {
	font-family: 'Novecentosanswide-Book';
	src: url('../fonts/2AAA82_0_0.eot');
	src: url('../fonts/2AAA82_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2AAA82_0_0.woff') format('woff'),url('../fonts/2AAA82_0_0.ttf') format('truetype');
}
 
  
@font-face {
	font-family: 'Novecentosanswide-Light';
	src: url('../fonts/2AAA82_1_0.eot');
	src: url('../fonts/2AAA82_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2AAA82_1_0.woff') format('woff'),url('../fonts/2AAA82_1_0.ttf') format('truetype');
}
 

/* -- Global Styles -- */

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 21px;
	font-size: 14px;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 400;
} 

a {
	outline: none;
	color: #A0325F;
	text-decoration: none;
}

a:hover {
	color: #502853;
}

img {
	border: 0;
}

object {
	padding: 0;
	margin: 0;
	outline: 0;
	border: 0;
	outline: none;
}

blockquote {
	margin: 20px 0;
}



/* -- Forms -- */

form {
	margin: 0;
	padding: 0;
}

label {
	display: block;	
}

input,
textarea {
	outline: none;
}

input.input,
textarea.textarea {
	width: 96%;
	max-width: 500px;
	height: 20px;
	margin: 0;
	padding: 15px 2%;
	font-size: 17px;
	line-height: 20px;
	border: 0;
	background: #FFF;
}

textarea.textarea {
	height: 100px;
	overflow: auto;
}

label {
	display: block;
	padding: 0 0 10px;
}

label.check-label {
	display: inline-block;
	padding: 0;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-transform: none;
}



/* -- Blocks -- */

.block,
.left,
.right,
.clear,
.autoclear {
	display: block;
	position: relative;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.autoclear {
	width: 100%;
	overflow: hidden;
}

.center {
	text-align: center;
}

.hidden {
	display: none !important;
}

.small {
	font-size: 80%;
}

.mobile {
	display: none;
}

.photo-left,
.photo-right,
.photo-center {
	position: relative;
	display: block;
	float: left;
	margin: 5px 10px 5px 0;
}

.photo-right {
	float: right;
	margin: 5px 0 5px 10px;
}

.photo-center {
	float: none;
	margin: 0 auto;
}

.photo-left img,
.photo-right img,
.photo-center img {
	display: block;
	border: 0;
	margin-bottom: 5px;
}

.photo-center img {
	margin-left: auto;
	margin-right: auto;
}

.caption {
	text-align: right;
	font-size: 10px;
}

.detail {
	color: #AAA;
}


/* -- Messages -- */

.flash-success,
.flash-error,
.flash-warning,
.flash-notice {
	display: block;
	padding: 10px;
	margin: 25px;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #FFF;
	background: #FF00FF;
	font-weight: bold;
	text-align: center;
}

.none-found {
	text-align: center;
	padding: 30px 0;
	font-size: 1.3em;
}



/* -- Wrapper -- */

div#wrapper {
	background: #502853;
}


/* --  Header -- */

div#header {
	padding-bottom: 10px;
	background: #FFF;
}

div#header-container {
	height: 140px;
	margin-left: 20%;
	margin-left: calc(((100% / 2) - 495px) + 195px);
	background: url(../images/common/header-bg.png) -185px 0 repeat-y;
}

div#header-container div#logo {
	margin: 0 0 0 -185px;
}

div#header-container div#logo div#mmi-logo {
	height: 28px;
	padding: 34px 0 5px;
	overflow: hidden;
}

div#header-container div#logo div#mmi-logo a {
	display: block;
	width: 376px;
	height: 1px;
	padding-top: 20px;
	overflow: hidden;
	background: url(../images/common/mmi-logo.gif) no-repeat;
}

div#header-container div#logo h1 {
	width: 986px;
	height: 67px;
	margin: 0;
}

div#header-container div#logo h1 a {
	display: block;
	float: left;
	width: 633px;
	height: 1px;
	padding-top: 66px;
	font-size: 20px;
	line-height: 30px;
	overflow: hidden;
	background: url(../images/common/logo.png) no-repeat;
}

div#header-container div#logo h1 span {
	display: block;
	float: right;
	padding-top: 49px;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}


/* -- Content -- */


div#nav {
	position: absolute;
	width: 20%;
	width: calc(((100% / 2) - 495px) + 195px);
	text-align: right;
}

form#nav-search {
	display: block;
	float: right;
	width: 133px;
	padding: 22px 0 14px;
	overflow: hidden;
}

form#nav-search input.input {
	display: block;
	float: left;
	width: 90px;
	height: 16px;
	padding: 2px 5px;
	font-size: 12px;
}

form#nav-search input.submit {
	display: block;
	float: left;
}

ul#nav-list {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Novecentosanswide-Light', 'Open Sans', arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
}

ul#nav-list li {
	margin: 0;
	padding: 5px 0 4px;
	text-transform: uppercase;
}

ul#nav-list li a {
	display: block;
	padding: 3px 11px 2px 0;
	color: #FFF;
}

ul#nav-list li a:hover {
	padding-right: 5px;
	border-right: 6px solid #FFF;
}

ul#nav-list li.selected a {
	background: #FFF;
	color: #502853;
	-webkit-font-smoothing: inherit;
}

div#nav-social {
	clear: both;
	float: right;
	height: 23px;
	padding: 12px 10px 0 0;
	overflow: hidden;
}

div#nav-social a {
	display: block;
	float: left;
	width: 23px;
	height: 1px;
	padding-top: 22px;
	margin-left: 10px;
	overflow: hidden;
	background: url(../images/common/social-icons.png) no-repeat;
}

div#nav-social a#social-twitter {
	background-position: -32px 0;
}

div#nav-social a#social-rss {
	background-position: -64px 0;
}

div#content {
	margin-left: 20%;
	margin-left: calc(((100% / 2) - 495px) + 195px);
	background: #FFF url(../images/common/background.png) fixed bottom repeat-x;
}

div#content-container {
	width: 790px;
	min-height: 860px;
	padding-left: 10px;
	padding-bottom: 70px;
	overflow: hidden;
}

div#content .page-header {
	padding: 5px;
	color: #231F20;
	background: #8F7691;
	font-size: 13px;
}

div#content .page-header h2 {
	height: 50px;
	overflow: hidden;
	margin: 0;
	font-family: 'Novecentosanswide-Light', 'Open Sans', arial, sans-serif;
	font-size: 50px;
	line-height: 50px;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
	cursor: default;
}

div#content .page-header h3 {
	margin: 0;
	font-size: 35px;
	line-height: 37px;
	font-weight: 400;
	color: #FFF;
	cursor: default;
}

div#content .page-header div {
	height: 19px;
	overflow: hidden;
	cursor: default;
}

div#content h4 {
	padding: 5px;
	margin: 0 0 10px;
	font-family: 'Novecentosanswide-Light', 'Open Sans', arial, sans-serif;
	font-size: 25px;
	line-height: 26px;
	background: #C7BAC8;
	text-align: right;
	font-weight: normal;
	text-transform: lowercase;
	color: #FFF;
}

div#content .text-pad {
	padding: 0 0 10px 5px;
}

div#content .text-pad p {
	margin: 0 0 20px;
}

div#content .text-pad p:last-child {
	margin: 0;
}

div#content a.button,
div#content a.button-list,
div#content a.button-list-sm,
div#content a.button-gallery,
div#content a.button-gallery-sm {
	display: block;
	height: 54px;
	line-height: 16px;
	padding: 25px 61px 0 5px;
	background-color: #C7BAC8;
	text-align: right;
	text-transform: uppercase;
	color: #532A55;
}

div#content a.button,
div#content a.button-list-sm,
div#content a.button-gallery-sm {
	height: 44px;
	padding: 16px 61px 0 5px;
}

div#content a.button-list {
	background: #C7BAC8 url(../images/common/trigger-icon-list.png) 136px 22px no-repeat;
}

div#content a.button-list-sm {
	background: #C7BAC8 url(../images/common/trigger-icon-list.png) 136px 12px no-repeat;
}

div#content a.button-gallery {
	background: #C7BAC8 url(../images/common/trigger-icon-gallery.png) 136px 22px no-repeat;
}

div#content a.button-gallery-sm {
	background: #C7BAC8 url(../images/common/trigger-icon-gallery.png) 136px 12px no-repeat;
}

div#content a.button {
	height: 37px;
	padding: 23px 5px 0;
	text-align: center;
	font-family: 'Novecentosanswide-Light', 'Open Sans', arial, sans-serif;
	color: #A0325F;
	font-size: 20px;
}

div#content a.button:hover {
	color: #FFF;
}

div#content .menu {
	display: none;
	position: absolute;
	z-index: 4;
	width: 170px;
	padding: 10px;
	background: #C7BAC8;
}

div#content .year-list {
	font-family: 'Novecentosanswide-Light', 'Open Sans', arial, sans-serif;
	padding-top: 0;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}

div#content .year-list a {
	display: block;
	margin-bottom: 10px;
}

div#content .year-list a:hover {
	color: #FFF;
}

/* -- Columns -- */

.col {
	width: 110%;
	margin-left: -10px;
	overflow: hidden;
}

.col .span-one,
.col .span-two, 
.col .span-three, 
.col .span-four  {
	float: left;
	width: 190px;
	margin-left: 10px;
	padding-bottom: 10px;
}

.col .span-two {
	width: 390px;
}

.col .span-three {
	width: 590px;
}

.col .span-four {
	width: 100%;
}


/* --  Features -- */

.feature {
	position: relative;
}

.feature .image img {
	display: block;
	padding-bottom: 6px;
}

.feature.hover {
	background: #C7BAC8;
}

.feature .overlay {
	display: none;
}

.feature.hover .overlay {
	display: block;
	position: absolute;
	top: 0;
	z-index: 3;
	width: 60px;
	height: 60px;
	background: url(../images/common/overlay.png) no-repeat;
}

.feature .label {
	padding-left: 5px;
	padding-bottom: 2px;
	font-family: 'Novecentosanswide-Book', 'Open Sans', arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	color: #522B54;
}

.feature .title {
	padding-left: 5px;
	padding-bottom: 2px;
	font-size: 30px;
	line-height: 32px;
}

.feature .title a {
	color: #000
}

.feature .details {
	padding-left: 5px;
}

.feature .summary {
	padding-left: 5px;
}

.span-two .feature {
	height: 420px;
	overflow: hidden;
}

#home .span-two .feature {
	height: 460px;
}

#home .span-three .feature {
	height: 545px;
}


/* -- Image list -- */


ul.image-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.image-list li {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
	padding: 0;
}

ul.image-list li.hover {
	background: #C7BAC8;
}

ul.image-list li .overlay {
	display: none;
}

ul.image-list li.hover .overlay {
	display: block;
	position: absolute;
	top: 0;
	z-index: 3;
	width: 40px;
	height: 40px;
	background: url(../images/common/overlay.png) -10px -10px no-repeat;
}

ul.image-list li img {
	display: block;
	float: left;
	margin-right: 10px;
}

ul.image-list li span.title {
	display: block;
	height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-bottom: 5px;
	font-size: 30px;
	line-height: 32px;
	color: #000;
}

ul.image-list li span.date {
	display: block;
}

ul.image-list li span.summary {
	display: block;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}


/* -- Text list -- */


ul.text-list {
	margin: 0;
	padding: 5px;
	list-style: none;
	font-size: 20px;
	line-height: 22px;
}

ul.text-list li {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0 0 18px;
}

ul.text-list li span {
	font-size: 14px;
}



/* -- Alpha Nav -- */

div.alpha-nav {
	height: 20px;
	padding: 5px 2px;
	margin: 0 0 10px;
	overflow: hidden;
	font-family: 'Novecentosanswide-Light', 'Open Sans', arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
	background: #C7BAC8;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
}

div.alpha-nav a {
	display: block;
	float: left;
	width: 28px;
	text-align: center;
	border-right: 1px solid #FFF;
}

div.alpha-nav a.selected {
	color: #FFF;
}

div.alpha-nav a:last-child {
	border-right: 0;
}



/* -- Article -- */

div.article-header {
	padding: 5px;
	background: #C7BAC7;
	cursor: default;
}

div.article-header h2 {
	line-height: 32px;
	font-size: 30px;
	font-weight: normal;
	margin: 0;
}

div.article-text {
	padding: 5px 0;
}

div.article-text p {
	padding: 0 5px 18px;
	margin: 0;
}

div.article-text p img {
	display: block;
	width: 590px;
	height: auto;
	margin-left: -5px;
}

div.article-text p img.rs-small {
	display: inline-block;
	width: 19px;
	height: 15px;
	margin: -4px 0 0 0;
	vertical-align: middle;
}

div.related {
	padding-bottom: 20px;
	margin-bottom: 10px;
	background: #C7BAC8;
}

div.related h5 {
	margin: 0;
	padding: 5px 10px 0 5px;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #231F20;
	cursor: default;
}

div.related ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.related ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.related ul li a {
	display: block;
	padding: 8px 6px;
	color: #A2325F;
}

div.related ul li a span {
	display: block;
	font-size: 10px;
	line-height: 12px;
	color: #231F20;
}

div.related ul li a:hover {
	background: #8F7691;
}

div.share {
	margin-bottom: 10px;
}

div.share a.share-button {
	display: block;
	padding: 5px;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	color: #A2325F;
	text-align: center;
	background: #C7BAC8;
}

div.share div.menu {
	height: 34px;
	overflow: hidden;
}

div.share div.menu a {
	display: block;
	float: left;
	width: 35px;
	height: 1px;
	padding-top: 33px;
	margin-left: 3px;
	margin-right: 27px;
	overflow: hidden;
	background: url(../images/common/share-icons.png) no-repeat;
}

div.share div.menu a#share-email {
	background-position: 0 0;
}
div.share div.menu a#share-email:hover {
	background-position: 0 -36px;
}

div.share div.menu a#share-facebook {
	background-position: -66px 0;
}
div.share div.menu a#share-facebook:hover {
	background-position: -66px -36px;
}

div.share div.menu a#share-twitter {
	margin-right: 0;
	background-position: -129px 0;
}
div.share div.menu a#share-twitter:hover {
	background-position: -129px -36px;
}


/* -- Pagination -- */

div.pagination {
	height: 30px;
	overflow: hidden;
}

div.pagination a {
	display: block;
	width: 170px;
	padding: 5px 8px;
	font-family: 'Novecentosanswide-Light', 'Open Sans', arial, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
	background: #8E7691;
	color: #FFF;
}

div.pagination a:hover {
	background: #502853;
}

div.pagination a.page-back {
	float: left;
}

div.pagination a.page-next {
	float: right;
	text-align: right;
}


/* -- Footer -- */

div#footer-text {
	position: absolute;
	z-index: 9999;
	width: 190px;
	margin-left: -192px;
	margin-top: -70px;
	color: #FFF;
	font-size: 7px;
	line-height: 10px;
	text-align: center;
}

div#footer-text p {
	margin: 0;
}


/* -- Flowplayer -- */
.flowplayer .fp-progress {
	background-color: #C7BAC7;
}


/* -- Home -- */

#twitter {
	height: 505px;
	text-align: center;
}



/* -- Search -- */

#search-results {
	width: 85% !important;
}

#search-results div {
	background: none !important;
	border: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	font-family: 'Open Sans', arial, sans-serif !important;
	-webkit-font-smoothing: antialiased !important;
	text-decoration: none !important;
	color: #000;
}

#search-results div#gsc-control-cse {
	padding-top: 0 !important;
}

#search-results div a,
#search-results div a b,
#search-results div a strong {
	color: #A0325F;
	text-decoration: none !important;
	font-size: 18px !important;
}

#search-results div a:hover,
#search-results div a:hover b,
#search-results div a:hover strong {
	color: #502853 !important;
}

#search-results .gcsc-branding-text,
#search-results .gcsc-branding-img-noclear,
#search-results .gsc-result-info-container,
#search-results .gs-visibleUrl,
#search-results .gs-visibleUrl-long {
	display: none !important;
}

#search-results .gsc-webResult,
#search-results .gsc-result {
	padding-bottom: 25px;
	margin: 0;
}

#search-results .gsc-orderby {
	display: none !important;
}

#search-results .gsc-thumbnail-inside,
#search-results .gs-title {
	height: 24px !important;
	overflow: hidden;
}

#search-results table,
#search-results td {
	padding-right: 0 !important;
	margin-right: 0 !important;
}

#search-results .gsc-table-result {
	padding-left: 0 !important;
}

#search-results .gsc-table-result img,
#search-results .gsc-table-result .gsc-table-cell-thumbnail,
#search-results .gsc-table-result .gsc-thumbnail {
	display: none !important;
}




#search-results .gsc-cursor-current-page {
	color: #A0325F !important;
}

#search-results div.gsc-cursor-page {
	padding: 0 15px 0 5px !important;
	color: #999;
}

#search-results div.gsc-cursor-page:hover {
	color: #333;
}
