/*
	Incite stylesheet
	for OML Construction
	http://incitemarketing.ca

	author: Ivan Soto (ivan@incitemarketing.ca) - 07/Dec/10

	- Main structure & General classes
	- Menu
	- Content
	- Footer
*/

/********** Main Structure & General Classes **********/
* {
	outline: none;
}
body {
	background: #ccd8e5 url(/img/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #1971cb;
}
a:hover {
	color: #2a8cf1;
}

#wrapper {
	background: url(/img/bg_top.jpg) repeat-x top center;
}
#header {
	height: 137px;
	position: relative;
}
.plan_room {
	background: url(/img/planroom.jpg) no-repeat;
	display: block;
	position: absolute;
	left: 730px;
	color: #FFF;
	font-size: 12px;
	width: 110px;
	height: 80px;
	text-align: center;
	line-height: 40px;
}
.plan_room:hover {
	color: #71b2f5;
}
#banner {
	background: url(/img/banner_bg.jpg) no-repeat;
	height: 313px;
	position: relative;
}
#header h1 a {
	display: block;
	height: 102px;
	width: 143px;
	background: url(/img/logo.png) no-repeat;
	position: absolute;
	top: 40px;
	left: 205px;
	text-indent: -9900px;
}
#main {
	background: url(/img/top_white_shape.png) no-repeat 150px 0;
	width: 970px;
	min-height: 500px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

/********** Banner **********/

#inner_banner {
	position: absolute;
	left: 125px;
	width: 840px;
	height:301px;
	top: 9px;
	background: url(/img/banner_home.jpg) no-repeat;
}
#inner_banner.front {
	background: none;
}
#inner_banner.planroom_logged {
	background: url(/img/banner_planroom_logged.jpg) no-repeat;
}
#inner_banner.project,
#inner_banner.planroom2{
	background: url(/img/banner_project.jpg) no-repeat;
	position: relative;
}
#inner_banner.planroom2 .content,
#inner_banner.project .content {
	position: absolute;
	top: 145px;
	width: 440px;
	left: 58px;
	font-size: 14px;
	line-height: 18px;
	color: #9c600e;
}
#inner_banner.planroom2 .content {
	top: 165px;
}
#inner_banner.planroom2 .content p {
	margin: 3px 0 5px 0;
}
.blue {
	color: #003e7e;
}
#inner_banner.planroom2 .content .title, 
#inner_banner.project .content .title {
	font-size: 22px;
	margin: 3px 0 10px;
	display: block;
	font-weight: bold;
}
#inner_banner.projects {
	background: url(/img/banner_projects.jpg) no-repeat;
}
#inner_banner.planroom {
	background: url(/img/banner_planroom.jpg) no-repeat;
}
#inner_banner.planroom2 {
	background: url(/img/banner_planroom2.jpg) no-repeat;
}
#inner_banner.services {
	background: url(/img/banner_services.jpg) no-repeat;
}
#inner_banner.contact {
	background: url(/img/banner_contact.jpg) no-repeat;
}
#inner_banner.blog {
	background: url(/img/banner_blog.jpg) no-repeat;
}
#inner_banner.careers {
	background: url(/img/banner_careers.jpg) no-repeat;
}
#inner_banner.about {
	background: url(/img/banner_about.jpg) no-repeat;
}
	#inner_banner .right {
		float: right;
		width: 277px;
		padding: 30px 0 0 0;
	}
	#inner_banner h2 {
		color: #9c600e;
		font-weight: normal;
		font-size: 32px;
		line-height: 52px;
	}
	#project_search select {
		width: 150px;
	}
