/* STYLESHEET SECTIONS
   CSS Flags marked with [=]
	 
	 HTML AND REUSABLE STYLES
	 MAIN STRUCTURE STYLES
	 HOME PAGE STYLES 
	 INNER PAGE STYLES
	 ....................................... */


/* =HTML AND REUSABLE STYLES
   ....................................... */

body {
	background: #FFFFFF;
}
img.floatLeft {
    margin-right: 10px;
}
img.floatRight {
    margin-left: 10px;
}

/* =MAIN STRUCTURE STYLES
   ....................................... */

div.mainContentWrapper {
	width: 970px;
	position: relative;
	margin: 15px auto 0;
}

/* * * * * * * * * * * * * * * * * * * 
	HEADER
* * * * * * * * * * * * * * * * * * */

div.headerWrapper {
	padding: 18px 0 23px 0;
	background: url(../fw/bgLineTile.jpg) repeat-x bottom;
}
div.header {
	width: 939px; /*main page size*/
	margin: 0 auto;
	padding: 0 0 0 11px;
}/*  Total width should add to 950px. */
a#silverlightLogo {
	display: block;
	float: left;
	margin-right: 47px;
}
a#silverlightLogo img {
	display: block;
}
div.searchWrapper {
	float: left;
	width: 377px;
	padding: 3px 3px 3px 8px;
	border: 1px solid #E1E2E2;
}/*  Total width should add to 390px. */
div.searchWrapper input.searchField {
	display: block;
	float: left;
	width: 350px;
	margin-top: 4px;
	border-width: 0;
	color: #8F8E8E;
	font-size: 12px;
}
div.searchWrapper input.searchButton {
	display: block;
	float: right;
}
a.btnDownloadSilverlightPlugin {
	display: block;
	float: left;
	width: 136px;
	height: 30px;
	margin-left: 35px;
	background: url(../fw/btnDownloadSilverlightPlugin.jpg) no-repeat left top;
	text-indent: -99999px;
}
a.btnDownloadSilverlightPlugin:hover {
	background-position: left bottom;
}
div.follow {
	float: right;
	padding-top: 5px;
}
div.follow span {
	display: block;
	float: left;
	padding-top: 4px;
	font-size: 12px;
	color: #44525E;
}
div.follow a.facebook,
div.follow a.twitter {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	margin-left: 5px;
	background: url('../fw/iconFacebook.jpg') no-repeat left top;
	text-indent: -99999px;
}/* Shared attributes grouped for consistency. */
div.follow a.twitter {
	margin-left: 10px;
	background-image: url('../fw/iconTwitter.jpg');
}
div.follow a.facebook:hover,
div.follow a.twitter:hover {
	background-position: left bottom;
}

/* * * * * * * * * * * * * * * * * * * 
	TOP NAV
* * * * * * * * * * * * * * * * * * */

ul.topNav {
	display: block;
	float: left;
	width: 700px;
	margin: 15px 0 0 0;
	padding: 0;
}
ul.topNav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	font-size: 15px;
}
ul.topNav li.firstLink {
	padding-left: 0;
}
ul.topNav li.lastLink {
}

ul.topNav li a {
	display: block;
	color: #303030;
	text-decoration: none;
}
ul.topNav li a:hover {
	color: #2186C6;
}
body#homePage ul.topNav li a#navHomeLink,
body.aboutPage ul.topNav li a#navAboutLink,
body.featuresPage ul.topNav li a#navFeaturesLink,
body.successStoriesPage ul.topNav li a#navSuccessStoriesLink,
body.partnersPage ul.topNav li a#navPartnersLink,
body.resourcesPage ul.topNav li a#navResourcesLink,
body.communityPage ul.topNav li a#navCommunityLink {
	color: #2186C6;
}/* Current section indicator styling */


/* * * * * * * * * * * * * * * * * * * 
	FOOTER
* * * * * * * * * * * * * * * * * * */

