/*
 Theme Name:   Eagle Soul Private Theme
 Description:  A custom theme for Tust'iina Nation's internal communications
 Author:       Adam Watts
 Author URI:   https://www.xentas.ca
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  eaglesoul-private
*/



/* Universal Styles */

body {
	background-color: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
}
body,
footer#colophon {
	background-image: url('https://members.xentasinc.ca/wp-content/uploads/2018/05/Spring-on-Tsuu-Tina-©-Christopher-Martin-1861-big-e1527138610402.jpg');
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
body.logged-in {
	background-image: none;
}
body #primary.loggedout {
	background-color: #fff;
	margin: 50px auto;
	float: none;
	clear: both;
}
#primary.loggedout .logo {
		margin: 20px auto;
		max-width: 90%;
		display: block;
}
body p.copyright {
	text-align: center;
	font-size: 11px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.6);
}
body #page {
	background-color: transparent;
}
#ttn-menu {
	background-color: #f39c12;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
#primary.loggedout {
	display: block;
	max-width: 550px;
	width: 90%;
	float: none;
	clear: both;
	padding: 20px 2%;
}
#primary.loggedout .text p {
	font-size: 13px;
	text-style: italic;
	color: #777;
	padding-left: 20px;
	padding-right: 20px;
}
#secondary section.widget {
	background-color: rgba(243,156,18,0.1);
	padding-bottom: 30px;
}
#secondary #bbp_search_widget-2 {
	background-color: transparent;
	padding-bottom: 0;
}
#secondary ul li {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 5px 8px;
	border-bottom: 1px dashed #fff;
}
#secondary #bbp_stats_widget-3 dl {
	padding-left: 20px;
	padding-right: 20px;
}
form#loginform {
	padding-left: 20px;
	padding-right: 20px;
}
form#loginform #wp-submit {
	display: block;
	width: 100%;
	background-color: #A8D952;
	color: rgba(0,0,0,0.6);
}
.lostpassword {
	text-align: center;
	color: #777;
}
.lostpassword a {
	margin: 0 auto;
	padding: 0;
	float: none;
	font-size: 11px;
	text-align: center;
	display: inline-block;
	text-decoration: underline;
}
.login-remember label {
	float: none;
	margin: 0 auto;
	display: block;
	width: 150px;
}
form#loginform p.login-username label,
form#loginform p.login-password label {
	color: #777;
	font-size: 13px;
}
.calendar-day .entry {
	border-radius: 3px;
	margin-bottom: 2px;
}
.calendar-day .entry span.info {
	display: block;
	width: 100%;
	padding: 5px;
}
span.info .time {
	float: right;
	clear: right;
}
.calendar-day .entry {
	height: auto;
	overflow: hidden;
}
.calendar-day .entry,
.legend .swatch,
#workingnow .entry {
	background-color: #ccc;
	color: rgba(0,0,0,0.6);
	font-weight: bold;
}
.calendar-day .entry.gm,
.legend .gm .swatch,
#workingnow .entry.gm {
	background-color: #EF4036;
	
	// border: 1px solid gold;
}
.calendar-day .entry.gm a {
	color: #fff;
}
.calendar-day .entry.chiprunner,
.legend .chiprunner .swatch,
#workingnow .entry.chiprunner {
	background-color: #FFE000;
	// border: 1px solid #3D8595;
}
.calendar-day .entry.cashier,
.legend .cashier .swatch,
#workingnow .entry.cashier {
	background-color: #F7941E;
	// border: 1px solid #60A855;
}
.calendar-day .entry.countroom,
.legend .countroom .swatch,
#workingnow .entry.countroom {
	background-color: #A0CD50;
	// border: 1px solid #A3849B;
}
.calendar-day .entry.banker,
.legend .banker .swatch,
#workingnow .entry.banker {
	background-color: #00B2D9;
	// border: 1px solid #A3849B;
}
.entry-content > #theshift {
	background-color: #f1f1f1;
	border-radius: 7px;
	padding: 20px;
	border: 1px solid #ddd;
}
#hours.input {
	text-align: center;
	float: none;
	clear: both;
	display: block;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#hours.input > p {
	font-size: 11px;
	color: #777;
	text-decoration: none;
	box-shadow: none;
}
#hours.input select {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	min-width: 300px;
	display: block;
	float: none;
	clear: both;
}
section.legend {
	width: 100%;
	text-align: center;
	display: block;
	clear: both;
	margin: 0;
	padding: 10px 0;
	background-color: #ddd;
	position: relative;
}
a.shift-view {
	display: inline-block;
	float: right;
	clear: right;
	position: relative;
	padding: 0 15px;
	border-radius: 3px;
	background-color: #F7941E;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
	font-weight: bold;
	text-decoration: none;
	box-shadow: none;
	margin-left: 5px;
}
section.legend ul.types {
	margin-bottom: 0;
}
section.legend ul.types li {
	display: inline-block;
	float: none;
	margin-right: 20px;
	text-align: center;
}
section.legend ul.types li:last-child {
	margin-right: 0;
}
section.legend .swatch {
	display: inline-block;
	float: none;
	margin-right: 10px;
	width: auto;
	padding: 0 10px;
	border-radius: 3px;
}
section.legend .swatch.not-active {
	opacity: 0.6;
}
section.legend .swatch:hover {
	cursor: pointer;
}
#theshift > h3,
#theshift > p {
	padding: 0;
	margin: 0;
}
body.page-id-13557 #comments {
	display: none;
	visibility: hidden;
}
table.alternates thead th {
	background-color: #f39c12;
	color: rgba(0,0,0,0.6);
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
}
table.alternates tbody tr td {
	font-size: 14px;
	color: #777;
	vertical-align: top;
}
table.alternates fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	
}
table.alternates select {
	border: 0;
	width: 100%;
	color: #777;
	font-size: 14px;
	background-color: transparent;
}
#add-edit-shifts .input.notes {
	width: 100%;
	max-width: 100%;
	display: block;
}
#add-edit-shifts input[type="submit"] {
	margin-top: 20px;
	display: inline-block;
	position: relative;
	float: left;
	clear: left;
	width: 70%;
	background-color: #72D46D;
	color: rgba(0,0,0,0.5);
	padding: 0 10px;
	line-height: 45px;
	height: 45px;
	margin-bottom: 30px;
}
#showdeletelink {
	display: inline-block;
	float: right;
	clear: right;
	position: relative;
	width: 25%;
	margin-top: 20px;
	line-height: 45px;
	height: 45px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 10px;
	background-color: #ccc;
	color: #333;
	text-decoration: none;
	box-shadow: none;
}
#showdeletelink:hover {
	background-color: red;
	color: #fff;
}
#deletelink {
	
	display: inline-block;
	float: right;
	clear: right;
	position: relative;
	width: 100%;
	margin-top: 0;
	line-height: 45px;
	height: 45px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	background-color: red;
	color: #fff;
	text-decoration: none;
	box-shadow: none;
	display: none;
	visibility: hidden;
}
body::after {
	height: 0;
}
#deletelink.open {
	display: inline-block;
	visibility: visible;
}
table.alternates textarea {
	padding: 0;
	font-size: 14px;
	line-height: 120%;
	color: #777;
	background-color: transparent;
	border: 0;
}
h2.cal-header {
	text-align: center;
	margin: 0 0 30px 0;
	padding: 0;
	color: #555;
}
body #primary nav.month-nav {
	width: 100%;
	margin: 0;
	padding: 10px;
	display: block;
	float: left;
	clear: both;
	height: auto;
	overflow: hidden;
	background-color: #f1f1f1;
}
nav.month-nav form {
	width: 20%;
	display: inline-block;
}
nav.month-nav form.jump {
	margin: 0;
	padding-left: 10%;
	padding-right: 10%;
}
nav.month-nav form.previous input[type="submit"],
nav.month-nav form.next input[type="submit"] {
	width: 100%;
	background-color: #555;
	color: #fff;
	text-align: center;
}
nav.month-nav form.jump select {
	width: 40%;
	margin-right: 1%;
	height: 42px;
	line-height: 42px;
}
nav.month-nav form.jump input[type="submit"] {
	background-color: #4BB635;
	width: 18%;
}
table.calendar td.calendar-day-head {
	background-color: #ccc;
	text-align: center;
	text-transform: uppercase;
	color: #555;
	font-weight: bold;
	font-size: 13px;
}
#workingnow.view-entries {
	width: 100%;
	max-width: 100%;
	position: relative;
	display: block;
}
#workingnow .entry {
	padding: 10px;
	margin-bottom: 6px;
	height: auto;
	overflow: hidden;
}
#workingnow .entry i {
	display: inline-block;
	float: left;
	font-weight: bold;
	font-style: normal;
	width: 30px;
	margin-bottom: 6px;
	height: 30px;
	border-radius: 15px;
	background-color: #fff;
	color: #333;
	margin-right: 20px;
	line-height: 30px;
	text-align: center;
}
td.actions a {
	display: inline-block;
	float: none;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #777;
	color: #fff;
	text-decoration: none;
	box-shadow: none;
}
body.page-id-13287 header.entry-header {
	display: none;
	visibility: hidden;
}
table.callhistory th,
#available-alternates table th {
	background-color: #f39c12;
	color: #fff;
	font-size: 12px;
	
}
#ttn_length {
	width: 30%;
	float: left;
	position: relative;
	font-size: 15px;
	font-family: 'Arial',sans-serif;
}
#ttn_filter {
	width: 65%;
	display: inline-block;
	float: right;
	clear: right;
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 15px;
	font-family: 'Arial', sans-serif;
}
#ttn_filter input {
	width: 70%;
	float: right;
	clear: right;
	height: 30px;
	line-height: 30px;
	padding-top: 0;
	padding-bottom: 0;
}
#ttn_info,
#ttn_paginate {
	font-size: 15px;
	margin-top: 20px;
	color: #777;
	font-family: 'Arial', sans-serif;
}
table.callhistory td,
#available-alternates table td {
	vertical-align: top;
	font-size: 13px;
	color: #777;
}
#workingnow .entry .notes {
	display: block;
	clear: both;
	width: 100%;
	float: none;
	margin-top: 0px;
	position: relative;
}
#workingnow .entry .notes i:hover {
	cursor: pointer;
}
#workingnow .entry .notes .hideit {
	display: block;
	position: relative;
	width: 82%;
	float: right;
	clear: right;
	border-radius: 3px;
	background-color: #fff;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 130%;
	overflow: hidden;
	height: auto;
}
#workingnow .entry a,
p.warning {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	box-shadow: none;
	text-decoration: none;
	line-height: 110%;
}
#workingnow .entry a:hover {
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
}
#available-alternates {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	float: none;
	padding-top: 30px;
	margin-top: 50px;
	display: block;
}
#shiftdate h3 {
	margin-top: 0;
	
}
.entry-content > a.back {
	display: inline-block;
	clear: both;
	float: left;
	width: 35%;
	line-height: 50px;
	padding: 0 1%;
	margin-bottom: 10px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	background-color: #F39C12;
	border-radius: 3px;
}
.entry-content > a.back i {
	margin-right: 10px;
	background-color: #fff;
	width: 30px;
	text-shadow: none;
	height: 30px;
	text-align: center;
	border-radius: 15px;
	color: #333;
	line-height: 30px;
	display: inline-block;
}
body.logged-in header#masthead .site-branding {
	display: inline-block;
	float: none;
	clear: left;
	width: auto;
	max-width: 50%;
}
#shiftemployee h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#ws-calendar-nav form.faded {
	opacity: 0.3;
	
}
footer.entry-footer .edit-link {
	display: none;
	visibility: hidden;
}

