/* UniWISE CSS */

img {
	border: 1.3px solid black;
	margin: 2px 2px;
}

h3 {
	line-height: 2;
}

/* Custom */

.content {
  margin: 0px auto;
  padding: 0px 15px;
  overflow: auto;
}

.image {
	width: 306px;
	display: block;
	float: right;
	margin: 2px 5px;
}

.home {
	border: none;
}

.image p {
	font-size: 0.95em;
	line-height: 15px;
	text-align: justify;
}

.tip {
	display: inline-block;
	background-color: #F7F972;
	line-height: 15px;
	padding: 2px 5px;
}

.videoBox {
	width: 308px;
	height: auto;
	display: block;
	float: right;
	margin: 2px 5px;
}

.videoBox p {
	font-size: 0.95em;
	line-height: 15px;
	text-align: justify;
}
/* Sections */

.content li.essential {
	width: 230px;
	height: 15px;
	background-color: #FF0303;
	display: inline-block;
	padding: 10px 5px;
	margin-right: 10px;
	margin-top: 10px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 1px #000;
}

.content li.secondary {
	width: 230px;
	height: 15px;
	background-color: #FFBF00;
	display: inline-block;
	padding: 10px 5px;
	margin-right: 10px;
	margin-top: 10px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 1px #000;
}

/* Section Backgrounds */

.content li.campus {
	background: url(../img/section_campus.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -45px;
}

.content li.sydney {
	background: url(../img/section_sydney.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -15px;
}

.content li.university {
	background: url(../img/section_university.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.content li.classes {
	background: url(../img/section_classes.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.content li.online {
	background: url(../img/section_online.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

/* Ticker */

#ticker {
	height: 30px;
	overflow: hidden;
}

#ticker li {
	height: 30px;
	list-style-type: none;
	display: inline-block;
}
