/*
Theme Name: Canada Passport Help
Theme URI: http://standardmedia.ca
Description: Canada Passport Help site theme
Version: 1.0
Author: Steve Palmer
Author URI: http://standardmedia.ca
*/

body,html,img,ul,ol,li,form,h1,h2,h3,h4,p,blockquote {
	border: none;
	margin: 0;
	padding: 0;
}

body {
	background: #fff url("images/body-bg.png") repeat-x;
	text-align: center;
	-x-system-font: none;
	font-family: "Helvetica", "Arial", "Sans-serif";
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	color: #514b4b;
}

a {
	color: #d04949;
	text-decoration: underline;
}

a:hover {
	color: #ee7676;
	/*background: #ffffe5;*/
}

p {
	line-height: 20px;
	margin: 10px 0;
}

small {
	font-size: 10px;
	line-height: 14px;
	color: #999;
}

h2 {}

h3 {
	color: #262626;
	font-size: 22px;
	font-weight: normal;
	margin: 15px 0 10px;
}

h4 {
	color: #555;
	font-size: 16px;
	margin: 25px 0 10px;
}

address {
	font-style: normal;
	font-size: 14px;
	line-height: 17px;
	background: 
	margin: 10px 0;
	background: #f3fbff;
	padding: 8px;
	border: solid 1px #c8e2ef;
}

.message {
	padding: 10px 20px;
	margin: 20px 0;
}

.message.error {
	background: #ffb;
	border: solid 1px #eeb;	
}

.message.error h3 {
	color: #c00;
}

.message.error h4 {
	color: #c00;
	margin: 10px 0 5px;
}

/****************************************
*  page structure
*/

#page {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

.single #page,
.archive #page {
	background: url("images/page-header-bg.png") no-repeat 0 88px;
}

/****************************************
*  header
*/

#header {
	height: 54px;
	*margin: 0 0 34px;
	overflow: hidden;
	position: relative;
}

#header h1 {
	background: url("images/header-bg.png") no-repeat;
	width: 331px;
	height: 100%;
	text-indent: -9999px;
}

#header h1 a {
	display: block;
	height: 100%;
}

#header .description {
	display: none;
}

#questions-top {
	text-align: right;
	padding: 12px 6px 0;
	color: #777;
	font-size: 13px;
	z-index: 100;
	position: absolute;
	top: 54px;
	right: 0;
}

/****************************************
*  main menu
*/

#mainmenu {
	width: 504px;
	height: 54px;
	position: absolute;
	top: 0;
	right: 0;
	background: url("images/mainmenu.png") no-repeat;
}

#mainmenu li {
	list-style: none;
	position: absolute;
	top: 0;
	height: 54px;
	display: block;
}
	
#mainmenu li a {
	height: 54px;
	display: block;
	outline: none;
	text-indent: -9999px;
}

#mainmenu li a:hover {
	border: none;
}

#mainmenu-home 			{ left: 0px; width: 52px; }
#mainmenu-services 		{ left: 52px; width: 68px; }
#mainmenu-benefits 		{ left: 120px; width: 69px; }
#mainmenu-help			{ left: 189px; width: 44px; }
#mainmenu-testimonials	{ left: 233px; width: 97px; }
#mainmenu-about			{ left: 330px; width: 56px; }
#mainmenu-blog			{ left: 386px; width: 49px; }
#mainmenu-contact		{ left: 435px; width: 69px; }

#mainmenu-home a:hover 			{ background: url("images/mainmenu.png") -0px -54px no-repeat; }
#mainmenu-services a:hover 		{ background: url("images/mainmenu.png") -52px -54px no-repeat; }
#mainmenu-benefits a:hover 		{ background: url("images/mainmenu.png") -120px -54px no-repeat; }
#mainmenu-help a:hover 			{ background: url("images/mainmenu.png") -189px -54px no-repeat; }
#mainmenu-testimonials a:hover 	{ background: url("images/mainmenu.png") -233px -54px no-repeat; }
#mainmenu-about a:hover 		{ background: url("images/mainmenu.png") -330px -54px no-repeat; }
#mainmenu-blog a:hover 			{ background: url("images/mainmenu.png") -386px -54px no-repeat; }
#mainmenu-contact a:hover 		{ background: url("images/mainmenu.png") -435px -54px no-repeat; }

