/*
Theme Name: Blackjax
Theme URI: http://blackjax.com.au/
Description: Blackjax theme for Sarah and Peter Spriggs
Author: Ryan Murray
*/

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {

	font-family: Georgia;
	color: #6f6f6f;
	font-style: italic;
	font-size: 24px;
	font-weight: 100;
	margin-bottom: 15px;

}

h2 {

	font-family: Georgia;
	color: #6f6f6f;
	font-style: italic;
	font-size: 18px;
	font-weight: 100;

}

p {

	font-family: Georgia;
	color: #959595;
	line-height: 1.5;
	margin-bottom: 15px;
	font-size: 13px;
	font-style: italic;

}

a.buttons {

	background: #027400;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #004F00),
    color-stop(0.73, #027800)
	);
	background-image: -moz-linear-gradient(
    center bottom,
    #004F00 0%,
    #027800 73%
	);
	padding: 10px 30px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	margin: 10px 0;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

#header {

	width: 940px;
	margin: 0 auto;
	padding: 20px 0;

}

#logo {

	float: left;
	overflow: hidden;

}

#headerRight {

	float: right;
	overflow: hidden;

}

div.numbers {

	text-align: right;

}

div.nav ul li{

	display: inline;

}

div.nav ul li a {

	font-family: Georgia;
	font-style: italic;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	margin: 0 8px;

}

div.nav {

	margin: 40px 0 0 0;

}

div.nav ul {

	overflow: hidden;
	background: #027800;
	padding: 15px 30px;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #004F00),
    color-stop(0.73, #027800)
	);
	background-image: -moz-linear-gradient(
    center bottom,
    #004F00 0%,
    #027800 73%
	);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

#content {

	width: 940px;
	margin: 0 auto;

}

div.feature {

	margin: 40px 0 0 0;
	height: 345px;
	width: 100%;
	background: #b60505;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #880002),
    color-stop(0.73, #b60505)
	);
	background-image: -moz-linear-gradient(
    center bottom,
    #880002 0%,
    #b60505 73%
	);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;

}

div.featureLeft {

	width: 420px;
	overflow: hidden;
	float: left;

}

div.contentLeft img {

	margin: 13px;
	background: #fff;
	border: 3px solid #848484;
	padding: 1px;

}

div.contactRight {

	width: 400px;
	float: right;
	padding: 20px 0 0 0;

}

div.contactRight textarea {

	height: 100px;

}

div.contactRight p {

	color: #fff;

}

div.testimonials, div.contactText {

	padding: 40px;

}

div.testimonials p {

	font-size: 16px;
	font-family: Georgia;
	font-style: italic;
	line-height: 1.6;
	color: #fefefe;
	font-weight: 100;

}

div.contactText p {

	font-size: 24px;
	font-family: Georgia;
	font-style: italic;
	line-height: 1.6;
	color: #fefefe;
	font-weight: 100;

}

div.contactText h6 {

	font-family: Georgia;
	font-size: 16px;
	font-weight: 100;
	font-style: italic;
	margin: 10px 0 0 0;
	color: #d1d1d1;
	line-height: 1.5;

}

div.testimonials h6 {

	font-family: Georgia;
	font-size: 16px;
	font-weight: 100;
	text-align: right;
	font-style: italic;
	margin: 10px 0 0 0;
	color: #d1d1d1;

}

div.featureRight {

	float: right;
	width: 460px;
	background: #c9c8c8;
	height: 345px;
	margin: -40px 15px 0 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;

}

div.contentLeft {

	background: #d1d1d1;
	float: left;
	overflow: hidden;
	width: 400px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;

}

div.contentRight {

	width: 520px;
	float: right;
	overflow: hidden;

}

div.padding {

	padding: 40px;

}

#footer {

	width: 100%;
	float: left;
	margin: 40px 0;
	background: #b60505;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #880002),
    color-stop(0.73, #b60505)
	);
	background-image: -moz-linear-gradient(
    center bottom,
    #880002 0%,
    #b60505 73%
	);

}

div.footerContainer {

	width: 940px;
	margin: 0 auto;
	padding: 15px 0;

}

div.footerContainer p {

	color: #fff;

}

div.footerLeft {

	float: left;

}

div.footerRight {

	float: right;

}

#footer ul li {

	display: inline;
	margin-left: 10px;

}

#footer a {

	color: #fff;
	text-decoration: none;
	font-family: Georgia;
	font-style: italic;
	font-size: 13px;

}

#footer a:hover {

	text-decoration: underline;

}
