/***************************************************************************
Aquarius Records stylesheet by operatique.com _ 2006
***************************************************************************/

body {
	background-image: url(../../img/aquarius/aq_back.gif);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #747474;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
   color: #747474;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
   color: #747474;
}


h1 {
	font-size: 32px;
	line-height: 44px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	font-family: Helvetica, arial, sans-serif;
	letter-spacing: -1px;
	margin-top: 0;
	margin-bottom: 0;
	color: #8b6e40;
}

h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}


ul{
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	list-style-type: circle;
	color: #747474;
	margin-top: 1px;
   margin-bottom: 1px;
}

	
ol {
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	list-style-type: decimal;
	color: #747474;
	margin-left: 35px;
	margin-top: 1px;
   margin-bottom: 1px;
}


pre {
	font-size: 9px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
}

strong, b {
	font-weight: bold;
}

img {
	border: 0;
}



/***************************************************************************
Links
***************************************************************************/

a {
	text-decoration: none;
	font-weight: normal;
	color: #b69051;
	outline: none;
	text-decoration: none;
}



a:visited {
	color: #b69051;
	text-decoration: none;
}

a:active {
	color: #b69051;
	text-decoration: none;
}

a:hover {
	color: #b69051;
	text-decoration: underline;
}



/***************************************************************************
Special
***************************************************************************/

div.images img {
  border-width: 1px;
  border-color: #aaaaaa;
  border-style: dashed;
}

.blutitle {
	color: #627E82;
   font-weight: bold;
}

.release {
	font-size: 12px;
	line-height: 10px;
	color: #8f7140;
}

.releasesml {
	font-size: 9px;
	line-height: 18px;
	color: #8f7140;
}

.acts {
	font-size: 14px;
	line-height: 18px;
	color: #8f7140;
}

p.calnumbers {
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
}

p.caldays {
	font-size: 11px;
   color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
}

p.calinter {
	font-size: 6px;
   color: #FFFFFF;
}

.newsnew {
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	background-color: #8f7140;
}

.newsold {
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	background-color: #b69051;
}

p.featured {
	font-size: 12px;
	margin-left: 0px;
	margin-top: 11px;
	margin-bottom: 4px;
}

p.forms {
	font-size: 12px;
	margin-left: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.cal {
	font-size: 11px;
	margin-left: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.events {
	font-size: 12px;
	margin-left: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
}

p.copy {
	color: #bdc9cb;
	font-size: 11px;
   margin-left: 35px;
	margin-right: 15px;
	margin-top: 3px;
   margin-bottom: 3px;
	line-height: 17px;
}


p.copy a#ncube{
	color: #BDC9CB;
	padding-left: 15px;
	background: url(../../img/aquarius/ncube_logo.gif) no-repeat 0 50%;
}

p.copy a#ncube:hover{
	text-decoration: none;
	color: white;
	background: url(../../img/aquarius/ncube_logo_hover.gif) no-repeat 0 50%;
}

p.copy a#promofact-link{
	position:relative;
	top:3px;
}

#bios {
	position:relative;
	padding-right:10px;
	width:225px;
	height:143px;
	z-index:1;
	overflow: auto;
}


/***************************************************************************
Forms
***************************************************************************/

input,textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #F7F7F7;
   color: #4C4C4C;
	border: inset 1px;
	padding-left: 2px;
}

input.but {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #F7F7F7;
	color: #FF7E00;
	font-weight: bold;
	border-top: outset 1px #9EAAAB;
	border-right: outset 1px #262626;
	border-bottom: outset 1px #262626;
	border-left: outset 1px #9EAAAB;
	cursor: pointer;
	cursor: hand;
}

select, option {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #F7F7F7;
   color: #FF7E00;
	border: inset 1px;
	padding-left: 2px;
	cursor: arrow;
}



.tour_new{
	margin: 20px 0 10px;
}

.tour_new .date_new{
	font-weight: bold;
	font-style: oblique;
	margin-bottom: 0px;
	font-size: 12px;
}

#main_body{
	padding-bottom: 20px;
}

#main_body h2 a{
	font-weight: bold;
	}

h2 a:hover{
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 2px solid #8b6e40;
	color: #8b6e40;
}


/* Styles for Links Page */
h2{
	margin: 20px 0 0 15px;
}

h3{
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 15px;
}

.column_one{
	float: left;
	clear: left;
	width: 230px;
	margin-left: 15px;
}

.column_two{
	float: left;
	clear: right;
	width: 230px;
	margin-left: 30px;
}

.divider{
	padding-top: 20px;
	clear: both;
}

.column_one ul, .column_two ul{
	list-style: none;
	padding-left: 15px;
}

.column_one li, .column_two li {
	padding: 0;
	margin: 3px 0;
}

.headerCarrousel div{
	visibility: hidden;
}