/*
Theme Name: Arts Generic Thirteen
Theme URI: http://profiles.arts.monash.edu
Description: Child Theme for WordPress 2013 Theme
AUTHOR: Arts Web Team
Author URI: http://profiles.arts.monash.edu
Template: twentythirteen
Version: 1.0
*/

@import url("../twentythirteen/style.css");
@import url("./bootstrap/3.3.6/css/bootstrap.min.css");
/* css after here */

/*  website */
.site {
	max-width: none;
}

/**
 * base font sizes
 */
body {
	font-size: 100%;
	line-height: 1.5;
}
div#container div#content h1 {
	font-size: 48px;
	font-weight: bold;
}
div#container div#content h2 {
	font-size: 28px;
	font-weight: bold;
}
div#container div#content h3 {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 0px solid #fff;
}
div#container div#content h4 {
	font-size: 20px;
	font-weight: bold;
}
div#container div#content h5 {
	font-size: 18px;
	font-weight: bold;
}
div#container div#content h6 {
	font-size: 16px;
	font-weight: bold;
}
h4, h5, h6 {
	margin: 25px 0;
}
div#container div#content p {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 0 24px;
}
div#container div#content strong {
	font-size: 100%;
	font-weight: bold;
}


/**
 * hyphenation
 */
h1, h2, h3, h4, p, ul, li, ol, dl, blockquote, .post-statement, .statement {
	-webkit-hyphens: none;
   -moz-hyphens: none;
	-ms-hyphens:none;
	hyphens: none;
	word-break: keep-all;
}

.site-content article {
   word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
   hyphens: none;
}

.widget-area .widget {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	word-wrap: normal;
}

/**
 * colour scheme
 */
html, button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
    font-family: Open Sans, Helvetica, Arial, Lucida, sans-serif, sansserif;
	 
}
html {
    font-size: 100%;
}

body {
	background-color: #eee;	
	font-family: "Open Sans", Helvetica, Arial, sans-serif, sansserif;
	font-weight: 400;
	/*The weights are 300 (light), 400 (normal), 600 (semibold), and 700 (bold) and the only acceptable CSS keyword is "normal". */
	text-rendering: optimizeLegibility;
	color: #444;
	/* font-size: 14px; */
}
div#page {
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	margin: 0 auto;
}
a, a:link, a:visited {
	color: #44797c;
	text-decoration: none;	
}
a:hover, a:active {
	color: #44797c;
	text-decoration: underline;	
}
h2, h3, h4, h5 {
	color: #751819;	
}
h3 a:link, h3 a:visited {
	color: #751819;	
}
h3 a:hover, h3 a:active {
	color: #751819;	
}


/**
 * top navigation
 */
.top-navigation {
	background-color: #505050;
	max-width: none;
	width: 100%;
	min-height: 20px;
	margin: 0;
	padding: 0;
	max-height: 30px;
	overflow: hidden;
}
.top-navigation ul {
    max-width: 1260px;
    margin: 0 auto;
    list-style-type: none;
    padding: 0 60px 0 20px;
}
.top-navigation ul li {
    padding: 5px 0;
    font-size: 12px;
    display: block;
    float: right;
    margin-left: 36px;
    max-width: 260px;
    text-align: right;
}
.top-navigation ul li a {
    color: #aaa;
}


/**
 * search icon in menu
 */
.site-header .search-field {
	z-index: 7;
	background-image: none;
	position: absolute;
	right:0px;
	top:-8px;
	height: 40px;
	background-image: url("images/search-icon-black.svg");
	background-size: 0px;
	color: black;
	transition: none;
}
.site-header .search-form {
    background-color: transparent;
    background-image: url("images/search-icon-black.svg");
    background-position: 8px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    top: 6px;
	right: 19px;
    width: 40px;
    height: 40px;
}
.site-header .search-field:focus {
	min-width: 230px;
	top: 41px;
	background-size: 24px;
}


/**
 * logo bar
 */
div#logorow {
    margin: 0px auto 23px;
    max-width: 1260px;
    padding: 4px 60px 0 60px;
}
#logorow #home {
    float: left;
    margin: 0 0;
    padding: 0;
    clear: right;
}
#logorow #home a img {
    height: 45px;
}
#logorow #subsite {
    float: right;
    display: inline-block;
    text-align: right;
    z-index: 1;
    color: #fff;
    margin-top: 10px;
}
div#logorow #subsite a {
    font-size: 22px;
    margin: 8px 0 0px 0px;
    text-decoration: none;
    font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
    font-stretch: condensed;
    color: inherit;
}



/**
 * site header
 */
header.site-header {
  width: 100%;
  background: #505050;
  font-size: 16px;
}
.site-header a.home-link {
  display: inline-block;
  float: left;
  text-align: left;
  width: auto;
  background: white;
}
.site-header .site-title {
  color: #505050;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-stretch: condensed;
  text-transform: uppercase;
  padding: 17px 0 10px;
	font-size: 1.3rem;
	line-height:1.1em;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
}
.site-header .site-description {
	display:none;
}
.site-header .home-link {
	min-height:inherit;
}
.wide-red-background {
    display: block;
    width: 100%;
    background-color: #911C11;
}
.wide-black-background {
    display: block;
    width: 100%;
    background-color: #444;
}


/**
 * Menu
 */
