/*
Theme Name: Insurance Know-How
Theme URI: http://insuranceknowhow.ca/
Description: Insurance Know-How template.
Version: 2.0
Author: Opal Gamble
Author URI: http://www.designanddevelop.ca/
Tags: custom, fixed width, two columns, widgets

*/



.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #000;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

.footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

.footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */






/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 10px 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	font-size:0.6em;
	
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}
#sidebar .wrap {padding:0 4px 0 6px;}


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 0 0 20px;
	padding: 20px;
	border-left: 2px solid #5e1a00;
	background:#ebe5d5;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	font-style:normal;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */





@charset "utf-8";
/* CSS Document */


/* ***** INSURANCE KNOW-HOW ***** */

body {background:#f5f2eb url(images/common/bg-body.jpg) repeat-x top; padding:0; margin:0;font-family: "trebuchet ms", "Times New Roman", Times, serif; }

h1,h1 span,h2,h3,h4,h5,h6,dt,th {font-family:Tahoma, Georgia, "Times New Roman", Times, serif; font-weight:normal;}
p,blockquote,cite,li,dd,label,span,input,textarea,option,td,#locations h4 {font-family: "trebuchet ms", "Times New Roman", Times, serif; font-weight:normal;}
code {font-family:"Courier New", Courier, monospace; font-weight:normal;}
a {color:#461300;}
	a img {border:none;}
	a:hover {text-decoration:none;}

h1 {font-size:1.4em; color:#330000; margin:0.5em 0; line-height:120%;padding:16px 0 10px 0; background:url(images/common/dots-horizontal.gif) bottom left repeat-x; text-transform:capitalize;}
h1 span {font-weight:bold; color:#cb6900;}
h1:first-line {font-size:1.4em; color:#980101; margin:0.5em 0; line-height:130%;}
h1 a { text-decoration:none; color:#330000;}




h2 {font-size:1.3em; color:#330000; margin:0.5em 0;}
h2 span {font-weight:bold; color:#cb6900;}


#colthree h3 {font-size:0.9em; margin:0.5em 0; font-weight:bold; line-height:120%; color:#cb6900; font-size:1.3em;}
#colthree h3.name a {text-decoration:none;}

#colthree h2.prodtitles span {color:#461300; font-size:1.2em; background:url(images/common/dots-horizontal.gif) top left repeat-x; padding-top:10px; margin-top:10px; width:220px;}


h3 {font-size:1.4em; color:#461300; margin:0.5em 0;}


h4 {font-size:1.2em; margin:0.5em 0;}

h5 {font-size:1.1em; margin:0.5em 0;}

h6 {font-size:1em; margin:0.5em 0;}

p, dd, td{font-size:0.9em; line-height:1.66em;}

#disclaimer {font-size:0.7em; font-style:italic; border-top: solid 1px #333; border-bottom: solid 1px #333; padding:10px 0; margin:20px 0; display:block;}

dd {line-height:1.0em;}

blockquote {font-size:0.9em;}

cite {font-size:0.9em;}

ul {}
	#quickcontact ul, #coltwo #sidecol ul {padding:0; margin:0; list-style:none;}

li {font-size:0.9em;}
#coltwo ul {padding:0; margin:0;}
#coltwo ul li {background:url(images/common/bullet.jpg) left 16px no-repeat;  padding:10px 0 10px 20px; margin:0; list-style-type:none; }
#shopp #coltwo ul li {  padding:6px 0 6px 10px; margin:0 0 0 20px; list-style-type:disc; }
#shopp #coltwo ol li {  padding:6px 0 6px 0px; margin:0 0 0 0px; list-style-type:decimal; }

#coltwo ol li {margin:10px 0;}
#coltwo ol ol li {list-style-type: lower-alpha;}


.more { text-align:right;}
	.more a {text-transform:uppercase; color:#8d3506;}
	.more img {padding-right: 6px;}

/*img floats*/
.picright {float:right; padding:0 0 10px 10px;}
	
/*form elements*/
form {padding:0; margin:0;}
label {padding:4px 6px 0 6px;}
#mc-embedded-subscribe-form label {display:block; clear:both;  margin:0; }
#mc-embedded-subscribe-form input { display:block; float:left; width:200px;}
.mc-field-group { padding: 10px 0; display:block; clear:both;}

#mc_embed_signup2 { display:block; float:right; width:300px; margin-left:20px;}
#mc_embed_signup2 p { font-size:80%; padding: 6px 10px; text-align:left;}
.indicate-required {font-size:80%;}
#mc_embed_signup2 label {display:block; float:left; font-size:0.8em; width:100px; margin:0 4px 0 0;}
#mc_embed_signup2 input { display:block; float:left; width:140px; margin-right:4px;}
.mc-field-group { padding: 10px; display:block; clear:both;}

select {width:auto;}
input[type=hidden] {display:none;}
input.addtocart, .remove, input.update-button, input[type="submit"] {background:url(images/common/bg-submit.gif) center center no-repeat; color:#fff; text-transform:uppercase; border:0; height:22px; width:77px; font-size:0.8em;}
.buywrap input.addtocart {font-size:0.7em;}
.buywrap input[type=text] {width:20px; margin-right:2px;}

input.update-button, #confirm-button, #apply-code {background:#943816; color:#fff; text-transform:uppercase; border:0; height:22px; width:auto;}

#items-0-quantity, #items-1-quantity {width:20px;}
 

/*site body*/
#iwrap {width:980px; display:block; }

	
		
		#masthead {height:83px; vertical-align:bottom; display:block;}
		
		#contentwrap {padding:0 10px 10px 10px;}
		
			#maintable {}
			
			
			#colone {width:270px; display:block; float:left; margin-left:10px;}
				#colone .wrap {padding:0;}
				
				#colone ul, #colone li{ margin:0 10px; padding:0; list-style-type:none; }
				#colone li{ background:url(images/common/bullet-colone.jpg) left 4px no-repeat; padding:0 0 0 30px; margin:6px 20px 6px 0; font-size:80%;} 
				#colone a {text-decoration:none;}
				#colone .buywrap {padding:10px 0px 0 0px; margin-bottom:500px;}
				.buywrap .product12 {border-bottom:dotted 1px #000; padding-bottom:20px;}
				.buywrap h2 {font-size:105%;}
				.buywrap p {line-height:110%;}
				.buywrap .more {border-bottom:dotted 1px #000; padding-bottom:20px;}
				
			#colone form input { border: solid 1px #61190b;}
				
			.single-post #colone, .tag #colone {min-height:1000px; }

			#coltwo {width:660px; display:block; float:right; padding-bottom:20px;}
				#coltwo #cfloat {width:410px; float:left;}
				#coltwo p {font-size: 0.88em; line-height:1.66em;}

			#colthree {display:block; float:right; width:270px; margin:0 0 20px 20px; }
			
			
				#colthree li.cat-post-item {background:url(images/common/bullet-dyk.gif) 0 6px no-repeat; padding:0 0 0 10px; margin:0 0 6px 0}
				a.post-title {color:#993300; font-weight:bold;}
				.post-date {font-size:80%}
				.post-date a.post-title {font-weight:normal; text-decoration:underline;}
				
				.colthree p {line-height:110%;}
				
.separator {display:block; background:url(images/common/dots-horizontal.gif) bottom left repeat-x; width:98%; margin:10px auto;height:2px;}


.colthree {margin: 40px 0 0 0; float:left; width: 270px; overflow:hidden; font-size:80%;}
.colthree #mc-embedded-subscribe-form .mc-field-group {display:block; float:left; width:220px; margin:6px 0; padding:0;}
.colthree #mc-embedded-subscribe-form label {width:80px; font-size:80%; }
.colthree #mc-embedded-subscribe-form input {width:120px;}
				
/*clearing elements*/
.cleft {clear:left;}
.cright {clear:both;}
.cboth {clear:both;}

/*common navigation*/
#mainnav li, #socialnav li, .footer li, .subnavigation li {list-style-type:none;}
#mainnav ul, #socialnav ul, .footer ul, .subnavigation ul {list-style:none; padding:0; margin:0;}


/* social nav */
#socialnav {float:right; clear:both; width:100%; }
#socialnav li {display:block; float:right;}
#socialnav li a {color:#fff;}

/*main navigation*/
#mainnav {padding: 20px 0 0 0; display:block; clear:both; float:right; width:100%;}

		#mainnav ul { margin:0; display:block; float:right; height:43px; }
		#mainnav li {font-size:0.9em; height:43px; float:left; display:block; margin:0 2px 0 0; padding:0;}
			#mainnav li a {color:#ffffff; text-decoration:none; padding:10px 8px; display:block; text-transform:uppercase;}

		/*active item rules*/
		#mainnav #nav a:hover {color:#0f4267; background:url(images/common/bg-nav-on-left.gif) repeat-x top left;}

		#mainnav li:hover {background:url(images/common/tab-left.jpg) top left no-repeat;}
		#mainnav li:hover a {background:url(images/common/tab-right.jpg) top right no-repeat; color:#461300;}

		#mainnav .current_page_item {background:url(images/common/tab-left.jpg) top left no-repeat;}
		#mainnav li.current_page_item a {background:url(images/common/tab-right.jpg) top right no-repeat; color:#461300;}
		
	/*drop down navigation  */
		#mainnav li ul { left:-999em; position:absolute; z-index:10; display:block; background: #f5f2eb;  }
		#mainnav li:hover ul, #mainnav li.sfhover ul {left:auto; margin-left:0; background: #f5f2eb; }	
		
		#mainnav ul li ul li, #mainnav ul li.current_page_item ul li, #mainnav li:hover li { background-image: none; text-align:left; font-size:0.9em; padding:0;margin:0; float:none; display:block; height:auto; border:solid 1px #000;}
		
		#mainnav li:hover li a {background-image:none; background: #f5f2eb;}
		
		#mainnav ul li ul li a, #mainnav li.current_page_item ul li a {color:#00181d; background-image: none; padding:6px 16px 5px; margin:0; text-decoration:none; width:200px; display:block; background: #f5f2eb; }
		#mainnav ul li ul li a:hover, #mainnav li.current_page_item ul li a:hover {color:#fff; background:#00181d; background-image:none;}	
		
		
#coltwo #tab .col {width:50%; float:left; display:block;}
	#tab h3 {background:url(images/common/bg-tab-home.gif) top left no-repeat; font-size:95%; padding:20px 0 0 40px; height:45px; text-transform:uppercase; font-weight:bold;}
	#tab dt {font-size:110%; color:#260300;}
	#tab ul.more a {text-transform:uppercase; color:#8d3506; font-style:normal;}

#tab dd {background:url(images/home/tab-divider.jpg) bottom left repeat-x; padding:4px 0 10px 30px; margin:0 0 10px 0;}
#tab dl {padding:0 0 0 40px; margin:0;}
#tab dt a {text-decoration:none;}

dl.articles, dl.articles dt{ margin:0; padding:0; list-style-type:none; }
dl.articles {padding-left:30px;}
dl.articles dt{ background:url(images/common/bullet-articles.jpg) left 4px no-repeat; padding:0 0 0 30px; margin:0;} 
dl.articles dd {color:#8f6e42;}
dl.services, dl.services dt{ margin:0; padding:0; list-style-type:none;}
dl.services {padding-left:30px;}
dl.services dt{ background:url(images/common/bullet-services.jpg) left 4px no-repeat; padding:0 0 0 30px; margin:0;} 

.entry table {border: solid 1px #260300; border-collapse:collapse;}
.entry th {background:#260300; color:#fff; padding:10px 6px; font-size:90%; text-align:left; font-weight:bold;}
.entry td {vertical-align:top; padding:6px; border-bottom:solid 1px #260300; width:50%;}



/* Clients */
#clientheader {display:block; float:left; margin:0 0 0 30px; height:43px;}
#clients { width:100%; display:block; margin:0; background:#d9d1b5; height:80px;}
#clients .wrap {width:950px; display:block; float:left; padding:20px 18px;}
#clients .wrap img {padding-right:6px;}

	
/*footer navigation*/
.footer { width:100%; text-align:center; text-transform: uppercase; display:block; margin:0; background:#260300;}
	.footer .wrap { padding-top:10px; margin: 0; width: 980px; float:left; display:block; clear:both;}
	.footer ul {padding-top:10px; display:block; margin:0 auto;}
		.footer ul.LGlob_list {margin:0.5em 0.25em;  }
		
	.footer li {display:inline; border-right: solid 1px #fff; font-size:0.8em; color:#ffffff; font-family: Georgia, "Times New Roman", Times, serif;}
		.footer li#menu-item-549 {border-right:0px;}
			.footer li a {color:#ffffff; font-weight:normal; text-decoration:none; padding: 0 10px;}
				.footer li#menu-item-549 a {padding-right:0px;}
				.footer li#menu-item-551 a {padding-left:0px}
		.footer ul.secondary { }
		.footer .secondary li {font-size:0.8em; color:#bd975c; font-family: Georgia, "Times New Roman", Times, serif; margin-right:6px; padding-right:6px; border-right: solid 1px #bd975c;}
		.footer .page-item-267, .footer li.last {border-right: solid 0px #fff;}
		.footer span {color: #fff;}
			.footer .secondary a, .footer p.credits a {color:#ffcc66; font-size:0.8em;}
	.footer p.credits {color:#bd975c; font-size: 80%; }
		.credits img {vertical-align:middle;}
			
/*hide print logo*/
#printlogo {display:none;}
	


/* ***** DRIP ***** */
#drip {border: 5px solid #e7e1c9; background: url(images/common/bg-drip.jpg) top left no-repeat #220900; width:232px; }
#drip p {text-align:left; margin-left:15px; color:#fff;}
#drip a {color:#ffefa2;}
#drip h2 {color:#ffefa2; font-size:110%; margin:6px 15px; font-weight:normal; }
#drip h2 span {color:#fff;font-size:150%; margin-left:20px;}
#drip ul, #drip li {list-style:none; background:none;}
#drip label {color: #fff; text-align:right; width:55px; display:block; float:left; margin-right:6px; font-size:0.7em;}
#drip li input {border: solid 2px #b76e49; background:#e7e1c9; width:130px;}
#drip .submit {background:url(images/common/bg-submit.gif) center center no-repeat; color:#fff; text-transform:uppercase; border:0; height:22px; width:77px;}


/* ***** TRAINING FEATURE ***** */

#training {background:url(images/common/bg-training.jpg) top left no-repeat; width:241px; display:block;}
#training .wrap {padding:12px 16px 0 16px;}
#training h2 {text-transform:uppercase; color:#000000; margin:10px 10px 0 0; font-weight:normal;}
#training h2:first-line {color:#521704; font-weight:bold;}
#training li { padding-bottom:0; }
#training ul {margin:10px 0;}
#training a {text-decoration:none;}



/* ***** STORE ***** */


ul.variations label {font-weight:normal; width:auto;}
ul.variations input {width:auto;}
