/*
Theme Name: Arts Modular Thirteen
Theme URI: http://profiles.arts.monash.edu.au/tom-bolton/
Description: Child Theme for WordPress 2013 Theme
AUTHOR: Arts Web Team
Author URI: http://profiles.arts.monash.edu.au/tom-bolton/
Template: twentythirteen
Version: 0.1
*/

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


/**
 * 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;
}

/**
 * Global
 * ----------------------------------------------------------------------------
 */
 
 body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif, sansserif;
	/*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: 16px;
	line-height: 1.5;
}
html, button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif, sansserif;	 
}
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;	
}
p {
	margin: 0 0 24px;
}
ulo, .widget ul, .widget ol {
    list-style-type: square;
}
.site {
	border-left: 0;
	border-right: 0;
	margin: 0;
	max-width: 100%;
	width: 100%;
}
#stickyalias {
	display: none;
	height: 45px;
}
.entry-header, .entry-content, .entry-summary, .entry-meta {
	max-width: 604px;
}
.widget .widget-title {
	font-family: "Open Sans", Helvetica, Arial, sans-serif, sansserif;
	font-style:normal;
}
.clearfloat {
	clear:both;
	width:100%;
}
button, input, textarea, input:focus, textarea:focus {
	border:none;
	background-color:#ececed;
}
::-webkit-input-placeholder {
   color: #444;
}

:-moz-placeholder { /* Firefox 18- */
   color: #444;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #444;  
}

:-ms-input-placeholder {  
   color: #444;  
}
.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
	margin-left: 0;
}
div.sharedaddy h3.sd-title {
	display:none !important;
}
div.sharedaddy {
	border-top: 1px solid #444;
	padding-top: 14px;
	margin-top: 30px;
	text-align: center;
}
.home .hentry {
	padding: 65px 0 0 0;
}
.post .entry-title {
	color: #333;
	margin: 24px 0;
	font-weight: 600;
}
.post h5 {
	font-size: 24px;
	margin: 24px 0;
}
.glyphicon {
	color:#333;
}
.post-navigation {
	display:none;
}
.category-100-stories .post-navigation {
	display:block;
}


/**
 * Header
 * ----------------------------------------------------------------------------
 */
 
 .site-header {
	 background-image:none !important;
	 background: #ffffff !important;
 }
 .site-header a.home-link {
	color: #ffffff;
	background-color: #911C11;
	display: block;
	margin: 0;
	max-width: 100%;
	min-height: 40px;
	text-decoration: none;
	width: 100%;
 }
.site-header .site-title:hover {
	text-decoration: none;
 }
 h1.site-title {
	margin: 0 auto;
	max-width: 1080px;
	padding: 0;
	font-size: 1.3em;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
 }
.monash-branding {

	background-color: #fff;
	max-width: none;
	width: 100%;
	min-height:90px;
}
div#logorow {
	display:block;
	margin:0 auto;
	max-width:1080px;	
}
#logorow #home {
	
}
#logorow #home a img {
	width:100%;
	max-width:423px;
	margin:15px 0;
}
#logorow #go8 img {
	max-width:180px;
	float:right;
}
.go8 img {
	max-width:180px;
}

/**
 * Site Nav
 * ----------------------------------------------------------------------------
 */

