/* Define Typographic Elements --------------------------------------------- */

body {
	background: #485055;
	font-family: "ff-meta-serif-web-pro", times new roman, serif;
	font-size: 12px;
	color: #666;
	line-height: 18px;
}

strong {color: #333;}
em {font-style: italic;}

/* Headings  ----------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: bold; 
	color: #444;
	line-height: 14px;
}

h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}
h6 {font-size: 10px;}
h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* Header Settings */

h1 img {}

/* List Elements ----------*/


ol {}
ol li {}

ul {}
ul li {}

#articleContent ol {
  	padding-bottom: 30px;
}

#articleContent ol li{
  	padding: 0 165px 0 185px;
	margin-bottom: 2px;
	list-style: none;
	font-family: georgia, skolar, times new roman, times, serif;
	font-style: italic;
	font-size: 13px;
}

#articleContent ul {
  	padding: 0 165px 25px 225px;
}

#articleContent li {
   	font-family: skolar, georgia, times new roman, times, serif;
    font-size: 16px;
    line-height: 26px;
    font-style: normal;
    font-weight: 400;
    color: #494949;
    letter-spacing: 0px;
	margin-bottom: 18px;
}

/* Table Elements ----------*/

#articleContent table {
	width: 100%;
	font-family: proxima-nova, helvetica, arial, sans-serif;
	font-size: 13px;
	margin: 10px 0 35px 0;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	line-height: 15px;
}

#articleContent td {
	font-family: proxima-nova, helvetica, arial, sans-serif;
	padding: 3px 3px 3px 7px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#articleContent td strong { font-family: proxima-nova, helvetica, arial, sans-serif; font-size: 13px; }

td.grey {
	background-color: #f6f6f6;
}

.tableDisclaimer {
	font-size: 11px;
	margin-bottom: 25px;
}


/* General Typography */

a { 
	color: #036; 
	text-decoration: none; 
	font-size: 13px; 
	font-style: italic; 
}

