/* dorindesign.com - main content stylesheet */

/* ========== Main ==========*/

div#mainWrapper {
	min-height: 700px;
    margin-bottom: 45px;
}

/* ========== Content ==========*/


div#mainWrapper div#contentLogo{
	float: left;
	clear: both;
	position: relative;
	margin: 50px 0 20px 85px;
}

div#mainWrapper div#contentLogo h1{
	display: block;
	width: 240px;
	height: 85px;
	background: url(../imgs/dorindesign-content-logo.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -4000px;
}

/* === UI Components === */


/* Top Nav */

div#mainWrapper div#topNav{
	top: -120px;
}

div#contentWrapper{
	position: relative;
	width: 895px;
	min-width: 880px;
	min-height: 450px;
	float: left;
	clear: both;
	background: url(../imgs/content-wrapper-bg.png) repeat 0 0;
	z-index: 0;
	border: 18px solid #CED3DC;
	margin: 25px 0 65px 15px;
	padding: 10px 10px 40px 50px;
}

div.contentDigital{
	position: relative;
}


div#contentWrapper h2{
	display: block;
	clear: both;
	font-size: 50px;
	font-weight: normal;
	letter-spacing: -2px;
	text-transform: lowercase;
	color: #0E285C;
	margin: 20px 0 10px 0;
}

div#contentWrapper h2 span.titleSub{
	text-transform: lowercase;
}

div#contentWrapper h2 a{
	text-decoration: none;
}

div#contentWrapper h2 a:hover{
	color: #FFFFFF;
}

div#contentWrapper h3{
	display: block;
	clear: both;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #0E285C;
	margin: 20px 0 10px 0;
	padding: 15px 0 0 0;
}

div#contentWrapper p{
	font-family: 'ColaborateLightRegular', sans-serif;
	color: #000000;
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 20px 0;
}

div#mainWrapper div#contentWrapper div#childMenu{
	position: absolute;
	top: -65px;
	left: 470px;
	width: 430px;
	height: 100px;
	z-index: 1001;
	background: url(../imgs/child-menu-bg.png) repeat 0 0;
	border: 5px solid #CED3DC;
	border-radius: 5px;
	box-shadow: 0 0 8px #333333;
	cursor: move;
}

div#mainWrapper div#contentWrapper div#childMenu ul{
	width: 360px;
	overflow: hidden;
	margin: 10px auto;
	padding: 10px;
}

div#mainWrapper div#contentWrapper div.identityChildMenu ul{
	width: 390px !important;
}

div#mainWrapper div#contentWrapper div#childMenu ul li{
	float: left;
	display: block;
	margin: 0 38px 0 0;
}

div#mainWrapper div#contentWrapper div#childMenu ul li.lastMargin{
	margin-right: 0;
}

div#mainWrapper div#contentWrapper div#childMenu ul li a{
	display: block;
	width: 60px;
	padding: 45px 0 0 0;
	font-size: 18px;
	text-align: center;
	text-decoration: none;	
}

div#mainWrapper div#contentWrapper div#childMenu ul li a.childMenuCorporate{
	background: url(../imgs/top-nav-corporate-bg.png) no-repeat 10px -70px;
}

div#mainWrapper div#contentWrapper div#childMenu ul li a.childMenuCorporate:hover{
	background: url(../imgs/top-nav-corporate-bg.png) no-repeat 10px 0;
}

div#mainWrapper div#contentWrapper div#childMenu ul li a.childMenuBranding{
	background: url(../imgs/top-nav-branding-bg.png) no-repeat 10px -70px;
}

div#mainWrapper div#contentWrapper div#childMenu ul li a.childMenuBranding:hover{
	background: url(../imgs/top-nav-branding-bg.png) no-repeat 10px 0;
}

div#mainWrapper div#contentWrapper div#childMenu ul li a.childMenuMotion{
	background: url(../imgs/top-nav-motion-bg.png) no-repeat 10px -70px;
}

div#mainWrapper div#contentWrapper div#childMenu ul li a.childMenuMotion:hover{
	background: url(../imgs/top-nav-motion-bg.png) no-repeat 10px 0;
}

div#mainWrapper div#contentWrapper div#childMenu ul li a.childMenuExperimental{
	background: url(../imgs/top-nav-experimental-bg.png) no-repeat 22px -70px;
}

div#mainWrapper div#contentWrapper div#childMenu ul li a.childMenuExperimental:hover{
	background: url(../imgs/top-nav-experimental-bg.png) no-repeat 22px 0;
}

