@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Roboto Condensed', sans-serif;
	color:#725240;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	background-position:top center;
	text-transform:uppercase;
	margin:0px;
}

#ecard_center {
	width:850px;
	margin:auto;
}

#ecard {
	width:850px;
	height:550px;
	margin-top:30px;
	border:1px solid #bbaba2;
}

#content_center {
	width:800px;
	margin:auto;	
}

#content_main {
	width:850px;
	height:510px;
	position:relative;
}

.spacer {
	clear:both;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	width:850px;
	font-size:11px;
	line-height:15px;
	text-align:center;
	letter-spacing:1px;
	margin-top:15px;	
}

a:link {
	color:#bb6e2e;
	text-decoration:none;
}

a:visited {
	color:#bb6e2e;
	text-decoration:none;
}

a:hover {
	color:#725240;
	text-decoration:none;
}

/* MENU */

#menu_main {
	width:850px;
	height:40px;
	background-image:url(../images/menu_bg_pattern.jpg);
	background-repeat:repeat;
}

.menu_indiv {
	height:28px;
	font-size:14px;
	color:#FFFFFF;
	text-transform:uppercase;
	border-left:1px solid #6e5344;
	padding:12px 30px 0px 30px;
	margin:0px 0px 0px 0px;
	float:left;
}

.menu_indiv:hover {
	background-image:url(../images/menu_bg_over.jpg);
	background-repeat:repeat;
	color:#bb6e2e;
	cursor:pointer;
}

.menu_center {
	width:530px;
	margin:auto;
}

/* MENU END */


/* HOME */

#home {
	width:850px;
	height:510px;
	background-image:url(../images/bg_home.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	position:absolute;
	top:0px;
	left:0px;
	display:block;
}

.cover_main {
	width:466px;
	float:left;
}

.cover {
	width:450px;
	height:450px;
	background-image:url(../images/cover.jpg);
	background-repeat:no-repeat;
	margin:30px 0px 0px 13px;
}

.details_main {
	width:285px;
	margin-left:49px;
	float:left;
}

.details01 {
	font-size:45px;
	color:#bb6e2e;
	margin-top:28px;
}

.details_indiv {
	margin-top:20px;
}

.name {
	width:165px;
	font-size:19px;
	color:#bb6e2e;
	float:left;
}

.instrument  {
	width:120px;
	font-size:16px;
	color:#725240;
	text-transform:none;
	margin-top:3px;
	float:left;
}

.buy_main {
	margin-top:5px;
}

.buy_text {
	font-size:20px;
	margin-top:40px;
	text-transform:uppercase;
}

.logo_ndirect {
	width:58px;
	margin-left:15px;
	float:left;
}

.logo_digelius {
	width:90px;
	height:61px;
	margin:6px 0px 0px 15px;
	float:left;
}

.logo_itunes {
	width:85px;
	height:43px;
	margin:13px 0px 0px 5px;
	float:left;
}


/* HOME END */


/* MUSIC */

#music {
	width:850px;
	height:510px;
	background-image:url(../images/bg_music.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.music_content {
	width:320px;
	margin-left:480px;
}

.music_title01 {
	font-size:35px;
	line-height:30px;
	color:#bb6e2e;
	margin-top:15px;
}

.music_title02 {
	font-size:30px;
	line-height:25px;
	color:#725240;
	margin-top:5px;
}

.music_indiv {
	width:320px;
	font-size:12px;
	line-height:13px;
	letter-spacing:1px;
	margin-top:10px;
}

.tracklist_no {
	width:20px;
	color:#bb6e2e;
	float:left;
}

.tracklist_name {
	width:300px;
	color:#725240;
	float:left;
}

.audio {
	margin-top:6px;
}

/* MUSIC END */

/* ABOUT */

#about_fin {
	width:850px;
	height:510px;
	background-image:url(../images/bg_about.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#about_eng {
	width:850px;
	height:510px;
	background-image:url(../images/bg_about.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#about_fin .title01 {
	font-size:46px;
	color:#f79220;
	line-height:40px;
	text-align:center;
	text-transform:uppercase;
	margin-top:10px;
}

.about_title01 {
	font-size:40px;
	line-height:35px;
	margin-top:5px;
}

.about_title02 {
	font-size:30px;
	line-height:30px;
	margin-top:10px;
}

.lang_center {
	width:165px;
	margin:auto;
}

.lang_bullet {
	font-size:14px;
	text-align:center;
	margin:10px 0px 0px 0px;
	float:left;
}

.lang_indiv {
	font-size:14px;
	color:#bb6e2e;
	text-transform:uppercase;
	padding:5px 15px 0px 15px;
	margin-top:5px;
	float:left;
}

.lang_indiv:hover {
	color:#725240;
	cursor:pointer;
}

.about_content {
	font-size:13px;
	line-height:17px;
	text-align:justify;
	text-transform:none;
	margin:13px 0px 0px 0px;
}

.about_content .highlight {
	font-weight:600;
}

.page_main {
	font-size:13px;
	position:absolute;
	top:493px;
	left:396px;
}

.page_indiv {
	width:20px;
	text-align:center;
	color:#566662;
	float:left;
}

.page_indiv:hover {
	color:#f79220;
	cursor:pointer;
}

.page_center {
	width:60px;
	margin:auto
}

/* ABOUT END */

/* CONTACT */

#contact {
	width:850px;
	height:510px;
	background-image:url(../images/bg_contact.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.contact_content {
	width:310px;
	margin-left:490px;
}

.contact_title01 {
	font-size:30px;
	line-height:28px;
	color:#bb6e2e;
	margin-top:30px;
}

.contact_title02 {
	font-size:23px;
	line-height:25px;
	color:#725240;
	margin-top:5px;
}

.contact_details {
	font-size:15px;
	line-height:20px;
	margin-top:5px;
}

/* CONTACT END */

#photos {
	width:850px;
	height:510px;
	background-image:url(../images/bg_about.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#content_photos {
	width:850px;
	margin-top:0px;
}

#download_bar_center {
	width:550px;
	margin:auto;
}

#download_bar_main {
	width:700px;
	height:40px;
	position:absolute;
	top:473px;
	left:115px;
}

#btn_download {
	width:130px;
	height:27px;
	color:#725240;
	background-color:#FFFFFF;
	border:1px solid #566662;
	margin-right:10px;
	margin-left:10px;
	float:left;
}

