/*
Theme Name: Centum
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: the WordPress team
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


/* =Menu
-------------------------------------------------------------- */

div.menu {
	font-size: 12px;
	margin-left: 12px;
}
#navbar .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#navbar .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#navbar a {
	display:block;
}
#navbar ul ul {
	display:none;
	background:#900028;
	position:absolute;
	left:-20px;
	float:left;
	padding:12px 0px 5px;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 270px;
	z-index: 99999;
	
}
#navbar ul ul li {
	min-width: 240px;	
	background: url(http://images.bc-mortgage-brokers.ca/website/list-item.png) #6d001e no-repeat 5% 0% ;
	padding:0px 0px 0px 13px;
	margin:2px 8px;
}
#navbar ul ul ul {
	left:100%;
	top:0;
}
#navbar ul ul a {
	height:auto;
	line-height:1em;
	padding:10px;
	
}
#navbar li:hover > a,
#navbar ul ul :hover > a {

}
#navbar ul li:hover > ul {
	display:block;
}
#navbar ul li.current_page_item > a,
#navbar ul li.current-menu-ancestor > a,
#navbar ul li.current-menu-item > a,
#navbar ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


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

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}



/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}

/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}

body{ background:url(http://images.bc-mortgage-brokers.ca/website/body2-bg.png) repeat-x top #ffffff ; height:1130px; margin:0px; padding:0px; font-size:11px; font-family:verdana; color:#8f8f8f;}
a img{ border:none;}
a{ text-decoration:none; color:#900028;}
p{ line-height:27px;}
h1, h2, h3, p{ margin:0px 0px 15px 0px; font-weight:normal;}
h1{ font-size:20px;}
h2{ font-size:16px;}
h3{ font-size:12px;}
h4{ font-size:14px;}
h5{ font-size:12px;}
h6{ font-size:10px;}
ul{ padding: 0px 0px 0px 15px; margin:0px 0px 10px;}
ul li{ margin:0px 0px 5px 0px; padding:0px;}

table{ text-align:center; font-size:11px; margin-bottom:15px; border-spacing: 0px 0px; width:100%;}
table tr th{ color:#900028;padding:8px;}
table td{ margin:0px; padding:8px;}

a:hover{ text-decoration:underline;}
#body2{ background:url(http://images.bc-mortgage-brokers.ca/website/body-bg2.jpg) no-repeat top center; margin:0px; padding:43px 0px 0px 0px;}
#wrap2{ background:url(http://images.bc-mortgage-brokers.ca/website/wrap2-bg.png) no-repeat top ; width:909px; margin:0px auto; padding-top:3px; margin-bottom:40px; }
#wrap{ background:url(http://images.bc-mortgage-brokers.ca/website/wrap-bg.png) repeat-y; margin:0px; min-height:300px; min-height:500px;}
#wrap-bottom{ background:url(http://images.bc-mortgage-brokers.ca/website/wrap-footer.png) no-repeat; height:3px; margin-bottom:0px;} 
#header{ padding:33px;}
.web-title{ margin-top:20px; font-size:16px; color:#4f4c4d;}
.logo{ margin:0px;}

#navbar{ background:url(http://images.bc-mortgage-brokers.ca/website/navbar-bg.png) #910029 repeat-x top; height:auto; margin:0px 3px;padding:0px;}
#navbar ul{ margin:0px; padding:14px 37px 0px 37px;; list-style-type:none;}
#navbar ul li{ margin:0px 65px 16px 0px; padding:0px; float:left;}
#navbar ul li a{ font-size:12px; color:#FFFFFF; text-decoration:none; font-weight:bold;}
#navbar ul li a:hover{ text-decoration:underline;}
#navbar ul ul li a{ font-size:12px;}

#content{ padding:25px 36px 0px 37px; margin:0px;}
#breadcrumb{ font-weight:bold; margin-bottom:25px;}
#breadcrumb a{ color:#9d2144; font-weight:bold;}

#cont-left{ margin:0px; padding:0px; width:532px;}
.cl-top{ background:url(http://images.bc-mortgage-brokers.ca/website/cont-top.png) no-repeat; height:7px;}
.cl-bottom{ background:url(http://images.bc-mortgage-brokers.ca/website/cont-bottom.png) no-repeat; height:7px; margin-bottom:25px;} 
.cl{ background:url(http://images.bc-mortgage-brokers.ca/website/cont-mid.png) repeat-y; padding:15px 25px;}
.cl h1, .cl h2, .cl h3{ color:#900028;}
.cl h1 a, .cl h2 a, .cl h3 a{ color:#900028;}

.cl ul li{line-height:27px;}
.cal-page table tr th{ color:#900028;padding:8px 2px;}
.cal-page table td{ margin:0px; padding:8px 2px;}
.cal-page table{ text-align:left;} 
.cal-page table .apply{ font-weight:bold;} 

.cl ol li{line-height:27px;}
.cal-page table tr th{ color:#900028;padding:8px 2px;}
.cal-page table td{ margin:0px; padding:8px 2px;}
.cal-page table{ text-align:left;} 
.cal-page table .apply{ font-weight:bold;}

#cont-left .cl img{ margin:4px 12px 4px 2px;;}

.calc{ background:url(http://images.bc-mortgage-brokers.ca/website/calc-bg.png) no-repeat; height:61px; padding:28px 25px 0px; margin-bottom:25px;}
.calc .calc-text{ margin-top:9px; color:white; font-size: 14px;}
.banner-top{ margin-bottom:25px;}

.blog-extra{ margin:0px 0px 25px 0px; padding:0px;}
.blog-extra h2{ color:#900028; margin-bottom:10px;}
.blog-extra .date{ font-size:12px; margin-bottom:15px;}
.blog-extra .photo{ width:203px; height:152px; margin:7px 12px 0px 0px;}
.blog-extra .extra-text{ margin:0px; }
.blog-extra .extra-text p{line-height:23px; margin-top:0px;}
.blog-extra a.read-more { color:#900028; text-decoration:underline; margin-top: 20px;}


#cont-right{ margin:0px; padding:0px; width:276px;}
.widget{ margin:0px 0px 25px 0px; padding:0px;}
.widget .w-top{ background:url(http://images.bc-mortgage-brokers.ca/website/widget-top.png) no-repeat; height:12px;}
.widget .w-bottom{ background:url(http://images.bc-mortgage-brokers.ca/website/widget-bottom.png) no-repeat; height:12px;}
.widget .w-mid{ background:url(http://images.bc-mortgage-brokers.ca/website/widget-mid.png) repeat-y; padding:10px 20px 10px;}
.widget .w-photo{ width:108px;}
.widget .w-text{ width:125px; margin-bottom:10px;}
.w-text .name h2{ font-size:16px; color:#4f4c4d; font-weight:bold; margin:0px 0px 10px 0px;}
.w-text .job{ color:#900028; margin-bottom:10px; font-weight: bold; font-size:11px;}
.contact-area .w-text p{ line-height: 20px; margin-bottom:10px;}
.contact-area .w-text p a{ color:#8F8F8F; text-decoration:underline;}

.widget h2{font-size:16px; color:#4f4c4d; margin:0px 0px 10px 0px;}
.widget .w-address{ border:#dff0fb solid; border-width:1px 0px 1px 0px; width:100%; padding:15px 15px; margin-left:-15px; margin-bottom:10px; background:#ffffff;}
.widget ul{ list-style-type:none; margin:0px 0px 10px 0px; padding:0px;}
.widget ul li{ margin:0px 0px 8px 0px; padding:0px 0px 0px 13px; background:url(http://images.bc-mortgage-brokers.ca/website/list-item-black.png) no-repeat left top;}
.widget ul li a{ color:#900028;}
.contact-area ul li{ margin:0px 0px 18px 0px;}

.widget table{ text-align:center; font-size:11px; margin-bottom:10px;}
.widget table tr th{ color:#900028;}
.widget p{ line-height: 21px; margin-bottom:10px;}

#footer{ padding:25px 36px 12px 37px; margin:0px;}
#footer-menu{ float:left; width:540px; margin-bottom:-12px; *margin-bottom:0px;}
#footer-menu ul{ list-style-type:none; margin:0px; padding:0px;}
#footer-menu ul li{ margin:0px 30px 18px 0px; padding:0px; float:left;}
#footer-menu ul li a{ color:#4f4c4d; font-weight:bold; font-size:11px;}
#footer-menu ul ul li { margin-bottom:0px;}
#footer-menu ul ul li a{ color:#fff;}
#footer-menu ul li a:hover{ color:#900028;}
#top-link{ float:right;}
#top-link a{ color:#900028; text-decoration:underline;}
#copyright{ font-size:10px;}

.post { padding-bottom:20px;}
.form-allowed-tags{ display:none;}
.aleft{ float:left;}
.aright{ float:right;}
.clear{ clear:both;}

/*Menu Footer*/
#footer-menu li{list-style-type:none;float:left;margin-right:10px}
#footer-menu a{font-size:11px;color:#fff;text-decoration:none}
#footer-menu a:hover{color:#900028; text-decoration:underline;}
#footer-menu .current_page_item a{color:#900028;text-decoration:underline}
#footer-menu ul ul{visibility:hidden;position:absolute;float:left;background:#6d001e;border:1px solid #900028;height:auto;width:700px;padding:0px 0px 0px 7px}
#footer-menu ul ul a:link{text-decoration:none;color:#FFF}
#footer-menu ul ul a:hover{text-decoration:underline;color:#FFF}
#footer-menu ul ul .current_page_item a{ color:#FFF;text-decoration:underline;}
#footer-menu ul li:hover ul, #footer ul a:hover ul{visibility:visible}

