@import url(http://fonts.googleapis.com/css?family=Droid+Serif|Oswald);
@import url("normalize.css");
@import url("estimate.css");

@font-face {  
  font-family: minico ;  
  src: url( /fonts/minico.ttf ) format("truetype");  
}

body {
  font: 16px/1.5em 'Droid Serif', serif;
  background: url('/images/body_bg.png');
}

h1, h2, h3, h4, h5, h6, #sidebar {
  font-family: 'Oswald', helvetica, arial, verdana, sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 218%;
}

h2 {
  font-size: 164%;
}

h3 {
  font-size: 145%;
}

h4 {
  font-size: 118%;
}

a:link, a:visited {
  text-decoration: none;
  color: #CE595C;
  border-bottom: 1px solid #DBDBDB;
}

a:hover, a:active {
  color: #7C2128;
}

#main {
  position: block;
  margin: 80px auto 20px auto;
  padding: 0 25px 50px 0;
  /*width: 575px;*/
  width: 870px;
  overflow: auto;
}

#main .half {
  margin: 0;
  padding: 0;
  width: 435px;
  float: left;
}

#main p {
  margin-left: 1em;
}

#main FORM ul {
  list-style-type: none;
}
#main>img.calgary {
  width: 820px;
  margin: 0 20px 0 20px;
}
#main>img.shadow {
    -webkit-box-shadow: 0 8px 8px -7px black;
     -moz-box-shadow: 0 8px 8px -7px black;
          box-shadow: 0 8px 8px -7px black;
}

#home>.container>div>h2 {
  text-align: center;
  margin-bottom: 10px;
}
#home>.container>div>h2>a:link, #home>.container>div>h2>a:visited {
  color: #000000;
}
#home>.container>div>h2>a:hover, #home>.container>div>h2>a:active {
  text-decoration: none;
  color: #CE595C;
  border-bottom: 1px dashed #414141;
}
#home>.container>div>a:hover>p, #home>.container>div>a:active>p {
  text-decoration: none;
  color: #000000;
}

#home>.container>div>img.line {
  width: 140px;
  margin: -20px 75px 0 75px;
}

#contact>.container, #home>.container {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: visible;
}

#contact>.container>div, #home>.container>div {
  width: 290px;
  float: left;
  display: block;
  overflow: hidden;
}

#contact>.container>div.show {
  overflow: visible;
}

#contact>.container>div.full, #home>.container>div.full {
  clear:both;
  width: 870px;
  display: block;
  float: none;
  overflow: visible;
  padding-top: 20px;
}

#home>.container>div.full { padding: 0; margin: 0 ; background-color: #FF0080; }

#contact>.container>div.full img {
  float: right;
  margin: 0 0 -50px 0;
  border: none;
}

#contact ul {
  list-style-type: none;
}

#sidebar {
  position: absolute;

  top: 0;
  width: 100%;

  text-align: center;
  background: #171717;
  color: #FFF; 
}

#sidebar a, #sidebar a:link, #sidebar a:visited {
  border: none;
  color: #FFF;
}
#sidebar a:hover {
  border-bottom: 1px solid #535353;
}

#sidebar ul {
  list-style-type: none;
  width: 525px;
  margin: 0 auto;
}

#sidebar li {
  font-size: 14px;
  float: left;
  margin: 20px 40px 20px 0;
  line-height: 20px;

  -webkit-transition-property:margin;
  -webkit-transition-duration:0.20s, 0.20s; 
}

#sidebar.floater {
  position: fixed;
  top: 0;
  z-index:100000;
  border-bottom: 3px solid #7C2128;
  -webkit-transition-property:background;
  -webkit-transition-duration:0.20s, 0.20s; 
}
#sidebar.floater li{
  margin: 5px 40px 5px 0;
}
#sidebar.floater li a:hover{
  border-bottom: 1px solid #F3F3F3;
}

#header {
  width: 100%;
  min-width: 900px;
  height: 260px;
  background-color: #7C2128;
  text-align: center;
}
#header>img {
  height: 194px;
  margin-top: 60px;
}
#header::after {
  display: block;
  position: relative;
  top: -6px;
  content: "\0020";
  height: 6px;
  background: url('/images/sheet_tear.png') transparent;
  z-index: 1000;

  -webkit-transform:rotate(180deg);
   -moz-transform:rotate(180deg);
   -ms-transform:rotate(180deg);
   -o-transform:rotate(180deg);
   transform:rotate(180deg);
}
#footer {
  height: 290px;
  width: 100%;
  min-width: 900px;
  background: url('/images/footer_bg.jpg') #171717;

  font: 12px/1.5em 'Droid Serif', serif;
}

#footer::before {
  display: block;
  position: relative;
  top: 0;
  content: "\0020";
  height: 6px;
  background: url('/images/sheet_tear.png') transparent;
  z-index: 1001;
}

#footer>.content {
  margin: 0 auto;
  width: 870px;
  color: #EFEFEF;
}

#footer>.content img {
  margin: 20px;
  display: inline;
  float: right;
}

#footer>.content img.smallmap {
  width: 280px;
  margin-right: -10px;
}

#footer>.content>.onethird {
  width:250px;
  margin-right: 0;
  margin-left: 0;
  padding: 10px 20px 0 20px;
  float: left;
  display: block;
  text-align: left;

  z-index: 2001;
}
#footer>.content>.onethird>.half {
  margin: 0;
  padding: 0;
  width: 125px;
  float: left;
  overflow: hidden;
}
#footer>.content>.twothirds {
  width:520px;
  margin-right: 0;
  margin-left: 0;
  float: left;
  display: block;
}
#footer a:link {
  border-bottom: none;
}
#footer h3 {
  margin-bottom: -5px;
}

@media(-webkit-min-device-pixel-ratio: 2) {
    body {background: url('/images/body_bg@2x.png')}
    #header::after {background: url('/images/sheet_tear@2x.png' transparent)}
    #footer::before {background: url('/images/sheet_tear@2x.png' transparent)}
    #footer {background: url('/images/footer_bg@2x.jpg')}
}

.Twitter:after {
  content: "l";
  font: 64px/1em 'minico';
  float: left;
  margin-right: 20px;
}

.Facebook:after {
  content: "f";
  font: 64px/1em 'minico';
  float: left;
  margin-right: 20px;
}

.SmallTwitter:after {
  content: "L";
  font: 200%/0em 'minico';
}

img.recycle {
  float: right;
  margin: 60px 20px;
  height: 250px;
}