@import url(danis_main.css);
@import url(slimbox-orig.css);
@import url(flexcrollstyles.css);

ul.subnav
{
	margin-top: 2px;
	margin-left: 325px; /* position of the reviews sub-menu */
	padding-top: 0px
}

ul.subnav li a
{
	font-size: 12px;
}

#content_port
{
	width: 450px;
	display: block;
	/*
border-color: #F30;
	border-width: 1px;
	border-style: solid;
*/
	top: 100px;
	left: 375px;
	text-align: center;
}

/* Portfolio navigation */

#content_port ul {
	color: #fff;
	font-size: 20px;
	font-variant: small-caps;
	letter-spacing: .1em;
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
}

/* making IE letterspacing behave */
* html ul { letter-spacing: .35px; }

#content_port ul li
{
	display: block;
	margin: 0 15px 20px 0;
	float: left;
	width: 120px;
	height: 120px;
}

#content_port ul li a
{
	text-decoration: none;
	font-size: 14px;
	color: #C6C;
	padding: 50px 0px 0px 0px;
	/*
border-color: #FC3;
	border-width: 1px;
	border-style: solid;
*/
}

#content_port ul li a.susp
{
padding: 43px 0px 0px 0px;
}


#content_port ul li a:link { color: #CCC; }
#content_port ul li a:visited { color: #999; }
#content_port ul li a:hover
{
	color: #FFF;
	font-weight: bolder;
}
#content_port ul li a:active { color: #fff; }

/* Now comes the backgrounds for each of the individual links */

.eggs, .sculp, .susp, .reliq, .photo, .reviews
{
	width: 120px;
	height: 120px;
	display: block;
	padding-top: 45px;
}

/* For "eggs" */
#content_port ul li a.eggs:link
{
	background-image: url(../images/port_rolls/p_link_eggs.jpg);
	background-repeat: no-repeat;
}

#content_port ul li a.eggs:visited {
	background-image: url(../images/port_rolls/p_link_eggs.jpg);
	background-repeat: no-repeat;
}

#content_port ul li a.eggs:hover {
	background-image: url(../images/port_rolls/p_hover_eggs.jpg);
	background-repeat: no-repeat;
}
#content_port ul li a.eggs:active {
	background-image: url(../images/port_rolls/p_blank.jpg);
	background-repeat: no-repeat;
}

/* For "sculpture" */
#content_port ul li a.sculp:link
{
	background-image: url(../images/port_rolls/p_link_sculp.jpg);
	background-repeat: no-repeat;
}

#content_port ul li a.sculp:visited {
	background-image: url(../images/port_rolls/p_link_sculp.jpg);
	background-repeat: no-repeat;
}

#content_port ul li a.sculp:hover {
	background-image: url(../images/port_rolls/p_hover_sculp.jpg);
	background-repeat: no-repeat;
}
#content_port ul li a.sculp:active {
	background-image: url(../images/port_rolls/p_blank.jpg);
	background-repeat: no-repeat;
}

/* For "suspended" */
#content_port ul li a.susp:link
{
	background-image: url(../images/port_rolls/p_link_susp.jpg);
	background-repeat: no-repeat;
}

#content_port ul li a.susp:visited {
	background-image: url(../images/port_rolls/p_link_susp.jpg);
	background-repeat: no-repeat;
}

#content_port ul li a.susp:hover {
	background-image: url(../images/port_rolls/p_hover_susp.jpg);
	background-repeat: no-repeat;
}
#content_port ul li a.susp:active {
	background-image: url(../images/port_rolls/p_blank.jpg);
	background-repeat: no-repeat;
}

/* For "reliquaries" */
#content_port ul li a.reliq:link
{
	background-image: url(../images/port_rolls/p_link_reliq.jpg);
	background-repeat: no-repeat;
}

#content_port ul li a.reliq:visited {
	background-image: url(../images/port_rolls/p_link_reliq.jpg);
	background-repeat: no-repeat;
}

#content_port ul li a.reliq:hover {
	background-image: url(../images/port_rolls/p_hover_reliq.jpg);
	background-repeat: no-repeat;
}
#content_port ul li a.reliq:active {
	background-image: url(../images/port_rolls/p_blank.jpg);
	background-repeat: no-repeat;
}

