/*
Theme Name: QUT - Responsive 
Theme URI: http://blogs.qut.edu.au/
Author: QUT Web Services
Author URI: http://www.qut.edu.au/
Description: QUT corporate blog template
Version: 1.2
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	/*font-weight: inherit;*/
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	/*line-height: 1;*/
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */

body {
	padding: 0;
}
#page {
	margin: 0 auto;
	/*max-width: 1000px;*/
	width: 1060px;
	overflow: auto;
}
#branding hgroup {
	margin: 0 7.6%;
}
#access div {
	margin: 0 7.6%;
}
#primary {
	float: left;
	margin: 0 -290px 0 0;
	width: 100%;
}
#content {
	/*margin: 0 34% 0 7.6%;
	width: 58.4%;*/
	margin: 0;
	width: 740px;
}
#secondary {
	float: right;
	margin: 65px 0 0 0;
	width: 290px;
}

/* Singular 
.singular #primary {
	margin: 0;
}*/
.singular #content,
.left-sidebar.singular #content {
	/*margin: 0 7.6%;*/
	margin: 0;
	position: relative;
	width: 740px;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	/*margin: 0 auto;*/
	/*width: 68.9%;*/
}


#page footer.entry-meta {
	display: none;
}

div.blogger-mini-bio {
	border-bottom: 1px dotted #ddd;
	clear: left;
	float: left;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
}

div.blogger-mini-bio img.alignleft {
	margin-bottom: 0;
}

.singular footer.entry-meta {
	top: -35px;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	/*width: 68.9%;*/
}

/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
	margin: 0 7.6%;
	width: auto;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}

/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 7.6%;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;
}

/* One column */
.one-column #page {
	max-width: 690px;
}
.one-column #content {
	margin: 0 7.6%;
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}

.one-column #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}
/* Simplify the showcase template */
.one-column .page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0;
	width: 100%;
}
.one-column .page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
.one-column .page-template-showcase-php .other-recent-posts {
	border-bottom: 1px solid #ddd;
}
/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
.one-column article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
.one-column article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;
}
.one-column article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
.one-column article.feature-image.small .entry-summary a {
	left: -9%;
}
/* Remove the margin on singular articles */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
	width: 100%;
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}
.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
	right: 40px;
	top: 4em;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}


/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #333333;
	/*font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	/*font-weight: 300;*/
	line-height: 1.625;
}
body {
	background: #ffffff;
}
#page {
	/*background: #fff;*/
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0;
}
ul {
	list-style: none;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	border: 1px solid #08539B;
	color: #333;
}
input[type=text]:focus,
textarea:focus {
	color: #333;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #08539b;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* =Header
----------------------------------------------- */

#branding {
	border-top: 2px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
}
#site-title {
	margin-right: 270px;
	padding: 3.65625em 0 0;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
}
#branding img {
	height: auto;
	margin-bottom: -7px;
	width: 100%;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}


/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 0;
}
/*
.page-title {

	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
*/
.hentry,
.no-results {
	margin: 20px 0 0 0;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}
.entry-title, .page-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}
.entry-title,
.entry-title a, .page-title {
	color: #025293;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}
.entry-meta {
	color: #333;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}

/*** Share bar ***/
#content div.really_simple_share, .australian-centre-for-entrepreneurship #content div.really_simple_share {
	background-color: #f5f3f4;
	background-image: url(images/share-this-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px solid #ddd;
	clear: both;
	height: 47px;
	margin-top: 15px;
	padding: 0;
	position: relative;
	left: -100px;
	top: 33px;
	width: 738px;	
}

.international-students #content div.really_simple_share, .crime-and-justice-research-centre #content div.really_simple_share {
	left: 0;
	margin: 15px 0;
	top: 0;
	width: 100%;
}

#content div.really_simple_share div {
	float: left;
}

#content div.really_simple_share_prepend_inline {
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	height: 47px;
	line-height: 47px;
	padding: 0 15px 0 10px;
	text-align: left;
	text-transform: uppercase;		
	width: 121px;	
}

#content div.really_simple_share_facebook {
	margin-top: 12px;
}

#content div.really_simple_share_twitter {
	margin-top: 13px;
}

#content div.really_simple_share_google1 {
	margin-top: 13px;
}

#content div.really_simple_share_linkedin {
	margin-top: 13px;
}

#content div.really_simple_share_email {
	margin-top: 13px;
}

#content div.really_simple_share_facebook_like, #content div.really_simple_share_facebook_share_new {
	margin-top: 13px;
}

#content div.really_simple_share_email img {
	vertical-align: middle;
}

.student-sharehouse #content div.really_simple_share_facebook_like, .international-students #content div.really_simple_share_facebook_like, .australian-centre-for-entrepreneurship #content div.really_simple_share_facebook_like, .crime-and-justice-research-centre #content div.really_simple_share_facebook_like { 
	margin-left: 150px;
}

footer.entry-meta {
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	padding: 8px 0;
	position: relative;
	left: 0;
	top: 0;	
}
.entry-meta a {
	font-weight: bold;
}
/*
.single-author .entry-meta .by-author {
	display: none;
}
*/
.entry-content,
.entry-summary {
	padding: 1.625em 0 0;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

.entry-content ul {
	list-style: disc outside none;
	margin: 1em;
	padding-left: 1em;
}

.entry-content ol {
	list-style: decimal outside none;
	margin: 1em;
	padding-left: 1em;
}

.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}

#nav-single .nav-previous {
	display:none;
}
/*
Custom blog posts front page
*/

#content article {
	float:left;
}

#content div#comments {
	float: left;
}

#comments article {
	padding: 20px;
	/*width: 600px;*/
	margin-left: 30px;
}

#comments .children article {
	/*width: 540px;*/
}

#comments  li {
	clear: left;
	float: left;
}

#content article .avatar-comments {
	float:left;
}

#content article .article {
	float:right;
	width:640px;
	margin-left:20px;
}

#content article .avatar-comments {
	margin-top:1.7em;
}
/* Comments link */
#content article .avatar-comments .comments-link a {
	background: #fff url(images/comment-bubble2.png) no-repeat;
	color: #fff;
	font-size: 23px;
	font-weight: normal;
	line-height: 20px;
	overflow: hidden;
	padding: 10px 0 0;
	display:inline-block;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 80px;
	height: 67px;
}

#content article .comments-link {
	margin-top:10px;
}

#content article .avatar-comment .comments-link a:hover,
#content article .avatar-comment .comments-link a:focus,
#content article .avatar-comment .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
#content article .avatar-comment .comments-link .leave-reply {
	visibility: hidden;
}

#content article .avatar-comments .comments-link .bubble-comment {
	font-size: 10px;
}

#content article .avatar-comments .comments-link .bubble-reply {
	font-size:17px;
}

#content article .read-more {
	display:block;
	margin-top:15px;
}

#content article .more-link {
	background-image: url(images/read-more.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	font-size: 0.85em;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin-top: 30px;
	padding-left: 25px;
	text-align: left;
	text-transform: uppercase;
	width: 71px;
}