#btn_download:hover {
	background-color:#725240;
	color:#FFF;
	cursor:pointer;
}

.btn_download_txt {
	font-size:11px;
	line-height:13px;
	font-weight:400;
	letter-spacing:0px;
	text-transform:uppercase;
	margin-top:7px;
	text-align:center;
}

#photo_credits {
	width:525px;
	height:10px;
	font-size:11px;
	font-weight:300;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
	position:absolute;
	top:453px;
	left:162px;
}


/* PHOTOS END */









--> PHOTO GALLERY <--

#main {
	width:850px;
	margin:0 auto;
}

#images {
	display:none;
	float:left;	
	width:725px;
}

#right,
#left {
	display:inline;
	float:left;
	padding-top:23px;
}

#right a img,
#left a img {
	height:40px;
	width:20px;
	border:none;
	opacity:0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter:alpha(opacity=50);
}

#right a:hover img,
#left a:hover img {
	opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
}

#right a,
#left a {
	outline:none;
}

.panel {
	margin:0px 0px 0px 0px;
}

ul.exposureThumbs {
	background:#FFF;
	border:none;
	border-right:none;
	padding:10px 0px 10px 125px;
	margin-bottom:20px;
	margin-top:0px;
	border-bottom:1px solid #566662;
	list-style-type:none;
	height:80px;
}

ul.exposureThumbs li {
	background:#ffffff;
	margin:0px 0px 0px 0px;
	text-align:center;
	display:none;
	float:left;
}

ul.exposureThumbs li img {
	cursor:pointer;
}

ul.exposureThumbs li.last {
	margin:0;
}

.exposureTarget {
	width:544px;
	background-color:#111;	
	background-image:url(../res/loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	border:1px solid #c3b996;
	padding:0;
	margin:0 auto;
	position:relative;
	overflow:hidden; 
}

.exposureWrapper {
	position:absolute; 
	top:0; 
	left:0;
}

.exposureWrapper img {
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
}

.exposureLoaded {
	background-image:none;	
}

.exposureData {
	position:absolute;
 	left:0;
 	right:0;
 	bottom:0;
	height:0px;
	padding:0px;
	background-image:url(../res/veil.png);
	color:#fff;
	font-size:16px;
	font-weight:bold;
}

/* In this demo we are using thumbs with fixed size */
ul.exposureThumbs li {
	width:150px;
	height:80px;
}

.exposureSlideshowControls a {
	font-size:11px;
	color:#bba;
	text-decoration:none;
	outline:none;
	padding:2px 6px;
	display:inline;
}

.exposureSlideshowControls a:active,
.exposureSlideshowControls a:hover {
	background-color:#999;
	color:#444;
}

.clear {
	clear:both;	
}

p.info {
	margin:40px auto;
	text-align:center;	
	width:600px;
}

p.info a {
	color:#006fc0;	
}

p.info a:hover, p.info a:active {
	color:#0084e7;	
}

--> PHOTO GALLERY END <--











