@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Crimson Text', serif;	
	font-weight:400;
	color:#333333;
	background-image:url(../images/bg-texture.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	background-position:top center;
	margin:30px 0px 0px 0px;

	-webkit-text-size-adjust:100%;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;

}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

h1 {
	font-size:25px;
	line-height:25px;
	color:#7f1411;
	font-weight:600;
	margin:0px;
}

h2 {
	font-size:20px;
	line-height:20px;
	color:#7f1411;
	font-weight:600;
	margin:0px;
}

h3 {
	font-size:20px;
	line-height:18px;
	color:#7f1411;
	font-weight:600;
	margin:15px 0px 0px 0px;
}

h4 {
	font-size:17px;
	line-height:18px;
	color:#7f1411;
	font-weight:600;
	text-transform:none;
	margin:5px 0px 0px 0px;
}

#ecard {
	width:858px;
	margin:auto;
}

p {
	margin:10px 0px 0px 0px;
}

.main {
	width:850px;
	height:550px;
	background-image:url(../images/bg.jpg);
	background-repeat:none;
	background-color:#FFFFFF;
	float:left;
	position:relative;
}

.content-center {
	width:780px;
	margin:auto;
}

.spacer {
	clear:both;
}



/* FOOTER */

.footer_main {
	width:858px;
	margin:auto;
	position:relative;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0px;
	color:#000000;
	text-align:center;
	margin:8px 0px 10px 0px;
}

.facebook_center {
	width:146px;
	margin:auto;
}

.facebook_main {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-top:-10px;
}

.facebook {
	width:145px;
	margin-top:10px;
}

/* FOOTER end */


/* BORDER */

.logo-naxos {
	width:75px;
	position:absolute;
	top:0px;
	left:30px;
	z-index:4;
}

.border-top {
	width:858px;
	height:4px;
	background-image:url(../images/border-top.png);
	background-repeat:no-repeat;
	background-position:top center;
}

.border-left {
	width:4px;
	height:550px;
	background-image:url(../images/border-left.png);
	background-repeat:repeat-y;
	float:left;
}

.border-right {
	width:4px;
	height:550px;
	background-image:url(../images/border-right.png);
	background-repeat:repeat-y;
	float:left;
}

.shadow {
	width:858px;
	height:26px;
	background-image:url(../images/shadow.png);
	background-repeat:no-repeat;
	background-position:top center;
}

/* BORDER end */



/* MENU */

#menu-main {
	width:850px;
	height:40px;
	font-size:15px;
	text-align:center;
	color:#7f1411;
	background-color:#f2d1be;
	border-bottom:1px solid #d0a68b;
	overflow:auto;
	position:relative;
	z-index:3;
}

.menu {
	width:670px;
	margin:10px 0px 0px 140px;
}

.menu-indiv {
	padding:0px 10px;
	margin:0px 25px;
}

.menu-indiv:hover{
	color:#cd9e83;
	cursor:pointer;
}

/* MENU end */



/* HOME */

#home {
	width:850px;
	height:550px;
	position:absolute;
	top:0px;
	left:0px;
	display:block;
}

.title {
	width:675px;
	font-size:43px;
	line-height:35px;
	color:#7f1411;
	text-align:center;
	text-transform:uppercase;
	margin:50px 0px 0px 110px;
}

.content-home {
	margin-top:8px;
}

.album-main {
	width:320px;
	float:left;
}

.blurb-main {
	width:445px;
	float:left;
	margin:23px 0px 0px 15px;
}

.info-artists {
	font-size:15px;
	line-height:18px;
	margin-top:3px;
}

.blurb {
	font-size:16px;
	line-height:18px;
	margin-top:5px;
}

.audio-main {
	margin-top:10px;
}

.audio-indiv {
	width:200px;
	float:left;
}

.player {
	margin-top:5px;
}

.buy-links {
	margin-top:5px;
}

.buy-indiv {
	margin:0px 10px;
	float:left;
}

/* HOME end*/





/* ARTISTS */

#artists {
	width:850px;
	height:550px;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.content-artists {
	margin-top:25px;
}

.artist-indiv {
	margin-top:18px;
}

.pic-artist {
	width:160px;
	float:left;
}

.artist-blurb {
	width:610px;
	font-size:15px;
	line-height:18px;
	text-align:justify;
	margin-left:10px;
	float:left;
}

.artist-blurb a:link {
	color:#7f1411;
	font-weight:600;
	text-transform:uppercase;
	text-decoration:none;
}

.artist-blurb a:visited {
	color:#7f1411;
	font-weight:600;
	text-transform:uppercase;
	text-decoration:none;
}

.artist-blurb a:hover {
	color:#cd9e83;
	font-weight:600;
	text-transform:uppercase;
	text-decoration:none;
}

/* ARTISTS end */



/* ALSO AVAILABLE */

#alsoavailable {
	width:850px;
	height:550px;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.content-alsoavailable {
	margin-top:20px;
	overflow:hidden;
}

.album-row {
	margin-top:0px;
}

.album-indiv {
	width:200px;
	margin:0px 10px;
	float:left;
}

.cat-no {
	font-size:15px;
	text-align:center;
}

.album {
	width:130px;
	margin:auto;
}

.quotes {
	font-size:14px;
	line-height:17px;
	text-align:center;
	margin-top:2px;
}

/* ALSO AVAILABLE end */



/* CDs */

#cd {
	width:850px;
	height:550px;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.content-cd {
	margin-top:20px;
}

.cd-row {
	margin-top:10px;
}

.cd-indiv {
	width:160px;
	margin:0px 10px;
	float:left;
}

/* CDs */




