
/*
-------------------------------------------------------------------------------
	The Mighty Boilerplate by Deer Digital	[Support Email] ian@deerdigital.com
-------------------------------------------------------------------------------
*/

/* Scratch files for coders, to allow simultaneous editing */

/*	
-------------------------------------------------------------------
	CSS Reset - Only clean code below here please
-------------------------------------------------------------------
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
  padding: 0px;
  margin: 0px;
}

.clear {
  clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

button::-moz-focus-inner {
	border: none;
	padding: 0px;
}


/*	
-------------------------------------------------------------------
	CSS Sticky Footer Support
-------------------------------------------------------------------
*/

html, body {height: 100%;}

body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

.wrapper {
	min-height: 100%;
}

.wrapper-internal {
	overflow:auto;
	padding-bottom: 300px;
}

.footer {
	position: relative;
	margin-top: -300px; /* negative value of footer height */
	height: 300px;
	clear:both;
}


/*	
-------------------------------------------------------------------
	Font Specifications - Assign fonts to elements here
-------------------------------------------------------------------
*/

@font-face {
    font-family:"AWConquerorSansLight";
    src:url("/wp-content/themes/definitionclinic/assets/fonts/webfont.eot");
    src:url("/wp-content/themes/definitionclinic/assets/fonts/webfont.eot?#iefix") format("embedded-opentype"),
        url("/wp-content/themes/definitionclinic/assets/fonts/webfont.woff") format("woff"),
        url("/wp-content/themes/definitionclinic/assets/fonts/webfont.ttf") format("truetype"),
        url("/wp-content/themes/definitionclinic/assets/fonts/webfont.svg#") format("svg");
    font-weight:normal;
    font-style:normal;
}


body { font-family: 'AWConquerorSansLight', sans-serif; }


/*	
-------------------------------------------------------------------
	Typography
-------------------------------------------------------------------
*/

/* Set the baseline here */
body { line-height: 20px; font-size: 14px; }

/* Lists */
ol {  }
ul {  }
ol li ol li ol, ul li ul li ul {  }
ol li ol, ul li ul {  }
li {  }

dt {  }
dd {  }
dl {  }

/* Blockquotes */
blockquote {  }

/* Cites */
cite {  }

/* Assorted Typography and Spacing */
pre { font-family: monospace; background: none repeat scroll 0 0 #eee; border: 1px solid #ddd; margin: 20px 0; padding: 20px; }
small { display: block; font-size: 10px; margin: 20px 0; letter-spacing: 0.1em; }
abbr { font-size: 10px; text-transform: uppercase; letter-spacing: 0.05em; }
strong { font-weight: bold; }
em { font-style: italic; }
a { color: #009faf; }
q {  }
p {  }

/* Links */
a:hover { }
a { }

/* Headings */
h1 { font-size: 35px; }
h2 { font-size: 30px; }
h3 { font-size: 25px; }
h4 { font-size: 20px; }
h5 { font-size: 15px; }
h6 { font-size: 10px; }



/*	
-------------------------------------------------------------------
	Layout
-------------------------------------------------------------------
*/

body {
	background-image: url(/wp-content/themes/definitionclinic/assets/img/bg.jpg);
	background-repeat: repeat-x;
	background-position: center 285px;
	background-color: #e6f5f7;
	color: #739699;
}

.header {
	background-color: #f2fbfc;
	text-align: center;
	padding: 60px 0;
}

.header h1 {
	line-height: 100px;
	font-size: 100px;
	margin: 0 auto;
	width: 440px;
	color: #333;
}

.header h1 a {
	background-image: url(/wp-content/themes/definitionclinic/assets/img/logo.png);
	background-repeat: no-repeat;
	display: block;
	height: 115px;
	width: 440px;
}

.header h1 a span {
	display: none;
}

.banner {
	border-bottom: 2px solid #dae9eb;
	border-top: 1px solid #dae9eb;
	padding: 17px 0 20px 0;
	background-color: #fff;
	letter-spacing: 1px;
	margin-bottom: 60px;
	text-align: center;
}

.banner p {	
	line-height: 20px;
	font-size: 20px;
}


.footer ul {
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
	width: 450px;
}

.footer ul li {
	letter-spacing: 1px;
	line-height: 30px;
	display: inline;
	font-size: 13px;
	color: #009faf;
	margin: 0 5px;
}

.footer ul li a {
	text-decoration: none;
}

.footer ul li a:hover {
	text-decoration: underline;
}

.footer ul .email {
	background-image: url(/wp-content/themes/definitionclinic/assets/img/email.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.footer ul .phone {
	background-image: url(/wp-content/themes/definitionclinic/assets/img/phone.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 25px;
}