div#mainWrapper div#contentWrapper div#childMenu ul li a.childMenuWeb{
	background: url(../imgs/top-nav-web-bg.png) no-repeat 10px -70px;
}

div#mainWrapper div#contentWrapper div#childMenu ul li a.childMenuWeb:hover{
	background: url(../imgs/top-nav-web-bg.png) no-repeat 10px 0;
}

div#mainWrapper div#contentWrapper div#childMenu ul li a.childMenuDesktop{
	background: url(../imgs/top-nav-desktop-bg.png) no-repeat 10px -70px;
}

div#mainWrapper div#contentWrapper div#childMenu ul li a.childMenuDesktop:hover{
	background: url(../imgs/top-nav-desktop-bg.png) no-repeat 10px 0;
}

div#mainWrapper div#contentWrapper div#childMenu ul li a.childMenuCampaign{
	background: url(../imgs/top-nav-campaign-bg.png) no-repeat 10px -70px;
}

div#mainWrapper div#contentWrapper div#childMenu ul li a.childMenuCampaign:hover{
	background: url(../imgs/top-nav-campaign-bg.png) no-repeat 10px 0;
}

div#mainWrapper div#contentWrapper div#childMenu ul li a.childMenuMobile{
	background: url(../imgs/top-nav-mobile-bg.png) no-repeat 10px -70px;
}

div#mainWrapper div#contentWrapper div#childMenu ul li a.childMenuMobile:hover{
	background: url(../imgs/top-nav-mobile-bg.png) no-repeat 10px 0;
}

div#mainWrapper div#contentWrapper div#childMenu ul li.showAll{
    position: absolute;
    right: -15px;
    top: -15px;
	margin: 0;
}

div#mainWrapper div#contentWrapper div#childMenu ul li.showAll a{
	display: block;
	width: 25px;
	height: 25px;
	overflow: hidden;
	background: url(../imgs/child-menu-all-bg.png) no-repeat 0 0;
	text-indent: -4000px;
	padding: 0;
}

/* Content recipient */

div#mainWrapper div#contentWrapper div#categoryIndex{
	position: relative;
	overflow: hidden;
	margin: 15px 0 10px 0;
}

div#contentWrapper div#categoryIndex div.categoryLink{
	position: relative;
	width: 285px;
	height: 200px;
	float: left;
	background: #0E285C;
	margin: 0 5px 5px 0;
	border: 1px solid #CED3DC;
}

div#contentWrapper div#categoryIndex div.categoryLink a{
	display: block;
	width: 180px;
	margin: 40px auto;
	font-size: 40px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
}

div#contentWrapper div#categoryIndex div.categoryLink a:hover{
	color: #366DE0;
}

div#contentWrapper div#categoryIndex div.moreCorporateBtn{
	background: url(../imgs/content-identity-corp-link-bg.png) no-repeat 0 0;
}

div#contentWrapper div#categoryIndex div.moreBrandBtn{
	background: url(../imgs/content-identity-brand-link-bg.png) no-repeat 0 0;
}

div#contentWrapper div#categoryIndex div.moreMotionBtn{
	background: url(../imgs/content-identity-motion-link-bg.png) no-repeat 0 0;
}

div#contentWrapper div#categoryIndex div.moreExperimentalBtn{
	background: url(../imgs/content-identity-experimental-link-bg.png) no-repeat 0 0;
}

div#contentWrapper div#categoryIndex div.moreWebBtn{
	background: url(../imgs/content-digital-web-link-bg.png) no-repeat 0 0;
}

div#contentWrapper div#categoryIndex div.moreDesktopBtn{
	background: url(../imgs/content-digital-desktop-link-bg.png) no-repeat 0 0;
}

div#contentWrapper div#categoryIndex div.moreCampaignBtn{
	background: url(../imgs/content-digital-campaign-link-bg.png) no-repeat 0 0;
}

div#contentWrapper div#categoryIndex div.moreMobileBtn{
	background: url(../imgs/content-digital-mobile-link-bg.png) no-repeat 0 0;
}


div#mainWrapper div#contentWrapper div.projectIcon{
	position: relative;
	width: 285px;
	height: 200px;
	float: left;
	background: none;
	margin: 0 5px 5px 0;
	border: 1px solid #CED3DC;
}

div#mainWrapper div#contentWrapper div.projectIcon img{
	position: absolute;
	top: 0;
	left: 0;
}


/* fullscreen background image*/

