@charset "UTF-8";




/********************************************
HTML ELEMENTS
********************************************/
/* top elements */
* {
	outline: 0;
/*	color: #CCCCCC;
YOU REMOVED THIS TO STYLE THE FORM ON THE DAG CLIENTS PAGE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*/	list-style: none;
} /*sets no padding or margin around the body of our document*/

body {
	background-color:#333333; /*website background color (white)*/
	color:#999; /*sets our text color for our website*/
	margin: 15px 0; /*sets no padding and a 15px margin around the body of our document*/
	font-family: Verdana, Tahoma, arial, sans-serif; /*sets the font family for our website*/
	font-size: 70%; /*sets the font size in %, you can also use 12px or 14px etc... px stands for pixels*/
	line-height: 1.5em; /*sets the height between each line of text.*/
}


/********************************************
WEBSITE LAYOUT
********************************************/
#wrap {
width: 800px; /*width of our wrap*/
background: #CCC url(images/main/content.jpg) repeat-y center top; /*sets our background color to white and uses our content.jpg as a background, the background is also repeated along the Y axis*/
margin: 0 auto; /*center our margin to auto will center our website*/
text-align: left; /*aligns our text to the left*/
}
#content-wrap {
	clear: both; /*The clear property sets the sides of an element where other floating elements are not allowed.*/
	width: 790px; /*width of our wrap*/
	/*#width: 700px;*/
	margin: 5px auto; /*sets our top margin at 5 pixels and the rest to auto*/
	padding: 0; /*sets 0 padding*/
}
#header {
position: relative; /*An element with position: relative moves an element relative to its normal position, so "left:20" adds 20 pixels to the element's LEFT position*/
height: 130px; /*sets our header height, this should be the same as our header image*/
background: #caced1 url(images/main/header.jpg) no-repeat center top; /*sets a background behind our header and sets our header image onto the page*/
padding: 0; /*no padding is needed*/
}


/********************************************
WEBSITE NAVIAGTION
********************************************/
#menu {
	clear: none; /*No floating elements allowed on either the left or the right side*/
	margin: 0 auto; /*Margins*/
	padding: 0; /*Padding*/
	background: #81C524 url(images/main/menu.jpg) no-repeat; /*Our menu background*/
	height: 30px; /*The height of the menu */
	width: 800px; /*The width of the menu */
	font-family: Verdana, Arial, Helvetica, sans-serif; /*The font family*/
	font-size: 11.5px; /*The font size*/
	line-height: 30px;
}
#menu ul {
	float: left; /*Floats our menu to the left*/
	list-style: none;
	margin:0px;
	padding: 0 0 0 170px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
display: block;
float: left;
padding: 0 12px;
color: #fff; /*Font color*/
text-decoration: none;

}
#menu ul li a:hover {
	color: #99ffFF; /*Mouseover hover color*/
	position: relative;
	clear: none;
}

#langauge ul{
padding: 0 0;
width:130px;
position:relative;
float:right;
display:block;
clear:none;


}



/********************************************
MAIN COLUMN
********************************************/
#main {
	width: 635px; /*gives our content area a width of 555pixels*/
	/*_width: 620px;*/
	
	margin: 0;
	padding: 10px 0 10px 0;
	display: inline;
	position: relative;
	float: right;
	overflow:hidden;
	line-height:inherit;
	left: 0;
	top: 0;
	z-index: 0;

}

#main h1 {
padding: 0;
margin-bottom: 0;
color:#fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height:30px;
font-size: 180%;
font-style: normal;
font-weight: bold;
}
#main h2 a, #main h4 {
color:#000;
text-decoration: none;
line-height:2.5em;
}

#main h3 {
	color:#FFF;
font-size:120%;
line-height:1.6em;
}

#main p, #main h1, #main h2, #main h3, #main ol, #main ul,
#main blockquote, #main table, #main form {
}

/********************************************
SIDEBAR
********************************************/
#sidebar {
	float: left;
	width: 155px;
	/*#width: 154px;*/
	padding: 0;
	color:#CCCCCC;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	display:inline;
}
#sidebar h2 {
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color:#CCCCCC;
	background-image: none;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	
}
#sidebar p {
margin-left: 5px;
}

#sidebar ul.sidemenu {
list-style: none;
text-align: left;
margin: 7px 10px 18px 0; padding: 0;
text-decoration: none;
font-size:110%;

}
#sidebar ul.sidemenu li {
list-style: none;
padding: 4px 0 4px 5px;
margin: 0 2px;
color:#CCCCCC;
}

/** html body #sidebar ul.sidemenu li {
height: 1%;
}*/
#sidebar ul.sidemenu li a {
text-decoration: none;
color:#CCCCCC;
}
#sidebar ul.sidemenu li a:hover {
color:#99FFFF;
}


#dagkids h2.dagkids {
	color:#FF0000;
	
}



#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

/*Styling for the color swap menu------------------------*/

