body {
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  line-height:18px;
  color:#555555;
  background:#ffffff url(../images/sky_bg.jpg) no-repeat top center;
  margin:0px;
  padding:0px;
}

a {
	outline: none;	
	}
		
div#wrap {
	width: 500px;
	margin: 50px auto;	
	}

/*img {
	border: 1px solid #CCC;
	padding: 1px;	
	margin: 0px 0px 0px 0px;
	}*/

#wrapper_footer{
  width:100%;
  background:#ffffff url(../images/footer_landscape.jpg) no-repeat bottom center;
  margin:auto;
  height:531px;
  bottom:0px;
}

#wrapper {
  width:974px;
  margin:auto;
  position:relative;
}

#ski {
	width:756px;
	height:306px;
	position:absolute;
	left: 267px;
	top: 0px;
}

#ski img {
	border:0px;
	padding:0px;
	margin:0px;
}

#content_container {
	background:url(../images/content_bg.png) repeat-y top left;
	width:974px;
	margin:0px;
	padding:0px;
}

#content_area {
	padding:35px 35px 0px 35px;
	width:904px;
	
}

.album {
  width:130px;
  padding:0 14px 25px;;
  float:left;
  position:relative;
}

.album .album_desc  {
	width:130px;
	background:#000;
	padding:5px 10px;
	color:#FFF;
	font-size:14px;
		position:absolute;
	left: 16px;
	top: 109px;
}

.album img {
	padding:1px;
	border:1px solid #d6d6d6;
}

#content_area #left_area {
	width:550px;
	float:left;
	
}

#content_area #right_area {
	width:327px;	
	margin-left:577px;
}

#content_area #right_area .right_panel {
	background:transparent url(../images/right_panel_bg.jpg) no-repeat top left;
	width:301px;
	height:243px;
	padding:13px;
	margin-bottom:20px;
}

#content_area #right_area .right_panel_song {
	background:transparent url(../images/song_bg.jpg) no-repeat top left;
	width:301px;
	height:173px;
	padding:13px;
	margin-bottom:20px;
}

#content_area #right_area .right_panel_song span {
    font-size:16px;
	color:#333333;
	font-family:"Myriad Pro", Arial, Helvetica;
}

#content_area #right_area .pin_right_panel {
	background:transparent url(../images/bg_pinup.gif) no-repeat top left;
	width:301px;
	height:380px;
	padding:13px;
	margin-bottom:20px;
}

#content_area #right_area .right_panel span {
    font-size:16px;
	color:#333333;
	font-family:"Myriad Pro", Arial, Helvetica;
}

#content_area #right_area .right_panel .panel_content {
	width:301px;
	height:200px;
	margin-top:20px;
}

.gallery_row {
	margin-left:10px;
}

#content_area #right_area .right_panel_song .panel_content {
	width:301px;
	height:120px;
	margin-top:10px;
}

#content_area #right_area .pin_right_panel .pin_panel_content {
	width:301px;
	height:200px;
	margin-top:57px;
	*margin-top:69px;
	padding-bottom:10px;
	color:#fff;
}

.song {
   padding-bottom:22px;
   padding-top:2px;
   border-bottom:1px solid #d6d6d6;
   margin:0px;

}

.song .fltrgt {
	float:right;
}

.song .song_list {
  float:left;
}
	

#header {

   background:url(../images/header_bg.png) no-repeat bottom left;
   height:352px;
   width:974px;
}

#header #smoothmenu1 {
	padding-top:308px;
	padding-left:10px;
}

h1 {
	font-family:"Myriad Pro", Arial, Helvetica;
	color:#c12818;
	font-size:24px;
	font-weight:normal;
	margin-top:5px;
}

.event {
    margin-bottom:25px;
	width:550px;
}

.event_date {
   width:27px;
   padding-right:18px;
   padding-left:5px;
   float:left;
   font-weight:bold;
   font-size:12px;
   color:#000;
}

.event_date span {
   font-size:22px;	
}

.event_content {
  margin-left:50px;
  width:489px;
  padding-left:11px;
  border-left:1px solid #e0e0e0;
}

.event_content h2 {
  font-size:14px;
  font-weight:bold;
  color:#2a2a2a;
  margin:0px 0px 5px 0px;
  padding:0px;
}

.ddsmoothmenu{
background: transparent; /*background of menu bar (default state)*/
width: 100%;

}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: transparent url(../images/nav_separator.gif) no-repeat right 7px; /*background of menu items (default state)*/
color: white;
padding: 8px 25px;
color: #2d2b2b;
text-decoration: none;
}

.ddsmoothmenu ul li li a{
display: block;
background: #414141; /*background of menu items (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: white;
}

.ddsmoothmenu ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{

width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}