#bgLoader {
	top: 195px;
	left: 70px;
}

#fullMainBg {
	opacity: 1;
}

#fullMainBg img{
	width:auto;
	height:auto;
	position:relative;
	outline:none;
	border:none;
}

/* ========== Content ==========*/

/* Web section */

div#contentWrapper div#digitalWebContent{
	width: 870px;
	position: relative;
	left: -20px;
	background: url(../imgs/content-item-bg.png) repeat-x 0 0;
	padding: 0 20px 25px 20px;
}

div#contentWrapper div#digitalWebContent p.itemSummary{
	color: #000000;
	padding: 0 10px 0 0;
}


/* Item navigation */

div#contentWrapper div#itemNavMenu{
	width: 870px;
	height: 75px;
	position: relative;
	left: -20px;
	background: url(../imgs/content-item-bg.png) repeat-x 0 0;
	padding: 10px 20px 25px 20px;
}

div#contentWrapper div#itemNavMenu a{
	display: block;
	width: 120px;
	height: 85px;
}

div#contentWrapper div#itemNavMenu a img{
	position: absolute;
	width: 120px;
	border: 1px solid #999999;
}

div#contentWrapper div#itemNavMenu a.itemNavPrev{
	float: left;
	background: url(../imgs/content-project-prev-next-bg.png) no-repeat 0 5px;
	padding: 0 0 0 50px;
}

div#contentWrapper div#itemNavMenu a.itemNavPrev:hover{
	background: url(../imgs/content-project-prev-next-bg.png) no-repeat 0 -87px;
}

div#contentWrapper div#itemNavMenu a.itemNavNext{
	float: right;
	background: url(../imgs/content-project-prev-next-bg.png) no-repeat 100% 5px;
	padding: 0 50px 0 0;
}

div#contentWrapper div#itemNavMenu a.itemNavNext:hover{
	background: url(../imgs/content-project-prev-next-bg.png) no-repeat 100% -87px;
}


/* Key Info Box */

div#contentWrapper div#keyInfoWrapper{
	position: absolute;
	top: -55px;
	right: -33px;
	width: 282px;
	min-height: 480px;
	overflow: hidden;
	z-index: 1000;
}

div#keyInfoWrapper div#keyInfoPanel{
	position: relative;
	top: 0;
	left: 282px;
	width: 280px;
	min-height: 480px;
	background: url(../imgs/content-item-keyinfo-panel-bg.png) repeat 0 0;
	border-radius: 8px 0 0 8px;
}

div#keyInfoWrapper div#keyInfoPanel a.keyInfoBtn{
	display: block;
	position: absolute;
	top: 60px;
	left: -69px;
	width: 69px;
	height: 105px;
	overflow: hidden;
	background: url(../imgs/content-item-keyinfo-link-bg.png) no-repeat 0 0;
	text-indent: -4000px;
	cursor: pointer;
}

div#keyInfoWrapper div#keyInfoPanel a.keyInfoBtn:hover{
	background: url(../imgs/content-item-keyinfo-link-bg.png) no-repeat 0 -114px;
}

div#keyInfoWrapper div#keyInfoPanel a.keyInfoClose{
	display: block;
	position: absolute;
	top: 12px;
	right: 12px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: url(../imgs/content-item-keyinfo-close-bg.png) no-repeat 0 0;
	text-indent: -4000px;
	cursor: pointer;
}

div#keyInfoWrapper div#keyInfoPanel a.keyInfoClose:hover{
	background: url(../imgs/content-item-keyinfo-close-bg.png) no-repeat 0 -35px;
}

div#keyInfoWrapper div#keyInfoPanel div.keyInfoContent{
	width: 256px;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 0 10px;
}

div#keyInfoWrapper div#keyInfoPanel div.keyInfoContent h3{
	color: #FFFFFF;
}

div#keyInfoWrapper div#keyInfoPanel div.keyInfoContent h4{
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	color: #FFFFFF;
}

div#keyInfoWrapper div#keyInfoPanel div.keyInfoContent p{
	font-size: 16px;
	color: #FFFFFF;
}
div#keyInfoWrapper div#keyInfoPanel div.keyInfoContent ul{
	list-style: circle inside none;
	line-height: 21px;
	margin: 0 0 20px 0;
	color: #FFFFFF;
}

div#keyInfoWrapper div#keyInfoPanel div.keyInfoContent img{
	display: block;
	border: none;
	margin: 0 0 15px 0;
}


