﻿@CHARSET "UTF-8";


/**


STYLE SHEET CONTENTS

COLUMNS
SPOTLIGHT
LISTS / LINKS LIST / NEWS LIST

**/


/**************************************/

/** COLUMNS **/

#index .bottom .content-bgd {
	float: left;
	margin-top: 40px;
	margin-bottom: 80px;
	background: transparent url('/images/global/columns-3.gif') -10px 0px repeat-y;
}



/**************************************/

/** SPOTLIGHT (HOMEPAGE SECTION) **/

#spotlight {
	height: 305px;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: solid 1px #2f536d;
}


/* Text */

#spotlight, 
#spotlight h1, 
#spotlight a {
	color: #FFF;
}
#spotlight p, 
#spotlight .excerpt {
	color: #dae6ed;
	font-size: 0.9em;
}
#spotlight a {
	color: #fff;
	text-decoration: none;
}
#spotlight h1.title {
	font-size: 1.3em;
	font-weight: normal;
}
#spotlight p.tagline {
	color: #FFF;
	font-style: italic;
}


/* Layout */

#spotlight h1.title, 
#spotlight p.tagline, 
#spotlight div.excerpt {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#spotlight h1.title {
	height: 25px;
	max-height: 25px;
}

#spotlight p.tagline {
	height: 20px;
	max-height: 20px;
	margin-bottom: 10px;
}

#spotlight div.excerpt {
	height: 135px;
	max-height: 128px;
	padding-right: 20px;
	width: 400px;
	float; left;
	margin-right: 50px;
}

#spotlight p.link {
	height: 23px;
	max-height: 23px;
	padding-top: 15px;
	clear: left;
}

#spotlight #primary-image {
	float: right;
	margin: 0px;
	width: 460px;
}

#spotlight #thumbnails {
	width: 480px;
	height: 62px;
	overflow: hidden;
	margin-top: 5px;
}


/*
	Thumbs
*/

#spotlight #thumbnails div {
	margin-right: 18px;
	float: left;
	width: 140px;
	height: 60px;
	border: solid 1px #FFF;
}

#spotlight #thumbnails div:first-child {
	display: none;
}

#spotlight #thumbnails .enlarge-overlay {
	position: absolute;
	z-index: 100;
}

#spotlight #thumbnails .thumb {
	position: absolute;
	z-index: 10;
}


/*
	Backgrounds
*/

#spotlight {
	background-position:  top center;
	background-repeat: repeat-x;
}

.spotlight-green {
	background-color: #436780;
	background-image: url('/images/background/green.jpg');

}

.spotlight-red {
	background-color: #436780;
	background-image: url('/images/background/red.jpg');

}

.spotlight-blue {
	background-color: #436780;
	background-image: url('/images/background/blue.jpg');

}

.spotlight-grey {
	background-color: #436780;
	background-image: url('/images/background/grey.jpg');

}

.spotlight-purple {
	background-color: #436780;
	background-image: url('/images/background/purple.jpg');

}


/*
	Spotlight Image Link
*/

#primary-image div.arrow {
	color: #3a617b;
	text-align: right;
	background-image: url('/images/pages/home/primary-image-link-arrow.png');
	background-position:  right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	margin-right: 10px;
}




/**************************************/

/** COLUMNS LIST **/


/* 
	QUICKLINKS LIST
*/

#quicklinks {
	width: 200px;
	padding-right: 20px;
	margin-right: 10px;
}

.links-list {
	max-width: 220px;
	overflow: hidden;
}



/* 
	FEATUREDWORK LIST
*/

#featuredwork h2 {
	margin-left: 5px;
}

#featuredwork {
	width: 200px;
	padding-left: 10px;
	padding-right: 20px;
}

#featuredwork-list {
	width: 100%;
}

#featuredwork-list li {
	margin-bottom: 20px;
}


/* 
	LATESTNEWS LIST
*/

#latestnews {
	width: 455px;
	margin-left: 20px;
}








/**************************************/

/** LOGIN **/


#loginpage {
	height: 400px;
	background-color: #FAFAFA;
}

#loginpage form {
	float: none;
	border: solid 1px #CCC;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 155px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
}

#loginpage form div {
	margin-bottom: 20px;
}

#loginpage form label {
	display: block;
	margin-bottom: 5px;
	width: 150px;
}

#loginpage label[for='login'] {
	display: none;
}






/**************************************/

/** NEWS ARCHIVE **/

#index #oldnews {
	padding-top: 30px;
	padding-bottom: 80px;
	background-color: #FAFAFA;
}

#oldnews h1 {
	display: none;
}

#oldnews #newsarchive {
	width: 600px;
}