/* Phone Only Styles */
@media All and (max-width: 650px) {
	
	
	
}
/* end Phone Only Styles */



/* Tablet Only Styles */
@media All and (min-width: 650px) {
	
	#site-navigation {
		height: 42px;
			
	}
	#site-navigation .menu-main-container {
		width: auto;
		float: left;
		clear: left;
		display: inline-block;	
	}
	#site-navigation > ul.menu:last-child {
		display: inline-block;
		float: right;
		clear: right;	
	}
	#site-navigation > ul.mid-menu.menu {
		float: left;
		clear: none;
		width: auto;
		display: inline-block;
		position: relative;	
	}
	#loggedinas {
		display: block;
		float: right;
		clear: right;
		position: relative;
		margin: 20px 0 0 0;
		padding: 0;
		max-width: 50%;
		width: auto;
		height: 120px;
		border-radius: 60px;
		border: 1px dashed #ccc;
		padding: 10px;
		padding-left: 30px;	
	}
	#loggedinas .photo {
		display: inline-block;
		float: right;
		clear: none;
		display: block;
		width: 100px;
		height: 100px;
		border-radius: 50px;
		overflow: hidden;	
	}
	#loggedinas .info {
		float: right; 
		clear: none;
		font-size: 12px;
		color: #777;
		padding-right: 20px;
	}
	#loggedinas .info p {
		margin-bottom: 6px;
		margin-top: 10px;	
	}
	#loggedinas .info ul {
		padding: 0;
		margin: 0;	
	}
	#loggedinas .info ul li {
		display: block;
		margin: 0;
		padding: 0;
		color: #333;	
	}
	#loggedinas .photo img {
		width: 110%;
		height: auto;
		margin-top: -2%;
		margin-left: -5%;
		display: block;
		max-width: 110%;	
	}
	#site-navigation > ul.menu > li.menu-item {
		display: inline-block;
		margin: 0;
		padding: 0;
		border: 0;
		float: left;
		clear: none;
		box-shadow: none;	
	}
	div.dataTables_wrapper {
		display: block;
		width: 100%;
		overflow: hidden;
		height: auto;
		border: 0px solid #ddd;
		padding: 20px;
		margin: 20px 0;
		background-color: #fff;
		box-shadow: 3px 5px 6px rgba(0,0,0,0.3);	
	}
	#site-navigation > ul.menu > li.menu-item a {
		padding: 0 10px;
		margin: 0;	
		display: block;
		height: 42px;
		line-height: 42px;
	}
	body.single-ws_shift_calendar #primary {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		float: none;
		clear: both;
			
	}
	body.single-ws_shift_calendar header.entry-header {
		float: left;
		clear: left;
		display: inline-block;
		margin: 0;
		padding: 0;
		width: 30%;
		position: relative;	
	}
	body.single-ws_shift_calendar #nextshift {
		float: right;
		clear: right;
		width: 65%;
		margin-top: -50px;	
	}
	#nextshift h3 {
		display: inline-block;
		text-align: right;
		float: right;
		clear: none;
		font-size: 18px;
			
	}
	#nextshift #myshift {
		font-weight: bold;
		float: right;
		clear: right;
		position: relative;
		margin: 0;
		padding: 0;
		display: block;	
	}
	body.single-ws_shift_calendar #primary #leftcal {
		width: 100%;
		margin: 0;
		padding: 0;	
	}
	#leftcal tr td.calendar-day .spacer {
		min-height: 150px;
	}
	.calendar-day .entry {
		display: block;
		clear: both;
		width: 100%;
		background-color: #f1f1f1;
		color: #333;
		font-size: 11px;
		text-align: left;	
	}
	.calendar-day .entry a {
		color: #333;
		text-decoration: none;	
		box-shadow: none;
	}
	.calendar-day .entry span.hover-info {
		display: none;
		visibility: hidden;
		float: right;
		clear: right;
		width: 100%;
		padding-left: 3px;
		padding-right: 3px;	
	}
	.calendar-day .entry:hover span.hover-info {
		display: inline-block;
		visibility: visible;
		position: relative;
		background-color: #f1f1f1;
		width: 100%;
		display: none;
		visibility: hidden;
	}
	#shiftdate .show-date {
		margin-left: 10px;
		color: blue;
		font-size: 22px;
		font-weight: 300;
		margin-bottom: 30px;
		display: inline-block;	
	}
	form#add-edit-shifts .input {
		float: left;
		clear: none;
		position: relative;
		display: inline-block;
			
	}
	.calendar-day .day-hover {
		position: relative;
		top: 5px;
		right: 5px;
		display: block;	
	}
	.calendar-day .day-number {
		display: block;
		max-width: 50%;
		clear: left;
		float: left;
		margin: 0;
		padding: 10px;	
	}
	.calendar-day .day-hover {
		float: right;
		clear: right;
		width: auto;
		display: block;
		max-width: 50%;
		visibility: hidden;	
	}
	.calendar-day:hover .day-hover {
		visibility: visible;	
	}
	table .calendar-day {
		vertical-align: top;	
	}
	.calendar-day .day-hover input[type="submit"] {
		padding: 0;
		margin: 0;
		width: 40px;
		height: 40px;
		line-height: 40px;
		position: relative;
		background-color: #f39c12;
		border-radius: 20px;	
	}
	#shiftemployee {
		margin-bottom: 20px;	
	}
	#shiftemployee > a,
	form.alternates a.back {
		display: inline-block;
		clear: both;
		float: left;
		margin: 10px 0;
		position: relative;
		padding: 0 10px;
		line-height: 30px;
		height: 30px;
		background-color: #f39c12;
		color: #fff;
		text-shadow: 0 1px 1px rgba(0,0,0,0.5);
		font-weight: bold;
		text-decoration: none;
		box-shadow: none;
		text-align: center;
	}
	p.small.admin {
		font-size: 12px;
	 	font-weight: bold;
	 	font-style: italic;
	 	line-height: 130%;	
	}
	form.alternates a.back {
		margin-right: 5px;
		height: 42px;
		margin-top: 0;
		line-height: 42px;	
	}
	#shiftemployee #emp {
		width: 60%;
		float: left;
		clear: left;
		display: inline-block;
		border: 0;
		background-color: transparent;	
	}
	#shiftemployee #type {
		width: 35%;
		float: right;
		clear: right;
		position: relative;
		margin: 0;
		padding; 0;
		border: 0;
		background-color: transparent;	
	}
	.entry-content #shiftform {
		width: 60%;
		border: 1px solid #ddd;
		background-color: #f1f1f1;
		float: right;
		clear: right;
		display: inline-block;
		margin: 0 0 50px 0;
		padding: 20px 50px;	
	}
	body.page-id-13287 h1.entry-title {
		padding-left: 40%;	
	}
	#workingnow {
		display: inline-block;
		margin: 0;
		padding: 0;
		width: 35%;
		float: left;
		clear: left;	
	}
	#workingnow td {
		font-size: 11px;	
	}
	#workingnow th {
		background-color: #ccc;
		color: #777;
		font-size: 12px;	
	}
	form #shiftdate, 
	form #shiftemployee {
		clear: both;
		display: inline-block;
		text-align: center;
		width: 100%;
			
	}
	form #shiftemployee > a {
		float: none;
		text-align: center;
		display: inline-block;
	}
	form #shiftemployee label {
		display: none;
		visibility: hidden;	
	}
	form #starttime.input {
		width: 50%;
		float: left;
		clear: left;
		display: inline-block;
		margin: 0;
		padding: 0;	
	}
	form #endtime.input {
		display: inline-block;
		width: 50%;
		margin: 0;
		padding: 0;
		float: right;
		clear: right;	
	}
	form #type.input {
		display: block;
		width: auto;
		clear: both;
		margin: 20px auto;
		float: none;
		position: relative;
		clear:both;
		text-align: center;	
	}
	form .input.notes {
		display: block;
		clear: both;
		margin: 20px auto 0 auto;
		position: relative;
		width: auto;
		max-width: 350px;
		float: none;	
	}
	form .input.notes label {
		text-align: center;
		font-size: 12px;
		color: #777;	
	}
	

}
/* end Tablet Only Styles */


