/* -- Albums Page Specific -- */


#albumContainer li {
  position:relative;
  float:left;
  display:inline;
  list-style:none;
  width:160px;
  height:177px;
  margin:1.0em;
}

#albumContainer dt {
  height:162px;
  position:relative;
}

#albumContainer li dt.l {background:url(./../albumbg_land.gif) no-repeat bottom center;}
#albumContainer li dt.p {background:url(./../albumbg_port.gif) no-repeat bottom center;}


#albumContainer li dt.l img {
  *position:relative;
  *left:-1px;
}

#albumContainer dt div {font-size:1px;}

#albumContainer dt.p div.scope-orange, 
#albumContainer dt.p div.scope-arrow2, 
#albumContainer dt.p div.scope-arrow1 {
  position:absolute;
  bottom:2px;
  right:16px;
  width:13px;
  height:13px;
}

#albumContainer dt.l div.scope-orange,
#albumContainer dt.l div.scope-arrow2,
#albumContainer dt.l div.scope-arrow1 {
  position:absolute;
  bottom:2px;
  right:7px;
  *right:8px;
  width:13px;
  height:13px;
}

#albumContainer dt div.scope-arrow2 {background:url(../../files/scope arrow2.gif) no-repeat 0px 0px;}
#albumContainer dt div.scope-orange {background:url(../../files/scope dot orange.gif) no-repeat 0px 0px;}
#albumContainer dt div.scope-arrow1 {background:url(../../files/scope arrow1.gif) no-repeat 0px 0px;}

#albumContainer li dd {
  margin-top:20px;
}

#albumContainer li .no-edit {
  margin:0px !important;
}

#albumContainer li dd input {
  position:absolute;
  left:0px;
  bottom:-5px;
  *bottom:14px;
  display:block;
  width:100%;
  height:16px;
  border:0px;
  margin:0px;
  padding:0px;
  text-align:center; /*-- text below album --*/
  font-family:arial; 
  font-weight: bold;
  color: red;
  font-size:12px;
}

#albumContainer li dd input.hidden {
  display:none;
}

#albumContainer li dd p {
  display:block;
  width:100%;
  margin:0px;
  *margin-left:-40px;
  padding:0px;
  text-align:center; /*-- text how many pics --*/
  font-family: georgia;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: black;
}

  overflow:hidden;
}


#albumContainer li dd p.sub {
  font-size:10px;
  color:#666;
}

#albumContainer li .no-edit .sub {
  margin-left:0px;
}

/*
#albumContainer li dd a {
  display:block;
  left:0px;
  *text-indent:-36px;
  font-size:1.4em;
  font-weight:bold;
  text-decoration:underline;
  overflow:hidden;
}
*/
.friends_ap dt.l span {
  position:absolute;
  left:18px;
  top:52px;
  width:120px;
  height:90px;
  text-align:center;
}




/*-- other stuff --*/
body {
 font:normal 76% arial,sans-serif;
 margin:0 0 0 0; 
 padding:0;
}
a img {
 border:none;
}

BODY {
scrollbar-base-color: #000000;
scrollbar-track-color: silver;
scrollbar-face-color: #1279D1;
scrollbar-highlight-color: magenta;
scrollbar-3dlight-color: #FF0000;
scrollbar-darkshadow-color: blue;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: yellow;
margin-left: 5px
}

A:link {
	COLOR: #32709C; TEXT-DECORATION: none
}
A:visited {
	COLOR: #32709C; TEXT-DECORATION: none
}
A:hover {
	COLOR: #F68E56; TEXT-DECORATION: underline
}
TD {
	font-family: Georgia; font-size: 16; color: darkblue
}
P {
	font-family: Arial; font-size: 12; color: red; font-weight: bold
}
H1 {
	font-weight: bold; font-size: 12pt; font-family: arial; font-variant: small-caps; font-style: normal; 
	line-height: 1.0; color: white; background: red;margin-top: 0; margin-bottom: 6px 
}
EM {
	font-weight: bold; font-size: 12pt; font-family: arial; font-variant: small-caps; font-style: normal; color: white; background: red
}
.subtitle1 {
    font-family: Bradley Hand ITC, Viner Hand ITC, Comic Sans MS;
    font-style: italic;
    font-weight: bold;
    font-size: 26px;
    color: #F3230C;
}
.subtitle2 {
  font-family: Bradley Hand ITC, Viner Hand ITC, Comic Sans MS;
  font-style: italic;
  font-size: 16px;
  font-weight: bold;
  color: #F3230C;
}
.line1 {
  font-family: Bradley Hand ITC, Viner Hand ITC, Comic Sans MS;
  font-style: italic;
  font-size: 16px;
  font-weight: bold;
  color: #32709C;
} 
div.hr {
  height: 15px;
  background: url('../../files/hr1.gif') repeat scroll center;
}
div.hr hr {
  display: none;
}
.background
  {
  width: 100%;
  height: 100%;
  background: url(../../files/bg%20smurfs%20blue.gif) 
  background-repeat: repeat-y;
  background-attachment: fixed;
  border: 0px solid black;
  }
div.transbox
  {
  width: 100%;
  height: 10;
  margin: 10px 10px;
  background-color: #ffffff;
  border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }
  div.transbox p
  {
  margin: 20px 20px;
  font-weight: bold;
  font-family: Arial;
  font-size: 12;
  color: #000000;
  }
