/*
Theme Name: North Point
Theme URI: http://coulee-creative.com/
Description: NorthPoint
Version: 1.0
Author: Jared Chelf and Misha Chitharanjan
Author URI: http://couleec-creative.com/
Tags: custom

*/

/* RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
body {
	line-height: 1
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
:focus {
	outline: 0
}
ins {
	text-decoration: none
}
del {
	text-decoration: line-through
}
table {
	border-collapse: collapse;
	border-spacing: 0
}

/* ELEMENTS */
a,
a:hover,
a:link,
a:focus,
a:active {
  text-decoration: none;
  color: #cc6600;
}

big {
  font-size: 130%;
}

/* layout */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	margin: 0; padding: 0;
}

#header-area {
  margin: 0; padding: 0;
}
#header-wrap {
	background: url('images/header-wrap-bg.png') repeat-x;
	margin: 0; padding: 0;
	position: relative;
	width: 100%;
	z-index: 1000;
}

#header {
  margin: 0 auto;
  padding: 0;
  width: 970px;
  position:relative;
  height: 123px;
}

#header #addthis-area {
  width: 159px;
  position: absolute;
  right: 12px;
  top: 0;
  height: 32px;
  background: url('images/addthisbg.png');
  text-align: center;
  padding-top: 22px;
}
#header #addthis-area .addthis_button {
}

#teeth {
  margin: 0;
  padding: 0;
  position: relative;
  top: -12px;
  width: 100%;;
  background: transparent url('images/teeth.png') repeat-x;  
  height: 31px;
  z-index: 9;
}

#teeth #sub-nav {
  font: 12px/12px Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  margin: 1px 3px;
  padding: 0;
  position: absolute; 
}
#teeth #sub-nav li {
  display: inline;
  float: left;
}

#teeth #sub-nav li a {
  color: #473717;
  display: block;
  padding: 0 10px;
}

#teeth #sub-nav li a:hover {
  /*text-decoration: underline;*/
}


#under-teeth {
  width: 100%;
  background: #5A2A11;
  height: 14px;
}

#page-wrap {
  z-index: 1;
  margin: 0; padding: 0;
  background: #F7F4EB url('images/wrap-bg.png') repeat-x;
  width: 100%;
  overflow: hidden;
  position: relative;
  top: -22px;
}

#page {
	background: transparent;
	width: 969px;
	clear: both;
	text-align: left;
	position:relative;
	margin: 0 auto;
  padding: 0;
}

#page-left-wrap {
  float: left;
  width: 222px;
  position: absolute;
  left: -208px;
  top: -146px;
  height: 966px;
  z-index: 10000;
  background: #5A2A11 url('images/wrap-left.png') no-repeat;
}

#page-center  {
  float: left;
  background:#F7F4EB;
  width: 944px;
  margin: 0 11px 0 14px; 
  min-height: 966px;
  _height: 966px;
}

#page-right-wrap {
  float: left;
  position:absolute;
  right: -208px;
  top: -146px;
  width: 222px;
  height: 966px;
  background: #5A2A11 url('images/wrap-right.png') no-repeat;
}

/* header */
#header h1 {
  float: left;
  width: 275px;
  height: 57px;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  background: url('images/logo.png') no-repeat;
}

#header h1 a {
  display: block;
  width: 275px;
  height: 57px;
  margin: 0;
  padding: 0;
  text-indent: -9999em;
}

/* navigation */
#header #navigation {
  margin: 70px 33px 0 0;
  padding: 0;
  float: right;
  font: 13px/24px Georgia, "Times New Roman", Times, serif;
  color: #473717;
  list-style: none;
}

#header #navigation li ul {
  
}
  
#header #navigation li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

#header #navigation li a {
  color: #473717;
  float: left;
  margin: 0 0 0 10px;
  padding: 26px 5px 0;
  position: relative;
}



#header #navigation li a.selected {
  background: url('images/nav-selected.png') left bottom;
  border-right: 1px solid #E7E5DC;
  border-left: 1px solid #E7E5DC;
  margin-left: 9px;
  margin-right: -1px;
}

