@charset "utf-8";

/***
Theme Name:     	Glebe 3
Theme URI:      	https://peter.thorogood.id/
Description:    	Child theme of the Underscores theme 
Author:         	Peter Thorogood
Author URI:     	https://peter.thorogood.id/
Template:       	underscores
Version:        	0.1.0
***/

@import url('../underscores/style.css');


/*	************************
 *	Typography
 *	************************/

body {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

p {
	padding: 0;
	margin: 0 0 1em 0;
}

.serif, cite, blockquote, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: none;
}

.monospace, var, code {
	font-family: courier new, courier, monospace;
}

h1, #content h1 {
	font-size: 22px;
	line-height: 28px;
	margin: 0;
	color:  #013C5C; /*  blue  */
}

h2, #content h2 {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 5px 0;
	color:  #013C5C; /*  blue  */
}

h3, #content h3, #sidebar h3  {
	font-size: 16px;
	line-height: 20px;
	font-weight: bolder;
	clear: none;
}

.normal, body{
	font-size: 14px;
	line-height: 19px;
	text-shadow: none;
}

.cite {
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
}

.small {
	font-size: 10px;
	line-height: 12px;
}

.post h2, .post h3, .post h4, .post h5, .post h6 {
	margin: 12px 12px 0px 0px;
}

a:link, a:visited, a:hover, a:active {
	color: #013C5C; /*  blue  */
	text-decoration: underline;
}

h1 a:link, h2 a:link, h3 a:link, h1 a:visited, h2 a:visited, h3 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h1 a:active, h2 a:active, h3 a:active {
	text-decoration: none;
}

li.current-menu-item a, li.current-menu-item ul a, li.current-menu-ancestor a,
li.current-menu-item a:link, li.current-menu-item ul a:link, li.current-menu-ancestor a:link,
li.current-menu-item a:visited, li.current-menu-item ul a:visited, li.current-menu-ancestor a:visited {
	color: #ffffff; /*  white  */
}

.frontcolumn li a {
	text-decoration: none;
}

.frontcolumn li a:hover {
	text-decoration: underline;
}

input, textarea { 
	border: 1px #ccc solid; /* grey */
	padding: 5px;
	outline: none;
}
	input:hover, textarea:hover, input:focus, textarea:focus {
		border: 1px #444 solid; /* dark grey */
	}
	input:focus, textarea:focus {
		box-shadow:inset 0px 0px 10px rgba(0,0,0,.2);
		-webkit-box-shadow:inset 0px 0px 10px rgba(0,0,0,.2);
		-moz-box-shadow:inset 0px 0px 10px rgba(0,0,0,.2);
	}

/*** End Typography ***/


/*	************************
 *	Layout 
 *	************************/


.none { /*** this class is used to hide the skip to content link at the beginning of the document for accessibility */
	display: none;
}
.clear {
	clear: both;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

#horizont  {
	text-align: center; 
}

#if-logged-in .container {
	background: #000;  /*  black  */
	margin-top: -24px;
}

body {
	background: #fff;  /*  white  */
	color: #333333;
	padding: 2px 0;
}

.container {
	background: #fff;  /*  white  */
	margin: auto;
	padding: 0;
	border: solid #ccc 1px;  /*  grey  */
	}
	#header {
		padding-top: 0px;
		padding-bottom: 0px;
		overflow: visible;
	}
		
#cat-title {
	text-align: center;
	padding-bottom: 2px;
	}

.post-content {
	padding-top: 10px;
}
	.post-content ul, .post-content ol {
		padding-left: 24px;
	}

.entry-summary .sharedaddy {
	display: none;
	}
	
#comments {
}
	li.comment {	
	}
		.comment-text {
			font-style: italic;
		}
		.comment-meta {
			color: #aaa; /* grey */
		}

#sidebar {
	background-color: #fef2cd;  /*  cream  */
	font-size: 90%;
	float: right;
}
	#sidebar h3 {
		margin-top: 20px;
	}

textarea {
	min-height: 150px;
	width: 100%;
}

blockquote {
	border: 4px #ddd solid; /* grey */
	text-align: justify;
	margin: 20px 50px 10px 50px;
	padding: 12px 12px 0px 12px;
	font-weight: normal;
	font-style: italic;
}

/*** End Layout ***/


/*	************************
 *	Images
 *	************************/

img.alignleft, img.alignright {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: auto;
}

.wp-caption {
	border: 1px solid #ccc; /* grey */
	text-align: center;
	background-color: #ddd; /* light grey */
	padding-top: 4px;
	margin: 10px;
	border-radius: 3px;
}

.wp-caption.alignright {
	margin-left: 10px;
}
.wp-caption.alignleft {
	margin-right: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*** End images */


/*	************************
 *	Lists
 *	************************/

ol {
	list-style: inside decimal;
}

ul {
	list-style: inside disc;
	margin: 0px 0px 15px 0px;
	padding: 0;
}

ol li, ul li {
	margin-left: 20px;
	padding: 0;
}

ul li li, ol li li, ol ul li {
	list-style: inside circle;
	margin-left: 40px;
	text-decoration: none;
}

#sidebar ul li {
	margin-left: 0px;
}

