/*
 * page background color: #000000
 * page text: #ffffff
 * header background color: #181b24
 * header text color: #a0451c
 * content background color: #8ba0a8
 * content text color: #511c1b
 * navigation background color: #8ba0a8
 * navigation text color: #511c1b
 * extra background color: #a0451c
 * extra text color: #8ba0a8
 * accent color #1: #224c18
 * accent color #2: #cb211a
 * footer background color: #181b24
 * footer text color: #a0451c
 */

body {
	background-color: #000000;
	font-family: arial, sans-serif;
}

html>body #wrapper {
border: 1px solid #fff;
border-color: transparent;
border-top: 0;
border-bottom: 0;
}

hr {
	color: #181b24;
	background-color: #181b24;
	width: 90%;
	height: 5px;
}

#headeraddress {
        font-size: 0.7em;
	font-weight: bold;
	text-align: right;
	margin-top: 0;
	padding-top: 0.1em;
	color: #8ba0a8;
}

.headerlinks {
        font-size: 0.8em;
	font-weight: bold;
        padding: 6px 6px 8px 10px;
	text-align: right;
	color: #8ba0a8;
}

#headerlinks a,
#headerlinks a:link,
#headerlinks a:visited {
	color: #8ba0a8;
	text-decoration: none;
}

#headerlinks a:hover {
	color: #cb211a;
	font-weight: bold;
	text-decoration: none;
}


#headersearch {
        color: #a0451c;
	text-align: right;
	padding-bottom: 0;
}

#headersearch form {
        padding: 0;
        margin: 0;
}

#headersearch form input {
        padding: 0;
        margin: 0;
        vertical-align: middle;
/*        margin-right: 10px;*/
}

.centered {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.indent {
	padding-left: 2em;
}

.title {
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
}

.video_title {
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
	line-height: 1.8em;
}

.video_subtitle {
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	color: #a0451c;
}

.class_title {
	font-weight: bold;
	color: #a0451c;
}

.header {
	height: 130px;
        background-color: #181b24;
        color: #a0451c;
}

.button {
	width: 10em;
	height: 1.5em;
	background-color: #181b24;
	color: #8ba0a8 !important;
	border-width: 2px;
	border-color: #cccccc;
	text-align: center;
	font-weight: bold;
	padding-top: 0.2em;
	color: #000000;
	
}

/* mainTitle and subTitle were in the original design but removed
   at Sherri's request in order to make the main header take up less
   vertical screen

.mainTitle {
        color: #a0451c;
        font-family: arial;
        font-weight: bold;
        font-size: xx-large;
        line-height: 1em;
}

.subTitle {
        color: #a0451c;
	font-family: arial;
        font-style: italic;
	font-weight: bold;
        font-size: large;
        line-height: 2em;
}
*/

#quote {
	text-align: center;
	font-weight: bold;
}

.quoteTitle {
        color: #8ba0a8;
        font-style: italic;
        font-family: arial;
	font-size: 2em;
        line-height: 2em;
}

.quote {
        color: #cb211a;
        text-align: center;
        font-style: italic;
        font-family: arial;
        font-size: medium;
}

.quoteAuthor {
        color: #cb211a;
        font-style: italic;
        font-family: arial, sans-serif;
        font-size: medium;
}

.content {
	background-color: #8ba0a8;
	color: #511c1b;
	margin-left: 0;
	padding-left: 0;
}

.content p {
	margin-top: .5em;
}

.content a,
.content a:link,
.content a:visited {
	color: #a0451c;
}

.content a:hover {
	color: #511c1b;
	font-weight: bold;
}

.content a:active {
	color: #511c1b;
}

.qanda span {
	text-decoration: none;
	color: #511c1b;
	font-size: 1.2em;
}

.qanda a,
.qanda a:visited,
.qanda a:link {
	color: #511c1b;
	text-decoration: none;
}


.qanda a:hover {
	font-weight: bold;
}

.content form {
	width: 90%;
	margin: 3em auto;
	color: #8ba0a8;
}

