body  {
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 12px;
	background: #000000;
	background-image: url('img/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #dddddd;
}

object { 
	outline:none; 
}

#container { 
	width: 950px;  
	margin: 0 auto; 
	text-align: left; 
}
h1, h2, h3, h4, h5 {
  font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  letter-spacing: -.05em;
  margin: 0;
  padding: 0;
  line-height: 1em;
  color: #DDDDDD;
}

a, a:link {
	color: #c1e2ed;
	text-decoration: none;
	border: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #c1e2ed;
}
a img {
	border: 0;
}
ul {
	list-style-type:none; 
}
hr {
  border-color: #3F3F3F;
  border-style: solid;
  border-width: 1px 0 0;
  margin: 0;
  height: 0;
}
.hrDiv {
	height: 1px;
	width: 100%;
	background-color: #666666;
}
h1 {
  font-size: 35px;
  padding: 20px 0 20px 0;
  margin: 0 20px 0 20px;
}

h2 {
  font-size: 18px;
  padding: 0;
  margin: 0;
}

h3 {
  font-size: 18px;
  padding: 0;
  margin: 0;
}

h4 {
  font-size: 14px;
  margin: 5px 0 20px 0;
}

h5 {
  font-size: 20px;
}
p {
	margin-top: 8px;
	margin-bottom: 10px;
}
/* HEADER */
#header {
	height: 130px;
	padding: 0;
	margin: 0;
}

.header_img {
	padding: 10px 0;
}

.header_noflash {
	background-image: url('img/background_header_noflash.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	width: 950px;
	height: 130px;
}

/* NAV FOR NON FLASH USERS */
.nav_nfl_left {
	position: relative;
	float: left;
	width: 93px;
	height: 81px;
	top: 21px;
	left: 132px;
}

.nav_nfl_right {
	position: relative;
	float: left;
	width: 93px;
	height: 81px;
	top: 21px;
	left: 206px;
}

.nav_nfl_home {
	position: relative;
	float: left;
	width: 425px;
	height: 76px;
	top: 21px;
	left: 172px;
}

/* 01 */
a.nav_nfl_01  {
	background-image: url('img/button_st01.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 93px;
	height: 22px;
	margin-bottom: 5px;
	display: block;
}

a:hover.nav_nfl_01	{
	background-image: url('img/button_ro01.png');
	background-repeat: no-repeat;
	background-position: top left;
}
/* 02 */
a.nav_nfl_02	{
	background-image: url('img/button_st02.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 93px;
	height: 22px;
	margin-bottom: 5px;
	display: block;
}

a:hover.nav_nfl_02	{
	background-image: url('img/button_ro02.png');
	background-repeat: no-repeat;
	background-position: top left;
}
/* 03 */
a.nav_nfl_03	{
	background-image: url('img/button_st03.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 93px;
	height: 22px;
	margin-bottom: 5px;
	display: block;
}

a:hover.nav_nfl_03	{
	background-image: url('img/button_ro03.png');
	background-repeat: no-repeat;
	background-position: top left;
}
/* 04 */
a.nav_nfl_04	{
	background-image: url('img/button_st04.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 93px;
	height: 22px;
	margin-bottom: 5px;
	display: block;
}

a:hover.nav_nfl_04	{
	background-image: url('img/button_ro04.png');
	background-repeat: no-repeat;
	background-position: top left;
}
/* 05 */
a.nav_nfl_05	{
	background-image: url('img/button_st05.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 93px;
	height: 22px;
	margin-bottom: 5px;
	display: block;
}

a:hover.nav_nfl_05	{
	background-image: url('img/button_ro05.png');
	background-repeat: no-repeat;
	background-position: top left;
}
/* 06 */
a.nav_nfl_06	{
	background-image: url('img/button_st06.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 93px;
	height: 22px;
	margin-bottom: 5px;
	display: block;
}

a:hover.nav_nfl_06	{
	background-image: url('img/button_ro06.png');
	background-repeat: no-repeat;
	background-position: top left;
}


/* SIDEBARS */
#sidebar1 {
	float: left; 
	width: 215px; 
}
#sidebar2 {
	float: right; 
	width: 215px; 
}
.sideitem_top {
	height: 12px;
}
.sideitem_bot {
	height: 12px;
	margin-bottom: 30px;
}
.si_corner_left {
	float: left;
}
.si_corner_right {
	float: right;
}
.sideitem_container {
	width: 215px; 
	padding: 0px 12px 0px 12px;
}
.sideitem_containerR {
	width: 215px; 
	padding: 0px 0px 0px 12px;
}
.sideitem_content {
	width: 191px; 
	padding: 0 7px 10px 7px;
	background-image: url('img/side_bg.png');
	background-repeat: no-repeat;
	line-height: 19px;
	margin-top: 4px;
}
#twitterContainer {
	width: 191px; 
	line-height: 19px;
	margin-top: 4px;
	overflow: hidden;
}
.sideitem_music {
	width: 191px; 
	padding: 0;
	background-image: url('img/side_bg.png');
	background-repeat: repeat-y;
	line-height: 19px;
	margin-top: 2px;
}
.header_nomp3 {
	text-align: center;
	padding: 12px;
	color: #666666;
}
a.sideitem_link {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 1px;
	cursor: pointer;
}
a:hover.sideitem_link {
	color: #c1e2ed;
}
p.date {
	color: #c1e2ed;
	padding: 7px 0 3px 0;
	margin: 0;
}
a.sideitem_txt {
	text-decoration: none;
	color: #ffffff;
	margin: 0;
	line-height: 16px;
	padding-bottom: 3px;
}
a:hover.sideitem_txt {
	color: #cccccc;
}
.medGray {
	color: #666666;
}
.lightGray {
	color: #cccccc;
}
.white {
	color: #ffffff;
}
/* SIDEBAR SLIDER */
.slideDiv {
	width: 191px; 
	padding: 0;
}
.slideContent {
	background-image: url('img/side_bg.png');
	background-repeat: no-repeat;
	line-height: 19px;
	margin-top: 2px;
}
.slideSwitchHere {
	background:url('img/button_on.gif');
	background-repeat: no-repeat;
	background-position: center;
	padding: 5px 0px 5px 0px;
	height: 15px;
	border: 0;
}
.slideSwitch {
	background:url('img/button_off.gif');
	background-repeat: no-repeat;
	background-position: center;
	padding: 5px 0px 5px 0px;
	height: 15px;
	border: 0;
}
.switchButtons {
	height: 15px;
	padding: 10px 0 0 0;
	border: 0;
}
.socialLogo {
	padding: 3px 4px 6px 4px;
}
/* MAIN CONTENT */
#mainContent { 
	margin: 0 220px 32px 220px; 
	padding: 0 20px; 
}

#mainContentTxt {
	width: 427px;
	background: none;
	line-height: 18px;
	color: #cccccc;
	padding: 20px 20px;
	margin-top: -10px;
}
.gigItem {
	color: #c1e2ed;
	padding: 10px 0;	
}
/* FOOTER */
#footer { 
	padding: 0 10px 0 20px; 
	text-align: right;
} 
#footer p {
	color: #999999;
	font-size: 10px;
	margin-top: -10px; 
	padding-bottom: 10px; 
}

