/*---------------------------------------------------------------------------*/
/*                                          CORRECTIVES TO GLOBAL STYLESHEET */

body {
	background-image: url(../images/background/tertiary_page_bg_ragged.jpg);
}

/*---------------------------------------------------------------------------*/
/*                                                                    BANNER */

#banner {
	position: relative;
	width: 750px;
	height: 100px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	overflow: hidden;
}
#banner p {
	display: none;
}
body.games #banner {
	background-position: 120px 41px;
	background-image: url(../images/games/page_title.gif);
}
body.history #banner {
	background-position: 65px 41px;
	background-image: url(../images/history/page_title.gif);
}
body.studio #banner {
	background-position: 79px 41px;
	background-image: url(../images/studio/page_title.gif);
}
body.staff #banner {
	background-position: 88px 41px;
	background-image: url(../images/staff/page_title.gif);
}
body.jobs #banner {
	background-position: 93px 41px;
	background-image: url(../images/jobs/page_title.gif);
}
body.community #banner {
	background-position: 25px 41px;
	background-image: url(../images/community/page_title.gif);
}


/*---------------------------------------------------------------------------*/
/*                                                              PAGE COLUMNS */

#page-columns {
	width: 750px;
	margin: 25px 0 0;
	color: white;
}
#page-columns #one-column {
	padding: 0 100px;
	font-size: 13px;
}
#page-columns #left-column {
	position: relative;
	width: 480px;
	float: left;
}
#left-column div.column-container {
	padding: 0 25px 0 60px;
	font-size: 13px;
}
#page-columns #right-column {
	position: relative;
	width: 270px;
	float: right;
	background-image: url(../images/global/dot_border_white_on_black.gif);
	background-position: 3px 0;
	background-repeat: repeat-y;
}
#right-column div.column-container {
	padding: 0 60px 0 31px;
	font-size: 11px;
}
body.staff #right-column div.column-container {
	padding: 0 50px 0 20px;
}
#column-break {
	height: 1px;
	clear: both;
}

/*---------------------------------------------------------------------------*/
/*                                                               TEXT STYLES */

a {
	color: #6BBBD9;
}
#one-column h1, #left-column h1 {
	margin: 0 0 15px;
	font-size: 30px;
	font-weight: normal;
}
.sIFR-hasFlash h1 {
    /* visibility: hidden; */
    /* other CSS properties go here */
}
h2 {
	margin: 25px 0 0;
	padding: 0;
	font-size: 13px;
	color: #6BBBD9;
}
h3, h4, h5, h6 {
	font-size: 11px;
}
#left-column p.job {
	color: #6BBBD9;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
div.links {
	margin: 25px 0 0;
	color: #CCC;
	font-size: 11px;
}
#directory div.links {
	clear: both;
	margin: 0 60px 0;
	padding: 25px 0 0;
}
div.links p {
	margin: 0;
	padding: 3px 0;
}
div.links a {
	font-weight: bold;
}	


/* Images */

#one-column div.image {
	margin: 25px 0;
	text-align: center;
}

/*---------------------------------------------------------------------------*/
/*                                                       COMMUNITY DIRECTORY */

div.directory-entries div.entry {
	margin: 25px 0 15px;
}
div.entry h2 {
	margin: 0;
	padding: 0;
}
div.entry p {
	margin: 10px 0 0;
	padding: 0;
}
div.entry div.info {
	color: #CCC;
	font-size: 11px;
	line-height: 16px;
}

/*---------------------------------------------------------------------------*/
/*                                                              JOB LISTINGS */

p.apply-link {
	margin: 50px 0;
	font-size: 13px;
	font-weight: bold;
}
p.apply-link a {
	display: block;
	width: 325px;
	height: 18px;
	margin: 0;
	padding: 0;
	background-image: url(../images/jobs/got_what_it_takes.gif);
}
p.apply-link span {
	display: none;
}

/*---------------------------------------------------------------------------*/
/*                                                                      NEWS */

div.news-item p.dateline {
	margin: 5px 0 0;
	padding: 0;
	font-size: 9px;
	text-transform: uppercase;
}
#news-archives a.active {
	color: white;
	font-weight: bold;
}


/*---------------------------------------------------------------------------*/
/*                                                              CONTACT FORM */

div.form {
	margin: 25px 0 0;
}
form div {
	margin: 10px 0;
	color: #6BBBD9;
}
form div.error {
	color: white;
}
form div.buttons {
	margin: 20px 0 0;
	text-align: center;
}
form div p {
	margin: 0 0 3px;
	padding: 0;
	font-size: 11px;
}
form label {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 3px;
}
form input, form textarea {
	font-size: 13px;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
form input.text {
	width: 100%;
}
form textarea {
	width: 100%;
	height: 250px;
}
