/* Filterable Portfolio Stylesheet */


/* Simple Reset
------------------------------------------------------------ */
ul { list-style: none; }


/* Import Fonts
------------------------------------------------------------ */
@import url(http://fonts.googleapis.com/css?family=Quattrocento);


/* Custom Classes
------------------------------------------------------------ */
.group:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }
* html .group { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */

.setgroupFnt{
font-size:14px;

}

/* General Styles
------------------------------------------------------------ */

#wrap { clear:both; float:right; display:block;  max-width: 610px; padding: 1.5em 20px; overflow: hidden; background-color: #fff; border: 1px solid #ddd; -moz-box-shadow: 0 0 5px #ddd; -webkit-box-shadow: 0 0 5px #ddd; box-shadow: 0 0 5px #ddd;}

h1, h2 { font-weight: normal; }
h1 {font-size: 3em; line-height: 1em; text-transform: uppercase; text-align: left;/* border-top: 1px solid #000;*/ padding-top: 1em; margin-bottom: 0.33333em; }
h2 { font-size: 1.5em; line-height: 1em; padding-bottom: 0.5em; /*border-bottom: 1px solid #c0c0c0;*/ margin-bottom: 0.5em; color: #444; }
.target{

font-size: 12px;
    margin-bottom: -20px;
    margin-left: 68px;
}

.demo-top { margin-bottom: 0.35714em; padding-bottom: 0.5em; border-bottom: 3px solid #000; }
.credits { font-size: 1.28571em; line-height: 1.16667em; text-align: center; color: #444; margin-bottom: 2.66667em; }
.back-to-post { border-top: 1px solid #000; margin-bottom: 3em; }


/* Filter */
dl { margin-bottom: 3em; color: #777; }
dt, dd { float: left; margin-bottom: -46px;}
dt { margin-right: 5px; }
.filter li { float: left; font-size:16px; }
.filter li:after { content: "/"; }
.filter li:last-child:after { content: ""; }
.filter a { padding: 0 10px; color: #777; text-decoration: none; }
.filter a:hover, .current a { color: #F17538; }

/* Portfolio Items */
.portfolio li { 
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
border: 1px solid #ccc; -moz-box-shadow: 0 5px 5px -3px #222; -webkit-box-shadow: 0 5px 5px -3px #222; box-shadow: 0 5px 5px -3px #222; }
.portfolio li:nth-child(4n) { margin-right: 0; }
.portfolio a { display: block; border: 3px solid #fff;  text-decoration: none; }
.portfolio img { width: 100px; height: 100px; display: block; border: 1px solid #ccc; }