div.footer {
	width: 790px;
	z-index: 2;
	position: relative;
	margin: 50px auto 0 auto;
	padding: 30px 10px 20px 170px;
	border-top: 1px solid #D9D9D9;
	background: url(../fw/textMore.gif) no-repeat 10px 30px;
	font-size: 12px;
}/* Total width should add to 970px. */
a.footerMsLogo {
	display: block;
	float: right;
}
ul.footerLinkList {
	display: block;
	float: left;
	width: 130px;
	margin: 0 70px 0 0;
	padding: 0;
	color: #363636;
}
ul.footerLinkList li {
	margin: 0;
	padding: 0 0 5px 0;
	list-style: none;
}
ul.footerLinkList.msdnList {
	float: right;
	margin: 0 140px 0 0;
}
ul.footerLinkList a {
	color: #363636;
	text-decoration: none;
}
ul.footerLinkList a:hover {
	color: #2186C6;
	text-decoration: underline;
}



/* =HOME PAGE STYLES
   ....................................... */


/* * * * * * * * * * * * * * * * * * * 
	MAIN SLIDESHOW
* * * * * * * * * * * * * * * * * * */

div.mainSlideshow {
	padding: 50px 10px 15px 10px;
	text-align: center;
	font-weight: bold;
}


/* * * * * * * * * * * * * * * * * * * 
	FEATURED 3 COLUMNS
* * * * * * * * * * * * * * * * * * */

div.homepageFeatured3ColWrapper {
	border-top: 1px solid #D9D9D9;
	padding: 30px 10px;
}
div.homepageFeatured3ColSeparator {
	background: url(../fw/bg3ColSeparators.gif) repeat-y center;
}
div.homepageFeatured3ColWrapper div.col01,
div.homepageFeatured3ColWrapper div.col02,
div.homepageFeatured3ColWrapper div.col03 {
	float: left;
	width: 316px;
}/* Total width should add to 316px. */
div.homepageFeatured3ColWrapper div.col01 a.thumbnailLink {
	display: inline;
	float: left;
	margin: 0 15px 0 1px;
}
div.homepageFeatured3ColWrapper div.col02 a.thumbnailLink {
	display: inline;
	float: left;
	margin: 0 15px 0 17px;
}
div.homepageFeatured3ColWrapper div.col03 a.thumbnailLink {
	display: inline;
	float: left;
	margin: 0 2px 0 17px;
}
div.homepageFeatured3ColWrapper div.col01 div.textColumn {
	float: left;
	width: 184px;
}
div.homepageFeatured3ColWrapper div.col02 div.textColumn {
	float: left;
	width: 176px;
}
div.homepageFeatured3ColWrapper div.col03 div.textColumn {
	float: left;
	width: 207px;
}
div.homepageFeatured3ColWrapper h2 {
	margin: 12px 0 0 0;
	padding: 0;
	font-size: 24px;
}
div.homepageFeatured3ColWrapper h2 a {
	color: #2186C6;
}
div.homepageFeatured3ColWrapper p {
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 1.4em;
}


/* * * * * * * * * * * * * * * * * * * 
	FEATURED LISTING BOX
* * * * * * * * * * * * * * * * * * */

div.featuredListingBox {
	float: left;
	width: 465px;
	margin-left: 10px;
}/* Shared attributes grouped for consistency. */
div.featuredWhatsNewBox {
	margin-right: 10px;
}
div.featuredTwitterBox {
}
div.featuredBlogBox {
}
div.featuredListingBox h5 {
	display: block;
	margin: 10px 0 0 0;
	padding: 5px 15px 5px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #555E66;
	background: #F2F2F2 url(../fw/dottedLine.jpg) repeat-x left bottom;
}
div.featuredListingBox h5 span.rightLinks {
	display: block;
	float: right;
	font-size: 10px;
	color: #44525E;
}
ul.feedItems {
	margin: 0;
	padding: 0 0 20px 0;
	color: #44525E;
}
ul.feedItems li {
	margin: 0;
	padding: 15px 0 10px 0;
	list-style-type: none;
}
ul.feedItems.blurbs,
ul.feedItems.silverlightTeamBlog,
ul.feedItems.tweets {
}
ul.feedItems.silverlightTeamBlog {
}
ul.feedItems span.title {
	line-height: 1;
	font-size: 14px;
	color: #68737D;
}
ul.feedItems span.dateline {
	font-size: 11px;
	font-weight: bold;
}
ul.feedItems span.description {
}



