/***********************************************/
/* 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: 10px;
	background-color: #000;
	color: #FFFFFF;
}

.white{
	color: #FFFFFF;
}



a{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

a:link{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

a:visited{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

a:hover{
	color: #FFFFFF;
	font-weight: normal;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #FFFFFF;
	font-weight: bold;
}

h2{
	font-family: Arial, sans-serif;
	font-size: 114%;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 720px;
	background-color: #000000;
	background-image: url(images/spittnimage_logo_2008_bg.png);
	padding: 0px;
}

#navBar{
	width: 175px;
	margin: 0px;
	background-color: #000000;
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#headlines{
	float:right;
	width: 200px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 20px;
	background-color: #EEEEEE;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 80%;
}

#content{
	float: left;
	width: 100%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	border-bottom: #CCC;
	color: #cccccc;
	text-align: center;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 10px 10px 0px;
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	background-color: #CCFFFF;
}

.feature h3{
	padding: 10px 0px 5px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	font-size: 80%;
	width: 560px;
	color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFF;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story:hover {
	clear: both;
	padding: 10px;
	font-size: 80%;
	background-color: #333333;
}

.storyBlack {
	clear: both;
	font-size: 100%;
	width: 540px;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, sans-serif;
}
.storyBlack  h1   , .storyBlack p{
	padding: 0px 0px 10px 0px;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
}

.storyBlack392 {
	clear: both;
	font-size: 100%;
	width: 378px;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

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

.directors a:hover{
	background-color: #EE135B;
	text-decoration: none;
}
.directors ul a:link, .directors ul a:visited {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.directors ul {list-style: none; margin: 0; padding: 0;}

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

.directors_c {
	background-color: #EE135B;
	text-decoration: none;
}
/************** .submenu styles *****************/

.submenu{
	clear: both;
	font-size: 80%;
	width: 175px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFFFFF;
}

.submenu p{
	padding: 0px 0px 10px 0px;
}

.submenu:hover {
	clear: both;
	padding: 10px 10px 0px;
	font-size: 80%;
	background-color: #333333;
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	background-color: #336699;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

#navBar     a     {
	font-size: 90%;
	padding: 0 4px 0 0;
	color: #CCCCCC;
}
#navBar   h1   {
	font-size: 120%;
	padding: 0 4px 0 0;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#navBar h3 {
	font-size: 90%;
	padding: 0 4px 0 0;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	font-size: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: lighter;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 10px;
	font-weight: lighter;
}

#sectionLinks a:hover{
	background-color: #333333;
	text-decoration: none;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	font-size: 90%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#topstrip {
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #99AACC;
	height: 16px;
	font-size: 14px;
	background-image: url(topstripbg.png);
	vertical-align: middle;
}
.feed {
	clear: both;
	font-size: 80%;
	background-color: #FFFFFF;
	background-image: url(feed_bg.png);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/************** .topnav styles *****************/

.topnav{
display:block;
}
.topnav *{
display:block;
height:1px;
overflow:hidden;
background:#aabbcc;
}
.topnav1{
border-right:1px solid #d3e9ff;
padding-right:1px;
margin-right:3px;
border-left:1px solid #d3e9ff;
padding-left:1px;
margin-left:3px;
background:#b2d8ff;
}
.topnav2{
border-right:1px solid #f4f9ff;
border-left:1px solid #f4f9ff;
padding:0px 1px;
background:#acd5ff;
margin:0px 1px;
}
.topnav3{
border-right:1px solid #acd5ff;
border-left:1px solid #acd5ff;
margin:0px 1px;
}
.topnav4{
border-right:1px solid #d3e9ff;
border-left:1px solid #d3e9ff;
}
.topnav5{
border-right:1px solid #b2d8ff;
border-left:1px solid #b2d8ff;
}
.topnav_content{
padding:0px 5px;
background:#aabbcc;
}
.flickr {
	clear: both;
	padding: 10px 10px 0px;
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	background-color: #FFFFFF;
}
#mastfoot, #mastfoot a {
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#extras {
	color: #CCCCCC;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 120%;
}
#extras h1 {
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
.flickrBox {
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	text-align: right;
}
#extras  p, #extras a {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.linkers {
	clear: both;
	font-size: 80%;
	background-color: #000000;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.credits {
	font-size: 12px;
}
.feed ul a:link, .feed ul a:visited {
	display: inline-block;
	list-style-type: none;
}
.feed ul a:link {
	list-style: none;
	margin: 0;
	padding: 0;
}
.feed li {
}
.feed a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
}
.addresses {
	font-size: 12px;
	text-align: right;
	vertical-align: bottom;
	width: 720px;
}
.Menu_tab:hover {
	background-color: #EE135B;
	text-decoration: none;
}
.job_title {
	text-decoration: none;
	color: #EE135B;
}
.credit_list_0 {
	text-decoration: none;
	font-size: 80%;
	background-color: #111111;
}
.credit_list_1 {
	text-decoration: none;
	font-size: 80%;
	background-color: #000000;
}
.storyBlack a {
	padding: 0px 0px 10px 0px;
	color: #EE135B;
}
.storyBlackAbout {
	clear: both;
	font-size: 125%;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
.pink {
	color: #EE135B;
}

img.floatLeft {
	float: left;
	margin: 8px;
}


/*************************************
Gallerry 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;
    }