#content article .more-link:hover {
	background-position: 0 -25px;
}

/* end custom blog posts front page */


article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
/*
.singular .hentry {
	border-bottom: none;
	padding: 4.875em 0 0;
	position: relative;
}
.singular.page .hentry {
	padding: 3.5em 0 0;
	padding: 1em 0 0;
}
.singular .entry-title {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
*/
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
}


/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}


/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image p,
.indexed.format-image p img {
	margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	margin-top: -7px;
	padding: 20px 30px;
	overflow: hidden;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Showcase
----------------------------------------------- */

h1.showcase-heading {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* Intro */
article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 1.625em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	font-size: 16px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
	background: #777;
}

/* Featured post */
section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 1.625em 0;
	max-width: 59%;
	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 1.625em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background: #1982d1;
	color: #eee;
	color: rgba(255,255,255,0.8);
}

/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255,255,255,0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	max-width: 117.9%;
	padding: 0 0 6px;
}

/* Featured Slider */
.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 328px;
	margin: 1.625em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
	content: ' ';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	width: 100%;
	height: 45px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {
	top: 253px;
}
#content .feature-slider {
	top: 5px;
	right: 8.9%;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #3c3c3c;
	background: rgba(60,60,60,0.9);
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	display: block;
	width: 14px;
	height: 14px;
}
.feature-slider a.active {
	background: #1982d1;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	cursor: default;
	opacity: 0.5;
}

/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 1em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: none;
}
#content .nav-previous a {
	background-image: url(images/older-entries.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #fff;
	float: left;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	padding-left: 25px;
	text-transform: uppercase;
	width: 119px;
}
#content .nav-next a {
	background-image: url(images/newer-entries.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	float: right;
	height: 32px;
	line-height: 32px;
	padding-right: 25px;
	text-align: right;
	text-transform: uppercase;
	width: 119px;
}

#content nav .meta-nav {
	font-weight: normal;
}

#content nav#nav-below {
	margin: 0 0 0 100px;
	padding: 30px 0;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	width: 100%;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}


/* =Widgets
----------------------------------------------- */

.widget {
	border: 1px solid #ddd;
	clear: both;
	margin: 0 0 30px 0;
	padding: 15px;
}
.widget-title {
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #ddd;
	color: #333;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 0 5px 30px;
}

#s2_form_widget-2 h3, #widget_cm_ajax-2 h3 {
	background-image: url(images/mail-icon.png);
	letter-spacing: -1px;
}

#widget_cm_ajax-2 h3 {
	margin-bottom: 15px;
}

#widget_cm_ajax-2 #cm_ajax_form_2 {
	margin-top: 15px;
}

div.student-sharehouse #execphp-4 h3 {
	background-image: url(images/icon-contact.png);
}

.page-id-269 #s2_form_widget-2 {
	display: none;
}

#s2_form_widget-2 .subscribe-2, #s2_form_widget-2 p {
	margin: 15px 0 0 0;
}

#s2_form_widget-2 #s2email {
	width: 252px;
}

#linkcat-445 h3 {
	background-image: url(images/mouse-icon.png);
}

#widget-easy-twitter-feed-widget-kamn-2 h3 {
	background-image: url(images/icon-twitter.png);
	background-position: 0 4px;	
}

#search-2 h3 {
	background-image: url(images/icon-search.png);
	background-position: 0 4px;
}

#search-2 form#searchform {
	margin: 15px 0 0 0;
}

#search-2 form#searchform #s {
	background: none;
	padding: 3px;
	width: 250px;
}

#recent-posts-2 h3, .qut-exchange-students #text-2 h3 {
	background-image: url(images/icon-pencil.jpg);
	background-position: 0 -4px;
}

.qut-exchange-students #text-2 p {
	margin: 0.5em 0;
}

#recent-comments-2 h3 {
	background-image: url(images/icon-pencil.jpg);
	background-position: 0 -4px;
}

#archives-2 h3, #categories-2 h3, #tag_cloud-2 h3  {
	background-image: url(images/folder-icon.png);
	background-position: 0 4px;
}

#author_avatars-2 h3 {
	background-image: url(images/people-icon.png);
	background-position: 0 2px;
}

#author_avatars-2 .author-list {
	margin-top: 15px;
	text-align: left;
}

#author_avatars-2 .author-list .user {
	margin-right: 10px;
	padding: 0;
}

#execphp-2 h3 {
	background-image: url(images/mouse-icon.png);
	background-position: 0 4px;
}

#execphp-2 .execphpwidget {
	margin: 10px 0 0 0;
}

#execphp-2 p {
	margin: 0;
	padding: 5px 0;
}

div.student-sharehouse #execphp-3 h3 {
	background-image: url(images/rss-icon.png);
	background-position: 0 4px;
}

div.parents #execphp-3, div.parents #execphp-4, div.parents #execphp-5, div.for-schools #execphp-3, div.for-schools #execphp-4, div.for-schools #execphp-5, div.business-international-students #execphp-3, div.international-agent-newsbites #execphp-5, div.international-agent-newsbites #execphp-4, div.international-agent-newsbites #execphp-3 {
	background-image: url(images/sidebar-promo-bg.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	border: none;
	height: 176px;
	padding: 0;
}

div.parents #execphp-3 img, div.parents #execphp-4 img, div.parents #execphp-5 img, div.for-schools #execphp-3 img, div.for-schools #execphp-4 img, div.for-schools #execphp-5 img, div.business-international-students #execphp-3 img, div.international-agent-newsbites #execphp-5 img, div.international-agent-newsbites #execphp-4 img, div.international-agent-newsbites #execphp-3 img {
	float: left;
}

div.parents #execphp-3 h3, div.parents #execphp-4 h3, div.parents #execphp-5 h3, div.for-schools #execphp-3 h3, div.for-schools #execphp-4 h3, div.for-schools #execphp-5 h3, div.business-international-students #execphp-3 h3, div.international-agent-newsbites #execphp-5 h3, div.international-agent-newsbites #execphp-4 h3, div.international-agent-newsbites #execphp-3 h3 {
    background-image: none;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    left: 0;
    line-height: 1.1em;
    margin: 0 20px 16px 145px;
    position: relative;
    top: -120px;
}

div.parents #execphp-3 a, div.parents #execphp-4 a, div.parents #execphp-5 a, div.for-schools #execphp-3 a, div.for-schools #execphp-4 a, div.for-schools #execphp-5 a, div.business-international-students #execphp-3 a, div.international-agent-newsbites #execphp-5 a, div.international-agent-newsbites #execphp-4 a, div.international-agent-newsbites #execphp-3 a {
    background-image: url(images/promo-action-link-arrow.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
    color: #FFFFFF;
    display: inline-block;
    left: 0;
    line-height: 1.2em;
    margin: 0 20px 0 145px;
    padding-left: 18px;
    position: relative;
    top: -120px;
}