/* =INNER PAGE STYLES
   ....................................... */
.threeColWrapper {
    margin: 0 0 50px 0;
}

.threeColWrapper .col01,
.threeColWrapper .col02,
.threeColWrapper .col03 {
    float: left;
    width: 280px;
    padding: 0 21px;
}
.threeColWrapper .col03 {
    padding-right: 0;
}
.col01 div.textColumn,
.col02 div.textColumn,
.col03 div.textColumn {
	float: left;
	width: 205px;
}

.featuresPage .dynamicHeader {
    border-bottom: 1px solid #D9D9D9;
}
.featuresPage h1{
    color: #38295C;
    margin: 30px 0 30px 0;
}
.featuresPage h2{
    color: #2186C6;
    font-size: 20px;
}

.featuresPage .dynamicHeader .caption,
.aboutPage .dynamicHeader .caption {
    float: left;
    margin: 0 35px 40px 0;
    width: 315px;
}
.featuresPage .dynamicHeader img.slideImage,
.aboutPage .dynamicHeader a.slideImage {
    float: right;
}
.featuresPage .dynamicHeader a.ctaButton:hover {
	background-position: right -52px;
}
.indFeaturePage .col01 {
    float: left;
    width: 330px;
    margin: 0 30px 0 0;
    padding: 0;
    border: none;
}
.indFeaturePage .col02 {
    float: right;
    border: none;
    width: 560px;
}
.indFeaturePage h2{
    color: #38295C;
    font-size: 30px;
}
.indFeaturePage .col01 p,
.indFeaturePage .pivotDemos p {
    line-height: 1.5;
}
.indFeaturePage .twoColWrapper {
    margin: 60px 0 0 0;
}
.indFeaturePage .twoColWrapper img {
    margin: 0 auto 20px auto;
}
.indFeaturePage a.button {
	display: block;
	margin-top: 25px;
	background: url(../fw/btnSlideshowRight.jpg) no-repeat right top;
	overflow: hidden;
	color: #efefef;
	text-decoration: none;
	height: 52px;
	width: 330px;
}
.indFeaturePage a.button span {
	display: block;
	height: 39px;
	padding: 13px 53px 0 28px;
	background: url(../fw/btnSlideshowLeft.jpg) no-repeat left top;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}
.indFeaturePage a.arrowLinkBlock {
	display: block;
	margin-top: 25px;
	background: url(../fw/arrowBtnSlideshowRight.gif) no-repeat right top;
	overflow: hidden;
	color: #efefef;
	text-decoration: none;
	height: 52px;
	width: 330px;
}
.indFeaturePage a.arrowLinkBlock:hover span {
    text-decoration: underline;
}
.indFeaturePage a.arrowLinkBlock span {
	display: block;
	height: 39px;
	padding: 16px 10px 0 10px;
	background: url(../fw/arrowBtnSlideshowLeft.gif) no-repeat left top;
	font-size: 14px;
	text-align: center;
	color: #2186C6;
}
#pivotPage a.arrowLinkBlock span {
	font-size: 12px;
	padding: 18px 10px 0 10px;
}
.indFeaturePage a.button:hover {
	background: url(../fw/btnSlideshowRight.jpg) no-repeat right bottom;
	color: #ffffff;
}
.indFeaturePage a.button span:hover {
	background-position: left -52px;
}
.indFeaturePage .col02 #videoCaption #caption_0 {
    font-size: 11px;
    color: #a3a3a3;
    font-style: italic;
}
.indFeaturePage #videoThumbs {
    margin: 25px 0 0 0;
}
.indFeaturePage #videoThumbs li{
    border-right: 1px solid #CDCDCD;
    display: block;
    width: 100px;
    padding: 0 38px 0 38px;
    float: left;
}
#pivotPage #videoThumbs li{
    padding: 0 37px 0 37px;
}
.indFeaturePage #videoThumbs #itemCenter {
    border-right: none;
}
.indFeaturePage #videoThumbs img {
    margin: 0;
}
.indFeaturePage .pivotButton img {
    float: left;
}
.indFeaturePage .pivotDemos img {
    float: none;
    margin: 0 0 10px 0;
}
#pivotPage .col01, 
#pivotPage .col02 {
    margin: 0 10px 25px 0;
}
.pivotDemos {
    border-top: 1px solid #D9D9D9;
}
    
