/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #31569D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.navbar {
	background: #0E2754;
}

.navbar-nav .nav-link {
	padding: 10px 18px;
	margin-right: 4px;
	border-radius: 6px 6px 0 0;
}

.navbar-nav .nav-link:hover {
	background: rgba(255, 255, 255, 0.15);
}

h1,
h2,
h3:not(input) {
	margin: 0px;
	padding: 0px;
	font-family: 'Norican', cursive;
	font-weight: 400;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

p,
ul,
ol {
	margin-top: 0;
	line-height: 180%;
}

ul,
ol {}

a {
	text-decoration: none;
	color: #0082B4;
}

table.list tr>td {
	padding-bottom: 1em;
}

a:hover {}

img.border {
	border: 6px solid #E1F1F6;
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

td {
	vertical-align: middle
}

#wrapper {
	overflow: hidden;
	margin: 0px auto;
	background: url(../images/wrapper-image-bg.jpg) no-repeat center bottom;
}

/* Header */

#header {
	overflow: hidden;
	width: 1000px;
	height: 100px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	height: 60px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
}

#logo h1,
#logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	padding-left: 30px;
	letter-spacing: -3px;

	font-family: 'Norican', cursive;
	font-size: 64px;
}

#logo span {
	letter-spacing: normal;
	font-size: 22px;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 280px;
	padding: 0;
}

#search form {
	float: right;
	height: 41px;
	margin: 0;
	padding: 40px 40px 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 220px;
	height: 35px;
	padding: 0px 10px;
	border: none;
	background: #636900;
	line-height: 35px;
	letter-spacing: 1px;
	text-transform: lowercase;
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 900px;
	height: 60px;
	margin: 0 auto;
	padding: 0px 40px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 40px;
	margin-right: 1px;
	padding: 20px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu .current_page_item a {
	background: url(../images/page-content-bg.png) repeat;
}

#menu a:hover {
	background: url(../images/page-content-bg.png) repeat;
}

#splash {
	width: 900px;
	height: 260px;
	margin: 0px auto;
	background: url(../images/img05.jpg) no-repeat left top;
}

/* Page */

#page {
	overflow: hidden;
	width: 95%;
	margin: 0px auto;
	padding: 50px 40px;
	background: url(../images/page-content-bg.png) repeat;
	border-radius: 20px;
	margin-top: 5px;
}

/* Content */

#content {
	float: left;
	width: 520px;
	padding: 0px 20px;
}

.post {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #0E2754;
}

.post .title {
	padding-bottom: 20px;
	letter-spacing: -1px;
	text-transform: lowercase;
	color: #FFFFFF;
}

.post .title a {
	border: none;
	color: #FFFFFF;
}

.post .meta {
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {}

.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 10px 0px 0px 0px;
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 330px;
	padding: 0px 0px 0px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 15px;
	padding-bottom: 30px;
}

#sidebar li li {
	padding-left: 15px;
	line-height: 35px;
	background: url(../images/img07.jpg) no-repeat left 14px;
	border-bottom: 1px solid #EFF4F5;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	padding: 12px 0 0 15px;
	letter-spacing: -1px;
	color: #95C500;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #7F7F81;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #95C500;
}

/* Calendar */

#calendar {}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 900px;
	height: 140px;
	margin: 0px auto;
}

#footer p {
	margin: 0;
	padding-top: 30px;
	line-height: normal;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}

#footer a {
	text-decoration: underline;
	color: #0E2754;
}

#about {
	overflow: hidden;
	width: 820px;
	margin: 0px auto;
	padding: 40px 40px;
}

#about .title {
	padding-bottom: 10px;
	letter-spacing: -1px;
	text-transform: lowercase;
	color: #A26500;
}

#two-column {
	padding-top: 30px;
}

#two-column h2 {
	padding-bottom: 20px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 30px;
	color: #A26500;
}

#two-column #column1 {
	float: left;
	width: 390px;
}

#two-column #column2 {
	float: right;
	width: 390px;
}

.list-style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-style1 li {
	padding: 5px 0px;
	border-top: 1px solid #EEEEEE;
}

.list-style1 a:hover {
	text-decoration: underline;
}

.list-style1 .first {
	border-top: none;
}


#clientdetails {
	width: 420px;
}

#totals {
	float: right;
	clear: both;
}

/* Generic class to enable the hand pointer where required */
.handclick {
	cursor: hand;
	cursor: pointer;
}

/* Sets the background and required width for table cells with an input button for deleting and the background image a red cross */
td input.cancelbutton {
	width: 16px;
	height: 16px;
	border: none;
	background: white url('../images/cancel.png') no-repeat top;
	color: white;
}

/* Generically sets all tables with this class ot have a white background to stand out against the grey background of the pages */
table.backwhite {
	background-color: white;
	color: black;
	opacity: 0.8;
}

.billed {
	background-color: #FFFF99;
}

#quicktotals {
	float: right;
}

.ui-dialog-buttonset {
	text-align: center;
}

.cdkey_uses_list {
	display: none;
}

.showhideuses {
	cursor: pointer;
	display: block;
}

.hide {
	display: none;
}

.validateTips {
	border: 1px solid transparent;
	padding: 0.3em;
}

input.text {
	margin-bottom: 12px;
	width: 95%;
	padding: .4em;
}

fieldset {
	padding: 0;
	border: 0;
	margin-top: 25px;
}

.addusagebutton {
	padding: 0 !important
}

.nav-item {
	padding-left: 10px;
}