#mainmenu-home.selected, #mainmenu-home.selected a:hover 		
{ background: url("images/mainmenu.png") -0px -108px no-repeat; 	}
#mainmenu-services.selected, #mainmenu-services.selected a:hover 		
{ background: url("images/mainmenu.png") -52px -108px no-repeat; 	}
#mainmenu-benefits.selected, #mainmenu-benefits.selected a:hover 		
{ background: url("images/mainmenu.png") -120px -108px no-repeat; 	}
#mainmenu-help.selected, #mainmenu-help.selected a:hover	
{ background: url("images/mainmenu.png") -189px -108px no-repeat; 	}
#mainmenu-testimonials.selected, #mainmenu-testimonials.selected a:hover 		
{ background: url("images/mainmenu.png") -233px -108px no-repeat; 	}
#mainmenu-about.selected, #mainmenu-about.selected a:hover	
{ background: url("images/mainmenu.png") -330px -108px no-repeat; 	}
#mainmenu-blog.selected, #mainmenu-blog.selected a:hover		
{ background: url("images/mainmenu.png") -386px -108px no-repeat; 	}
#mainmenu-contact.selected, #mainmenu-contact.selected a:hover	
{ background: url("images/mainmenu.png") -435px -108px no-repeat; 	}


/****************************************
*  home page
*/

#hero {
	width: 100%;
	height: 492px;
	background: url("images/hero-bg.jpg") no-repeat;
	position: relative;
	z-index: 1;
}

#hero h2 {
	position: absolute;
	top: 138px;
	left: 414px;
	width: 464px;
	color: #fff;
	font-weight: normal;
	font-size: 30px;
}

#hero #price-badge {
	position: absolute;
	top: 125px;
	left: 300px;
	width: 101px;
	height: 115px;
	background: url("images/hero-price.png") no-repeat;
	text-indent: -9999px;
}

#hero #price-badge h3 {
	height: 0;
	margin: 0;
}

#hero #price-badge h4 {
	margin: 0;
}

#hero #price-badge h4 a {
	display: block;
	height: 115px;
	outline: none;
}

#hero #services {
	position: absolute;
	left: 20px;
	top: 310px;
	width: 860px;
	list-style: none;
	height: 142px;
	overflow: hidden;
}

#hero #services li {
	width: 172px;
	height: 142px;
	float: left;
}

#hero #services a {
	display: block;
	height: 100%;
	text-indent: -9999px;
}

#hero #services a:hover {
	background-image: url("images/hero-services.jpg");
}

#hero #services-adult a:hover { background-position: 0 0; }
#hero #services-child a:hover { background-position: -172px 0; }
#hero #services-renewal a:hover { background-position: -344px 0; }
#hero #services-name a:hover { background-position: -516px 0; }
#hero #services-lost a:hover { background-position: -688px 0; }

#hero #group-link {
	text-align: center;
	display: block;
	color: #6d90b4;
	font-size: 14px;
	position: absolute;
	width: 100%;
	padding: 6px 0;
	bottom: 5px;
	left: 0;
	text-decoration: none;
}

#hero #group-link:hover {
	color: #96bbe1;
}

#hero #group-link strong {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

/****************************************
*  home page > content
*/

.home .post {
	border-bottom: solid 1px #e5e5e5;
	padding: 25px 10px 10px 150px;
	background: url("images/home-intro-bg.png") no-repeat top left;
	margin: 0 0 10px;
}

.home .post h3 {
	font-size: 25px;
	letter-spacing: -0.7px;
	color: #262626;
	margin: 0 0 3px;
}