/* Desktop Only Styles */
@media All and (min-width: 1000px) {
	
	body::before {
		display: none !important;
		visibility: hidden !important;	
	}
	#page.site {
		margin: 0;	
	}
	header#masthead {
		padding: 0;	
		border-bottom: 2px solid #333;
	}
	footer#colophon {
		border-top: 2px solid #333;
		padding-top: 30px;	
	}
	footer#colophon p.copyright {
		text-align: center;
		width: 100%;
		display: block;
	}
	#page.site .site-inner {
		max-width: 100%;
	}
	.wrap,
	.sitewidth,
	.site-header-main,
	#content {
		max-width: 90%;
		margin: 0 auto;
		padding: 0;
		float: none;
		display: block;	
	}
	header a.custom-logo-link {
		width: 60px;
		height: auto;
		display: inline-block;
		float: left;
		margin-right: 20px;
	}
	li.menu-item > a:hover,
	li.current-menu-item > a {
		background-color: #fff;
	}
	header a.custom-logo-link img {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;	
	}
	.site #content {
		padding-top: 50px;
		padding-bottom: 50px;	
	}
	#primary .entry-content {
		max-width: 100%;
		width: 100%;	
	}
	#ttn-menu {
	
	}
	body.fixedMenu #ttn-menu {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999999;	
	}
	body.fixedMenu header#masthead {
		padding-bottom: 42px;	
	}
	#ttn-menu .site-header-menu {
		margin: 0 auto;
		max-width: 90%;
		float: none;
		clear: both;
		display: block;	
	}
	#secondary > section {
		display: inline-block;
		border: 0px solid #ddd;
		border-radius: 1.0em;
		width: 100%;
		padding: 0;
	}
	#secondary > section h2.widget-title {
		display: inline-block;
		width: 100%;
		padding: 10px;
		background-color: #555;
		color: #fff;	
		border-radius: 1.0em 0 1.0em 0 ;
	}
	#primary h1.entry-title {
		font-size: 20px;	
	}
	#subscription-toggle {
		margin-left: 20px;
	}
	.bbp-reply-content p {
		color: #333;	
	} 
	#primary ul.bbp-forums {
		margin-top: 20px;
		display: block;
	}
	#secondary #bbpress-forums div.bbp-search-form {
		display: inline-block;
		margin-bottom: 20px;	
	} 
	.bbp-topic-started-by > a {
		display: inline-block;
		float: left;
		clear: none;
		margin-right: 5px;	
	}
	#secondary #bbp-search-form input[type="text"] {
		width: 75%;
		float: left;
		clear: left;
		display: inline-block;	
	} 
	#secondary #bbp-search-form input[type="submit"] {
		width: 23%;
		display: inline-block;
		float: right;
		clear: right;
		padding-left: 0;
		padding-right: 0;	
	} 
	#primary #bbp-search-form {
		margin-bottom: 20px;	
	}
	header#masthead .site-branding {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 20px;
		padding-bottom: 20px;	
	}
	body #primary.loggedout {
		margin-top: 60px;
		border-bottom: 5px solid #f39c12;
		border-top: 5px solid #f39c12;	
	}
	.bbp-topic-title a.bbp-topic-permalink {
		font-size: 15px;	
		color: #333;
		font-weight: bold;
	}
	nav.month-nav {
		display: inline-block;
		clear: left;
		float: left;
		width: 84%;
		margin: 0;
		padding: 0;	
		height: 50px;
		margin-bottom: 20px;
	}
	#create-new {
		width: 8%;
		height: 50px;
		line-height: 50px;
		display: inline-block;
		float: left;
		background-color: green;
	}
	#help {
		width: 8%;
		height: 50px;
		display: inline-block;
		float: right;
		text-align: center;
		background-color: blue;
		color: #fff;
	}
	#help a,
	#create-new a {
		color: #fff;
		font-weight: bold;
		text-align: center;
		display: block;
		padding: 0;	
		height: 50px;
		line-height: 50px;
	}
	#leftcal {
		width: 80%;
		float: left;
		clear: left;
		margin: 0;
		padding: 0;
		display: inline-block;
	}
	#rightcal {
		width: 20%;
		float: right;
		clear: right;
		display: inline-block;
	}
	nav.month-nav ul {
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;	
	}
	nav.month-nav form {
		display: inline-block;
		float: left;
		width: 20%;
		clear: none;
	}
	nav.month-nav form.jump {
		width: 60%;	
	}
}



/* end Desktop Only Styles */ 

