
figure{margin:0}



#slideWrap {
	width: 210px;
	margin: 0 25px 15px 0;
	float: left;
}

.slider_ph {
	border: 15px solid #FFF;
	box-shadow: 1px 1px 5px #CCC;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.panel {
	width: 100%;
	margin: 0;
	padding: 40px 0;
	border-bottom: 1px solid #AAA;
}



.dark, .dark .feature {
	color: #FFF;
bottom: 0;
	font-size:14px;
}

.dark a {
	color: #FFF;
	 
}

.light, .dark {
	
	 
	z-index: 2;
	position: relative;
	letter-spacing: 1;
	line-height: 1.4em;
	 
	
}

.yellow {
	color: #FFF;
	background: #616161;
}

.panelInner {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}


.left, .right {
	width: 44%;
	margin: 0 6% 0 0;
	padding: 20px 0;
	float: left;
}

.feature {
	padding: 1em 0 0.5em;
	text-transform: uppercase;
	line-height: 1.5em;
	color: #333;
}


.title1 {
	width: 100%;
	display: block;
	padding: 20px 0 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	color:red;
	
}

.background {
	width: 100%;
	height:120%;
	position: absolute;
	bottom: 0;
	left: 0;
	filter:alpha(opacity=85);
    	-moz-opacity:0.65;
    	-khtml-opacity: 0.65;
    	opacity: 0.65;
}

.download {
	color: #246810;
}

.download:hover {
	color: #0B0;
}

.slide {
	padding-top: 70%;
	width: 100%;
	text-align: center;
}

.wood {
	background: url('../../static.tumblr.com/ztaetns/BGJnfk40x/wood.png');
}

.textonly {
	width: 80%;
	margin: 0;
	padding: 0 10%;
	position: absolute;
	top: 35%;
	left: 0;
}

#meet {
	margin: 0;
	font-weight: 700;
}

.twitter-share-button {
	margin: 10px 5px;
	display: block;
}

footer {
	margin: 0;
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 0.7em;
}

footer a {
	margin: 0 10px;
	font-weight: 300;
}

.sssnext, .sssprev {
	background: url('../images/arr.png') no-repeat;
}

.sssprev {
	left: 3%;
	background-position: 0 50%;
}

.sssnext {
	right: 3%;
	background-position: -26px 50%;
}

/******************** media queries ********************/


@media screen and (max-width: 1000px) {
#mainTitle, #slideWrap {
	width: 100%;
	margin: 15px 0 0
}


#nav {
	margin: 0 0 20px;
}

#nav h4 {
	margin: 0 16px 0 0;
	display: inline-block;
}

}


@media handheld, only screen and (max-width: 500px) {
.entry, #sizer {width: 100%}
}


/* ******** * */


.sss {
	height: 0;
	margin: 0; 
	padding: 0;
	position: relative;
	display: block;
	overflow: hidden;
}

.ssslide {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;
}

.ssslide img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}

.sssnext, .sssprev {
	width: 25px;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	background: url('../images/arr.png') no-repeat;
}

.sssprev {
	left: 3%;
	background-position: 0 50%;
}

.sssnext {
	right: 3%;
	background-position: -26px 50%;
}

.sssprev:hover, .sssnext:hover {
	cursor: pointer;
}