.navbar::before {
	content: none;
}
.main-navigation {
	margin: 1px auto 0px;
	clear: none;
	max-width: 100%;
}
.nav-align {
  width: 100%;
  max-width: 999px;
  margin: 0px auto;
}
.navbar {
	background-color: #FFFFFF;
	max-width: 100%;
	margin:0 1px 0 0;
	border:none;
	border-radius: 0;
	min-height: 50px;
	z-index:4;
}
#nav_menu, .nav-menu {
	margin: 0 auto;
	clear: none;
	float: left;
}
.nav-menu li a {
	color:#505050;
	border-top: 1px solid #fff;
	text-transform: uppercase;
	font-family:"Roboto Condensed", "Arial Narrow", sans-serif;
	font-stretch: condensed;
	font-size: 1em;
	padding: 15px 15px;
}
.nav-menu li a:hover {
	color:#505050;
}
.nav-menu li h4 {
	color:#505050;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
	color:#505050;
	font-style:normal;
}
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus, .toggled-on .nav-menu li a:hover, .toggled-on .nav-menu ul a:hover {
	background-color: #fff;
}
.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
	background-color: #fff;
	color: #505050;
}
.nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
	background-color: #fff;
	border-top: 1px solid #016dae;
}
#nav_menu .content li a:hover {
	border-top: 1px solid #fff;
	text-decoration:underline;
}
.nav-menu .sub-menu, .nav-menu .children {
	border:0;
	left:0;
}
.anchorpoint-nav .widget {
	background-color: transparent;
	padding: 3px 20px;
}
.anchorpoint-nav .widget a:hover {
	color: #44797c;
}
.anchorpoint-nav ul {
	list-style: none;
	list-style-image: none;
	margin:0;
	padding:0;
}
.anchorpoint-nav li {
	display: inline-block;
	position: relative;
	padding: 6px 12px;
	white-space: nowrap;
}
.top-navigation {
	background-color: #505050;
	max-width: none;
	width: 100%;
	min-height:20px;
	margin:0;
	padding:0;
	max-height:30px;
	overflow: hidden;  /* hide menu items to look better on small screens */
}
.top-navigation ul {
	max-width: 1260px;
	margin: 0 auto;
	list-style-type: none;
	padding:0 60px 0 20px;
}
.top-navigation ul li {
	padding: 5px 0;
	font-size: 12px;
	display:block;
	float: right;
	margin-left: 36px;
	max-width: 260px;
	text-align:right;
}
.top-navigation ul li a {
	color: #aaa;
}
.top-navigation ul li a:hover {
	color: #fff;
}
.top-navigation ul li form input {
	height:20px;
}
/****  4.1 Local TOP Menu Nav  ***/
ul.nav-menu ul a, .nav-menu ul ul a {
	color: black;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: capitalize;
}
.nav-menu .sub-menu, .nav-menu .children {
	background-color: white;
	box-shadow: 0px 5px 4px -1px rgb(51, 51, 51);
}


/**
 * main container
 */
div.site-main {
	background:#fff;
	margin:0 auto;
	max-width:960px;
	border-top: #cbcac5 1px solid;
}
div.site-main div#container {
	max-width:960px;
	margin: 8px auto;
	background:#fff;
}
div.site-main div#container #primary {
	width: 775px;
	float:left;
	/*background-color:#66f;*/	/* blue */
}
div.site-main div#container #primary .entry-content, div.site-main #primary .entry-header, div.site-main #primary .entry-meta, .sidebar .entry-summary {
	padding:0;
	max-width: 775px;
	width:auto;
	margin-top:12px;
}
div.site-main div#container #tertiary {
	min-height:100px;
	height:auto;
	width:250px;
	min-width: 250px;
	max-width: 250px;
	position:inherit;
	float:right;
  padding-top: 10px;
}
div.site-main div#container #tertiary .widget-area {
	width:100%;
	float:none;
}

div.site-main div#container #primary .entry-header {
    margin-bottom: 14px;
    margin-top: 0px;
}
div.site-main div#container #primary .entry-header h1 {
	font-size:30px;
}
div#container #content h3 {
	padding-bottom:6px;
	padding-top:6px;
	margin-bottom:17px;
	font-size:24px;
	font-weight:normal;
	border-bottom: 1px solid #d7d7d7;
	clear:both;
}
div#container #content a {
	color:#44797c;
}
.paging-navigation {
background-color: transparent;
}
.hentry {
	padding: 20px 0;
}
.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {font-size:12px;}
table tr td p {margin:0;}

div.entry-content img {
	max-width: none;
}

/**
 * container no sidebar
 */
div.site-main div.container-nosidebar #primary {
	max-width: 100% !important;
	width: 100% !important;
}
div.site-main div.container-nosidebar #primary .entry-header, div.site-main div.container-nosidebar #primary .entry-content {
	max-width: 100% !important;
	width: 100% !important;
}
div.container-nosidebar ul.artscatlist4 li div.artscatlistbody {
	width: 100% !important;
}
.post-same-cat-list .sharedaddy {display:none;}
.post-same-cat-list ul {padding:0;}
.post-same-cat-list ul li {list-style:none;clear:both;}
.post-same-cat-list p {margin: 7px 0;}


/**
 * Jetpack
 */
div.sharedaddy h3.sd-title {display:none !important;}
div.sharedaddy .sd-content {width:100% !important;}
div.sharedaddy {margin-bottom:12px;}

/**
 * Category Page
 */
