/*
Theme Name: Dominant Contact
Theme URI: http://www.dominantcontact.com
Description: Custom Wordpress Theme for Dominant Contact.
Version: 1.0
Author: Adam Turtle
Author URI: http://www.adamturtle.com/
*/

/* Design, XHTML & CSS by Adam Turtle
	 
	 Colour Palette:
	 
	 Yellow - #ffe400;
	 Red    - #d93f0b;
	 Gold   - #f2ac10;
	 Black  - #292522;
	 Green  - #7e8154;

*/

body.home {
	background: #E7E7E7 url(../img/homeBg.jpg) repeat-x  top center;
	height: 100%;	
}

body {
	background: #E7E7E7 url(../img/mainBg.gif) repeat-x top left;
	height: 100%;	
}

/* ----- =Container ----- */

div#container {
	position: relative;
	min-height: 500px;
}

/* ----- =Header ----- */

div#header {
	padding-top:23px;
	margin-bottom: 20px;
}

div#header h1 {
	height: 41px;
}

div#header h1 a {
	display: block;
	height: 41px;
	text-indent: -9999px; 
	background: url(../img/dominantContactLogo.png) no-repeat left center;
}

/* ----- =Navigation ----- */

ul#primaryNav {
	list-style: none;
	padding: 7px 0 0;
	margin-right: 0;
	float: right;
	font-size: 1.0em;
	*z-index: 1000;
/* 	background: #222; 
	 	background: url(../img/primaryNav_bg.gif) repeat-x; */
}

ul#primaryNav li {
	float: left;
	margin: 0;
	padding: 0 11px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

ul#primaryNav li a{
	padding: 2px 6px;
	font-size: 1.1em;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	font-weight: bold;
}

ul#primaryNav li a:hover{
/* 	background: url(../img/primaryNav_hover.gif) no-repeat center top; */
	color: #d93f0b;
}

ul#primaryNav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../img/subNav_btn.gif) no-repeat center top;
}

ul#primaryNav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/

ul#primaryNav li ul.subNav {
	list-style: none;
	position: absolute; /*--Important - Keeps subNav from affecting main navigation flow--*/
	left: 0;
	top: 35px;
	background: #333;
	margin: 0; 
	padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
	z-index: 1;
}

ul#primaryNav li ul.subNav li{
	margin: 0;
	padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}

html ul#primaryNav li ul.subNav li a {
	float: left;
	width: 145px;
	background: #333 url(../img/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}

html ul#primaryNav li ul.subNav li a:hover { /*--Hover effect for subNav links--*/
	background: #222 url(../img/dropdown_linkbg.gif) no-repeat 10px center;
}

ul#primaryNav li#buy {
	background: #ffe400;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display:block;
	padding: 0 3px;
	text-align:center;
	text-shadow: 0px 1px 0 rgba(255, 255, 255, .6);
}

ul#primaryNav li#buy a {
	color: #222;
	display:block;
	text-align:center;
	font-weight: bold;
}	

ul#primaryNav li#buy a:hover {
	color: #d93f0b;
}

/* ----- =Main ----- */

div#main {
	height: 316px;
}

div#main a#mainImg {
	margin-left: -5px;
	margin-right: 25px;
	display:block;
	width:460px;
	height:254px;
	background: url('../img/launchVideo.jpg') no-repeat bottom center;
	position:relative;
	*z-index: 0;
	/* Progressive Enrichment for modern browsers */
	box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
}


div#main a#mainImg span.rollover {
	display:block;
	position:absolute;
	top:0;
	left:-16px;
	width:491px;
	height:254px;
	background:url('../img/launchVideo.jpg') no-repeat top center;
}

/* div#main h2#mainHeading, */
div#main h2#mainHeading a {
	padding: 0 10px;
	max-width: 440px;
	margin-bottom: 0px;
	letter-spacing: -0.03em;
	font: normal bold 32px/1.55em Verdana;
	color: #FFF;
	display:block;
	background: #292522;
	text-decoration: none;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, .6);
	*z-index:0;
}

