/* stylesheet.css - DougSchoon.com */


/* NORMALIZE BROWSER DEFAULTS */

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, blockquote, form, input, table, tr, th, td, img, pre, fieldset, label, dd, dt, dl, hr { margin: 0; padding: 0; border:0; }
ul, ol { list-style: none; }
img, a img, :link img, :visited img, fieldset { border: none; }

table { border-collapse: collapse; }


/* GLOBALS */

html, body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #000;
}

body {
	margin: 15px 0 15px 0;
	text-align: center;
	background: #682106;
}


p, dl { margin: 0 0 10px 0; }

.margin0 { margin: 0; padding: 0; }
.padding0 { padding: 0; }
.padding-top { padding-top: 12px; }

blockquote { padding: 0 12px 8px 15px; }

p, td, ul, ol { line-height: 120%; }

h1, h2, h3, h4, h5, h6 { 
  color: #000; 
	margin: 0 0 18px 0;
	font-weight: bold;
}
h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

input, select, textarea { 
  margin: 0;
  padding: 2px 5px 3px 5px;
  border: 1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
  background: #fff;
} 

hr {
	border-top: 1px solid #333;
	height: 1px;
}

div.clear {
  clear: both; 
	margin: 0;
	padding: 0;
}

.floatleft { float: left; }
.floatright { float: right; }

ul {
	padding: 0 0 12px 16px;
}

ul.list-top-margin { margin-top: 12px; }

ul.bullets-arrow-orange { padding: 0 0 12px 30px; list-style: url(images/arrow-right-orange-small.gif) outside; }

ul.bullets {
	padding: 0 0 12px 30px;
	list-style-position: outside;
	list-style-type: disc;
}

ul.bullets-arrow-blue {
	padding: 0 0 12px 30px;
	list-style-position: outside;
	list-style-image: url(../images/arrow-right-blue-small.gif);
}

ol {
	padding: 0 0 12px 32px;
	list-style: decimal outside;
}

li { margin: 0 0 3px 0; }


/* LV FHA - elements with focus still display hover, otherwise: LV HFA */
a:link, 
a:visited {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  color: #D2420B; 
}

a:focus, 
a:hover, 
a:active {
	color: #822806;
}

a.a-nav:link, 
a.a-nav:visited {
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

a.a-nav:focus, 
a.a-nav:hover, 
a.a-nav:active {
	color: #fff;
	font-weight: normal;
	background-color: #7a6f5c;
	text-decoration: none;
}

a.a-h2 { font-size: 18px; }

.center { text-align: center; }

.text-normal {
  font-weight: normal;
	font-style: normal;
}
.text-large { font-size: 14px; }
.text-small { font-size: 11px; }
.text-vsmall { font-size: 10px; }

.text-red { color: #f00; }
.text-cyan { color: #0ff; }

.show { display: block; }
.hide { display: none; }

.superscript { vertical-align: top; font-size: 8px; }

.underline { text-decoration: underline; }
.underline-none { text-decoration: none; }

img.border1 { border: 1px solid #333; }

.indent { margin-left: 15px; }



/* FRAMEWORK */

div#page {
	width: 900px;
	margin: 0 auto;  /* auto side margins to center page */
  padding: 0;
	background-color: #fff;
	text-align: left;
	border: 1px solid #333333;
}

div#mainsection-container {
	margin: 12px 0 0 0;
	padding: 0;
}

div#sidebar {
	position: relative;
	display: inline;  /* fix IE5 double-margin float bug */
	float: left;
	width: 100px;
	margin: 0 35px 15px 0;
	padding: 0;
	text-align: center;
	background: url(../images/sidebar-border-top-sides.gif) no-repeat center top;
}

div#mainsection {
	position: relative;
	margin: 0;
	padding: 40px 50px;
}


/* FOOTER SECTION  **** SIMPLE VERSION -- REMOVE THIS SECTION OR NEXT UL VERSION **** */
div#footer {
  height: 50px;
	margin: 0;
	padding: 6px 0 16px 0;
	background-color: #222642;
	text-align: center;
}

div#footer a:link, 
div#footer a:visited {
  padding: 2px 12px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #d7daec;
}

div#footer a:focus, 
div#footer a:hover, 
div#footer a:active {
	color: #f5d725;
}
/* END FOOTER SECTION */


/* COPYRIGHT SECTION - can eliminate, put -p- in footer with text-align-right */
div#copyright {
  margin: 0;
  padding: 0;
  text-align: right;
}
p.copyright {
	padding: 0 18px 3px 0;
	font-size: 10px;
	color: #aaa;
	font-weight: normal;
}

div#page.blackonwhite p.copyright {
	color: #333;
}


/* END COPYRIGHT SECTION */




/* SUBPAGE CONTENT DESCRIPTORS */

.home-title {
  margin-bottom: 6px;
  font-size: 24px;
  text-align: center;
}

hr.hr-home-title {
  margin: 12px 0 24px 0;
	width: 100%;
	border-top: 3px solid #333;
	height: 2px;
	text-align: center;
}