/* For "photographs" */
#content_port ul li a.photo:link
{
	background-image: url(../images/port_rolls/p_link_photo.jpg);
	background-repeat: no-repeat;
}

#content_port ul li a.photo:visited {
	background-image: url(../images/port_rolls/p_link_photo.jpg);
	background-repeat: no-repeat;
}

#content_port ul li a.photo:hover {
	background-image: url(../images/port_rolls/p_hover_photo.jpg);
	background-repeat: no-repeat;
}
#content_port ul li a.photo:active {
	background-image: url(../images/port_rolls/p_blank.jpg);
	background-repeat: no-repeat;
}


/* For "reviews" */
/*
#content_port ul li a.reviews:link
{
	background-image: url(../images/port_rolls/p_link_reviews.gif);
	background-repeat: no-repeat;
}

#content_port ul li a.reviews:visited {
	background-image: url(../images/port_rolls/p_link_reviews.jpg);
	background-repeat: no-repeat;
}

#content_port ul li a.reviews:hover
{
	background-image: url(../images/port_rolls/p_hover_reviews.gif);
	background-repeat: no-repeat;
}
#content_port ul li a.reviews:active {
	background-image: url(../images/port_rolls/p_blank.jpg);
	background-repeat: no-repeat;
}
*/


#small_logo h1, #small_logo2 h1, #small_logo3
{
	width: 209px;
	height: 44px;
	display: block;
	position: absolute;
	top: 515px;
	left: 550px;
	float: right;
}

#small_logo h1
{
	background-image: url(../images/danis_sm_logo_blk.gif);
	background-repeat: no-repeat;
}

#small_logo2 h1
{
	background-image: url(../images/danis_sm_logo_wht.gif);
	background-repeat: no-repeat;
}

#small_logo3 h1
{
	background-image: url(../images/danis_sm_logo_grey.gif);
	background-repeat: no-repeat;
}
#main_contain-2, #main_contain-3, #main_contain-4, #main_contain-5, #main_contain-6, #main_contain-7, #gal_contain-1, #gal_contain-2, #gal_contain-3, #gal_contain-4, #gal_contain-5
{
	width: 800px;
	height: 600px;
	display: block;
	border-color: #F09;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -400px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#main_contain-2
{	background-image: url(../images/mask_bkg.jpg);

}

#main_contain-3
{
	background-image: url(../images/horse_bkg.jpg);
	background-repeat: no-repeat;
}

#main_contain-4
{
	background-image: url(../images/jack_bkg.jpg);
	background-repeat: no-repeat;
}

#main_contain-5
{
	background-image: url(../images/wellspring_bkg.jpg);
	background-repeat: no-repeat;
}

#main_contain-6 {
	background-image: url(../images/snakeball_bkg.jpg);
	background-repeat: no-repeat;
}

#main_contain-7 {
	background-image: url(../images/cart_bkg.jpg);
	background-repeat: no-repeat;
}

#gal_contain-1
{
	background-image: url(../images/egg_bkg.jpg);
	background-repeat: no-repeat;
}

#gal_contain-2
{
	background-image: url(../images/la_femme.jpg);
	background-repeat: no-repeat;
}

#gal_contain-3
{
	background-image: url(../images/monster_bkg.jpg);
	background-repeat: no-repeat;
}

#gal_contain-4
{
	background-image: url(../images/pearls2_bkg.jpg);
	background-repeat: no-repeat;
}

#gal_contain-5
{
	background-image: url(../images/snake_bkg.jpg);
	background-repeat: no-repeat;
}

#content_statement, #content_bio
{
	top: 100px;
	right: 0px;
	bottom: 0px;
	left: 420px;
	padding: 0px 15px 0px 0px;
	font-size: 10px;
	width: 340px;
	height: 420px;
}


#content_statement p, #content_bio p
{
	font-size: 9px;
	padding: 0px 30px 0px 0px;
}

#content_bio dl dt
{
	color: #FFF;
	font-size: 10px;
	letter-spacing: .1em;
}

