@charset "UTF-8";
/* CSS Document */

body {
	margin:0 auto;
	padding:0;
	overflow-x:	 hidden;
	background-color:#555555;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	position:relative;
	margin:0 auto 50px auto;
	padding:0;
	width:1024px;
	z-index:50;
}

.artistbg {
	background-image: url(../images/retina_dust.png);
	background-repeat: repeat;
}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

*+html .clearfix{
  min-height: 1%;
}



/******************************* HEADER  *******************************/

#header { 
	margin:0 auto; 
	width:100%;
	height:95px; 
	padding:0;
}


#header2 { 
	margin:0 auto; 
	width:1024px;
	height:95px; 
	padding:0;
	position: relative;
	z-index: 50;
}

h1 {
	text-indent: -9999px;
	float:left;
}

h1 a {
	display:block;
	width: 250px;
	height:94px;
	background:url(../images/logo.png) no-repeat;
	position: relative;
	z-index: 1;
}

.menu {	
	position:absolute;
	top:0;
	right:0;
	padding:6px;
	width:380px;
	text-align:left;
	list-style:none;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.8);
	z-index: 100;
}

.menu li { float:left; margin-right:10px; }

.menu li:last-child { margin-right: 0; }

.menu a {
	font-size:11px;
	color:white;
	text-decoration:none;
	text-transform:uppercase;
}

.menu a:before {
	content: "+";
	position: relative;
	margin-right: 3px;
}

.menu a:hover { color:#f7ff22; }
.current-menu-item a { font-weight:bold; }


/******************************* NEWS  *******************************/
#news {
		position:absolute;
		bottom:100px;
		left:0;
}

#news .home {
		
		width:430px;
		height:150px;
		z-index:20;
		display:none;
		background-image: url(../images/bg.png);
		background-repeat: repeat;
		}

		#news .home div {
			width:570px;
			height:170px;
			display:block;
			position: relative;
		}
		#news .home div  img {
			float: left;
			margin-right: 10px;
			margin-bottom: 20px;
		}
		
		#news .home div h2 { 
			width: 400px;
			padding-top: 20px;
			color:#fff;
			font-size:15px;
			line-height:16px;
		}
		
		#news .home div p {
			top:75px;
			left:140px;
			width:400px;
			color:#fff;
			font-size:11px;
			line-height: 12px;
		}
		#news .home div p.date  {
			top:60px;
			left:140px;
			width:400px;
			padding-top: 5px;
			padding-bottom: 5px;
			color:#fff;
			font-size:11px;
		}
	
	.picblog {
		margin:23px 0 0 23px;
	}


	#news .home div p a { color:#900; }
	
	.pagination {
		position:relative;
		left:230px;
		top:-143px;
		width:200px;
		height:15px;
		z-index:50;
	}
	
	.pagination li {
		font-size:0;
		float:right;
		margin-right:8px;
		list-style:none;
	}
		
	.pagination li a {
		display:block;
		text-decoration:none;
		background-color:black;
		width:10px;
		height:10px;
		-webkit-border-radius: 70px;
		border-radius: 70px;
	}
	
	.pagination .current a {
		display:block;
		font-weight:bold;
		background-color:#f7ff22;
		width:10px;
		height:10px;
		-webkit-border-radius: 70px;
		border-radius: 70px;
	}


/******************************* FOOTER  *******************************/

#footer { 
	position:fixed;
	bottom:0;
	width:100%;
	height:30px;
	background-color:#9b9486;
	z-index:999;
}

#footer p { color:#fff; font-size:12px; font-style:italic; margin-top:8px; margin-left:15px; }

.redessociales {
	position:absolute;
	top:2px;
	right:20px;
	width:200px;
	height:25px;
	text-align:right;
}

.redessociales img { 
	margin-right:2px; 
}


/******************************* CONTENT GALLERY *******************************/
#galeria {
	position: absolute;
	top: 0;
	left: 0;
}
.ad-image-description {
	background: #0F3;
}
#sobregaleria {
	margin-top:450px;
	margin-bottom:50px;
	margin-left:30px;
	width:550px;
	float:left;
}

#sobregaleria p {
	font-style:italic;
	font-size:12px;
	line-height:17px;
	margin-bottom: 10px;
	color:#fff;
}

#sobregaleria2 {
	margin-top:450px;
	margin-bottom:50px;
	margin-left:70px;
	width:320px;
	float:left;
}