.content fieldset {
	border: 2px groove #181b24;
	margin: 1.5em 0 0 0;
	padding: 0;
}

.content fieldset#tac {
	font-size: .7em;
        font-style: italic;
	color: #511c1b;
}

.content label {
	display: block;
	font-weight: bold;
	float: left;
	clear: left;
	width: 9em;
	text-align: right;
	line-height: 1.8em;
	padding-right: 1em;
	color: #181b24;
}

.content input {
	margin: 0 0 .5em 0;
	float: left;
	width: 12em;
	display: block;
}

.content input.image {
	width: 45px;
	height: 18px;
	text-align: center;
}

.content input.file {
	width: 17em;
}

.content ol.files {
	margin-left: 10em;
	color: #181b24;
}

.content br {
	clear: both;
}

.content input#State {
	width: 2em;
}

.content input#Age {
	width: 3em;
}

.content legend {
	font-weight: bold;
	margin-left: 1em;
	color: #181b14;
}

.content fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}

.content fieldset li {
	padding-bottom: 1em;
}

.show ul {
	list-style-type: disc;
	padding: 1em 1em 0 1em;
}

.show li {
	padding-bottom: 1em;
}

.content fieldset.submit {
	border-style: none;
}

.col1 {
	background-color: #8ba0a8;
	color: #511c1b;
	margin-left: 10px;
	padding-left: 10px;
}


.footer {
	background-color: #181b14;
	color: #a0451c;
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 1em;
}

.qflogo {
	font-size: 1.4em;
	text-align: center;
	font-weight: normal;
	color: #f1a012;
}

.qflogo a,
.qflogo a:link,
.qflogo a:visited,
.qflogo a:hover,
.qflogo a:active {
	color: #f1a012;
	text-decoration: none;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.dvdlinks {
	margin-left: 10px;
	padding-left: 10px;
}

.menudiv {
	background-color: #8ba0a8;
	color: #511c1b;
}

.menudiv ul {
	margin: 0;
	margin-top: 3em;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #cccccc;
	position: relative;
}
	
.menudiv ul li {
	padding-top: 2px;
	padding-bottom: 2px;
	position: relative;
}
	
/*Sub level menu items */
.menudiv ul li ul {
	position: absolute;
	width: 200px; /*sub menu width*/
	top: 0;
	margin-top: 0;
	visibility: hidden;
}

/* Sub level menu links style */
.menudiv ul li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #a0451c;
	background-color: #8ba0a8;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	border: 1px solid #cccccc;
	border-bottom: 0;
}

.menudiv a {
        color: #a0451c;
        text-decoration: none;
        font-weight: bold;
}

.menudiv a:link,
.menudiv a:visited {
        color: #a0451c;
        text-decoration: none;
        font-weight: bold;
}

.menudiv a:hover {
	position: relative; /* new */
        color: #cb211a;
        text-decoration: none;
        font-weight: bold;
}

.menudiv a span {
	display: none;
}

.menudiv a:hover span {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	color: #a0451c;
	background-color: #181b24;
	z-index: 500;
}

.menudiv a:active {
        color: #a0451c;
        text-decoration: none;
}

.menudiv ul li a:visited{
	color: #a0451c;
}

.menudiv ul li a:hover{
        color: #cb211a;
}


.left_menudiv {
	background-color: #8ba0a8;
	color: #511c1b;
}

.left_menudiv ul {
	margin: 0;
	margin-top: 3em;
        margin-left: 10px;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #cccccc;
	position: relative;
}
	
.left_menudiv ul li {
	position: relative;
}
	

/* Sub level menu links style */
.left_menudiv ul li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #a0451c;
	background-color: #8ba0a8;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	border: 1px solid #cccccc;
	border-bottom: 0;
}

.left_menudiv a {
        color: #a0451c;
        text-decoration: none;
        font-weight: bold;
}

.left_menudiv a:link,
.left_menudiv a:visited {
        color: #a0451c;
        text-decoration: none;
        font-weight: bold;
}

.left_menudiv a:hover {
	position: relative; /* new */
        color: #cb211a;
        text-decoration: none;
        font-weight: bold;
}

