/*
Theme Name: New WP 3.0
Theme URI: http://zigzagadvertising.com.au
Description: A completely WordPress 3.0 compatible theme.
Author: ZigZag Advertising
Author URI: http://zigzagadvertising.com.au/
Version: 1.0
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/
@import url("fonts/fonts.css");
.alignnone {
    margin: 5px 20px 20px 0;
}
body{
	background:#fafafa;
	font-family:'gotham_mediumregular', sans-serif;
	font-size:12px;
	color:#949494;
}
a{
	outline:none !important;
}
.container{
	max-width:960px;
}
#footer{
	background:#eeeeee;
	margin-top:27px;
	padding-top:15px;
	position:relative;
}
#footer .credit{
	position:absolute;
	right:20px;
	bottom:12px;
}
#footer .credit img{
	margin-left:10px;
	text-decoration:none;
}
#footer .credit a:hover{
	text-decoration:none;
	opacity:.5;
}
#footer a{
	color:#949494 !important;
}
#wrapper{
	background:#FFF;
	min-height:500px;
}

.site-description{
	color:#868686;
	text-align:right;
}
.site-description span{
	color:#005694;
}
#header{
	padding-top:35px;
}
#header h1.logo{
	margin:0;
}
.navbar{
	margin-top:25px;
	margin-bottom:27px;
	border:none;
	border-radius:0;
	background-color:#005695;
	position:relative;
	min-height:0;
}
.navbar-nav{
	width:100%;
}
.navbar:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	background:url(img/menu-bg.png) top repeat-x;
	position:absolute;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form{
	border:none;
}
.navbar-default .navbar-nav > li > a{
	font-size:14px;
	color:#FFF;
	padding:8px 0px;
	text-align:center;
	transition:all ease .2s;
	-moz-transition:all ease .2s;
	-webkit-transition:all ease .2s;
}
.navbar-default .navbar-nav > li > a:hover{
	color:#999;
	background:#005695;
	text-shadow:0 1px 1px #000;
}
.navbar-default .navbar-nav{
	padding-left:0;
}
.navbar-default .navbar-nav > li{
	position:relative;
	width:20%;
}
.navbar-default .navbar-nav > li:after{
	content:'';
	display:block;
	width:1px;
	top:0;
	height:100%;
	background: url(img/menu-divider.png) center repeat-x;
	position:absolute;
	right:0;
}
.navbar-default .navbar-nav > li:last-child:after{
	display:none;
}

.gray-bg{
	background:#eeeeee;
}

.blue-text{
	color:#005694;
}
.home-img .col-md-6{
	padding:0;
}
.home-img{
	margin:0;
	margin-top:24px;
}
.home-img .col-md-6 img{
	width:100%;
}
#main-content{
	min-height:300px;
}
#main-content ul{
	padding-left:10px;
}
#main-content .gray-bg{
	margin-bottom:20px;
}
h1,h2,h3,h4,h5,h6{
	font-family:'gotham_mediumregular', sans-serif;
	color:#005694;
}

h3{
	font-size:16px;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.collapse{
		padding:0;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.navbar-default .navbar-nav > li{
		position:relative;
		width:100%;
		border-bottom:solid 1px rgba(225,225,225, .2);
	}
	.navbar-nav{
		margin:0;
	}
	.navbar-default .navbar-nav > li:after{
		display:none;
	}
	#footer{
		padding-left:20px;
		padding-right:20px;
		text-align:center;
	}
	#main-content .gray-bg{
		padding-left:20px;
		padding-right:20px;
	}
	#header .col-md-5{
		float: left;
		width: 50%;
	}
	#footer .credit{
		position:static;
		text-align:center;
		padding-bottom:15px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 500px) {
	#header .col-md-5{
		width:100%;
		text-align:center;
	}
	#header .col-md-5 .logo a{
		text-align:center;
		display:block;
		padding-left:10px;
		padding-right:10px;
	}
	#header .col-md-5 .logo img{
		float:none !important;
		margin:auto;
		margin-bottom:15px;
		max-width: 100%;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
}

/* =WordPress Core
-------------------------------------------------------------- */

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

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

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

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

