﻿/* CSS Document 
Lucky Skillen Stylesheet
Created by RubyRed Designs
Version 1.0
*/

body {margin: 0; padding: 0; background: #000000;
	font: 14px Georgia, "Times New Roman", Times, serif; color: #2F1C03;
	text-align: center; /* IE hack: be sure to text align left in other divs to get around this.*/  min-width: 659px;}

#wrapper {border: 2px solid #000000; margin: 0 auto; width: 659px;}
	
#header {/*height: 232px;*/ width: 659px; margin: 0; padding: 0;
	border-bottom: 2px solid #000000;}
	
#navbar {width: 659; height: 34px; background: #9B8B2C; padding: 1px 0px;}
	
#navbar li {display: inline; list-style-type: none; padding: 1px 5px; font-weight: bold;
	font-variant: small-caps;}
	
#navbar a {color: #000000; text-decoration: none;}
#navbar a:hover {color: #660000; text-decoration: underline overline;}
/*#navbar a:visited {color: #330000;}*/

#content {float: left; background: #FFFFCC; border-top: 2px solid #000000; border-right: #000000;border-bottom: 2px solid #000000; border-left: #000000; width: 659px;}
	
#text { padding: 30px; text-align: left;}	
	
#content a {color: #990000; border-bottom: 1px dotted #221803; text-decoration: none;}
#content a:hover {	color: #CC6600; border-bottom: 1px dotted; border-top: 1px dotted;}
/*#content a:visited { color: #660000;}*/

h1 {font: bold 16px/18px Georgia, "Times New Roman", Times, serif; color: #221803; text-align: left;}

.left {float: left; margin: 4px 6px 4px 0px;}
.right {float: right; padding: 4px 0px 4px 6px;}

.crossout {text-decoration: line-through;}

#content ul {list-style: circle;}

#videolist ul {margin-left: 0px;}

#videolist ul li {list-style: circle url(none); display: inline; padding-right: 4px; padding-left: 2px;}
	
#footer {width: 659; float: left; background: #9B8B2C; color: #FFFFCC; font-size: 12px; font-style: oblique; vertical-align: middle; padding: 4px 0;}
	