/* GUESTBOOK */
input {
	border: 1px solid #3F3F3F;
	padding: 1px;
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	color: #cccccc;
	background: #1f1f1f;
}

.guestbookText {
	width: 440px;
	height: 150px;
	border: 1px solid #3F3F3F;
	padding: 1px;
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #cccccc;
	background: #1f1f1f;
}

.submitButton {
	padding: 15px;
	color: #c1e2ed;
	cursor: pointer;
	font-size: 13px;
}

.submitButton:hover {
	color: #ffffff;
	border: solid 1px #686868;
}

/* gallery */

.galThumb {
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000000;
	width: 77px; 
	height: 77px; 
	border: solid 1px #2A2C2B; 
	margin: 3px;
	float: left; 
}

.galThumb:hover {
	border: solid 1px #434D4D; 
}

.childThumb {
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000000;
	width: 77px; 
	height: 77px; 
	border: solid 1px #2A2C2B;
	background-position: 50% 20%; 
	float: left
}

.childThumb:hover {
	border: solid 1px #434D4D; 
}

.sliderThumb {
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
	width: 85px; 
	height: 85px; 
	border: solid 1px #2A2C2B; 
	margin: 3px;
}

.sliderThumb:hover {
	border: solid 1px #434D4D; 
}


#maxImage {
	padding-top: 20px;
	padding-bottom: 15px;
}

.mediaItem {
	border-bottom: solid 1px #3F3F3F; 
	padding-top: 8px; 
	padding-bottom: 8px; 
	position: relative; 
	float: left; 
	width: 427px
}

/* FLOAT */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Reflect archive */
.reflect_archive_list {
	padding-top: 5px;
}
.reflect_archive_list ul {
    list-style: none !imporant; 
	margin: 0;
	padding: 0;
}
.reflect_archive_list ul ul{
    margin-left: 0px; 
} 
.reflect_archive_list ul ul li {
	margin-top: -5px;
	margin-bottom: 0.8em;
}
.reflect_archive_list li a {	
	display:block;
	padding:5px 5px 5px 10px;
	margin: 0 0 -1px 0;
	background-color:#000000;
	color:#c1e2ed;
	text-decoration:none;
	border-top:1px solid #222222;
	border-bottom:1px solid #222222;
}
.reflect_archive_list li a:hover {
	background-color:#191919;
	color:#ddd;
}


