.category-page .hentry {padding:0 0 12px;}
.category-page .category-header h1.entry-title {padding: 30px 0;}
.category-page .entry-summary p {margin: 0 0 12px;}
.category-page .entry-summary {margin-top: 5px;}
.category-page .archive-meta {line-height: 1.5;font-size: 100%;}
.entry-header h1.category-post-title a {
	font-size: 18px;
	clear:none;
}
div.site-main div#container #primary .entry-header h1.category-post-title {
	clear:none;
	line-height:18px;
	padding-bottom:3px;
	border-bottom: 1px solid #e1e1e1;
}
.category-page .entry-header .entry-meta {display:none;}

/**
 * Archive Page
 */
.archive-page article .hentry {padding:0 0 12px;}

/**
 * Search Page
 */
.search-page .hentry {padding:0 0 12px;}
.search-page .page-header {background-color:transparent;}
.search-page .entry-meta {display:none;}


/**
 * banner
 */
div#banner {
	max-width:960px;
	overflow:hidden;	
}
div#banner .sidebar {
	width:auto;	
}
div#banner .widget-area {
	/*background-color:#0f0;*/
	float:left;
	width:100%;
}
div#banner aside.widget {
	margin-bottom:0;
	padding:0;	
}
div#banner aside.widget .widget {
	padding:0;	
}
div#banner aside.widget .widget-title {
	margin-bottom:0;
	display:none;
}

/**
 *  Widget
 */
 
 .sidebar-container .widget {
	 background-color:#F3F3F3;
	 -moz-box-shadow: 0px 1px 3px #aaa;
	-webkit-box-shadow: 0px 1px 3px #aaa;
	box-shadow: 0px 1px 3px #aaa;
 }
.widget .widget-title {
	font-style:normal;
}
.sidebar-container .widget {
	font-size: 13px;
}
 
 
/**
 * breadcrumb
 */
div#breadcrumb {
	margin-left:0px;
	background:#fff;	
}
div#breadcrumb .widget-area {
	/*background-color:#f00;*/
	float:left;
	width:100%;
}
div#breadcrumb aside.widget {
	margin:0;
	padding:2px 0 0 0;
	background-color:#fff;
}
div#breadcrumb aside.widget .widget-title {
	margin-bottom:0;
	display:none;
	height:0;
}
div#breadcrumb aside.widget.widget a:hover {
	text-decoration:none;
	color:#44797c;
}
div#breadcrumb aside.widget_search {
	display:none;
}
.post-navigation, .paging-navigation a {
	font-size:14px;
	font-style:normal;	
}
.post-navigation {
	border-top: 1px solid #ccc;
}
.paging-navigation .meta-nav, .paging-navigation a:hover .meta-nav {
	background-color:transparent;
	color:#751819;	
	font-size:14px;
}

.post-navigation a[rel="next"], .post-navigation a[rel="prev"] {
	width:40%;
	display:block;
}


/**
 *  primary content
 */
div.site-main div#container #primary, div.site-main #primary {
	max-width:690px;
}
div.site-main div#container #primary div#content {
	margin: 0;
}
.sidebar .archive-meta {
	padding:0;
}
.archive-meta {
	padding:20px 0;
}
.archive-header {
	background-color:transparent;
}


/**
 *  Footer
 * ----------------------------------------------------------------------------
 */
.sidebar .site-footer {
	text-align:center;
}
.site-footer {
   background-color:#f8f8f8;
   font-size:12px;
}
.site-info a, .site-info a:link, .site-info a:visited {
	color: #6D6EAB;
}
.site-info {
	color: ##a8a8a8;
}
.global-arts-contact img {
	max-width: 220px;
	min-width: 140px;
	width: 100%;
}
.global-arts-footer .col-sm-3 {
	padding-right: 80px;
}
.site-footer .sidebar-container {
   background-color:#333;
}
#social-footer {
   background: url("images/footer-background.png") no-repeat center;
   height: 200px;
   background-color: #0969a5;
}
#social-footer ul {
   list-style:none;
   padding:0px
}
#social-footer ul li {
   display: inline-block;
   padding:0 16px 4px;
}
#social-footer li img {
   height: 35px;
}
#social-text {
	margin: 50px auto 20px;
	display: inline-block;
	color: white;
	font-family: Century Schoolbook;
	font-size: 2.2em;
}
.site-footer .widget a {
   color:#333;
}
.global-arts-footer, .global-arts-contact-container {
  text-align:left;
}
.global-arts-footer ul, .global-arts-contact-container ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
}
.global-arts-footer ul li, .global-arts-contact-container ul li {
	padding: 4px 0;
	color: #909090;
}
.global-arts-footer a, .global-arts-contact-container a {
	color: #6e6e6e;
}
.global-arts-footer h3, .global-arts-contact-container h3 {
	color: #4b86b1;
	font-family:"Roboto Condensed", "Arial Narrow", sans-serif;
	font-stretch: condensed;
	font-weight:400;
	font-size:1.7em;
	padding: 0;
	margin: 7px 0;
	text-transform:uppercase;
}
.global-arts-footer {
	background-color: #f8f8f8;
	width:100%;
	margin:0;
	padding:0;
}
.global-arts-footer-container {
	max-width:1200px;
	padding:24px 60px;;
	margin:0 auto;
}
.global-arts-contact {
	background-color:#f8f8f8;
	width:100%;
	margin:0;
	padding:0;
}
.global-arts-contact-container {
	max-width:1200px;
	padding:24px 60px 0;
	margin:0 auto;
}
.site-info {
	clear:both;
}
.red-button {
	background-color: #911C11;
	border-color: #660000;
	color: #fff !important;
	font-size:28px;
}
.red-button:hover {
	background-color: #801916;
}
.footer-btn-grey {
	background-color: #505050;
	color: whitesmoke !important;
	font-size: 2.2em;
	font-family: Century Schoolbook, Century Baskerville, "Palatino Linotype";
	padding: 11px 25px 15px;
	margin-bottom: 8px;
	border-radius: 0px;
	border:none;
}
.footer-btn-black {
	background-color: #3B3B3B;
	color: whitesmoke !important;
	font-size: 2.2em;
	font-family: Century Schoolbook, Century Baskerville, "Palatino Linotype";
	padding: 11px 30px 15px;
	border-radius: 0px;
	border:none;
}
.footer-btn-grey:hover {
	background-color:#00599B;
}
.footer-btn-black:hover {
	background-color:#00599B;
}
.site-footer .btn-group > .btn:first-child {
    margin-left: -1px;
}


