
/*  
Theme Name: Vancouver Structure Mortgage Capital
Description: Original Vancouver Structure Mortgage by deBruynDesign
Version: 1.2.0
Author: Alan Chiu @ deBruynDesign
Author URI: http://www.debruyndesign.com/
*/

* {margin: 0; padding: 0;}

/* clearfix snippet */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/********************************************************/
/*                  general layout                      */
/********************************************************/

body {
	background: #000B1D url('image/bg.jpg') no-repeat top center;
	font-family: calibri, helvetica, sans-serif;
	font-size: 15px;
	color: #7D7D7D;
	}

a {
	text-decoration: none;
	color: #666;
	font-size: 16px;
	outline:none;
	}
	
a:hover { color: #fff; }
	
h1, h1 a {
	font-size: 26px;
	color: #0675AF;
	margin-bottom: 10px;
	text-decoration: none;
		letter-spacing: 1px;
	}

h2 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #FFF;
	letter-spacing:2px;
	}
	
h2 a {
	font-size: 16px;
	color: #0675AF;
	}
	
h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	font-weight:bold;
		letter-spacing: 1px;
	}

small { display: none; }

.left {float: left;}

.right { float: right; }
	
.center { text-align: center; }
	
.clear { clear: both; }

.mt10 { margin-top: 10px; }

/********************************************************/
/*                container section                     */
/********************************************************/

#container {
border:2px solid #484848;
margin:18px auto 50px;
width:948px;
}
#container img { border: none; }

/********************************************************/
/*                  header section                      */
/********************************************************/

#header {
	background: url("image/headerBG.jpg") no-repeat;
	width: 948px;
	height: 286px;
	position: relative;
	}
	
#logo {
	background: url("image/logo.png") no-repeat;
	width: 405px;
	height: 125px;
	position: absolute;
	top: 80px;
	left: -30px;
	}

/********************************************************/
/*               navigation section                     */
/********************************************************/

#nav {
	background: url("image/navBG.png") repeat-x;
	width: 948px;
	height: 28px;
	position: absolute;
	top: 258px;
	}
	
#nav ul {
	text-align: center;
	width: 931px;
	left: 22px;
	margin: auto;
	position: absolute;
	letter-spacing: 1px;
	}




	
#nav li {
	text-decoration: none;
	display: inline;
	float: left;
	position: relative;
	border-right: 1px solid #444A52;
	}

#nav li a {
color:#FFFFFF;
display:block;
padding:5px 31px 3px;
text-decoration:none;
}
#nav li a:hover, #nav li.current_page_item a {
	color: #0675AF;
	}
	
#nav ul ul { display: none; }

#nav li.page-item-4 { border-right: none; }

/*
#dropmenu, #dropmenu ul {
	margin:0; 
	padding:0; 
	list-style-type:none; 
	list-style-position:outside; 
	position:relative; 
	line-height:1.5em; 
	z-index:300; 
	width:100%; 
	font-weight:bold;
	}
	
#dropmenu a {
	display: block; 
	padding: 0.25em 1em; 
	color: #686868; 
	border-right: 1px solid #c8c8c8; 
	text-decoration: none; 
	}
	
#dropmenu ul a {
	background: #fff;
	}
	
#dropmenu a:hover {
	background: #888; 
	color: #fff;
	}
	
#dropmenu li {
	float: left; 
	position: relative;
	}
	
#dropmenu ul {
	position: absolute; 
	display: none; 
	top: 25px; 
	left: -1px;
	}
	
#dropmenu ul a {
	border-left: 1px solid #c8c8c8;
	}
	
#dropmenu li ul {
	border-top: 1px solid #c8c8c8; 
	}
	
#dropmenu li ul a {
	width: 97px; 
	height: 20px; 
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;  
	border-bottom: 1px solid #c8c8c8;
	}
	
#dropmenu ul ul {top:auto;}

#dropmenu li ul ul {
	left: 113px; 
	margin: 0px 0 0 10px;
	}
	
#nav li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}

#nav li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}

*/

/********************************************************/
/*                  content section                     */
/********************************************************/