.h1_page {
	background-image: url(images/titles/title_ban.jpg);
	background-repeat: repeat-y;
	background-position: center;
	display: block;
	line-height: 25px;
}

.event-sidebar {
	background-image: url(images/sidebar/events.jpg);
	background-position: center;
	display: block;
}
.nar-sidebar {
	background-image: url(images/sidebar/nar.jpg);
	background-position: center;
	display: block;
}
.game-sidebar {
	background-image: url(images/sidebar/game.jpg);
	background-position: center;
	display: block;
}
.studio-sidebar {
	background-image: url(images/sidebar/studio.jpg);
	background-position: center;
	display: block;
	text-transform: none;
}
.comp-sidebar {
	background-image: url(images/sidebar/comp.jpg);
	display: block;
	background-position: center;
}
.cast-sidebar {
	background-image: url(images/sidebar/cast.jpg);
	background-position: center;
	display: block;
}

.wedding {
	background-image: url(images/sidebar/wedding.jpg);
	background-position: center;
	display: block;
}

.voice-sidebar {
	background-image: url(images/sidebar/voice.jpg);
	background-position: center;
	display: block;
}


.sidebar-norm {
	background-image: url(images/sidebar/sidebar.jpg);
	background-position: center;
	display: block;
}



/********************************************
FOOTER
********************************************/
#footer {
	color:#CCC;
	background: #caced1 url(images/main/footer.jpg) no-repeat center top;
	clear: both;
	width: 800px;
	height: 40px;
	text-align: center;
	font-size: 85%;
}
#footer p {
padding: 10px 0;
margin: 0;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

/* alignment classes */
.float-left { float: left; }
.float-right { float: right; }
.align-left { text-align: left; }
.align-right { text-align: right; }



/********************************************
WEBSITE LINKS
********************************************/
a, a:visited {
text-decoration: none;
/*background: inherit;*/
color:#CCCCCC;
}

a:hover {
	text-decoration: none;
	background: inherit;
	color:#99CCFF;
}

/********************************************
WEBSITE TEXT HEADERS
********************************************/
h1, h2, h3, h4 { font-family: 'Trebuchet MS', Tahoma, Sans-serif; }
h1 {
	font-size: 180%;
	font-weight: normal;
	color: #fff;
}
h2 {
	font-size: 160%;
	color: #fff;
	font-weight: normal;
	line-height:1.4em;
}
h3 {
	font-size: 135%;
	color: #fff;
	line-height:1.2em;
}

h3 {
	font-size: 120%;
	color: #fff;
	line-height:1.2em;
}

/********************************************
WEBSITE IMAGES
********************************************/
img {
	background-color: #333333;
	padding: 5px;
	border: none;
	
}

img.float-right { margin: 5px 0px 5px 5px; }
img.float-left { margin: 5px 2px 5px 0px; }

h1, h2, h3, p {
margin: 10px 15px;
padding: 0;
}
ul, ol {
	margin: 5px 15px;
	padding: 0 15px;
}


/********************************************
Main page heading styles
********************************************/
.clear { clear: both; }

.h1_events {
	background-image: url(images/titles/events.jpg);
	background-repeat: repeat-y;
	background-position: center;
	display: block;
	line-height: 25px;
}

.h1_voice {
	background-image: url(images/titles/voice.jpg);
	background-repeat: repeat-y;
	background-position: center;
	display: block;
	line-height: 25px;
}


.h1_game {
	background-image: url(images/titles/game.jpg);
	background-repeat: repeat-y;
	background-position: center;
	display: block;
	line-height: 25px;
}
.h1_studio {
	background-image: url(images/titles/studio.jpg);
	background-repeat: repeat-y;
	background-position: center;
	display: block;
	line-height: 25px;
}
.h1_composer {
	background-image: url(images/titles/comp.jpg);
	background-repeat: repeat-y;
	background-position: center;
	display: block;
	line-height: 25px;
}
.h1_casting {
	background-image: url(images/titles/cast.jpg);
	background-repeat: repeat-y;
	background-position: center;
	display: block;
	line-height: 25px;
}

.h1_nar {
	background-image: url(images/titles/nar_ban.jpg);
	background-repeat: repeat-y;
	background-position: center;
	display: block;
	line-height: 25px;
}


.h1_wedding {
	background-image: url(images/titles/wedding.jpg);
	background-repeat: repeat-y;
	background-position: center;
	display: block;
	line-height: 25px;
}



/*******************************************
INDEX PAGE MAIN CONTENT 
*******************************************/
#index_main_1 {
	width: 510px;
	height: auto;
	margin: 10px 0 10px 0px;
	float: left;
	display:inline;
}


/*.float-left-img {
	float:left;
	margin:10px 5px 20px 10px;
	}
	trying to solve english page rendering in ie */
	
	.clear-left {
	
	clear:left;
	
	}
	
  
  /*******************************************
INDEX CONTENT
*******************************************/ 
 .index_h1 {
	font-weight: bold;
}

  
#index_container {
	width:95%;
	line-height:12px;
	border-top:#000 1px solid;
	margin:15px 0 5px 15px;
	
  } 
  

  

  
  /*******************************************
INDEX  =  Featured Dag Artists Content
*******************************************/

