/*
Theme Name:BWG
Theme URI:http://brianwgibson.com/
Description:Personal wordpress theme by <a href="http://brianwgibson.com/">Brian Gibson</a>.
Version:1.0
Author:Brian Gibson
Author URI:http://brianwgibson.com/
Tags:
*/

html { height:100%; }

body {
    position:relative;
    height:100%;
    }

#page, #container {
    height:550px;
}

#page {
    margin-top:-275px;
    position:absolute;
    top:50%;
    width:100%;
    }

#header {
    height:100px;
    }

#content {
    height:450px;
    }

#cycle {
    border:1px solid #999999;
    height:410px;
    padding:19px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    }

#slideshow {
    float:left;
    height:410px;
    width:547px;
    }
 
#slideshow img {  
    border:  1px solid #ccc;  
    background-color: #eee;  
    top:  0; 
    left: 0 
    } 

.slide {
    background: #333;
    color: #fff;
    float: left;
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    height: 410px;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    width: 547px;
}
.slide h2 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 10px 10px 0;
}
.slide p {
    font-size: 1em;
    line-height: 1.6em;
    padding: 0 10px 10px;
    margin: 0;
}
.slide p b {
    font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-style: normal;
    text-transform:uppercase;
    }
.slide p b.problem {
    color:#f00;
    }
.slide p b.solution {
    color:#0f0;
    }
.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 0.9em;
    line-height: 1em;
/*    padding: 0 0 0 20px;
    background: url(icon_calendar.gif) no-repeat 0 center;*/
}
.slide .block small {margin: 10px;}
.slide .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--*/
}
.slide .block{
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
}
.slide a.collapse { /*--This is our hide/show tab--*/
    background: url(images/btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.slide a.show {background-position: left bottom;}


#ribbon {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 100;
}

#button {
    border: 1px solid #ccc;
    border-left:0;
	color: #333;
    float:left;
/*	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;*/
    height:408px;
/*    overflow:auto; */
    overflow-x: hidden;
    overflow-y: scroll;
	width: 350px;
    }

#button ul {
    background-color:#fff;
    border: none;
    display:block;
    height:408px;
    list-style: none;
    margin: 0;
    padding: 0;
    }
    
#button li {
    border-bottom: 1px solid #999;
    margin: 0;
    }

#button li a {
    display: block;
    padding: 5px;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    width: 100%;
    }

#button li a.active {
    background: #fff url('images/bg_active.png') right center no-repeat;
    }

#button li a:hover {
    background: #006 url('images/bg_hover.png') left bottom repeat-x;
    color: #fff;
    }


#button img {
    background: #eee;
    border: 1px solid #ccc;
    padding: 5px;
    }

#button ul li h2 {
    font-size: 1.2em;
    line-height: 1em;
    margin: 0 0 5px;
    padding: 0;
    }

#button ul li .block {
    margin-left: 10px;
    padding: 0;
    width: 220px;
    }

#button ul li p{display: none;}/*--Hide the description on the list items--*/

/* Utility
----------------------------------------------------------------------------------------------------*/
.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}


