@import url(reset.css);

/**** General ****/
body {font: 101% "Trebuchet MS", Helvetica, Arial, sans-serif; text-align:center; background: url(../img/tile.png) repeat; color: #222}


#wrapper{width:960px; height:800px; margin: 0 auto; background: url(../img/texture960.png) repeat-y; text-align:left}
/*  #wrapper {background: url(../img/960grid_moll.png)}  */
h2 {margin: 20px 0 8px 0; color: #3d2b1f}
p, ul, span{font-size: 0.875em; line-height:1.4em; margin:8px 0;}


/**** Clearing ****/

.clearfix:after {content: "."; display: block; clear:both; height:0; visibility:hidden;}
.clearfix {display:inline-block;}
/* hide from IE Mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block}
/* end hide from IE Mac */

.clear {overflow:hidden;}
* html .clear {height:1%}

/**** Transparency ****/
.transparent {
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
}



/**** Sections ****/

#header {height: 100px; border-bottom: 1px solid #c5c5ab; position:relative; }
#header img {position: absolute}
#header img.logo {left:15px; top: 50px;}
#header img.title {left: 600px; top: 62px;}

#intro {margin-top: 10px; border-bottom: 1px solid #c5c5ab;padding-bottom:10px}
#intro img.birdie {margin-bottom:-18px}
#portfolio, #services, #call {clear: both; border-bottom: 1px solid #c5c5ab;padding-bottom:10px}
#portfolio h2 {margin-left:15px; }
#call h2 {color: #007ba7; text-align: center}

ul.styled li {list-style-image: url(../img/list-img.gif); margin-bottom:0.3em; margin-left:60px}


.borderbox{border: 5px solid #c5c5ab; background: #fff;  }
.bluebox {background: #b0e0e6;  }
.fiveeight, .threeeight, .halfleft, .halfright {text-align:left; float:left; display: inline}

.fiveeight{width:590px; margin-right: 10px; }
.threeeight {width: 345px;}
.halfleft {width:470px;margin-right: 10px; }
.halfright {width: 470px; }

.fiveeight .inner {margin:30px 60px 30px 15px}
.threeeight .inner {margin:30px 10px 20px 10px}
.halfleft .inner, .halfright .inner {margin: 30px 30px 30px 15px}


#footer {clear: both;}
.copyright {font-size: 0.75em;}

/**** Portfolio ****/

#portfolio_inner{padding: 10px 50px; margin:10px;}

.main_image {
    width: 450px;
    height: 310px;
    float: left;
    background: inherit;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
    margin:10px 0 10px 10px;

}

.main_image h2 {margin: 5px 0 3px 0; color:#fff; font-size:1em}

.main_image p {
  margin:3px 12px 0 15px;
  padding-bottom:3px;
  font-size:0.75em;
  line-height:1.2em;
}

.main_image p a {color:#9999ff}

.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(../img/portfolio/btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.main_image a.show {background-position: left bottom;}

.image_thumb {
    float: left;
    width: 250px;
    background: #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #ccc;
    margin-top:10px;
}
.image_thumb img {
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    float: left;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li{
    margin: 0;
    padding: 3px 5px;
    background: #f0f0f0 ;
    width: 240px;
    float: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
}
.image_thumb ul li.hover { /*--Hover State--*/
    background: #ddd;
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    background: #fff;
    cursor: default;
}
html .image_thumb ul li h2 {

    margin: 5px 0 3px 0;
    padding: 0;
    font-weight:normal;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 165px;
    font-size: 0.875em;

}
.image_thumb ul li p{display: none;} /*--Hide the description on the list items--*/