.home .post h4 {
	font-weight: normal;
	font-size: 15px;
	letter-spacing: -0.2px;
	color: #878080;
	margin: 0;
}

.home .post h4 em {
	font-style: normal;
	font-weight: bold;
	color: #c10000;
}

.home #column-holder {
	margin: 0 0 0 -20px;
	overflow: hidden;
}

.home .column {
	width: 440px;
	margin: 0 0 0 20px; 
	float: left;
}

.home .column.col1 {
	width: 600px;
}

.home .column.col1 ul {
}

.home .column h4 {
	margin: 0;
}

.home .column ul {
	list-style: none;
	margin: 10px 0;
}

.home .column ul li {
	padding: 7px 0 7px 31px;
	background: url("images/checkmark.png") no-repeat;
}

.home .testimonial {
	color: #064A91;
	padding: 14px 0px 50px 106px;
	background: url("images/couple-silhouette.png") no-repeat left bottom;
	font-size: 17px;
	position: relative;
	float: left;
	width: 190px;
}	


.home #content .testimonial cite {
	display: block;
	font-style: normal;
	position: absolute;
}

.home #content .testimonial cite.name {
	font-size: 14px;
	color: #262626;
	bottom: 20px;
	left: 112px;
	margin: 0;
}

.home #content .testimonial cite.source {
	font-size: 12px;
	color: #999;
	bottom: 7px;
	left: 112px;
	margin: 0;
}

/****************************************
*  content
*/

#content.narrowcolumn {
	width: 484px;
	float: right;
	margin: 34px 192px 20px 20px;
}

.single #content.narrowcolumn,
.archive #content.narrowcolumn {
	background: #fff;
	width: 464px;
	padding: 20px;
	margin-top: 50px;
}

#page-header {
	width: 900px;
	height: 128px;
	margin: 34px 0 0;
	background: url("images/page-header-bg.png") no-repeat;
	position: relative;
}

#page-header .icon {
	width: 225px;
	height: 128px;
	background-repeat: no-repeat;
	background-position: top left;
}

#page-header h2 {
	position: absolute;
	top: 48px;
	left: 225px;
	width: 650px;
	font-weight: normal;
	color: #fff;
	letter-spacing: -1px;
	font-size: 37px;
}

#content .post .posttitle {
	font-size: 30px;
	font-weight: normal;	
}

#content .post h2.posttitle {
	margin: 15px 0 6px;
}

#content .post .date {
	color: #999;
	font-size: 11px;
}

#content .post ul {
	list-style: none;
}

#content .post ul li {
	padding: 5px 0 7px 33px;
	background: url("images/checkmark.png") no-repeat;
	line-height: 18px;
}

#content .post ol {
	padding: 0 30px;
}

#content .post ol li {
	margin: 0 0 10px;
	line-height: 16px;
}

#content .post blockquote {
	margin: 10px 30px 15px;
	line-height: 16px;
}

#content .post blockquote p {
	line-height: 16px;
}

#content .post .footer {
	background: #F3F9FF url("images/post-footer-bg.png") no-repeat top center;
	padding: 28px 15px 0;
	border: solid 1px #ddd;
	font-size: 90%;
	margin: 0 0 20px;
	color: #666;
}

#content .post .footer p {
	line-height: 140%;
}

#content .post .keywords {
	background: #ffd url("images/keywords-bg.png") no-repeat 12px 12px;
	padding: 15px 15px 15px 90px;
	border: solid 1px #ff7;
	font-size: 120%;
	line-height: 130%;
	margin: 20px 0;
}

#content .post .postmetadata {
	border-top: solid 1px #ddd;
	padding: 8px 4px;
	line-height: 15px;
	font-size: 11px;
	color: #999;
	margin: 0 0 45px;
}

#content .post .postmetadata p {
	margin: 0;
}

#content .post .postmetadata .tags {
	padding-left: 20px;
	background: url("images/tags.png") no-repeat;
}