#sidebar ul li a {
	text-decoration: none;
}

#sidebar ul li li {
	margin-left: 10px;
}

ul.horizont {
	list-style: none; 
	padding: 0 5px; 
}

ul.horizont li{
	float:left;
	position:relative;
}

ul.horizont li.current-menu-item a, ul.horizont li.current-menu-item ul a, ul.horizont li.current-menu-ancestor a,
ul.horizont li.current-menu-item a:link, ul.horizont li.current-menu-item ul a:link, ul.horizont li.current-menu-ancestor a:link,
ul.horizont li.current-menu-item a:visited, ul.horizont li.current-menu-item ul a:visited, ul.horizont li.current-menu-ancestor a:visited {
	color: #01364f; /***  blue  */
	background-color: #f6ebd5;  /***  cream  */
}

/*** End Lists ***/



/*	************************
 *	Custom Post Types
 *	************************/

/***	Persons & Social Histories	*/

.story {
	padding: 3px 3px 3px 5px;
	}
	
.taxons {
	padding: 3px 5px 3px 5px;
	margin: 10px 150px 10px 150px;
	border: solid 1px black;
	}
	

/***	Plaques ***/

.plaque-desc {
	padding: 3px 3px 3px 5px;
	text-align: center;
	}
	.plaque-desc blockquote {
		text-align: center;
	}
	.plaque-desc img {
		max-width: 500px;
		height: auto;
	}
	
.plaque-taxons {
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 30px;
	}
	

/***	Bulletins	***/

	.bulletin-anchor {
		border: 1px solid #ccc; /* grey */
		padding: 3px 10px 3px 10px;
		line-height: 30px;
	}
	

/*** End Custom Post Types ***/




/*	************************
 *	Specials
 *	************************/

/***  Menu ***/
	#title-small {
		display: none;
	}


/*** Popout Search  ***/

.popout-search .search-form {
	margin: -30px 0px 0px 140px;
}
 
	.popout-search .search-field {
		background-color: transparent;
		background-image: url(images/search-icon.png);
		background-position: 5px center;
		background-repeat: no-repeat;
		background-size: 25px 25px;
		border: none;
		cursor: pointer;
		height: 25px;
		margin: 3px 0;
		padding: 0 0 0 25px;
		position: relative;
		-webkit-transition: width 400ms ease, background 400ms ease;
		transition: width 400ms ease, background 400ms ease;
		width: 0;
	}
	 
	.popout-search .search-field:focus {
		background-color: #ffffff; /* white */
		border: 2px solid #c3c0ab; /* beige */
		cursor: text;
		outline: 0;
		width: 230px;
	}
	
	.popout-search .search-submit {
		display:none;
	}


/*** Events ***/
.eme_events_list {
	clear: inherit;
}


/*** Smart Archive ***/
.year-list a {
	font-size: 14px;
}


/*** Media Player ***/
.mejs-controls, .mejs-mediaelement, .mejs-container {
    background: url('') !important;
    background-color: #c8e1fa !important; /* pale blue */
}
 
.mejs-currenttime, .mejs-duration {
    color: black !important;
}

.mejs-overlay-button {
    background:url("https://www.glebe.org.au/wp-includes/js/mediaelement/bigplay.png") no-repeat !important;
}
.mejs-controls .mejs-button button {
    background:transparent url("https://www.glebe.org.au/wp-includes/js/mediaelement/controls.png") no-repeat !important;
}


.post-password-form {
	margin-top: 20px;
	text-align: center;
}

	
#ame-unclickable-menu-item	{
	text-decoration: underline;
}


/*	************************
 *	Responsive Formats
 *	************************/

/***	Wide Screen	***/

@media only screen and (min-width: 1212px) {
	
	.container {
		padding: 0;
		width: 1068px;
	}
		#header .container {
		}
			#title {
				height: 90px !important;
			}
				#title img {
					width: 1068px;
					height: 90px;
				}
		#header-image img {
			width: 1068px !important; 
			height: 260px !important;
			margin-left: 0;
		}
		#content {
			float: left;
			width: 732px;
			padding: 15px 25px 15px 25px;
		}
		#sidebar {
			float: right;
			width: 242px;
			padding: 20px;
		}

	/***  Front Page  */
	.frontpage {
		clear: both;
		padding: 0px;
		margin: 0px;
	}
		.frontcolumn {
			display: block;
			float:left;
			margin: 1% 0 1% 1.6%;
			padding: 0 0 0 15px;
			width: 30%;
		}	
		.frontimg {
			max-width: 300px;
		}

	#banner-50th {
        display: block;
    }
    #banner-50th-small {
        display: none;
    }
}

/***	Desktop	***/

