@charset "utf-8";
/* CSS Document */
/*PAGE STRUCTURE*/
/*html, body, .row, .container-fluid:nth-of-type(2) {
    height: 100%;
}*/
body {
	background-color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #DFDFDF;
}
.mainWrap, .screenshotP, .screenshotL {
	margin: 0px auto 0px auto;
	width: 1200px;
	height: 100%;
	overflow: hidden;
	/*background-image: url(theme_main/gridBkg.png);
	background-repeat:repeat;*/
	background-color: #333;
	/*border-left: #3C373D solid thin;
	border-right: #3C373D solid thin;*/
	padding-bottom: 20px;
}

.screenshotP {
	height: 1840px;
}

.screenshotL {
	height: 1200px;
}

.mainLogo {
	float: left;
	width: 320px;
	height: 90px;
	margin: 0;
	/*background-image: url(theme_main/dpSpace_logo_lg.png);*/
}
.mainDisplay {
	margin: 10px 4px 0 4px;
	background:#FFF;
	border: #3C373D solid thin;
	box-shadow: 3px 4px 8px rgba(0, 0, 0, .4);
	color: #222;
}
/*BORDER & PADDING*/
.borderTest {
	border: #3C373D solid thin;
}
.borderLeft {
	border-left: #3C373D solid thin;
}
.borderRight {
	border-right: #3C373D solid thin;
}
.borderBottom {
	border-bottom: 0;
}
.borderBottomPerm {
	border-bottom: #3C373D solid thin;
}
.borderTopPerm {
	border-top: #3C373D solid thin;
}
.paddingTopBottom {
	padding-top: 10px;
	padding-bottom: 10px;
}
/*IMAGE DISPLAY*/
img, video {
	width: 100%;
	height: auto;
}
.imgBorder, .thumbBorderMaxWidth {
	border: #555 solid thin;
	margin: 2px auto 2px auto;
}
.thumbBorderMaxWidth {
	display: inline;
	vertical-align: bottom;
	max-width: 156px;
}
.imgGeneric, .imgMin350w, .imgMin400w350h, .imgMin360w140h {
	margin: 15px auto 6px auto;
	width: 100%;
}
.imgMin350w {
	max-height: 350px;
	max-width: 350px;
}
.imgMin400w350h {
	max-height: 350px;
	max-width: 400px;
}
.imgMin360w140h {
	max-height: 140px;
	max-width: 360px;
}
.indexArtDisplay {
	position: relative;
	z-index: 1;
	padding-top: 3px;
	margin: 2px auto 2px auto;
}
.indexArtDisplayL {
	max-width: 630px;
	max-height: 472px;
	border: #555 solid thin;
}
.indexArtDisplayP {
	max-width: 630px;
	max-height: 841px;
	border: #555 solid thin;
}
.imgDescribe {
	font-size: .7em;
	line-height: 10px;
	color: #DFDFDF;
	text-align: center;
}
.imgiPadicon {
	max-height: 78px;
	max-width: 78px;
}
.webCamAlt, .justPaintingsAlt {
	display: table-cell;
	vertical-align: bottom;
	width: 100%;
	height: 590px;
	margin: 10px auto 10px auto;
	overflow: auto;
}
.justPaintingsAlt {
	height: 640px;
}
/*TEXT DISPLAY*/
.movTxt, .justPaintingsTxt {
	width: 100%;
	height: auto;
	margin: 10px auto 10px auto;
	/*border:#036 solid thin;*/
	text-align: left;
	font-size: .9em;
}
/*.justPaintingsTxt {
	height: 20px;
}*/
.simpleIndentText {
	margin-left: 16px;
	font-size: 12px;
}
.footerText {
	font-size: .7em;
	padding: 6px;
	color: #555;
	float: left;
}
.simpleListHdrText, .simpleListPlainText {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 14px;
	color: #888;
}
.simpleListHdrText {
	margin-left: 6px;
	font-size: 14px;
}
.simpleListPlainText {
	margin-left: 16px;
	font-size: 12px;
}
.contactTagBox {
	width: 90%;
	border: #555 solid thin;
	padding: 8px;
	font-size: 12px;
	margin: 0 auto 0 auto;
	text-align: center;
}
.mainTagText {
	padding-left: 0;
}
.required {
	color: #DFDFDF;
}
/* FORM CSS */
.contactForm {
	width: 90%;
	margin: 0 auto 0 auto;
	border: #555 solid thin;
	padding: 4px;
}
.contactInfo {
	font-size: 12px;
	line-height: 14px;
}
.formInput {
	background-color: rgba(60,90,141,0.60);
	border: #222 solid thin;
	color: #CCC;
}
/* CUSTOMIZING BOOTSTRAP BUTTONS*/
.btn-primary {
	background: rgba(60,90,141,0.60);
	color: #ffffff;
}
.btn-primary:hover, .btn-primary:active {
	background: rgba(60,90,141,1);
}