#content .post .postmetadata .categories {
	padding-left: 20px;
	background: url("images/categories.png") no-repeat;
}

#content .post .download {
	background: #ffb url("images/disk-black.png") no-repeat 10px 8px;
	border: solid 1px #eeb;
	display: block;
	font-size: 18px;
	padding: 8px 5px 5px 35px;
	text-decoration: none;
	margin: 25px 0;
}

img.alignleft,
img.alignright {
	background: #f9f9f9;
	padding: 8px;
	border: solid 1px #eee;
}

img.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

img.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}

/****************************************
*  testimonials
*/

#content .testimonial ul {
	margin: 20px 0  0 0;
}

#content .testimonial ul li {
	background: url("images/testimonial-horiz-bg.png") no-repeat right bottom;
	padding: 22px 30px 0 10px;
	font-size: 17px;
	color: #064A91;	
}

#content .testimonial span {
	background: #FEFBCD;
	line-height: 22px;
}

#content .testimonial cite {
	display: block;
	font-style: normal;
}

#content .testimonial cite.name {
	font-size: 14px;
	color: #262626;
	margin: 28px 0 -3px 300px;
}

#content .testimonial cite.source {
	font-size: 12px;
	color: #999;
	margin: 0 0 0 300px;
}

#content #start-button a {
	background: url("images/start-button-bg.png") no-repeat;
	padding: 15px;
	font-size: 20px;
	text-indent: -9999px;
	color: #fff;
	height: 39px;
	display: block;
	margin: 20px 0;
}

/****************************************
*  comments
*/

#commentform small {
	font-size: 11px;
	color: #999;
}

#comment {
	width: 450px;
	height: 90px;
}

.commentlist {
	list-style: none;
	margin-bottom: 40px;
}

.commentlist li {
	padding: 0 0 0 50px;
	border-bottom: solid 1px #ddd;
	margin: 0 0 10px;
}

.commentlist li .avatar {
	float: left;
	margin-left: -50px;
	background: #f9f9f9;
	padding: 3px;
	border: solid 1px #eee;
}

.commentlist li .comment-author {
	font-size: 11px;
}

.commentlist li .comment-author cite {
	font-style: normal;
}

.commentlist li .commentmetadata {
	font-size: 11px;
	margin: 2px 0 5px;
}

.commentlist li .commentmetadata a {
	color: #999;
	text-decoration: none;
}

.commentlist li em {
	font-style: normal;
	background: #ffb;
}

.commentlist li p {
	line-height: 16px;
	margin: 7px 0;
}

.navigation {
	overflow: hidden;
	font-size: 15px;
}

.navigation {
	color: #bbb;
}

.navigation a {
	text-decoration: none;
	color: #efb6b6;
}

.navigation a:hover {
	color: #dd9292;
}

.navigation div {
	width: 45%;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
	text-align: right;
}

/****************************************
*  sitemap
*/

#content #sitemap {
	list-style: none;
}

#content #sitemap li {
	padding: 0;
	margin: 3px 0;
	background: none;
	font-size: 14px;
}

#content #sitemap li ul li {
	margin-left: 20px;
	list-style: disc;
	font-size: 12px;
}

#content #sitemap li ul {
	margin-bottom: 10px;
}

#content #sitemap li li a {
	text-decoration: none;
}

/****************************************
*  gutterbar
*/

#gutterbar {
	width: 174px;
	float: right;
	margin: -24px -192px 0 0;
}

.single #gutterbar,
.archive #gutterbar {
	margin: 100px -212px 0 0;
}

#gutterbar .callout {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}

#gutterbar #get-started {
	background: url("images/callout-get-started.png") no-repeat;
	height: 134px;
}

#gutterbar .steps {
	font-size: 11px;
	line-height: 14px;
	color: #666;
	margin: 20px 0;
}

#gutterbar .steps ul {
	padding: 5px 0 0;
	border-top: solid 1px #e4ebf3;
	margin: 0 3px 0 35px;
}