div.australian-centre-for-philanthropy-and-nonprofit-studies #text-3 h3 {
	background-image: url("images/external-link-icon.png");
    background-position: 1px 7px;
}

div.australian-centre-for-philanthropy-and-nonprofit-studies #text-3 p {
	margin: 15px 0 0 0;
}

div.business-international-students aside#execphp-3 h3, div.business-international-students aside#execphp-3 a {
	top: -145px;
}

div.international-agent-newsbites #execphp-5 h3, div.international-agent-newsbites #execphp-5 a {
	top: -155px;
}

div.international-agent-newsbites #text-2 h3 {
	background-image: url("images/people-icon.png");
    background-position: 0 4px;
}

div.international-agent-newsbites #text-2 p {
	margin: 0.5em 0 0 0;
	padding: 0.5em 0;
}

div.crime-and-justice-research-centre #text-2 h3 {
	background-image: url(images/icon-calendar.png);
	background-position: 0 4px;
}

#nav_menu-2 h3 {
	background-image: url(images/external-link-icon.png);
	background-position: 0 6px;
}
	
.widget ul {
	list-style-position: inside;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	border-bottom: 1px dotted #ddd;
	color: #333;
	list-style-type: square;
	padding: 5px 0;
}

.widget ul.children li {
	border-top: 1px dotted #ddd;
	border-bottom: none;
	color: #333;
	list-style-type: square;
	padding: 5px 0;
}

.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* =Comments
----------------------------------------------- */

#comments-title {
	color: #333;
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	margin-right: 15px;
	padding: 60px 0 30px 0;
}

#comments-title+a {
	font-size: 1em;
	line-height: 22px;
}

.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	/*width: 68.9%;*/
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	/*border-radius: 3px;
	margin: 0 0 1.625em;
	float:left;*/
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist li.comment > ul.children {
	float: left;
	list-style: none;
	margin: 20px 0 0 0;
}
.commentlist .children li.comment {
	background: #fff;
}
.commentlist .children li.comment .fn {
	/*display: block;*/
}

.commentlist li > article {
	background: #f4f9fd;
}

.comment-meta .fn {
	font-style: normal;
	font-size:1.4em;
	font-weight:bold;
	color:#262626;
}
.comment-meta {
	padding-top:8px;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	/*line-height: 1.625em;
	margin-left: 50px; */
}
.commentlist .comment-content {
	margin: 20px 0 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	float:left;
}
.commentlist li > article {
	background: #f3f9fd;
	border:1px solid #c1bbbb;
	padding-left:30px;
}

.commentlist li article:before{
	content: url(images/comment-arrow.png);
	margin-left: -30px;
	margin-top: -10px;
	display: inline-block;
	float: left;
		
}

.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background-image: url(images/reply-button.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	font-size: 0.85em;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	padding: 0;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	width: 62px;
	float: right;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	color: #fff;
	text-decoration: underline;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

.commentlist li.depth-1 {
	margin-top: 20px;
}

.commentlist li.depth-2, .commentlist li.depth-3, .commentlist li.depth-4, 
.commentlist li.depth-5, .commentlist li.depth-6, .commentlist li.depth-7, 
.commentlist li.depth-8, .commentlist li.depth-9, .commentlist li.depth-10 {
	margin-left: 60px;
}

.commentlist li.depth-1 > article{
	width: 600px;
}

.commentlist li.depth-2 > article{
	width: 540px;
}

.commentlist li.depth-3 > article{
	width: 480px;
}

.commentlist li.depth-4 > article{
	width: 420px;
}

.commentlist li.depth-5 > article{
	width: 360px;
}

.commentlist li.depth-6 > article{
	width: 300px;
}

.commentlist li.depth-7 > article{
	width: 240px;
}

.commentlist li.depth-8 > article{
	width: 180px;
}

.commentlist li.depth-9 > article{
	width: 120px;
}

.commentlist li.depth-10 > article{
	width: 60px;
}

/* Post Author threaded comments */
/*.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
} */

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	border-top: 1px dotted #ddd;
	margin: 40px 0 0 0;
	padding: 30px 0 0 0;
	float: left;
	width: 100%;
}
#respond input[type="text"],
#respond textarea {
	background: #fafafa;
	border: 1px solid #08539B;
	padding: 5px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	margin-top: 2em;
}
#respond .comment-form-url label,
#respond .comment-form-comment label {
	color: #333;
	display: block;
	font-size: 1em;
}
#respond .comment-form-author label,
#respond .comment-form-email label {
	color: #333;
	display: inline;
	font-size: 1em;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 605px;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 5px;
	position: relative;
	top: 7px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	margin: 2em 0;
}
#respond input#submit {
	cursor: pointer;
	font-size: 1em;
	padding: 10px;
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	padding: 5px;
	width: 605px;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
}
#supplementary {
	border-top: 1px solid #ddd;
	padding: 1.625em 7.6%;
	overflow: hidden;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* Site Generator Line */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}
#site-generator .sep {
	background: url(images/wordpress.png) center left no-repeat;
	color: transparent;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 0 7px;
	width: 16px;
}

#breadcrumb {
	display: none;
}

.mobile-side-menu, #mobile-menu, #sidr-remote-content, #mobile-links {
	display: none;
}

#global-search-form, .portal-links {
	display: none;
}