#d_artists_index {
	width:260px;
	height:auto;
	float:right;
/*	position: relative;
*/	margin:10px 0px 10px 0px;
	line-height:16px;
	display:inline-block;
	

	
  }
  
  #d_artists_index p.title {
	  color:#FFF;
	  background-color:#000;
	  font-size:.9em;
  }
  
  .img-brd {
	  margin: 3px 0 0;
  }

  
/*Styling for large paragrpaghs of text such as the company history*/

.justify-p-txt {
text-align:justify;
}

  /*******************************************
ACCESS  =  map and text styling
*******************************************/

#map {
width:630px;
height:600px;
margin:5px;
background:url(images/map/map.jpg) no-repeat top left;

}

#map_j

{
width:630px;
height:600px;
margin:5px;
background:url(images/map/map_j.jpg) no-repeat top left;

}

.float_right_bottom {
	float:right;
	margin: 450px 10px 10px 10px;
}



  /*******************************************
CONTACT  =  map and text styling
*******************************************/

#contact {
	width:600px;
	height:auto;
	margin:10px 10px 10px 40px;
}






  /*******************************************
 text styling 
*******************************************/
	
	.events {
	font-family: "Lucida Grande", "Myriad Pro", Osaka;
	color:#6565FB;
	line-height:30px;
	font-size: 130%;
	}	

.game {
	font-family: "Lucida Grande", "Myriad Pro", Osaka;
	color:#00E901;
	line-height:30px;
	font-size: 130%;
	}	
	

.studio {
	font-family: "Lucida Grande", "Myriad Pro", Osaka;
	color:#01FBFB;
	line-height:30px;
	font-size: 130%;
	}
	
	.comp {
	font-family: "Lucida Grande", "Myriad Pro", Osaka;
	color:#EC0001;
	line-height:30px;
	font-size: 130%;
	}	
	
	.cast {
	font-family: "Lucida Grande", "Myriad Pro", Osaka;
	color:#FFFF00;
	line-height:30px;
	font-size: 130%;
	clear:both;	
	}		


.nar {
	font-family: "Lucida Grande", "Myriad Pro", Osaka;
	color: #FF00FF;
	line-height:30px;
	font-size: 130%;
}



.header {
	font-family: "Lucida Grande", "Myriad Pro", Osaka;
	color:#FFFFFF;
	line-height:30px;
	font-size: 130%;
}

.deadline-closed {

font-family:"Lucida Grande", "Myriad Pro", Osaka;
color:#FF0000;
size:18px;
}

.download {
font:"Lucida Grande", "Myriad Pro", Osaka;
background-color:#FF0000;

}

/*p .click-here, a.click-here {
	text-decoration: underline;
	font-weight:500;
	color:#fff;
	
	
}
*/


/*************Main ARTISTS styling******************/

/*************Main ARTISTS  BOX******************/



#artist {
	width:620px;
	height:auto;
	float:left;
	margin: 5px 10px 0px 0px;
}

#artists_stats {

width:200px;
height:auto;
float:left;
margin: 10px 0px 0px 10px;
}

.artist_text {

	margin: 10px 10px 10px 220px;
		text-align:justify;		

}



.underline-grey {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	clear: none;
	margin-top:20px;
}
.float-right-margin-top {
	float: right;
	margin-top: 20px;
	margin-left: 5px;
}


/*************Minor ARTISTS styling******************/

/*************Minor ARTISTS  BOX******************/

#artist_minor {

width: 190px;
height:auto;
float:left;
margin: 5px 10px 10px 10px;
text-align:center;
}


  /*******************************************
EVENTS PAGE STYLING
*******************************************/



#events_footer {

width:630px;
height:auto;
display:block;
clear:both;
margin: 20px 0 0 0px;
}



.img-float-right-top {
	float: right;
	padding: 0px;
	top: 0px;
	clear: none;
}


/*******************************************
mini kids pics  PAGE STYLING
*******************************************/

#mini_pic {

width:120px;
height:auto;
float:left;
margin:10px 0px 10px 30px;
text-align:center;

}
.minor-artist {
	font-family: "Lucida Grande", "Myriad Pro", Osaka;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}


.bullets {
	list-style-position: outside;
	list-style-image: url(images/sphere/bullet_5px.jpg);

}

/*dag music artist player with a margin to adjust to the parapgraph settings-------------*/

.player {
	width:174px;
	height:15px;
	autostart:false;
	loop:false;
	align:center;
	margin: 0px 0px 5px 15px;
}


/*player with no margins suitable for the vents page layout etc.........*/

.player-pic {
	width:174px;
	height:15px;
	autostart:false;
	loop:false;
	align:center;
	padding: 0 0;

}