#content_bio dl dd
{
	color: #FFF;
	font-size: 9px;
}

/* These control the position and text appearance on the reviews and links; Reviews first */

#content_reviews, #content_links
{
	width: 400px;
	height: 420px;
	overflow: auto;
	margin-top: 25px;
	margin-left: 360px;
	padding: 0px 15px 0px 15px;
	border-color: #f09;
	border-width: 1px;
	border-style: solid;
	position: absolute;
}

.reviewhead 
{ 
	color: #C06;
	text-indent: 50px;
	text-align: center;
}

.rbody
{
	color: #fff;
	text-indent: 20px;
	letter-spacing: 0px;
	margin-bottom: -5px;
	font-size: 12px;
}

.rtitle
{
	text-align: left;
	text-transform: uppercase;
	color: #FCF;
	font-size: 10px;
	font-weight: bold;
}

.rkicker
{
	color: #FFF;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	margin-bottom: -10px;
}

.rquote, .rattrib
{
	margin: 0 30px 0 30px;
	color: #FFF;
	line-height: 1.5em;
	font-style: italic;
}

.rquote { 
	text-align: left;
	font-size: 9px;}

.rattrib
{
	font-size: 10px;
	font-variant: small-caps;
	text-align: right;
}

.rident
{
	color: #CFF;
	font-size: 9px;
	font-style: italic;
	text-align: center;
	margin-bottom: 4px;
	border-color: #999;
	border-width: 0 0 2px 0;
	border-style: none none dotted none;
}

#content_reviews h2 { color: #fff;
text-indent: 10px;}

/* These control the links panels */

#content_links .panel
{
	height: auto;
	display: block;
	margin-top: 5px;
	min-height: 90px;
	padding-top: 5px;
	border-top: 2px #F6C dotted;
}

.panel img
{
	width: 80px;
	height: 80px;
	float: right;
	position: relative;
	margin: 5px;
	padding-left: 20px;
}

.panel dt
{
	color: #F09;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .35em;
	margin-top: -2.5%;
	padding-left: 5px;
	font-weight: bold;
}


.panel dd
{
	color: #FFF;
	font-size: 10px;
	letter-spacing: .35em;
	line-height: 275%;
	text-indent: 0px;
	margin-left: 5px;
	text-align: left;
}

dd a
{
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .25em;
	line-height: 150%;
	text-align: left;
}
#content_bio dd a {
	font-size: 9px;
	letter-spacing: 0em;
}

dd a:link
{
	color: #F09;
	text-align: center;
}

dd a:visited { color: #966; }

dd a:hover
{
	border-bottom: 4px #F09 solid;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
}

dd a:active { color: #F99; }


/* This is the contact page setting */
#content_contact
{
	width: 400px;
	height: 460px;
	overflow: none;
	margin-top: 25px;
	margin-left: 430px;
	padding: 0px 15px 0px 15px;
	position: absolute;
}

#content_contact p
{
	color: #FFF;
	font-size: 13px;
	line-height: 150%;
	text-align: left;
	letter-spacing: .15em;
}

#content_contact a { color: #FFF; 
	text-decoration: none;}

#content_contact a:hover
{
	color: #FFF;
	text-decoration: underline;
}
.rep_location {
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #fec9f7;
}

/* These are the gallery attributes */
#gal_thumbs
{
	position: absolute;
	/*overflow: auto;*/
	top: 75px;
	right: 15px;
	bottom: 0px;
	left: 470px;
	width: 320px;
	height: 450px;
}


#gal_thumbs a:link
{
	width: 75px;
	height: 75px;
	display: block;
	margin: 0px 5px 5px 0px;
	border-color: #FCF;
	border-width: 1px;
	border-style: solid;
	float: left;
	text-decoration: none;
/*	position: relative;*/
}

#gal_thumbs a:visited
{
	border-color: #C06;
	border-width: 1px;
	border-style: solid;
}

#gal_thumbs a:hover
{
	border-color: #F09;
	border-width: 1px;
	border-style: solid;
}

#gal_thumbs a:active
{
	border-color: #6F0;
	border-width: 1px;
	border-style: solid;
}

#gal_thumbs a img { border-style: none; }


