@charset "utf-8";

.entry.Feature{
	width:150px;
	height:150px;	
}
.entry{
	width:150px;
	height:150px;	
}

#container{
	max-width:300px;	
}
#contents{
	max-width:300px;
	margin: 30px auto 0 auto;
}
#leftHack {
	
	width:230px;

}
#navigation{
	width:100%;
	background:white;
	
}
#navigation #fleft {

height: 35px;
position: absolute;
top: 35px;
left: 0px;
width: 100%;
background:none;
}
#leftSideMenu {
padding-left: 11px;
width: 150px;
}
#rightSideMenu {
float: right;
width: 163px;
}
#logo {
width: 185px;
height: 40px;
background: url(http://www.pixelettestudios.com/img/newLogoOpac.png);
position: absolute;
top: 0px;
left: 153px;
background-repeat: no-repeat;
background-size: cover;
background-position-y: -5px;
}
.hamburger {
height: 35px;

padding-top: 11px;
}
#navigation .sectionLabel {
height:35px;
padding-top: 10px;
padding-left: 7px;
font-size: 13px;

}
#fleft p {
padding-top: 11px;
height: 20px;
background: none;

font-size: 14px;
}
.cd-dropdown, .cd-select{
	margin:0px;
	position: absolute;
top: 5px;
left: 108px;

}
.cd-dropdown > span {

height: 30px;
line-height: 30px;

padding: 0 20px 0 10px;
}
.cd-dropdown > span:after {
position: relative;
left: 0px;
top: 3%;
width: 50px;
text-align: center;
font-size: 12px;
padding: 10px;
height: 70%;
line-height: 4px;
color: #f42b8d;
}
#pullout {
position: absolute;
top: 40px;
left: -500px;
width: 320px;
height: 568px;
background:url(http://www.pixelettestudios.com/img/popoutBg.jpg);
background-repeat: no-repeat;
background-size: cover;
z-index:70;
}
#pullout > ul {
color: #fff;
margin-top: 2px;
font-size: 16px;
width: 250px;
margin-left: 0px;
list-style-type: none;
}
#pullout > ul > li {

border-bottom: 1px #b7b7b7 solid;
width: 320px;
padding-left: 38px;
padding-bottom: 20px;
}
#contact, #social {
color: #fff;
margin-top: 34px;
font-size: 16px;
width: 250px;
margin-left: 38px;
}

#social .email {
	
	background-position: 0px -60px;
	
}
#social .fb {
	background-position: -30px -60px;
}
#social .linkd {
	background-position: -60px -60px;
}