/*
Theme Name: CAD
Theme URI: http://www.philippedallaire.com
Description: Construction Alain Dallaire Theme, two column, sidebar on right
Version: 1.0
Author: Philippe Dallaire
Author URI: http://www.philippedallaire.com
*/

/*=== START SECTION 1 - Initial Styling ===*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #2F2D29;
	background: #EAE6DB;
}
#wrapper {
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img {
	border: none;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
a:link, a:visited {
	color: #2F2D29;
	text-decoration: none;
}
a:hover {
	color: #5E5949;
	text-decoration: underline;
}
/*=== END SECTION 1 - Initial Styling ===*/


/*=== START SECTION 2 - Header Region ===*/
#headerblank {
	float:left;
	width:100%;
	background:url(images/headerbg.png) repeat-x;
	height:471px;
}
#header {
	float:none;
	width:1004px;
	background: url(images/headerimg.png) no-repeat;
	height:471px;
	margin:0px auto;
}
#topcontent {
	float:left;
	padding:0 0 0 48px;
	width:940px;
	margin:0px;
}
#logo {
	float:left;
	margin:108px 0 0 0;
	width:200px;
	padding:0px;
}
#logo a {
	float:left;
	text-decoration:none;
	cursor:pointer;
	width:200px;
	background:url(images/logo.png) no-repeat;
	height:86px;
}
#headercontent {
	float:left;
	margin:45px 0 0 0;
	padding:0 0 0 30px;
	width:360px;
}
#headercontent h1 {
	float:left;
	margin:10px 0px 0px;
	padding:0px;
	width:360px;
	font-weight:bold;
	font-size:26px;
	color: #EAE9E5;
}
#headercontent p {
	float:left;
	margin:14px 0 0 10px;
	padding:0px;
	width:350px;
	font-size:14px;
	font-weight:bold;
	color: #EAE9E5;
	line-height:24px;
}
#headercontent p.citation {
	float:left;
	margin:20px 0 0 30px;
	padding:0px;
	width:280px;
	font-size:12px;
	font-weight:normal;
	font-style: italic;
	color: #EAE9E5;
	line-height:18px;
}
#headercontent p.citation .quote {
	font-size: 14px;
	font-weight: bold;`
}
#menu {
	float:left;
	margin:105px 0 0 0;
	padding:0 0 0 18px;
	width:986px;
}
#menu ul {
	float:left;
	width:986px;
	margin:0px;
	padding:0px;
	display:block;
}
#menu li {
	float:left;
	margin:0px;
	padding:0px;
	display:block;
}
#menu li a:link, #menu li a:visited {
	float:left;
	margin:0px;
	padding:9px 0 0 0;
	display:block;
	width:109px;
	text-align:center;
	font-size:60px;
	font-weight:normal;
	color: #EAE9E5;
	text-decoration:none;
	line-height:60px;
}
#menu li a:hover, #menu li.current_page_item a {
	color: #2F2D29;
}
#menu li a span {
	float:left;
	margin:0px;
	padding:10px 0 0 0;
	display:block;
	width:109px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color: #2F2D29;
	text-decoration:none;
	line-height:16px;
	background:url(images/activeline.png) no-repeat top;
	height:27px;
	cursor:pointer;
}
/*=== END SECTION 2 - Header Region ===*/


/*=== START SECTION 3 - Content Region ===*/
#main {
	float:left;
	width:100%;
	margin:0px;
	padding:0 0 44px 0;
}
#content {
	float:none;
	margin:0px auto;
	width:1004px;
	padding:0px;
}
#leftcontent {
	float:left;
	width:498px;
	padding:0 0 0 44px;
	margin:0px;
}
#newsbox {
	float:left;
	margin:0px;
	width:498px;
	padding:0px;
}
.news {
	float:left;
	margin:0px;
	padding:0 0 26px 0;
	width:498px;
}
.newsimg {
	float:left;
	margin:0px;
	padding:0px;
	width:171px;
	height:79px;
	border: 5px solid #FFF;
}
.newscontent {
	float:left;
	padding:0 0 0 17px;
	width:300px;
}
.newscontent h2 {
	float:left;
	margin:8px 0 0 0;
	font-weight:bold;
	font-size:12px;
	padding:0px;
	width:300px;
	
}
.newscontent p {
	float:left;
	margin:0px;
	font-weight: normal;
	font-size:12px;
	color: #2F2D29;
	line-height:16px;
	padding:0px;
	width:300px;
}
.post {
	float:left;
	margin:0px;
	width:498px;
	padding:0px;
}
.post h2 {
	float:left;
	width:498px;
	margin:0 0 10px 0;
	padding:0px;
	font-weight:bold;
	font-size:25px;
}
.post h3 {
	float:left;
	margin:10px 0 10px 0;
	padding:0px;
	font-weight:bold;
	font-size:16px;
}
.post p {
	float:left;
	width:458px;
	font-weight:normal;
	line-height:20px;
	margin:14px 0 0 20px;
	padding:0px;
	text-align:justify;
	font-size: 14px;
}
.post ul {
	float:left;
	margin: 20px 0 0 25px;
	padding: 0px;
}
.post li {
	float: left;
	width:450px;
	display:block;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	font-size: 14px;
	font-weight:normal;
	line-height:20px;
	border: none;
}
.post ul li ul {
	float: left;
	width:450px;
	display:block;
	margin: 0px;
	padding: 0 0 10px 20px;
	font-size: 14px;
	font-weight:normal;
	line-height:20px;
	border-top: 1px dashed #2F2D29;
}
.post #realisation li {
	float: left;
	width:450px;
	display:block;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	font-size: 14px;
	font-weight:normal;
	line-height:20px;
	border-top: 1px dashed #2F2D29;
}
.post #realisation li .text {
	float: left;
	width:230px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
.post #realisation li .text p {
	float: left;
	width:230px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.post #realisation li .image {
	float:right;
	margin: 20px 0 0 0;
	padding: 0px;
	width:171px;
	height:79px;
	border: 5px solid #FFF;
}
.post-edit-link img{
	border: none;
}
a.post-edit-link:link, a.post-edit-link:visited {
	text-decoration: none;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.post blockquote {
  float: left;
  font: 12px Georgia, "Times New Roman", Times, serif;
  width: 410px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  margin: 20px 0 0 0;
  padding: 0 0 0 30px;
}
.post blockquote p {
    float: left;
    width: 350px;
	background: url(images/blockquote2.png) no-repeat left top;
	padding: 0 0 0 30px;
	margin: 0px;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
}
.post .source {
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	padding: 0 0 0 30px;
	margin:14px 0 20px 20px;
}
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
.underpost {
	font-size: .9em;
}
.underpost a {
	text-decoration: underline;
}


#contactinput {
	float: left;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 0;
	border-top: 1px dashed #2F2D29;
	border-bottom: 1px dashed #2F2D29;
}
#contactinput p {
	margin: 10px 0 0 25px;
	padding: 0px;
}
#contactinput span {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 150px;
}
#contactinput input {
	width: 200px;
	color: #2F2D29;
}
#contacttextarea textarea {
	float: left;
	width: 400px;
	height: 250px;
	color: #2F2D29;
}
#contacttextarea input {
	float: left;
	margin: 0 0 0 300px;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	color: #EAE6DB;
	background: #2F2D29;
}

/*=== END SECTION 3 - Content Region ===*/

/*=== START SECTION 5 - Sidebar Region ===*/
#sidebar {
	float:left;
	margin:0px;
	padding:0 0 0 44px;
	width:418px;
}
#sidebarbg {
	float:left;
	margin:0px;
	padding:0px;
	background:url(images/leftcontentbg.png) no-repeat;
	width:374px;
	height:569px;
}
#realisationbox {
	float:left;
	margin:40px 0 0 0;
	width:374px;
	padding:0px;
}
#realisationtitle {
	float:left;
	width:306px;
	height: 24px;
	padding:0px;
	margin:0 0 0 23px;
}
#realisationboximg {
	float: left;
	width:269px;
	margin:10px 0 0 63px;
	padding: 0 10px 0;
}
#realisationboximg a:link, #realisationboximg a:visited {
	float: left;
	margin: 10px 40px 20px 0px;
	border: 3px solid #EAE6DB;
}
#realisationboximg a:hover {
	border: 3px solid #2F2D29;
}
#rightborder {
	float: left;
	width: 290px;
	height: 2px;
	margin: 4px 40px 0;
	border-bottom: 1px dashed #EAE6DB;
}
#contactbox {
	float:left;
	margin:12px 0 0 0;
	width:374px;
	padding:0px;
}
#contacttitle {
	float:left;
	width:186px;
	height: 24px;
	padding:0px;
	margin:0 0 0 23px;
}
#contactboxinfo {
	float: left;
	background: #EAE6DB;
	border: 1px dashed #5E5949;
	width:249px;
	margin:10px 0 0 53px;
	padding: 10px;
}
#contactboxinfo p {
	margin:5px 0 0 13px;
	color: #2F2D29;
	font-size:12px;
	padding: 0px;
}
#contactboxinfo p.title {
	margin:0 0 10px;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
}
#contactbox .rbq {
	float: left;
	width: 324px;
	margin: 10px 0 0 0;
	padding: 0px;
	text-align: right;
	font-size: 11px;
}
#contactbox .rbq a:link, #contactbox .rbq a:visited {
	color: #EAE6DB;
}
#contactbox .rbq a:hover {
	color: #EAE6DB;
}
/*=== END SECTION 5 - Sidebar Region ===*/


/*=== START SECTION 6 - Footer Region ===*/
#footerblank {
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
}
#footer {
	float:none;
	margin:0px auto;
	padding:0px;
	width:1004px;
}
#footernav {
	float:left;
	padding: 0px;
	width:1004px;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	color: #2F2D29;
}
#footernav span {
	padding:0 4px 0 4px;
}
#copy {
	float:left;
	text-align:center;
	width:1004px;
	font-weight:normal;
	font-size:9px;
	color: #5E5949;
	margin:8px 0 0 0;
}
/*=== END SECTION 6 - Footer Region ===*/