#gutterbar .steps li {
	margin: 0 0 5px 0;
	list-style: none;
	padding: 0 0 5px;
	border-bottom: solid 1px #e4ebf3;
}

#gutterbar .steps li strong {
	display: block;
	float: left;
	text-align: center;
	background: url("images/gutterbar-li-bg.png") no-repeat;
	margin: 0 0 0 -35px;
	padding: 6px 10px 6px;
	font-size: 14px;
	color: #6fa1d2;
}

/****************************************
*  contact form
*/

ol.form,
.page .entry ol.form {
	list-style: none;
	margin: 1em 0 2em;
	padding: 0 !important;
	display: none; /* revealed by JS */
}

ol.form li {
	overflow: hidden;
	padding: 4px 0;
	margin: 0 !important;
	background: none;
}

ol.form li.checkbox.wide {
	position: relative;
	padding: 0 0 20px;
}

ol.form li label {
	display: block;
	float: left;
	width: 95px;
	text-align: right;
	margin: 5px 10px 0 0;
	color: #999;
	line-height: 125%;
}

ol.form li label em {
	font-style: normal;
	color: #c00;
}

ol.form li label.error {
	float: right;
	text-align: left;
	color: #c00;
	width: 150px;
	font-size: 11px;
}

ol.form li.checkbox.wide label.error {
	float: none;
	position: absolute;
	bottom: 0;
	left: 0;
}

ol.form li input {
	width: 200px;
}

ol.form li div.value {
	padding: 3px 0 0;
	font-size: 130%;
}

ol.form li small {
	display: block;
	clear: left;
	margin: 3px 15px 3px 105px;
	font-size: 90%;
	line-height: 115%;
	color: #888;
}

ol.form li small.blurb {
	color: #555;
	margin: 7px 15px 0 105px;
	font-size: 95%;
}

ol.form li.textarea small {
	margin-left: 0;
}

ol.form li.short input {
	width: 120px;
}

ol.form li.tiny input {
	width: 40px;
}

ol.form li textarea {
	width: auto;
}

ol.form li input,
ol.form li textarea,
ol.form li select {
	background: #f8f8f8;
	padding: 2px;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
	border-top: solid 1px #aaa;
	border-left: solid 1px #aaa;
	color: #222;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
}

ol.form li.radio label,
ol.form li.textarea label {
	float: left;
	width: 90%;
	text-align: left;
	margin: 8px 0;
}

ol.form li.radio input {
	width: auto;
	border: none;
	background: none;
	padding: 0;
}

ol.form li.radio span,
ol.form li.captcha {
	padding: 0 0 0 105px;
}

ol.form li.captcha img {
	margin: 3px 0 0;
}

ol.form li.radio span span {
	padding: 0;
}

ol.form li.submit {
	padding: 15px 0 0 105px;
	border: none;
}

ol.form li.submit input {
	background: #054b91;
	padding: 4px;
	border-left: solid 1px #428fdb;
	border-top: solid 1px #428fdb;
	border-bottom: solid 1px #043c73;
	border-right: solid 1px #043c73;
	color: #fff;
	font-weight: bold;
	width: auto;
	font-size: 110%;
}

ol.form li.submit input.image {
	background: none;
	padding: 0;
	border: none;
}

ol.form li .wpcf7-not-valid-tip {
	color: #c00;
	top: -5px;
	left: 105%;
}

ol.form li.checkbox label {
	width: 85px;
}

ol.form li.checkbox.wide {
	
}

ol.form li.checkbox.wide input {
	float: left;
	margin: 0 0 0 75px;
}

ol.form li.checkbox.wide label {
	width: auto;
	text-align: left;
	margin: -12px 0 0 105px;
	*margin: 0 0 0 10px;	
	clear: none;
}

ol.form li .wpcf7-checkbox {
	margin: 0 0 0 95px;
	display: block;
	overflow: hidden;
}

