/*
Theme Name: CO Buildings
Theme URI: http://www.dynamicintegrations.com/
Description: CO Buildings custom theme.
Version: 1.0
Author: Dynamic Integrations
Author URI: http://www.dynamicintegrations.com/
Tags: 
*/


/*
blue: #425F81
*/


/* Begin Typography & Colors */
body {
    margin: 0;
    padding: 0;
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    background: #425f81;
    color: #333;
    text-align: center;
}

a{
   color:#425f81;
   font-weight:bold;
}

/* End Headers */
h2,
h2 a{
    font-weight:bold;
    color:#425f81;
    font-size:14px;
}

h3{
    font-weight:bold;
    color:#425f81;
    font-size:14px;
}

h4,
.dataFormTitle{
    color:#425F81;
    font-size:20px;
    font-weight:bold;
    text-transform:uppercase;
    margin:0;
    padding:0;
    /*padding-left:10px;*/
}

address{
   /* padding-left:10px;*/
}

em{
    margin:0;
    padding:0;
    color:#425F81;
    font-size:13px;
}

.formInstruction{
    margin:0;
    padding:0;
    color:#425F81;
    font-size:13px;
    background-color:#fff;
}


#page {
    margin: 0 auto;
    padding: 0;
    padding-bottom:10px;
    width: 722px;
    /*border: 1px solid #959596;*/
    /*background-image: url('images/dibg.jpg');*/
    /*background-repeat: repeat-y;*/
    border:none;
    background-color: white;
    background-image:url(images/pageBg.png);
    background-repeat:repeat-y;
    /*border: 1px solid #959596;*/
    text-align: left;
    padding-left:14px;
    padding-right:14px;
}


#content {
    margin:20px;
    font-size: 1.2em
}


#header {
    margin: 0;
    padding: 0;
    width: 722px;
}

#header #menuBorder{
    background-color: #425f81;
    height:4px;

}

#footer {
    padding: 0;
    margin: 0 auto;
    width: 702px;
    clear: both;
    padding-left:10px;
    padding-right:10px;
}

#footer a{
    color:#ccc;
    text-decoration:none;
}


.entry p{
    /*padding-left:10px;
    padding-right:10px;*/
}

#clear{
    clear:both;
}


#callToAction{
    width:185px;
    height:185px;
    float:right;
    background-image:url(images/callToAction.png);
    background-repeat:no-repeat;
    margin:20px;
}

#callToActionText{
    text-align:center;
    font-size:9px;
    padding:0;
    padding-top:50px;
}

#callToActionText em{
    font-size:12px;
}







/* Begin Images */

img{
    border:none;
}

p img {
    padding: 0;
    max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}

img.alignnone{
}

img.title{
    /*margin-left:-30px;*/
    /*   clear:both;    */
}
/* End Images */





/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
    margin-left: 30px;
    padding: 0 0 0 30px;
    /*list-style: none;*/
    padding-left: 10px;
    /*text-indent: -10px;*/
}

html>body .entry li {
    margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
    /*content: "\00BB \0020";*/
}

.entry ol {
    padding: 0 0 0 35px;
    margin: 0;
}

.entry ol li {
    margin: 0;
    padding: 0;
}

.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
}


ol li, #sidebar ul ol li {
    list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0;
}

/* End Entry Lists */







/* Begin Form Elements */
#searchform {
    margin: 10px auto;
    padding: 5px 3px;
    text-align: center;
}

#sidebar #searchform #s {
    width: 108px;
    padding: 2px;
}

#sidebar #searchsubmit {
    padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
              text-align:center;
}

select {
    width: 130px;
}

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
}

#commentform {
    margin: 5px 10px 0 0;
}
#commentform textarea {
    width: 100%;
    padding: 2px;
}
#respond:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#commentform #submit {
    margin: 0 0 5px auto;
    float: right;
}
/* End Form Elements */






/* Begin Comments*/
.alt {
    margin: 0;
    padding: 10px;
}

.commentlist {
    padding: 0;
    text-align: justify;
}

.commentlist li {
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
    list-style: none;

}
.commentlist li ul li { 
    margin-right: -5px;
    margin-left: 10px;
}

.commentlist p {
    margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
    margin: 5px 0;
}

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

.commentmetadata {
    margin: 0;
    display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
    display:none;
}

#sidebar form {
    margin: 0;
}

/*
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
*/


/* End Sidebar */





/* Begin Calendar */

#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
}

#wp-calendar #next a {
    font-size: 9pt;
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    font-size: 9pt;
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    text-decoration: none;
    display: block;
}

#wp-calendar caption {
    text-decoration: none;
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;

    text-align: center;
    width: 100%;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
                            background-color: #fff; }
/* End Calendar */








/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

hr {
    display: none;
}

