@import url(http://fonts.googleapis.com/css?family=Port+Lligat+Slab|Walter+Turncoat);


/* Tab Content - menucool.com */
ul.tabs
{
width: 100%;
    list-style-type: none;
    text-align: center; /*set to left, center, or right to align the tabs as desired*/
margin: 10px 0 0 0;
padding: 15px 0 15px 0;
}
        
ul.tabs li
{
    display: inline;
    margin-right: 2px;/*distance between tabs*/

    font-weight: 300;
    text-align: center;

	color: #fff;
}

ul.tabs li:hover
{
	color: #a72669;
}
        
ul.tabs li a
{
font: 13px 'Notable'; 
font-weight: normal; font-weight: 300; 
text-shadow: 1px 1px 0px rgba(242, 242, 242, 0.5);
color: #B78C87; 
letter-spacing: 1px; 

text-align:center; 

     padding:18px 20px;
    position: relative;
    margin: 0;

    outline:none;
}
  
        
ul.tabs li a:hover
{
    text-decoration: none;
	color: #C8A7A4;
}
        
ul.tabs li.selected a
{
    position: relative;
    top: 0px;
	color: #C8A7A4;
	border-bottom: solid #C8A7A4 1px;
}

ul.tabs li.selected a:hover
{
	color: #B78C87;
}
        
        
ul.tabs li.selected a:hover, ul.tabs li.selected a:hover
{
    text-decoration: none;
}

div.tabcontents
{
margin-top: 10px;
width: 100%;
margin: 15px 0; color: #5B5B5B; text-align:justify; font: 16px 'Gudea', sans-serif; font-weight: normal; font-weight: 300; text-shadow: 1px 1px 0px rgba(242, 242, 242, 1); line-height: 1.7;
}