/*
Theme Name: CO Buildings
Theme URI: http://www.dynamicintegrations.com/
Description: CO Buildings theme.
Version: 1.0
Author: Dynamic Integrations
Author URI: http://www.dynamicintegrations.com/
Tags: 
*/



/* Begin Typography & Colors */

body {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  color: #333;
  background-color: #ccc;
  background-image: url(images/mainBg.png);
  background-repeat: repeat-x;
}

a{
  color:#444;
}

h1{
  margin: 5px;
  margin-top: 20px;
  color:#333;
  font-size: 18px;
}

h2{
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #666;
  font-size: 20px;
}

h3 {
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #888;
  font-size: 14px;
}

ul{
  margin: 0;
  padding:0;
}


ul li{
  list-style-position: inside;
}

p{
  margin:0px;
  margin-bottom: 10px;
  margin-top: 5px;
}

#page {
  border:none;
  margin: 0 auto;
  width: 900px;
  background-image: url(images/contentBg.png);
  background-repeat: repeat-y;
}

#header {
  background-image: url('images/header.png');
  background-repeat:no-repeat;
  margin: 0;
  padding: 0;
  height: 214px;
  width: 100%;
  position: relative;
}

#headerMenu{
  position: absolute;
  width: 100%;
  margin:0;
  padding:0;
  height: 64px;
  top: 155px;
  left: 22px;
}

.headerSubMenu{
  display:none;
  background: none !important;
  position: absolute;
  top: 40px;
  left: 20px;
}

.headerSubMenu a{
  padding-right:15px;
  color: #8F3C20 !important;
}

.headerSubMenu a:hover{
  color:#000 !important;
}

.clear{
  clear: both;
}

#headerMenu ul{
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
    background-image: url(images/menuValley.png);
  background-repeat: repeat-x;
  width:850px;
  height:64px;
}

#headerMenu li{
  display: block;
  padding:0;
  margin:0;
  height: 64px;
  float:left;
}

#headerMenu li.menuValley{
  background-image: url(images/menuValley.png);
  background-repeat: repeat-x;
 /* width:100px;*/
}

#headerMenu li.menuValley a{
  top:12px;
}

#headerMenu li.menuValleyRight{
  background-image: url(images/menuValleyRt.png);
  background-repeat: no-repeat;
  width:31px;
}
#headerMenu li.menuPeak{
  background-image: url(images/menuPeak.png);
  background-repeat: repeat-x;
  /*width: 120px;*/
}
#headerMenu li.menuPeak a{
  top:3px;
}

#headerMenu li.menuPeakRight{
  background-image: url(images/menuPeakRt.png);
  background-repeat: no-repeat;
    width:32px;
}


#headerMenu li a{
  position: relative;
    padding:10px;
    font-size: 15px;
    color:#fff;
    font-weight: normal;
    text-decoration: none;
  /*padding: 0;
  margin:0;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:10px;
  padding-right: 10px;
  position: relative;
  top: 5px;
  color: #354B65;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;*/
}

#headerMenu li a:hover{
  /*background-color: #A9A9A9; #354B65;*/
  color: #222;
}


#container{
/*  background-image: url('images/page.png');*/
  padding: 0;
  margin: 0;
  width: 900px;
  /*min-height: 600px;*/
  /*background-color: #eee;*/
  position: relative;
}

#sidebar img{
 border-style: none;
}


#content img{
  border-style: solid;
  border-color: #ddd;
  border-width: 1px;
    padding:5px;
}

#contentContainer{
  margin: 15px 0 15px 18px;
  width:650px;
  float:right;
  background-color: #fff;
}

#content {
  width:620px;
  margin:10px;
  margin-left:10px;
  margin-right:10px;
  padding:10px;
  /*background-color: #fff;*/
}

#content.narrowcolumn {
  width: 595px;
}

#content.widecolumn {
  width: 680px;
  margin: 0 auto;
}

#footer{
  padding:0;
  margin:0;
  width: 900px;
  height: 180px;
  background-image: url(images/footer.png);
  color:#bbb;
  text-align:center;
  clear:both;
}

#frontPageFooter{
  background-image: url(images/homeFooter.png);
}

#footer a{
  color:#fff;
}

#commentform textarea{
  width:505px;
}


/*.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}*/

.post {
  margin-top:5px;
  margin-bottom:5px;
}

.postmetadata {
  padding-top: 5px;
  text-align: center;
  padding-bottom:5px;;
}

.entry{
  font-size: 14px;
  line-height: 18px;
}


#sidebarContainer{
  clear:both;
  margin: 16px;
  margin-right: 30px;
  width:150px;
  float:right;
  border-left-style: solid;
  border-left-color: #eee;
  border-left-width: 2px;
  /*background-color: #eee;*/
}
/*
#sidebarTop{
  width:150px;
  height:15px;
  background-image:url(images/sidebarTop.png);
  background-repeat:no-repeat;
  margin:0;
  padding:0;
}
#sidebarRepeat{
  width150px;
  min-height:10px;
  background-image:url(images/sidebarRepeat.png);
  background-repeat:repeat-y;
  margin:0;
  padding:0;
}
#sidebarBottom{
  width:150px;
  height:15px;
  background-image:url(images/sidebarBottom.png);
  background-repeat:no-repeat;
  margin:0;
  padding:0;
}
*/
#sidebar {
  font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  width:150px;
  margin:0;
  /*margin-left:10px;
  margin-right:10px;*/
  /*padding:10px;
  padding-top: 1px;
  padding-bottom:1px;*/
}

#sidebar img{
  display: block;
  margin:0 auto;
}

#sidebar h2{
  font-size:12px;
}

#sidebar ul{
  list-style-type:none;
  margin:0;
  padding:0;
}

#sidebar ul li{
  margin-top:15px;
}

#sidebar ul li ul li{
  margin-top:5px;
}

#sidebar ul ul ul{
  margin-left:10px;
  display:none;
}

#sidebar ul ul li:hover ul{
  display:block;
}

#searchform {
  width:150px;
  text-align: left;
}

#searchform input{
  width:100px;
}



/*p img {
  padding: 0;
  max-width: 100%;
}*/

img.centered {
  display: block;
  padding:5px;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 5px;
  margin: 0 0 2px 10px;
  display: inline;
}

img.alignleft {
  padding: 5px;
  margin: 0 10px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left
}



li.page-item-24,
li.page-item-24 li{
  display:none;
}

.pad{
  display:none;
}

pre{
  font-size:10px;
  color:#333;
  background-color:#ddd;
  border-style:dotted;
  border-width:1px;
  border-color:#111;
  padding:5px;
  overflow:scroll;
}

#iframeBody{
  background-image: none;
  background-color:#fff;
}

#totalPrice{
  color: #AB4A26;
}

#optionsTable{
  margin-top: 20px;
}

#optionsTable tr{
  font-style: italic;
  font-size: 14px;
}

#optionsTable tr.totalRow{
  font-style: normal;
  font-weight: bold;
}



/*
#wp-calendar #prev a, #wp-calendar #next a {
  font-size: 9pt;
}

#wp-calendar a {
  text-decoration: none;
}

#wp-calendar caption {
  text-decoration: none;
  font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  text-align: center;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}
*/



