body {
	padding-top: 70px;
	font: 14px/1.4 Calibri, Arial, sans-serif;
}

@media (max-width: 979px) {
	body { padding-top: 0px; }
}

h1, h2, h3, h4, h5 { padding: 4px 0; }

form h1 a,
form h3 a,
form p a {
	cursor: default;
	color: #333;
	text-decoration: none;
}

form h3 a.empty,
form p a.empty {
	color: #BBB;
	font-style: italic;
}

form a:hover {
	text-decoration: none;
	background-color: #ffffcc;
	color: #333;
}

textarea {
	width: 600px;
}

.navbar {
	font-size: 90%;
}

.navbar {
	font-size: 90%;
}

.navbar .nav > li > a {
	color: #EEEEEE;
	padding: 9px 15px 11px 0;
}

.navbar-inner {
	background: #01283c;
	background: -moz-linear-gradient(top,  #01283c 0%, #02426b 100%);
	background: -webkit-linear-gradient(top,  #01283c 0%,#02426b 100%);
	background: linear-gradient(to bottom,  #01283c 0%,#02426b 100%);
}

.subnav-fixed {
	border-color: #D5D5D5;
	border-radius: 0 0 0 0;
	border-width: 0 0 1px;
	box-shadow: 0 1px 0 #FFF inset, 0 1px 5px rgba(0, 0, 0, 0.1);
	left: 0;
	position: fixed;
	right: 0;
	top: 40px;
	z-index: 1030;
}

.subnav {
	background-color: #EEE;
	background-image: -moz-linear-gradient(center top , #F5F5F5 0%, #EEE 100%);
	background-repeat: repeat-x;
	border: 1px solid #E5E5E5;
	border-radius: 4px 4px 4px 4px;
	height: 36px;
	margin: 15px 0;
	width: 100%;
}

.subnav .nav > li:first-child > a, .subnav .nav > li:first-child > a:hover {
	border-radius: 0 0 0 0;
}

.subnav .nav > li:first-child > a, .subnav .nav > li:first-child > a:hover {
	border-left: 0 none;
	border-radius: 4px 0 0 4px;
	padding-left: 12px;
}

.subnav .nav > .active > a, .subnav .nav > .active > a:hover {
	background-color: #E9E9E9;
	border-left: 0 none;
	border-right-color: #DDD;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05) inset;
	color: #777;
	padding-left: 13px;
}

.subnav .nav > li > a {
	border-left: 1px solid #F5F5F5;
	border-radius: 0 0 0 0;
	border-right: 1px solid #E5E5E5;
	margin: 0;
	padding-bottom: 11px;
	padding-top: 11px;
}

form input.main-heading {
	font-size: 30px;
	font-weight: bold;
	height: 36px;
	width: auto;
}

form input.item-heading {
	font-size: 18px;
	font-weight: bold;
	height: 22px;
}

#dropUpload {
	min-height: 300px;
	background: #CCC;
	text-align: center;
	line-height: 300px;
}

.thumbnails > li {
	margin-bottom: 10px;
}

.galleries .gallery {
	-webkit-box-shadow: 1px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 1px 0px 3px rgba(0,0,0,0.3);

	padding-bottom: 3px;
	text-align: center;
	width: 15.6%;
}

.galleries .gallery p {
	font-size: 13px;
	min-height: 56px;
	padding: 0 3px;
	margin: 0;
}

.icon-spin.icon-large {
	height: 0.85em;
}

.gallery-item-container {
	position: relative;
}

.gallery-item-title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1px;
}

.gallery-item-title input {
	width: 100%;
	opacity: 0.3;
	margin-bottom: 3px;
	padding: 9px 6px;
	box-sizing: border-box;
}

.gallery-item-actions {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1px;
	background: #eee;
	margin: 2px;
	opacity: 0.3;
	border-radius: 3px;
}

.gallery-item-container:hover .gallery-item-actions,
.gallery-item-container:hover .gallery-item-title input {
	opacity: 1;
}

.gallery-item-actions a {
	color: black;
}

.gallery-item-actions a:hover {
	background: none;
}

.gallery-item-actions a.delete:hover,
.gallery-item-actions a.delete.hover {
	color: red;
}

.gallery-item-actions a.promote:hover,
.gallery-item-actions a.promote.hover {
	color: gold;
}

.gallery-item-actions a.rotate-left:hover,
.gallery-item-actions a.rotate-left.hover,
.gallery-item-actions a.rotate-right:hover,
.gallery-item-actions a.rotate-right.hover {
	color: #55a12c;
}

.gallery-formFields {
	display: none;
}

.img-upload-error {
	width: 110px;
	height: 110px;
	background: #EEE;
}

i.icon-flipped {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
