/*
Theme Name:     Alyeska Child Theme
Description:    Child theme for Alyeska.
Author:         DripCatch
Author URI:	http://www.dripcatch.com
Template:       alyeska
*/

@import url("../alyeska/style.css");


/*---------------------- Basic Formatting ---------------------*/
body {
	font-size:15px;		
}

.right {
	float:right;
}
.left {
	float:left;
}

.medium {
	font-size:18px;
}


/*---------------------- Home Page ---------------------*/

.homepage-quote {
	font: 24px/38px Verdana, Arial, Helvetica, sans serif;
	font-style: italic;
	padding:20px;
	clear:none;
	width:640px;
}

/*---------------------- Slider ---------------------*/
.slide .description {
	 /* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  
	/* IE 5-7 */
	filter: alpha(opacity=50);
  
	/* Netscape */
	-moz-opacity: 0.5;
  
	/* Safari 1.x */
	-khtml-opacity: 0.5;
	
	/*  Everything else */
    opacity: 0.5;
	
    padding:20px 10px;
	font-size:14px;
}

.pad {
	opacity:1;	
}
