/*
Theme Name:     Eskmo Custom Theme v.1.0
Theme URI:      http://www.eskmo.com
Author:         Ian Moss
Author URI:     http://www.iancmoss.com
Template:       topspin-wordpress-theme
*/

@import url("../topspin-wordpress-theme/style.css");

html{
    width: 100%;
    height: 100%;
}

body{
    /*background-image: url('images/contentbg_v2.gif');*/
    background-image: url('images/contentbg_v3.gif');
    background-color: #fff;
    background-position: center top;
    background-repeat: repeat-y;
    font-family: Arial;
}

h1{
    padding-bottom: 5px;
    border-bottom: 1px dotted #CCC;
    font-weight: normal;
}

h2{
    border-bottom:1px dotted #CCCCCC;
    font-weight:normal;
    padding-bottom:5px;
    font-size: 18px;
}

a{
    color: #C7522F
}

#site-wrapper{
    background-color: #fff;
    position: relative;
}

.clear{
    clear: both;
}

#content{
    margin: 20px 0 0;
    padding: 0 30px;
}

#contentwide{
    margin: 20px auto 0;
    position: relative;
    width: 900px;

}


/*** HEADER ***/

#header-content{
}

#header_img_wrap{
    
}

#header_img{
    display: block;
    width: 960px;
    height: 288px;
    background: url('images/header-art.jpg');
    margin: 0 auto;
}

/** NAVIGATION **/

#nav_wrap{
    padding-left:30px;
    width:930px;
}

#nav{
    border-bottom:1px dotted #ccc;
    float:left;
    padding-bottom:10px;
    padding-top:10px;
}

#nav a{
    float: left;
    display: block;
    height: 26px;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-right: 22px;
}

.nomargin{
    margin-right: 0 !important;
}

#nav a:hover{
    background-position: top;
}

#nav a.selected{
    background-position: top;
}

#nav_contact{
    background-image: url('images/nav-contact.gif');
    width: 106px;
}

#nav_news{
    background-image: url('images/nav-news.gif');
    width: 62px;
}

#nav_bio{
    background-image: url('images/nav-bio.gif');
    width: 38px;
}

#nav_music{
    width: 69px;
    background-image: url('images/nav-music.gif');
}

#nav_store{
    width: 64px;
    background-image: url('images/nav-store.gif');
}

#nav_tour{
    width: 55px;
    background-image: url('images/nav-tour.gif');
}

#nav_social{
    width: 79px;
    background-image: url('images/nav-social.gif');
}

#nav_blog {
    width: 79px;
    background-image: url('images/nav-blog.gif');
}

#nav_video {
    width: 68px;
    background-image: url('images/nav-video.gif');
}

/** social widget **/

#social{
    float: left;
    padding-bottom: 10px;
}

#social_wrap{
    padding-top: 10px;
    padding-bottom: 10px;
}

#social div{
    float: right;
}

.addthis_container{
    padding-top: 2px;
}

/** posts **/

#content .post{
    border: none;
}

.title {
    padding-bottom: 5px;
    border-bottom: 1px dotted #CCC;
    display: block;
    font-size:18px;
    line-height:26px;
}

.title:hover{
    color: #414D4C;
    text-decoration: none;
}

.post{
    line-height: 15px;
    position: relative;
    padding: 0;
}

.news_post .title{
    border: none;
}

.news_post{
    line-height: 15px;
    position: relative;
    padding:20px 0 30px 0;
    border-bottom: 1px dotted #ccc;
}

.post_content{
    padding-top: 10px;
    line-height: 25px;
    font-size: 13px;
}

.post_content_excerpt{
    font-size: 12px;
    line-height: 25px;
}

.archive_navigation{
    height: 20px;
    width: 100%;
}

.nav-next{
    float: right;
}

.nav-previous{
    float: left;
}

.wp-caption {
	padding: 10px 10px 25px 10px;
	background: #eee;
	border: 1px solid #fff;
	-moz-box-shadow: 0px 2px 15px #333;
	margin-bottom: 20px;
}

/*** TOUR PAGE ***/

#social_container{
    position: relative;
    width: 100%;
    height: 100px;
}

#showstable{
	font-size: 13px;
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
        margin: 0 auto;
}

#showstable td{
        padding: 10px 20px 10px 0;
        margin: 0;
        vertical-align: top;
        text-align: center;
        border-bottom: 1px dotted #ccc;
}

.headrow td{
	border-top: none !important;
	color: #999999;
	text-transform: uppercase;
	font-size: 10px;
	height: 24px;
	margin: 0;
}

.showcity{
        width: 150px;
}

.showvenue{
        width: 150px;
}

.shownotes{
    width: 300px;
    text-align: left !important;
}

.showdate{
	font-weight:bold;
	text-transform:uppercase;
        width: 65px;
}

.showtime{
    width: 70px;
}

.showtix a{
	display:block;
	width:100px;
	height:20px;
        background-color:#999999;
        color: #fff;
}

.showtix a:hover {
	background-color: #656565;
        text-decoration: none;
}


