/*
Theme Name: DCR Construction
Theme URI: http://www.dcr.com/
Description: Custom theme for DCR Construction
Author: Tempo Creative
Version: 1.0
Tags: simple, corporate, custom
*/
body {
  background: #630000 url('images/bg-body.jpg');
  font-family: Tahoma, Arial, Verdana;
  font-size: 12px;
  line-height: 1.4em;
  border-top: solid 10px #630000;
  padding-top: 10px;
}

a, a:visited {
  color: #630000;
  outline: none;
}

/* for IE */
/*
@font-face{ 
  font-family: Helvetica LT Condensed Light;
  src:url(css/helvetica-light.ttf);
}
*/

/* for non-IE */
/*
@font-face { 
  font-family: Helvetica LT Condensed Light;
  src:url(http://:/) format("No-IE-404"),url(css/helvetica-light.ttf) format("truetype");
}
*/

@font-face {
  font-family: 'Helvetica LT Condensed Light';
  src: url('css/helvetica-light.ttf');
  src: local('Helvetica LT Condensed Light Regular'), local('Helvetica LT Condensed Light'),
         url('css/helvetica-light.ttf') format('truetype');
}

h1 {
  font-family: "Helvetica LT Condensed Light", Tahoma, Verdana;
  font-size: 28px;
  font-weight: normal;
  border-bottom: dotted 2px #aaa;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

h2 {
  color: #450000;
  font-size: 18px;
  padding: 0;
  text-transform: uppercase;
  font-weight: normal;
}

#menu {
  margin: 60px 0 0 100px;
  padding: 0;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#menu ul li {
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
}

#menu ul li a, #menu ul li a:visited {
  display: block;
  padding: 5px 13px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

#menu ul li a:hover {
  background: #891b1b;
}

#menu ul li.current-menu-item a, #menu ul li.current-page-item a:visited {
  background: #fff;
  color: #450000;
}

#menu ul li.current-page-item a:hover {
  background: #fff;
  color: #450000;
} 


/* Frontpage Slideshow */
#slideshow {
  background: #fff;
  margin: 20px 0;
  padding: 5px;
  position: relative;
}
#slideshow .pics {
	background: #fdb473 url('images/bg-slideshow.jpg') top right no-repeat;
  height: 350px;
	width: 940px;
	padding: 0;
	margin: 0;
	overflow: hidden
}
#slideshow .pics img {
	height: 350px;
	width: 620px;
	padding: 0;
	top: 0;
	left: 0
}

#prevBtn, #nextBtn {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -16px;
	top: 159px;
	z-index: 1000;
	outline: none;
}
#nextBtn {
	left: 934px;
}



/* Frontpage Bottom content */
#front-bottom {
  background: #fff url('images/bg-content-front.jpg') top left repeat-y;
  margin-bottom: 20px;
}

#front-bottom .content {
  padding: 20px 0;
  margin: 0 20px;
}

#front-bottom div:first-child .content {
  margin-right: 10px;
}

#front-bottom .omega .content {
  margin-left: 10px;
}

#front-bottom .content p.more {
  text-align: right;
}

#front-bottom .content h2 {
  color: #450000;
  font-size: 14px;
  margin: 0 0 10px 0;
  padding: 0;
}

#front-bottom .content .contact {
  font-family: 'Helvetica LT Condensed Light', Tahoma, Helvetica, Arial;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

#front-bottom .content .contact .big {
  font-size: 34px;
  display: block;
  padding-top: 10px;
}


#front-bottom .content .approval img {
  width: 90px;
}

#front-bottom .content .approval .item {
  float: left;
  width: 95px;
  margin-right: 5px;
}

#front-bottom .content .approval .item.odd {
  margin-right: 0;
}

#front-bottom .content .approval .item .mid {
  /*
  display: table-cell;
  vertical-align: middle;
  */
  height: 100px;
}

/* Inside Page */
#content {
  background: #fff url('images/bg-inside.jpg') top right repeat-y;
  margin-top: 20px;
}

#content #main-content {
  background: #fff url('images/bg-main-content.jpg') 0 20px no-repeat;
}

.page #content #main-content .post {
  padding: 30px 0;
  margin: 0 20px 0 30px;  
}

.page #content #main-content .post h1 {
  font-size: 28px;
}

/* Sidebar */
#sidebar {

}

#sidebar .sidebox {
  margin-bottom: 20px;
}

#sidebar .sidebox h2 {
  background: #870000;
  border-right: solid 5px #450000;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Helvetica LT Condensed Light', Helvetica, Tahoma, Arial;
  position: absolute;
  top: 15px;
  left: -10px;
  padding: 5px 15px;
}

#sidebar .sidebox .content {
  padding-top: 55px;
  margin: 0 15px 0 0;
}

#sidebar .sidebox .more {
  text-align: center;
}

#sidebar .sidebox.plain {
  background: #fff;
  margin-right: 15px;
  border: solid 1px #c3b79f;
  padding: 10px;
}

#sidebar .sidebox .approval {
  display: table;
}

#sidebar .sidebox .approval img {
  vertical-align: middle;
  width: 90px;
}

#sidebar .sidebox .approval .item {
  float: left;
  display: inline;
  width: 90px;
  margin-right: 5px;
}

#sidebar .sidebox .approval .item.odd {
  margin-right: 0;
}

#sidebar .sidebox .approval .item .mid {
  height: 100px;
}

/* Works */
#sidebar .sidebox .work-item {
  text-align: center;
  margin-bottom: 15px;
  float: left;
  display: inline;
  margin-right: 10px;
}

#sidebar .sidebox .work-item.odd {
  margin-right: 0;
}

#sidebar .sidebox .work-item img {
  border: solid 2px #870000;
  width: 95px;
  height: 95px;
}

/* Contact info at sidebar */
#sidebar .sidebox .contact {
  font-family: 'Helvetica LT Condensed Light', Tahoma, Helvetica, Arial;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: solid 1px #cebc97;
}

#sidebar .sidebox .contact .big {
  font-size: 34px;
  display: block;
  padding-top: 10px;
}

/* Balloon */
.balloon {
  margin-bottom: 20px;
}

.balloon .entry {
  font-family: 'Times New Roman', Serif, Georgia;
  font-size: 13px;
  line-height: 1.3em;
  color: #555;
  font-style: italic;
  background: #fff;
  padding: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.balloon.odd .entry {
  background: #cebc97;
  color: #333;
}

.balloon .user {
  padding-top: 10px;
  padding-left: 35px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  background: url('images/bal-tip2.jpg') 10px top no-repeat;
}

.balloon.odd .user {
  background: url('images/bal-tip.jpg') 10px top no-repeat;
}

.balloon .user span {
  font-weight: normal;
}

/* Slideshow */
#galleria {
  height: 500px;
}

/* Testimonials */
.category {

}

.category .post {
  background: #cebc97;
  color: #333;
  float: left;
  display: inline;
  width: 210px;
  margin-right: 10px;
  margin-bottom: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.category .post:last-child {
  margin-right: 0;
}

.category .post .entry {
  padding: 20px 0 0;
  margin: 0 20px;
}

.category .post .user {
  text-align: right;
  color: #000;
  font-weight: bold;
  margin: 0 20px 20px 0;
}

.category #category-content {
  padding: 30px 0;
  margin: 0 20px 0 30px;  
}

/* Footer */
#footer {
  text-align: center;
  font-size: 11px;
  color: #e54c4c;
  padding: 5px;
  background: #630000;
}

#footer a, #footer a:visited {
  color: #eca6a6;
}