#header #navigation li.current_page_item a,
#header #navigation li.current_page_parent a,
#header #navigation li.current_page_anscestor a 
#header #navigation li.current_page_item a.selected,
#header #navigation li.current_page_parent a.selected,
#header #navigation li.current_page_anscestor a.selected {
  background: url('images/nav-selected-current.png') left bottom;
  border-right: 1px solid #E7E5DC;
  border-left: 1px solid #E7E5DC;
  margin-left: 9px;
  margin-right: -1px;
}

#header #navigation li a:hover {
  /*text-decoration: underline;*/
}

#header #navigation li ul {
  display: none;
}

/* Breadcrumb */
#breadcrumb {
  font: 12px Georgia, "Times New Roman", Times, serif;
  position: absolute;
  margin: 10px 0 0 15px;
  color: #473717;
  overflow: auto;  
}

#breadcrumb a {
  color: #473717;  
}

/* FRONT*/
#main-front {
  width: 100%;
  height: 418px;
  background: url('images/main-image.png')
}

.horiz-bar {
  width: 100%;
  height: 22px;
  clear: both;
  background: url('images/horiz-bar.png');
}

a.main-link {
  float: left;
  margin-top: 26px;
  margin-bottom: 31px;
  height: 87px;
  text-indent: -9999em;
}
a.services {
  margin-left: 17px;
  width: 290px;
  background: url('images/our-services.png');
}


a.work {
  margin-left: 16px;
  width: 294px;
  background: url('images/our-work.png');
}


a.showroom {
  margin-left: 16px;
  width: 293px;
  background: url('images/our-showroom.png');
}

#content {
  background: url('images/map.png')no-repeat;
  min-height: 390px;
  overflow: auto;
}

#above-footer {
  background: url('images/map.png') no-repeat;
}

/* FOOTER */
#footer {
  position: relative;
  clear:both;
  background: #F7F4EB;
}

#footer #navigation {
  width: 910px;
  margin: 0 auto;
  text-align: center;
  line-height: 35px;
  height: 35px;
  background: url('images/footer-nav.png');
}


#footer #navigation li {
  display: inline;
  margin: 0;
  list-style: none;
  padding: 0;
}

#footer #navigation li a {
  color: #736749;
  margin: 0 20px;
}

#footer #navigation li a:hover {
  text-decoration: underline;
}
#footer #navigation li ul {
  display: none;
}

#footer p.copyright {
  text-align: center;
  float: none;
  font: 11px/24px Arial, Helvetica, sans-serif;
  color: #736749;
  margin 5px 0 0;
}

/* Our Work Page */
div.page-title {
  float: right;
  height: 39px;
  margin: 12px 20px 0 0;
}

div.our-work-title {
  width: 151px;
  background: url('images/our-work-title.png');
}

div.our-showroom-title {
  width: 232px;
  background: url('images/our-showroom-title.png');
}
div.blog-title {
  width: 151px;
  height: 49px;
  background: url('images/blog-title.png');
}

div.about-us-title {
  width: 154px;
  background: url('images/about-us-title.png');
}

div.our-services-title {
  width: 192px;
  background: url('images/our-services-title.png');
}

div.contact-title {
  width: 167px;
  background: url('images/contact-title.png') no-repeat
}

div#content div.our-work-content {
  width: 100%;
  clear: both;
  overflow: auto;
}

div#content div.our-work-content .column {
  float: left;
  padding-left: 16px;
  padding-top: 290px;
  position: relative;

}

div#content div.our-work-content .first {
  width: 294px;
}

div#content div.our-work-content .middle {
  width: 293px;
}

div#content div.our-work-content .last {
  width: 293px;
}

div#content div.our-work-content span.polaroid {
  float: left;
  height: 290px;
  top: 0;
  position: absolute;
}

div#content div.our-work-content span.polaroid .polaroid-inner {
  width: 259px;
  height: 160px;
  display: block;
  position: absolute; 
}