a:hover { color: #00aeff; }


/* Home Typography */

.backgroundHeading h2 {
	font-family: proxima-nova, helvetica, arial, sans-serif;
	font-size: 72px;
	font-weight: 100;
	letter-spacing: 0;
	color: #333;
	text-transform: uppercase;
	font-style: italic; 
}

.backgroundHeadingBlue h2 {
	font-family: proxima-nova, helvetica, arial, sans-serif;
	font-size: 62px;
	font-weight: 100;
	letter-spacing: 0;
	color: #f7f7f7;
	text-transform: uppercase;	
	font-style: italic; 
}

.homeContent h2 {text-align: center;}

.homeContent h2 a {
	font-family: proxima-nova, helvetica, arial, sans-serif;
    font-style: italic;
	color: #333;
    letter-spacing: 0px;
    padding: 0 0 0 0;
	text-transform: uppercase;
}

.homeLeadContainer h2 a { font-size: 28px; font-weight: 300; line-height: 32px; }
.homeThreeColumnFluid h2 a { font-size: 21px; font-weight: 300; line-height: 26px; }
.fluidSingleInner h2 a { font-size: 27px; font-weight: 300; line-height: 30px; }
.homeThreeColumnText h2 a { font-size: 20px; font-weight: 300; line-height: 28px; }
.homeTwoColumnFluid h2 a { font-size: 23px; color: #fff; font-weight: 300; line-height: 25px; }
.homeTwoColumnFluidSmall h2 a { font-size: 17px; color: #fff; font-weight: 300; line-height: 23px; }

.homeContent h2 a:hover { color: #00aeff; }

.homeContent p.divider {
	font-family: proxima-nova, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #dadada;
	margin: -5px 0 -10px 0;
	text-align: center;
}

.homeTwoColumnFluid p.divider { color: #5a5b5c; }
.homeTwoColumnFluidSmall p.divider { color: #5a5b5c; margin: -10px 0 0 0;}

.homeContent p {
	font-family: skolar, georgia, times new roman, times, serif;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: #666;
	padding-bottom: 20px;
	text-align: left;
}

.homeContent p a { font-family: georgia, skolar, times new roman, times, serif; }
.homeContent p a:hover { border-bottom: 1px #00aeff dotted; }

.homeTwoColumnFluid p {color: #ccc;}
.homeTwoColumnFluid p a {font-family: georgia, skolar, times new roman, times, serif; color: #ffc;}
.homeTwoColumnFluid p a:hover { color: #00aeff; }

.homeTwoColumnFluidSmall p {text-align: center; margin: 0; padding: 0;}
.homeTwoColumnFluidSmall p a {font-family: georgia, skolar, times new roman, times, serif; color: #ffc;}
.homeTwoColumnFluidSmall p a:hover { color: #00aeff; }

.categorySelector, .categorySelector a {
	font-family: proxima-nova, helvetica, arial, sans-serif;
	font-style: italic;
	font-size: 13px;
	font-weight: 300;
	color: #ccc;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 8px 0;
}

.homeTwoColumnFluidSmall .categorySelector {margin: 0 0 2px 0;}
.homeTwoColumnFluidSmall .categorySelector a {font-size: 12px;}

.categorySelector a:hover { color: #00aeff; }

/* Category Typography */

.categoryContent .categorySelector a {
	font-size: 15px;
	letter-spacing: 0px;
	font-weight: 300;
	color: #ccc;
	text-transform: uppercase;
	margin: auto;
}

.categoryContent h1 {
    font-size: 75px;
    line-height: 73px;
    font-family: proxima-nova, helvetica, arial, sans-serif;
    font-style: italic;
    font-weight: 300;
    letter-spacing: -1px;
    text-align: center;
	text-transform: uppercase;
	padding: 0 70px 0 50px;
}

.categoryContent h2 {width: 95%; margin: auto; }

.categoryContent h2 a {
	font-family: proxima-nova, helvetica, arial, sans-serif;
    font-style: italic;
	color: #333;
    letter-spacing: 0px;
	text-transform: uppercase;
}

.categoryContent h2 {text-align: center;}

#categoryListing h3 { text-align: left; padding-bottom: 7px; margin-left: 0;}

#categoryListing h3 a {
	font-style: normal;
    font-weight: 700;
    font-family: proxima-nova, helvetica, arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
	color: #444;
	text-align: left;
}

#categoryListing h3 a:hover {color: #00aeff;}

#categoryListingLink {margin-left: -80px;}

#categoryListingLink a {
	font-style: normal;
    font-weight: 700;
    font-family: proxima-nova, helvetica, arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
	color: #444;
	text-align: left;
}

#categoryListingLink a:hover { color: #00aeff; border-bottom: 1px #00aeff dotted; }

#categoryListingLink a.rollover {
	display: block;
	width: 193px;
	height: 16px;
	text-decoration: none;
	background: url(http://media.emercedesbenz.com.s3.amazonaws.com/magazine/wp-content/themes/emercedesbenz/images/category/arrow-down.gif) no-repeat 175px 0;
	margin: auto;
}

#categoryListingLink a.rollover:hover {background-position: 175px -16px; border-bottom: 0px;}

#categoryListingLink a.rolloverUp {
	display: block;
	width: 193px;
	height: 16px;
	text-decoration: none;
	background: url(http://media.emercedesbenz.com.s3.amazonaws.com/magazine/wp-content/themes/emercedesbenz/images/category/arrow-up.gif) no-repeat 175px 0;
	margin: auto;
}

#categoryListingLink a.rolloverUp:hover {background-position: 175px -16px; border-bottom: 0px;}

.categoryListingLeftInnerContainer, .categoryListingInnerContainer, .lifestyleCategoryListingContainer  {
	font-style: normal;
    font-family: georgia, skolar, times new roman, times, serif;
    letter-spacing: 0;
    font-size: 13px;
	color: #444;
	text-align: left;
	line-height: 19px;
}

.categoryContent p {
	font-family: skolar, georgia, times new roman, times, serif;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: #666;
	padding-bottom: 20px;
	text-align: left;
}

.categoryContent p a { font-family: georgia, skolar, times new roman, times, serif; }
.categoryContent p a:hover { border-bottom: 1px #00aeff dotted; }

.categoryContent p.divider {
	font-family: proxima-nova, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #dadada;
	margin: -5px 0 -10px 0;
	text-align: center;
}

.categoryContent p.categorySingleReadMore, .homeContent p.categorySingleReadMore, .relatedContent p.categorySingleReadMore {
	display: inline;
	font-family: georgia, skolar, times new roman, times, serif;
	background: #485055;
	color: #fff;
    font-weight: 300;
	font-size: 12px;
	letter-spacing: 0px;
	font-style: italic;
	text-transform: none;
	padding: 7px 15px 7px 18px;
	text-align: center;
	border-bottom: 2px solid #373c40;
}

.categoryContent p.categorySingleReadMore:hover, .homeContent p.categorySingleReadMore:hover, .relatedContent p.categorySingleReadMore:hover {
	background: #00aeff; border-bottom: 2px solid #0097df;
}

.categoryContent a:hover { color: #00aeff; }

.dealerCategoryInner h2 a { font-size: 34px; font-weight: 300; line-height: 30px; }
.dealerCategoryInner .categorySelector, .dealerCategoryInner .categorySelector a {font-size: 16px; }
.dealerSubheading h3 {font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; font-weight: 100; font-size: 13px;}

/* What's Hot Container */

#popularContent h2 a {
	font-family: proxima-nova, helvetica, arial, sans-serif;
    font-style: italic;
    letter-spacing: 0px;
    padding: 0;
	text-transform: uppercase;
	font-size: 17px; 
	color: #fff; 
	font-weight: 300; 
	line-height: 23px;
	text-align: center;
}

#popularContent p.divider {
	font-family: proxima-nova, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
	text-align: center;
	color: #5a5b5c;
	margin: -8px 0 3px 0;
}

#popularContent p {
	font-family: georgia, skolar, times new roman, times, serif; 
	color: #ccc; 
	margin: 0; 
	padding: 0; 
	text-align: center;
}

#popularContent .categorySelector { margin: 0 0 3px 0; }
#popularContent .categorySelector a {font-size: 12px; margin-bottom: -5px;}

#popularContent p a {color: #ffc;}
#popularContent a:hover { color: #00aeff; }

.popularContent h2 a:hover { color: #00aeff; }

/* Article Typography */

#articleBreadcrumb, #articleBreadcrumb a {
    font-family: proxima-nova, helvetica, arial, sans-serif;
	text-transform: uppercase;
	color: #ccc;
	font-style: italic;
    font-weight: 100;
    letter-spacing: 0px;
	font-size: 19px;
}

#articleBreadcrumb a:hover {
	color: #00aeff;
	text-decoration: none;
	border-bottom: 1px #00aeff dotted;
}

#articleContent h1 {
    font-size: 65px;
    line-height: 73px;
    font-family: proxima-nova, helvetica, arial, sans-serif;
    font-style: italic;
    font-weight: 300;
    letter-spacing: -1px;
    text-align: center;
	text-transform: uppercase;
	padding: 0 70px 0 50px;
}
 
#articleSubheading h2 {
	font-family: proxima-nova, helvetica, arial, sans-serif;
    font-size: 25px;
    letter-spacing: 0px;
    color: #999;
	line-height: 39px;
    text-align: center;
    font-style: italic;
    font-weight: 100;
	text-transform: uppercase;
}

#articleContent h3 {
	font-style: normal;
    font-weight: 700;
    font-family: proxima-nova, helvetica, arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
	color: #444;
	text-align: center;
}

.articleBy {
	font-style: italic;
    font-weight: 100;
    font-family: georgia, skolar, times new roman, times, serif;
    font-size: 13px;
	text-transform: none;
	letter-spacing: 0px;
}

.articleDate {
	font-style: normal;
    font-weight: 400;
	text-transform: none;
	font-size: 12px;
	letter-spacing: 0px;
}

#articleContent p {
   	font-family: skolar, georgia, times new roman, times, serif;
    font-size: 16px;
    line-height: 30px;
    font-style: normal;
    font-weight: 400;
    color: #494949;
    letter-spacing: 0px;
	padding: 0 165px 30px 180px;
}

#articleContentContainer p:first-child:first-letter { 
	font-size: 60px;
    font-family: proxima-nova, helvetica, arial, sans-serif;
    font-style: italic;
    font-weight: 100;
	margin: 0 1px 0 0;
}

#articleContent strong {
	font-family: adobe-caslon-pro, georgia, "Times New Roman", times, serif;
	font-size: 17px;
	font-weight: 600;
}

#articleContentContainer a {
	font-size: 16px;
	font-style: normal;
	border-bottom: 1px #003366 dotted;
}

#articleContentContainer a:hover {
	color: #00aeff;
	text-decoration: none;
	border-bottom: 1px #00aeff dotted;
}

#articleContent h4 {
	font-family: proxima-nova, helvetica, arial, sans-serif;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 25px;
	text-transform: uppercase;
	padding: 20px 195px 20px 180px;
	color: #333;
}