/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 640px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */

	* {
		-webkit-tap-highlight-color:rgba(0,0,0,0);

	}

	body, input, textarea {
		font-size: 13px;
	}

	body #page {
		width: 100%;
	}

	.mobile-side-menu {
		display: inline-block;
	}

	#global-search-form, .portal-links {
		display: inline-block;
	}

	#mobile-menu {
		display: none;
	}

	article .blogger-mini-bio a {
		float: left;
	}

	.cboxElement img {
		border: 0;

	}

	#comments article {
		padding: 20px;
		/*width: 600px;*/
		margin-left: 10px;
	}

	.commentlist > li.comment {
		width: 100%;
	}

	.commentlist li.depth-1 > article {
		width: 85%;
	}

	/*article .article .entry-content img, .comment-content img {
		min-height: auto;
		min-width: auto;
	}*/

	/*Caption over write */

	.wp-caption {
		width: 100% !important;
		position: relative;
		left:-5px;
	}

	/*Share Thingies*/
	#content div.really_simple_share {
		display: none;
	}



	/*Footer Changes */

	#footer-content {
		background: none;
		text-align: center;
		width:auto;
		padding-bottom:0px;
		height:45px;
	}

	#footer-content ul {
		padding-top: 16px;
	}

	#footer-content ul li {
		padding: 2px 10px;
		display: inline;
		border-right: 1px dotted #BFE0FB;
	}

	#footer-content ul li:last-child {
		border-right: none;
	}

	/*Stuff to hide cause of length */

	#archives-2,#search-2 {
		display: none;
	}

	#primary .commentlist img.avatar {
		display:none;
	}

	/*Testing Search */

	#sidr-remote-content .sidr-inner #sidr-id-inner-mobile-menu .sidr-class-mobile-search-bar {
		height: 48px !important;
		background: #434b5b; /* Old browsers */
		background: -moz-linear-gradient(top,  #434b5b 0%, #242b39 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#434b5b), color-stop(100%,#242b39)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #434b5b 0%,#242b39 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #434b5b 0%,#242b39 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #434b5b 0%,#242b39 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #434b5b 0%,#242b39 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434b5b', endColorstr='#242b39',GradientType=0 ); /* IE6-9 */

		border-bottom: 1px solid #161b25;
		border-top: 1px solid #5f6673;
		padding: 10px 8px 0 12px;
	}

	#sidr-id-inner-mobile-menu .sidr-class-mobile-search-bar .sidr-class-mSideSearch{
		background: #414a5a; /* Old browsers */
		background: -moz-linear-gradient(top,  #414a5a 0%, #4c5464 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414a5a), color-stop(100%,#4c5464)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #414a5a 0%,#4c5464 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #414a5a 0%,#4c5464 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #414a5a 0%,#4c5464 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #414a5a 0%,#4c5464 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414a5a', endColorstr='#4c5464',GradientType=0 ); /* IE6-9 */
		border: 1px solid #222936;
		-webkit-border-radius: 5px;
		-webkit-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, .5),
		0 1px 2px -1px rgba(255, 255, 255, .4);
		position: relative;
		width: 80%;
		height: 30px !important;
		float: left;
	}

	.sidr-class-inputWrapper {
		position: relative;
		padding: 0;
	}

	.sidr-class-input {
		-webkit-box-flex: 1;
		-webkit-box-shadow: none;
		display: block !important;
		margin: 0 !important;
	}

	.sidr-class-mClearButton {
		height: 31px;
		width: 35px;
		float: left;
		margin-left: 5px;
		//margin-top: 2px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow:inset 0 2px 1px -1px rgba(0, 0, 0, .45),
			inset 0 0 1px rgba(0, 0, 0, 1.0),
			0 0 1px rgba(255, 255, 255, .1),
			0 1px 0 rgba(255, 255, 255, .07);
		background: #414a5a; /* Old browsers */
		background: -moz-linear-gradient(top,  #414a5a 0%, #242a3a 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414a5a), color-stop(100%,#242a3a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #414a5a 0%,#242a3a 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #414a5a 0%,#242a3a 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #414a5a 0%,#242a3a 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #414a5a 0%,#242a3a 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414a5a', endColorstr='#242a3a',GradientType=0 ); /* IE6-9 */
		border-bottom: 1px solid #161b25;
		border-top: 1px solid #5f6673;

	}

	.sidr-class-search-button {
		width: 20px;
		height: 20px;
		padding-bottom: 3px;
		padding-left: 8px;
	}
	
	/*Extra Side Styling Menu*/

	#sidr-id-inner-mobile-menu li:nth-child(2){
		background: #707070; 
		background: -moz-linear-gradient(top,  #8c8c8c 0%, #969696 50%, #707070 51%, #a0a0a0 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c8c8c), color-stop(50%,#969696), color-stop(51%,#707070), color-stop(100%,#a0a0a0)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #8c8c8c 0%,#969696 50%,#707070 51%,#a0a0a0 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #8c8c8c 0%,#969696 50%,#707070 51%,#a0a0a0 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #8c8c8c 0%,#969696 50%,#707070 51%,#a0a0a0 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #8c8c8c 0%,#969696 50%,#707070 51%,#a0a0a0 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#a0a0a0',GradientType=0 ); /* IE6-9 */

	}

	#sidr-id-inner-mobile-menu li:nth-child(3){
		background: #df702b; /* Old browsers */
		background: -moz-linear-gradient(top,  #df702b 0%, #df702c 23%, #d5631d 46%, #a64a10 50%, #ca540c 77%, #ca540c 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#df702b), color-stop(23%,#df702c), color-stop(46%,#d5631d), color-stop(50%,#a64a10), color-stop(77%,#ca540c), color-stop(100%,#ca540c)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #df702b 0%,#df702c 23%,#d5631d 46%,#a64a10 50%,#ca540c 77%,#ca540c 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #df702b 0%,#df702c 23%,#d5631d 46%,#a64a10 50%,#ca540c 77%,#ca540c 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #df702b 0%,#df702c 23%,#d5631d 46%,#a64a10 50%,#ca540c 77%,#ca540c 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #df702b 0%,#df702c 23%,#d5631d 46%,#a64a10 50%,#ca540c 77%,#ca540c 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df702b', endColorstr='#ca540c',GradientType=0 ); /* IE6-9 */

	}

	#sidr-id-inner-mobile-menu li:nth-child(4){
		background: #67b605; /* Old browsers */
		background: -moz-linear-gradient(top,  #67b605 0%, #67b605 19%, #64b105 31%, #5da504 48%, #4a8403 50%, #508f02 68%, #4c8a01 85%, #4b8902 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67b605), color-stop(19%,#67b605), color-stop(31%,#64b105), color-stop(48%,#5da504), color-stop(50%,#4a8403), color-stop(68%,#508f02), color-stop(85%,#4c8a01), color-stop(100%,#4b8902)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #67b605 0%,#67b605 19%,#64b105 31%,#5da504 48%,#4a8403 50%,#508f02 68%,#4c8a01 85%,#4b8902 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #67b605 0%,#67b605 19%,#64b105 31%,#5da504 48%,#4a8403 50%,#508f02 68%,#4c8a01 85%,#4b8902 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #67b605 0%,#67b605 19%,#64b105 31%,#5da504 48%,#4a8403 50%,#508f02 68%,#4c8a01 85%,#4b8902 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #67b605 0%,#67b605 19%,#64b105 31%,#5da504 48%,#4a8403 50%,#508f02 68%,#4c8a01 85%,#4b8902 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67b605', endColorstr='#4b8902',GradientType=0 ); /* IE6-9 */
	}

	#header #global-search-form {
	    position: absolute;
	    top: 0;
	    width: auto;
	    height: 40px;
	    right: 31px;
	    min-width: 40px;
	    margin-left: 55px;
	}

	/*#header #global-search-form.addbg {
		background: url(http://www.qut.edu.au/__data/assets/image/0016/257020/search-left.png?v=0.2.1) no-repeat;
	}*/

	#global-search-form .search-submit {
	    display: none;
	    background: url(http://www.qut.edu.au/__data/assets/image/0004/266917/search-right.png?v=0.2.1) repeat-x;
	    height: 50px;
	    border: none;
		cursor: pointer;
		font-size: 0;
		margin: 0;
		padding: 0;
		text-indent: -9999px;
		width: 40px;
		position: relative;
		top: -5px;
	}

	#global-search-form .search-input {
	    background: url(http://www.qut.edu.au/__data/assets/image/0006/266586/s-bar.png?v=0.2.1) repeat-x;
	    position: relative;
	    margin: 11px 0 14px;
	    height: 28px;
	    width: 185px;
	    padding-left: 5px;
	    left: 5px;
		color: #888;
		font-size: 1em;
		font-weight: bold;
		height: 22px;
	}

	#header ul#portal-links {
	    background: url(images/mobile-menu.png) no-repeat;
	    background-size: 85%;
	    display: inline-block;
	    width: 40px;
	    height: 40px;
	    position: absolute;
	    top: 20px;
	    right: 0;
	    padding:0;
	}

	#header ul#portal-links:active {
		background: url(images/mobile-menu-pressed.png) no-repeat;
	    background-size: 85%;
	    display: inline-block;
	    width: 40px;
	    height: 40px;
	    position: absolute;
	    top: 20px;
	    right: 0;
	    padding:0;
	}

	#global-search-form .search-input {
		border: 0;
	}


	#global-search-form .search-input, #global-search-form label{
		display: none;
	}

	/*Home page changes */

	body #content.blog-list{
		margin-top: 10px !important;
	}

	body div.blog-list div.blog-details {
		margin: 0 0 15px 0;
		width: 100%;
	}

	body div.blog-list div.blog-details div {
		width: 100%;
	}

	div.blog-list div.blog-details img {
		display: none;
	}

	/* Float Main Content Left and Right Col under it */

	#main #primary {
		margin: 0;
	}
	
	#main #secondary {
		float: left;
		margin: 0;
		width: 100%;
		border-left: 0;
		border-right: 0;
	}

	#main #content {
		margin-left: 5px;
		width: auto;
	}

	#primary #content article .article {
		float:left;
		width:80%;
		margin-left:15px;
	}
	
	/* Form Changes */
	#respond input[type="text"], #respond textarea   {
		width: 95%;
	}

	#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment {
		margin-top: 0;
	}

	#respond {
		margin-top: 10px;
		padding-top: 10px;
	}

	body #respond .comment-form-author .required, body #respond .comment-form-email .required {
		left: 0;
	}

	/* Heading changes */

	#custom-header {
		display: none;
	}

	body #header-wrapper {
		min-width: 0;
		background-image: url(http://www.qut.edu.au/__data/assets/image/0011/6986/logo-header-bg.jpg);
		background-position: -500px 0;
		background-repeat: no-repeat;
	}

	body #header-wrapper #header {
		width: auto;
		height: 80px;
	}

	body #header-wrapper #strapline {
		display: none;
	}

	body #header-wrapper #header #logo {
		width: 375px !important;
		background-size: 100%;
		margin-left: 12px;
	}

	body #menu-wrapper {
		display: none;
	}

	/* End heading */

	/* Footer Changes */
	body #footer {
		min-width: 0;
	}

	body #footer-content {
		width: auto;
		height: 45px;
	}

	body #footer-content #footer-page-menu, body #footer-content #footer-social-media-links, body #footer-supplementary ul {
		display: none;
	}

	body #footer-supplementary {
		width: 100%;
	}

	body #footer-supplementary #last-modified {
		width: 100%;
		text-align: center;
	}


	/* End of Footer Changes */

	#content .article {
		border-bottom: 1px dotted #000;
	}

	#content nav#nav-below {
		margin: 0 10px 0 10px;
		padding: 20px 0;
	}

	/* Main Content Changes */

	.entry-title, .entry-header .entry-meta {
		padding-right: 0;
		padding-top: 5px;
	}

	.singular .hentry, .singular .hentry {
		padding: 0;
	}
	
	#site-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 12px;
	}
	#access ul {
		font-size: 12px;
	}
	article.intro .entry-content {
		font-size: 12px;
	}
	.singular .entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}

	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}

	/* Menus at top - copied from Breadcrumb style on Corpsite  */
	#breadcrumb {
		display: inline-block;
	    height: 35px;
	    overflow: hidden;
	    width: 100%;
	    z-index: 1;
	    background: #407cad; /* Old browsers */
	    background: -moz-linear-gradient(top, #407cad 10%, #014780 100%); /* FF3.6+ */
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #407cad), color-stop(100%, #014780)); /* Chrome,Safari4+ */
	    background: -webkit-linear-gradient(top, #407cad 10%, #014780 100%); /* Chrome10+,Safari5.1+ */
	    background: -o-linear-gradient(top, #407cad 10%, #014780 100%); /* Opera 11.10+ */
	    background: -ms-linear-gradient(top, #407cad 10%, #014780 100%); /* IE10+ */
	    background: linear-gradient(to bottom, #407cad 10%, #014780 100%); /* W3C */
	    padding: 0;
	    border-top: 1px dotted lightgray;
	}

	#breadcrumb li.home a {
	    display: none;
	}

	#breadcrumb ul {
	    font-size: 0.9em;
	    list-style: none;
	    margin: 0;
	    overflow: hidden;
	    position: relative;
	    width: 640px;
	    -webkit-transition: left 0.3s;
	    -moz-transition: left 0.3s;
	    -ms-transition: left 0.3s;
	    -o-transition: left 0.3s;
	    transition: left 0.3s;
	}

	#breadcrumb ul li {
	    background: #5b8eb6;
	    float: left;
	    height: 35px;
	    list-style: none;
	    margin: 0;
	    padding: 0;

	}

	#breadcrumb li a {
	    display: block;
	    float: left;
	    line-height: 35px;
	    padding-left: 10px;
	    padding-right: 11px;
	    color: #fff;
	    font-weight: bold;
	    width: auto;
	}

	/* Proper LI selectors for Breadcrumbs */

	/* Last LI item */

	#breadcrumb ul li.last-one a {
	    background: url(http://www.qut.edu.au/__data/assets/image/0009/276588/mobile-breadcrumb.png?v=0.2.3) no-repeat right 0;

	}

	#breadcrumb ul li.last-one {
	    background: #4d83ae;

	}

	/* Second Last */

	#breadcrumb ul li.second-last {
	    background: #4F89B6;
	}

	#breadcrumb ul li.second-last a {
	    background: url(http://www.qut.edu.au/__data/assets/image/0009/276588/mobile-breadcrumb.png?v=0.2.3) no-repeat right -36px;
	}

	/* Third Last */

	#breadcrumb ul li.third-last {
	    /* Nothing */
	}

	#breadcrumb ul li.third-last a {
	    background: url(http://www.qut.edu.au/__data/assets/image/0009/276588/mobile-breadcrumb.png?v=0.2.3) no-repeat right -71px;

	}

	header h1.entry-title {

	}

	/* Reposition the site title and description slightly */
	#site-title {
		padding: 5.30625em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 1.625em !important;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