div#main p#mainParagraph {
	color: #EEE;
	margin-bottom: 12px;
	font-size: 1.3em;
}

div#main p#mainParagraph strong {
/* 	font-variant: small-caps; */
	font-weight: bold;
	font-size: 1.1em;
	color: #FFF;
}

div.mainHr {
	background: url('../img/mainHr.gif') repeat-x top left;
	height: 2px;
	margin-bottom: 15px;
}

div#main a.mainButton {
	background: url(../img/mainButton.png) no-repeat top left;
	display: block;
	height: 40px;
	width: 220px;
	color: #3b3b3b;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	text-shadow: 0px 1px 0 rgba(255, 255, 255, .6);
}

div#main a:hover.mainButton {
	color: #d93f0b;
}

div#main a.mainLink {
	color: #ffe400;
	font-size: 18px;
	font-weight:bold;
	line-height: 40px;
	display: block;
	text-align: center;
	text-decoration: none;
}

div#main a:hover.mainLink {
	color: #d93f0b;
}

div#main em {
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	color: #FFF;
}


/* ----- =Content ----- */

div#content {
	margin-bottom: 30px;
/* 	padding:10px; */
}

div#content h2 {
	font-family: "Lucida Sans", "Myriad Pro", Arial, sans-serif;
	font-variant: small-caps;
	text-transform: lowercase;
	font-weight: 300;
	color: #444;
	line-height: 1em;
	margin-bottom:15px;
}

div#content h2.pageHeading {
	font-family: Georgia, Times, serif;
	font-variant: small-caps;
	text-transform: lowercase;
	font-weight: 100;
	font-size: 28px;
	background: url('../img/contentHr.gif') repeat-x bottom center;
	color: #4f4f4f;
	line-height: 1.9em;
	margin-bottom:15px;
}

div#content h3 {
	font-size:16px;
	margin-bottom:5px;
	display:block;
	color: #111;
}

div#content h4 {
	font-size: 14px;
}

div.contentHr {
	height: 2px;
	background: url(../img/contentHr.gif) repeat-x top left;
	margin:40px 10px 30px;
}

div#content ul#features {
	margin: 0;
	padding: 0;
	list-style: none inside;
	margin-bottom: 10px;
}

div#content ul#features li {
	margin: 0;
	margin-bottom: 5px;
	padding-left: 24px;
	background: url(../img/tickIcon.gif) no-repeat left center;
}

div#content div.date {
	width: 40px;
	height: 40px;
	background: url(../img/dateBg.png) no-repeat top left;
	padding: 0;
	position: relative;
	margin-bottom: 10px;
}

div#content div.date span.day {
	width: 40px;
	color: #FFF;
	display: block;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 6px;
}

div#content div.date span.month {
	width: 40px;
	color: #FFF;
	display: block;
	font-weight: normal;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 0;
}

div#content h3.newsUpdate a {
	color: #d93f0b;
	position: absolute;
	text-decoration: none;
	top:33px;
	left:50px;
	line-height: 1.4em;
	font-family: Georgia, Times, serif;
	font-weight: 200;
	font-size: 18px;
	font-style: italic;
}

div#content blockquote {
	margin-bottom:100px;
	background: url(../img/blockquoteBg.gif) top left no-repeat;
	padding-left:160px;
}

div#content blockquote:last-child {
	margin-bottom: 30px;
}

div#content blockquote p, div#content blockquote ul {
	background: #d5d5d5;
	padding:10px;
	margin-bottom:0;
}

div#content blockquote p cite {
	background: #E7E7E7 url(../img/blockquoteCite.gif) no-repeat 10% 0;
	display:block;
	position:absolute;
	left:120px;
	padding-top:15px;
	margin-top:10px;
	margin-left:50px;
}

div#content blockquote.mainQuote {
	background: #d5d5d5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:0	;
	margin-bottom:0;
}

div#content blockquote.mainQuote p.quote:before {
	content: '" ';
}

div#content blockquote.mainQuote p.quote:after {
	content: ' " ';
}