#inner_banner .total {
	position: absolute;
	top: 125px;
	left: 740px;
	color: #003e7e;
	text-align: center;
	font-size: 15px;
}
#inner_banner .total .big {
	font-size: 32px;
}
#inner_banner #project_filter, .blue_button {
	background: url(../img/blue_button.png) no-repeat;
	width: 110px;
	height: 45px;
	color: #FFF;
	font-size: 11px;
	border: none;
	display: block;
	text-align: center;
	line-height: 45px;
}
#inner_banner #project_filter {
	line-height: 40px;
	font-size: 13px;
}
.banner {
	top: 0;
	left: 0;
	position: absolute;
}
.banner .text {
	position: absolute;
	top: 35px;
	left: 500px;
	text-align: center;
	width: 325px;
}
.dots {
	position: absolute;
	top: 265px;
	left: 627px;
	z-index: 20;
}
.dots a {
	background: url(/img/dots.png) no-repeat 0 bottom;
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 10px 0 0;
}
.dots a.active {
	background: url(/img/dots.png) no-repeat 0 -2px;
}
#back_to_projects {
	position: absolute;
	display: block;
	top: 170px;
	left: 560px;
}

/********** Content **********/
#content {
	background: url(/img/content_bg.jpg);
}

.front_left {
	width: 450px;
	margin: 0 0 20px 0;
	float: left;
}
.front_right {
	width: 200px;
	float: right;
}
#content_inner {
	padding: 25px 55px 0 200px;
	color: #4c443a;
	font-size: 14px;
	line-height: 19px;
}
	p {
		margin: 6px 0 12px;
	}
	h2 {
		color: #9c600e;
		font-weight: normal;
		font-size: 29px;
		line-height: 42px;
		margin: 0 0 19px 0;
	}

	#content_inner.planroom_project .sidebar {
		width: 190px;
		float: left;
	}
	#content_inner.planroom_project .main {
		width: 480px;
		float: left;
	}
	.files {
		padding: 13px 10px;
		margin: 0 0 5px 0;
		background: url(/img/planroom_files.jpg);
		border: 1px solid #8793dc;
		-moz-box-shadow: 0 0 3px #585858;
		-webkit-box-shadow: 0 0 3px #585858;
		box-shadow: 0 0 3px #585858;
	}
		.zip {
			background: #003e7e;
			display: block;
			color: #FFF;
			margin: 15px 0 -33px -10px;
			padding: 6px 0 6px 15px;
			width: 250px;
		}
	#content_inner h3 {
		color: #9c600e;
		font-weight: normal;
		font-size: 20px;
		line-height: 30px;
		padding: 7px 0 0 0;
	}
	#content_inner ol, #content_inner ul {
		padding: 0 0 9px 35px;
	}
	#content_inner li {
		padding: 2px 0;
	}
	#content_inner .photo {
		padding: 0 13px 15px 5px;
		float: left;
		width: 160px;
		left: 130px;
	}
	#content_inner .photo a{
		display: block;
		padding: 0;
		width: 155px;
		-webkit-box-shadow: 0 0 3px 0 #333;
	}
	#content_inner .photo img {
		margin: 0 !important;
		padding: 0 !important;
		display: block;
	}
	.project_image {
		float: left;
		margin: 0 15px 0 0;
	}
	.featured {
		clear: both;
		margin: 0 0 15px 0;
		padding: 0 0 15px 0;
		height: 130px;
	}
		.featured .project_image {
			border: 1px solid #CCC;
			-moz-box-shadow: 1px 1px 2px #CCC;
			-webkit-box-shadow: 1px 1px 2px #CCC;
		}
	.blue_button.featured_project {
		float: left;

	}
#blog-wrapper {
	
}
	.blog_main {
		width: 560px;
		float: left;
	}
	#blog-wrapper .sidebar {
		float: left;
		width: 150px;
	}
	#blog-wrapper .meta {
		float: left;
		margin: 15px 0 0 0;
		font-size: 11px;
		padding: 10px 15px 15px 0;
		width: 130px;
		background: url(../img/blog_meta.jpg) no-repeat;
		height: 80px;
	}
	#blog-wrapper .author {
		margin: -24px 0 25px 0;
		font-size: 12px;
		font-style: italic;
		color: #444;
	}
	#blog-wrapper .content {
		width: 405px;
		float: left;
	}
	#blog-wrapper .entry_content {
		padding: 0 0 25px 0;
	}
	#blog-wrapper .sidebar ul {
		padding: 0;
		margin: 0;
	}
	#blog-wrapper .sidebar li {
		list-style: none;
		font-size: 12px;
	}