/*** SIDEBAR **/

#sidebar{
    border: none;
    background: none;
    width: 200px;
    padding: 20px 20px 0 0;
    width:275px;
    margin: 0;
    position: relative;
}

#newsletter_img{
    position: absolute;
    right:25px;
    top:-40px;
    height: 85px;
}

#twitter_sidebar{
    padding-top: 30px;
}

.social_link{
    -khtml-opacity:.30;
    -moz-opacity:.30;
    -ms-filter:"alpha(opacity=30)";
    filter:alpha(opacity=30);
    opacity:.30;
}

.social_link img{
    height: 39px;
    width: 39px;
}

.social_link:hover{
    -khtml-opacity:.50;
    -moz-opacity:.50;
    -ms-filter:"alpha(opacity=50)";
    filter:alpha(opacity=50);
    opacity:.50;
}

/** twitter **/

.tweet{
    font-size: 11px;
}

.tweet_avatar{
    float: left;
}

.twithead{
    padding-bottom: 15px !important;
    border: none !important;
}

.tweet_avatar{
    padding-right: 10px;
}

.twitalias{
    font-weight: bold;
    font-size: 16px;
}

.tweet_list li{
    padding: 10px 0;
    border-top: 1px dotted #ccc;
}

.tweet_first {
    border: none !important;
}

/*** comments ***/

#commentform {
    color:#555555;
    padding:10px;
    background: none;
    border: none;
}


/*** STORE PAGE ***/

div#topspin-offer-wrapper {
    background-color: transparent !important;
    border: none !important;
}

div.topspin-offer-item  {
    float: left !important;
    margin: 0 !important;
    padding:0 !important;
    border: none !important;
}

div.topspin-offer-item-wrapper  {
    background-color:#F7F8F9 !important;
    border:10px solid #E7E8EB !important;
    margin-bottom:10px !important;
    width:570px !important;
}

div.topspin-offer-item-image img {
    width:150px !important;
}

div.topspin-offer-item-buybutton-wrapper  {
    background: none !important;
    float: left;
    padding: 20px !important;
}

div.topspin-offer-item-title {
    background:none repeat scroll 0 0 transparent !important;
    float:right;
    padding-top:24px !important;
    width:400px;
}

div.topspin-offer-item-title h4 {
    color: #333333 !important;
}

div.topspin-offer-item-buybutton-price p  {
    color: #333 !important;
}

div.topspin-offer-item-image  {
    float: left;
}

div.topspin-offer-item-buybutton-button a {
    color:#FFFFFF !important;
}


/*** MUSIC PAGE ***/

.featured_text{
    width: 830px;
    border: 5px solid #CCC;
    text-align: center;
    margin: 0 auto;
    color: #9e9e9e;
    font-size: 16px;
    margin-top: 10px;
    line-height: 22px;
    margin-bottom: 20px;
}

.featured_title{
    font-size: 18px;
    font-weight: bold;
    color: #666;
}

#music_thumbs{
    position: relative;
}

.release_thumb{
    position:relative;
    cursor: pointer;
    float:left;
    display: block;
    height: 200px;
    width: 200px;
    overflow: hidden;
    border:4px solid #CCCCCC;
    margin-right: 5px;
    margin-bottom: 5px;
    text-decoration: none !important;
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    width: 180px;
    height: 180px;
    display: none;
    text-align: center;

    background-color: #000;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;

}

.overlay div{
    width: 180px;
    color: #CCC;
}

.release_artist{
    font-size:20px;
    font-weight:bold;
    line-height:24px;
    padding-top:10px;
}

.release_name{
    font-style: italic;
    padding-top: 20px;
    font-size: 16px;
    line-height: 20px;
}

.release_date{
    font-size: 14px;
    padding-top: 20px;
}

.music_thumbs_holder {
    margin-left:27px;
}

/** individual music pages **/

.single_music_top{
    position: relative;
}

.album_cover{
    float: left;
    padding-left: 65px;
}

.album_cover_no_mp3{
    text-align:center;
}

.music_player{
    float: left;
    padding-left: 10px;
    width: 420px;
}

.single_music_bottom{
    padding-top: 20px;
    padding-bottom: 20px;
}

/** social page **/

.social_row{
    width: 900px;
    padding-top: 20px;
    float: left;
}

.social_div{
    float: left;
    width: 270px;
}

.social_div_wide{
    float: left;
    width: 900px;
}

.floatleft{
    float: left;
}

.floatright{
    float: right;
}

.flickr_lightbox_selector img, .vimeo_lightbox_selector img{
    padding: 5px;
}

/*** footer ***/

#footer{
    background-color: #fff;
    padding-top: 50px;
    height: 40px;
    color: #666;
    text-align: center;
}


/*** TODO: put these in the right place within the CSS file */

.news_listing_table td{
    vertical-align: top;
}

.news_thumbnail_td{
    padding-right: 10px;    
}

.release_info_box{
    margin-top: 10px;
    padding: 5px;
    background-color: #e7e7e7;
}



