/*
    J & L Harley
    Embedded Video stylesheet
    style-video.css
    Designed by Paul Heckel, Heckle Creative.
    Implemented by Benjamin Bertrand, Sam Otis, Joe Kepley, Chris Lukenbill of Blend Interactive, Inc.
    Copyright © 2008 J&L Harely-Davidson
*/

body {color:#FFF; font-size:75%; font-family:"Helvetica Neue", Helvetica, Arial, "Tahoma MS", sans-serif; background:#000; text-align:center;}
html>body {font-size:12px;}

#Video {background:#000 url(../images/Video-header.jpg) top left no-repeat;}
#Video a {color:#F57010;}
#Video a:hover {color:#F58426; text-decoration:underline;}
#Video a img {border:none;}

#Video h1 {margin:0; padding:0;}
#Video h1 span {display:none;}
#Video h1 a {display:block; height:30px; left:100px; position:absolute; top:27px; width:322px;}

#Video .Inner {margin:0 0 0 8px; width:460px;}
#Video #Main {background:#000; margin-top:85px; text-align:left;}
#Video object { outline:none; }
#Video #Footer {color:#D6D6D6; font-size:0.833em; margin:10px auto 18px auto; text-align:center; width:450px;}


/***** CLASSES *****/

.AlignLeft {float:left; margin-right:10px;}
.AlignRight {float:right;}
.BroadLetter {letter-spacing:0.05em;}
.Caps {text-transform: capitalize;}
.break, .clear,
.ClearBoth {clear:both;}
.Debug {background:#ff0; border:2px solid #666; color:#000; overflow:auto; text-align:left; padding:2px;}
.Hide {display:none;}
.Upper {text-transform:uppercase;}

.LtGray {color:#D6D6D6;}
.Orange {color:#E37A23;}
.LtOrange {color:#F58426;}
.DkOrange {color:#DC5C1C;}
