/*

---------------------------------------
COPENHAGEN
---------------------------------------
by Ryan Sims
simmy.tumblr.com
---------------------------------------
																											  
*/


/* ---------- GLOBAL STYLING RULES & RESETS ---------- */

* {
	margin: 0px;
	padding: 0px;
}



body {
	font: normal 13px 'Helvetica', Helvetica, Arial, sans-serif;
	color: #333333;
	background: #ffffff url();
}

#container {
	margin: 0px auto;
	width: 850px;
	position: relative;
	background: #ffffff;
	padding: 0 30px;
}

	#container_left,
	#container_right {
		float: left;
		width: 640px;
		padding: 0 0 40px 0;
	}
	#container_left {
		width: 180px;
		margin: 0 30px 0 0;
	}
	
hr { display: none; }
#page hr {
    display: block;
    border: none 0; 
    border-top: 1px solid #cccccc;
    width: 100%;
    height: 1px;
    margin: 0 0 20px 0;
}

input, 
option, 
textarea, 
button {
	font-family: 'Helvetica', Helvetica, Arial, sans-serif;
	font-size: 13px;
}

ul, 
ol { list-style-type: none; }

q:before, 
q:after { content: ""; }

big	  { font-size: 12px; }
small { font-size: 9px; }
img	  { border: none; }

a {
	color: #0281ca;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #333333;
}





/* ---------- HEADER ---------- */

#header {
	padding: 30px 0 35px 0;
	margin: 0 0 35px 0;
	border-bottom: 1px solid #cccccc;
}

	#header h1 {
		font-family: 'Helvetica', Helvetica, Arial, sans-serif;
		font-size: 44px;
		letter-spacing: -1px;
	}
		#header h1 img { max-width: 850px; }
		#header h1 a,
		#header h1 a:hover {
			color: #333333;
		}

	#header h2 {
		font-size: 20px;
		font-weight: normal;
		color: #333333;
	}





/* ---------- NAVIGATION ---------- */

div#site_nav {
    padding: 0 0 10px 0;
}

#site_nav ul li {
	padding: 0 0 10px 0;
	font-size: 13px;
	line-height: 165%;
}

	#site_nav ul li a, 
	body.homepage #site_nav ul li a {
		color: #333333;
		cursor: pointer;
	}
	#site_nav ul li a:hover, 
	body.homepage #site_nav ul li a:hover {
		color: #0281ca;
		cursor: pointer;
	}

	#site_nav ul li.page.active a, 
	#site_nav ul li.page.active a:hover {
		color: #0281ca;
		cursor: default;
	}
	
	#site_nav ul li ul li {
		padding: 0;
	}

#site_nav ul li span.section_name {
	font-weight: bold;
	cursor: default;
	color: #333333;
}





/* ---------- PAGE ---------- */

#page h2 {
	font-size: 23px;
	font-weight: normal;
	padding: 0 0 30px 0;
}

body.homepage #page div#title {
    display: none;
}

	#page p {
		padding: 0 0 20px 0;
		font-size: 13px;
		line-height: 165%;
	}
	
