url:https://engineering.purdue.edu/ITE/css/layout.css
meta_type:File
title:layout.css
content_type:text/css
auth:Basic cmljaGEyOTc6Y2l2aWwyMDE3ISwu
cookie:tree-s="eJzT0MgpMOQKVneEAGd3y3Jbda4CI67EkgJjLj0AevsHrQ"; nmstat=1444851905477; visid_incap_297977=ZoFjy4ajSqO5QcrcvhV0Z1sZIVcAAAAAQUIPAAAAAAAeuKIPRs8qNVpr7aqHX2PA; km_ai=s1YSfyQCtp0DuJR2XtDSymkRQLk%3D; km_lv=x; km_uq=; __atuvc=0%7C14%2C0%7C15%2C0%7C16%2C1%7C17%2C1%7C18; __atssc=google%3B5; __utma=202506821.401316275.1444851886.1455135304.1463582814.5; __utmz=202506821.1463582814.5.4.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided); _ga=GA1.2.401316275.1444851886; __utma=141228339.401316275.1444851886.1472221019.1472570336.5; __utmz=141228339.1472570336.5.2.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided)

@charset "utf-8";
/* @import url(https://fonts.googleapis.com/css?family=Montserrat:700); */
/* to make Box-Model consistent across browsers */
*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

/* Default settings */
a:link    {color: rgba(25, 25, 200, 1)}
a:visited {color: rgba(25, 25, 200, 1)}
a:hover   {color: rgba(0, 0, 250, 1)}
a:active  {color: rgba(0, 0, 250, 1)}


html,body{
	margin:0px;
	padding:0px;
	font-family:'Helvetica', sans-serif;
	font-size:15px;
	color:rgba(0,0,0,1);
	background-image:url('../media/site/textures_1.jpg');
	/* background:rgba(125,100,60,1); */
}

p, h1, h2, span{
	margin:0px;
	padding:0px;
}

/* Header */
#header_section{
	min-width:1100px;
	height:100px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	background:rgba(16,16,16,1);
	border-bottom:solid 1px rgba(16,16,16,1);
}
#header_container{
	width:1100px;
	height:100px;
	margin:0px auto;
}
#header_logo{
	width:150px;
	height:80px;
	margin-left:10px;
	margin-top:10px;
	float:left;
}
#header_title{
	width:700px;
	height:80px;
	margin-left:20px;
	margin-top:10px;
	float:left;
	padding-top:5px;
}
#header_contact{
	width:200px;
	height:80px;
	margin-right:10px;
	margin-top:10px;
	float:right;
}
.ite_logo{
	position: relative;
	top:50%;
	transform:translateY(-50%);
	max-width:150px;
	max-height:80px;
}
.ite_title{
	font-size:34px;
	font-family: 'Montserrat', sans-serif;
	color:rgba(255,255,255,1);
}
.ite_subtitle{
	font-size:20px;
	font-family: 'Montserrat', sans-serif;
	color:rgba(240,160,45,1);
}
.header_social{
	position: relative;
	top:35%;
	transform:translateY(-50%);
	max-width:30px;
	max-height:30px;
	float:right;
}

/* Navigation */
#nav_section{
	width:100%;
	min-width:1100px;
	height:42px;
	margin:0px;
	padding:0px;
	background:rgba(0,0,0,1);
	z-index:100;
}
#nav_container{
	width:1100px;
	height:42px;
	margin:0px auto;
}

/* Content */
#content_container{
	width:1110px;
	margin:0px auto;	
	padding:10px;
	background:rgba(0,0,0,0.1);
	overflow:auto;
}
.content_box_big{
	width:1080px;
	min-height:400px;
	background:rgba(225,225,225,0.8);
	padding:15px;
	float:left;
}
.content_box_bigger{
	width:1230px;
	min-height:400px;
	background:rgba(225,225,225,0.8);
	padding:15px;
	float:left;
}
.content_box_small{
	width:640px;
	min-height:400px;
	background:rgba(225,225,225,0.8);
	padding:15px;
	float:left;
}
.content_box_small p, .content_box_big p{
	padding:0px 5px;
	line-height:20px;
	font-size:16px;
	text-align:justify;
	color:rgba(0,0,0,1);
}
.content_box_small h1, .content_box_big h1{
	line-height:28px;
	font-size:20px;
	color:rgba(0,0,0,1);
}
.content_box_small h2, .content_box_big h2{
	line-height:24px;
	font-size:16px;
	color:rgba(0,0,0,1);
}
span.link{
	padding:0px 20px;
	cursor:pointer;
	color:rgba(25, 25, 200, 1);
}
span.link:hover{
	color:rgba(0, 0, 250, 1);
}

.content_box_small>ul, .content_box_big>ul{
	margin:0px;
	padding:0px 25px;
	line-height:24px;
	font-size:16px;
	color:rgba(0,0,0,1);
}
.content_box_small>ul>ul, .content_box_big>ul>ul{
	margin:0px;
	list-style-type:square;
	padding:0px 40px;
	line-height:24px;
	font-size:16px;
	color:rgba(0,0,0,1);
}

.content_box_right{
	float:right;
	padding-left:10px;
	width:430px;
	height:960px;
	background:rgba(225,225,225,0.8);
}
.content_box_news{
	width:430px;
	height:360px;
	background:rgba(225,225,225,0.8);
}

.content_box_twitter{
	float:right;
	width:430px;
	height:600px;
	background:rgba(225,225,225,0.8);
}
/* Table Formatting */
.simple_table{
	margin:10px 5px;
	padding:5px;
	line-height:18px;
	font-size:16px;
	color:rgba(0,0,0,1);
	border-collapse: collapse;
	border-top:2px solid rgba(0,0,0,1);
	border-bottom:2px solid rgba(0,0,0,1);
}
.simple_table caption{
	line-height:36px;
	font-size:20px;
	font-weight:bold;
}
.simple_table thead{
	font-weight:bold;
	text-align:left;
	border-bottom:2px solid rgba(0,0,0,1);
}
.simple_table tbody{
	text-align:left;
}

.simple_table td, .simple_table th{
	padding:5px 20px;
}
.simple_table tr{
	border-bottom:1px solid rgba(0,0,0,1);
}