body {
	font-family: verdana, helvetica;
	color: #858585;
    padding-top: 70px;
    padding-bottom: 70px;
}

img.preview {
    float:left;
    width:10%;
    padding:5px;
}

img.preview2 {
    float:left;
    width:100%;
    padding:5px;
    margin-bottom: 5px !important;
    border:solid 1px black; margin-right:5px;
}

iframe.preview2 {
    width:100%;
    margin-bottom: 5px !important;
}

img.preview3 {
    float:left;
    width:125px;
    padding:5px;
    border:solid 1px #aaaaaa; 
    margin-right: 5px; 
    margin-bottom: 5px !important;
}

h2 {
    /*text-decoration: underline;
    text-decoration-color: aliceblue;*/
}

a {
	text-decoration:none;
	color: black;
}

a:hover {
	border-bottom: dashed white 1px;
}

ul.project_list {
	list-style-type:none;
}

ul.project_list > li {
	padding-top:15px;
}


ul.thumb_list {
	list-style-type:none;
	padding: 5px 0px 25px 0px;
	float:left;
}

ul.thumb_list li {
	display: inline;
	margin-bottom:10px;
}

ul.thumb_list li img {
    width:200px; 
    height:150px;
}

ul.thumb_list.auto-size li img {
    width:30%; 
    height:auto;
}

ul.thumb_list.auto-size-200 li img {
    width:200px; 
    height:auto;
}

ul.thumb_list.auto-size-400 li img {
    width:400px !important; 
    height:auto !important;
}

ul.thumb_list.auto-size-800 li img {
    width:800px !important; 
    height:auto !important;
}

ul.thumb_list.auto-size-200h li img {
    width:auto !important; 
    height:150px  !important;
}

ul.thumb_list.auto-size-400h li img {
    width:auto !important; 
    height:350px  !important;
}

ul.thumb_list.shadow li img {
	box-shadow: 10px 10px 5px #B8B6B8;
    margin-bottom:5px;
}

ul.full_list {
    list-style-type:none;
    padding: 5px 0px 25px 0px;
}

ul.full_list li {
    margin-bottom:5px;
}

ul.full_list li img {
    width:800px; 
}

ul.full_list.full-size li img {
    width:100%;
    margin-bottom:10px;
	padding-right:50px;
}

ul.full_list.shadow li img {
    box-shadow: 10px 10px 5px #B8B6B8;
}

.grid-item { 
    width: 19%;
    padding:1px; 
}

.grid-item img { 
    width: 100%; 
}

div.meta {
	display: block;
}

div.inline {
	display: inline;
}

div.meta div.company {
	font-weight: bold;
	color: #888888;
}

div.clearfix {
	clear:both;
}

/* root element for tabs  */
ul.tabs {
    list-style:none;
    margin:0 !important;
    padding:0;
    border-bottom:1px solid #666;
    height:30px;
}

/* single tab */
ul.tabs li {
    float:left;
    text-indent:0;
    padding:0;
    margin:0 !important;
    list-style-image:none !important;
}

/* link inside the tab. uses a background image */
ul.tabs a {
    background: url(/js/blue.png) no-repeat -420px 0;
    font-size:11px;
    display:block;
    height: 30px;
    line-height:30px;
    width: 134px;
    text-align:center;
    text-decoration:none;
    color:#333;
    padding:0px;
    margin:0px;
    position:relative;
    top:1px;
}

ul.tabs a:active {
    outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
    background-position: -420px -31px;
    color:#fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
    background-position: -420px -62px;
    cursor:default !important;
    color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s { background-position: -553px 0; width:81px; }
ul.tabs a.s:hover { background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l { background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover { background-position: -248px -31px; }
ul.tabs a.l.current { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl { background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover { background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */
.panes .pane {
    display:none;
}

.vector-wrapper.thumb {
	position: relative;
	float:left;
	width:200px;
	height:150px;
	margin-right:5px;
}

.vector-wrapper.full {
	position: relative;
	width:850px;
	height:650px;
    margin-bottom:15px;
}

.vector-wrapper .layer  {
	position: absolute;
	width: 100%;
	height: 100%;
}

.post {
	clear:both;
	margin: 20px;
}

.post .title {

}

.post .date {

}

.post .tags {

}

.post .body {
	padding-top:5px;
}

.post .thumb {
	width: 225px;
}

/* OVERRIDES */

#kite .thumb {
	width: auto;
	height: 175px;
}

#babydoll .thumb {
	width: 33%;
	margin-bottom:5px;
	float: left;
}

#smackla .thumb {
	width: 100%;
	height: auto;
	margin-bottom:5px;
}

#fragments .thumb {
	width:12%;
	height: auto;
}


 /* Style all font awesome icons */
 .fa {
    padding: 20px;
    font-size: 20px !important;
    width: 50px;
    text-align: center;
    text-decoration: none;
  }
  
  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
  }
  
  /* Set a specific color for each brand */
  
  /* Facebook */
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  
  /* Twitter */
  .fa-twitter {
    background: #55ACEE;
    color: white;
  } 

  .faded {
      opacity: 0.5;
  }