div#content div.our-work-content span.polaroid h2 {
  margin: 0 0 1em;
  float: left;
  line-height: 18px;
}

div#content div.our-work-content span.polaroid1 {
  position:absolute;background-image: url('images/polaroid1.png');
  width: 310px;
  left: 5px;
}

div#content div.our-work-content span.polaroid1 .polaroid-inner {
  left: 23px;
  top: 37px;
  position:absolute;background-image: url('images/polaroid1.jpg');
}

div#content div.our-work-content span.polaroid2 {
  position:absolute;background-image: url('images/polaroid2.png');
  width: 293px;
}

div#content div.our-work-content span.polaroid2 .polaroid-inner {
  left: 16px;
  top: 37px;
  position:absolute;background-image: url('images/polaroid2.jpg');
}


div#content div.our-work-content span.polaroid3 {
  position:absolute;background-image: url('images/polaroid3.png');
  width: 310px;
  left: 9px;
}
div#content div.our-work-content span.polaroid3 .polaroid-inner {
  left: 22px;
  top: 37px;
  position:absolute;background-image: url('images/polaroid3.jpg');
}

a.red-button {
  float: left;
  width: 162px;
  height: 20px;
  line-height: 23px;
  padding: 3px 0 0 11px;
  font: 13px Georgia, "Times New Roman", Times, serif;
  color: #fff;
  padding-left:11px;
  background: url('images/red-button.png');
  text-decoration: none;
}

a.red-button:hover {
  text-decoration: none;
}

h2 {
  font: normal 16px Georgia, "Times New Roman", Times, serif;
  color: #B3361D;
  clear: both;
  margin: 0 0 1em;
}

h3 {
  font: normal 16px Georgia, "Times New Roman", Times, serif;
  color: #B3361D;
  clear: both;
}




div#content p {
  float: left;
  width: 100%;
  clear: both;
  line-height: 1.5em;
  margin: 0 0 1em;
  font-size: 12px;
}

div.right-text {
  float: right;
  clear: right;
  width: 410px;
  padding: 25px;
}

div.homepage-text {
  float: left;
  clear: left;
  width: 894px;  
  padding: 25px;
}

span.project-name {
  text-transform: uppercase;
}

#project-list { 
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
}

#project-list a.selected {
  color: black;
}

.polaroids,
#polaroids_flash {
  width: 450px;
  height: 400px;
  float: left;
} 

div#hr {
  width: 407px;
  background: url('images/hr.png') no-repeat;
  height: 20px;
  clear:both;
  float:left;
}

div.form-item {
  width: 360px;
  height: 29px;
  line-height: 29px;
  padding: 5px 3px 3px 30px;
  color: #929270;
  font: 13px Georgia, "Times New Roman", Times, serif;
  margin: 10px 0;
  background: url('images/input.png') no-repeat;
  clear: both;
  position: relative;
  overflow: hidden;
}

div.required {
  background: url('images/input-required.png') no-repeat;
}

div.text-area {
  background: url('images/textarea.png') no-repeat right top;
  height: 106px;
}
div.form-item label {
  position: absolute;
  font: 13px Georgia, "Times New Roman", Times, serif;
  line-height: 22px;
}

div.form-item input {
  font: 13px Georgia, "Times New Roman", Times, serif;
  line-height: 22px;
  height: 29px;
  width: 360px;
  color: #929270;
  border: none;
  background: transparent;
  margin: 0; padding: 0;
}
div.form-item textarea {
  font: 13px Georgia, "Times New Roman", Times, serif;
  line-height: 22px;
  background: transparent;
  height: 22px;
  width: 360px;
  height: 106px;
  color: #929270;
  border: none;
  margin: 0; padding: 0;
}


.wpcf7-response-output {
  clear:both;
}

.form-item .wpcf7-not-valid-tip {
  position: absolute;
  font: 13px Georgia, "Times New Roman", Times, serif;
  color: red;
  left: 0;
  top: -3px;
  padding:0;
  line-height: 22px;
  width: 360px;
  border: none;
}


