@charset "UTF-8";


/* Gallery Layout */
#wrapper {
	position: relative;
    width: 800px;
	height: 760px;
	padding-left: 0px;
	padding-top: 0px;
    margin-left: 0px;
}
#imagewrap {
	position: absolute;
	text-align: center;
    width: 800px;
	height: 700px;
	padding-left: 0px;
	padding-top: 0px;
    margin-top: 13px;
}
#artistinfo {
	float: left;
    width: 800px;
	height: 100px;
	margin-top: 710px;
	padding-left: 0px;
	padding-top: 0px;
    margin-left: 100px;
    z-index: 9999;
}
#mouseover {
	position: absolute;
    width: 800px;
	height: 10px;
	margin-left: 210px;
	margin-top: 699px;
    padding-left: 0px;
	z-index: 999;
}
/* MMpages Layout */
#mmimagewrap {
	position: absolute;
	text-align: center;
    width: 800px;
	height: 500px;
	padding-left: 0px;
	padding-top: 0px;
    margin-top: 13px;
}
#mminfo {
	float: left;
    width: 800px;
	height: 200px;
	margin-top: 510px;
	padding-left: 0px;
	padding-top: 0px;
    margin-left: 100px;
    z-index: 9999;
}
#mmtxt {
	position: absolute;
    width: 600px;
	height: 200px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
    margin-left: 0px;
    z-index: 999;
}
/* Nav arrows */
#right {
	position: absolute;
    width: 42px;
	height: 40px;
	margin-left: 660px;
	margin-top: -38px;
    padding-right: 0px;
	z-index: 999;
}
#left {
	position: absolute;
    width: 42px;
	height: 40px;
	margin-left: -100px;
	margin-top: -38px;
    padding-left: 0px;
	z-index: 999;
}
#right2 {
	position: fixed;
    width: 42px;
	height: 40px;
	margin-left: 660px;
	margin-top: 10px;
    padding-right: 0px;
	z-index: 999;
}
#left2 {
	position: fixed;
    width: 42px;
	height: 40px;
	margin-left: -100px;
	margin-top: 10px;
    padding-left: 0px;
	z-index: 999;
}
/* Thumbnail Gallery */
.album{
  width: 100%;
  background-color: #FFF;
  padding: 0px;
  margin-left: 0px;
  float:left
}
.album .imageSingle {
  float: left; 
  margin: 20px; 
  width:100px;  
  text-align: center;
  border:solid 1px #fff;
  background-color: #FFF;
}
.album .imageSingle .image {
  width:80px; 
  height:70px; 
  margin-top: 2px;
  border:solid 0px #FFF;
  
}
.album .footer {
  text-align:center;
  width: 80px; 
  border-top:solid 0px # 000; 
  color:#FFF; 
  font-weight:bold; 
  padding-top: 10px; 
  padding-bottom:0px; 
  margin-top: 0px;
}
.footer {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#FFF;}
#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url() no-repeat 0 0;}
    #cboxTopCenter{height:14px; background:url() repeat-x top left;}
    #cboxTopRight{width:14px; height:14px; background:url() no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url() no-repeat 0 -32px;}
    #cboxBottomCenter{height:43px; background:url() repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:43px; background:url() no-repeat -36px -32px;}
    #cboxMiddleLeft{width:14px; background:url() repeat-y -175px 0;}
    #cboxMiddleRight{width:14px; background:url() repeat-y -211px 0;}
    #cboxContent{background:#FFF; overflow:visible;}
        #cboxLoadedContent{margin-bottom:1px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom: -45px; left:0; text-align:center; width:100%; font-weight:bold; color:#333;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#fff;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious.hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext.hover{background-position:-75px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}
		#cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose.hover{background-position:-100px 0px;}

/* Typography */
a:link {
	color: #333333;
	text-decoration: none;
	z-index: 12;
}
a:visited {
	color: #666666;
	text-decoration: none;
	z-index: 12;
}
a:hover {
	color: #F00;
	text-decoration: none;
	z-index: 12;
}
a:active {
	color: #FFF;
	text-decoration: none;
	z-index: 12;
}
p {
	color: #C4C4C4;
	font-size: 12px;
	font-family: 'Marmelad', sans-serif, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
}
h1 {
	color: #9C9C9C;
	font-size: 16px;
	font-family: 'Marmelad', sans-serif, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 100;
	letter-spacing: 0px; 
	line-height: 20px;
}
h2 {
	color: #B5B5B5;
	font-size: 18px;
	font-family: 'Marmelad', sans-serif, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 100;
	letter-spacing: 1px;
}
h3 {
	color: #E5E5E5;
	font-size: 30px;
	font-family: 'Marmelad', sans-serif, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 6px;
	line-height: 0px;
}
h4 {
	color: #828282;
	font-size: 24px;
	font-family: 'Marmelad', sans-serif, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 100;
	letter-spacing: 4px;
	line-height: 20px;
}
h5 {
	color: #BCB5B3;
	font-size: 48px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: normal;
	font-weight: 10;
	letter-spacing: 23px;
}