/********** Footer **********/
#footer {
	background: url(/img/footer_bg.jpg) no-repeat top center !important;
	padding: 15px 0 0 117px;
	height: 120px;
}
#footer .inner {
	background: url(/img/footerbg.png) no-repeat top;
	padding: 10px 0 30px 60px;
}
#footer li {
	display: inline;
	padding: 0 15px 0 0;
}
#footer li a {
	color: #003e7e;
	font-size: 11px;
	list-style: none;
}


/********** Plan Room **********/

.private_project {
	margin: 2px 0 5px -48px;
	padding: 8px 0 8px 50px;
}
.private_project.odd {
	background: url(/img/private_projects_bg.jpg) repeat-y left;
}
.private_project.disabled {
	color: #CCC;
}
.project .title,
.project .type {
	padding: 0 10px 0 0;
	/*font-size: 15px;*/
	/*float: left;*/
	/*width: 250px;*/
	/*overflow: hidden;*/
}
.spacer {
	width: 35px;
	display: block;
	float: left;
}
.spacer img {
	vertical-align: middle;
}
.logged {
	text-align: center;
	position: absolute;
	left: 730px;
	top: 80px;
	width: 110px;
	height: 50px;
	color: #003e7e;
	font-size: 12px;
}
.logged .logout {
	display: block;
	width: 110px;
	margin: 15px 0 0 0;
	line-height: 25px;
	height: 25px;
	background: #014a95;
	color: #FFF;
}
.logged .logout:hover {
	background: #015cb9;
}
#sidebar {
	float: right;
	width: 185px;
	margin: 0 0 0 25px;
}
#sidebar .entry {
	margin: 8px 0 0 0;
}
#sidebar label {
	color: #003e7e;
	font-size: 15px;
	font-weight: normal;
}
#sidebar input, #sidebar textarea {
	border: 1px solid #CCC;
	padding: 3px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 160px;
}
#sidebar .submit {
	background: #003e7e;
	font-size: 15px;
	color: #FFF;
	margin: 9px 0;
}


/********** Menu **********/
#menu {
	width: 120px;
	height: 320px;
	padding: 13px 0 0 4px;
	float: left;
	position: relative;
}
#menu li {
	list-style: none;
	margin: 0 0 3px 0;
	height: 46px;
}
#menu li.here,  #menu li:hover,  #menu li.parent_here {
	background: url(/img/menu_active.png) right repeat-y;
}
#menu li li.here, #menu .nav li li.here a {
	background: none;
	color: #003e7e;

}
#menu li a {
	font-size: 22px;
	line-height: 45px;
	color: #9c600e;
	display: block;
}
#menu li:hover a, #menu li.here a, #menu li.parent_here a {
	color: #003e7e;
}
#menu ul ul {
	position: absolute;
	background: url(../img/submenu.png) left bottom no-repeat;
}
#menu ul {
	position: relative;
}
.nav, .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav {
	z-index: 100;
}
#menu li.parent_here ul {
	top: 1px;
}
#menu .nav ul a {
    font-size: 15px;
	padding: 4px 10px 4px 14px;
}
#menu li li {
	height: 30px;
	line-height: 30px;
}
#menu .nav li li a {
	text-decoration: none;
	color: #9c600e;
}
#menu li li.last {
	height: 60px;
	background: url(../img/submenu_bottom.png) left bottom no-repeat !important;
}
#menu .nav ul li:hover {
	background: none;
}
#menu .nav li a:hover {
	color: #003e7e;
}
#nav-one li:hover a,
#nav-one li.sfHover a {

}
#nav-one li:hover ul,
#nav-one li.sfHover ul {
	z-index: 200;
}
#nav-one li:hover ul a:hover,
#nav-one li.sfHover ul a:hover {

}
#menu .nav li {
	position: relative;
}
#menu .nav li li {
	position: relative;
}
.nav ul {
  list-style: none;
  margin: 0;
  width: 250px;
  position: absolute;
  top: -999em;
  left: 120px;
	float: left;
}
.nav li:hover ul,
.nav li.sfHover ul {
  /*top: 1px;*/
	top: 1px;
}
.nav ul li {
  float: none;
}
.nav ul a {

}
.nav ul a:hover {

}