/*
Theme Name: Aloha Music
Theme URI: http://www.alohamusic.com.au/
Description: The default Aloha Music theme.
Version: 1.0
Author: Brett Fusedale
Author URI: http://www.fadeagency.com/
*/


/* Global Reset */

* {
	padding:0;
	margin:0;
}

/* Global Styles */


p {
	margin-bottom: 20px;
}
.sidebar-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}


li {
	margin: 10px 0 0 80px;
list-style-type:square;
}

a:link, a:active {
	color:#FC0;
	text-decoration:none;
}
a:hover {
	color:#FC0;
	text-decoration:underline;
}
a:visited {
	color:#FC0;
	text-decoration:none;
	text-align: right;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}
body {
	background-image: url(http://www.alohamusic.com.au/wp-content/themes/Aloha/images/bg-page.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #71090e;
	background-position: center top;
}

.copyright {
	margin: 0 0 0 20px;
	padding: 0;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;

}
h1, h1 a {
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	margin-bottom: 10px;
}
h2, h2 a {
	color: #FC0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
}
h3, h3 a {
	padding-left: 50px;
	padding-top: 10px;
	color: #84b7e9;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

/* Layout */

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 300px;
}
#content {
	width: 498px;
	float: left;
}
#sidebar {
	width: 352px;
	float: right;
	text-align: right;
}
#footer {
	height: 117px;
	clear: both;
	background-image: url(http://www.alohamusic.com.au/wp-content/themes/Aloha/images/bg-footer.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
#footer-links {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	height: 53px;
	padding-top: 60px;
	text-align: left;
}
