/* CUSTOM PAUL STUFF */

* {
	margin: 0px;
	padding: 0px;
}

html
{
background-image: url(/images/green_fade.jpg);
background-repeat: repeat-x;
background-color: #000000;

}


body
{
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
margin-left: 20px;
margin-top: 0px;
margin-right: 20px;
margin-bottom: 0px;
background-color: #000000;
font-family: Verdana, Helvetica;
font-size: 13px;
font-weight: normal;
color: #ffffff;
text-align: center;
}


#wrapper
{
width: 900px;
height: 900px;
margin-left: auto;
margin-right: auto;
background-image: url(/images/banner2011.jpg);
background-repeat: no-repeat;
background-position: top right;
text-align: left;
display:inline-block;
}

#content
{
padding-top: 20px;
width: 610px;
}

#navBox
{
width: 500px;
padding-top: 15px;
padding-right: 12px;
padding-left: 12px;
padding-bottom: 15px;
background-color: #cccccc;
text-align: center;
}

#artistPic
{
float:left;
width: 220px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
}

#artistBio
{
float:left;
width: 380px;
padding-top: 5px;
padding-right: 5px;
padding-left: 5px;
padding-bottom: 5px;
}

#portfolioHeader
{
width: 610px;
padding-top: 15px;
padding-right: 12px;
padding-left: 12px;
padding-bottom: 15px;
text-align: center;
font-size: 24px; padding: 10px; font-weight: bold; color:#666666;
}


a:link {font-weight: normal; color:#ffffff; text-decoration: underline; }
a:visited {font-weight: normal; color:#ffffff; text-decoration: underline;}
a:hover {font-weight: normal; color:#cccccc; text-decoration: underline;}

a.navigation:link {font-size: 15px; padding: 10px; font-weight: bold; color:#000000; text-decoration: none; }
a.navigation:visited {font-size: 15px; padding: 10px; font-weight: bold; color:#000000; text-decoration: none;}
a.navigation:hover {font-size: 15px; padding: 10px; font-weight: bold; color:#ffffff; text-decoration: none;}

/* CUSTOM PAUL STUFF */

/*------------------------------------------------------
                       IMG POP UPS
------------------------------------------------------*/

.highslide {
	cursor: url(http://www.merry-go-round.com/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0px solid grey;
}
.highslide:hover img {
	border-right: 0px solid white;
	border-bottom: 0px solid white;
}
.highslide-wrapper {
	width: 400px;
  background-color: #111111;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
    text-align: left;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid white;
    background-color: white;

    padding-left: 22px;
    background-image: url(http://www.merry-go-round.com/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(http://www.merry-go-round.com/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