.navbar {
	background-color:#333;
	max-width: 100%;
	width: 100%;
	margin:0;
	border:none;
	border-radius: 0;
	min-height: 45px;
	z-index:99;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 10px 15px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 10px 15px 0px rgba(0, 0, 0, 0.25);
}
.navbar {
	border: 0;
}
.nav-menu li a {
	color:#cccccc;
}
.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:#ffffff;
	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: #911C11;
}
.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
	background-color: #fff;
	color: #911C11;
}
.nav-menu .sub-menu, .nav-menu .children {
	border:0;
	left:0;
}
h3.menu-toggle {
	color:#ffffff;
}
.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;
}
.agm-bar {
	background-color: #ececed;
	max-width: none;
	width: 100%;
	min-height:28px;
	margin:0;
	padding:0;
}
.agm-bar a {
	color:#444;
}
.agm-bar a:hover {
	text-decoration:none;
}
.agm-bar-content {
	max-width: 1080px;
	margin: 0 auto;
}
.agm-bar-content input {
	background-color:#ddd;
	color: #444;
	padding: 3px 7px;
	height: 28px;
	width: 300px;
}
.global-search {
	width:50%;
	max-width: 260px;
	float: right;
	font-size:12px;
	margin-right: 20px;
}
.agm-toggle {
	float: right;
	margin-right:20px;
}
.agm-toggle img {
	width:28px;
	height:auto;
}
#global_menubar {
	display:none;
}
.agm-panel {
	background-color: #333;
	max-width: none;
	width: 100%;
	height:auto;
	margin:0;
	padding: 0 0 10px 0;
}
.agm-content {
	max-width: 1080px;
	margin: 0 auto;
	padding:10px 0;
}
.agm-content .close {
	float:right;
	width: 24px;
	margin-right:20px;
}
.agm-content .close a {
	text-decoration:none;
}
.agc {
	text-align:left;
}
.agc ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
}
.agc ul li {
	padding: 4px 0;
	color: #aaaaaa;
}
.agc a, .agc a:hover, .agc a:focus {
	color: #cccccc !important;
}
.agc h3 {
	color: #fff;
	font: 300 normal 20px "Open Sans", Helvetica, Arial, sans-serif, sansserif;
	padding: 0;
	margin: 7px 0;
}
.global-quicklinks {
	float:left;
}
.global-quicklinks ul {
	margin:0;
	padding:0;
}
.global-quicklinks li {
	display: inline-block;
	position: relative;
	margin:0;
	padding:0;
}
.global-quicklinks li a {
	padding: 6px 12px;
	font-size: 12px;
}
.global-quicklinks li a:hover {
	background-color:#333;
	color:#ccc;
}


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



/**
 * Posts
 * ----------------------------------------------------------------------------
 */

pre {
	font-family: "Open Sans", Helvetica, Arial, sans-serif, sansserif;
	margin: 20px 0;
	padding: 20px;
	font-size: 18px;
	line-height: 1.5;
	color: #333;
	word-break: normal;
	word-wrap: normal;
	background-color: #f5f5f5;
	border: 0;
	border-radius: 4px;
}
blockquote {
	position:relative;
	border:0;
}
blockquote:before {
	font-family: arial, helvetica, sans-serif;
	content:"\201C";
	position:absolute;
	font-size:48px;
	line-height:1;
	left:0;
	top:0;
}
blockquote:after {
	font-family: arial, helvetica, sans-serif;
	content:"\201D";
	position:absolute;
	font-size:48px;
	line-height:1;
	right:0;
	bottom:0;
}

.post-navigation a[rel="next"] {
	float:none;
}

/**
 * Global Modular Panels
 * ----------------------------------------------------------------------------
 */
 
 #modularcontainer {
	 width:100%;
	 padding:0;
	 margin:0;
 }
 #modularcontainer .modularpanel .widget {
	 background-color:transparent;
	 font-size:100%;
	 margin:0 auto;
	 padding:0;
 }
.modularpanel {
	text-align: center;
	width:100%;
	padding:0;
	margin:0;
}
.modularpanel h3 {
	font-weight: normal;
	font-size: 36px;
	color: #444;
	margin-top: 65px;
	margin-bottom:40px;
}
.modularpanel h5 {
	font-size: 24px;
}
.modularpanel .sharedaddy {
	display:none;
}
.shade1 {
	background-color:	#ececed;
}
.shade2 {
	background-color:	#fff;
}
.shade3 {
	background-color:	#444;
}
.panel1 {
	background: #7db9e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #7db9e8 0%, #0957b2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(100%,#0957b2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7db9e8 0%,#0957b2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7db9e8 0%,#0957b2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7db9e8 0%,#0957b2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7db9e8 0%,#0957b2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#0957b2',GradientType=0 ); /* IE6-9 */
}
.noborder {
	border:none;
}
 #modularcontainer .widget a:hover {
	text-decoration:none;
	color:#911C11;
}
.container {
	border: 0 !important;
}
.mod-container {
	padding-top: 15px;
	padding-bottom: 15px;
}
.mod-container ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
	list-style-type: square;
}
.mod-container ul li {
}
.content-area .anchorpoint-nav .widget {
	margin:0;
}

/**
 * Footer
 * ----------------------------------------------------------------------------
 */
 
 .site-footer {
	 background-color:#eee;
	 font-size:12px;
 }
 .site-footer .sidebar-container {
	 background-color:#444;
 }
 .site-footer .widget a {
	 color:#cccccc;
 }