/**
 * general alignment classes
 */
.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
margin-left: 0px;
}
.entry-content img.alignright, .entry-content .wp-caption.alignright {
margin-right: 0px;
}
.alignright, img.alignright {
	float:right;
	margin:0 0 0 1em;
	background:#fff;
	padding: 0 0 10px 10px;
}
.alignleft, img.alignleft {
	float:left;
	margin:0 1em 0 0;
	background:#fff;
	padding: 0 10px 10px 0;
}
.aligncenter, img.aligncenter{
	display:block;
	margin:1em auto;
	text-align:center;
	background:#fff;
	padding: 10px;
}
.twocolumn {
	width: 100%;	
}
.leftalign {
	float:left;	
}
.rightalign {
	float:right;
}
.clearfloat {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
 

/**
 * misc
 */
div#comments {
	display:none;	
}
div.site-info {
	display:none;	
}
.sidebar .post-navigation .nav-links {
	padding: 0 5px 0 5px;
}
.author, .categories-links, .FB_readmore, .entry-meta .categories-links, .entry-meta .author, .entry-meta .edit-link, .entry-meta .author-info {
	display:none;
}


/**
 * catlist shortcode display
 */
ul.catlistmain {
	margin: 0 auto;
    padding: 0;
}
ul.catlistmain li {
	text-align: left;
    float: left;
    list-style: none;
    padding: 0 10px 3px 10px;
    margin: 0px;
	width:220px;
}
ul.catlistmain li a {
	font-weight: bold;
}
.catthumb {
	float:left;
	max-width:10%;
}
.cattitle {
	float:left;
	max-width:90%;
	margin-bottom:5px;
}
div#container #content ul.catlistmain a, div#container #content ul.catlistsub a {
	font-size:18px;
	line-height:15px;
	font-weight:normal;
}
div#container #content ul.catlistmain .readmore a, div#container #content ul.catlistsub .readmore a {
	font-size:14px;
	line-height:14px;
	font-weight:normal;
}
ul.catlistmain li, ul.catlistsub li {
	display:block;
	float:left;
	width:100%;
	padding-left:0px !important;
	padding-right:0px;
	padding-bottom:13px;
	padding-top:13px;
	list-style-type: none;
	background-image:none !important;
	margin-left:0px !important;
	overflow:hidden;
}
ul.catlistmain li div.lcp_excerpt {
	max-width:100%;
	display:block;
	float:left;
	border-top: 1px solid #e1e1e1;
	margin-top:2px;
	padding-top:4px;
	font-size:14px;
	line-height:20px;
}
ul.catlistsub li div.lcp_excerpt {
	max-width:100%;
	display:block;
	float:left;
	border-top: 1px solid #e1e1e1;
	margin-top:2px;
	padding-top:4px;
	font-size:14px;
	line-height:20px;
}
ul.catlistsub li img {
	width:51px;
	height:51px;
}
div#container #content ul.catlistsub .catlistlogo {
	/*float:left;*/
	margin-right:10px;
	height:100%;
}
div#container #content ul.catlistsub .catlistbody {
	float:left;
}
div#container #content .entry-content ul.catlistfull {
	list-style-type: none;
}
/* thumbnails */
.postthumbsmall {
	width:51px;
	height:51px;
	margin: 0 12px 0 0;
	display:block;
	float:left;
	border: 1px solid #a1a1a1;		
}
.attachment-thumbnail {
	width:110px;
	height:110px;
	margin-right:12px;
	display:block;
	float:left;
	border: 1px solid #a1a1a1;
}


/**
 * NextGen Gallery
 */
img.ngg-singlepic {
	padding:1px;	
}
div.ngg-gallery-thumbnail-box {
	width:114px;
	height:86px;	
}
div.ngg-gallery-thumbnail {
	width:109px;
	height:86px;	
}
div.entry-content .ngg-gallery-thumbnail img {
	padding:0;
	border: 2px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
	width:104px;
	height:78px;	
}
div#bannerbar div.ngg-widget {
	padding:0;
}


/**
 * older styles
 */
/* base theme colours etc*/




/* text highlighting */
::selection {
	background: #6bb6ea; /* Safari */
	}
::-moz-selection {
	background: #6bb6ea; /* Firefox */
}


