/* **************************************************** 

	Title: 		Steinway Pianos New York
	Author: 	Hektor Paris
	URL: 		http://www.hektorparis.com
	Created: 	July 13, 2010
	
	**************************************************** */	

	body {
		margin: 0;
		padding: 0;
		background:url(images/gradient_bg.gif) repeat-x;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		color:#FFF;
	}
	
	img {
		border:none;
	}
	
	a {
		text-decoration: none;
		color:#FF9;
	}
	
	a:hover {
		text-decoration:underline;
	}
	
	div#wrapper {
        width: 930px;
		margin:20px auto 0;
		padding:0;
	}
	
	div#header {
		width:928px;
		height:154px;
		margin:0;
		padding:0;
		background:url(images/header_bg.png) no-repeat;
	}
	
	#logo {
		float:left;
		width:192px;
		height:74px;
		margin:45px 0 0 30px;
	}
	
	div#post-header-divider {
		width:928px;
		height:15px;
		background:url(images/post_header_divider.png) no-repeat;
	}
	
	div#container {
		width:928px;
		background:url(images/container_bg.png) repeat-y;
	}
	
	div#container #left-column {
		float:left;
		width:245px;
		margin-left:14px;
	}
	
	div#container #left-column #navigation {
		background:#555353;/**/
		padding:25px 0 18px 0;
	}
	
	/*div#container #left-column #navigation-footer {
		width:245px;
		height:11px;
		background:url(images/menu_footer_bg.png) no-repeat;
	}*/
	
	div#container #left-column ul {
		margin:0;
		padding:0;
		list-style-type:none;
	}
	
	div#container #left-column li {
		height:27px;
		margin:0 0 10px 0;
		padding:7px 0 0 28px;
		/*background:url(images/menu_link_bg.gif) no-repeat;*/
		font-size:14px;
	}
	
	div#container #left-column li a {
		color:#FFF;
		text-decoration:none;
	}
	
	div#container #left-column li a:hover {
		text-decoration:underline;
	}
	
	div#container #right-column {
		float:right;
		width:655px;
		margin-right:14px;
	}
    
    div#container #right-column a {
        color: #FF9;
    }
	
	div#container #right-column #page-header {
		width:655px;
		height:111px;
		margin:0;
		padding:0;
	}
	
	div#container #right-column #page-title {
		padding-top:70px;
		font-size:24px;
		text-align:center;
	}
	
	div#container #right-column #post {
		height:206px;
		padding:10px 15px;
		font-size:14px;
		line-height:25px;
		text-align:justify;
		overflow:auto;
	}
	
	div#footer {
		width:928px;
		height:105px;
		background:url(images/footer_bg.png) no-repeat;
	}
	
	div.clear {
		clear:both;
	}
	
	#copyright {
		color:#000;
		font-size:11px;
		text-align:center;
	}
	
	#copyright a {
		color:#000;
	}
	
	div#legal {
		width:880px;
		margin:0 auto;
		padding-bottom:20px;
		color:#999;
		text-align:center;
		font-style:italic;
	}
	
	div#legal a {
		color:#999;
		text-decoration:none;
	}
    
    #mobile-wrapper {
        margin: 10px;
        border: 1px solid #ccc;
        box-shadow: 0px 2px 13px #444;
    }
    
    .logo-mobile {
        background: url(images/logo-bg-mobile.png);
        background-size: cover;
    }
    
    .logo-mobile img {
        width: 150px;
        margin: 25px 10px;
    }
    
    .navbar-default {
        margin-bottom: 0!important;
        border-color: none;
        background: linear-gradient(to bottom,#46494C 0,#44474a 100%)!important;
        background: -webkit-gradient(linear,left top,left bottom,from(#46494C),to(#44474a))!important;
    }
    .navbar-default .navbar-brand {
        color: white!important;
    }
    .navbar-toggle {
        background-color: white!important;
    }
    .navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
        color: white!important;
    }
    
    .banner-mobile {
        width: 100%;
        height: 15vh;
    }
    
    .content-mobile img {
        height: 20vh;
    }
    
    .content-mobile .tab-pane {
        padding: 10px;
        font-size: 2rem;
        background: #46494C;
        color: white;
    }
    
    .content-mobile .tab-pane a {
        color: #FF9;
    }
    
    .content-mobile .tab-pane h4 {
        text-align: center;
        position: relative;
        top: -16vh;
        font-size: 1.2em;
        height: 0;
    }
    
    #footer-mobile {
        text-align: center;
        padding: 20px;
        color: #aaa;
    }
    
    #footer-mobile span {
        color: #000;
    }