div#share {
    display: block;
    position: relative;
    clear: both;
    border-top: 1px solid #cccccc;
    padding: 30px 0 0 0;
    margin: 10px 0 0 0;
}
	


	/* Page: Types */

	/* ---------- PAGE: CUSTOM ---------- */
	
	#custom #description img {
        position: relative;
        display: block;
        max-width: 640px;
		height: auto !important;
        border: 0;
        padding: 0;
        margin: 0;
    }
    

	/* ---------- PAGE: EVENTS ---------- */
	
	#description ul.events {
	    list-style: none;
	}
	
	    #description ul.events li {
	        padding: 0 0 20px 0;
	    }
	    
	        #custom #description ul.events li p {
	            padding: 0;
    	        font-size: 14px;
	        }
	        
	        #description ul.events li span.event_venue {
	            display: block;
	            font-size: 13px;
	        }
	        
	#description table {
	    border-top: 1px solid #cccccc;
	    border-collapse: collapse;
	}
	
	    #description table tr {
	        border-bottom: 1px dotted #cccccc;
	    }
	    #description table td {
    	    padding: 10px;
    	}
	
	
	/* ---------- PAGE: TOPSPIN ---------- */
	
	#topspin #media table td { vertical-align: top; }
	#topspin #media table td .entry { min-width: 300px; }
	#topspin #media table td#column_1 .entry { margin-right: 40px; }
	#topspin #media table td .entry .embed object,
	#topspin #media table td .entry .embed iframe { max-width: 300px; }
	
		/* general styles */
		#topspin #media { margin-top: 0px; }
		#topspin #media .entry {
			margin-top: 30px;
			padding-top: 30px;
			overflow: hidden;
			border-top: 1px dotted #cccccc;
		}
		#topspin #media .entry h3 {
			margin: 0px;
			padding: 0px;
			font-size: 18px;
			font-weight: normal;
		}
		#topspin #media .entry img {
			margin: 20px 20px 20px 0px;
			max-width: 100px;
			float: left;
		}
		#topspin #media .entry p.price {
			margin: 20px 0px 0px 0px;
			padding: 0px;
			text-transform: uppercase;
			color: #999999;
		}
		#topspin #media .entry p.description {
			margin: 20px 0px 0px 0px;
			padding: 0px;
		}
		#topspin #media .entry .embed {
			margin: 20px 0px 0px 0px;
		}
			#topspin #media .entry .embed .topspin-widget-buy-button a.ts_buttonlink {
				display: inline-block;
				margin: 0px 10px 0px 0px;
				padding: 10px;
				font: normal 13px 'Helvetica', Helvetica, Arial, sans-serif;
				line-height: 100%;
				text-decoration: none;
				text-transform: uppercase;
				vertical-align: middle;
    	        color: #ffffff;
		        background: #0281ca;
				border: none;
				-moz-border-radius: 0px;
	        	-webkit-border-radius: 0px;
	        	border-radius: 0px;
			}
		    #topspin #media .entry .embed .topspin-widget-buy-button a.ts_buttonlink:hover {
    	        background: #333333;
		    }

	
	
	/* ---------- PAGE: INDEX ---------- */
	
	#index ul.thumbs {
	    margin: 0 0 0 -20px;
	}
	
	    #index ul.thumbs li {
    	    float: left;
    	    width: 200px;
    	    margin: 0 0 0 20px;
    	    padding: 0 0 20px 0;
    	    text-align: center;
    	}
    	#index ul.thumbs li.li_4, #index ul.thumbs li.li_7, #index ul.thumbs li.li_10, 
    	#index ul.thumbs li.li_13, #index ul.thumbs li.li_16, #index ul.thumbs li.li_19, 
    	#index ul.thumbs li.li_22, #index ul.thumbs li.li_25, #index ul.thumbs li.li_28 {
    	    clear: both;
    	}
    	
    	    #index ul.thumbs li h3 {
    	        font-size: 13px;
    	        font-weight: normal;
    	        width: 200px;
    	        overflow: hidden;
    	    }
    	    
    	        #index ul.thumbs li:hover h3 a {
    	            color: #333333;
    	        }
	
    	    #index ul.thumbs li p {
    	        padding: 0 0 10px 0;
    	    }
	
    	    #index ul.thumbs li img {
    	        width: 200px;
    	        position: relative;
    	        margin: 0;
    	        padding: 0;
    	        border: 0;
    	    }
	
	

	/* ---------- PAGE: ALBUM ---------- */
	
	#art p {
		float: left;
		display: block;
		width: 240px;
		padding: 0 0 40px 0;
		margin: 0 30px 0 0;
	}
	#art p img {
		width: 240px;
	}
	
	#media ul.slideshow {
		position: relative;
	}

	#media ul.slideshow li {
		position: relative;
	}
	
	#media ol {
		float: left;
		display: block;
		width: 370px;
		list-style-type: decimal-leading-zero;
		*list-style-type: decimal;
		list-style-position: inside;
		padding: 0 0 40px 0;
		border-top: 1px solid #cccccc;
	}
	
		#media ol li {
		    position: relative;
			padding: 10px;
			font-size: 14px;
			line-height: 20px;
			border-bottom: 1px solid #cccccc;
			color: #333333;
		}
			
			/* Player Controls */
			#album #media ol li .album_image    { display: none; }
			#album #media ol li .controls .prev { display: none; }
			#album #media ol li .controls .next { display: none; }
			#album #media ol li h4 { display: none; }
			#album #media ol li .playpause a {
				z-index: 6;
				position: absolute;
				top: 8px;
				left: 6px;
				display: block;
				width: 24px;
				height: 24px;
				text-indent: 9999px;
				overflow: hidden;
				background: url(http://g.virbcdn.com/_assets/_themes/york/btn_play.png) no-repeat;
			}
			#album #media ol li.playing .playpause a { background: url(http://g.virbcdn.com/_assets/_themes/york/btn_pause.png) no-repeat; }
		
			#media ol li h3 {
			    position: relative;
				z-index: 10;
				display: inline;
				font-weight: normal;
				font-size: 14px;
				line-height: 20px;
				color: #333333;
			}
			    #media ol li h3 a {
			        color: #333333;
			        font-weight: bold;
			        padding: 0;
			    }
			    
			#media ol li.playing, 
			#media ol li.playing h3 a { color: #0281ca; }
			
			#media ol li audio {
			    padding-top: 10px;
				display: block;
			    width: 350px;
			}
			
			#media ol li small.download {
		        margin-left: 5px;
				vertical-align: middle;
		        text-transform: lowercase;
		    }
			    
    		    #media ol li small a,
    		    #media ol li.playing h3 small a {
        	        background: #0281ca;
        	        color: #ffffff;
            		padding: 3px 5px;
        	    }
        	    #media ol li small a:hover,
        	    #media ol li.playing h3 small a:hover {
        	        background: #333333;
        	    }
			
			/* Track Length */
			#album #media ol li .length {
				z-index: 0;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}
				#album #media ol li .load {
					z-index: 1;
					position: absolute;
					top: 0px;
					left: 0px;
					display: block;
					height: 100%;
					width: 0px;
					background: #cccccc;
					opacity: 0.30;
					-moz-opacity: 0.30;
                    filter:alpha(opacity=30);
				}
				#album #media ol li .progress {
					z-index: 2;
					position: absolute;
					top: 0px;
					left: 0px;
					display: block;
					height: 100%;
					width: 0px;
					background: #cccccc;
					opacity: 0.30;
					-moz-opacity: 0.30;
                    filter:alpha(opacity=30);
				}
				#album #media ol li .time {
				    display: none;
					z-index: 3;
					position: absolute;
					top: 10px;
					right: 10px;
					font-size: 14px;
					color: #333333;
				}
				#album #media ol li.loaded .time, 
				#album #media ol li.loading .time { display: block; }
				#album #media ol li.playing .time { color: #0281ca; }
			
	#album #description {
		position: relative;
		clear: both;
	}

	/* ---------- PAGE: TUMBLELOG ---------- */
	
	#blog #nav,
	#blog #description {
		display: none;
	}
	
	#blog h3 {
	    font-weight: normal;
	}
	
	div.date_group {
		position: relative;
		clear: both;
	}
	
	#blog div.entry, 
	#blog div.date {
		float: left;
		width: 500px;
		padding: 30px 0 10px 0;
		border-top: 1px dotted #cccccc;
	}
	#blog div.date {
		float: right;
		width: 110px;
		padding-left: 30px;
	}
	
		.date p {
		    font-size: 10px;
			text-transform: uppercase;
			color: #999999;
		}
		
		.date span { visibility: hidden; }
		.date span.month_abbr,
		.date span.day { visibility: visible; padding-right: 5px; }
		
		#blog .entry img {
		    position: relative;
		    display: block;
		    border: 0;
			max-width: 500px;
		}
		
		.links h3 {
			font-size: 18px;
			padding-bottom: 10px;
		}
		
			.links h3 a.permalink {
				background: none;
				color: #999999;
				font-weight: normal;
			}
			.links h3 a.permalink:hover {
				color: #333333;
			}
			
	    #blog .entry .description h1, #description h1, 
		#blog .entry .description h2, #description h2, 
		#blog .entry .description h3, #description h3, 
		#blog .entry .description h4, #description h4, 
		#blog .entry .description h5, #description h5 { 
			font-weight: bold;
			padding: 0;
			margin: 0 0 20px 0;
		}
			
		#blog .entry .description h1, #description h1 { font-size: 28px; }
		#blog .entry .description h2, #description h2 { font-size: 21px; }
		#blog .entry .description h3, #description h3 { font-size: 18px; }
		#blog .entry .description h4, #description h4 { font-size: 14px; }
		#blog .entry .description h5, #description h5 { font-size: 12px; }
			
		#blog .entry blockquote p, #description blockquote p {
			border-left: 1px solid #cccccc;
			color: #999999;
			padding: 0 0 0 15px;
			margin: 0 0 20px 0;
		}
		
		#blog .entry ol, #description ol, 
		#blog .entry ul, #description ul {
			list-style-type: decimal;
			list-style-position: inside;
			line-height: 165%;
			margin: 0 0 10px 0;
		}
		#blog .entry ul, #description ul {
			list-style-type: disc;
		}
		    
		    #blog .entry ol li, #description ol li, 
    		#blog .entry ul li, #description ul li {
    			padding: 0 0 10px 0;
    		}
		
		.quotes h3 {
			font-size: 24px;
			line-height: 135%;
			padding-bottom: 10px;
		}
		
			.quotes cite {
				font-style: normal;
			}
		
		.photos .image img {
			max-width: 500px;
		}
		
		#page .photos.entry p {
		    padding-bottom: 10px;
		}
		
		.photos h3 {
			font-size: 18px;
			padding-bottom: 10px;
		}
		
		#blog .text h3 {
			font-size: 24px;
			font-weight: bold;
			padding-bottom: 20px;
		}
		
		div#comments {
		    clear: both;
    	    width: 500px;
    	    border-top: 1px dotted #cccccc;
    	    padding: 30px 0 0 0;
		}
		
		/* Audio posts *************************/
		
		#blog .entry.audio ul {
            list-style: none;
        }

            #blog .entry.audio ul li {
    		    position: relative;
    			border: 1px solid #cccccc;
    			color: #333333;
    			padding: 10px 10px 10px 40px;
                -moz-border-radius: 5px;
            	-webkit-border-radius: 5px;
            	border-radius: 5px;
    		}
    		#blog .entry.audio ul li.playing { color: #0281ca; }

    		#blog .entry.audio ul li .album_image, 
    		#blog .entry.audio ul li .controls .prev, 
    		#blog .entry.audio ul li .controls .next { display: none; }
    		#blog .entry.audio ul li .playpause a {
    			z-index: 6;
    			position: absolute;
    			top: 8px;
    			left: 8px;
    			display: block;
    			width: 24px;
    			height: 24px;
    			text-indent: 9999px;
    			overflow: hidden;
    			background: url(http://g.virbcdn.com/_assets/_themes/york/btn_play.png) no-repeat;
    		}
    		#blog .entry.audio ul li.playing .playpause a { background: url(http://g.virbcdn.com/_assets/_themes/york/btn_pause.png) no-repeat; }

    		#blog .entry.audio ul li h3 {
    			padding: 0px;
    			width: 300px;
    			font-weight: normal;
    			font-size: 14px;
				line-height: 20px;
    			color: #333333;
    		}
    		    #blog .entry.audio ul li h3 a {
    		        color: #333333;
    		        font-weight: bold;
    		    }
    		    #blog .entry.audio ul li.playing h3 a {
    		        color: #0281ca;
    		    }
    		    
    		#blog .entry.audio ul li h4 {
				display: none;
    		    font-weight: normal;
    			font-size: 12px;
    			color: #999999;
    		}
    		
    		#blog .entry.audio audio {
				padding-top: 10px;
    		    width: 400px;
    		}

    		#blog .entry.audio ul li .length {
    			z-index: 0;
    			position: absolute;
    			top: 0;
    			left: 0;
    			width: 100%;
    			height: 100%;
    		}
    			#blog .entry.audio ul li .load {
    				z-index: 1;
    				position: absolute;
    				top: 0px;
    				left: 0px;
    				display: block;
    				height: 100%;
    				width: 0px;
    				background: #333333;
    				opacity: 0.07;
    				-moz-opacity: 0.07;
                    filter:alpha(opacity=07);
    			}
    			#blog .entry.audio ul li .progress {
    				z-index: 2;
    				position: absolute;
    				top: 0px;
    				left: 0px;
    				display: block;
    				height: 100%;
    				width: 0px;
    				background: #333333;
    				opacity: 0.07;
    				-moz-opacity: 0.07;
                    filter:alpha(opacity=07);
    			}
    			#blog .entry.audio ul li .time {
    				z-index: 3;
    				position: absolute;
    				top: 10px;
    				right: 10px;
    				display: block;
    				font-size: 14px;
    				color: #999999;
    			}
    			#blog .entry.audio ul li.playing .time { color: #0281ca; }
    			
    div#paging {
	    clear: both;
	    border-top: 1px dotted #cccccc;
	    padding: 50px 0 0 0;
	    margin: 0;
	}

	    #paging span.divider {
	        visibility: hidden;
	    }

	        #paging a span.arrow.left  { padding: 0 5px 0 0; }
	        #paging a span.arrow.right { padding: 0 0 0 5px; }
		

	/* ---------- PAGE: COLLECTION ---------- */
	
	#collection #count { display: none; }
	
	#collection.preview img {
	    max-width: 640px;
	}
	
	#media ul.thumbs li {
		float: left;
		padding: 0 12px 12px 0;
		opacity: 1.00;
		-moz-opacity: 1.00;
		filter:alpha(opacity=100);
	}
	#media ul.thumbs li:hover {
		opacity: 0.80;
		-moz-opacity: 0.80;
		filter:alpha(opacity=80);
	}
	
		#media ul.thumbs li img {
			position: relative;
			display: block;
			padding: 0;
			border: 0;
			height: 150px;
		}
		
		#media ul.thumbs li .details { display: none; }
	
	#page p.slideshow_nav {
		padding: 0 0 7px 0;
	}
	
		span.prev, 
		span.arrow.left {
			padding: 0 3px 0 0;
		}
		span.next, 
		span.arrow.right {
			padding: 0 0 0 3px;
		}
		span.count {
			padding: 0 0 0 5px;
		}
		
		.slideshow_nav span {
			text-transform: lowercase;
		}
		
	div.media.photo img {
	    display: block;
	    position: relative;
	    border: 0;
	}
	
	#page div.media.photo p {
	    padding: 0;
	}
	
	#media .details {
	    padding: 20px 0;
	}
	
	#media .details h3, 
	#media .details p {
		font-size: 13px;
		padding: 0;
	}
	
	/* ---------- SLIDESHOW W/ THUMBS ---------- */
	body.collection.slideshow_thumbnails .slideshow_nav,
	body.collection.slideshow_thumbnails ul.slideshow {
		display: none;
	}

	/* ---------- SLIDESHOW NO THUMBS ---------- */
	body.collection.slideshow .slideshow_nav span.thumbs {
		display: none;
	}





