/***************************************************************
Style Sheet for Avanti Gallery, Inc.
Copyright 2008-2009 Maven Web Solutions, LLC. 
All Rights Reserved.

Revision: 07/2009
***************************************************************/


/* main elements
---------------------------------------------------------------*/

body {
	background: #000 url(http://www.hue-music.com/images/background.jpg) fixed no-repeat;
	margin: 0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
}



/* links
---------------------------------------------------------------*/

a {
    color: #999;
    text-decoration: underline;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

img {
	border:0;
}

hr {
	color: #666;
	height: 0;
	border:0;
	margin:0 0 10px 0;
	border-bottom: 1px dotted #666;
}




/* text
---------------------------------------------------------------*/

h1 {
	position: absolute;
	height: 0px;
	overflow: hidden;
}

h2 {
	margin: 0 0 15px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
}

h3, h4, h5, h6, h7 {
	margin: 0 0 10px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6, h7 {
	font-size: 14px;
}

p {
    margin: 0 0px 10px 0px;
	text-align:justify;
}

.blank {
	position:absolute;
	height:0;
	overflow:hidden;
}



/* content
---------------------------------------------------------------*/

.posttime {
	font-size: 9px;
	margin-bottom: 10px;
	float:right;
	margin:0;
	padding:0;
	color: #999;
	line-height: 10px;
}


.pagination {
	position: relative;
	padding:0;
	margin:0;
	font-size: 11px;
	text-align:right;
}

.page-post {
	position: relative;
}

.page-title {
	position: absolute;
	height: 0px;
	overflow: hidden;
}

.heading {
	position:relative;
	margin-top: 30px;
	margin-bottom: 10px;
}

#home-post {
	position: relative;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
}

#post {
	position:relative;
	background: transparent url(http://www.hue-music.com/images/clear.png);
	min-height: 20px;
	height: auto !important;
	height: 20px;	
	border: 1px solid #4d0000;
	padding: 15px;
}

#post ul {
	list-style-type:square;
	margin:0;
	padding-left:15px;
}


#adblock {
	position:relative;
	height: 40px;
	background-color: #fff;
}



/* header
---------------------------------------------------------------*/

#menu a {
	color: #fff;
}
#menu li a:hover, #menu li.active a {
	background: #f73d00; 
}

#menu li a {
	text-decoration: none;
	display: block;
	padding: 0 11px;
	line-height: 28px;
	color: #fff;
}

#menu li {
	float: left;
	margin: 0 8px 0 0;
}

#menu ul {
	padding:0;
	margin:0;
}

#menu {
	position:absolute;
	top: 17px;
	left: 380px;
	height:28px;
	width:640px;
	padding:0;
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	list-style-type: none;
	font-size: 15px;
}

.searchbutton {
	border-top: 1px solid #f73d00;
	border-right: 1px solid #f73d00;
	border-bottom: 1px solid #f73d00;	
}

.searchfield {
	float:left;
	height: 18px;
	width: 240px;
	border: 1px solid #f73d00;
	background: #000;
	padding: 4px;
	color: #fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#search {
	position:absolute;
	top:17px;
	height: 28px;
	width: 280px;
	left: 50px;
}



/* sidebar
---------------------------------------------------------------*/

.sideinquiries {
	font-size: 12px;	
}

.iconbox img {
	margin:0;
	padding:0;
	border:0;
}

.iconbox {
	position: relative;
	height: 43px;
	margin-bottom: 10px;
}

#sidebar {
	position: fixed;
	top: 510px;
	left: 50px;
	width: 280px;
	height: 100px;
	text-align:center;
}


/* footer
---------------------------------------------------------------*/

#footer .copy {
	font-size: 11px;
	line-height:14px;
	margin-left: 4px; 
}

#footer {
	position:relative;
	height: 16px;
	background: transparent url(http://www.hue-music.com/images/clear.png);	
	border-top: 1px solid #4d0000;
	margin-top: 40px;
	padding: 5px;
}




/* page layout
---------------------------------------------------------------*/

#content {
	position:relative;
	margin-left: 380px;
	padding-top:20px;
	width: 630px;
	min-height: 610px;
	height: auto !important;
	height: 610px;	
}

#container {
	position:relative;	
}

#header {
	position:relative;
	height:61px;
	background: #000 url(http://www.hue-music.com/images/bg_header.jpg) repeat-x;
}


/* gallery page
---------------------------------------------------------------*/

.gal-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px dotted #666;
}

.gal-albumtitle {
	margin:0px;
	padding:0px;
	margin-bottom: 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.gal-thumbnail {
	float: left;
	margin-right: 12px;
}

.gal-thumbnail img {
	border:1px solid #666;
	
}

.gal-thumbnail img:hover {
	background-color: #A9A9A9;
}

.gal-description {
	text-align: left;
}