/*for events artist titles when the text needs less margin top and bottom from normal h1 h2 h3 tags..........*/

.artist-pic-titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
	text-transform: capitalize;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}


/*When players need a top and bottom margin for kids page eg......*/

.player-margin {
	width:174px;
	height:15px;
	autostart:false;
	loop:false;
	text-align:center;
	margin:5px 0px 10px 0px;

}

#width-auto {

width:auto;
height:auto;
float:left;
margin: 10px 10px 10px 10px;



}

#float-right {
float:right;
width:auto;

}




#whats_new_main {
width:620px;
height:auto;
float:left;
margin:10px 10px 10px 10px;

}
#whats_new_artist {
width:210px;
height:auto;
float:right;
margin:10px 10px 10px 10px;

}


.imgfloatLeft { 
    float: left; 
    margin: 4px; 
}
.imgfloatRight { 
    float: right; 
    margin: 4px;
}


.line_gap {
line-height:40px;
}




/*THUMB NAIL ROLL OVER GALLERY */


.gallerycontainer{
position: relative;
clear:none;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 2px 2px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid grey;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: white;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -600px;
left: 10px; /*position where enlarged image should offset horizontally */
z-index: 50;
}




/*"################# stlying for the english subscription section ################*/

.formfield {

color:#FFF;
background-color:#000;

}

/*float: left;
margin-left: 0.5em;
display: block;*/


#feedback {

width:auto;
height:auto;
margin: 20px 20px 20px 20px;

}



/*fdjnnaaaaaaaaaaaaaaaaak&-   the section below is for dag clients  -   &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/



#SignUp .signupframe {
 color:#FFF;
 border:none;
 background-color:#333;
 font:#000;
  width:400px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 20px;

 
}



#SignUp1 .signupframe1 {
 color:#FFF;
 text-align:right;
 border:none;
 background-color:#333;
 font:#000;
  width:400px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 20px;

 
}




/*"################# stlying for CSS image gallery sets 1-3 ################*/

/* common styling */
/* set up the overall width of the menu div and the margins */
.menu2 {
font-family: verdana, arial, sans-serif; 
width:600px;
height:31px;
background:#333333;
padding:0;
margin:0 auto; 
position:relative;
z-index:1;
border-bottom:20px solid #333;
margin-bottom:600px;
}
/* position the instructions using a dl */
.menu2 dl {
font-family:verdana, arial, sans-serif;
font-size:0.9em;
position:absolute;
width:370px;
top:100px;
left:50px;
}
.menu2 dl dt {font-size:1.2em; margin-bottom:2em; font-weight:bold;}
.menu2 dl dd { padding:0; margin:0; line-height:1.7em; margin-bottom:2em;}
.menu2 dl dd:first-letter {font-weight:bold;}

/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu2 ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}
/* float the list so that the items are in a line */
.menu2 ul li {
	display:block;
	float:left;
	width:150px;
	height:31px;
}
/* style the links to be 50px wide by 31px high with a right border 1px solid white. Set the background color and the font size. */
.menu2 ul li a, .menu2 ul li a:visited {
display:block; 
float:left;
text-align:center; 
text-decoration:none; 
width:150px; 
height:31px; 
color:#CCCCCC;
border:1px solid #000;
background:#333; 
line-height:30px; 
font-size:11px;
}

/* clear the float at the end of each line of four slides */
span.clr {display:block; clear:both; width:0; height:0; font-size:0; line-height:0;}

/* make the dropdown ul invisible */
.menu2 ul li ul {
display: none;
}

/* remove the table styling */
table {
border-collapse:collapse;
margin:0; 
padding:0;
}


/* specific to non IE browsers */
/* set the background and foreground color of the main menu li link on hover */
.menu2 ul li:hover a{
color:#fff; 
background:#000;
cursor:default;
}

/* make the sub menu ul visible and position it beneath the first list item */
.menu2 ul li:hover ul {
text-align:left;
display:block; 
position:absolute; 
top:31px; 
left:0;
}

/* make the sub menu ul li the full width with padding and border. */
.menu2 ul li:hover ul li {
cursor:pointer;
width:483px;
height:483px;
border:20px solid #000;
border-width:20px 5px;
background:#ddd url(slide/linen.jpg); 
color:#fff;
padding:52px 60px;
cursor:default;
}

/* style the background and foreground color of the submenu links */
.menu2 ul li:hover ul li a {
background:#333;
width:118px;
height:118px;
border:1px solid #ddd;
border-color:#888 #000 #000 #888;
}


/* keep the large image hidden */
.menu2 ul li:hover ul li a em {
display:none;
}
/* add a border to the horizontal slide and position it centrally using a top margin */
.menu2 ul li:hover ul li a.horiz span img {
border:1px solid #888;
margin-top:21px;
}
/* add a border to the vertical slide and position it centrally using a top margin */
.menu2 ul li:hover ul li a.vert span img {
border:1px solid #888;
margin-top:9px;
}

