@charset "UTF-8";

/* --------------------------------------------------------------
	CSS Reset
-------------------------------------------------------------- */

:focus {outline: 0;}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd, 
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td  {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;	
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

/* --------------------------------------------------------------
	Default
-------------------------------------------------------------- */

*, clear, body { margin: 0; padding: 0; }
html { height:101%; }

body {
	font: normal 13px/18px Helvetica, Arial, sans-serif;
	color: #938c8c;
	background: #000 url(http://files.radioink.com.au/assets/banner.jpg) top center no-repeat;
	}
	
.clear	{ clear: both; }
.left	{ float: left; }
.right	{ float: right; }
.top 	{ margin-top: 50px; }	
	
/* --------------------------------------------------------------
	Layout
-------------------------------------------------------------- */

#wrap 	{ width: 880px; margin: auto; padding: 0 30px;}
#main 	{ width: 500px; float: left; margin-bottom: 50px; }
#side	{ width: 330px; float: right; margin-bottom: 50px; }

#footer-wrap {
	height: 190px;
	width: 100%;
	background-color: #191818; 
	}

#footer {
	font-size: 10px;
	text-align: right;
	padding-top: 50px;
	width: 880px;
	margin: 0 auto;
	}	
 
/* --------------------------------------------------------------
	Menu
-------------------------------------------------------------- */	

#menu { 
	list-style-type: none; 
	overflow: hidden; 
	background: transparent url(http://files.radioink.com.au/assets/menu.jpg) top left no-repeat;
	width: 500px;
	margin-bottom: 400px;
	}
	
#menu, #menu li, #menu li a { display: block; float: left; }
#menu li a { text-decoration: none; text-indent: -5000px; overflow: hidden; }
#menu li, #menu li a { height: 50px; }

/* ------ tab widths ------ */

#menu li.home a { width: 78px; }
#menu li.bio a 	{ width: 138px; }
#menu li.join a { width: 214px; }

/* ------ tab start points ------ */

#menu li.home a.active,
#menu li.home a:hover	{ background-position: -0px bottom; }
#menu li.bio a.active,
#menu li.bio a:hover	{ background-position: -78px bottom; }
#menu li.join a.active,
#menu li.join a:hover  	{ background-position: -216px bottom; }
#menu li a.active,
#menu li a:hover 		{ background: transparent url(http://files.radioink.com.au/assets/menu.jpg) top left no-repeat; }

/* --------------------------------------------------------------
	Follow Navs
-------------------------------------------------------------- */	

#nav-1, #nav-2 { list-style-type: none; overflow: hidden; width: 330px; }

#nav-1, #nav-1 li a:hover	{ background: transparent url(http://files.radioink.com.au/assets/btn-follow-01.gif) top left no-repeat; }
#nav-2,#nav-2 li a:hover 	{ background: transparent url(http://files.radioink.com.au/assets/btn-follow-02.gif) top left no-repeat; margin-bottom: 20px; }
	
#nav-1, #nav-1 li, #nav-1 li a { display: block; float: left; }
#nav-1 li a { text-decoration: none; text-indent: -5000px; overflow: hidden; }
#nav-1 li, #nav-1 li a { height: 50px; }

#nav-2, #nav-2 li, #nav-2 li a { display: block; float: left; }
#nav-2 li a { text-decoration: none; text-indent: -5000px; overflow: hidden; }
#nav-2 li, #nav-2 li a { height: 50px; }

/* ------ tab widths ------ */

#nav-1 li.facebook a,	
#nav-1 li.myspace a,		
#nav-1 li.itunes a,		
#nav-2 li.twitter a,		
#nav-2 li.youtube a,	
#nav-2 li.soundcloud a 	{ width: 110px; }

/* ------ tab start points ------ */

#nav-1 li.facebook a:hover,		
#nav-2 li.twitter a:hover 		{ background-position: -0px bottom; }
#nav-1 li.myspace a:hover,		
#nav-2 li.youtube a:hover 		{ background-position: -110px bottom; }
#nav-1 li.itunes a:hover,		
#nav-2 li.soundcloud a:hover 	{ background-position: -220px bottom; }

/* --------------------------------------------------------------
	Headings
-------------------------------------------------------------- */

h1 			{ width: 500px; text-indent: -5000px; overflow: hidden;  margin-bottom: 20px; }
h1.home		{ background-image: url(http://files.radioink.com.au/assets/title-home.gif); height: 40px; }
h1.bio		{ background-image: url(http://files.radioink.com.au/assets/title-bio2.gif); height: 40px; }
h1.news		{ background-image: url(http://files.radioink.com.au/assets/title-news.gif); height: 30px; }
h1.media	{ background-image: url(http://files.radioink.com.au/assets/title-media.gif); height: 30px; }

/* Post header */	
h2, h2 a, .link .linka a {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	margin-bottom: 10px;
	}
		
h2, h2 a { 
	color: #078ab7; /* blue */
	text-transform: capitalize; 
	text-decoration: none; 
	}

.link .linka a { 
	color: #772756; /* pink */
	text-transform: inherit; 
	text-decoration: underline; 
	}

h3 { font-size: 16px; color: #fff; }

/* --------------------------------------------------------------
	Styles
-------------------------------------------------------------- */

p 			{ margin-bottom: 10px; }
img			{ margin-bottom: 10px; }
i, em		{ font-style: oblique; }
b, strong	{ font-weight: bold; }
	
a 			{ color: #772756; text-decoration: none; }
a:hover 	{ text-decoration: underline; }

hr { border: 0 none; background-image: url(http://files.anthonyhughesmusician.com/assets/hr.gif); height: 10px; margin: 20px 0; }	

/* --------------------------------------------------------------
	Tumblr Styles
-------------------------------------------------------------- */

.text, .link, .photo, .video, .quote, .audio, .chat { margin-bottom: 15px; }
.caption { margin-top:5px; } 

.post img.permalink {
	border-width: 0px;
	display: none;
	height: 9px;
	margin-left: 490px;
	margin-top:2px;
	position: absolute;
	width: 23px;	
	}
	
.post:hover img.permalink { display: block; }
.post { padding-bottom: 20px; margin-bottom: 60px; }
.post-footer {
	border-top: 1px solid #191818;
	display: block;
	font-size: .8em;	
	text-align: right;
	width: 500px; float: left;
	padding: 10px 0 30px; 
	}

.post-footer .permalink { color: #333; text-decoration: none; }
.post-footer .permalink:hover { color: #333; text-decoration: underline; }
.post-footer .tags { display: block; float: left; }
.tags a { padding-left: 4px; }	

#next {  font-size: 16px; text-align: center; margin: 20px 0 20px 20px; }
#next big { font-size: 20px; }
#next a { text-decoration:none; }
#next a:hover { text-decoration: underline; }

blockquote { border-left: 1px solid #fff; margin:5px 0px 5px 30px; padding:3px 0px 3px 5px; }
ol { margin: 5px 0px 5px 30px; list-style: decimal; }
ul { list-style: disc; list-style-position: inside; }

.quote .source { margin-top:5px; }
.audiocont { margin-bottom:5px; }

.chat ul { list-style-type: none; margin:-5px 0 0 -5px; }
.chat ul, .chat ul li { padding: 4px; }
.chat ul li.even { border-top: 1px #fff solid; border-bottom: 1px #fff solid; }
.chat ul li span.label { font-weight: bold; }

ol.notes { font-weight: bold; list-style-type: none; margin-top: 10px; }
ol.notes li.note { background: #fff; margin-bottom: 2px; padding: 5px; }
ol.notes li.note a { text-decoration: underline; }
ol.notes li.note img { margin-right: 10px; }