.pivotDemos h1{
    margin: 30px 0 30px 0;
}
#pivotPage .pivotDemos #itemLeft {
    padding: 0 30px 0 0;
}
#pivotPage .pivotDemos #itemCenter {
    padding: 0 44px 0 44px;
}
#pivotPage .pivotDemos #itemRight {
    padding: 0 0 0 40px;
    border-right: none;
}
#pivotPage .pivotDemos ul {
    margin: 30px 0 0 0;
} 
#pivotPage .pivotDemos li {
    border-right: 1px solid #CDCDCD;
    display: block;
    float: left;
    padding: 0 29px;
    width: 180px;
    min-height: 155px;
}
#pivotPage .pivotDemos .title {
	display: block;
    color: #2186C6;
    margin: 0 0 5px 0;
    font-size: 20px;
    line-height: .8;
}
#pivotPage .pivotDemos .description {
    color: #4C4C4C;  
}

#pivotPage .pivotDemos span {
    float: none;
}
.indFeaturePage .headlineIcon {
    float: left;
    margin: 0;
    padding: 0 10px 0 0;
}
#extensiblemediaPage .headlineIcon,
#iissmoothstreamingPage .headlineIcon,
#perspective3dPage .headlineIcon,
#skinningstylingPage .headlineIcon {
    padding: 10px 20px 0 0;
}
#smoothStreamingTitle {
	padding-bottom: 5px;
}
#pixelShaderTitle {
	padding: 5px 0 10px 0;
}
#skinningAndStylingTitle {
	padding-bottom: 20px;
}
#newControlsTitle {
	padding-bottom: 10px;
}
#outOfBrowserTitle, 
#sketchFlowTitle,
#deepZoomTitle {
    padding: 5px 0 20px 0;
}
#featuresPage #newControlsTitle,
#featuresPage #outOfBrowserTitle, 
#featuresPage #sketchFlowTitle,
#featuresPage #deepZoomTitle {
    padding: 0;
}
#pivotTitle {
    padding: 10px 0 15px 0;
}
#pivotPage .headlineIcon,
#deepzoomPage .headlineIcon {
    height: 50px;
    width: 50px;
}