.menu2 ul li:hover ul li a:hover {
background:#000;
}


/* make the active links zero size so the active dotted border does not show through the large image */
.menu2 ul li:hover ul li a:active, .menu2 ul li:hover ul li a:focus {background:#aaa; height:0; width:0; border:0;}
.menu2 ul li:hover ul li a:active em, .menu2 ul li:hover ul li a:focus em {background:#bbb; height:0; width:0; padding:0; margin:0; border:0;}


/* make the large image visible and set the border, position them using position absolute centrally over the slides */
/* horizontal large image styling */
.menu2 ul li:hover ul li a.horiz:active em, .menu2 ul li:hover ul li a.horiz:focus em {display:block; background:#ddd; position:absolute; left:15px; top:100px; width:576px; height:382px; z-index:200; z-index:500; cursor:default; border:1px solid #fff;}
.menu2 ul li:hover ul li a.horiz:active em img, .menu2 ul li:hover ul li a.horiz:focus em img {border:0;}
/* vertical large image styling */
.menu2 ul li:hover ul li a.vert:active em, .menu2 ul li:hover ul li a.vert:focus em {display:block; background:#ddd; position:absolute; left:95px; top:23px; width:480px; height:640px; z-index:200; z-index:500; cursor:default;  border:1px solid #fff;}
.menu2 ul li:hover ul li a.vert:active em img, .menu2 ul li:hover ul li a.vert:focus em img {border:0;}



/* IE 5 and 6 hacks for CSS gallery set1-3 &%%%%%%%%%%%%%%%%%%%%%%%%%%%$%$$$%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


/* styling specific to Internet Explorer IE5.5 and IE6. Yet to see if IE7 handles li:hover */

/* set the background and foreground color of the main menu link on hover */
.menu2 ul li a:hover {
color:#fff; 
background:#000;
cursor:default;
}

/* make the sub menu ul visible and position it beneath the first list item */
.menu2 ul li a:hover ul {
text-align:left;
display:block; 
position:absolute; 
top:31px; 
left:0;
}

/* make the sub menu ul li the full width with padding and border. Hack for IE5.5 */
.menu2 ul li a:hover ul li {
cursor:pointer;
width:600px;
height:688px;
border:20px solid #000;
border-width:20px 5px;
background:#ddd url(slide/linen.jpg); 
color:#fff;
padding:82px 90px;
cursor:default;
w\idth:483px;
he\ight:483px;
}

/* style the background and foreground color of the submenu links (with hack for IE5.5)*/
.menu2 ul li a:hover ul li a {
width:120px;
height:120px;
margin-top:-2px;
border:1px solid #ddd;
border-color:#888 #000 #000 #888;
w\idth:118px;
he\ight:118px;
m\argin:0;
}


/* keep the large image hidden */
.menu2 ul li a:hover ul li a em {
display:none;
}

/* add a border to the horizontal slide and position it centrally using a top margin */
.menu2 ul li a:hover ul li a.horiz span img {
border:1px solid #888;
margin-top:21px;
}

/* add a border to the vertical slide and position it centrally using a top margin */
.menu2 ul li a:hover ul li a.vert span img {
border:1px solid #888;
margin-top:9px;
}


/* make the active links zero size so the active dotted border does not show through the large image */
.menu2 ul li a:hover ul li a:active {background:#aaa; height:0; width:0; }
.menu2 ul li a:hover ul li a:active em {background:#bbb; height:0; width:0; padding:0; margin:0;}


/* make the large image visible and set the border, position using position absolute */
.menu2 ul li a:hover ul li a.horiz:active em {display:block; background:#ddd; position:absolute; left:15px; top:100px; width:576px; height:382px; z-index:200; cursor:default; border:1px solid #fff;}
.menu2 ul li a:hover ul li a.vert:active em {display:block; background:#ddd; position:absolute; left:95px; top:23px; width:480px; height:640px; z-index:200; cursor:default;  border:1px solid #fff;}


/* YOU TUBE CLASS &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */



.you-tube {
	float:right;
	width:200px;
	height:161px;
	clear:left;
	padding: 5px;
	margin: 2px 2px 2px 2px;
	
}

/* BLACK WHATS NEW HEADLINE &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */


h2.whats-new, p.whats-new {
	font-size:1.5em;
	text-align:left;
	margin-top:30px;
	line-height:1.5em;
	color:#fff;
	font-weight:bold;
	display:inline-block;
}

p.strong {
	background-color:#000;
	padding:10px;
	
}

.application {
	margin:20px;
}

.img-banner {
	margin:5px;
}


/* Composition styles tablesz &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */


.columns ul {
	font-size:100%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0 20px;
	padding:0;
}

.columns li.col1 {
	float:left;
	width:50%;
	margin:0px;
	
}

.columns li.col2 {
	float:right;
	width:50%;
	margin:0px;
}

.columns li p {
color:#CCC;
line-height:15px;
margin:0;
padding:0 20px 0 10px;
font-size:.9em;
clear:right;


}

.columns li h3 {
color:#fff;
line-height:29px;
margin:0;
margin-top:10px;
}

.columns ul li.col-bullets {
	margin: 0 0 0 10px;
list-style-position: outside;
	list-style-image: url(images/sphere/bullet_5px.jpg);
padding-left: 3px;
text-decoration: none;
color:#ccc;


}

.img-col {
	float: right;
	margin: 0 20px 0 0;
	
}

.clearfix:after, .colrow:after {
clear:both;
content:".";
display:block;
visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



.img-banner {
	display:inline-block;
	margin: 10px 10px 10px 10px;
	width:605px;
}

.img-col {
	margin:5px;
	width:257px;
	float:left;
	
}

.col-head {
	font-size:1.2em;
	width:257px;
	background-image: url(images/titles/events.jpg);
	margin: 30px 0 10px 10px;
	line-height:1.2em;
	color:#fff;
	font-weight:bold;
}

.col-head-wed {
	font-size:1.2em;
	width:257px;
	background-image: url(images/titles/wedding.jpg);
	margin: 30px 0 10px 10px;
	line-height:1.2em;
	color:#fff;
	font-weight:bold;
}

.col-head-dag {
	font-size:1.2em;
	width:257px;
	background-image: url(images/titles/title_ban.jpg);
	margin: 30px 1px0 10px 10px;
	line-height:1.2em;
	color:#fff;
	font-weight:bold;
}




/* -------------------- */
/* Customs Buttons  */
/* -------------------- */

a.button{
background:url(images/buttons/button.gif) no-repeat;
display:block;
color:#fff;
font-weight:bold;
height:40px;
line-height:40px;
margin: 14px 0 14px 10px;
text-decoration:none;
width:180px;
}

a:hover.button {
color:#999;
}


/* -------------------- */
/* CLASSES */
/* -------------------- */
.listen{
background:url(images/buttons/listen.jpg) no-repeat 4px 4px;
height:38px;
text-indent:40px;
display:block;
}

.play {
background:url(images/icons/play.jpg) no-repeat;
    background-position:100% 50%;
height:38px;
display:block;
text-decoration:none;


}

.play:hover {
	background:url(images/icons/play-hover.jpg) no-repeat;
	    background-position:100% 50%;
height:38px;
display:block;
text-decoration:none;

}


	

.center-align {
	text-align:center;
}




.delete{
background:url(img/delete.gif) no-repeat 10px 8px;
text-indent:30px;
display:block;
}
.user{
background:url(img/user.gif) no-repeat 10px 8px;
text-indent:30px;
display:block;
}

.float-right-pad {
	float:right;
	padding: 5px;
}

#main a {
	border-bottom:1px dotted #FFF;
	color:#FFF;
}
#main a:hover {
		border-bottom:1px dotted #000;
}


.columns .inv  {
	margin:10px 0 0 0;
	font-size:100%;
	color:#963;
		
}

.columns .ans {
	margin:5px 0 0 10px;
	font-size:100%;
	line-height:1.8em;	
	color:#999;
		
}



#clear {
	clear:both;
}

p.que  {
		margin:5px 0 0 10px;

	font-size:100%;
	color:#963;
}

.columns .que  {
		margin:5px 0 0 10px;

	font-size:100%;
	color:#963;
}


/*CSS TABLE ###############################################################*/

#box-table-a {
border-collapse:collapse;
font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
font-size:12px;
margin:15px;
text-align:left;
width:600px;
}

#box-table-a td {
background:#333 none repeat scroll 0 0;
border-bottom:1px solid #FFFFFF;
border-top:1px solid transparent;
color:#999;
padding:8px;
}

#box-table-a th {
background:#333 none repeat scroll 0 0;
border-bottom:1px solid #FFFFFF;
border-top:4px solid #999;
color:#CCC;
font-size:13px;
font-weight:normal;
padding:8px;
}

.table-pic {
	text-align:center;
}


/*CSS TABLE ###############################################    WHATS NEW ARTICLE  ################*/

div.article {
	
/*    border: 1px dotted #000;
*/    padding: 6px;
	width:auto;
	height:auto;
	margin:0px;
	text-align:left;
	overflow:auto;
	}
	

img.article 	{
    position:relative;
	margin: 0 0 5px 10px;
	vertical-align:middle;
	display:inline-block;
	float:right;
	
	}
	
	
.article h2 {	
	text-align:left;
	display:block;
	font-size: 18px;
	color:FFF;
/*	clear: both;
*/	padding-bottom: 6px; 
}


.article p {
	display: block;
	color: #999;
	font-size: 11px;
	text-align:justify;
	
}

.article h1 {
	
	display: block;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: -1px;
	color:#000;
	line-height: 38px;
	
}


/* ###############################################   Smart columns - http://www.sohtanaka.com/web-design/smart-columns-w-css-jquery/#comment-4267  ################*/
/* ###############################################   Smart columns - http://www.sohtanaka.com/web-design/smart-columns-w-css-jquery/#comment-4267  ################*/


ul.column{
	width: 100%;
	padding: 0;
	margin: 10px 0;
	list-style: none;
}
ul.column li {
	float: left;
	width: 195px; /*Set default width*/
	padding: 0;
	margin: 10px 0 30px 15px;
	display: inline;
}
.block {
	height: 250px;
	font-size: 1em;
	margin-right: 2px; /*Creates the 10px gap between each column*/
	padding: 5px;
	background:url(images/sidebar/sidebar.jpg) repeat-y;
}


.block-full {
	height: auto;
	font-size: 1em;
	margin-right: 2px; /*Creates the 10px gap between each column*/
	padding: 5px;
	background:#333;
}



/* #################################################################################################################################   STEPS  ################*/
/* #################################################################################################################################   Steps  ################*/


#commentlist li {
  position: relative;
}

#commentlist .commentnumber {
  position: absolute;
  right: 0;
  top: 8px;
}
#commentlist {
margin:10px 0 40px;
padding:0;
}
#commentlist li {
/*border-top:1px solid #CCCCCC;
*/list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0px 0 5px;
position:relative;
}
#commentlist cite {
-x-system-font:none;
color:#666666;
font-family:Arial,Helvetica,sans-serif;
font-size:140%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:110%;
}
/*#commentlist .time {
color:#CCCCCC;
margin:0 0 10px;
}
*/
#commentlist .commentnumber {
-x-system-font:none;
color:#666;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:200%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:100%;
position:absolute;
right:10px;
top:18px;

}


