/*
Theme Name: VoodooBettie's Theme
Theme URI: http://voodoobettie.com/
Description: VoodooBettie Site theme
Version: 1.0
Author: Frankenmedia Design
Author URI: http://frankenmedia-design.com/
Tags: voodoobettie, b-movie

	This theme was created for the exclusive use of Frankenmedia Design
	All rights reserved and protected under Canadian Copyright Law.

*/

/* Define Global Styles*/

*
{
  padding: 0;
  margin: 0;
}

body
{
  font-size:   85%;
  line-height: 18px;
  font-family: 'Trebuchet MS', Helvetica, Verdana, Arial, Sans-Serif, serif;
  color:#999;
  background-image:url(images/bg-img.png);
  background-repeat:repeat;
}

img {border:none;}

hr
{
  display: none;
}

/*Styling for page divs */

#wrapper
{
  padding:0px;
  margin-left:170px;
  margin-left:10px;
  width:100%;
  width: expression(document.body.clientWidth < 1005 ? "1000px" : "100%" );
  background-color:#000;
}
 
div>#wrapper
{
  margin-left:15%;
  min-width: 1000px;
  width: 1000px;
  background-color:#000;
}

#sidebar
{
  width: 230px;
  position:absolute;
  margin-left: 750px; 
  display:inline-block;
  float:left;
  background-color:#000;
  padding:10px;
}

#footer
{
  margin: 2em auto;
  clear: both;
  width: 100%;
  height: 300px;
  background-color:#333;
  padding: 10px;
}
#page
{
background: url(../images/bg-img.png) no-repeat top left;
}
 
#header
{
  margin-top: -50px;
  margin-bottom: 0px;
  margin-left:15%;
  height: 500px;
  width:1000px;
}
#headerimg
{
  font-size: 1.2em;
  text-align: left;
  margin: 0 auto;
  padding-left: 150px;
  height: 500px;
  color: #000;
  overflow:hidden;
  width: 1000px;
  background-image:url(images/header.jpg);
  background-repeat:no-repeat;
}
 
#header a
{
  text-decoration: none;
  color: #CCCCCC;
  width:100%;
}
 
#header h1
{
  font-size: 3em;
}


#content
{
  width: 750px;
  float: left;
  margin-left:0px;
  display:inline-block;
  background-color:#000;
  padding:20px;
  
}
/*Text Styles*/

a, a:visited {color: #8CC63F; text-decoration:none;}
a:hover {color: #fff; text-decoration:underline;}

h1 {
	font-weight: bold;
	font-size: 190%;
	padding-top: .1em;
	padding-bottom: .5em;
}


h2 {
	font-size: 110%;
	line-height:24px;
	font-family:Georgia, Palatino, Times, "Times New Roman", serif;
}

h3 {
	font-size: 130%;
}


h4 {
	font-size: 105%;
}

p { font-size:   100%;
  line-height: 18px;
  font-family: 'Trebuchet MS', Helvetica, Verdana, Arial, Sans-Serif, serif;
  margin:      20px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a img {
	border: none;
}


blockquote {
	margin: 10px 30px 15px 10px;
	padding-left: 20px;
	padding-right:20px;
	border: 1px dashed #000;
	background-color:#333;
	}

ul {margin-left:15px;}

.sidebar ul {padding:0;margin:0;list-style-type:none ;}

.description {font:Georgia, "Times New Roman", Times, serif; font-size:18px;}

<!--Additional div styles-->
#instructions 
{width:150px; float:left;
}
#mario {width:700px;
	float:right;
}