/*
 Theme Name:     Twenty Thirteen Child
 Theme URI:      http://example.com/twenty-thirteen-child/
 Description:    Twenty Thirteen Child Theme
 Author:         Mark Connors
 Author URI:     http://kem.com.au
 Template:       twentythirteen
 Version:        1.0.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../twentythirteen/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */
body {
	background-color: #000;
	color: #fff;
	font-size: 14px;
	font-family: "Helvetica", Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Source Sans Pro", Helvetica, sans-serif;	line-height: 1.3;
}
/*.site-header .home-link{
	background-image: url(http://tenors.com.au/wordpress/wp-content/uploads/2013/10/Opera-House-photo-12.jpg);
	margin: 0 auto;
	padding: 0;
	max-width: 1600px;
	height: 330px;
	min-height: 100px;
	background-repeat: no-repeat;
	background-position:center;
	background-size: contain;
}*/


h1 {
	font-size: 35px;
	margin: 33px 0;
}

h2 {
	font-size: 36px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

.site {
	background-color: #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}
.entry-header {
    margin-bottom: 0px;
}
.entry-title {
    font-weight: normal;
    margin: 0 0 0px;
}

.hentry {
    padding: 0px 0;
}

img.aligncenter {
    margin: 0px auto;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------


.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #fff;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #fff;
	color: #000;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #000;
	border: 2px solid #f7f5e7;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #fff;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.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: #bc360a;
	font-style: italic;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	background-color: #000;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
} 

.comment-respond {
	background-color: #000;
	padding: 30px 0;
}


.site-footer {
	background-color: #000;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #fff;
}

.site-footer .sidebar-container {
	background-color: #000;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 450px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}
.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	color: #fff;
}

.entry-title a:hover {
	color: #ea9629;
}