/* TIER 1 & 2 NAV STYLES*/
.navbar {
	margin: 0;
	border: 0;
	background-color: transparent;
}
.navbar-brand {
	padding: 0;
}
.nav > li > a {
	padding: 10px 8px;
	font-size: .8em;
}
.navPlain {
	padding: 12px 8px;
	font-size: .8em;
}
a:focus {
	outline: none;
}
.nav > li > a:link {
	color: #DFDFDF;
	font-size: .8em;
}
.nav > li > a:visited {
	color: #DFDFDF;
	font-size: .8em;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #FFF;
	text-decoration: underline;
}
/*NAV Technical Support*/
.techSupport {
	float: right;
	text-align: right;
	padding: 3px;
}
.plainSubNavTxt{
	font-size:.8em;
}
a.subNav:link {
	text-decoration:underline;
	color:#008BE8;
}
a.subNav:visited {
	text-decoration:none;
	color:#008BE8;
}
a.subNav:hover {
	text-decoration:underline;
	color:#CCC;
}
/*NAV Tier 2*/
.navTier2, .navTier2_nopad, .creditLink {
	line-height: normal;
}
.navTier2_nopad {
	padding: 0;
	text-decoration: none;
}
.nopadding_left {
	padding-left: 0;
}
a.navTier2:link {
	color : #333;
}
a.navTier2:visited {
	color : #333;
}
a.navTier2:hover {
	color: #333;
	text-decoration: underline;
}
	.helpPadding {
		padding-left: 0;
	}
.helpLi {
	margin-left: -36px;
	padding: 0;
}
.helpToc {
	padding: 4px 0 0 0;
	width: 240px;
	font-size: 1.0em;
}
.videoToc {
	padding: 4px 0 0 0;
	width: 200px;
	font-size: 1.0em;
}
.privacyPol {
	font-size: 1.5em;
	font-weight:bold;
	margin-top: 60px;
	text-align: center;
}
#helpContent { 
	display: block; 
	width:100%; 
	height:560px;
	border: #3C373D solid thin;
	overflow: auto; 
	-webkit-overflow-scrolling: touch;
}
#movHolder{
	width:720px;
	height:541px;
	margin:20px auto auto 40px;
	border:#777 solid thin;
	}

/* MEDIA QUERIES*/
.appIcon {
	height: 180px;
	width: 180px;
}
.storeBtn {
	width: 166px;
	height: 60px;
	display: inline;
}
@media (max-width: 479px) {
/*.mainLogo {
	float: left;
	width: 160px;
	height: 62px;
	margin: 0;
	background-image: url(theme_main/dpSpace_logo_xs.png);
}*/
h2 {
	font-size: 16px;
}
}

@media (max-width: 767px) {
.borderLeft {
	border-left: 0;
}
.borderRight {
	border-right: 0;
}
.borderBottom {
	border-bottom: #3C373D solid thin;
}
	.appIcon {
	height: 180px;
	width: 180px;
}
.techSupport {
	float: left;
	text-align: left;
	padding: 3px;
}
}

@media (max-width: 1199px) {
.mainWrap {
	width: 100%;
}
}