ol.form li.checkbox input {
	width: auto;
	border: none;
	background: none;
}

ol.form li .wpcf7-checkbox .wpcf7-list-item {
	display: block;
	float: left;
	width: 190px;
	_width: 200px;
}

ol.form li [disabled] {
	background: #eee;
	color: #aaa;
}

#page .wpcf7-response-output {
	background-color: #ffb;
	background-position: 5px 7px;
	background-repeat: no-repeat;
	padding: 9px 6px 6px;
	font-size: 12px;
	margin: 10px 0;
}

#page .wpcf7-not-valid-tip {
	display: none !important;
}

#page .wpcf7-response-output.wpcf7-validation-errors {
	padding-left: 28px;
	background-image: url("images/icon-form-error.png");
}

#page .wpcf7-response-output.wpcf7-mail-sent-ok {
	padding-left: 28px;
	background-image: url("images/icon-form-success.png");
	border-color: #9ce4a5;
}


/****************************************
*  sidebar
*/

#sidebar {
	width: 202px;
	float: left;
	margin: 34px 0 20px;
}

#sidebar.blog {
	margin-top: 120px;
}

.single #sidebar.blog,
.archive #sidebar.blog {
	margin-top: 0;
	width: 182px;
	padding-top: 190px;
	background: url("images/headers/blog.png") no-repeat 0 34px;
}

#submenu {
	border: solid 1px #e3e3e3;
	list-style: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

#submenu li {
}

#submenu a {
	display: block;
	color: #202020;
	text-decoration: none;
	padding: 10px 25px 6px 7px;
	background: #fff url("images/subnav-li-bg.png") repeat-x bottom;	
}

#submenu a:hover {
	color: #054b91;
	background-image: url("images/subnav-li-hover-bg.png");
}

#submenu li.current_page_item {
	background: url("images/subnav-li-selected-bg.png") repeat-x center; 
}

#submenu li.current_page_item a {
	background: url("images/subnav-li-selected-arrow.png") no-repeat 180px;
	color: #fff;
}

#sidebar .widget {
	list-style: none;
	margin: 0 0 6px;
}

#sidebar .widgettitle {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	padding: 10px 7px 4px;
	border-bottom: solid 1px #ddd;
}

#sidebar .widget ul {
	padding: 6px 7px 6px;
}

#sidebar .widget li {
	list-style: none;
	font-size: 11px;
	margin: 0 0 8px;
	color: #999;
}

#sidebar .widget li a {
	text-decoration: none;
}

#sidebar .widget .blogroll a {
	display: block;
	margin: 0 0 3px;
}

/****************************************
*  footer
*/

#footer {
	clear: both;
	border-top: solid 1px #e5e5e5;
	font-size: 10px;
	overflow: hidden;
	padding: 5px 0;
	margin: 20px 0;
}

#footer .left {
	float: left;
}

#footer .right {
	float: right;
	text-align: right;
}

#footermenu {
	list-style: none;
	overflow: hidden;
	margin: 5px 0;
}

#footermenu li {
	float: left;
	margin: 0 17px 0 0;
}

#footermenu a {
	color: #a06565;
	text-decoration: none;
}

#footermenu a:hover {
	text-decoration: underline;
}

#accreditation {
	padding: 20px 0;
	overflow: hidden;
}

#accreditation div.badge {
	float: left;
	margin: 0 20px 0 0;
}

#accreditation div.badge table {
	margin: -20px 0;
}

#sms-credit {
	margin: 20px 0 0;
	width: 153px;
	height: 17px;
	background: url("images/sms-logo.gif") no-repeat;
	float: right;
}

#sms-credit a {
	display: block;
	height: 100%;
}

#sms-credit a span {
	display: none;
}

#disclaimer {
	background: #fefbcd url("images/can-flag.png") no-repeat 5px 5px;
	padding: 6px 5px 4px 30px;
	border: solid 1px #f0f0f0;
	color: #333;
}