/* ------------------------------------------------------------------------
 * Copyright 2011 Michael Gordon
 * Urban Restoration site support
 */

.pad3 {
    padding: 3pt;
}

.pad9 {
    padding: 0pt 9pt;
}

h1, h2, h3, h4 {
  font-family: Lucida Grande, Baskerville,Palatino,Georgia !important;
  color: #035; /* override bootstrap */
}

h2 {
/*
    font-family: Baskerville,Palatino,Georgia !important;
*/
  font-weight:normal;
  font-size: 200%;
  margin-bottom: .5em;
}


div.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

div.ur {
/*
    display: inline-block;
    text-align: left;
*/
}

div.header {
    padding-top: 12pt;
    padding-bottom: 0pt;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: rgb(255, 254, 220);
    background-color: transparent;
}

h1 {
    font-family: Baskerville,Palatino,Georgia !important;
    font-size: 300%;
    font-weight:normal;
    margin:0pt;
    padding-bottom: 3pt;
    padding-top: 6pt;
}

div.header h1 {
    color: rgb(255, 254, 220);
}

.subtitle {
    padding: 0pt 0pt 9pt 0pt;
    font-size: 110%;
    background-color: transparent;
}

.container, .page {
    height: 100%;
    padding-top: 0pt;
    margin-bottom: 1em;
}

div.footer {
    text-align: center;
}

.row, .row > .span4 {
    /* bootstrap says -20px, no good in IE7 */
    margin-left: 0px;
}

.page {
    padding-top: 1em;
    background-color: rgba(222, 255, 196, 0.85);
/*    background-color: rgb(192, 230, 166); */
    -webkit-border-radius: 15px  15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
}

.ywrapper {
  background-image: -o-linear-gradient(bottom, #B2ABA1 3%, #FFFAED 98%);
  background-image: -moz-linear-gradient(bottom, #B2ABA1 3%, #FFFAED 98%);
  background-image: -webkit-linear-gradient(bottom, #B2ABA1 3%, #FFFAED 98%);
  background-image: -ms-linear-gradient(bottom, #B2ABA1 3%, #FFFAED 98%);
  background-image: linear-gradient(bottom, #B2ABA1 3%, #FFFAED 98%);

  background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0.03, #B2ABA1),
	  color-stop(0.98, #FFFAED)
  );

  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#B2ABA1', EndColorStr='#FFFAED'); /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#B2ABA1', EndColorStr='#FFFAED')"; /* IE8 */

}

div.title, div.footer {
/*
*/
    background-image: (url header_bg_urc.jpg);
    background-color: #B2A592;
    background-color: #cac4ba;
}

form {
  margin-bottom: 6px;
}

table {
    width:auto;
    font-size: 13px;
    margin-bottom: 4px;
}

td.number {
    text-align: right;
}

thead th {
    text-align:right;
}

td.total {
    background:#ddd;
}

li {
  font-size: 13px;
  color: #035; /* override bootstrap */
}

ul.services li {
  padding-bottom: 6pt;
}
ul.services b {
  font-size: 110%;
}

input[type=number] {
  background: #fff;
  height:18pt;
  font-weight:bold;
  width:60px;
/*
  font-size:125%;
*/
}
/*
input[type=button], input[type=reset], input[type=submit] {
  background: #ccffff;
  background: #ddffff;
  height:28pt;
  padding:4pt;
  color: #336699;
  font-weight:bold;
//  font-size:125%;
}
*/

input {
/*
  font-size:125%;
*/
  font-weight:bold;
  vertical-align: baseline;
}

label {
  font-size: 15px;
  float: none;
  text-align: right;
  vertical-align: baseline;
}

.lblock {
    text-align: left;
    vertical-align: baseline;
    display: inline-block;
}

.rblock {
    text-align: right;
    vertical-align: baseline;
    display: inline-block;
}

.credit {
    font-size: 80%;
    color: #888;
}

.contact {
  font-size: 10pt;
  padding-left: 24pt;
  padding-right: 15pt;
}
.contact.large {
  font-size: 18px;
  line-height: 24px;
}


body,
 html {
   background-color: #cac4ba;
   font-size:13px;
   margin:0;
   color: #035;
}

.wrapper {
    background-image: linear-gradient(bottom, #9CC29B 30%, #669C69 94%);
    background-image: -o-linear-gradient(bottom, #9CC29B 30%, #669C69 94%);
    background-image: -moz-linear-gradient(bottom, #9CC29B 30%, #669C69 94%);
    background-image: -webkit-linear-gradient(bottom, #9CC29B 30%, #669C69 94%);
    background-image: -ms-linear-gradient(bottom, #9CC29B 30%, #669C69 94%);

    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#669C69', EndColorStr='#9CC29B'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#669C69', EndColorStr='#9CC29B')"; /* IE8 */

    background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.3, #9CC29B),
	color-stop(0.94, #669C69)
    );
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


/* Another sticky footer:
http://ryanfait.com/resources/footer-stick-to-bottom-of-page/
*/

* {
  margin: 0;
}
html, body {
  height: 100%;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -1.5em;
}
.footer, .push {
  font-size: 75%;
  height: 1.5em;
  padding-top: .25em;
}


/*
Sticky footer code:
http://www.cssstickyfooter.com/using-sticky-footer-code.html
*/
/*
* { margin: 0; }
html {height: 100%;}
div.wrapper {min-height: 100%;}
div.main, div.container {
    overflow:auto;
    padding-bottom: 0.5em;  // must be same height as the footer //
}
div.footer {
    position: relative;
    font-size: 85%;
    padding-top: .25em;
    margin-top: -1.5em; // negative value of footer height //
    height: 1.5em;
    clear:both;
}
*/

/*Opera Fix*/
body:before {
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;/
}

div.page-content {
  position: relative;
  min-height: 546px;
}

div.testimonial {
    font-family: "Arial";
    font-style:italic;
/*
    font-size: 110%;
*/
    padding: 6pt 6pt 6pt 0pt;
}
div.testimonial p {
    font-size: 100%;
    font-family: "Arial";
    font-style:italic;
}

img.floatLeft { 
    float: left; 
    padding: 0 12pt 0 0;
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

img.smaller {
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20pt;
    height: 240px;
}

img.bdeco {
  position: absolute;
  width: 860px;
  bottom: 12px;
}

div.bdeco-spacer {
  height: 220px;
}
div.bdeco-spacer-t {
  height: 260px;
}

.rounded {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

/* Main Navigation links */
/* hilight links */

ul.linkmenu {
    list-style-type: none;
}
a.selected {
    border-bottom-width: 2px !important;
    border-bottom-color: #88e !important;
}

a.mainnav {
    display: block;
    font-size: 120%;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width:132pt;

    background: rgba(235, 255, 235, 0.7);
    color: #606020;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    margin: 3pt;
    padding: 6pt 6pt;
    margin-top: 8pt;
    text-decoration: none;

    border: 1px solid #fdfdf0;

}
a.mainnav.cpage {
    color: rgba(245, 255, 235, 0.9);
    background: #9cc298;
    text-decoration: none;
}

a.mainnav:hover {
    color: #3399ff;
    color: #000000;
    background: rgba(245, 255, 235, 0.9);
}
