/* Containers */

body, p, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}

body {
	color: #4c4c4c;
	background: #ddd;
	line-height: 20px;
	padding-bottom: 20px;
	min-width: 800px;
}

body, table {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 14px;
}

#page {
	background: white;
	padding: 0 50px;
}

#page-inner {
	width: 700px;
	margin: 0px auto;
	padding: 30px 0px;
	clear: both;
}

a {
	color: #999;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
}

a:hover {
	color: #4c4c4c;
}

.not-supported {
	padding: 50px;
	text-align: center;
}

/* QUT */

#qut-header, #qut-footer {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	background: #ddd;
	padding: 0 50px;
}

#qut-header {
}

#qut-header-inner {
	width: 700px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 8px;
	/*height: 52px;*/
}

#qut-header #qut-logo {
	display: block;
	background: url("images/qut-ci-logo-2.png") no-repeat;
	background-size: 103px 25px;
	width: 103px;
	height: 25px;
	text-indent: -9999px;
}

#qut-footer {
	height: 44px;
	font-size: 12px;
}

#qut-footer-inner {
	width: 700px;
	margin: 0 auto;
	padding: 16px 0;
}

#qut-footer .left, #qut-footer .right {
	float: left;
	width: 300px;
}

#qut-footer .right {
	width: 400px;
	text-align: right;
}

#qut-footer .left span {
	border-right: 1px solid #999;
	margin-right: 3px;
	padding-right: 8px;
}

#qut-footer .left span.last {
	border-right: none;
}

#qut-footer abbr {
	border: none;
}

#qut-footer ul, #qut-footer li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

#qut-footer li {
	display: inline;
}

#qut-footer li a {
	color: #666;
	margin-left: 10px;
}

#qut-footer li a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	background: white url("images/header-2017.png") no-repeat;
	background-size: 698px 320px;
	height: 320px;
	border: 2px solid #c13300;
	position: relative;
	z-index: 10;
}

#header-inner {
	
}

#logo {
	float: none;
}

#logo-image {
	width: 320px;
	height: 248px;
}

#about {
	position: absolute;
	margin-left: -20px;
	left: 30px;
	z-index: 50;
	display: none;
}

#opening-hours-link {
	display: block;
	/*color: #E85C10;*/
	font-size: 18px;
	line-height: 18px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 30px;
	border-bottom: 1px solid #f5f5f5;
}

#opening-hours-link:hover {
	color: #222;
	border-bottom: none;
}

/* Menu */

#block-menu-146 {
	font-size: 16px;
	padding: 30px;
	/*padding-left: 30px;*/
	clear: both;
}

#block-menu-146 ul, #block-menu-146 li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

#block-menu-146 ul {
	
}

#block-menu-146 ul li {
	float: left;
	margin-right: 25px;
	position: relative;
}

#block-menu-146 .content > ul > li:last-child {
	margin-right: 0;
	float: right;
}

#block-menu-146 ul li a {
	color: #555;
	font-weight: bold;
	display: block;
}

#block-menu-146 ul li a:hover {
	text-decoration: underline;
	color: #222;
}

#block-menu-146 ul li a.active {
	color: #E85C10;
}

#block-menu-146 ul li ul {
	font-size: 0.8em;
	position: absolute;
	top: 18px;
	left: 0px;
	width: 300px;
}

#block-menu-146 ul li ul li {
	margin-right: 10px;
}

#block-menu-146 ul li ul li a {
	color: #888;
}

#block-menu-146 a span {
	float: right;
	width: 38px;
	height: 19px;
	background: url("images/latest-icon-2.png") no-repeat;
	background-size: 38px 19px;
	text-indent: -9999px;
	top: -3px;
	position: relative;
	margin-left: 3px;
	margin-right: -7px;
}

#block-menu-146 a.active span {
	background-image: url("images/latest-icon-active-2.png") !important;
}

/* Headings */

h1.title {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 15px;
}

h1, .heading1, #block-user-1 .title {
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 20px;
	margin-bottom: 10px;
	clear: both;
}

h2, .heading2, a.pagelinks {
	margin-bottom: -15px;
	font-size: 16px;
	font-weight: bold;
}