h1.phoneh3 {
	font-size: 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid #D9D9D9;
}
.fourColWrapper {
	margin: 30px 0 0 0;
	background: transparent url(../fw/bg4ColSeparators.png) repeat-y 50% 0;
}
.fourColWrapper.withDouble {
	background-image: url(../fw/bg4ColSeparators-double.png);
}
.threeColWrapper {
	background: transparent url(../fw/bg3ColSeparators.gif) repeat-y  50% 0;
}
.fourColWrapper .col {
	float: left;
	width: 215px;
	padding: 15px;
}
.fourColWrapper .col.last {
	padding-right: 0;
	padding-left: 10px;
}
.fourColWrapper .col.double {
	padding: 15px 10px;
	width: 465px;
}
.fourColWrapper .col.double ul.floatLeft {
	width: 200px;
}
ul.breadcrumbs, ul.breadcrumbs li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.breadcrumbs {
    margin: 0 0 15px;
}
ul.breadcrumbs li {
	color:#999;	
}
ul.breadcrumbs li, ul.breadcrumbs a {
	display: inline-block;
	float: left;
}
ul.breadcrumbs a {
    color: #2186C6;
	padding: 0 16px 0 0;
	background: transparent url(../fw/breadcrumb-separator.png) no-repeat 100% 4px;
}
.dynamicHeader .caption.right {
	width: 500px;
	padding: 0 0 0 35px;
	float: right;
}
.dynamicHeader a.ctaButton {
	display: block;
	float: left;
	margin-top: 25px;
	background: url(../fw/btnSlideshowRight.jpg) no-repeat right top;
	overflow: hidden;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
.dynamicHeader a.ctaButton span {
	display: block;
	height: 39px;
	padding: 13px 53px 0 28px;
	background: url(../fw/btnSlideshowLeft.jpg) no-repeat left top;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}/* Total height should add to 52px. */
.dynamicHeader a.ctaButton:hover {
	background-position: right -52px;
	color: #FFFFFF;
	text-decoration: none;
}
.dynamicHeader a.ctaButton:hover span {
	background-position: left -52px;
}

.dynamicHeader img {
	margin: 20px 0 30px;
}
.dynamicHeader hr {
	margin-top: 30px;
}
p.purple {
	line-height: 1.5;
	color: #38295C;
	margin: 30px 0 0;
}
.ctaFAQ, .ctaFAQ .bottom {
	width: 500px;
	margin: 30px 0 0;
	padding: 10px 0 0;
	background: transparent url(../fw/ctaFAQ.png) no-repeat left top;
}
.ctaFAQ .bottom {
	width: auto;
	margin: 0;
	padding: 0 10px 10px;
	background-position: left bottom;
}
.ctaFAQ span {
	font-size: 18px;
	font-family: Segoe SemiBold, Segoe UI SemiBold, Segoe, sans-serif;
	color: #555E66;
}
.ctaFAQ a {
	font-size: 16px;
}
a.viewAllLink {
	display: block;
	float: right;
	padding: 10px 0 0;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
}
.moreProducts {
	padding: 10px;
}
.moreProducts a {
	float: left;
	display: block;
	padding: 10px 75px 0 0;
}
.moreProducts a.last {
	padding-right: 0;
}
.fourColWrapper.bigLinks img {
	float: left;
	padding: 0 13px 0 0;
}
.fourColWrapper.bigLinks a {
	font-size: 18px;
	line-height: 1.2;
}
.fourColWrapper.bigLinks a.subLink {
	font-size: 13px;
}
.partnersPage .col01, .partnersPage .col02 {
	border: 0px none;
	margin: 0;
	padding: 0;
}

div h3 span.rightLinks {
    color: #44525E;
    display: block;
    float: right;
    font-size: 10px;
}

div h2 span.rightLinks {
    color: #44525E;
    display: block;
    float: right;
    font-size: 10px;
}
div.left {
	float:left;
	display:inline-block;	
}
div.right {
	float:right;
	display:inline-block;
	width:560px;	
}


/* * * * * * * * * * * * * * * * * * * * * * 
  THUMBNAIL OVERLAY STYLES
* * * * * * * * * * * * * * * * * * * * * */

div.leftContent,
div.rightContent {
	padding: 25px 0 0 0;
}
div.leftContent div.contentColumn,
div.rightContent div.contentColumn {
	float: left;
	width: 450px;
}
div.leftContent div.multiThumbColumn {
	float: right;
	width: 180px;
}
div.rightContent div.multiThumbColumn {
	float: left;
	width: 180px;
}
div.thumbContainer
{
	position: relative;
	width: 158px;
	height: 158px;
	overflow: hidden;
	background-color: #FFFFFF;
}
/* Total width should add to 158px, height to 158px. */
.leftContent div.thumbContainer
{
	float: right;
	clear: both;
	margin: 0 0 20px 20px;
}
.rightContent div.thumbContainer
{
	float: left;
	clear: both;
	margin: 0 20px 20px 0;
}
.leftContent a.popup div.thumbContainer
{
	margin: 0 0 0 20px;
}
.rightContent a.popup div.thumbContainer
{
	margin: 0 20px 0 0;
}
    
div.thumbContainer img
{
	position: relative;
	left: 5px;
	top: 5px;
	display: block;
}
div.thumbOverlay
{
	position: absolute;
	left: 0;
	top: 0;
	width: 158px;
	height: 158px;
	background: url(../fw/thumbOverlayWhite.png) no-repeat left top;
}

a.popup
{
	position: relative;
	display: block;
	float: left;
	outline: none;
	margin: 0 0 10px 0;
	cursor: pointer;
}
a.popup span
{
	display: block;
	position: absolute;
	width: 43px;
	height: 31px;
	bottom: -9px;
	right: 6px;
	background: transparent url(../fw/more.png) no-repeat 0 0;
	cursor: pointer;
}
.leftContent a.popup 
{
	float: right;
}
.leftContent a.popup span 
{
	right: -14px;
}


/* * * * * * * * * * * * * * * * * * * * * * 
  MISC
* * * * * * * * * * * * * * * * * * * * * */

