/* @override 
	http://chicagobluesdance.com/CUBE/2010/style.css
*/

/* CSS Document 
Design by Ruby Red Designs
www.ruby-red.com
v. 0.5
*/

* {margin: 0; padding: 0;}

body {background-color: #050505;
	font: .9em/1.5em Tahoma, Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #f4fddb;}

a {color: #4b63ac;}

a:hover {color: #fab80f;}
	
#wrapper {
	width: 984px;
	margin-left: 20px;}



/* @group Positioning */

h1#masthead {
	position: relative;
	height: 459px; width: 664px;
	float: left;}

#menu {float: left;
	padding: 6px;
	text-align: center;
	width: 100%;
	border-top: 1px solid #414141;}



#content {
	width: 664px;
	float: left;
	padding: 20px 10px 10px;}

#sidebar {	position: relative;
	float: right;
	width: 280px;
	background: #050505;
	border-left: 1px dashed #414141;
	padding: 5px 0 7px 18px;}

#breadcrumb {clear:  both;
	padding: 10px;
	width: 100%;
	border-top: 1px solid #414141;
	font-family: Georgia, "Times New Roman", Times, serif;}

#footer {position: relative;
clear: both;
	bottom: 0; width: 100%; margin: -20; padding: 15px;
	left: -20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;}

/* @end */


/* @group Masthead */

h1#masthead a {padding-top: 460px; /* height of the replacement image */
background-image: url(images/CUBE-masthead1.jpg); /* the replacement image */}

h1.imagereplacement {
position: relative; /* allows child element to be placed positioned wrt this one */
overflow: hidden; /* donâﬁ™t let content leak beyond the header âﬁ“ not needed as height of anchor will cover whole header */}

h1.imagereplacement a {
position: absolute; /* defaults to top:0, left:0 and so these can be left out */
height: 0; /* hiding text, prevent it peaking out */
width: 100%; /* 686px; fill the parent element */
background-position: left top;
background-repeat: no-repeat;}

/* @end */

/* the four styles below use the replacement method on this page: http://alicious.com/2009/new-css-image-replacement-jir/ */

/* @group Menu */

#menu {background-color: #050505
	/*background-color: #252525;*/}
#menu a {
	text-decoration: none;
	font: bold 1.3em Georgia, "Times New Roman", Times, serif;}
#menu ul {list-style-type: none;}
#menu li {float: left;
	padding-right: 1.5em;}





/* @end */
#content p {margin-left: 30px;
	padding-bottom: 1em;}
#content h1, #content h2, #content h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fab80f;}
	
#sidebar ul {
	list-style-type: none;}

li#twitter {
	top: 6px;
	right: 6px;
	position: fixed;
	overflow: hidden;
	z-index: -2;}
	
img {border: 1px solid #f4fddb;
margin-top: 10px;}
	
	