h3, .heading3 {
	font-weight: bold;
	margin-bottom: 5px;
}

#content h2.title {
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-left: 0px;
	font-weight: normal;
}

/* Content */

#content {
	clear: both;
	margin-top: 30px;
}

.front #content {
	margin-top: 0px;
}

#front-description {
	border-bottom: 3px solid #e5e5e5;
	padding: 40px 30px;
	font-size: 1.3em;
	line-height: 1.8em;
	text-align: center;
}

#front-description p {
	margin-bottom: 30px;
}

#front-description p:last-child {
	margin-bottom: 0;
}

.front-description-quote {
	font-style: italic;
	color: #888;
}

#publication {
	overflow: hidden;
	padding: 40px 30px;
	font-size: 1.2em;
	line-height: 1.8em;
}

#publication img {
	max-width: 100%;
	display: block;
	box-shadow: #999 0 5px 10px;
}

#publication h2 {
	font-size: 2em;
	line-height: 1.2em;
	margin-bottom: 30px;
}

#publication-image {
	width: 30%;
	float: left;
}

#publication-text {
	width: 65%;
	float: left;
	margin-left: 5%;
}

#publication-button {
	background: #c13300;
	font-size: 16px;
	padding: 5px 20px;
	padding-bottom: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: white;
	margin-top: 30px;
	display: inline-block;
}

#publication-button:active {
	background-color: #777;
}

table {
	width: 100%;
}

td, th {
	padding: 7px 10px;
}

th {
	text-align: left !important;
	background: #ddd;
}

#block-block-2 {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

#block-block-2 .bb-quote-body {
	margin: 0px;
	margin-top: 12px;
	overflow: hidden;
}

#block-block-2 .bb-quote-body span {
	font-size: 15px;
	font-style: normal !important;
	display: block;
	clear: both;
	margin-bottom: 15px;
}

#block-block-2 .bb-quote-body a {
	display: block;
	float: left;
	padding: 10px 15px;
	background: #ccc;
	margin-top: -10px;
	margin-right: 7px;
	letter-spacing: 1px;
	color: #444;
}

#block-block-2 .bb-quote-body a:hover {
	background: #bbb;
}

.footnote {
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 5px;
}

.filtertip {
	position: absolute;
	right: 0px;
	display: none;
	font-size: 12px;
}

.view-grid-item {
	vertical-align: top;
}

.hide-border img {
	border: none !important;
}

.smaller-image #last-image {
	margin-left: 30px;
}

.smaller-image img {
	width: 149px;
}

.move_button {
	margin-top: 5px;
}

/* Student page */

#student-table td {
	padding: 0px !important;
}

#student-table td#student_right {
	text-align: right;
	padding-left: 30px !important;
	width: 335px;
}

#student-table {
	margin-top: 0px;
	font-size: 13px;
}

#student_right img, .gall_video {
	margin-top: 15px;
	margin-bottom: 4px;
}

#student_right a:hover img {
	opacity: 0.7;
	filter:alpha(opacity=70);
}

#student_right img {
	border: 1px solid #ccc;
}

#student_statement {
	text-align: justify;
	line-height: 1.4em;
}

#student_projectname {
	margin-top: 15px;
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
}

#student_projectname span {
	font-weight: normal;
	display: block;
	float: right;
	padding-left: 15px;
}

/* Students list */

.view-students {
	width: 730px;
	margin-top: 20px;
}

.view-students a {
	
}

.view-students a img {
	height: 150px;
	margin-bottom: 5px;
	-webkit-transition: opacity 0.1s ease-in-out;
	-moz-transition: opacity 0.1s ease-in-out;
	border: 1px solid #e4d5bb;
}

.view-students a:hover img {
	opacity: 0.7;
	filter:alpha(opacity=70);
}

.view-grid-students {
	margin: 0px;
	font-size: 13px;
}

.view-grid-students td {
	padding: 0px !important;
	padding-bottom: 30px !important;
	font-weight: bold;
	width: 25%;
}

.view-item-students .view-data-node_title {
	font-size: 12px;
	margin-right: 30px;
	text-align: center;
	line-height: 15px;
	width: 150px;
}