input.submit {
  background: url('images/submit.png');
  text-indent: -1000em;
  float: right;
  width: 144px;
  height: 25px;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

form p {
  width: 400px;
  margin: 0;
  padding: 0;
  float: none;
}


#post-112 {
  background: url('images/bg_fireplace.jpg') no-repeat;
}



#post-29 {
  background: url(images/map.png) no-repeat left 418px;
}


/* TEMPORARY FOR HIDING BLOG */
li.page-item-409,
#footer #navigation li.page-item-409 {
  display: none;
}

/*BLOG*/
.blog #page-center {
  background-image: url('images/map.png');
  background-repeat: no-repeat;
}

#page-center #left-column {
  float: left;
  width: 576px;
  margin: 0 0 40px 20px;
  clear: both;
}

#page-center #right-column {
  float: right;
  width: 290px;
  margin: 0 20px 40px 0;
  font: 15px Georgia, 'Times New Roman', Times, serif;
}


.blog-entry {
  font: 13px/18px Arial, Helvetica, sans-serif;
}
.blog-entry h2 {
  color: #B70000;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  background: #F7F5F1 url(images/postheader.png);
  background-repeat: no-repeat;
  padding: 18px 10px 6px;
  line-height: 1.5;
  margin: 0;
}

.blog-entry .postheader-bottom {
  height: 7px;
  background: url(images/postheader-bottom.png);
  margin-bottom: 20px;
}

.blog-entry h2 a,
.blog-entry h2 a:hover,
.blog-entry h2 a:active,
.blog-entry h2 a:visited {
  color: #B70000;
}

.blog-entry p {
  padding: 0 12px 12px;
}

.postmetadata {
  overflow: auto;
  clear: both;
  color: #333300;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  background: url(images/postmeta.png);
  height: 33px;
  padding: 4px 2px;
}


.postmetadata a,
.postmetadata a:hover,
.postmetadata a:active,
.postmetadata a:visited {
  color: #333300;
}

.commentslink {
  float: right;
}

span.read-more-link {
  width: 121px;
  cursor: pointer;
  height: 24px;
  font-size: 0px;
  text-indent: -1000em;
  float: left;
  margin: 20px 0;
  background: url(images/readmore.png);  
}

h2.widgettitle {
  color: #B3361D;
  font: 16px/24px Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  margin: 0 0 8px; 
}

h2.hrule {
  background: url(images/sidebar-hrule.png) no-repeat left bottom;
  padding-bottom: 8px;
}

#sidebar ul li {
  margin-bottom: 30px;
  overflow: auto;
}

#sidebar ul li ul li {
  margin: 0;
  line-height: 33px;
  padding: 0;
  border-bottom: 1px solid #D8D2C0;
}

#sidebar #searchform label {
  display: none;
}

#sidebar #s,
#sidebar #feedburner-email {
  width: 177px;
  border: none;
  height: 26px;
  background: url(images/searchinput.png); 
  font-size: 15px;
  padding: 1px 5px;
  float: left;
}

#sidebar #feedburner-email {
  width: 162px;
  background: url(images/feedburnerinput.png);
}


#sidebar #searchsubmit,
#sidebar #feedburner-subscribe {
  width: 100px;
  border: none;
  height: 24px;
  background: url(images/searchbutton.png);
  cursor: pointer;
  text-indent: -1000em;
  float: right;
  font-size: 0px;
  margin-top: 3px;
  
}

#sidebar #feedburner-subscribe {
  width: 112px;
  background: url(images/subscribe.png);
}

#sidebar #feedburner-link {
  clear: both;
  float: left;
  margin-top: 2px;
}

#respond textarea { width: 574px;padding: 0;}

#respond #submit {
  width: 175px;
  height: 24px;
  background: url(images/submit-comment.png);
  border: none;
  font-size: 0;
  text-indent: -1000em;
  margin-top:5px;
}