/* #################################################################################################################################   Same Height CSS Boxes  ################*/
/* #################################################################################################################################   Steps  ################*/

#post-box {
    list-style: none;
    margin: 0px;
	overflow:visible;
	
}


#post-box-new {
    list-style: none;
    margin: 0px;
	background:url(images/icons/new_artist.jpg) no-repeat;
    background-position:100% 0%;
	}
	


#post-box li, #post-box-new li  {
    padding: 5px;
    position: relative;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
		overflow:auto;


}
#post-box li h4, #post-box-new li h4 {
    margin: 0 0 0 45px;
    font-size: 14px;
    line-height: 26px;
    color: #FFF;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: block;
    clear: none;
    border: none;
}

#post-box li h5,  #post-box-new li h5 {
    margin: 0 0 0 45px;
    font-size: 12px;
    line-height: 24px;
    color: #FFF;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: block;
    clear: none;
    border: none;
}

#post-box li p,  #post-box-new li p {
    margin: 0 0 0 45px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: -0.02em;
    clear: none;
}

#post-box li p span  {
	color:#CCC;
	font-weight:bold;


}

#post-box li img,  #post-box-new li img {
    float: left;
    position: relative;
    padding: 0px;
    margin: 0px 10px 0px 0px;
}

/*
#post-box li a.linkblock {
    background: none;
    border: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 50;
}

#post-box li:hover {
    background-color: none;
}
*/