.view-item-students .view-data-node_title a {
	color: #3f3f3f;
}

.view-item-students .view-data-node_title a:hover {
	color: black;
}

.newsub {
	font-size: 10px;
	text-transform: uppercase;
	color: #e16741;
	vertical-align: top;
	letter-spacing: -0.2px;
}

.view-studentstext ul {
	list-style: none;
	margin-left: 0px;
	margin-top: 16px;
	padding-left: 0px;
	text-align: center;
	color: red;
}

.view-studentstext ul li {
	display: block;
	list-style: none;
}

/* Front page students */

.view-frontrandom ul, .view-frontrandom li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

.view-content-frontrandom {
	overflow: hidden;
	width: 698px;
	height: 348px;
	border: 1px solid #e5e5e5;
	border-top: none;
	position: relative;
}
	
.view-content-frontrandom .view-item {
	background: white;
	top: 0px;
	width: 698px;
	height: 348px;
	color: white;
}

.view-content-frontrandom .view-data-node-title {
	position: absolute;
	z-index: 20;
	bottom: 30px;
	right: -1px;
}

.view-content-frontrandom .view-data-node-data-field-year-field-year-value {
	position: absolute;
	z-index: 21;
	bottom: 50px;
	right: 0;
	color: white;
	font-weight: bold;
	padding: 0 15px;
	font-size: 1.2em;
	text-shadow: #000 0 1px 2px;
}

.view-content-frontrandom .view-data-node-title a {
	display: inline-block;
	background: url("images/black-translucent-2.png");
	color: white;
	padding: 15px;
	padding-bottom: 40px;
	font-size: 28px;
	line-height: 36px;
	font-weight: normal;
	letter-spacing: 0px;
	text-align: right;
	text-shadow: #000 0 1px 2px;
	border: 1px solid black;
	border-right: 0px;
}

.view-content-frontrandom .view-data-node-title a:hover {

}

/* Front page footer */

#block-block-5, #block-block-7, #block-block-8 {
	margin-top: 50px;
	border-top: 1px solid #eee;
	padding-top: 25px;
	clear: both;
}

.info-short {
	margin-bottom: 25px;
}

.info-line {
	height: 50px;
	clear: both;
	margin-bottom: 25px;
	margin-right: -6px;
}

.info-box, .time-box {
	float: left;
}

.info-box {
	font-size: 16px;
	width: 177px;
	line-height: 25px;
	color: #777;
	margin-right: 25px;
}

.time-box {
	/*background: #ddd url("images/time-box-bg-2.png") no-repeat;*/
	border: 1px solid #4c4c4c;
	width: 118px;
	height: 48px;
	font-weight: bold;
	margin-right: 6px;
}

.time-box .day, .time-box .time {
	height: 25px;
	line-height: 25px;
	text-align: center;
}

.time-box .day {
	font-size: 15px;
	color: white;
	background-color: #4c4c4c;
}

.time-box .time {
	font-size: 13px;
}

#location-info {
	background: url("images/location-marker-2.png") no-repeat left center;
	background-size: 25px 25px;
	height: 35px;
	line-height: 35px;
	padding-left: 35px;
}

/* Submissions */

#edit-preview, .not-logged-in .messages, .captcha {
	display: none !important;
}

fieldset {
	border: 1px solid #eee;
	padding: 20px !important;
	padding-bottom: 10px !important;
	margin-bottom: 2em;
	clear: both;
}

legend {
	font-size: 16px;
	padding: 0px 10px;
	margin-left: -10px;
}