/* nextgen gallery styling */
div.sidebar .ngg-imagebrowser h3 {
	background: #000;
	color: #fff;
	padding:2px 0 4px 0;
	margin:0;
}
div.sidebar .ngg-imagebrowser .pic img {
	border: 0px solid #000;
	padding:0;
	margin:0;
}
div.sidebar .ngg-imagebrowser-nav {
	background: #000;
	color: #fff;
}
div.sidebar .ngg-imagebrowser-nav a {
	color: #fff;
}
div.sidebar .ngg-imagebrowser-desc {
	text-align: center;
}
.ngg-galleryoverview {
	color: #fff;
	text-align: center;
}
.ngg-galleryoverview ul li {
	list-style-image:none;
}


/* catlist shortcode display */
div#container #content ul.artscatlist9 li {
	clear: both;
	margin-left:0;
	padding-left:0;
	line-height:inherit;
}
div#container #content .entry-content ul.artscatlist9 {
	list-style-type: none;
	padding: 0;
}
div#container #content ul.artscatlist9 li ul  {
	list-style-type:disc;
	list-style-position:outside;
	padding-left: 10px;
	margin-left: 4px;
}
div#container #content ul.artscatlist9 li ul li {
	padding-left: 0;
	margin-left: 30px;
	margin-bottom:0;
}
.artscatlist9 .catlist-title a {
	font-size: 18px;
}


ul.artscatlist4, ul.artscatlist1 {
	margin: 0 auto;
	padding: 0;
}
ul.artscatlist4 li a {
	font-weight: bold;
}
.artscatthumb {
	float:left;
	max-width:10%;
}
.artscattitle {
	float:left;
	max-width:90%;
	margin-bottom:5px;
}

div#container #content ul.artscatlist4 .artscatlisttitle a, div#container #content ul.artscatlist5 .artscatlisttitle a {
	font-size:20px;
	/* line-height:15px; */
	font-weight:normal;
}
div#container #content ul.artscatlist4 a, div#container #content ul.artscatlist5 a {
	font-weight:normal;
}
div#container #content ul.artscatlist4 .readmore a, div#container #content ul.artscatlist5 .readmore a {
	font-size:14px;
	line-height:14px;
	font-weight:normal;
}
ul.artscatlist1, ul.artscatlist4, ul.artscatlist5 {
	padding:0;
}
ul.artscatlist4 li, ul.artscatlist5 li {
	display:block;
	float:left;
	width:100%;
	padding-left:0px !important;
	padding-right:0px;
	padding-bottom:13px;
	padding-top:13px;
	list-style-type: none;
	list-style: none;
	background-image:none !important;
	margin-left:0px !important;
	text-align: left;
	margin: 0px;
}
ul.artscatlist1 li {
	display:inline-block;
	float:left;
	width:25%;
	padding-left:0px !important;
	padding-right:0px;
	padding-bottom:13px;
	padding-top:13px;
	list-style-type: none;
	background-image:none !important;
	margin-left:0px !important;
	text-align: left;
	list-style: none;
	margin: 0px;
	vertical-align: top;
	height: 284px;
}
div#container #content ul.artscatlist1 li div.artscatlistlogo, div#container #content ul.artscatlist1 .artscatlisttitle {
	display:block;
	clear:both;
}
div#container #content ul.artscatlist1 a img {
	width:146px;
	height:146px;
}
div#container #content ul.artscatlist1 .artscatlisttitle a {
	width:100%;
	padding: 12px 12px 12px 0;
	display: block;
	min-height:100px;
	font-size: 15px;
}
ul.artscatlist4 li div.artscatlistbody, ul.artscatlist5 li div.artscatlistbody {
	display: block;
	width: 70%;
	max-width: 560px;
	float: left;
}
ul.artscatlist5 li div.artscatlistbody {
	width: 80%;
}
ul.artscatlist4 li div.lcp_excerpt, ul.artscatlist5 li div.lcp_excerpt {
	display:block;
	border-top: 1px solid #e1e1e1;
	margin-top:2px;
	padding-top:4px;
	/* font-size:14px; 
	line-height:20px; */
}
ul.artscatlist5 li img {
	width:51px;
	height:51px;	
}
.post-icon {
	background-image: url('http://artsonline.monash.edu.au/wp-content/uploads/2013/12/arts-default-post.jpg');
	background-size:100% 100%;
}
div#container #content ul.artscatlist5 a .post-icon {
	width: 51px;
	height: 51px;
}


/* artscatlist sub */
ul.artscatlistsub {
	list-style-type:none;
	padding-left:0;	
}
ul.artscatlistsub li {
	margin-bottom:10px;
}
div#container #content ul.artscatlistsub div.artscatlisttitle a {
	font-size:22px;
	color:#911C11;	
}
div#container #content ul.artscatlistsub .lcp_excerpt {
	width:100%;	
}
div#container #content ul.artscatlistsub .lcp_excerpt a {
	text-align:right;	
}

/* audio player formatting */
.audio_player ul{
	padding-left:10px;
	
}
.audio_player ul li{
	color:#444;
	font-weight: bold;
	list-style-type: none;
	list-style-position: outside;
}
.audio_player ul li ul{
	padding-left:35px;
}
.audio_player ul li ul li{
	list-style-type: disc;
}


/*gallery css*/
.artsgallery .ngg-gallery-thumbnail img {
	padding:3px;
	margin: 5px 0 5px 5px;
}
.artsgallery .ngg-gallery-thumbnail img:hover {
	background-color:#751819;
}
.artsgallery .ngg-gallery-thumbnail span {
	display:none;	
}
.artsgallery .slideshowlink {
	display:none;	
}
.ngg-gallery-thumbnail span {
	font-size:11px;
}