#sobregaleria2 h2 { color:#fff; text-align:right; font-size:12px; background-color:#9c936f; padding:5px; }

#sobregaleria2 ul {
	height:250px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:right;
	color:#fff;
	overflow:auto;
}

#sobregaleria2 ul li span {
	color:#24bfdb;
}

/******************************* ARTISTS *******************************/
#artists {
	margin-top:30px;
	width:160px;
	height:440px;
	background-image: url(../images/bg.png);
	background-repeat: repeat;	
	padding:20px;
	float:left;
	overflow: auto;
}

#artists ul li {
	font-size:13px;
	margin-bottom:8px;
	font-style:italic;
}

#artists ul li a {
	text-decoration:none;
	color:#fff;
}

#artists ul li span { display: none; }

#artists ul li.select { font-style:normal; font-weight:bold; }
#artists ul li.select span { color:#fff; background-color:#676054; padding:2px 4px; font-weight:bold; display: inline-block; }

#artists ul li a:hover { text-decoration:underline; }

#slideshowartists {
	float:right;
	position: relative;
	z-index: 9999;
}

.addthis_toolbox {
	position: absolute;
	z-index: 9999;
}

#gallery {
	width: 750px;
}

#artista-slider {
	width: 750px;
	height: 550px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

#artista-slider .bx-viewport {
	height: 550px!important;
}

#artista-slider a.fancybox {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

#artista-slider .bx-viewport ul li div img {
	max-width: 750px;
}

#artista-slider .bx-viewport .image-wrapper {
	width: 750px;
	height: 550px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.caption {
	background: url(http://lyleoreitzel.com/images/transparent-bg.png) repeat;
	width: 100%;
	color: #6F6E66;
	position: absolute;
	bottom: -50px;
	padding: 7px;
	text-align: left;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;

	-o-transition: bottom 0.4s ease;
	-moz-transition: bottom 0.4s ease;
	-webkit-transition: bottom 0.4s ease;
	transition: bottom 0.4s ease;
}

#artista-slider a.fancybox:hover .caption {
	bottom: 0;
}

.caption strong {
	display: block;
}


#artista-slider .bx-controls a {
	width: 30px;
	height: 30px;
	opacity: 0.7;
	position: absolute;
	top: 50%;
	z-index: 101;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#artista-slider .bx-controls .bx-prev {
	background: url(http://lyleoreitzel.com/images/ad_prev.png);
	left: 0;
}

#artista-slider .bx-controls .bx-next {
	background: url(http://lyleoreitzel.com/images/ad_next.png);
	right: 0;
}

#bx-pager-artista {
	position: relative;

}

#bx-pager-artista .bx-wrapper {
	max-width: 750px!important;
}

#bx-pager-artista .wrapper a {
	width: 60px;
	height: 50px;
	display: block;
	overflow: hidden;
	border: 3px solid #CCC;
	float: left;
}

#bx-pager-artista .wrapper a.active {
	border: 3px solid #949494;
}

#bx-pager-artista .bx-controls a {
	width: 14px;
	height: 20px;
	opacity: 0.7;
	position: absolute;
	top: 35%;
	z-index: 101;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#bx-pager-artista .bx-controls .bx-prev {
	background: url(http://lyleoreitzel.com/images/ad_scroll_back.png);
	left: -30px;
}

#bx-pager-artista .bx-controls .bx-next {
	background: url(http://lyleoreitzel.com/images/ad_scroll_forward.png);
	right: -30px;
}

.bio-artista {
	position: absolute;
	right: 0;
	top: -50px;
}
.bio-artista p { 
	color:#666;
	font-size:12px;
	font-style:italic;
	text-align:right;
}

.bio-artista p span { color:#fff; background-color:#4fcae1; padding:2px 4px; font-weight:bold; }
.bio-artista p a {
	text-decoration: none;
}

.bio-artista #bio {
	width: 400px;
	height: 400px;
	background: #FFF;
	position: absolute;
	top: 30px;
	right: 0px;
	padding: 5px;
	z-index: 1000;
	display: none;
}
#btnBio {
	color: #27a2bc;
	line-height: 18px;
	text-transform: uppercase;
}
#btnBio:hover {
	color: #53cbe4;
}
.bio-artista #bio h2 {
	margin-top: 10px;
	text-transform: uppercase;
}
.bio-artista #bio img {
	float: left;
	margin-right: 10px;
}
.bio-artista #bio .detail {
	height: 330px;
	width: 300px;
	
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 10px;
	/*border: 1px solid #090;*/
	position: relative;
	top: 0px;
	right: 0px;
	
}
.bio-artista #bio .detail p {
	text-align: left;
	margin-bottom: 10px;
	font-style: italic;
	line-height: 14px;
	font-size: 10px;
	color: #666;
	text-align:justify;
}
/******************************* EXHIBITIONS *******************************/