/* ---------- SIDEBAR ---------- */

#sidebar .module {
	padding: 20px 0;
	border-top: 1px solid #cccccc;
}

	#sidebar .module h4 {
		margin-bottom: 20px;
		color: #333333;
	}
	
	    #sidebar .module h4 a {
	        color: #333333;
	    }
	    #sidebar .module h4 a:hover {
	        color: #333333;
	    }

	#sidebar .module p {
		font-size: 13px;
		line-height: 165%;
		width: 180px;
		overflow: hidden;
	}
	
	#sidebar .module.twitter span.date,
    #sidebar .module.lastfm span.date {
        display: block;
        padding: 0 0 10px 0;
    }
    #sidebar .module.twitter span.date {
        padding-top: 5px;
    }
    
    #sidebar .module.twitter,
    #sidebar .module.custom {
        margin-bottom: -10px;
    }
    
    #sidebar .module.custom p {
        padding: 0 0 10px 0;
    }

        #sidebar .module.twitter .date a,
        #sidebar .module.lastfm span.date {
            font-size: 10px;
            color: #999999;
        }
		
		#sidebar .module.lastfm ol {
		    list-style-type: decimal;
    		list-style-position: inside;
		}
		    
		    #sidebar .module.lastfm ul.upcoming_events {
		        margin-bottom: -10px;
		    }
		    
		    #sidebar .module.lastfm ul.upcoming_events li {
    	        padding-bottom: 10px;
    	    }
	    
    	        #sidebar .module.lastfm ol li img { display: none; }
    	        
    /* Sidebar Player *******************/

    #sidebar .module.audio_player ul {
        position: relative;
        text-align: center;
        border: 1px solid #cccccc;
        padding: 0 0 15px 0;
        -moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	border-radius: 5px;
    }

        #sidebar .module.audio_player ul li { display: none; }
        #sidebar .module.audio_player ul li.selected { display: block; }

        #sidebar span.album_image img {
            display: block;
    	    position: relative;
    	    width: 150px;
    	    padding: 0;
    	    margin: 15px 0 0 15px;
        }

        #sidebar .audio_player .playpause a,
        #sidebar .audio_player .prev a, 
        #sidebar .audio_player .next a {
    		z-index: 6;
    		position: absolute;
    		top: 175px;
    		left: 74px;
    		display: block;
    		width: 32px;
    		height: 32px;
    		text-indent: 9999px;
    		overflow: hidden;
    		background: url(http://g.virbcdn.com/_assets/_themes/york/btn_play_big.png) no-repeat;
    	}
    	#sidebar .audio_player ul li.playing .playpause a { background: url(http://g.virbcdn.com/_assets/_themes/york/btn_pause_big.png) no-repeat; }

    	#sidebar .audio_player .prev a, 
        #sidebar .audio_player .next a {
    		top: 179px;
    		left: 110px;
    		width: 24px;
    		height: 24px;
    		background: url(http://g.virbcdn.com/_assets/_themes/york/btn_fwd.png) no-repeat;
    	}
    	#sidebar .audio_player .prev a {
    	    left: 45px;
    	    background: url(http://g.virbcdn.com/_assets/_themes/york/btn_back.png) no-repeat;
    	}
    	
    	#sidebar .audio_player ul audio {
			z-index: 6;
			position: absolute;
			top: 175px;
			left: 14px;
		    width: 150px;
    	}

    	#sidebar .audio_player ul h3,
    	#sidebar .audio_player ul h4 {
    	    font-size: 13px;
    	    font-weight: normal;
    	    width: 150px;
    	    padding: 50px 15px 0 15px;
    	}
    	#sidebar .audio_player ul h4 {
    	    color: #999999;
    	    padding-top: 0;
    	    margin-bottom: 15px;
    	}

    	#sidebar .audio_player small.download {
    	    position: absolute;
    	    top: 152px;
    	    right: 13px;
    	    text-transform: lowercase;
    	}

    	    #sidebar .audio_player small a {
    	        background: #0281ca;
    	        color: #ffffff;
        		padding: 3px 5px;
    	    }
    	    #sidebar .audio_player small a:hover {
    	        background: #333333;
    	    }

    	#sidebar .audio_player .length {
    		display: block;
    		position: relative;
    		width: 115px;
    		height: 6px;
    		border: solid 1px #cccccc;
    		-moz-border-radius: 2px;
    		-webkit-border-radius: 2px;
    		border-radius: 2px;
    		margin-left: 15px;
    	}
    		#sidebar .audio_player .load {
    			height: 6px;
    			width: 0%;
    			display: block;
    			background: #cccccc;
    			position: absolute;
    		}
    		#sidebar .audio_player .progress {
    			height: 6px;
    			width: 0%;
    			display: block;
    			background: #333333;
    			position: absolute;
    		}

    	#sidebar .audio_player .time {
    	    position: absolute;
    	    top: -3px;
    	    left: 120px;
    	    width: 30px;
    	    text-align: right;
    	    color: #999999;
    	}



/* ---------- FOOTER ---------- */

#footer {
	clear: both;
	position: relative;
	padding: 30px 0 35px 0;
	margin: 30px 0 0 0;
	border-top: 1px solid #cccccc;
}

	#footer p {
		line-height: 150%;
	}
	
	    #footer p a {
    		color: #333333;
    	}
    	#footer p a:hover {
    		color: #0281ca;
    	}
    	
    	
    	
    	



