/*******************************************************
TITLE: LickLibrary.com // Slash Feature pages 
DATE: 30.04.2008
AUTHOR: Sam Marks // Lucas Lynch
*******************************************************/

body {
/* margin:3em; */
padding:0;
height:100%;
background-color:#1c1b1b;
color:#fff;  
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}

/* Container properties */

/* Main holding container*/
.MainFrame {
margin: 0 auto;
padding: 0 0 0 0;
width:955px;
text-align:center;
vertical-align: middle;	
}

/* LeftCol */
.LeftCol {
Width: 483px;
float:  left;
display: inline;
}
/* RightCol */
.RightCol {
Width: 467px;
display: inline;
float:  right;
}
/* ComponentPanels */
.FlashPlayerBG {
Width: auto;
Background-color: #000;
margin: 0 0 10px 0;
text-align: center;
background-image: url(../Images/Misc/LeftColBG.jpg);
background-position: top;
background-repeat: no-repeat;
height: auto;
border: 1px solid #2e2d2d;
padding:  10px 0 10px 0;
}
.YouTubeBG {
Width: 473;
margin: 0 0 0 0;
text-align: center;
background: url(../Images/Misc/YouTubeBG-New.jpg) 0 top;
background-color:#000000;
background-repeat: no-repeat;
padding: 115px 5px 5px 5px;
display:block;
clear:both;
}
.YouTubeBG img {
margin: 20px 0 10px 0;
}
.FeedBG {
Width: auto;
Background-color: #000;
margin: 0 0 0 0;
text-align: left;
background-image: url(../Images/Misc/NewsBG.jpg);
background-position: top;
background-repeat: no-repeat;
height: auto;
border: 1px solid #2e2d2d;
padding:  10px 10px 10px 10px;
}
.Gallery {
Width: 467;
height:  187px;
Background-color: #000;
margin: 8px 0 0 0;
text-align: center;
padding: 5px 5px 0 5px;
background: url(../Images/Misc/GalleryBG.jpg) no-repeat;
}
.GalleryImgBox {
	Height: 89px;
	width: 134px;
	border:  1px solid #929292;
}
.Plain {
Width: auto;
Background-color: #000;
margin: 0 0 10px 0;
text-align: center;
}
.FeaturePanel {
Width: auto;
Background-color: #000;
margin: 0 0 0 0;
text-align: left;
padding:  10px 5px 10px 5px;
background: url(../Images/Misc/PanelBG.gif);
background-position: bottom;
background-repeat: repeat-x;
}
.FeaturePanelLinks {
Height: 22px;
Line-height: 22px;
background: url(../Images/Misc/LinkBG.gif) repeat-x;
text-align: right;
padding: 0 5px 0 0;
width:  auto;
}
.FeaturePanelLinks a , .FeaturePanelLinks a:visited {
Font-family: Helvetica, Arial, Verdana;
Font-weight: bold;
Color: #fff;
Font-size: 11px;
text-decoration: none;
}
.FeaturePanelLinks a:hover {
Color: #ebc8c8;
text-decoration: none;
}
.Clear {
Clear:both;
}
.DVDCase {
Width: 90px;
display: inline;
float: left;
margin: 6px 3px 0 3px;
}
.FlashPlayerPanel {
Width: auto;
Background-color: #000;
margin: 0 0 10px 0;
text-align: left;
}
/* Stand Alone Text Classes */
H1 {
Font-family: helvetica, arial, verdana;
Font-weight: bold;
font-size:  18px;
color:  #fa361f;
letter-spacing: -1;
margin:  0 0 7px 0;
}
H2 {
Font-family: helvetica, arial, verdana;
Font-weight: bold;
font-size:  12px;
color:  #fa361f;
letter-spacing: -1;
margin:  0 0 7px 0;
}
p {
Font-family: Arial, Verdana;
Font-weight: normal;
Color: #fff;
Font-size: 11px;
text-decoration: none;	
padding: 0 0 0 0;
margin: 0 0 0 0;
}
p a , p a:visited {
Font-family: Arial, Verdana;
Font-weight: normal;
Color: #fa361f;
Font-size: 11px;
text-decoration: none;	
}
p a:hover {
Color: #ee5d10;
text-decoration: none;		
}
p.text {
margin:  10px 0 0 0
}
/* Misc Elements */
.DVDPad {
Margin: 4px 0 0 0;
}
.DottedRule {
Height: 1px;
Border-top: 1px dotted #fff;
margin:  6px 0 6px 0;
width: 98%;
}

/* Footer Component*/

.Footer {
Width: 955px;
margin: 10px 0 10px 0;
float: left;
clear:both;
padding: 5px 0 5px 0; 
margin: 15px 0 0 0;
border-top:  1px dotted #fff;

}
.Footer p {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#ffffff;
margin: 0 0 0 0;
font-weight:normal;
text-align: left;
}
.Footer p a , .Footer p a:visited {
color: #fc531a;
text-decoration:none;
}
.Footer p a:hover {
color: #8e5532;
text-decoration:none;
}


