/*
Theme Name: Trackr theme
Theme URI: http://webmad.co.nz
Author: the WebMAD
Author URI: http://wwebmad.co.nz
Description: Custom theme for the Trackr system
Version: 1.0
License: Private
Text Domain: trackr
*/

body{
	color: #000;
	font-family: "Open Sans",sans-serif;
	background: #f0f0f1;
	padding:0px;
	margin:0px;
}

#page, .main-navigation{
	width:95%;
	max-width:960px;
	margin: 0px auto;
}
#content{
	background:#fff;
	padding:20px;
}
.skip-link{
	display:none;
}

.site-title a{
	text-indent:-9999px;
	background:url('trackr.png') no-repeat;
	height:60px;
	width:300px;
	display:block
}

#menu-navigation{
	padding:0px;
	margin:0px;
}
.menu-item{
	display:inline-block;
	list-style-type:none;
	list-style-decoration:none;
	padding:7px 15px;
	background:#7b7b73;
}
.menu-item a{
	text-decoration:none;
	color:#fff !important;
}
.current-menu-item a{
	text-decoration:underline;
}

.wpba .pull-left,
.wpba-wrap{
	float:none;
}
.secondary{
	background:#ababa0;
}
.wpba .wpba-edit-attachment li{
	float:left;
	font-size:8px !important;
}
.wpba-preview,.wpba-form-wrap{
	float:left !important;
}

.button {
    border: none;
    border-radius: 6px;
    font-weight: bold;
    padding: 0.5rem;
    position: relative;
}

.button--secondary {
		padding: calc(0.5rem - 2px);
		background-color: transparent;
    border: solid 2px rgba(0,0,0,0.4);
}

.button--primary {
    background-color: #7b7b73;
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
    color: #fff;
}

.button--primary:active {
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    top: 2px;
}