@media only screen and (max-width: 1211px) and (min-width: 900px) {
	
	.container {
		padding: 0;
		width: 900px;
		-webkit-text-size-adjust: 100%; /*** Prevents Mobile Safari from bumping up font sizes in landscape */
	}
		#header .container {
		}
			#title {
				height: 60px !important;
			}
				#title img {
					width: 900px;
					height: 60px;
				}
				#tagline {
					line-height: 20px !important;
				}
			#header-image {
				width: 900px;
				height: 220px;
				padding: 0;
			}
				#header-image img {
					width: 900px !important;
					height: 220px !important;
					margin-left: 0px;
				}
		#content {
			float: left;
			width: 600px; 
			padding: 10px;
		}
		#sidebar {
			float: right;
			width: 242px; 
			padding: 20px;
		}
	.taxons {
		margin: 10px 100px 10px 100px;
		}
		
	/***  Front Page ***/
	.frontpage {
		clear: both;
		padding: 0px;
		margin: 0px;
	}
		.frontcolumn {
			display: block;
			float:left;
			margin: 1% 0 1% 1.6%;
			padding: 0 0 0 15px;
			width: 30%;
		}
		.frontimg {
			max-width: 275px;
		}
	
	#banner-50th {
        display: block;
    }
    #banner-50th-small {
        display: none;
    }
}

/***	Landscape Tablet	***/

@media only screen and (max-width: 899px) and (min-width: 768px) {
	
	.container {
		padding: 0;
		width: 768px;
		-webkit-text-size-adjust: 100%; /*** Prevents Mobile Safari from bumping up font sizes in landscape */
	}
		#header .container {
		}
			#title {
				height: 50px !important;
			}
				#title img {
					width: 768px;
					height: 50px;
				}
				#tagline {
					line-height: 20px !important;
				}
			#header-image {
				width: 768px;
				height: 187px;
				padding: 0;
			}
				#header-image img {
					width: 768px !important;
					height: 187px !important;
					margin-left: 0px;
				}
		#content {
			float: left;
			width: 500px; 
			padding: 10px;
		}
		#sidebar {
			float: right;
			width: 242px; 
			padding: 20px;
		}

	.taxons {
		margin: 10px 50px 10px 50px;
		}
		
	/***  Front Page ***/
	.frontpage {
		clear: both;
		padding: 0px;
		margin: 0px;
	}
		.frontcolumn {
			display: block;
			float:left;
			margin: 1% 0 1% 1.6%;
			padding: 0 0 0 15px;
			width: 46%;
		}
		.frontimg {
			width: 250px;
		}	

	#banner-50th {
        display: block;
    }
    #banner-50th-small {
        display: none;
    }
}

/***	Portrait Tablet	***/

@media only screen and (max-width: 767px) and (min-width: 480px) {
	
	.container {
		padding: 0;
		width: 480px;
		-webkit-text-size-adjust: 100%; /* Prevents Mobile Safari from bumping up font sizes in landscape */
	}
		#header .container {
		}
			#title {
				height: 40px !important;
			}
				#title img {
					width: 480px;
					height: 40px;
				}
				#tagline {
					line-height: 20px !important;
				}
			#header-image {
				width: 480px;
				height: 117px !important;
				padding: 0;
			}
				#header-image img {
					width: 480px !important;
					height: 117px !important;
					margin-left: 0px;
				}
		#content {
			width: 460px; 
			float: none;
			padding: 10px;
		}
		#sidebar {
			width: 460px; 
			float: none;
			padding: 10px;
		}

	.taxons {
		margin: 10px 30px 10px 30px;
		}
		
	/***  Front Page  ***/
	.frontpage {
		clear: both;
		padding: 0px;
		margin: 0px;
	}
		.frontcolumn {
			display: block;
			float:left;
			margin: 1% 0 1% 1.6%;
			padding: 0 0 0 15px;
			width: 45%;
		}
		.frontimg {
			max-width: 230px;
		}	

	#banner-50th {
        display: block;
    }
    #banner-50th-small {
        display: none;
    }
}	
	

/***	Smartphone	***/
	
@media only screen and (max-width: 479px) {

	#if-logged-in {
		height: 40px;
		line-height: 20px;
	}
		#if-logged-in .right {
			float: left;
			clear: left;
		}
	
	.container {
		padding: 0;
		width: 360px;
		-webkit-text-size-adjust: 100%; /* Prevents Mobile Safari from bumping up font sizes in landscape */
	}
		#header .container {
		}
			#title {
				height: 20px !important;
				display: none;
			}
				#title img {
					width: 360px;
					height: 20px;
				}
				#tagline {
					line-height: 20px !important;
			}
			
			#title-small {
				display: block;
			}
			
			#header-image {
				width: 360px;
				height: 0;
				padding: 0;
				display: none;
			}

		#content {
			width: 350px;
			padding: 5px;
			float: none;
		}

		#sidebar {
			padding: 10px;
			width: 350px;
			padding: 10px;
			float: none;
		}

	.taxons {
		margin: 10px 15px 10px 15px;
		}

	/***  Front Page  ***/
	.frontpage {
		clear: both;
		padding: 0px;
		margin: 0 auto 0 auto;
	}
		.frontcolumn {
			display: block;
			margin: 1% 0 1% 1.6%;
			padding: 0 0 0 15px;
			width: 90%;
		}
		.frontimg {
			max-width: 250px;
		}
		
	#banner-50th {
        display: none;
    }
    #banner-50th-small {
        display: block;
    }
}

/*** 	*****  ***/