/*

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


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

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

@font-face {
	font-family: 'Cantarell';
	src: url('http://virb.com/_assets/_fonts/Cantarell-Regular-webfont.eot?') format('eot'),
	     url('http://virb.com/_assets/_fonts/Cantarell-Regular-webfont.woff') format('woff'),
	     url('http://virb.com/_assets/_fonts/Cantarell-Regular-webfont.ttf') format('truetype'),
	     url('http://virb.com/_assets/_fonts/Cantarell-Regular-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}@font-face {
	font-family: 'Cantarell';
	src: url('http://virb.com/_assets/_fonts/Cantarell-Regular-webfont.eot?') format('eot'),
	     url('http://virb.com/_assets/_fonts/Cantarell-Regular-webfont.woff') format('woff'),
	     url('http://virb.com/_assets/_fonts/Cantarell-Regular-webfont.ttf') format('truetype'),
	     url('http://virb.com/_assets/_fonts/Cantarell-Regular-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font: normal 12px 'Helvetica', Helvetica, Arial, sans-serif;
	color: #666666;
	background: #444444 url();
}

#wrapper {
    position: relative;
    width: 940px;
	padding: 12px;
	margin: 20px auto 25px auto;
	background: rgba(0,0,0,.10);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#container {
	width: 940px;
	position: relative;
}

	#container_left,
	#container_right {
		float: left;
		width: 640px;
		padding: 30px 25px;
		margin: 0;
	}
	#container_right {
		width: 200px;
		height: 100%;
		background: #eeeeee;
	}
	
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: 12px;
}

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

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

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

a {
	color: #537aa0;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #333333;
}

.clear {
	position: relative;
	clear: both;
}





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

#header {
	background: #333333;
	padding: 30px 35px;
	-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

	#header h1 {
	    font: bold 48px 'Cantarell', Helvetica, Arial, sans-serif;
		letter-spacing: -1px;
		text-transform: uppercase;
	}
	
		#header h1 a,
		#header h1 a:hover {
			color: #ffffff;
		}
		
		#header h1 img {
		    position: relative;
			display: block;
			width: auto;
			max-width: 870px;
			padding: 0;
			border: 0;
		}
		
	#header h2 { display: none; }





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

#site_nav {
	background: #222222;
}

#site_nav ul {
	zoom: 1;
}
#site_nav ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	content: ".";
}

#site_nav ul li {
	float: left;
	position: relative;
	text-transform: uppercase;
	font: bold 12px 'Cantarell', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
}

#site_nav li.section {
    position: relative;
    z-index: 2000;
}
#site_nav li.section ul { display: none; }
#site_nav li.section:hover ul { display: block; }
#site_nav li.section ul {
	width: 150px;
	padding: 15px 20px;
	background: #222222;
	position: absolute;
	top: 51px;
	left: 0;
	z-index: 1000;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);
}
	#site_nav li.section ul li {
		float: none;
		display: block;
		font: normal 12px 'Helvetica', Helvetica, Arial, sans-serif;
		margin: 0;
		padding: 0;
		text-transform: none;
		letter-spacing: 0;
	}

	#site_nav ul li a,
	#site_nav ul li .section_name {
		display: block;
		padding: 20px;
		color: #fff;
		opacity: 0.70;
		-moz-opacity: 0.70;
		filter:alpha(opacity=70);
	}
	#site_nav ul li .section_name {
		cursor: pointer;
		padding-right: 33px;
		background: #222222 url(http://g.virbcdn.com/_assets/_themes/oxford/arrow.png) no-repeat 23px right;
	}
	#site_nav ul li a:hover,
	#site_nav ul li.section:hover .section_name {
		opacity: 1.00;
		-moz-opacity: 1.00;
		filter:alpha(opacity=100);
	}
	
	#site_nav li.section ul li a {
		padding: 7px 0;
	}





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

div#header_img { 
    clear: both;
}

    #header_img img {
    	display: block;
    	position: relative;
    	width: 940px;
    	border: 0;
    	padding: 0;
        z-index: 5;
    }





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

div#main_container {
    background: #ffffff;
    font: normal 12px 'Helvetica', Helvetica, Arial, sans-serif;
    overflow: hidden;
}

#main_container p {
    font-size: 12px;
	color: #666666;
	padding: 0 0 20px 0;
	line-height: 150%;
}

	#container_left #title h2,
	#container_right h4 {
		text-transform: uppercase;
		font: bold 16px 'Cantarell', Helvetica, Arial, sans-serif;
		color: #333333;
		padding: 0 0 15px 0;
		border-bottom: 1px solid #cccccc;
		margin: 0 0 15px 0;
		letter-spacing: 1px;
	}
	#container_left #title h2 {
		font-size: 28px;
		padding: 0 0 20px 0;
		margin: 0 0 30px 0;
	}
	
div#share {
    clear: both;
    border-top: 1px solid #cccccc;
    padding: 30px 0 0 0;
    margin: 30px 0 0 0;
}
	


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

	/* ---------- PAGE: INDEX ---------- */
	
	div#index:after {
	    display: block;
    	visibility: hidden;
    	clear: both;
    	content: " ";
	}
	
	#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: 12px;
    	        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: TOPSPIN ---------- */
	
	body.topspin div#container_left { width: 890px; }
	body.topspin div#container_right { display: none; }
	#topspin #media table td { vertical-align: top; }
	#topspin #media table td .entry { width: 400px; }
	#topspin #media table td#column_1 .entry { margin-right: 50px; }
	
		/* general styles */
		#topspin #media { margin-top: -20px; }
		#topspin #media .entry {
			margin-top: 50px;
			padding: 0px;
			overflow: hidden;
		}
		#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: 150px;
			float: left;
		}
		#topspin #media .entry p.price {
			display: inline-block;
			margin: 20px 0px 0px 0px;
			padding: 5px 7px;
			color: #666666;
			text-transform: uppercase;
			font-size: 11px;
			line-height: 100%;
			background: #eeeeee;
			-moz-border-radius: 3px;
        	-webkit-border-radius: 3px;
        	border-radius: 3px;
        	opacity: 0.70;
			-moz-opacity: 0.70;
            filter:alpha(opacity=70);
		}
		#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 12px 'Helvetica', Helvetica, Arial, sans-serif;
				line-height: 100%;
				text-decoration: none;
				text-transform: uppercase;
				vertical-align: middle;
    	        color: #ffffff;
		        background: #537aa0;
				border: none;
				-moz-border-radius: 3px;
	        	-webkit-border-radius: 3px;
	        	border-radius: 3px;
			}
		    #topspin #media .entry .embed .topspin-widget-buy-button a.ts_buttonlink:hover {
    	        background: #333333;
		    }
	

	/* ---------- 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: 12px;
	        }
	        
	#description table {
	    font-size: 12px;
	    border-top: 1px dotted #cccccc;
	    border-collapse: collapse;
	}
	
	    #description table tr {
	        border-bottom: 1px dotted #cccccc;
	    }
	    #description table td {
    	    padding: 10px;
    	}
	
	

	/* ---------- PAGE: ALBUM ---------- */
	
	#art p {
		float: left;
		display: block;
		width: 220px;
		padding: 0 0 40px 0;
		margin: 0 20px 0 0;
	}
		
		#art p img {
			max-width: 220px;
		}
	
	    #media ol {
    		float: left;
    		display: block;
    		width: 400px;
    		list-style-type: decimal-leading-zero;
			*list-style-type: decimal;
    		list-style-position: inside;
    		padding: 0 0 40px 0;
    	}

    		#media ol li {
    		    position: relative;
    			padding: 15px;
	    		font-size: 14px;
				line-height: 20px;
    			border-bottom: 1px solid #cccccc;
    			color: #666666;
    		}

    			/* 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: 10px;
    				left: 8px;
    				display: block;
    				width: 30px;
    				height: 30px;
    				text-indent: 9999px;
    				overflow: hidden;
    				background: #666666 url(http://g.virbcdn.com/_assets/_themes/york/play_arrow.gif) no-repeat 14px 11px;
    				-moz-border-radius: 7px;
    				-webkit-border-radius: 7px;
    				border-radius: 7px;
    			}
    			#album #media ol li .playpause a:hover {
    			    background-color: #000;
    			}
    			#album #media ol li.playing .playpause a { background: #537aa0 url(http://g.virbcdn.com/_assets/_themes/york/play_pause.gif) no-repeat 12px 11px; }

				#media ol li .audio {
					padding-top: 10px;
					display: block;
				}
				#media ol li .audio audio {
					width: 360px;
				}

    			#media ol li h3 {
					margin-left: 5px;
					display: inline;
    				font-weight: normal;
    				font-size: 14px;
					line-height: 20px;
    				color: #666666;
					position: relative;
					z-index: 10;
    			}
    			    #media ol li h3 a {
    			        color: #666666;
    			    }
    			#media ol li.playing, 
    			#media ol li.playing h3 a { color: #537aa0; }

    			#media ol li small.download {
					margin-left: 5px;
    		        text-transform: lowercase;
					vertical-align: middle;
    		    }

        		    #media ol li small a,
        		    #media ol li.playing h3 small a {
            	        background: #537aa0;
            	        color: #ffffff;
                		padding: 3px 5px;
            			-moz-border-radius: 3px;
                    	-webkit-border-radius: 3px;
                    	border-radius: 3px;
            	    }
            	    #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: 15px;
    					right: 15px;
    					font-size: 14px;
    					color: #666666;
    				}
    				#album #media ol li.loaded .time, 
    				#album #media ol li.loading .time { display: block; }
    				#album #media ol li.playing .time { color: #537aa0; }
			
	#album div#description {
		clear: both;
		position: relative;
	}

	/* ---------- PAGE: TUMBLELOG ---------- */
	
	#blog div#nav {
		display: none;
	}
	
	#blog div.entry {
		padding: 10px 0 20px 0;
		margin: 0 0 40px 0;
		border-bottom: 1px dotted #cccccc;
	}
	
	    #main_container div.date {
	        display: block;
	        margin: 0 0 10px 0;
	    }
	
		#main_container div.date p {
		    display: inline;
			color: #666666;
			text-transform: uppercase;
			font-size: 11px;
			padding: 5px 7px;
			background: #eeeeee;
			-moz-border-radius: 3px;
        	-webkit-border-radius: 3px;
        	border-radius: 3px;
        	opacity: 0.70;
			-moz-opacity: 0.70;
            filter:alpha(opacity=70);
		}
		
		#blog .entry img {
			max-width: 640px;
		}
		
		#blog .entry h3 {
			font-weight: bold;
			font-size: 24px;
			padding-bottom: 20px;
		}
		
		#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: 5px 0 15px 0;
		}
			
		#blog .entry .description h1, #description h1 { font-size: 24px; }
		#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: #666666;
			padding: 0 0 0 15px;
			margin: 0 0 20px 0;
			opacity: 0.70;
			-moz-opacity: 0.70;
            filter:alpha(opacity=70);
		}
		
		#blog .entry ol, #description ol, 
		#blog .entry ul, #description ul {
			list-style-type: decimal;
			list-style-position: inside;
			line-height: 165%;
			margin: 0 0 20px 0;
			color: #666666;
		}
		#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;
    		}
		
		#blog .entry.links h3 {
			font-weight: normal;
			font-size: 18px;
			padding-bottom: 10px;
		}
		
		#blog .entry.quotes h3 {
			font: normal;
			font-size: 24px;
			line-height: 130%;
			padding-bottom: 20px;
		}
		
			.quotes cite {
				font-style: normal;
			}
		
		#blog .entry.photos h3 {
			font: normal 18px Helvetica, Arial, Verdana, sans-serif;
			padding-bottom: 10px;
		}
		
		/* Audio posts *************************/
		
		#blog .entry.audio ul {
            list-style: none;
        }

            #blog .entry.audio ul li {
    		    position: relative;
    			border: 1px solid #cccccc;
    			color: #666666;
    			padding: 10px 10px 10px 50px;
                -moz-border-radius: 5px;
            	-webkit-border-radius: 5px;
            	border-radius: 5px;
    		}
    		#blog .entry.audio ul li.playing { color: #537aa0; }

    		#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: 10px;
				left: 10px;
				display: block;
				width: 30px;
				height: 30px;
				text-indent: 9999px;
				overflow: hidden;
				background: #666666 url(http://g.virbcdn.com/_assets/_themes/york/play_arrow.gif) no-repeat 14px 11px;
				-moz-border-radius: 7px;
				-webkit-border-radius: 7px;
				border-radius: 7px;
    		}
    		#blog .entry.audio ul li.playing .playpause a { background: #537aa0 url(http://g.virbcdn.com/_assets/_themes/york/play_pause.gif) no-repeat 12px 11px; }

    		#blog .entry.audio ul li h3 {
    			padding: 0px;
    			width: 300px;
    			font-weight: normal;
    			font-size: 14px;
				line-height: 30px;
    			color: #666666;
    		}
    		    #blog .entry.audio ul li h3 a {
    		        color: #666666;
    		        font-weight: bold;
    		    }
    		    #blog .entry.audio ul li.playing h3 a {
    		        color: #537aa0;
    		    }
				#blog .entry.audio ul li h4 {
					display: none;
				}
			#blog .entry.audio audio {
				padding-top: 10px;
			    width: 520px;
			}
    		#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: #cccccc;
					opacity: 0.30;
					-moz-opacity: 0.30;
                    filter:alpha(opacity=30);
    			}
    			#blog .entry.audio ul 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);
    			}
    			#blog .entry.audio ul li .time {
    				z-index: 3;
    				position: absolute;
    				top: 15px;
    				right: 10px;
    				display: block;
    				font-size: 14px;
    				color: #666666;
    			}
    			#blog .entry.audio ul li.playing .time { color: #537aa0; }
    			

	/* ---------- PAGE: COLLECTION ---------- */
	
	#main_container p.slideshow_nav {
		padding: 0 0 7px 0;
		color: #666666;
	}
	
		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;
		}

	#collection.preview img {
	    max-width: 640px;
	}

		
	#collection div.entry {
	    padding: 0 0 30px 0;
	}

	#collection p,
	#collection h3 {
	    padding-bottom: 0;
	}
	
	#collection #description p {
	    padding-bottom: 30px;
	}
	
    #collection .media p {
        padding-bottom: 10px;
    }
    
    #collection .media.photo img {
        position: relative;
        display: block;
        padding: 0;
        margin: 0;
        border: 0;
    }
    
    #collection .entry p,
    #collection .entry h3 {
        font-size: 12px;
    }


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