/*	.singular .hentry, .singular .hentry {
		padding: 1.625em 0 0;
	}
	.singular.page .hentry {
		padding: 1.625em 0 0;
	}*/
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.commentlist .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}

	body #content .hentry {
		margin: 0;
	}

}
@media (max-width: 468px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}

	body #header-wrapper #header #logo {
		width: 80% !important;
		background-size: 100%;
		margin-left: 10px;
		top: 14px;
	}

	body #header-wrapper #header {
		width: auto;
		height: 60px;
	}

	#content article .avatar-comments {
		display: none;
	}

	#primary #content article .article {
		float:left;
		width:93%;
		margin-left: 15px;
		margin-right: 15px;
	}

	#header ul#portal-links {
	    background: url(images/mobile-menu.png) no-repeat;
	    background-size: 75%;
	    display: inline-block;
	    width: 40px;
	    height: 40px;
	    position: absolute;
	    top: 15px;
	    right: 0;
	    padding:0;
	}

	#header ul#portal-links:active {
		background: url(images/mobile-menu-pressed.png) no-repeat;
	    background-size: 75%;
	    display: inline-block;
	    width: 40px;
	    height: 40px;
	    position: absolute;
	    top: 15px;
	    right: 0;
	    padding:0;
	}

	div.blog-list div.blog-details img {
		display: none;
	}

}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}

}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist .comment-content {
		margin: 20px 0 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}

}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}



