      /*  
      Theme Name: Sex Piano
      Theme URI: http://example.com/example/
      Description: A search engine optimized website framework for WordPress.
      Author: You
      Author URI: http://example.com/
      Version: 1.0
      Tags: Comma-separated tags that describe your theme
      .
      Your theme can be your copyrighted work.
      Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
      http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
      .
      */
      
      
      /* Reset default browser styles */
      @import url('styles/reset.css');

      /* Rebuild default browser styles */
      @import url('styles/rebuild.css');

      /* Basic WordPress Styles */
      @import url('styles/wp.css');

      /* Import a basic layout */
      @import url('styles/static_style.css');

		a {
		color: #000;
		text-decoration: none;
		}

		body {
		background: url(images/bg.jpg) repeat-x;
		}

		
	
      #access {
       margin: 0 0 1.5em 0;
       overflow: auto;
     
      }
      .skip-link {
       position:absolute;
              left:-9000px;
      }
     

      .menu ul {
      display: none;
       list-style: none;
       margin: 0 0 0 80px;
      }
      .menu ul ul {
       display: none;
      }
      .menu li {
       display: inline;
      }
      .menu a {
       display: block;
       float: left; 
       padding: 0 10px 0 0;
       color: #000;      
       background-color: #FFF;
       font-size: 1.4em;
       text-decoration: none;
      }

		#blog-title {
		display: none;
		padding: 20px 0 0 0;
		height: 85px;
		}

		#blog-description {
		text-indent: -9999px;
		margin: -20px 0 0 0;
		}

		#branding a {
		background: url(images/sp-title.jpg) no-repeat top center;
		display: block;
		position: relative;
		height: 85px;
		text-indent: -9999px;
		}
		
       #nav-above {
          display:none;
      }

	#alt-title {
	background: url(images/title.png) no-repeat top right;
	width: 278px;
	height: 85px;
	}

/* alternative side navigation */

	#alt-menu {
	width: 274px;
	}
	
	#nav {
	}
	
	#nav li {
	list-style-type: none;
	}
	
	#nav a {
	background: url(images/menu2.png) no-repeat left top;
	display: block;
	padding: 27px 0 0 0px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
	width: 274px;
	}
	
	#music a {
	background-position: 0 0;
	}
	
	#music a:hover {
	background-position: -275px 0;
	}
	
	#tour a {
	background-position: 0 -45px;
	}
	
	#tour a:hover {
	background-position: -275px -45px;
	}
	
	#photo a {
	background-position: 0 -90px;
	}
	
	#photo a:hover {
	background-position: -275px -90px;
	}
	
	#video a {
	background-position: 0 -135px;
	}
	
	#video a:hover {
	background-position: -275px -135px;
	}
	
	#blog a {
	background-position: 0 -180px;
	}
	
	#blog a:hover {
	background-position: -275px -180px;
	}
	
	#contact a {
	background-position: 0 -225px;
	}
	
	#contact a:hover {
	background-position: -275px -225px;
	}
	
	.entry-title {
	font-style: none;
	}
	
	.entry-meta {
	margin: 0 0 1.5em 0;
	font-size: 0.9em;
	font-style: italic;
	}
	
	.meta-prep, .meta-prep-entry-date, .edit-link {
	display: none;
	}
	
	.entry-content {
	line-height: 1.5em;
	}
	
	.entry-content a {
	color: #0b04b6;
	}
	
	.entry-content a:hover {
	text-decoration: underline;
	}