div#content blockquote.mainQuote p {
	padding:10px;
	margin:0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div#content blockquote.mainQuote+cite {
	display:block;
	padding-top:10px;
	background: url(../img/blockquoteCite.gif) no-repeat 10% 0;
	margin-bottom:20px;
}

div#content p.introText {
	font-size: 20px;
	color: #d93f0b;
	line-height: 1.5em;
	margin-bottom: 25px;
}

a.smallButton {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 80px;
	line-height: 28px;
	font-weight: bold;
	height: 28px;
	color: #3b3b3b;
	background: url(../img/smallButton.png) no-repeat top left;
	text-shadow: 0px 1px 0 rgba(255, 255, 255, .6);
}

a:hover.smallButton {
	color: #d93f0b;	
}

a.equipmentPanels {
	height: 180px;
	text-indent: -9999px;
	background: url('../img/equipmentPanels2.jpg') no-repeat top left;
	display:block;
}

a#dc100Panel {
	background-position: center center;
}

a#dc200Panel {
	background-position: top center;
}

a#dc300Panel {
	background-position: bottom center;
}

div#content img.pageImage {
	max-width: 960px;
	border: 4px solid #7e8154;
	text-align:center;
	margin: 0 auto 20px;
	display:block;
}

object#DC100 {
	width: 540px;
	height: 405px;
}

div#content img.homepageImg {
	border: 4px solid #7e8154;
	max-width: 292px;
	margin-bottom: 20px;
	display:block;
}


/* =Sidebar */

div#sidebar h3 {
	clear: both;
	padding: 3px 0 3px 20px;
	color: #FFF;
	margin-left: -10px;
	margin-bottom: 20px;
	background: #888;
	font-size: 1.2em;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
}

div#sidebar {
	background: #DDD;
	margin-top:0;
	padding: 10px 0;
	border-bottom: 1px solid #BBB;
	z-index: 0;
}

div#sidebar p,
div#sidebar h4,
div#sidebar ul {
	padding:0 10px;
}

div#sidebar h4 {
	font-size: 14px;
}

/* Forms */

form#formTestimonial {
	background: #DDD;
	margin-top:100px;
	padding: 10px;
	border-bottom: 1px solid #BBB;
}

form#formTestimonial h3 {
	margin: 0 -10px 20px -20px;
	padding-left: 30px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
}

form#formTestimonial label {
	float: left;
	width: 60px;
	display:block;
	color: #666;
}

form#formTestimonial input,
form#formTestimonial textarea {
	border: 1px solid #AAA;
	padding: 5px;
	float:left;
	font-size: 1.1em;
	margin-bottom: 10px;
	width: 200px;
}

form#formTestimonial textarea {
	height: 100px;
}

form#formTestimonial button {
	background: #d93f0b;
	padding: 2px 15px;
	color: #FFF;
	font-size: 1em;
	border: none;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	float:right;
	margin-right: 10px;
}

form#formTestimonial button:hover {
	background:	#9e2e09;
}

form#sendEmail {
	background: #DDD;
	padding:10px;
	border-bottom: 1px solid #BBB;
}

form#sendEmail p.alert {
	color: #FF0000;
}
 
form#sendEmail label {
	width: 130px;
	height: 25px;
	line-height: 25px;
	color: #333;
	display: block;
	text-align: right;
	float: left;
	margin-right: 20px;
	padding: 5px 8px;
	font-size: 1.4em;
}

form#sendEmail input[type="text"] {
	width: 200px;
	font-size: 1.4em;
	float: left;
	padding: 3px 5px;
	border: 1px solid #AAA;
	display:block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #222;
}

form#sendEmail p.error {
	color: #FF0000;
	display:block;
	margin:-30px auto -20px 170px;
	float:left;
	padding-left: 25px;
	height: 8px;
	background: url(../img/crossIcon.png) no-repeat center left;
}

form#sendEmail p.errorJS {
	color: #FF0000;
	display:block;
	margin:-30px auto -20px 170px;
	padding-left: 25px;
	float:left;
	height: 14px;
	background: url(../img/crossIcon.png) no-repeat center left;
}

