@charset "utf-8";

/*--------------------------------------
	Style Name : Artist Style
--------------------------------------*/


/*--------------------------------------
	Navigation
--------------------------------------*/

/*	Local Navigation
--------------------------------------*/

#nav_local {
	margin: 0 0 20px;
	padding: 24px 0 0 0;
	width: 138px;
}

#nav_local h2 {
	border-bottom: 1px solid #b58d55;
	font-size: 100%;
	line-height: 1.2;
	margin: 0 0 20px -30px;
	padding: 0 0 5px;
}

#nav_local h3 {
	border-bottom: 1px solid #ddd;
	font-size: 100%;
	margin: 20px 0 10px;
	padding: 0 0 5px;
}

#nav_local ul {
	border-top: 1px solid #ddd;
	margin: 0;
	padding: 5px 0 0;
}

#nav_local li {
	line-height: 1.2;
	margin: 0 -16px 0 0;
}

#nav_local a {
	display: block;
	padding: 5px 16px 5px 10px;
	text-decoration: none;
	zoom: 1;
}

#nav_local a:hover,
#nav_local a:active {
	background: url(./common/img/texture_nav_local_02_o.png) no-repeat 100% 0;
}

#nav_local .current a {
	background: url(./common/img/texture_nav_local_02_o.png) no-repeat 100% 0;
}

#nav_local select {
	width: 120px;
}

/*--------------------------------------
	Header Area
--------------------------------------*/

.header_utility {
 display: none;
}

/*--------------------------------------
	Content Area
--------------------------------------*/

#primary {
	float: right;
	width: 727px;
}

#secondary {
	float: left;
	width: 138px;
}

/*	div.section
--------------------------------------*/

.section .header {
	position: relative;
}

.section .header h2 {
	border-bottom: 1px solid #b58d55;
	font-size: 133%;
	line-height: 1.2;
	margin: 0 0 20px;
	padding: 0 0 5px;
}

.section .header ul {
	position: absolute;
	 top: -2px;
	 right: 0;
}

.section .header li {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	zoom: 1;
}

/*	div#portfolio
--------------------------------------*/

#portfolio {
	position: relative;
}

@media only screen and (max-device-width : 1024px) {
	#portfolio {
	 margin-top: 0 !important;
	}
}

#portfolio .section_lead {
	position: absolute;
	 top: 0;
	 right: 0;
}

#portfolio .section_lead a {
	background: url(./artist/img/icon_arrow_01.png) no-repeat 0 50%;
	padding: 0 0 0 20px;
}

/*	div.module_portfolio
--------------------------------------*/

.module_portfolio ul {
	margin: 0 -30px 20px 0;
}

.module_portfolio li {
	border: 1px solid #ddd;
	float: left;
	height: 218px;
	margin: 0 30px 20px 0;
	padding: 1px;
	width: 218px;
}

/*	div#profile
--------------------------------------*/

#profile {
	margin: 0 0 100px;
}

@media only screen and (max-device-width : 1024px) {
	#profile {
	 margin-top: 0 !important;
	}
}

/*	div.module_profile
--------------------------------------*/

.module_profile {
	line-height: 2;
}

.module_profile a:link,
.module_profile a:visited {
 color: #333;
 text-decoration: underline;
}

.module_profile a:hover {
 color: #8b5e20;
 text-decoration: underline;
}

.module_profile a:active {
 color: #333;
 text-decoration: underline;
}

.module_profile .picture {
	border: 1px solid #ddd;
	float: left;
	margin: 0 30px 0 0;
	padding: 1px;
	width: 164px;

	display: none;
}

.module_profile .text {
 overflow: hidden;
 zoom: 1;
}

.module_profile .text h3 {
	font-size: 133%;
	line-height: 1.2;
	margin: 0 0 10px;
}

.module_profile .text p {
	margin: 0 0 2em;
}

.module_profile .text th,
.module_profile .text td {
 vertical-align: top;
}

.module_profile .text th {
	padding: 0 5em 0 0;
	white-space: nowrap;
	width: 1%;
}

.module_profile .text ul {
 list-style: none;
 margin: 30px 0 0;
 padding: 0;
}

/*	div#pdf-export
--------------------------------------*/

#pdf-export {
 background: #f5f5f5;
 border: 1px solid #ddd;
 font-size: 11px;
 padding: 10px;
 width: 116px;
}

#pdf-export .wrapper {
 background: url(./artist/img/texture_pdf_01.png) no-repeat 100% 50%;
 margin: 0 -7px 0 0;
 padding: 0 17px 0 0;
 width: 116px;
}

#pdf-export h3 {
 color: #cb0000;
 font-size: 11px;
 font-weight: normal;
 margin: 0 0 5px;

}

#pdf-export .button {
	text-align: center;
}

#pdf-export .button :hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

/*--------------------------------------
	Parent Template
--------------------------------------*/

body.parent #primary {
	float: left;
	width: 100%;
}

body.parent .section .header h2 {
	font-size: 217%;
	padding: 0 0 5px;
}

body.parent .artist_group {
	float: left;
	margin: 0 30px 40px 0;
	min-width: 138px;
}

body.parent .artist_group h3 {
	border-bottom: 1px solid #ddd;
 font-size: 100%;
 margin: 0 0 10px;
	padding: 0 0 5px;
}

body.parent .artist_group ul {
 font-size: 117%;
}

body.parent .artist_group li {
	margin: 0 0 10px;
}

body.parent .artist_group a {
	text-decoration: none;
}

body.parent .artist_group a:hover,
body.parent .artist_group a:active {
	text-decoration: underline;
}
.footer_skip {
	display: none;
}

.footer_skip {
	display: block;
}
/*--------------------------------------
	PDF Template
--------------------------------------*/

body.pdf .header_utility {
 display: block;
}

body.pdf .module_portfolio li {
	position: relative;
}
.check {
}


.fa-lg {
	font-size: 200%;
}

