/* Enter Your Custom CSS Here */
/*Blockquote Styling*/
blockquote {
	display: block !important;
	padding-left: 100px !important;
	margin: 5px;
	background-image: url(http://www.axisconsulting.co.uk/blog/wp-content/uploads/2013/09/examplequote.gif);
	background-position: middle left;
	background-repeat: no-repeat;
}

/*p {
	font-family: georgia;
}*/
#masthead {
	position: relative;
}

.site-header {
	height: 76px;
	padding: 0;
}

.site-header,.hfeed {
	background-color: #fcfefc;
}

.header-image {
	margin-left: 20px;
	border-radius: none !important;
	box-shadow: none !important;
}

#banner {
	margin-left: -40px;
}

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
	color: #000;
	border-bottom: solid 2px #1fa9ce;
	line-height: 10px;
	font-weight: bold;
	text-decoration: none;
}

#site-navigation {
	float: right;
}

.main-navigation li a, .main-navigation li {
	font-size: 9px;
}

.main-navigation li {
	margin: 0 10px 0 0;
	position: relative;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	border-bottom: 0;
	border-top: 0;
}

.phone_dock {
	background-attachment: scroll;
	background-image: url(http://www.axisconsulting.co.uk/blog/wp-content/uploads/2013/07/phone_dock.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 71px;
}

.phone_small {
	font-family: Calibri, "Trebuchet MS", Arial;
	font-size: 12px;
	color: #FFF;
}

.phone_big {
	font-family: Calibri, "Trebuchet MS", Arial;
	font-size: 18px;
	color: #FFF;
}

body .site {
	margin-top: 48px;
	margin-top: 0;
}

.header-image {
	margin-top: 20px;
}

/* This Block Adjusts the Overall Theme Width */
footer[role="contentinfo"] {
	max-width: 1000px;
}

@media screen and (min-width: 600px) {
	.site {
		max-width: 1000px;
		max-width: 71.42857143rem;
	}
}

.ie .site {
	max-width: 1000px;
}

p {
	color: #000;
}

.entry-header .entry-title {
	font-size: 25px;
}

/*Line up sign up input boxes*/
#mce-FNAME {
	margin-left: 21px;
	margin-bottom: 5px;
}

#mce-LNAME {
	margin-left: 23px;
	margin-bottom: 5px;
}

/*MC Border*/
#mc_embed_signup {
	border: 5px solid #305389;
	padding: 5px;
}

#mc-embedded-subscribe {
	float: right;
	margin: 10px;
}