/*
	Theme Name: AliceSpringsHOG
*/

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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}



@font-face{
	font-family: "harley";
	src: url("core/font/28_days_later.ttf");
}



/*
	Basic Elements
*/

body{
	background-color: #000;
	font-family: Courier;
	font-size: 14px;
	line-height: 18px;
	color: #ccc;
	overflow-x: hidden;
}
#wrapper{
	width: 1200px;
	min-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

a{
	color: #bd8b2b;
	text-decoration: none;
}
a:hover{
	color: #fff;
}
a:active{
	color: #bd8b2b;
}

hr{
	position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
	border: 1px solid  #bd8b2b;
}
strong{
	color: #fff;
	font-weight: bold;
}
em{
	color: #fff;
	font-style: italic;
}






/*
	Header Layout
*/
#wpadminbar{
	display:block;
	z-index: 100;
}

#header{
	position:absolute;
	top: 0px;
	width: 1200px;
	display:block;
	z-index: 10;
}
#site-title{
	display:inline-block;
}
#branding{
	display:inline-block;
	padding-top: 16px;
}

#menu{
	position:inherit;
	display:inline-block;
	right:0px;
	top: 64px;
}
.menu-main-menu-container{
	display:inline-block;
}

#menu-main-menu li {
	display: inline-block;
	border-right: 1px solid #bd8b2b;
	padding-left: 24px;
	padding-right: 24px;
	font-size: 18px;
	text-transform: uppercase;
}
#menu-main-menu li:last-child{
	border-right: none;
}

.current-menu-item a{
	color: #fff;
}





/*
	Body Layout
*/

#container{
	margin-top: 256px;
	width:1200px;
}
#content{
	display:inline-block;
	max-width: 1200px;
}
.button-icons a img{
	opacity: 0.8;
}
.button-icons a img:hover{
	opacity: 1;
}

#home-slogan{
	position: absolute;
	right: 0px;
	top: 360px;
}
.home-offset{
	position:relative;
	top: -128px;
}
.harley-header{
	font-family: harley;
	font-size: 48px;
	font-weight: 100;
	color: #fff;
	text-transform: uppercase;
}



/*
	Footer Layout
*/
#footer{
	position: absolute;
	width: 1200px;
	margin-top: 128px;
	height: 64px;
}
#copyright{
	position: inherit;
	display: inline-block;
	left: 0px;
}
#footer-buttons{
	position: inherit;
	display: inline-block;
	right: 0px;
}



/*
	sidebar Layout
*/
#sidebar{
	float: right;
	border: 1px solid #bd8b2b;
	background-color: #111;
	padding: 8px;
	width: 192px;
	font-size: 16px;
}
#s{
	border: 1px solid #bd8b2b;
	background-color: #111;
	padding: 4px;
	color: #fff;
	width: 184px;
}
.screen-reader-text{
	display: none;
}
#searchsubmit{
	display: none;
}
.widget_archive{
	padding-top: 16px;
}
.widget_archive ul{
	margin-left: 16px;
}
.widget_categories{
	padding-top: 16px;
}
.widget_categories ul{
	margin-left: 16px;
}




/*
	Post Layout
*/

.post-edit-link{
	display:none;
}
.post{
	border: 1px solid #bd8b2b;
	background-color: #111;
	padding: 12px;
	margin-bottom: 32px;
	width:940px;
}
.post-fullwidth{
	border: 1px solid #bd8b2b;
	background-color: #111;
	padding: 12px;
	margin-bottom: 32px;
}
.entry-title{
	font-size: 24px;
}
.entry-content{
	margin-top: 16px;
	margin-bottom: 16px;
}
.header{
	border: 1px solid #bd8b2b;
	background-color: #111;
	padding: 8px;
	margin-bottom: 32px;
}
.entry-content p{
	padding-top: 4px;
	padding-bottom: 4px;
}
#nav-below{
	position:relative;
	top:-24px;
}
.nav-previous{
	display:inline-block;
}
.nav-next{
	display:inline-block;
	float:right;
}





/*
	Comments
*/
#comments{
	display: block;
}
.comments-title{
	margin-top: 64px;
	margin-bottom: 12px; 
}
.comment-body{
	border: 1px solid #bd8b2b;
	background-color: #111;
	padding: 12px;
	margin-bottom: 16px;
}
.children{
	margin-left: 16px;
}
.comment-respond{
	display:inline-block;
	margin-top: 64px;
}
.comment-reply-title{
	display:none;
}
.comment-form label{
	display:none;
}
textarea{
	border: 1px solid #bd8b2b;
	background-color: #111;
	padding: 4px;
	color: #fff;
	max-width: 640px;
}




/*
	Photoswipe Gallery
*/
.msnry_item{
	opacity: 0.8;
}
.msnry_item:hover{
	opacity: 1.0;
}
.photoswipe-gallery-caption{
	display: none;
}





/*
	parallax styles
*/

.parallax-window{
    position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
    
	height: 512px;
	z-index: -1;
}
.home-data{
	padding-top: 192px;
	padding-bottom: 192px;
	font-size: 20px;
	text-transform: uppercase;
}
.home-news{
	text-align: right;
}
.about-data{
	padding-bottom: 128px;
}