#content_wrapper { 
	background: #000; 
	padding-top: 45px;
	padding-bottom: 20px;
	min-height: 200px;
	}

#content {
	}

/* Front Page */

#main {
	background: url("image/mainLogo.jpg") no-repeat 0px 10px;
	margin-left: 50px;
	color: #fff;
	}
	
#main h1 {
	font-size: 38px;
	color: #0675AF;
	margin-bottom: 10px;
	margin-left: 108px;
	}
	
#main p { 
	margin-left: 108px;
	width: 715px;
	text-align: justify;
}

#box { margin-top: 50px; }

#box p { margin-bottom: 10px; }

.b {
	width: 235px;
	padding: 0px 40px;
	float: left;
	border-right: 1px solid #444A52;
	}
	
.b h2 { font-size: 18px; 
text-decoration:none;
color: #0675AF;}
	
#box .reset { border-right: none; }
	
/* Sub Pages */

#contentSub, #contentWide {
	margin-left: 65px;
	width: 600px;
	float: left;
	color: #FFF;
	}

#contentWide { 
	width: 818px; 
	padding-right: 65px;
	position: relative;
	}

.post {
	margin-bottom: 20px;
	text-align: justify;
}
	
.post p, .post ul { margin-bottom: 10px; }

.post li { margin-left: 30px; }
	
#contentSub .post img { padding-right: 10px; padding-bottom: 10px; }

#contentSub .projects img { float: left; border: none; }

#contentSub .post table img { padding-right: 0px; padding-bottom: 5px; border: none;}

.gallery { float: left; margin: 0px; }

#contactInfo {
	position: absolute;
	right: 50px;
	top: 45px;
	}
	
#wpcf7-f1-p4-o1 {
	padding-top: 50px; 
	}

/********************************************************/
/*                 sidebar section                      */
/********************************************************/
	
#sidebar {
	width: 203px;
	float: left;
	padding: 0px 40px;
	}



#sidebar a:hover{
	color: #0675AF;
}

#sidebar h3 { 
	color: #0675AF;
	margin-bottom: 10px;
	}
	
#sidebar li { 
list-style: none; 
}

#sidebar a { 
	color: #7D7D7D;
	text-decoration: none;
	}
	
#sidebar p { margin-bottom: 10px; }
	
p .meta { font-size: 13px; }
	
/********************************************************/
/*                  footer section                      */
/********************************************************/

#footer { 
	background: #000; 
	height: 35px;
	border-top: 2px solid #484848;
	position: relative;
	}
	
.foot {
	float: left;
	width: 316px;
	text-align: center;
	margin-top: 10px;
	font-size: 13px;
	}
.foot.one {
	float: left;
	width: 515px;
	text-align: center;
	margin-top: 10px;
	font-size: 13px;
	}
.foot.two {
	float: left;
	width: 173px;
	text-align: center;
	margin-top: 10px;
	font-size: 13px;
	}
.foot.three {
	float: left;
	width: 247px;
	text-align: right;
	margin-top: 10px;
	font-size: 13px;
	}

.foot a {
	font-size: 13px;
	color: #7D7D7D;
	text-decoration: none;
	}
	.foot a:hover {

	color:#0675AF;

	}
	
.subFoot {
	position: absolute;
	font-size: 9px;
	color: #1E2A32;
	top: 50px;
	right: 0px;
	}
	
.subFoot a {
	color: #1E2A32;
	font-size: 9px;
	text-decoration: none;
	}
	
/********************************************************/
/*                comment form section                  */
/********************************************************/

#comment {
	width: 650px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.nocomments { display: none; }

p {
	font-size:16px;
}
       
       
hr {
border: 0;
color: #262626;
background-color: #262626;
height: 1px;
width: 100%;
text-align: left;

  
}       
       
       
.form{
	color: #666666;
	font-style: italic;
}     

#funded td {
border:1px solid #484848;
padding:3px;
}

#funded th {
border:1px solid #484848;
padding-bottom:3px;
padding-left:3px;
padding-top:3px;
background:#0675AF;
}       
