@import url(http://grad2007.eciad.ca/css/menu.css);
@import url(http://grad2008.eciad.ca/css/text_regular.css);

/* layout and styles*/
body {
	margin: 0;
	padding: 0px;
	background: #E9E9E9;
}

#container {
	background-color: #FFFFFF;
	height: 620px;
	width: 950px;
	margin: auto;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	position: relative;
}

div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

img {
	border: none;
}

a {
	color: #4D4D4D;
	text-decoration: none;
}

#banner a {
	color: #E9E9E9;
}

#studentnames a {
	color: #000;
}

a:visited, #studentnames a:visited {
	color: #4A4A4A;
	text-decoration: none;
}

/* hover colours per program */

a:hover#blue, a:hover#animation, a:hover#film_video_integrated_media {
	background-color: #0098C3;
	color: #fff;
}

a:hover#pink, a:hover#communication_design, a:hover#industrial_design  {
	background-color: #FF00A7;
	color: #fff;
}

a:hover#orange, a:hover#general_fine_arts, a:hover#visual_arts, a:hover#photography {
	background-color: #FF5400;
	color: #fff;
}

a:hover#animation, 
a:hover#film_video_integrated_media,
a:hover#communication_design, 
a:hover#industrial_design,
a:hover#general_fine_arts, 
a:hover#visual_arts, 
a:hover#photography {
	padding-right: 1px;
}


#center a:hover#animation, #center a:hover#film_video_integrated_media {
	background-color: #0098C3;
	padding-right: 0px;
}

#center a:hover#communication_design, #center a:hover#industrial_design  {
	background-color: #FF00A7;
	padding-right: 0px;
}

#center a:hover#general_fine_arts, #center a:hover#visual_arts, #center a:hover#photography {
	background-color: #FF5400;
	padding-right: 0px;
}


#center a:hover {
	background: none;
}

#left, #right, #center, #right-index, #center-index, #spread, #right-main {
    display: inline; /* ie win bugfix */
    position: relative;
	float: left;
    min-height: 1px;
}


/* banner and menu */

#banner {
	height: 151px;
	width: 950px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 8;
	margin: auto;
	background-image: url(http://grad2007.eciad.ca/menu/banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#banner span {
	display: block;
	width: 330px;
	height: 110px;
	position: absolute;
	right: 10px;
	top: 25px;
}

/*#banner img {
	display: inline;
	z-index: 6;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
}*/

/* left column elements */

#left {
	width: 179px;
	top: 26px;
	left: 4px;
}

div#search {
	position: absolute;
	top: 2px;
	left: 13px; 
	width: 177px;
}


input#search {
	width: 141px;
	margin: 0px 0px 3px;
	padding: 2px 0px 0px 4px;
	height: 16px;
	font-size: 11px;
	float: left;
}

#searchbtn {
	position: relative;
	float: left;
	vertical-align: sub;
	margin-left: 4px;
}

#studentnames {
	height: 394px;
	width: 179px;
	padding: 0px;
	position: absolute;
	overflow: auto;
	left: 12px;
	line-height: 150%;
	top: 34px;
	float: left;
	background-color: #F7F7F7;
}

ul {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-left: 0px;
	padding-left: 9px;
}

/* center column elements */

#center {
	background-color: #F4F4F4;
	top: 28px;
	height: 388px;
	width: 342px;
	left: 30px;
	float:left;
	text-align: center;
	padding: 23px 15px 15px 15px;
}

#magnify {
	position: absolute;
	float: right;
	right: 20px;
	top: 390px;
}

/* right column elements */

#right {
	background-color: #F4F4F4;
	top: 28px;
	height: 386px;
	width: 309px;
	left: 40px;
	overflow: auto;
	text-align: left;
	overflow: auto;
	padding: 25px 15px 15px 15px;
}

.statement {
	line-height: 130%;
}

#student-header {
	margin-bottom: 20px;
	line-height: 130%;
}

/* program index pages */

#center-index {
	top: 28px;
	height: 0px;
	min-height: 0px;
	width: 0px;
	left: 30px;
	float:left;
	text-align: left;
	padding: 0px;
	z-index: 2;
}

#right-index {
	background-color: #F4F4F4;
	top: 226px;
	height: auto;
	width: 309px;
	right: 20px;
	overflow: auto;
	text-align: left;
	padding: 7px 15px 15px 15px;
	z-index: 10;
	color: #333333;
	position: absolute;
	line-height: 130%;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

h3#animation, h3#fvim {
	color: #0098C3;
}

h3#comd, h3#indd {
	color: #FF00A7;
}

h3#gefa, h3#visual, h3#photo {
	color: #FF5400;
}

/* text resize buttons */

#textsize {
	height: 17px;
	width: 79px;
	position: absolute;
	right: 19px;
	top: 157px;
}

#textsize img {
	float: left;
	display: inline;
	border: 1px solid #fff;
	padding: 0px;
}

#smaller, #larger {
	margin-top: 3px;
	border: 1px solid #fff;
}

#smaller:hover, #larger:hover {
	border: 1px solid #ccc;
}

#larger {
	margin-left: 2px;
}

/* front page */

#showinfo {
	height: 374px;
	width: 160px;
	padding: 12px 10px 8px 9px;
	position: absolute;
	overflow: auto;
	line-height: 130%;
	top: 34px;
	float: left;
	background-color: #F7F7F7;
	left: 12px;
}

#showinfo a:hover {
	background-color: #fff;
}

/*#showinfo b {
	text-transform: uppercase;
	letter-spacing: 0.07em;
}*/

h4 {
	margin-top: 6px;
	margin-bottom: 8px;
	line-height: 130%;
}

h3 {
	line-height: 130%;
	margin-top: 8px;
}

#center h3 {
	margin-bottom: 4px;
}

h4#search-again {
	margin-top: 20px;
	margin-bottom: 0px;
}

* html #center input#search {
	margin-top: 0px;
}

#search-link {
	margin-left: 13px;
	line-height: 170%;
}

#search-options {
	clear: both;
}

/*footer */

#footer {
	width: 952px;
	height: auto;
	margin: 5px auto 0 auto;
}

#footer span {
	float: right;
}

#footer a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

#footer a:hover {
	background-color: #fff;
}

/* Site credits styles */

#spread {
	width: 701px;
	padding: 15px 5px 15px 15px;
	overflow: auto;
	height: 397px;
	background-color: #F4F4F4;
	top: 28px;
	left: 30px;
}

.column-a, .column-b {
	float: left;
	width: 325px;
	height: 450px;
}

.column-a {
	margin-right: 25px;
}

.subheads {
	float: left;
	width: 105px;
	margin-right: 20px;
}

.people {
	float: left;
	width: 200px;
}

#website-credits h1 {
	color: #20b5e2;
}

#catalogue-credits h1 {
	color: #ff3333;
}

#website-credits h2 , #catalogue-credits h2 {
	text-transform: uppercase;
	letter-spacing: 0.01em;
	line-height: 1.36em;
	margin: 0;
}

#website-credits h1, #catalogue-credits h1 {
	text-transform: uppercase;
	letter-spacing: 0.01em;
	margin: 0 0 12px 0;
}

#website-credits ul, #catalogue-credits ul {
	list-style-type: none;
	color: #222222;
	margin: 0 0 20px 0;
	line-height: 1.36em;
}

#indent {
	padding-left: 12px;
}
