/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #CCC;
}

.the_menu{
	color: #FFFFFF;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

.menu_text{
	text-decoration: none;
	color: #EE155B;
}
.menu_text a{
	color: #FFF;
}
.menu_text a:hover{
	color: #EE155B;
}

.block_tab:hover {
	background-color: #EE135B;
}

.Menu_tab:hover {
	background-color: #EE135B;
}


img{
	padding: 0px;
	border:none
}
a{
	color: #FFF;
	text-decoration: none;
}
.team_menu a{
	color: #FFF;
}
.team_menu a:hover {
	color: #EE155B;
}

.pink{
	color: #EE155B;
}

.white{
	color: #FFF;
}


/*************************************
OUR TEAM Section
*************************************/

.the_team {
	clear: both;
	font-size: 100%;
	width: 196px;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.the_team  h1, .the_team a {
	padding: 0px;
	color: #FFFFFF;
}
.the_team a {
	display: block;
	padding: 2px 0px 2px 10px;
	font-weight: lighter;
}

.the_team a:hover{
	background-color: #EE135B;
	text-decoration: none;
}

.the_team ul a:link, .the_team ul a:visited {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.the_team ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
.the_team li {
	padding-top: 10px;
}

.the_team_c {
	background-color: #EE135B;
	text-decoration: none;
}

.credit_list_0 {
	font-size: 80%;
	background-color: #1c1c1c;
}
.credit_list_1 {
	font-size: 80%;
	background-color: #000;
}

.credits {
	font-size: 12px;
}


/*************************************
Gallery Section
*************************************/
.tn_img {
	margin: 0px;
	padding: 0px;
}
.archives {
	color: #000;
	background-color: #CCC;
	font-size: 18px;
	padding-left: 10px;
	font-weight: bold;
}

/* Setup Tab so normal opacity is 75 and rollover is 100 */
    .tile_img a img{
	/* for IE */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70";
	filter:alpha(opacity=75);
	/* CSS3 standard */
        opacity:0.75;
    }
/* Change Opacity to 100% on roll over */
    .tile_img a:hover img{
          
        /* for IE */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter:alpha(opacity=100);
        
        /* CSS3 standard */
        opacity:1.0;
    }

/* Setup Tab so normal opacity is 75 and rollover is 100 */
    .tn_img a img{
	/* for IE */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50";
	filter:alpha(opacity=75);
	/* CSS3 standard */
        opacity:0.75;
    }
/* Change Opacity to 100% on roll over */
    .tn_img a:hover img{
          
        /* for IE */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter:alpha(opacity=100);
        
        /* CSS3 standard */
        opacity:1.0;
    }

    /* Places images to the right of the tabs,
    and hides non selected images */
    #images{
	width:720px;
	height:480px;
	overflow:hidden;  /* Hides the non selected images */
	float:left;
	margin: 0px;
	padding: 0px;
    }

    /* Places images to the right of the tabs,
    and hides non selected images */
    #roll_content{
	width:960px;
	height:1600px;
	overflow:hidden;  /* Hides the non selected images */
	float:left;
	margin: 0px;
	padding: 0px;
    }
	
img.floatLeft {
	margin: 8px;
	float: left;
}

.team_photo {
	margin: 0px;
	padding: 0px;
}

/* Setup Tab so normal opacity is 80 and rollover is 100 */
    .team_photo a img{
	/* for IE */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70";
	filter:alpha(opacity=80);
	/* CSS3 standard */
        opacity:0.80;
    }
/* Change Opacity to 100% on roll over */
    .team_photo a:hover img{
          
        /* for IE */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter:alpha(opacity=100);
        
        /* CSS3 standard */
        opacity:1.0;
    }
.credits_black {
	font-size: 12px;
	color: #000;
}