a img {
    border: none;
}

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
}
/* End Various Tags & Classes*/





/* Captions */
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/* End captions */



.linklove{
    display:none;
}

.icon{
    width:14px;
    height:14px;
}

.dataForm{
    /*margin-left:auto;
    margin-right:auto;*/
    width:680px;
    color:#333;
    background-color:#ddd;
    /*margin:10px;*/
}

.dataFormTitle{
    /*padding-left:10px;
    padding-right:10px;
    font-weight:bold;
    line-height:30px;
    font-size:16px;*/
    background-color:#fff;
}
.hiddenDataFormField{
    display:none;
}

.dataFormField{
    /*display:block;*/
    text-align:left;
    line-height:22px;
    overflow:visible;
}

.fieldsetClass,
.dataFormFieldset
{
    border:none;
    clear:both;
    margin-left:10px;
    margin-right:10px;
}

.dataFormField textarea,
.dataFormField select{
    width:155px;
}


.fieldLeft{
    display:none;
}

.rightLabel{
    width:200px;
}


#ajaxBody{
    background-color:#f2f5f7;
    text-align:left;
}

#ajaxContent .dataForm{
    width:475px;
    margin:0;
    background-color:#eee;
    font-size:14px;
}

#ajaxResult{
    color:red;
}

#formContainer{
    display:block;
}

#errorMessage,
.errorMessage{
    color:red;
    text-align:center;
}


#bannerMenu{
    background-image:url(images/menuBg.png);
    height:29px;
    width:100%;
}
#bannerMenu ul{
    margin:0;
    margin-left:5px;
    padding:0;
    list-style-type:none;
/*    padding-top:5px;*/
}

#bannerMenu li{
    background-color:#ccc;
    margin:0;
    /*padding-left:10px;
    padding-right:10px;*/
    height:30px;
    line-height:30px;
    float:left;
    display:block;
}
#bannerMenu li a{
    display:block;
    width:auto;
    margin-left:3px;
    vertical-align:bottom;
    text-align:center;
    text-transform:uppercase;
    text-decoration:none;
    font-size:10px;
    color:#fff;
    font-weight:bold;
    cursor:pointer;
}
#bannerMenu li.selected a,
#bannerMenu li.rightSelected a,
#bannerMenu li.selectedWide a,
#bannerMenu li.leftSelected a{
    color:#425f81;
}

#bannerMenu li.left{
    background-image:url(images/left.png);
    width:97px;
    background-repeat:no-repeat;
}
#bannerMenu li.leftSelected{
    background-image:url(images/leftSelected.png);
    width:97px;
    background-repeat:no-repeat;
}
#bannerMenu li.right{
    background-image:url(images/right.png);
    width:114px;
    background-repeat:no-repeat;
}
#bannerMenu li.rightSelected{
    background-image:url(images/rightSelected.png);
    width:114px;
    background-repeat:no-repeat;
}
#bannerMenu li.tab{
    background-image:url(images/tab.png);
    width:96px;
    background-repeat:no-repeat;
}
#bannerMenu li.tabWide{
    background-image:url(images/tabWide.png);
    width:116px;
    background-repeat:no-repeat;
}
#bannerMenu li.adjacentWide{
    background-image:url(images/adjacentWide.png);
    width:116px;
    background-repeat:no-repeat;
}
#bannerMenu li.selected{
    background-image:url(images/selected.png);
    width:96px;
    background-repeat:no-repeat;
}
#bannerMenu li.selectedWide{
    background-image:url(images/selectedWide.png);
    width:116px;
    background-repeat:no-repeat;
}
#bannerMenu li.adjacent{
    background-image:url(images/adjacent.png);
    width:96px;
    background-repeat:no-repeat;
}
#bannerMenu li.rightAdjacent{
    background-image:url(images/rightAdjacent.png);
    width:114px;
    background-repeat:no-repeat;
}

/*#bannerMenu a{
    color:#333;
    padding-left:10px;
    padding-right:10px;
    font-weight:bold;
    line-height:30px;
    font-size:16px;
    text-decoration:none;
}*/

#infoFieldset,
#addressFieldset{
    width:307px;
    float:left;
    margin:10px;
    margin-right:0;
    background-color:#ccc;
    border:none;
}

#messageFieldset{
    clear:both;
    margin-left:10px;
    margin-right:10px;
    border:none;
    background-color:#ccc;
}

#messageFieldset textArea{
    width:640px;
}

#filterTable input{
    width:85px;
}
#editStatus,
#filterSection{
    display:none;
}

#contactsListPage #filterSection{
    display:block;
}

#loginContainer{
    padding:20px;
}

#wall1Fs,
#wall2Fs,
#wallCopyFs,
#purlinSpacingSpan,
#roofSlopeSpan{
    display:none;
}