/* #################################################################################################################################   Same Height CSS Boxes  ################*/
/* #################################################################################################################################   Steps  ################*/


.picture { 
margin:5px;
background-color: #333;
 padding: 3px;
font: 11px/1.4em Arial, sans-serif;
text-align:center;

}

.picture h3, .picture p { 
margin:0px;

}
.picture img { 
vertical-align:middle; 
margin-bottom: 0px;
}

.right { margin:15px 5px 0 15px;float:right; 
}

.left { margin:15px 0px 10px 5px; float:left; width:100px; height:180px; 
}

#index_container p, #index_container h3 {
	margin-top:0;
	line-height:14px;
}


.clear-index { 
height:80px;

}


/* #################################################################################################################################   POST BOXES FOR CASTING AND EZINE  ################*/
/* #################################################################################################################################    ################*/


#block3 {
	background:#FF0;
	width:530px;
	border:3px solid #F50077;
	font-family:Verdana, Geneva, sans-serif;
	margin:20px 0px 0px 10px;
	padding:20px;
	position:relative;
	z-index:5;
}

#block3 .date {
	background:#F50077 none repeat scroll 0 0;
	color:#006;
	font-size:140%;
	height:40px;
	left:480px;
	line-height:50%;
	padding:20px 0 5px;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	top:0;
	width:130px;
}
#block3 .date span {
	display:block;
	font-size:120%;
/*	font-style:italic;
*/	font-variant:normal;
	letter-spacing:-1px;
	line-height:150%;
}
/*#block3 .tags, */#block3 h1 {
	text-transform:capitalize;
}


#block3 .tags a{
	color:#F50077;
	font-weight:bold;
	}
	
#block3 p {	
margin: 10px 80px 10px 0;
line-height:150%;
font-weight:bold;
color:#333;

}
	