/* NEW ----------------------------------------------- */

.singular #content.blog-list {
	margin: 50px 0 0 0;
}

div.blog-list h2 {
    font-size: 2em;
    font-weight: bold;
    line-height: 24px;
    padding: 0;	
}

div.blog-list div.blog-details {
	border-bottom: 2px dotted #ddd;
	clear: both;
	float: left;
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
	width: 740px;
}

div.blog-list div.blog-details div {
	float: left;
	width: 615px;
}

div.blog-list div.blog-details img {
	float: left;
	margin-right: 20px;
}

div.blog-list p.tagline {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 5px 0 10px 0;
}

div.blog-list p.description {
	margin: 0 0 10px 0;
}

.clear {
	clear: both.	
}
#header-wrapper {
	 background: #0f487f url(images/logo-header-bg.jpg) -500px 0 no-repeat;
     margin: 0pt;
     z-index: 100;
}

#header {
     height: 122px;
     margin: 0pt auto;
     position: relative;
     width: 1056px;
     /* z-index: 100; */
}

#logo {
     display: block;
     height: 54px;
     left: 0pt;
     outline: medium none;
     position: absolute;
     text-indent: -9999px;
     top: 20px;
     width: 250px;
}

#logo {
    background: url("images/blogs-logo.png") no-repeat scroll 0 0 transparent;
    width: 560px !important;
}

#top-links {
     position: absolute;
     /*right: 378px;*/
	 right: 0px;
     text-align: right;
     top: 25px;
	 
	 list-style-type: none;
}

#top-links li {
     float: left;
     margin-right: 10px;
}

#top-links a {
     border-right: 1px dotted #FFFFFF;
     color: #FFFFFF;
     /*font-size: 0.95em;*/
	 
	 font-size: 13px;
	 
     font-weight: bold;
     line-height: 2em;
     padding-right: 10px ! important;
}

#top-links a:hover {
     text-decoration: underline;
}

#blue-bar {
     background-image: url("images/dateline.png");
     background-position: left top;
     background-repeat: repeat-x;
     height: 30px;
     left: -830px;
     position: absolute;
     top: 92px;
     width: 100%;
}

#strapline {
    background-image: url("images/date-sem-week-bg.png");
    background-position: right top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: bold;
    height: 30px;
    left: 0;
    position: absolute;
    top: 92px;
    width: 253px;
}

#strapline img {
    left: 0;
    position: absolute;
    top: 6px;
}

#portal-links {
     background: url(images/qut-link-large-bg.png) no-repeat scroll 0 0 transparent;
     position: absolute;
     right: 44px;
     top: 0;
	 list-style-type: none;
	 padding-left: 40px;
	 width: 360px;
	 height: 40px;
	 z-index: 1;
}

#portal-links.parent-link {
	background: url(images/qut-link-parent-bg.png) no-repeat scroll 0 0 transparent;
	padding-left: 0;
	text-align: center;
	width: 516px;
}

#portal-links-home {
     background: url(images/qut-link-bg.png) no-repeat scroll 0 0 transparent;
     position: absolute;
     right: 44px;
     top: 0;
	 list-style-type: none;
	 width: 280px;
	 height: 40px;
	 z-index: 100;
}

#portal-links li, #portal-links-home li, #portal-links.parent-link li {
    background: #01988f;
	background: linear-gradient(to bottom, #02a49b 50%,#017c75 50%,#008a82 100%);
	background: -webkit-linear-gradient(top, #01988f 50%,#017c75 50%,#008a82 100%);
	display: inline-block;
	*display: inline;
	border-radius: 5px;
	height: 27px;
	line-height: 27px;
	padding: 0 15px;
	zoom: 1;
}

#portal-links-home li {
	margin: 6px 0 0 75px;
}

#portal-links li {
	margin: 6px 0 0 20px;
}

#portal-links a, #portal-links-home a, #portal-links.parent-link a {
	background: url("images/global-sprite.png") no-repeat scroll -490px 8px transparent;
	color: #fff;
	display: inline-block;
	*display: inline;	
    font-size: 1em;
    font-weight: bold;
	padding: 0 0 0 20px;
	width: auto;
	zoom: 1;	
}

body #portal-links-home a, body #portal-links a {
	width: 82px;
}

#portal-links li:hover, #portal-links-home li:hover {
    background: #01b8af;
	background: linear-gradient(to bottom, #01b8af 50%,#01a097 50%,#00a9a1 100%);
	background: -webkit-linear-gradient(top, #01b8af 50%,#01a097 50%,#00a9a1 100%);
}

#portal-links a:hover, #portal-links-home a:hover {
	text-decoration: none;
}

/*
#portal-links {
     background: url("images/qut-link-large-bg.png") no-repeat scroll 0 0 transparent;
     position: absolute;
     right: 44px;
     top: 0;
	 list-style-type: none;
	 padding-left: 40px;
	 width: 360px;
	 height: 40px;
	 z-index: 1;
}

#portal-links-home {
     background: url("images/qut-link-bg.png") no-repeat scroll 0 0 transparent;
     position: absolute;
     right: 44px;
     top: 0;
	 list-style-type: none;
	 width: 280px;
	 height: 40px;
	 z-index: 100;
}

#portal-links-home li {
     float: left;
     margin: 6px 0 0 75px;
}

#portal-links li {
	float: left;
	margin: 6px 0 0 20px;
}

#portal-links-home a#corpsite, #portal-links a#corpsite {
     background: url("images/global-sprite.png") no-repeat scroll 0pt -135px transparent;
     color: #FFFFFF;
     display: inline-block;
     font-size: 1em;
     font-weight: bold;
     height: 27px;
     line-height: 27px;
     padding: 0pt 0pt 0pt 34px;
     width: 102px;
	 font-size: 13px;
}

#portal-links-home a#more-blogs, #portal-links a#more-blogs {
     background: url("images/global-sprite.png") no-repeat scroll 0pt -135px transparent;
     color: #FFFFFF;
     display: inline-block;
     font-size: 1em;
     font-weight: bold;
     height: 27px;
     line-height: 27px;
     padding: 0pt 0pt 0pt 34px;
     width: 102px;
	 font-size: 13px;
}

#portal-links-home a#corpsite:hover, #portal-links a#corpsite:hover, #portal-links-home a#more-blogs:hover, #portal-links a#more-blogs:hover {
     background: url("images/global-sprite.png") no-repeat scroll 0pt -162px transparent;
     text-decoration: none;
}
*/

