/*
Theme Name: Winun Ngari Responsive
Theme URI: http://beluca.net/
Description: Winun Ngari Aboriginal Corporation's custom WordPress theme.
Author: beluca
Author URI: http://beluca.com.au/
Version: 1.0
Tags: WNAC


*/

/* Import Bootstrap styling */
@import url('styles/reset.css');

@import url('styles/bootstrap/less/bootstrap.css');

/* @import url('styles/bootstrap/sticky-footer.css'); */

/* Import standard beluca styling */
@import url('styles/beluca-standard.css');


/* Winun Ngari wordpress style */

@import url('styles/fonts.css');

/* Header & logo Style */
/* Extra Small */
@media(max-width:767px){
	.logo{
		max-width: 185px;
		}
}
.logo
{
	z-index: 10;
	top: -67px;
	left: 35px;
}
body
{
	height: 350px;
	background-image: url("./img/bg.jpg");
	background-repeat: repeat;
}


#header-padding
{
	background-color: @base;
}
#header {
	position: relative;
}

/* Newsletter signup Style */
#signup
{
	z-index: 1;
	position: absolute;
	width: 280px;
	height: 50px;
	background: #c3193d;
}
#signup h4
{
	position: relative;
	top: -32px;
}
#signup li
{
	display: inline;
}
#signup input
{
	position: relative;
	top: -25px;
	left: 17px;
	float: left;
}
.newsletter-email
{
	height: 22px;
	width: 200px;
	border: none;
}
.newsletter-submit
{
	height: 25px;
	color: #FFF;
	background-color:#010101;
	border: none;
}
/* Extra Small */
@media(max-width:767px){
	#signup{
		top: 30px;
		width: auto;
		position: relative;
		}
}

/* Small */
@media(min-width:768px) and (max-width:991px){
	#signup{top:50px; right:15%;}
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
	#signup{top:50px; right:15%;}
}

/* Large */
@media(min-width:1200px){
	#signup{top:50px; right:25%;}
}

/** Entry content **/
.entry-content h1
{
	font-family: 'acrombold';
}
.entry-content ul
{
 
}
.entry-content li
{
  list-style-type: disc;
  padding-bottom: 5px;
}

/** Home page content & widgets**/
#home-left p
{
		font-size: 14px;
}
#home-left h1
{
	color: #d60136;
}

#home-right
{
	border-left: solid 1px #333;
}
#home-right img
{
	width:470px;
	height:auto;
}
#home-right .news-title
{
	font-size: 17px;
	font-weight: normal;
	color: #FFF;
	font-family: 'acrombold', Arial, sans-serif;
	text-transform: uppercase;
	background-color: #d60136;
	padding: 5px;
}
#home-right .news-excerpt
{
	text-align: justify;
	font-size: 14px;
	font-weight: normal;
	color: #7c7c7c;
	font-family: 'acromregular', Arial, sans-serif;
	width: 470px;
	padding: 5px;
}
#home-right .news-excerpt a
{
	color:#d60136;
}
#home-right .news-excerpt a:hover
{
	color:#7c7c7c;
}

#home-right
{
	padding: 10px;
}
/* Small */
@media(max-width:991px){
	#home-right
	{
		border-left: none;
	}
}
.post_image
{
	min-height: 275px;
	max-height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

/** Map widget area **/
.bg-map
{
	height: 350px;
	background-image: url("./img/map.png");
	background-repeat: no-repeat;
	background-position: center;
}

/** Staff Member Style **/
.staff-member-img
{
  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

/** Footer **/
#footer
{
	clear: both;
	position: relative;
	text-align: center;
	background-color: #000;
}
#footer-menu
{
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	background-color: #010101;
	font-family:'acrommedium', Verdana, sans-serif;
}
.footer-menu li {
	display: inline;
	list-style-type: none;
	vertical-align: middle;
}
.footer-menu a
{
	display: inline-block;
	padding: 15px;
	color: #757575;
	text-decoration:none;
}
.footer-menu a:hover
{
	color: #ffffff;
	text-decoration:none;
}
.footer-menu a:active
{
	color: #ffffff;
	text-decoration:none;
}
@media(max-width:991px){
	.footer-menu li{display: block;}
	.footer-menu{text-align: center;}
}

/** All pages **/
.page-title
{
	height: 100px;
}
.title-hr
{
	height: 50px;
	border-bottom: 1px solid black;
}
.page-content img {
	width: 100%;
	height: auto;
}
hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #464646 !important;
	-moz-use-text-color: #FFFFFF;
  border-style: solid none;
  border-width: 1px 0 0 0;
  margin: 18px 0;
}

/** Page sidebar menu **/

.menu {
	padding-right: 20px;
}
.menu-item {

}
#about-menu,
#community-menu,
#news-menu,
#services-menu,
#post-menu
{
	border-width: 1px;
	border-style: solid;
	border-color: #7c7c7c;
	background-color: #ececec;
}

#about-menu .menu li,
#community-menu .menu li,
#news-menu .menu li,
#services-menu .menu li,
#post-menu .menu li
{
	list-style-type:none;
	margin:0;
	padding:0;
	border-bottom:solid #FFF;
	border-bottom-width: 2px;
	margin: 10px 0 0 20px;
	font-family: 'acrombold', Arial, sans-serif;
	color: #7c7c7c;
	text-weight: normal;
	letter-spacing: 1px;
	line-height: 2.5em;
	text-decoration: none;
	display: block;
}

#about-menu .menu a,
#community-menu .menu a,
#news-menu .menu a,
#services-menu .menu a,
#post-menu .menu a
{
	text-align: left;
}
#about-menu .menu a:hover,
#community-menu .menu a:hover,
#news-menu .menu a:hover,
#services-menu .menu a:hover,
#post-menu .menu a:hover
{
	color:#666;
}
#about-menu .menu li.current-menu-item a,
#community-menu .menu li.current-menu-item a,
#news-menu .menu li.current-menu-item a,
#services-menu .menu li.current-menu-item a,
#post-menu .menu li.current-menu-item a
{
	color:#d60136;
}