/*tables and forms on Events page*/
.em-events-search-form {
	margin-top:29px;
	margin-bottom:24px;
}
button, input, select, textarea {
	margin:8px 8px 8px 0px;
	padding:2px;
	font-size:14px;
}
.em-events-search-submit {
	height:25px;
	width:75px;
}
.event-categories{
	margin: 0px;
}
table {
	margin-top:19px;
	margin-bottom:19px;
	line-height:1.5;
}
table#current-events {
	width: 100%;
}
table#current-events th, th {
	padding-left:6px;
	padding-right:6px;
	text-align:left;
	color:#751819;
	font-size:14px;
	font-weight:700;
	border: 1px solid #D7D7D7;
	height:55px;
	vertical-align: middle;
	background: #f3f3f3;
	text-transform:none;
}
table#current-events td, td {
	padding: 7px 6px 7px 6px;
	font-size:14px;
	border: 1px solid #D7D7D7;
}
table#current-events #event-time {
	width:150px;
}
table.em-calendar {
	width:100%;
}
table.em-calendar td.eventful a, table.em-calendar td.eventful-today a {
	color:#FFFFFF !important;
}
table.em-calendar td.eventful a, table.em-calendar td.eventful {
	background-color:#44797C;
}


/*Calendar*/
table.em-calendar td {
	font-size:12px !important;
	padding: 2px;
	text-align: center;
}


/* misc formatting */
.linkcat ul {
	margin-left:20px;
}
.link-burgundy {
	color:#911C11;
}
.staff-list img {
	width:85px;
	height:85px;
	border: 1px solid #a1a1a1;
}
.post-date {
    color: #999999;
    font-size: 12px;
}


/* yiddish text style */
p.yiddish {
	direction: rtl;
	font-weight: bold;
}


/**
 * table mods
 */
table.noborders {
	border-style:none;	
}
table.noborders td {
	border:0px solid #fff;	
}


/**
 *   anchor class styles
 */
.anchor:before {
	display: block;
	content: " ";
	margin-top: -10px;
	height: 10px;
	visibility: hidden;
	outline: none;
}
.anchor {
	outline: none; /* to prevent wierd chome highlights when navigating via anchors */
}

/**
 * front landing page layouts
 */
div.site-main div#container.noborder {
	border: 0px solid #fff;	
}

#subbar {
	width:100%;
	margin-top:20px;
}
#subbar .customcolumn {
	float:left;	
}
#subbar #customcolumn-left {
	width:50%;
}
#subbar #customcolumn-middle {
	width:25%;	
}
#subbar #customcolumn-right {
	width:25%;	
}
#subbar .widget-area {
	width:100%;
	padding-right:20px;	
}
#subbar #customcolumn-right .widget-area  {
	padding-right:0;	
}
#subbar aside {
	background-color:#F3F3F3;	
}


/**
 * home menu widget - on this site
 */
.home_menu_widget li a {
	font-size:15px;	
}


/**
 * static banner substitute
 *
div.ie7item {
	display:none;	
}
html.ie7 div.ie7item {
	display:block;
}
*/

/**
 * new style indents / quotes without giant text
 */
.indent {
	margin-left:2em;
	margin-bottom: 24px;	
}

/** Hanging indent for publication lists (For example) 
**/
ul.list-hanging-indent li, ol.list-hanging-indent li {
	text-indent:-1.5em;
	padding-left:1.5em;
}
.list-hanging-indent {
	text-indent:-1.5em;
	padding-left:1.5em;
}	

/**
 * profile page template
 */
.profile-container {
	width: 100%;
}
.profile-container .profile-photo {
	float:left;
	max-width: 140px;
	padding:0 20px 10px 0;
}
.profile-container .profile-photo a {
	
}
.profile-container .profile-photo a img {
	max-width: 130px;
}
.profile-container .profile-details {
	float:left;
	max-width:550px;
}
.profile-container .profile-details ul {
	margin:0;
	padding-left:20px;
}

/**
 * ie fixes
 */
html.ie7 div.site-main div#container #tertiary {
	position:static;
	float:right;
}

html.ie .site-header .home-link {
	padding-left:0;
	padding-right:0;
	min-height:10px;
}
html.ie .site-header .site-title {
	padding-left:10px;
}
html.ie .site-main #banner .sidebar-inner {
	width:960px;
	max-width:960px;	
}

body.ie8.0 .site-header .home-link {
	padding-left:0;
	padding-right:0;
	min-height:10px;
}
body.ie8.0 .site-header .site-title {
	padding-left:10px;
}
html.ie8 .site-main .sidebar-inner, html.ie7 .site-main .sidebar-inner {
	width:250px;
	max-width:250px;	
}
/*
body.ie7.0 div.site-main div#container #tertiary {
	position:inherit;	
}
*/
/*div.site-main .sidebar-container {
	position:inherit;	
}
*/


/**
 * legacy objects
 */
#navbar-side {
	display:none;	
}

/**
 * Events Manager
 */

.em-events-search form button, .em-events-search form input {
padding: 5px 28px;
}
.em-events-search .em-search-text {
display: inline-block;
}