#articleContent .wp-caption-text {
	font-family: proxima-nova, helvetica, arial, sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1px;
	font-size: 13px;
	color: #333;
	text-transform: uppercase;
	margin: 0 70px 0 70px;
}

#articleReadMore p {
	font-family: proxima-nova, helvetica, arial;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 13px;
	color: #333;
}

#articleReadMore a {
	font-family: georgia, skolar, times new roman, times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0px;
	border-bottom: 1px #003366 dotted;
}

#articleReadMore a:hover {
	color: #00aeff;
	text-decoration: none;
	border-bottom: 1px #00aeff dotted;
}

/* Press Release ----*/

#pressRelease h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	padding: 50px 0 20px 0;
}

#pressRelease strong {
	font-family: proxima-nova, helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
	text-transform: uppercase;
}

#pressRelease p {
	font-family: proxima-nova, helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-style: italic;
    font-weight: 400;
    color: #666;
    letter-spacing: 0px;
	padding: 0 0 30px 30px;
}

#pressReleaseExpand a {
	font-family: proxima-nova, helvetica, arial, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	color: #444;
	border-bottom: none;
}

#pressReleaseExpand a:hover {color: #00aeff;}
#pressReleaseInstruct {font-size: 12px;}

/* Photo Gallery Typography --------*/