.global-arts-footer {
	background-color:#333;
	width:100%;
	margin:0;
	padding:0;	
}
.global-arts-footer-container {
	max-width:1080px;
	padding:24px 0;	
	margin:0 auto;
}
.global-arts-contact {
	background-color:#444;
	width:100%;
	margin:0;
	padding:0;	
}
.global-arts-contact-container {
	max-width:1080px;
	padding:24px 15px;	
	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;
}

/**
 * Category page
 * ----------------------------------------------------------------------------
 */
 
.category .archive-header, .category .paging-navigation {
	 background-color: #eee;
 }
 .category .paging-navigation .meta-nav {
	 background-color: #751819;
 }
.category .post h1.entry-title a {
	font-size: 24px;
	color: #751819;
}

/**
 * Cat List
 * ----------------------------------------------------------------------------
 */
 
 /*    --- catlist=resonsive template --- */
 div.catlist-responsive div.container {
	 max-width: 604px;
 }
 div.catlist-responsive div.container div.row {
	 margin-top:12px;
 }
 div.catlist-responsive .artscatlisttitle {
	 font-size:20px;
	 font-weight:500;
 }
 div.catlist-responsive .catlist-thumbnail {
	 padding: 5px;
 }
 /****/
ul.artscatlist {
	 list-style-type: none;
	 padding:0;
}
.standard li, .lcp_paginator {
	clear: both;
}
.standard li {
	margin-bottom: 20px;
}
.standard .artscatlisttitle {
	font-size: 150%;
}
.standard li .artscatlistthumb {
	float: left;
	height: 110px;
	width: 110px;
	margin: 0 14px 0 0;
	background-color: #eee;
}
.standard li .artscatlistthumb img {
	height: 110px;
	width: 110px;
}
.standard li .artscatlistbody {
	margin-left: 170px;
}

/** 20160203 smakris - ensure items line up when excerpt empty/short **/
.artsstaff li {
	overflow: hidden;
	margin-top: 10px;
	
}

.artsstaff li .artscatlistthumb img {
 	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 65px;
	border-radius: 65px;
	float: left;
	height: 130px;
	padding: 10px;
	width: 130px;
}
.artsstaff li .artscatlistbody {
	margin-left: 150px;
}




 /** custom accordion table class  */
table.accordion,  table.accordion {
	border-collapse:collapse;	
}
table.accordion td,  table.accordion th {
	padding:5px;
	border-top: solid #D9D9D9 1px;
	border-bottom: solid #D9D9D9 1px;
	border-right:0px;
-webkit-hyphens: none;
   -moz-hyphens: none;
    -ms-hyphens: none;
        hyphens: none;
}
table.accordion td {
	
	border-left:solid #E0E0E0 1px;
}
table.accordion th {
	background-color:#FAFAFA;
	text-transform:none;
	font-weight:bold;
}
table.accordion th[colspan="2"] {
	background-color:#F6F6F6;	
}
 




/**
 * Print
 * ----------------------------------------------------------------------------
 */

@media print {
	/* your print styles go here */
	#arts_global_menu, .sharedaddy { display: none; }
}

/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */

/* Temp CSS to be removed later */
@media (max-width: 483px) {
	
}
/* .modularpanel h4 a {
	display:inline-block;
	font-size: 18px;
	padding:8px 14px !important;
	margin: 7px 0;
	color:#fff;
	background-color:#444;
	border-radius: 7px;
	border-bottom: solid 3px #000000;
}
.modularpanel h4 a:hover {
	color:#fff !important;
	background-color:#555;
	text-decoration:none;
} */


/* Mobile devices */

@media (max-width: 930px) {
	.global-quicklinks {
		display:none;
	}
}
@media (max-width: 643px) {
	#logorow #home {
		width:100%;
		text-align: center;
	}
	#logorow #go8, .anchorpoint-nav {
		display:none;
	}
	.monash-branding {
		padding-left: 7px;
	}
	.clear640 {
	 	clear:both;
	}
	.menu-row ul li {
		width: 31%;
	}
	.global-search {
		float:left;
	}
}
@media (max-width: 483px) {
	.menu-row ul li {
		width: 100%;
	}
	.agm-bar, .agm-bar-content input {
		height:45px;
	}
	.agm-toggle img {
		width:45px;
		height:auto;
	}
	.navbar, #stickyalias {
		display:none !important;
	}
}