/* four tiles per row */
.four-tile {
	display:block;
	width:146px;
	height:146px;
	overflow:hidden;
	float:left;
	margin: 0 20px 20px 0;
	//border: 1px solid #a1a1a1;
}
.four-tile a img {
	border:0;
	height:100px;
}
.four-tile a, .four-tile a:hover {
	text-decoration:none;
}
.four-tile-title {
	display:block;
	width:100%;
	min-height:46px;
	clear:both;
	color:#fff;
	background-color:#444;
	margin:0;
	padding:0;
}
div#container div#content .four-tile-title p {
	padding:4px;
	margin:0;
	font-size:12px;
}
.four-tile p {
	margin:0;
}


/* three tiles per row */
.three-tile {
	display:block;
	width:200px;
	height:179px;
	overflow:hidden;
	float:left;
	margin: 0 19px 20px 0;
	//border: 1px solid #a1a1a1;
}
.three-tile a img {
	border:0;
	height:133px;
}
.three-tile a, .three-tile a:hover {
	text-decoration:none;
}
.three-tile-title {
	display:block;
	width:100%;
	min-height:50px;
	clear:both;
	color:#fff;
	background-color:#444;
	margin:0;
	padding:0;
}
.three-tile-title p {
	padding:4px;
	margin:0 !important;
	font-size:14px;
	line-height: 18px;
}
.three-tile p {
	margin:0 !important;
}

/* two tiles per row */
.two-tile {
  display:block;
  width:305px;
  height:235px;
  overflow:hidden;
  float:left;
  margin: 0 30px 30px 0;
  //border: 1px solid #a1a1a1;
}
.two-tile a img {
  border:0;
  height:175px;
}
.two-tile a, .two-tile a:hover {
  text-decoration:none;
}
.two-tile-title {
  display:block;
  width:100%;
  min-height:60px;
  clear:both;
  color:#fff;
  background-color:#444;
  margin:0;
  padding:0;
}
.two-tile-title p {
  padding:4px;
  margin:0 !important;
  font-size:22px;
  line-height: 22px;
}
.two-tile p {
  margin:0 !important;
}

/* Accordion Styles - for plugin Accordion Shortcodes */
div#container div#content .accordion {
	margin-bottom: 20px;
  	background-color: #fff;
  	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
div#container div#content .accordion-title {
    margin-top: 5px;
	margin-bottom: 0;
	font-size: 16px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif, sansserif;
	font-weight: 500;
	line-height: 1.1;
	background-color: #f5f5f5;
	border-color: #ddd;
	padding: 10px 15px;
  	border: 1px solid;
	border-color: #ddd;
  	border-top-left-radius: 3px;
  	border-top-right-radius: 3px;
	color:#44797c;
}
div#container div#content .accordion-title:hover {
	color:#ac0404;
	cursor: pointer;
}
div#container div#content .accordion-title:first-child {}
div#container div#content .accordion-title.open {}
div#container div#content .accordion-content {
	padding: 15px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #ddd;
  	border-bottom-left-radius: 3px;
  	border-bottom-right-radius: 3px;
}

/**
 * 8.0 Responsive Media Queries
 * ----------------------------------------------------------------------------
 */

@media (max-width: 1630px) {
/* footer */
	.global-arts-contact-container .btn-group {
		float: right;
	}
}

@media (max-width: 1599px) {
	div.site-main div#container {

	}
	div.site-main div#container #primary {

	}
	div.site-main div#container #tertiary {
		/* border-top:2px solid #0f0;	 green */
	}
	div.site-main div#container #tertiary .widget-area {

	}
	.site-main .widget-area {
		margin-right:0;
	}
}

@media (max-width: 1040px) {
	div.site-main div#container {

	}
	div.site-main div#container #primary {
		width: 72%;
		padding-left:12px;
	}
	div.site-main div#container #tertiary {
		width: 25%;
		max-width:none;
		/* border-top:2px solid #00f;	 blue */
	}
	div#crumbs {
		padding-left:12px;
	}
/* header widths */
	.top-navigation ul {
		padding-right: 21px;
	}
	div#logorow {
		padding: 4px 21px 0 21px;
	}
}

/* Tablet devices and small browser windows */
@media (max-width: 999px) {
	.global-quicklinks {
		display:none;
	}
/* footer */
	.global-arts-footer .col-sm-3 {
		padding-right: 2px;
	}
/* responsive buttons */
	.red-button {
		font-size: 1.1em;
	}
}

@media (max-width: 768px) {
	div.site-main div#container #primary {
		position:inherit;
		padding-left:12px;
		width:100%;
	}
	div.site-main div#container #tertiary {
		position:inherit;
		width:100%;
		margin: 0 auto;
		max-width: 767px;
		float:left;
	}
/** footer **/
	.global-arts-contact-container .btn-group {
		float: left;
	}
