#title{
	display: none;
}

/* Header */

#header #logo{
	position: relative;
	top: 10px;
	left: 30px;
}

#header{
	background-image: url(../images/header/Night-Sky-STARS.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}


/* Front page */
.jobTitle{
	text-align: left;
	font-weight: bold;
}

.news h2{
	border-top: 1px solid #bfc5bd; 
}

/* Squeeze vertical spacing between lines for UK Contact Info */
#ukContact{
	line-height: 0.25em;
}

#titleColumns{
	border: 2px solid #000000;
}



/* Gives more padding since the navigation bar is missing */
#page{
  padding-top: 1em;
}

.mediaclear{
	clear: left;
}


/* Media */

#media{
	margin: 1em;
}

#media h2{
	padding-left: 0px;
}


a.thickbox img{
	border: 1px solid #FFFFFF;
}

a:hover.thickbox img{
	border: 1px solid #000000;
}











/* Talent / Titles page */
.talent{
	padding-bottom: 1em;
}

.talent h2{
	font-weight: bold;
	letter-spacing: 0.1em;
}

.talent .description{
	margin: 1em;
	
}

.talent .credits{
	margin: 1em;
	font-weight: bold;
}

/* Make sure all the padding are consistant, regardless of <p> tags */
.talent .credits p{
	padding : 0px;
}
.talent .description p{
	padding : 0px;
}

.talent #linkArea{
	font-size: 1.2em;
	text-align: right;	
	font-weight: bold;
	padding-right: 1em;
}

/* Bottom bar for each talent page */
#titlenav{
	margin-top: 1em;
}