#photoGalleryCounter, #photoGalleryCounter a {
	font-family: proxima-nova, helvetica, arial, sans-serif;
	font-size: 75px;
	font-weight: 100;
	letter-spacing: -1px;
	color: #fff;
	font-style: normal;
	text-align: left;
}

#photoGalleryCounter a:hover {color: #00aeff;}

#photoGalleryCounterSmall, #photoGalleryCounterSmall a {
	font-family: proxima-nova, helvetica, arial, sans-serif;
	font-size: 30px;
	font-weight: 200;
	letter-spacing: 0px;
	color: #fff;
	font-style: normal;
	text-align: center;
}

#photoGalleryCounterSmall a:hover {color: #00aeff;}

#photoGalleryText h2, #photoGalleryTextDealer h2 {
	font-family: proxima-nova, helvetica, arial, sans-serif;
	font-size: 45px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 50px;
	text-transform: uppercase;
	padding: 0 0 25px 0;
	color: #fff;
	text-align: left;
}

#photoGalleryText p, #photoGalleryTextDealer p {
	font-family: skolar, georgia, times new roman, times, serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 28px;
	color: #fff;
	padding-bottom: 20px;
}

#photoGalleryParagraph p a {
	font-size: 18px;
	color: #ff9;
	font-style: normal;
	text-decoration: none;
}

#photoGalleryParagraph p a:hover {
	color: #00aeff;
	border-bottom: 1px #00aeff dotted;
}

#photoGalleryShare a {border: none;}