div#keyInfoWrapper div#keyInfoPanel div.keyInfoContent a{
	color: #FFFFFF;
}


/* Showcase */

div#digitalWebContent div#contentShowcase{
	position: relative;
	width: 865px;
	min-height: 500px;
	height: auto;
	background: #FFFFFF;
	box-shadow: 0 0 15px #123376;
	border: 1px solid #6D7D9C;
	margin: 0 auto;
	padding: 0 0 15px 0;
}

div#contentShowcase div#showcaseItems{
	width: 830px !important; /* poor fix for Chrome */
	margin: 0 auto;
}

div#contentShowcase div#showcaseItems div.largeItem{
	width: 830px !important; /* poor fix for Chrome */
	height: 850px !important;
	margin: 0 auto;
}

div#contentShowcase div#showcaseItems div.smallItem{
	height: 580px !important;
}

div#contentShowcase div#showcaseItems div.smallItem p,
div#contentShowcase div#showcaseItems div.largeItem p{
	color: #000000;
}

div#contentShowcase div#showcaseItems div img{
	border: none;
}

div#contentShowcase div#showNav{
	width: 835px;
	height: 30px;
	clear: both;
	background: #CFD5E0;
	padding: 0 0 0 30px;
}

div#contentShowcase div#showNav a{
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	overflow: hidden;
	background: url(../imgs/content-item-shownav-bg.png) no-repeat 0 0;
	margin: 7px 5px 0 0;
	text-indent: -4000px;
}

div#contentShowcase div#showNav a:hover,
div#contentShowcase div#showNav a.activeSlide{
	background: url(../imgs/content-item-shownav-bg.png) no-repeat -22px 0;
}

div#contentShowcase div#showPrev,
div#contentShowcase div#showNext{
	position: absolute;
	top: 40px;
	width: 45px;
	height: 65px;
	background: #CFD5E0;
	z-index: 100;
}

div#contentShowcase div#showPrev{
	left: -70px;
}

div#contentShowcase div#showPrev a,
div#contentShowcase div#showNext a{
	display: block;
	width: 45px;
	height: 65px;
	overflow: hidden;
	text-indent: -4000px;
}

div#contentShowcase div#showPrev a{
	background: url(../imgs/content-item-prev-next-bg.png) no-repeat 18px 3px;
}

div#contentShowcase div#showPrev a:hover,
div#contentShowcase div#showPrev a:visited{
	background: url(../imgs/content-item-prev-next-bg.png) no-repeat 18px -70px;
}

div#contentShowcase div#showNext{
	left: -24px;
}

div#contentShowcase div#showNext a{
	background: url(../imgs/content-item-prev-next-bg.png) no-repeat -25px 3px;
}

div#contentShowcase div#showNext a:hover,
div#contentShowcase div#showNext a:visited{
	background: url(../imgs/content-item-prev-next-bg.png) no-repeat -25px -70px;
}

/* Default pages content */

div#contentWrapper div#defaultContent{
	width: 870px;
	overflow: hidden;
	position: relative;
	left: 0;
	background: url(../imgs/content-item-bg.png) repeat 0 0;
	padding: 0 20px 25px 20px;
}

div#defaultContent div#defaultShowcase{
	position: relative;
	width: 865px;
	min-height: 340px;
	height: auto;
	background: none;
	border: none;
	margin: 0 auto;
	padding: 0 0 15px 0;
}

div#defaultContent div#defaultShowcase h4{
	clear: both;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.5px;
	color: #0E285C;
	margin: 0 0 10px 0;
}

div#defaultContent div#defaultShowcase h5{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -0.5px;
	color: #0E285C;
	margin: 0 0 5px 0;
}

div#defaultContent div#defaultShowcase p{
	text-align: justify;
}

div#defaultContent div#defaultShowcase ul{
	font-size: 16px;
	color: #000000;
    line-height: 21px;
    list-style: circle inside none;
    margin: 0 0 20px;
}

div#defaultContent div#defaultShowcase ul li{
	padding: 0 0 0 10px;
}

/* Default pages design */

div#defaultContent div#defaultShowcase div.tsContentItem{
	width: 270px;
	height: auto;
	float: left;
	margin: 0 10px 15px 0;
}

div#defaultContent div#defaultShowcase div.tsContentStandards{
	width: 850px;
	height: 195px;
	clear: both;
	background: url(../imgs/content-default-standards-bg.png) no-repeat 0 0;
}


/* footer */

div#footer{
	position: relative;
}