/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

	body {
		font-family:Cambria,'Palatino Linotype','Book Antiqua','URW Palladio L',serif;
		font-size: 0.875em;
		line-height: 1.5em;
		color: #3D3D3D;
        background-image: url(/res/rough_diagonal.png);
	}
	
	a {
		color: #5bd698;
		text-decoration: none;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	a:hover {
		color: #46a173;
	}
	
	p {
		margin: 0 0 10px 0;
	}
	
	h2 {
		margin: 0 0 10px 0;
	}

	.header {
		
		height: 75px;

	}

        
    .feature {
        font-size: 3em;
        line-height: 1.5em;
        padding-bottom: .9em;
        list-style-type: none;
        color: #696;

    }

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
		
	}
	.header {
        padding-left: 10px;
		background: url(/res/topstrip.png) repeat-x center;
		height: 120px;
	}
    
    .flexslider {
        display: none;
    }
    #feature-list {
        border:solid 2px #ccc;
        background-color:#efe;
    }
    .feature {
        
        font-size: 1.6em;
        font-weight: bold;
        line-height: 1.8em;
        padding-bottom: .9em;
        list-style-type: none;

    }

}


@media handheld, only screen and (max-width: 385px) {

	body {
		
	}
	.header {
        padding-left: 10px;
		background: url(/res/topstrip.png) repeat-x center;

        
	}
 
}



/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/


}