/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */
body { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
background:url(../images/bg_main.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		background-color:#f0e3da;
}
header {margin-top:40px;}
#main{margin-top:20px;}
li {margin-bottom:1.2em;}
.sidebar li.facebook {background:url(../images/social_links.png) no-repeat bottom left; padding-left:38px; height:31px;}
.sidebar li.linkedin {background:url(../images/social_links.png) no-repeat top left; padding-left:38px; height:31px;}
.sidebar li.twitter {
	padding-left:38px;
	height:31px;
	background-image: url(../images/social_links.png);
	background-repeat: no-repeat;
	background-position: left -31px;
}
.item {float:left; margin:0px 10px 20px 0px; position:relative;}
.item p {padding-top:10px; margin-bottom:0px;}
.item span {color:#777777;}
.item:hover img{box-shadow: #fff 0px 0px 0px 2px;}
#layer1 {
    background-repeat: repeat-x;
    height: 300px;
    left: 0;
    position: absolute;
    top: -60px;
    width: 100%;
    z-index: 2;
}
.layer1 {
    background: url("../images/clouds.png") repeat scroll 0 0 transparent;
}
.portfolio_item {margin:0 20px 30px 0; float:left; width:230px; position: relative;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);}
 .portfolio_item .img {padding:10px;}
.portfolio_item:nth-child(4n+4){margin-right:0px;}
.item_over {background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    color: #888888;
    font-size: 12px;
    height: 130px;
    left: 10px;
    line-height: 2;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    text-decoration: none;
    top: 10px;
    width: 190px;} 
.item_over span {color:#777777;}	
	.item_over  p {margin-bottom:0px;color:#777777;}
/* -----------------------------------------
   Homepage
----------------------------------------- */



/* -----------------------------------------
   Page Name 2
----------------------------------------- */