/** site heading **/
	.site-header .site-title {
		font-size: 0.9rem;
	}
	#logorow #subsite {
		margin-top: 5px;
	}
}
@media (max-width: 643px) {
	div.site-main div#container #primary .entry-header h1 {
		font-size: 22px;
		font-weight: normal;
	}
	div.site-main div#container #primary #content {
		margin: 0 10px 0 10px;
	}
	div.site-main div#container #primary .entry-content, div.site-main div#container #primary .entry-header, div.site-main div#container #primary .entry-meta {
		padding-left:0;
		padding-right:0;
		max-width: 643px;
	}
	div.site-main div#container #tertiary {
		width:100%;
		margin: 0 auto;
		max-width: 643px;
		float:left;
	}
	div#breadcrumb aside.widget {
		background-color: #eee;
	}
	.hentry {
		padding:12px 0;
	}
	ul.artscatlist4 li img {
		width:51px;
		height:51px;
	}
	ul.artscatlist1 li {
		width: 100%;
		margin: 12px 12px 0 0;
		background: #eee;
		padding: 0;
	}
	div#container #content ul.artscatlist1 li div.artscatlistlogo, div#container #content ul.artscatlist1 .artscatlisttitle {
		clear:none;
	}
	div#container #content ul.artscatlist1 a img, ul.artscatlist4 li img, ul.artscatlist5 li img {
		width: 90px;
		height: auto;
		margin: 9px;
	}
	div#container #content ul.artscatlist1 .artscatlisttitle a {
		min-height:48px;
	}
	ul.artscatlist4 li, ul.artscatlist5 li {
		padding:0;
		margin: 12px 12px 0 0;
		background: #eee;
	}
	ul.artscatlist4 li div.artscatlistbody, ul.artscatlist5 li div.artscatlistbody {
		width: 70%;
		margin: 9px 0 0 0;
	}
	ul.artscatlist4 li div.lcp_excerpt, ul.artscatlist5 li div.lcp_excerpt {
		display:none;
	}
	div#container #content ul.artscatlist4 .artscatlisttitle a, div#container #content ul.artscatlist5 .artscatlisttitle a {
		font-size:100%;
	}
	#crumbs, .post-same-cat-list p {display:none;}
	#subbar #customcolumn-left, #subbar #customcolumn-middle, #subbar #customcolumn-right {
		width:100%;
	}
	#subbar .widget-area {
		padding-right:0;
	}
/** header **/
	#logorow #home {
		max-width: none;
		padding: 18px 0 15px;
		margin: 0 0 -5px;
		width:100%;
		text-align: center;
	}
/** site heading **/
  #logorow #subsite {
    width: 100%;
    position: absolute;
    text-align: left;
    top: 12px;
    max-width: none;
    left: 0;
    padding: 4px 9px;
  }
	div#logorow #subsite a#local-title {
		padding-right: 8px;
		border-right: 2px solid #505050;
	}
	div#logorow #subsite a {
		margin: 0 auto;
		float:none;
		font-size: 1.2rem;
	}
	.toggled-on li, .toggled-on .children {
		z-index: 4; /* ensure menu is visible over the site title */
		background-color: white;
	}
  .site-header .home-link {
    margin-left: -12px;
    padding-left: 0px;
  }
  .
/** navigation **/
	div#logorow {
		margin: 0 auto 2px;
		padding: 0;
	}
	div#logorow #go8, .anchorpoint-nav {
		font-size: 0.71em;
	}
	#menu-anchorpoint-menu li {
		padding: 6px 8px;
	}
	.nav-menu #nav_menu {
		display:none;
	}
	.main-navigation {
		margin: -25px 26px;
	}
	ul.nav-menu, div.nav-menu > ul, ul#nav_menu {
		margin-top: 40px;
	}
	.monash-branding {
		padding-left: 7px;
	}
	.clear640 {
	 	clear:both;
	}
	.menu-row ul li {
		width: 31%;
	}
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
		z-index:6;
		color: transparent;
		background-image: url("images/hamburger-icon.svg");
		background-size: 26px;
		background-repeat: no-repeat;
		position:absolute;
		left: -10px;
		top: 10px;
		width: 36px;
		height: 36px;
	}
	#logorow #home a img {
		height: 40px;
	}
	.top-navigation {
		display: none;
	}
	.toggled-on .nav-menu > li a:hover, .toggled-on .nav-menu > ul a:hover {
		color: #1342b3;
	}
	#navbar.navbar {
		position: relative !important; /*- to prevent parent theme code adding "fixed" on mobile*/
	}
	#menu-legacy-menu {
		display: inline-block;
		margin: 0 6px;
	}
/**  search **/
	.global-search {
	  float:left;
	}
	.site-header *::-moz-placeholder, .site-header *::-webkit-placeholder {
	  opacity: 0;
	}
	.site-header .search-field:focus::-moz-placeholder, .site-header .search-field:focus::-webkit-placeholder {
	  opacity: 0.6;
	}
	.site-header .search-field {
	  right: 2px;
	  height: 50px;
	  padding-left: 50px;
	}
	.site-header .search-field:focus {
		position: relative;
		width: 100%;
		top: 100px;
		left: 0;
		border-left: none;
		border-right: none;
		border-color: #a5a5a5;
	}
	.site-header .search-form {
	  right: -20px;
	  top: -55px;
	  background-image: url("images/search-icon-white.svg");
	  background-size: 26px;
	  width: 40px;
	  height: 40px;
	}
	.site-header .search-form label {
		max-width: none;
		width: 100vw;
		float: right;
		position: relative;
		margin-right: -6px; /*= to offset the search icon margin, so the bar is against the right edge.*/
		height: 0px;
	}
/** footer **/
	#social-text {
		display:none;
	}
	#social-footer ul li {
		padding: 45px 16px 0px;
	}
}
@media (max-width: 360px) {
	div.site-main div#container #primary .entry-content, div.site-main div#container #primary .entry-header, div.site-main div#container #primary .entry-meta {
		padding-left:0;
		padding-right:0;
		max-width: 360px;
	}
	div.site-main div#container #tertiary {
		width:100%;
		margin: 0 auto;
		max-width: 360px;
		float:left;
		/* border-top:2px solid #f00;	 red */
	}
/** footer **/
	.global-arts-contact-container, .global-arts-footer-container {
		padding: 24px 20px 0px;
	}
}