.form-text, .form-textarea {
	background: white url("images/input-bg-2.png") repeat-x;
	border: 1px solid #ccc;
	border-width: 1px !important;
	padding: 4px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.submission-form .node-form .grippie, .submission-form .node-form .form-item .form-required {
	display: none;
}

/*.q-node-add-submission .node-form .form-item .form-required {
	display: inline;
}*/

.submission-form .node-form fieldset {
	padding-top: 10px !important;
}

.submission-form .node-form .form-item {
	clear: both;
	margin-bottom: 15px;
}

.submission-form .node-form .date-part .form-item {
	clear: none;
}

.submission-form .node-form .form-text, .submission-form .node-form .form-textarea {
	width: 420px;
}

.submission-form .node-form .resizable-textarea {
	width: auto;
}

.submission-form .node-form .form-item label {
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-top: 4px;
}

.submission-form .node-form .form-item label.option {
	float: none;
	width: auto;
}

.submission-form .node-form .form-item label.error {
	float: none;
	width: auto;
	margin-left: 220px;
	font-size: 0.9em;
}

.submission-form .node-form fieldset > .description {
	border-bottom: 1px solid #eee;
	margin: 0px -20px;
	padding: 10px 20px;
	padding-top: 5px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #999;
}

.submission-form .node-form .form-item .description {
	margin: 0px;
	margin-left: 220px;
	color: #999;
	margin-top: 4px;
	font-size: 12px;
	font-style: italic;
	font-family: Georgia, Times New Roman, Times, serif;
}

/*#edit-field-sub-image-1-upload-wrapper .description, #edit-field-sub-image-2-upload-wrapper .description {
	margin-left: 0px !important;
}*/

.submission-form .node-form #edit-submit {
	border: 1px solid #d1d1d1;
	background: #ccc url("images/header2011_2-2.png") -2px -2px;
	font-size: 16px;
	padding: 5px 20px;
	padding-bottom: 4px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
}

.submission-form .node-form #edit-submit:active {
	background-position: -1px -30px;
	border: 1px solid #bbb;
}

#edit-field-s1-to-0-value-wrapper, #edit-field-s2-to-0-value-wrapper {
	margin-top: -20px !important;
}

#edit-field-s1-to-0-value-wrapper label, #edit-field-s2-to-0-value-wrapper label {
	color: #aaa;
	text-align: right;
	position: relative;
	left: 10px;
}

.submission-form .node-form #edit-upload {
	margin-left: 220px;
	margin-bottom: 20px;
}

/*.group-upload-some-media fieldset {
	padding: 0px !important;
	margin: 0px !important;
	margin-top: -20px !important;
	border: 0px !important;
	border-color: black !important;
}

.group-upload-some-media fieldset legend {
	display: none;
}*/

.group-upload-some-media .imagefield-edit-image-row, .group-upload-some-media .imagefield-edit-image-replace {
	border: none !important;
	padding: 0px !important;
	margin-left: 220px !important;
}

.group-upload-some-media .form-file {
	width: 300px !important;
}

#edit-field-sub-image-1-upload-wrapper label, #edit-field-sub-image-2-upload-wrapper label, #edit-field-sub-video-url-0-embed-wrapper label {
	background: url("images/icon-images-2.png") no-repeat 0 1px;
	text-indent: 20px;
}

.field-field-sub-image-1 img, .field-field-sub-image-2 img {
	width: 658px;
	height: auto;
}

#edit-field-sub-video-url-0-embed-wrapper label {
	background-image: url("images/icon-video-2.png");
}

.submission-page .field {
	clear: both;
	margin-bottom: 1em;
}

.submission-page .field-label {
	float: left;
	width: 300px;
	margin-right: 20px;
}

.field-field-s1-when-0, .field-field-s1-to, .field-field-s1-where, .field-field-s2-when, .field-field-s2-to, .field-field-s2-where {
	margin-left: 40px;
}

.field-field-s1-when-0 .field-label, .field-field-s1-to .field-label, .field-field-s1-where .field-label, .field-field-s2-when .field-label, .field-field-s2-to .field-label, .field-field-s2-where .field-label {
	width: 260px;
}

.submission-date, .submission-back {
	font-weight: bold;
	margin-bottom: 2em;
}

.submission-date {
	float: right;
}

.submission-back span {
	font-size: 1.3em;
}

/*#block-views-nominations, #block-views-submissions {
	width: 330px;
	float: left;
	margin: 0px;
}

#block-views-nominations {
	padding-right: 20px;
}*/

#block-views-nominations, #block-views-submissions, #block-views-submissions_alumni {
	padding-bottom: 50px;
}