/* Related Stories Typography -----------*/

.relatedThreeColumnFluidText h2 { margin: -4px 0 -5px 0; }

.relatedThreeColumnFluidText h2 a {
    font-style: italic;
    font-weight: 300;
    font-family: proxima-nova, helvetica, arial, sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 21px;
    font-size: 17px;
	color: #212121;
}

.relatedThreeColumnFluidText h2 a:hover { color: #00aeff; text-decoration: none; }

.relatedThreeColumnFluidText p {
	font-size: 12px;
    line-height: 20px;
    font-family: georgia, skolar, times new roman, times, serif;
    color: #666464;
    letter-spacing: 0px;
    text-transform: none;
    font-style: italic;
    font-weight: 300;
	padding: 0;
	text-align: center;
	width: 80%;
	margin: auto;
	padding-bottom: 20px;
}

.relatedThreeColumnFluidText a {
	font-family: georgia, skolar, times new roman, times, serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
}

.relatedThreeColumnFluidText p.divider {
	font-family: proxima-nova, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #dadada;
	text-align: center;
	margin: auto;
	padding-bottom: 3px;
}

.relatedThreeColumnFluidText .categorySelector a {
	font-family: proxima-nova, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #ccc;
}

.relatedThreeColumnFluidText a:hover {
	color: #00aeff;
	text-decoration: none;
}

.relatedThreeColumnFluidText p.categorySingleReadMore {
	display: inline;
	font-family: georgia, skolar, times new roman, times, serif;
	background: #485055;
	color: #fff;
    font-weight: 300;
	font-size: 12px;
	letter-spacing: 0px;
	font-style: italic;
	text-transform: none;
	padding: 7px 15px 7px 18px;
	text-align: center;
	border-bottom: 2px solid #373c40;
}

.relatedThreeColumnFluidText p.categorySingleReadMore:hover {
	background: #00aeff; border-bottom: 2px solid #0097df;
}

/* Contact Typography -------------*/

#contactContentContainer h4 {
	font-family: proxima-nova, helvetica, arial, sans-serif;
	line-height: 27px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0 165px 30px 180px;
}

#contactContentContainer strong { 
	font-family: proxima-nova, helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: 500px; 
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.contactRequired { 
	font-family: proxima-nova, helvetica, arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 1px;
	text-transform: uppercase;
}


/* Legal Typography -------------*/

#legalContentContainer a {
	font-size: 15px;
	font-style: normal;
}

#legalContentContainer a:hover {
	color: #00aeff;
	text-decoration: none;
	border-bottom: 1px #00aeff dotted;
}

#legalContentContainer li {margin-bottom: 5px;}

/* 404 Error Typography -------------*/

#errorContent h2 {
	font-family: proxima-nova, helvetica, arial, sans-serif;
	font-size: 70px;
	font-weight: 100;
	letter-spacing: 0;
	line-height: 70px;
	color: #f7f7f7;
	text-transform: uppercase;	
	font-style: italic; 
	margin: 20px 0 15px 0;
    text-align: center;
}

#errorContent h3 { 
 	font-family: proxima-nova, helvetica, arial, sans-serif;
	line-height: 50px;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0px;
    text-align: center;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	margin: auto;
	padding: 30px 0 30px 0;
}

#errorContent p {
	font-family: skolar, georgia, times new roman, times, serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 28px;
	color: #fff;
	padding-bottom: 20px;
	text-align: center;
}

#errorContent ul {
	font-family: skolar, georgia, times new roman, times, serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 28px;
	color: #fff;
	padding-bottom: 20px;
	text-align: center;
}

#errorContent li {
	text-align: left;
	margin-left: 200px;
	padding-bottom: 5px;
}

#errorContent p a {
	font-size: 16px;
	color: #ff9;
	font-style: normal;
	text-decoration: none;
}

#errorContent li a {
	font-size: 16px;
	color: #ff9;
	font-style: normal;
	text-decoration: none;
}

#errorContent a:hover {
	color: #00aeff;
	border-bottom: 1px #00aeff dotted;
}

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