#sidebar .module {
	padding: 0 0 30px 0;
}
	
	    #sidebar h4 a,
	    #sidebar h4 a:hover { color: #333333; }

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

        #sidebar .module.twitter .date a,
        #sidebar .module.lastfm span.date {
            font-size: 10px;
            color: #666666;
        }
		
		#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; }

	/* AUDIO PLAYER */
	
	.module.audio_player ul {
		display: block;
		width: 150px;
		background: #fff;
		border: solid 1px #cccccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		padding: 10px 10px 15px 10px;
	}
	.module.audio_player li .album_image {
		height: 150px;
		width: 150px;
		background: #cccccc;
		margin-bottom: 10px;
		display: block;
	}
	.module.audio_player li {
		display: none;
	}
	.module.audio_player li.selected {
		display: block;
	}
	.module.audio_player li h3 {
		text-align: center;
		font-size: 12px;
		padding-bottom: 2px;
	}
		.module.audio_player li h3 .download {
			display: none;
		}
	#container_right .module.audio_player ul h4 {
		display: block;
		text-align: center;
		font-weight: normal;
		font-size: 12px;
		text-transform: none;
		border: none;
		letter-spacing: 0;
		padding: 0 0 2px 0;
		margin: 0;
		color: #666666;
	}
	.module.audio_player .controls {
		text-align: center;
		margin-bottom: 10px;
		display: block;
	}
		.module.audio_player .controls .prev,
		.module.audio_player .controls .next {
			display: inline-block;
			width: 20px;
			height: 30px;
		}
		.module.audio_player .controls .prev a,
		.module.audio_player .controls .next a {
			display: inline-block;
			width: 20px;
			height: 30px;
			overflow: hidden;
			text-indent: 1000px;
		}
		.module.audio_player .controls .prev a {
			background: url(http://g.virbcdn.com/_assets/_themes/oxford/sprite_controls.gif) no-repeat left -7px;	
		}
		.module.audio_player .controls .next a {
			background: url(http://g.virbcdn.com/_assets/_themes/oxford/sprite_controls.gif) no-repeat right -7px;
		}

		.module.audio_player .controls .playpause {
			border: solid 1px #cccccc;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;	
			display: inline-block;
			height: 30px;
			width: 35px;
			overflow: hidden;
		}
			.module.audio_player .controls .playpause a {
				display: block;
				height: 30px;
				width: 35px;
				overflow: hidden;
				text-indent: 1000px;
				background: url(http://g.virbcdn.com/_assets/_themes/oxford/sprite_controls.gif) no-repeat center -7px;
			}
			.module.audio_player .playing .controls .playpause a {
				background: url(http://g.virbcdn.com/_assets/_themes/oxford/sprite_controls.gif) no-repeat center -52px;
			}

    .module.audio_player audio {
	    width: 150px;
	    padding: 10px 0px 0px 0px;
	}

	.module.audio_player .length {
		display: block;
		height: 6px;
		width: 122px;
		border: solid 1px #cccccc;
		background: #cccccc;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;	
		position: relative;	
		margin-top: 9px;
	}
		.module.audio_player .length .load {
			height: 6px;
			width: 0%;
			display: block;
			background: #ffffff;
			position: absolute;
		}
		.module.audio_player .length .progress {
			height: 6px;
			width: 0%;
			display: block;
			background: #537aa0;
			position: absolute;
		}
		.module.audio_player .length .time {
			color: #919193;
			font-size: 12px;
			position: absolute;
			left: 129px;
			top: -4px;
		}



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

#footer {
	position: relative;
	clear: both;
	background: #dddddd;
	padding: 20px 25px;
	-webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

	#footer a {
		color: #666666;
		font-weight: bold;
	}
	#footer a:hover {
		color: #666666;
	}
	
	#footer p {
		font: normal 12px Helvetica, Arial, Verdana, sans-serif;
		padding: 0;
	}



/* ---------- COLORS ---------- */