#custom-header {
	background-image: url("images/blogs-header-image-bg.png");
	background-position: top left;
	background-repeat: no-repeat;
	height: 208px;
    position: absolute;
    right: -105px;
    top: 0;
    width: 613px;
    z-index: 1;
}

#custom-header img {
	position: absolute;
    right: 0;
    top: 0;
	/* z-index: 10; */
}


#menu-wrapper {
    background-image: url("images/menu-bg.png");
    background-repeat: repeat-x;
    border-top: 1px solid #6088AB;
    height: 42px;
    margin: 0;
    z-index: 100;
}
#menu {
    border-bottom: 8px solid #0E477F;
    height: 42px;
    left: 0;
    list-style-type: none;
    margin: 0 auto;
    position: relative;
    top: -5px;
    width: 1060px;
}
#menu li {
    float: left;
    left: 0;
    position: relative;
    top: 5px;
	z-index: 3;
}
#menu li.page_item a {
    color: #FFFFFF;
    display: block;
    float: left;
    font-weight: bold;
    height: 33px;
    margin-top: 4px;
    text-align: center;
}
#menu li.page_item a span {
    border-left: 1px dotted #FFFFFF;
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding: 0 25px;
    position: relative;
    top: 6px;
}

#menu li.page_item.home-button a span {
	border-left: none;
}

#menu li a.current span, #menu li.page_item a.adjacent span, #menu li.page_item a.current-adjacent span {
    border-color: transparent !important;
}
#menu li.page_item  a span.last {
    border-right: medium none;
}
#menu li a.current, #menu li.page_item a:hover, #menu li.page_item:hover a {
    background-color: #225E92;
    color: #FFFFFF;
    text-decoration: none;
}
#menu li:hover {
    z-index: 1001;
}
#menu li a.current, #menu li a.current:hover {
    background-color: #0E487F !important;
}


#menu-blue {
	/*width: 1058px;*/
	width: 1018px;
	padding: 20px 20px 10px;
	background: #edf5fa;
	margin: 20px auto 0;	
	border: 1px solid #d9d7d7;
	clear: both;
	overflow: auto;
}
#menu-blue ul {
	margin: 0;
	padding: 0;	
	list-style-type: none;
}
#menu-blue ul li {
	margin: 0;
	padding: 0;
	float: left;	
}
#menu-blue ul li a {
	background: url(images/arrow-grey.gif) 0 6px no-repeat;
	margin: 0 15px 10px 0;
	float: left;	
	padding: 0 10px 0 15px;
	font-weight: bold;
}
#menu-blue ul li.current_page_item a {
	color: #333333;
}



#footer {
     background: url("images/footer-bg.png") repeat-x scroll center top #0A62AA;
     color: #FFFFFF;
     float: left;
     width: 100%;
	 
	 line-height: normal;
}

#footer a {
     color: #FFFFFF;
}

#footer abbr {
	border: none;
	cursor: default;
}

#footer-content {
	 height: 97px;
     margin: 0 auto;
     padding: 0;
     position: relative;
     width: 1060px;
}

#footer-content h3 {
     color: #FFFFFF;
     font-size: 1.1em;
     font-weight: bold; 
	 margin-bottom: 0;
}

#footer-content .col-1, #footer-content .col-2, #footer-content .col-3 {
	width: 140px;	
}
#footer-content .col-4 {
	width: 155px;	
}
#footer-content .col-5 {
	width: 155px;	
}
#footer #footer-content .col-6 {
    margin-right: 0;
    width: auto;
}

#footer-content .col {
     float: left;
     margin-right: 20px;
}

#footer-content .col ul {
     font-size: 0.9em;
     margin: 0 0 15px 0;
     padding: 0;
}

#footer-content .col li {
     line-height: 1.3em;
     margin-bottom: 8px;
	 
	 font-size: 1em;
	 margin-right: 15px;
}

#footer-content .col li a {
     color: #BFE0FB;
}

#footer-content .col li h3 a {
     color: #FFFFFF;
     font-size: 1em;
}

#footer-content #footer-social-media-links {
    float: right;
    margin-top: 30px;
}

#footer-content #footer-page-menu {
    float: left;
    margin-top: 30px;
}

#footer-content #footer-social-media-links li {
     height: 40px;
     margin-bottom: 0pt;
     margin-right: 11px;
     width: 30px;
	 float: left;
}

#footer-content #footer-page-menu li {
     height: 40px;
     margin-bottom: 0pt;
     margin-right: 30px;
	 float: left;
}

#footer-content #footer-social-media-links li a {
     display: block;
     height: 32px;
     width: 32px;
	 float: left;
}

#footer-content #footer-page-menu li a {
     display: block;
	 float: left;
	 font-size: 1em;
	 font-weight: bold;
	 line-height: 32px;
}

#facebook-footer-icon {
     background: url("images/global-sprite.png") no-repeat scroll 0pt -288px transparent;
}

#twitter-footer-icon {
     background: url("images/global-sprite.png") no-repeat scroll -41px -288px transparent;
}

#youtube-footer-icon {
     background: url("images/global-sprite.png") no-repeat scroll -82px -288px transparent;
}

#itunesu-footer-icon {
     background: url("images/global-sprite.png") no-repeat scroll -123px -288px transparent;
}

#email-footer-icon {
     background: url("images/global-sprite.png") no-repeat scroll -164px -288px transparent;
}

#linkedin-footer-icon {
     background: url("images/global-sprite.png") no-repeat scroll -205px -288px transparent;
}

#footer-supplementary-wrapper {
     background-color: #00467F;
}

#footer-supplementary {
     /*font-size: 0.9em;*/
     height: 44px;
     margin: 0pt auto;
     text-align: right;
     width: 1060px;
	 
	 font-size: 12px;
	 overflow: hidden;
	 
}

#footer-supplementary p {
		
}

#last-modified {
     float: left;
     padding-top: 16px;
     text-align: left;
     /*width: 460px;*/
	 
	 width: 430px;
}

#last-modified span {
     border-right: 1px solid #769FBF;
     margin-right: 3px;
     padding-right: 8px;
}

#footer-supplementary ul {
     float: left;
     padding-top: 16px;
     width: 620px;
}

#footer-supplementary ul li {
     display: inline;
}

#footer-supplementary ul li a {
     color: #BFE0FB;
     margin-left: 10px;
}


#left-col {
	/*width: 800px;*/
	width: 700px;
	margin: 0 30px 20px 0;
	float: left;	
}
#right-col {
	width: 230px;
	float: left;
	padding: 30px 0 15px 0;	
}