.section-title {
  margin: 32px 0 16px 0;
  font-size: 17px;
  text-decoration: underline;
}
.section-title-indent {
  margin: 32px 0 16px 25px;
  font-size: 17px;
  text-decoration: underline;
}
.technical-articles-title {
  margin: 24px 0 2px 0;
  font-size: 17px;
  text-decoration: underline;
}

.article-title {
  margin: 16px 0 3px 25px;
  font-size: 13px;
	font-style: italic;
}

.magazine-ref {
  font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
.link-pdf-video {
  margin: 0 0 3px 50px;
	padding: 0;
}
.link-video {
  margin: 12px 0 3px 50px;
	padding: 0;
}

p.video-description  {
  margin: 0 0 8px 50px;
	padding: 0;
  line-height: 100%;
}

.nailbook-container {
  float: right;
	width: 360px;
	margin: 0;
	padding: 0;
}
.nailbook-content {
  height: 110px;
	margin: 0 0 0 15px;
	padding: 10px;
	border: 1px solid #333333;
}

body#video {
	background-color: #fff;
}

.videolink {
  margin-left: 25px;
}

div#video-iframe-container {
  margin: 18px 0 20px 100px;
	padding: 0;
  text-align: left;
}
iframe.video-iframe { 
	width: 504px;
	height: 350px;
	text-align: center;
	background: #666;
}


.news-date {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background: #999999;
	padding: 2px 8px;
	width: 650px;
	margin: 24px 0 10px 0;
}

.news-heading {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 15px 0 12px 0;
}

.italic-underline {
	font-style: italic;
	text-decoration: underline;
	font-weight:bold;
}


/* END SUBPAGE CONTENT DESCRIPTORS */


/* DOUGS BRAIN DESCRIPTORS */

body#dougsbrain {
	background: #000;
}

div#page.blackonwhite {
	background-color: #000;
  border: none;
}

body#dougsbrain div#mainsection {
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}
body#dougsbrain div#mainsection-videos {
  padding: 40px 0;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}

div.video-thumbs-container {
  margin: 0 25px;
  padding: 0;
}

div.video-iframes-container {
  margin: 0;
  padding: 0;
}


.dougsbrain-heading {
	margin: 0 0 24px 0;
  padding: 0;
  font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
  color: #fff;
}
.dougsbrain-heading2 {
	margin: 0 0 24px 0;
  padding: 0;
  font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
  color: #fff;
}

p.dougsbrain-faqs-q {
	margin: 0 0 24px 30px;
  padding: 0;
  text-align: center;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  line-height: 100%;
  text-decoration: underline;
}
p.dougsbrain-faqs-a {
	margin: 0 0 24px 30px;
  padding: 0;
  text-align: center;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: normal;
  color: #fff;
  line-height: 100%;
}
p.dougsbrain-faqs-a a {
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: normal;
  color: #f00;
  line-height: 100%;
}


table.form-dbentry { 
  margin: 24px 0 12px 0;
  border-collapse:collapse; 
}

table.form-dbentry td { 
  padding: 10px 3px; line-height: 100%; 
}

form#form-db-entry input, select, textarea { 
	font-family: Calibri, Helvetica, Arial, sans-serif; 
	font-size: 18px;
  background: #fff;
} 

form#form-db-entry input#secret-code { 
  margin: 6px 0 0 0;
  padding: 1px 8px;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #f00;
  font-weight: bold;
  border: 2px solid #c00;
}
form#form-db-entry input#submit-dsb {
  width: 440px;
  padding: 5px 0;
  background: #333;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #666;
}


a.dougsbrain-exit {
	margin: 0 0 24px 0;
  font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
  font-style: italic;
	text-align: center;
  color: #fff;
  text-decoration: underline;
}
a.dougsbrain-exit:hover {
  color: #c00;
  text-decoration: underline;
}


div.image-thumb {
  float: left;
	width: 122px;
	margin: 18px 0 18px 0;
  text-align: center;
	font-size: 18px;
}

div.image-thumb-space {
  float: left;
	width: 10px;
	margin: 18px 0 18px 0;
}

div.image-thumb-group-space {
  float: left;
	width: 40px;
	margin: 18px 0 18px 0;
}

div.image-thumb img {
	border: 1px solid #333333;
	margin-bottom: 8px;
}

div.image-thumb a {
  font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: italic;
  color: #f00;
  text-decoration: none;
}
div.image-thumb a:hover {
  color: #FF6600;
  text-decoration: underline;
}

div.video-images-iframe-container {
  text-align: center;
	margin: 0 0 12px 0;
	padding: 0;
}

iframe.video-images-iframe-680x590 {
	width: 680px;
	height: 590px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #f00;
}
iframe.video-images-iframe-750x700 {
	width: 750px;
	height: 700px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #f00;
}

p.video-stop-notice { 
  margin: 5px 0 0 0;
  color: #c00;
	font-size: 15px;
	font-style: italic;
	line-height: 100%;
}

p.videostop-notice {
  margin: 5px 0 4px 0;
  padding: 0;
  font-size: 18px;
  color: #f00;
}


/* END DOUGS BRAIN DESCRIPTORS */