.exhibicion {
	width:480px;
	margin-top:580px;
	margin-left:20px;
	font-size:12px;
	color:#fff;
	float:left;
}

.exhibicion2 {
	width:430px;
	margin-top:440px;
	margin-left:60px;
	font-size:11px;
	color:#fff;
	float:left;
	font-style:italic;
	position: relative;
}

.anteriores p {
	margin-left:60px;
	margin-top:100px;
	background-color:#24bfdb;
	width:250px;
	height:12px;
	color:#fff;
	font-size:12px;
	padding:8px;
	float:left;
	background-image: url(../images/arrow_up.png);
	background-repeat: no-repeat;
	background-position: 220px 4px;
}
.anteriores p a {
	text-decoration: none;
	color: #FFF;
}
.anteriores2 {
	width:268px;
	height:300px;
	position:absolute;
	top:100px;
	right:196px;
	opacity: 0;
	background-color:#24bfdb;
	z-index: 100;
}
.anteriores2 a.close {
	font-size: 10px;
	display: block;
	width: 30px;
	height: 20px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	background: #066;
	position: absolute;
	top: -20px;
	right: 0px;
	color: #FFF;
}

.anteriores2 ul { 
	margin:10px;
	height: 280px;
	}

.anteriores2 ul li {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
	line-height:14px;
	margin-bottom:10px;
	margin-right: 20px;
}

.anteriores2 ul li a { color:#fff; text-transform: uppercase;}
.anteriores2 ul li a:hover { color:#666; }


#slides {
	background: #000;
	position: absolute;
	width: 1024px;
	height: 620px;
	margin-top: -95px;
	z-index: 1;
}

#slides .bx-viewport {
	height: 620px!important;
	margin-bottom: 10px;
}

#slides .bx-viewport ul li div {
	width: 1024px;
	height: 620px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#slides .bx-viewport ul li div img {
	max-width: 1024px;
}

#slides .bx-controls { 
	margin-left: 20px;
}

#slides .bx-controls a {
	background-color: #555;
	color: #fff;
	font-size: 12px;
	padding: 8px;
	display: block;
	float: left;
	text-decoration: none;
	outline: none;
}

#slides .bx-controls a.active,
#slides .bx-controls a:hover {
	background-color: #24bfdb;
	color: #fff;
}

.video {
	background: url(http://lyleoreitzel.com/images/play_button.png) no-repeat;
	width: 100px;
	height: 99px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
}


/******************************* CONTACT *******************************/

#contact {
	margin-top:50px;
	margin-left:30px;
	color:#fff;
	width:300px;
	float:left;
	font-size:13px; 
}

#contact h2, #contact h3 {
	font-weight:bold;
}

#contact p { line-height:16px; }
#contact p span { font-weight:bold; color:#24bfdb;  }
#contact a {color:#24bfdb; }
#contact a:hover {color:#fff; }


#form {
	color:#fff;
	width:400px;
	float:left;
	font-size:16px;
	line-height:22px;
	margin-top:50px;
	margin-left:40px;
	border-left:1px solid #24bfdb;
	padding-left:110px;
}

#form h2 { 
	margin-bottom:15px;
}

#form div {
	margin-bottom:15px;
}

#form div input[type="text"],
#form div input[type="tel"],
#form div input[type="email"] {
	font-size:13px;
	background-color:#24bfdb;
	border:0;
	width:250px;
	height:20px;
	color:#fff;
}

#form div textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#24bfdb;
	border:0;
	width:250px;
	color:#fff;
}

#submitButton {
	font-weight:bold;
	background:#9b9486;
	color:#fff;
	border:0;
	padding:2px;
}

#submitButton a:hover {
}
.exposureData {
	width: 445px;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px 10px;
	font-size: 12px;
	color:#FFF;
	
}