/**
 *  style.css
 *
 *  Created by Alex Bilstein on 2009-11-11.
 *  Copyright (c) 2009 Blue Fish Development Group. All rights reserved.
 */


/*
 * Fonts
 */

@font-face {
	font-family: 'QuicksandLight';
    src: url(//:) format('no404'), url('../fonts/quicksand-light.woff') format('woff'), url('../fonts/quicksand-light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'QuicksandBook';
    src: url(//:) format('no404'), url('../fonts/quicksand-book.woff') format('woff'), url('../fonts/quicksand-book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'QuicksandBold';
    src: url(//:) format('no404'), url('../fonts/quicksand-bold.woff') format('woff'), url('../fonts/quicksand-bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Desyrel';
    src: url(//:) format('no404'), url('../fonts/desyrel.woff') format('woff'), url('../fonts/desyrel.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
    font-family: QuicksandBook, arial, sans-serif;
}

/*
 * Document
 */
 
body, html {
    background: #fff url("../images/bg-bokeh.jpg") center top no-repeat;
}
html {
/*    background: */
}


/*
 * Header
 */

.hero {
    border-top: 1px solid #e7e7e7;
    clear: both;
    margin-top: 20px;
    padding-top: 20px;
}

.slideshow {
    background: #efefef;
    height: 300px;
    overflow: hidden;
}
#coin-slider.slideshow {
/*    height: 200px;*/
/*    width: 750px;*/
}
.banner {
    background: #efefef url("../images/banner-2.jpg") center center no-repeat;
    height: 100px;
    margin-bottom: 20px;
}
#site-title {
    clear: none;
}

/**
 * Header
 */

#header h1 {    
    font-size: 12px;
    height: 50px;
    padding: 0;
    position: relative;
    width: 159px;
}
#header h1 span {
    background: url("../images/salon-intuitions-logo.png") top left no-repeat;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 159px;
}
#header h3 {
    display: none;
}

/*
 * Headline
 */

.headline {
    border-bottom: 1px solid #e7e7e7;
    color: #959595;
    font-family: QuicksandLight, arial, sans-serif;
    font-size: 24px;
    letter-spacing: -1px;
    margin: 0 0 30px 0;
    padding: 30px 0 30px 0;
    text-align: center;
    word-spacing: 2px;
}
.headline a {
    text-decoration: none;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 5px;
    transition: background-color .2s linear;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
}
.headline a:hover {
    background-color: #fbf5fe;
}

/*
 * Home Page
 */
 
.home .left {
    float: left;
    width: 49%;
}
.home .right {
    float: right;
    margin: 0 0 0 0;
    width: 45%;
}
.home .whats-new {
    margin-bottom: 30px;
    position: relative;
}
.home .whats-new .badge {
    background: url("../images/badge.png") 0 0 no-repeat;
    height: 30px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 30px;
    z-index: 10;
}
.home #content .right .whats-new a {
    background: #fbf5fe;
    border-radius: 3px;
    display: block;
    font-size: 16px;
    overflow: visible;
    padding: 10px;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.home #content .right .whats-new a:hover {
    background: #f7edfc;
}
.home #content .right .whats-new a,
.home #content .right .whats-new a:hover {
    text-decoration: none;
}
.home #content .right h1 {
    font-size: 16px;
    margin: 0 0 0 15px;
}

/*
 * Posts
 */

#content h1 a {
    text-decoration: none;
}
#content h1 a:hover {
    text-decoration: none;
}
#content .entry-content h3 {
    font-family: QuicksandBold, arial, sans-serif;
}
#content .entry-title {
    margin-bottom: 30px;
}
#content .entry-content ul {
    margin-left: 20px;
}
#content ul li {
    list-style-type: square;
}

/*
 * Twitter
 */
 

.twitter-icon {
    background: url("../images/icon-bird.png") center center no-repeat;
    height: 25px;
    margin-left: 25px;
    width: 52px;
}
/*#main .widget-area .tweet_list,
#content .tweet_list {*/
.twitter {
    background: #f0f0f0;
    border-radius: 5px;
    color: #959595;
    font-family: Desyrel, georgia, serif;
    font-size: 18px;
    line-height: 30px;
    padding: 15px;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#content .twitter p,
#main .twitter p {
    margin: 0;
}
#main .tweet_list,
#content .tweet_list {
    margin: 0;
}
#main .tweet_list li,
#content .tweet_list li {
    list-style-type: none;
}
.tweet_list a {
    color: #3e0655;
}
.tweet_loading {
    color: #999;
    font-family: QuicksandLight, arial, sans-serif;
    font-size: 13px;
}
.tweet_time {
    display: none;
}
.follow-us {
    padding: 5px 15px;
    text-align: right;
}
.follow-us a {
    color: #ccc;
    text-decoration: none;
}
.follow-us a:hover {
    color: #959595;
    text-decoration: underline;
}

