/*
Theme Name: Hybrid-CM-Primary
Country: Canada
Colors & Backgrounds

*/




/* $ BASICS */

*{margin:0; padding:0;}

body {
	background:#f0efe3;
	font-family:Helvetica, Arial, Verdana, Tahoma, Sans-Serif;
	color:#333333;
	font-size: 12px;
	line-height: 1.5em;
}
	
a, a:link, a:visited {text-decoration:none; color:#b01b21;}

a:hover {text-decoration:underline;}

/* $1 HEADER */

#header {
	background-image: url(../../images/can/headerBaseline.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#header ul {background: url(../../images/can/ulGrad.png) repeat-x;}
	
#headUlLeft {
	background: url(../../images/can/ulLeft.png);
	background-repeat: no-repeat;
}
	
#headUlRight {
	background: url(../../images/can/ulRight.png); 
	background-repeat: no-repeat;
}

#menu {}
	
/* $2 CONTENT */

#billboard ul, #homeBillboard ul, #homeBillboard ul li {list-style-image: url(../../images/can/check.png) !important;}
	
#billboard h1, #homeBillboard h1 {color:#8C1319;}
#billboard h4, #homeBillboard h4 {color:#B42625;}

#tabbedNav {background:url(../../images/can/tabs.png) no-repeat 0 0;}
		
#tabbedNav ul li {background: url(../../images/can/bg_tabs.png) no-repeat 0 -30px;}
			
#tabbedNav ul li.active {background: url(../../images/can/bg_tabs.png) no-repeat 0 0;}

#postIt {background: url(../../images/can/postit.png) no-repeat;}
				
.p1Submit {background: url(../../images/can/p1Btn.png) no-repeat center -70px;}

.p2Submit {background: url(../../images/can/p2Btn.png) no-repeat center -70px;}

.formSubmit {background: url(../../images/can/formBtnw.png) no-repeat center -70px;}

.formSubmit2 {background: url(../../images/can/formBtnw2.png) no-repeat center -70px;}

.contentPost #leftContent h2 {color:#b01b21;}
.contentPost #leftContent h1 {color:#701015;}

table#tips {
	width:590px;
	border:none;
}

table#tips td {
	width: 200px;
	padding: 5px;
	border:1px solid #701015;
}

#howItWorks {color: #701015;}

#step1,
#step2,
#step3 {background: url(../../images/can/steps.png);}
	
#step2 {background-position: center -32px;}
#step3 {background-position: center -64px;}

/* $3 FOOTER */

.input_long, .input_short4, .input_short1, textarea {
	border-top:2px solid #AFAD99;
	border-left:2px solid #AFAD99;
	border-right:2px solid #DFDDD1;
	border-bottom:2px solid #DFDDD1;
}
	
.input_long:focus, .input_short4:focus, .input_short1:focus, textarea:focus {
	border:2px solid #701015;
	border-right:2px solid #BF535D;
	border-bottom:2px solid #BF535D;
}