/* Portfolio Filter Stylesheet */

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/* End: Recommended Isotope styles */

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}

.large {
 width: inherit;
 height: inherit;
}


/*****Reset*****/
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/*****Debug*****/
/* div {border: 1px solid red;} */

/*****Basic Definitions*****/
body {
	background: #fefefe; 
color: #333; 
font: 13px/1.6 Georgia, serif; 

}
h1 { font-size: 1.667em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.333em; }
h4 { font-size: 1.167em; }
h5, h6 { font-size: 1em; }

a { color: #333; text-decoration: none;}
a:visited { }
a:hover { text-decoration: underline;}
p, ul, ol, dl, table { margin-bottom: 18px; }

/*****Utility Classes*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }


/******Generic********/         
.button, .button:visited {
    background: #ff5c00 url(/images/alert-overlay.png) repeat-x;
    font-size: 12px; 
    display: inline-block; 
    padding: 5px 10px 6px; 
    color: white; 
    text-decoration: none;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}
    .button:hover                          { background-color: #111; color: #fff; }
    .button:active                         { top: 1px; }
    .button:hover                           { background-color: #d45500; }
    
    
  /* required for containers to inherit vertical size from window */
  html,
  body {
    height: 100%;
  }
  


/*****Basic Layout*****/
div#page-wrap { 
width: 95%;
margin: 0 auto 0;

 }

  div#header {
  overflow: hidden; 
/*  width: 1024px;*/
  margin: 5px 10px 10px 10px;
  padding: 15px 0 5px  0;
  border-bottom: solid 1px #dedede; 
  }
  
    h1#logo {
    margin-top: 3px;
    float: left;
    text-indent: -9999px;
    background: url(/images/interface/logo.png) no-repeat;
    width: 363px;
    height: 23px;   
    }
    
    h6#filter-toggle {
     float: right;
    }
    
    #filters{
    clear: both;
    padding: 20px 0 15px 0;
   font: normal 8px/150% 'Lucida Grande', Arial, sans-serif;
   color: #dedede;
    }
       
    #filters ul{
    display: inline;
    font-size: 16px; 
    list-style: none;
    }
    #filters li { 
    border-right: 1px dotted black;
    display: inline;
    line-height: 12px;
    margin-right: 10px;
    padding-right: 10px;
    }
    #filters ul li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
    #filters ul li a { font-size: 13px;color: #999;  }
    #filters li.current a, #filter a:hover { text-decoration: underline; }

  div#content{
    }
  
   .carousel-gallery {
   }
   
   .carousel-gallery .wrapper{
	width: 100%;
	overflow: auto;
	margin: 0 50px 0 0;
	/* position: absolute; */
	top: 0;
   
   }

     .carousel-gallery .wrapper ul {
	   /*width: 9999px;*/
	  list-style-image:none;
	  list-style-position:outside;
	  list-style-type:none;
	  margin:0;
	  padding:0;
	  /* position: absolute; */
   
    }
    
    .carousel-gallery .item {
      width: 183px;
      height: 420px;
      margin: 10px;
      float: left;
      overflow: hidden;
        position: relative;
      border-bottom: 1px dotted grey;      
      }
      
        li.large{
        width: auto !important;
       /*border: 1px solid red;*/
      }
      
      /**** Isotope filtering ****/
      
      .isotope-item {
        z-index: 2;
      }
      
      .isotope-hidden.isotope-item {
        pointer-events: none;
        z-index: 1;
      }
    
   /* .carousel-gallery .wrapper ul li {
    display: block; 
    float: left; 
    margin: 0 10px 10px 0; 
    padding: 5px;
    width: auto;
    height: 320px;
    opacity: 1;
    }
    
    .carousel-gallery img{
      height: 200px;
      
    }
    
    ul#portfolio li#intro-blurb{ 
    width: 250px;
    }*/
    
    
    
    ul#portfolio dl {
    margin: 0;
    padding: 0;
    }
    
    ul#portfolio dt {
    padding-bottom: 5px;
    }
    
    ul#portfolio dd {
    margin-right: 0;
    }
    
    dd.details {
    color: gray;
    }
    
    
    /* prev, next, prevPage and nextPage buttons */
    .carousel-gallery a.arrow {
    	position:absolute;
    	top:86px;
    	background:url(../images/hori_large.png) no-repeat;
    	 text-indent: -999px;
    	display:block;
    	width:30px;
    	height:30px;
    	float:left;
    	margin:40px 10px;
    	cursor:pointer;
    	font-size:1px;
    }
    
    /* right */
    .carousel-gallery a.right 				{ right:0px; background-position: 0 -30px; clear:right; margin-right: 0px;}
    .carousel-gallery a.right:hover 		{ background-position:-30px -30px; }
    .carousel-gallery a.right:active 	{ background-position:-60px -30px; } 
    
    
    /* left */
    .carousel-gallery a.left				{ left: -45px; margin-left: 0px;} 
    .carousel-gallery a.left:hover  		{ background-position:-30px 0; }
    .carousel-gallery a.left:active  	{ background-position:-60px 0; }
    


  div#footer { 
  clear:both;
  float: left;
  width: 950px;
  padding: 5px 10px;
  margin-bottom: 5px;
  border-top: solid 1px #dedede; 
  }

    #footer #nav{
      list-style: none;
    }
    
    #footer #nav li{
      border-right: 1px solid #dedede;
      display: inline;
      line-height: 16px;
      margin-right: 10px;
      padding-right: 10px;
    }
    
    #footer #nav li:last-child{
      border-right: none;
    }