#main .widget-area .tweet_list {
    font-family: QuicksandBook, arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
}
#main .widget-area .tweet_list li {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#main .widget-area .tweet_list li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.home .tweet_odd,
.home .tweet_even {
    display: none;
}
.home .tweet_first {
    display: block;
}

/*
 * Services
 */
 
.style,
.color {
    float: left;
    width: 305px
}

.keratin {
    border-top: 1px solid #e7e7e7;
    clear: both;
    padding-top: 20px;
}
.keratin .answers {
    border-top: 1px solid #e7e7e7;
    margin: 20px 0;
    padding-top: 20px;
}
.keratin .answers div {
    margin-bottom: 10px;
}

/*
 * Contact 
 */
 
.address,
.hours {
    float: left;
    width: 305px;
}

/*
 * Love
 */
 
.maincontent .austin-chronicle {
    background: url("../images/logo-best-of-austin.png") 0 10px no-repeat;
    font-style: italic;
    padding-left: 160px;
}

#content .maincontent img {
    border: none;
    padding: 0;
    margin: 0;
}

.yelp,
.citysearch {
    float: left;
    text-align: center;
    width: 305px;
}
.citysearch {
    padding-top: 15px;
}

/*
 * Sidebar
 */
 
#primary .container {
    border-left: 1px solid #e7e7e7;
    padding-left: 20px;
}
#main .widget-area .whats-new {
    margin-bottom: 30px;
}
#primary .whats-new li a {
    background: #fbf5fe;
    border-radius: 3px;
    display: block;
    margin-bottom: 5px;
    padding: 10px;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#primary .whats-new li a:hover {
    background: #f7edfc;
    text-decoration: none;
}

/*
 * Stylists
 */
.stylists {
    
}
.stylists #content li {
    float: left;
    list-style-type: none;
    width: 49%;
}
.stylists #content li .wrapper {
    margin: 0 50px 40px 0;
}
.stylists .photo {
    background: #ffffff;
    border: 1px solid #efefef;
/*    display: inline-block;*/
    padding: 12px 12px 5px 12px;
    margin: 0 0 20px 10px;
    width: 150px;
    z-index: 10;
    -moz-box-shadow: 2px 2px 15px #333;
    -webkit-box-shadow: 2px 2px 15px #666;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
}
.stylists .photo img {
    border: 1px solid #efefef;
    height: 150px;
    width: 150px;
}
#content .stylists li h2 {
    font-family: Desyrel, Georgia, Serif;
    margin-bottom: 0;
    text-align: center;
}
.stylists h1 {
    border-bottom: 1px solid #e7e7e7;
    float: none;
    padding-bottom: 20px;
}


/*
 * Nav Menu
 */

#access {
    clear: right;
    margin: 10px -15px 9px 0;
}
#access .menu {
    position:relative;   
    text-align:center;   
    width: 550px;
    height:40px;
}
#access .menu ul { 
    margin:0;   
    padding:0;   
    list-style:none;   
    display:inline;  

    /* position absolute so that z-index can be defined */  
    position:absolute;   

    /* center the menu, depend on the width of you menu*/  
    right:0;   
    top:0;   

    /* should be higher than #box */  
    z-index:10;
}
#access .menu ul li {
    margin:0 15px;
/*    margin: 0;*/

    /* display the list item in single row */  
    float:left;
}
#access ul li a {
    height: 40px;
}
#access li.current-menu-item a,
#access li.current_page_item a {
    color: #3e0655;
}

/*#access li.current_page_item,
#access li.current-menu-item {
    background: url("../images/arrow.png") center bottom no-repeat;
}*/
#access ul li a {
    padding: 0;
}
#access .pointer {
    background: url("../images/arrow.png") center center no-repeat;
    position:absolute;   
    left:0px;   
    top:40px;   

    /* should be lower than the list menu */  
    z-index:50;   

    /* image of the right rounded corner */  
    height:9px;  
    width: 11px;
}

/*
 * Social Media Icons
 */
 
.social-media {
    float: right;
    height: 20px;
    text-align: right;
    width: 60px;
}
.social-media a {
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    opacity: .5;
    width: 20px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50)
}
.social-media a img {
    height: 20px;
    width: 20px;
}
.social-media a:hover {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100)
}
#branding .social-media a {
    text-decoration: none;
}
#branding .social-media img {
    border: none;
    clear: none;
    display: inline-block;
}

