/*  
Theme Name: Airos Chou
Theme URI: http://www.sunflowamedia.com
Description: Web Design examples
*/
body{
	font-family:"Trebuchet MS", sans-serif;
	font-size: 14px;
	background: #212121;
	color: #fff;
}
img { border: 0;}
h1.title_name {
	font-family:"Trebuchet MS","Myriad Pro",Arial,sans-serif;
	font-weight: normal;
	font-size: 4em;
	margin: 0;
	padding: 50px 0 20px 0;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
}
h1.title_name span {
	font-family: normal Georgia,'Times New Roman',Times,serif;
	color: #FE4902;
	font-size: 0.9em;
}
h1.title_name small {
	display: block;
	font-family: normal Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.3em;
	font-weight: bold;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	color: #AAA;
}
p.copy_right {
	width: 750px;
	margin: 0 auto;
	padding: 50px 0;
	clear: both;
	font-size: 1.1em;
	letter-spacing: 1px;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
}
p.copy_right a {
	color: #FE4902;
	text-shadow: none;
}
p.copy_right a:hover {
	text-decoration: none;
}
#example {
	width: 950px;
	margin: 50px auto;
}
/* Menu style */
.ei_menu{
	background: #111;
	width: 100%;
	overflow: hidden;
}
.ei_menu ul{
	height: 350px;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}
.ei_menu ul li{
	width: 75px;
	height: 350px;
	float: left;
	position: relative;
	overflow: hidden;
	border-right: 2px solid #111;
}
.ei_preview{
	width: 75px;
	height: 350px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/bw.jpg) no-repeat top left;
}
.ei_image{
	width: 75px;
	height: 350px;
	position: absolute;
	left: 75px;
	top: 0px;
	opacity: 0.2;
	background: url(../images/color.jpg) no-repeat top left;
}
.pos1 span{
	background-position:0px 0px;
}
.pos2 span{
	background-position:-75px 0px;
}
.pos3 span{
	background-position:-152px 0px;
}
.pos4 span{
	background-position:-227px 0px;
}
.pos5 span{
	background-position:-302px 0px;
}
.pos6 span{
	background-position:-377px 0px;
}
.ei_descr{
	position:absolute;
	width:278px;
	height:310px;
	border-right:7px solid #f0f0f0;
	padding:20px;
	left:75px;
	top:0px;
	background:#fff;
}
.ei_descr h2{
	font-family: 'Rock Salt', arial, serif;
	font-size: 26px;
	color: #555;
	text-shadow: 0px 0px 1px #fff;
	background: #fff url(../images/stripe_light.gif) repeat top left;
	margin: 0;
	padding: 0;
}
.ei_descr h3{
	font-family: 'Raleway', arial, serif;
	font-size: 1.5em;
	color: #fff;
	text-shadow: 0px 0px 1px #000;
	font-style: normal;
	margin: 0;
	padding: 10px;
	background: #333;
}
.ei_descr p{
	color: #000;
	padding: 10px 5px 0px 5px;
	margin: 0;
	line-height: 18px;
	font-size: 12px;
	font-family: Arial;
	text-transform: uppercase;
}
/* For the index_3 demo */
ul.trigger_list{
	position: absolute;
	right: 20px;
	top: 145px;
}
ul.trigger_list li{
	float: left;
	line-height: 53px;
	color: #ddd;
	font-style: italic;
}
ul.trigger_list li a{
	font-family: 'Rock Salt', arial, serif;
	display: block;
	background: #000;
	color: #ddd;
	line-height: 35px;
	padding: 5px 10px;
	margin: 3px;
	border-radius: 5px 5px 5px 5px;
	text-shadow: 1px 1px 1px #000;
}
ul.trigger_list li a:hover{
	background: #222;
	color: #fff;
}