p.success {
	background: url(../img/tickIcon.gif) no-repeat center left;
	padding-left: 25px;
	color: #339900;
	height: 8px;
}

form#sendEmail textarea#message {
	width: 400px;
	border: 1px solid #AAA;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 150px;
	font-size: 1.4em;
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	padding: 3px 5px;
	color: #222;
}

form#sendEmail button {
	background: #d93f0b;
	padding: 5px 15px;
	color: #FFF;
	font-size: 1em;
	border: none;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	float:left;
	margin-left: 170px;
}

form#sendEmail button:hover {
	background:	#9e2e09;
}

/* ----- =Product Description ----- */

div#productDescription h2 {
	font-variant: normal;
	font-family: "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 3em;
	
}

div#productDescription img#productImage {
	float:left;
	margin: 5px 30px 10px 0;
	border: 5px solid #7e8154;
	max-width: 190px;
}

div#productDescription h2 + p {
	font-size:1.5em;
	color: #444;
	text-align: left;
	font-family: Georgia;
	font-style: italic;
	width: 390px;
	float:right;
	line-height: 1.6em;
	padding-bottom: 20px;
	color: #d93f0b;
	background: url('../img/contentHr.gif') repeat-x bottom center;
}

object {
	border: 4px solid #7e8154;
	display: block;
	clear:both;
	margin-bottom:20px;
}

div#productInfo {
	clear:both;
}

/* News */

div.newsDate {
	float:left;
	width: 120px;
	margin-right: 20px;
	margin-top:5px;
}

div.newsDate p {
	text-transform: uppercase;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 0.9em;
	color: #FFF;
	letter-spacing: 0.03em;
	background: #d93f0b;
	padding: 3px 10px 3px 15px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
}

div.newsText {
	float: right;
	max-width: 480px;
	margin-bottom: 4em;
}

div.newsText:last-child {
	margin-bottom: 0;
}

div.newsText img {
	max-width: 420px;
	max-height: 400px;
	border: 4px solid #7e8154;
}

div#content div.newsText h3 {
	text-transform: uppercase;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 1.2em;
	color: #333;
	border-bottom: 1px dotted #AAA;
}

div.newsText h3 + p {
	margin-top: 20px;
}

/* ----- =General Content ----- */

div.generalContent p:first-child {
	font-size:1.3em;
	color: #000;
	padding-bottom:20px;
	background: url('../img/contentHr.gif') repeat-x bottom center;
}

div.generalContent img {
	border: 5px solid #7e8154;
}

div.categoryItem img.categoryImg {
	border: 5px solid #7e8154;
	width: 290px;
	margin-left: 0px;
}

div.categoryItem a:hover img.categoryImg {
	border: 5px solid #d93f0b;
}

div#content div.categoryItem h3 {
	font-size: 1.4em;
	margin-top: -7px;
}

div.categoryItem p {
	color: #444;
	margin-bottom:0;
}

div.categoryItem ul.buttonList {
	list-style: none;
}

div.categoryItem ul.buttonList li {
	float: left;
	list-style: none;
	margin:10px;
	margin-left: 0;
}

/* ----- =Footer ----- */

div#footer {
	height: 45px;
	padding-top: 65px;
	clear:both;
	background: #6dbc28 url(../img/footerBg.gif) repeat-x bottom center;
}

div#footer p {
	color: #adadad;
	font-size: 10px;
	margin-bottom:0;
	margin-top: 5px;
}

div#footer ul#footerNav {
	list-style: none inside;
	padding-top: 10px;
	margin: 0;
}

div#footer ul#footerNav li {
	display: inline;
	margin:0;
	padding: 0;
	color: #FFF;
	font-size: 12px;
}

div#footer ul#footerNav li a {
	color:#ffe400;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #ffe000;
}

div#footer ul#footerNav li a:hover {
	color:#d93f0b;
	border-bottom: 1px solid #d93f0b;
}

/* ----- =Misc ----- */
	
.hide {
	display: none;
}