.right-col-box {
    border: 1px solid #DCD9D9;
    margin-bottom: 10px;
    padding: 3px;
}

.right-col-box h2 {
    font-size: 1.2em;
    line-height: 49px;
    padding: 0;
}
.right-col-box h2 a {
    /*background-image: url("http://cms.qut.edu.au/__data/assets/image/0005/9941/rightcol-headings-bg.png");*/
	background: url(images/button-blue-enquire.jpg) 0 0 no-repeat; 
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    line-height: 49px;
    padding: 0 10px 0 40px;
    text-decoration: none;
}
.right-col-box h2 a:hover {
	background-position: bottom left;	
}


.right-box {
    border: 1px solid #CCCCCC;
    margin: 20px 0;
    padding: 0 10px 10px;
}
.chat-heading h2 {
    background: url(images/icon-chat.jpg) no-repeat scroll left 3px transparent;
    border-bottom: 1px dotted #CCCCCC;
    color: #333333;
    font-size: 14px;
    margin: 0 0 15px 0;
    padding: 10px 10px 10px 35px;
}


.apply h2 a {
    /*background-position: 0 0;*/
	background: url(images/button-rose-apply-320.jpg) 0 0 no-repeat;
}
.enquire h2 a {
    /*background-position: 0 -49px;*/
	background: url(images/button-blue-enquire-320.jpg) 0 0 no-repeat; 
}
.email h2 a {
    /*background-position: 0 -98px;*/
	background: url(graphics/button-blue-email.jpg);
}
.feedback h2 a {
    /*background-position: 0 -98px;*/
	background: url(graphics/button-blue-feedback.jpg);
}
.question h2 a {
    /*background-position: 0 -98px;*/
	background: url(graphics/button-blue-question.jpg);
}
.right-col-box h2 span {
	/*background: url("http://cms.qut.edu.au/__data/assets/image/0005/6728/accor-arrows.png") no-repeat scroll 0 1px transparent;*/
	background: url(images/accor-arrows-2.png) no-repeat scroll 0 -84px transparent #F60;
}
.right-col-box .open h2 span {
    background: url(images/accor-arrows-2.png) no-repeat scroll 0 -182px transparent;
}
.right-col-box .no-drop h2 span {
	/*background: url("http://cms.qut.edu.au/__data/assets/image/0005/6728/accor-arrows.png") no-repeat scroll 0 1px transparent;*/
	background: url("images/accor-arrows-2.png") no-repeat scroll 0 1px transparent;
}
.right-col-content {
    padding: 10px;
}
a.apply-now {
    background: url("http://cms.qut.edu.au/__data/assets/image/0005/9941/rightcol-headings-bg.png") no-repeat scroll 0 0 transparent;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    padding: 8px 10px 10px 43px;
    text-decoration: none;
}

#chat-rooms .sh-box {
border: 1px solid #DCD9D9;
clear:both;
margin: 20px 0;
overflow:hidden;
padding:3px;
background: #F7F7F7;
}
#chat-rooms .sh-click span {
background:url("images/bullets.png") no-repeat -4000px 0px;
margin:2px 0 0 9px;
display: inline-block;
float: right;
width: 11px;
height: 11px;
}
#chat-rooms .open .sh-click span {
background:url("images/bullets.png") no-repeat -4000px -100px;
}
#chat-rooms .sh-click {
cursor: pointer;
background: #DFE0E1;
border-radius: 2px;
color: #065199;
padding:10px 13px;
font-size:1em;
}
#chat-rooms .sh-click {
background: #DFE0E1;
border-radius: 2px;
color: #065199;
padding:10px 13px;
font-size:1em;
}

.sh-box-transcript h4 {
	cursor: pointer;
}

.sh-box-transcript h5 {
	cursor: pointer;
}

#videoplayer .jw_playlist_playlist {
height:auto;
}

.jw_playlist_item {
height:105px;	
}

.entry-content label {
	color:#08539B;
	padding-right:10px;	
}

#videoplayer {
	padding-bottom:90px;
	border-bottom: 1px solid #CCC;
}

/*#primary #left-col{
	padding: 0;
	margin: 0;
	width: 700px;
}*/

#primary #right-col{margin-left: 0.5em;}

#videoplayer {}

#content .chat-header {
	margin: 0;
	float: left;
	width: 495px;
}

#chat-rooms {margin-right: 2em;}

.quick-chat-container .quick-chat-history-container{width: 470px;}

#main {
	overflow: visible;
	margin-bottom: 1em;
}

#right-col {width: 320px;}

#right-col .right-box{}

#main {padding-bottom: 5em;}





/* transcript updates */
.sh-box-transcript {
padding: 2px 5px;
background-color: #eee;
}

h5.sh-click {
font-weight: lighter;
margin: 0;
color: #fff;
padding: 3px 5px;
background-color: #00467F;
}

.hidden-content p{
margin: 0;
margin-top: 0.5em;
font-size: smaller;
padding: 2px;
}

#error {
	color:#D30;
}
#right-col .error {
	border:1px solid #D30;
}
#execphp-3 h3, #execphp-5 h3, #execphp-6 h3, #execphp-7 h3 {
	background-image: url(images/mail-icon.png);
}
#execphp-3 label, #execphp-5 label, #execphp-6 label, #execphp-7 label{
	display:block;
}

#execphp-3 p, #execphp-5 p, #execphp-6 p, #execphp-7 p {
	margin-bottom:0.7em;
}

#execphp-3 input.button-blue, #execphp-5 input.button-blue, #execphp-6 input.button-blue, #execphp-7 input.button-blue, #execphp-3 a.button-blue {
background: url(http://cms.qut.edu.au/__data/assets/image/0012/33123/blue-button.png) repeat-x scroll 0 0 transparent;
border: 1px solid #DCD9D9;
border-radius: 5px;
color: white;
cursor: pointer;
display: block;
font-weight: bold;
line-height: 20px;
padding: 5px 10px;
text-decoration: none;
margin-top:5px;
width:85px;
margin:5px 0 0 0;
}

div.execphpwidget {
	width: 100%;
}

aside#execphp-3 a.button-blue {
	margin: 0 auto;
	text-align: center;	
}

#execphp-3 input, #execphp-5 input, #execphp-6 input, #execphp-7 input {
	width:252px;
}

/* <1100 wide fixes */
#header-wrapper { min-width: 1100px; margin: 0 auto; }  
#menu-wrapper { min-width: 1100px; margin: 0 auto; } 
#menu {width: 1060px; margin: 0 auto; } 
#footer {min-width: 1100px; margin: 0 auto} 
#footer-supplementary-wrapper {margin: 0 auto}


/* Ajax loading wheel */
.purple-monkey-dishwasher {
	background: url(images/ajax-loader.gif) no-repeat center center;
	display: none;
	font-style: italic;
	font-weight: normal !important;
	height: 24px;
	line-height: 24px;
	padding-left: 34px;
}