/*
	designgrimes.com
*/

*					{ margin: 0; padding: 0; border: none; list-style: none; text-decoration: none;}

@font-face {	font-family: 'Lane-NarrowRegular'; src: url('../assets/typography/LANENAR_-webfont.eot');src: local('☺'), url('../assets/typography/LANENAR_-webfont.woff') format('woff'), url('../assets/typography/LANENAR_-webfont.ttf') format('truetype'), url('../assets/typography/LANENAR_-webfont.svg#webfont') format('svg');font-weight: normal;font-style: normal;}



/***********************LAYOUT*********************
**************************************************/

.main_image {
    width: 454px;
    float: left;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
}
.main_image h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 10px;
}
.main_image p {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 10px;
    margin: 0;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 1em;
    padding: 0 0 0 20px;
}
.main_image .block small {margin-left: 10px;}
.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: 0%;
    background: #111;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(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 section CSS******/


.image_thumb {
    float: left;
    width: 100px;
}
.image_thumb img {
    float: left;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li{
    margin: 0px 0px 2px 0px;
    padding: 1px 30px;
    width: 100px;
    float: left;
}
.image_thumb ul li.hover { /*--Hover State--*/
    cursor: pointer;
    width:90px;
	margin-left:-30px;
}
.image_thumb ul li.active { /*--Active State--*/
    cursor: default;
  	margin-left:-30px;
    width: 90px;
}
html .image_thumb ul li h2 {
    padding: 0;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 170px;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/