#block3 h1, #block3 h2 {
	color:#2B2B2B;
	font-size:190%;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:100%;
	margin-left:0px;
	padding:0 0 8px;
	margin-right:80px;
}


/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */


/* Main Feature ############################################### ========================================================================================*/


.main-feature {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
	width:100%;
	height:160px;

}
.feat-head {
	background: url(sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.feat-head h2 {
	margin: 0;
		background:url(images/icons/new_artist.jpg) no-repeat;
 background-position:2% 100%;
	padding: 22px 30px 5px;
	color: white;
	
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.feat-body {
	background: url(sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding:10px;
}

.feat-body .icon-right {
	margin:10px 0 15px 100px;

}


/* CSS SMART BOXES ========================================================================================*/


#main ul.column{
	width:120px;
	padding: 0;
	margin: 10px 10px 0 20px;
	list-style: none;
	float:left;
	height:250px;
	
}

#main ul.column:hover, #main ul.column:link, #main ul.column a{
	color:#FFF;
}

#main ul.column:active {
	color:#000;
}


#main ul.column li {
	float: left;
	width: 150px; /*Set default width*/
	padding: 0;
	margin: 0;
	display: inline;
}
#main .block {
	height: 250px;
	font-size: 1em;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 0;
	background: #333;
}



/* Block font h tags ###################################*/

#main .block h2 {
	font-size: 1.2em;
	font-weight:bold;
	line-height:1.2em;
	text-align: center;
	margin-bottom: 5px;
}

#main .block h3 {
	font-size: 1.0em;
		font-weight:bold;
			line-height:1.2em;
			margin-bottom:5px;


}


#main .block img {
        /*Flexible image size with border*/
	width: 89%;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 0;
	background:#333;
	margin: 0 auto;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}

#main .block ul.block {
	width:100%;
	margin:0;
	height: 25px;
}


 Smaller veriosn of the smart columns


/* CSS SMART BOXES ========================================================================================*/


#main ul.column-sm{
	width: 100%;
	padding: 0;
	margin: 10px 10px 0 10px;
	list-style: none;
}

#main ul.column-sm:hover, #main ul.column:link, #main ul.column a{
	color:#FFF;
}

#main ul.column-sm:active {
	color:#000;
}


#main ul.column-sm li {
	float: left;
	width: 100px; /*Set default width*/
	padding: 0;
	margin: 0;
	display: inline;
}
#main .block-sm {
	height: 100px;
	font-size: 1em;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 0;
	background: #333;
}
#main .block-sm h2 {
	font-size: 1.2em;
	text-align:left;
	padding:5px;
	text-align:center;
}
#main .block-sm img {
        /*Flexible image size with border*/
	width: 35%;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 0;
	background:#333;
	margin: 0 auto;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}



/* H section breaks ========================================================================================*/

#main h1.sec-break {
	font-size:1.8em;
	color:#FFF;
	margin: 40px 20px 5px 20px;
	border-bottom:#999 1px solid;
}

 #main h2.sec-break {
	font-size:1.4em;
	color:#FFF;
	margin: 30px 20px 5px 20px;
	border-bottom:#999 1px solid;
}



/*==============================================================================CSS On-Hover Image Captions*==============================================================================/*
/*==============================================================================CSS On-Hover Image Captions*==============================================================================*/


#main .imgteaser {
	margin: 20px 10px 10px 30px;
	overflow: hidden;
	float: left;
	position: relative;
	text-decoration:none;
}

#main .imgteaser a {
	text-decoration: none;
	float: left;
}
#main .imgteaser a:hover {
	cursor: pointer;
}

#main .imgteaser a img {
	float: left;
	margin: 0;
	border: none;
	padding: 5px;
	background: #000;
	border: 1px solid #666;
		text-decoration:none;

}

#main .imgteaser a .more {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: .8em;
	color: #fff;
	background: #000;
	padding: 5px 10px;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}
#main .imgteaser a:hover .desc{
	display: block;
	font-size: .8em;
	padding: 10px 0;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 5px;
	padding: 10px;
	margin: 0;
	width: 240px;
	border-top: 1px solid #999;
}
#main .imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}

#main .imgteaser a .desc {	display: none; }
#main .imgteaser a:hover .more { visibility: hidden;}


/* div for profiles - block ##########################################################################################################*/
/* div for profiles - block ##########################################################################################################*/

#main ul.profile {
	padding: 0;
	margin: 30px 10px 20px 10px;
	list-style: none;
	width:auto;
}

#main ul.profile-pic {
	width:120px;
	float:left;
	height:150px;
}
	
	
	#main ul.profile img {
		width:100px;
		height:100px;
		float:left;
	background:#333;
	margin: 0 auto;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}




#main ul li.profile h3, ul li.profile p {
	margin: 5px 120px;
	list-style: none;
	width:500px;
}

	#main ul.profile .email {
		width:75px;
		clear:left;
		float:left;
        /*Flexible image size with border*/
	background:#333;
	margin: 0 10px;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}
