﻿#What-to-Wear-to-a-Luau {
	width: 750px;
	float: right;	
}

#What-to-Wear-to-a-Luau #description {
    padding-top: 10px;
    padding-bottom: 20px;
}

#What-to-Wear-to-a-Luau h1
{

	border:none;
	padding:0;
	font-size:200%;
	font-weight:bold;
	color:#534741;
	height:auto;
	text-align:center;
}

#What-to-Wear-to-a-Luau h2
{
	color:#666;
	font-size:100%;
	height:auto;
	clear:both;
	margin: 10px 0;
	text-align:center;
}

#What-to-Wear-to-a-Luau h3
{
	color:#340D0C;
	font-size:150%;
	height:auto;
	clear:both;
	margin: 20px 0;
	text-align:center;
	border-top:solid 1px #ccc;
	border-bottom:none;
	border-left:none;
	border-right:none;
	background:none;
	padding-top:30px;

}

#What-to-Wear-to-a-Luau h4 {
	 margin:10px 0;
	 padding:10px 0;
	color:#534741;
	 border-bottom:none;
	 font-weight:bold;
	 clear:both;
	 font-size:20px;
	 background:none;
	 border-left:none;
	 border-top:none;
	 border-right:none;
	 text-align:center;
}

	/*#What-to-Wear-to-a-Luau .style
	{
		margin:10px auto 40px auto;
		width:620px;

	}*/

	#What-to-Wear-to-a-Luau .style p
	{
		margin:10px 0;
		color:#666;
	}
	
	#What-to-Wear-to-a-Luau .style .btn
	{

	}

	#What-to-Wear-to-a-Luau .style .btn img
	{
		display:inline-block;
	}

	#What-to-Wear-to-a-Luau .itemlist
	{
		border-bottom: none;
        padding-bottom: 20px;
	}


	/*#What-to-Wear-to-a-Luau .style .itemListBox li
	{
		margin: 10px 10px 10px 0;
	}*/

#What-to-Wear-to-a-Luau #menu
{
	width:100%;
	position: relative;
	overflow: hidden;
}

    #What-to-Wear-to-a-Luau #menu a .btn {
        background: rgba(0,0,0,.5);
        float: left;
        text-align: center;
        color: #FFF;
        width: 100px;
        height: 68px;
        /*border: 1px solid #DDD;*/
        border-radius: 70px;
        -moz-border-radius: 70px;
        -webkit-border-radius: 70px;
        padding: 50px 20px 20px;
        margin: 0 auto;
        font-size: 120%;
        font-weight: 800;
        line-height: 120%;
    }

#What-to-Wear-to-a-Luau #menu a:hover .btn 
{

	text-decoration:none;
	opacity:0.7;

}

#What-to-Wear-to-a-Luau #menu ul {
  position: relative;
  left: 50%;
  float: left;
  list-style:none;
}
 
#What-to-Wear-to-a-Luau #menu ul li {
  position: relative;
  left: -50%;
  float: left;
  margin:20px 5px;
}

#What-to-Wear-to-a-Luau .more
{
	text-align:center;
	clear:both;
	font-size:110%;
	margin:30px 0;
	padding :5px 7px;
	border:solid 1px #CCC;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.12);
	background:#f6f7f9;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

#What-to-Wear-to-a-Luau .more a:hover
{
	font-weight:bold;
}

#fabric_video {
    width: 560px;
    height: 315px;
    border: 5px solid red;
    text-align: center;
}