#footerContent h2 {
	font-family: proxima-nova, helvetica, arial;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 12px;
	color: #f0f0f0;
	margin-bottom: 7px;
}

#footerContent h2 a { 
	font-family: proxima-nova, helvetica, arial;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1px;
	font-size: 12px;
	color: #f0f0f0;
	margin-bottom: 7px;
	text-decoration: none; 
}

#footerContent h2 a:hover { color: #00aeff; }

#footerContent a {
    font-family: georgia, skolar, "Times New Roman", times, serif;
    font-size: 12px;
    line-height: 20px;
    font-style: italic;
    font-weight: 400;
    color: #fff;
}

#footerContent a:hover { color: #00aeff; }

#searchNoResults p { 
	font-family: proxima-nova, helvetica, arial;
	font-size: 23px; 
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
}

/* Featured Article Rollover */

#articleBannerWrapper span {
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(0,0,0,.5);
	-webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
         -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
	text-align: center;
}

#articleBannerWrapper span h2 {
	padding: 290px 0 25px 0; 
	font-family: Georgia, skolar, "Times New Roman", times, serif;
	font-size: 35px;
	font-weight: 500;
	font-style: italic;
	color: #fff;
}

#articleBannerWrapper:hover span { opacity: 1;}

p.downArrow {
	background: url(http://media.emercedesbenz.com.s3.amazonaws.com/magazine/wp-content/themes/emercedesbenz/images/article/downArrow.png) 0 36px;
	margin: auto;
	width: 78px; height: 36px;	
}

p.downArrow:hover {background: url(http://media.emercedesbenz.com.s3.amazonaws.com/magazine/wp-content/themes/emercedesbenz/images/article/downArrow.png) 0 0;}

/* Smaller Featured Image Hover */

#inStoryFeature span {
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(0,0,0,.5);
	-webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
         -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
	text-align: center;
}

#inStoryFeature span h2 {
	padding: 175px 0 25px 0; 
	font-family: Georgia, skolar, "Times New Roman", times, serif;
	font-size: 21px;
	font-weight: 500;
	font-style: italic;
	color: #fff;
	text-align: left;
}

#inStoryFeature:hover span { opacity: 1; font-weight: 500;}

#inStoryFeature p.downArrow {
	background: url(http://media.emercedesbenz.com.s3.amazonaws.com/magazine/wp-content/themes/emercedesbenz/images/article/downArrowBoxed.png) 0 22px;
	width: 27px; height: 22px;	
	margin: 0;
	padding: 0;
	float: left;
	margin: 170px 10px 0 390px;
}

#inStoryFeature p.downArrow:hover {background: url(http://media.emercedesbenz.com.s3.amazonaws.com/magazine/wp-content/themes/emercedesbenz/images/article/downArrowBoxed.png) no-repeat 0 0;}
















a.darken {
    display: block;
    background: black;
    padding: 0; margin: 0;
    position: relative;
}

a.darken img {
    display: block;
    -webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
         -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
}

a.darken:hover img {opacity: 0.7;}

a.darken p {
	position: absolute;
	top: 168px; left: 405px;
	padding: 3px 0 0 34px;
	opacity: 0;
	font-family: Georgia, skolar, "Times New Roman", times, serif;
	font-size: 21px;
	font-weight: 500;
	font-style: italic;
	letter-spacing: 0;
}

a.darken:hover p {
	color:#fff;
	opacity: 1;
    -webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
         -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
}

span.downArrowBox {
	position: absolute;
	top: 0; left: 0;
	background: url(http://media.emercedesbenz.com.s3.amazonaws.com/magazine/wp-content/themes/emercedesbenz/images/article/downArrowBoxed.png) 0 0;
	margin: auto;
	width: 27px; height: 22px;	
}

span.downArrowBox:hover {background: url(http://media.emercedesbenz.com.s3.amazonaws.com/magazine/wp-content/themes/emercedesbenz/images/article/downArrowBoxed.png) 0 22px;}