.left_menudiv a span {
	display: none;
}

.left_menudiv a:hover span {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	color: #a0451c;
	background-color: #181b24;
	z-index: 500;
}

.left_menudiv a:active {
        color: #a0451c;
        text-decoration: none;
}

.left_menudiv ul li a:visited{
	color: #a0451c;
}

.left_menudiv ul li a:hover{
        color: #cb211a;
}



/* Holly Hack for IE \*/
* html .menudiv ul li { float: left; height: 1%; display: inline; }
* html .menudiv ul li a { height: 1%; }
/* End */


.form {
	margin: 3em auto;
	width: 75%;
	color: #a0451c;
}

.form fieldset {
	background-color: #181b14;
	border: 1px solid #cb211a;
	margin: 2em 0;
	padding: 1em;
}

.form fieldset fieldset {
	background-color: #0b0e0a;
	margin: 1em 0;
}

.form label {
	display: block;
	font-weight: bold;
}

form#registration {
	color: #511c1b;
}

form#registration img {
	margin: 0;
	padding: 0;
}

form#registration ul {
	margin: 0;
	padding: 0;
}

form#registration input.checkbox {
	margin-right: 1em;
}

form#registration label.req {
	color: #224c18;
}

form#registration li span.info {
	color: #511c1b;
	margin-left: 1.6em;
}

.form input {
	margin: 0 0 .5em 0;
}

.form legend {
	font-size: 1.4em;
	font-weight: bold;
	position: relative;
	top: -0.4em;
}

.form br {
	clear: both;
}

.contest {
	font-size: 0.9em;
	text-align: center;
	font-family: arial;
}

#video_menu {
	width: 576px;
	height: 386px;
	background-color: #181b24;
        background: url("http://videos.charlesneilwoodworking.com/video_jukebox_splash.png");
	color: #8ba0a8;

/* menu blocks are 144 x 96 */
}

/* video menu item */
#vmi {
	margin: 0;
	padding: 0;
        font-family: arial, sans-serif;
	font-size: 0.9em;
}

#vmi ul {
	margin: 0;
	padding: 0;
	width: 576px;
	text-align: center;
	list-style-type: none;
}

#vmi li {
	margin: 0;
	padding: 0;
	width: 143px;
	height: 92px;
	float: left;
}

#vmi a {
	line-height: 1.7em;
	border: 2px solid #511c1b;
	display: block;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	height: 100%;
	color: #8ba0a8;
}

#vmi a:hover {
	color: #511c1b;
	background-color: #8ba0a8;
	font-weight: bold;
	text-decoration: none;
}

div.question {
	font-weight: bold;
}

div.answer {
        font-style: italic;
}

div.scrollable {
	position: relative;
	overflow: hidden;
	height: 376px;
	width: 160px;
}

div.scrollable div.items {
	position: absolute;
	height: 20000em;
}

div.scrollable div.items div.video_item {
	border: 1px solid #181b24;
	background-color: #8ba0a8;
	padding: 0.5em;
	font-size: 0.9em;
	height: 45px;
}

div.video_item a {
	color: #511c1b;
	text-decoration: none;
}

div.purchase img {
	margin-top: 1.6em;
	margin-left: 10px;
}


div.review {
	margin-top: 2em;
        font-style: italic;
	font-size: 1.2em;
}

div.reviews span.title {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

div.reviews span.subtitle {
	text-align: center;
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	color: #a0451c;
}

div.review span.author {
	font-style: normal;
	color:  #224c18;
}

div.review span.country {
	font-style: normal;
	color:  #cb211a;
}

div.review span.state {
	font-style: normal;
	color:  #cb211a;
}

div.links {
	position: relative;
	overflow: hidden;
	height: 800px !important;
}

div.links div.link_entry {
	position: absolute;
	height: 80000em;
	width: 576px;
}

div.article p {
	font-size: 100%;
	line-height: 115%;
	font-family: arial;
}

div.article img.left {
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}

div.article img.right {
	float: right;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}

table.video {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.video th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.video td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}