/* CSS for Project Hobocat Webpage (http://hobocat.bysusanlin.com) */

  body { 
    font: 12px georgia, serif;
    background: #1d1e4e;
    background-image: url('../images/g_young-hobocat-enamored.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right bottom;
    color: #999;
    text-align: center;
  }
  
/* text */
	.play_bar {
		background: #000000;
		margin: 10px 0 0 125px;
		padding: 10px;
		width: 305px;
		border: solid 1px #333;
		border-left: solid 20px #222;
	}
	.play {
		font-size: 24px;
		font-weight: bold;
		color: #ffffaa;
	}
	.bar {
		padding: 0 10px;
	}

/* links */
  a:link, a:visited { 
    font: 18px georgia, serif;
    font-style: italic;
    text-decoration: underline;
    color: #999966;
  }
  a:active, a:hover { 
    text-decoration: none;
    color: #ffffff;
  }

/* divs */
  #content {
		margin: -8px 0 -15px 42px;
		width: 700px;
		text-align: left;
    background-image: url('../images/black-overlay.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
		.space {
			padding: 20px 0 0 10px;
		}
		.descp {
			margin-top: -5px;
			padding-left: 100px;
			font-style: italic;
			font-size: 18px;
			color: #444;
		}
		.heading_space {
			padding-left: 90px;
		}
		.content_space {
			width: 450px;
			padding: 0 0 35px 155px;
			line-height: 180%;
		}
		.gallery_space {
			width: 450px;
			padding: 0 0 35px 145px;
			line-height: 180%;
		}
	.footer {
		padding: 10px 0 15px 155px;
	}
	
	/* tables */
	  #team{
    width: 450px;
    margin: -35px 0 35px 145px;
    border-top: 1px solid #333;
    }
    #team td{
			padding: 5px ;
      border-bottom: 1px solid #222;
    }
    #team a {
			font-size: 12px;
    }
	
	/* gallery */
	.block {
		margin-left: 145px;
		width: 445px;
		height: 150px;
		padding: 10px;
		background: #000000;
		position: relative;
	}
	.block p {
		margin: 0;
	}
	.block img {
		border: 0;
	}
	.hover {
		background: #fff;
		border: solid 1px #bfbdbd;
		border-left: solid 10px #666666;
		padding: 5px;
		position: absolute;
		bottom: 20px;
		left: 0;
		color: #333;
		font-style: italic;
		display: none;
	}
	.block:hover .hover {
		display: block;
	}	
	
	.tipsy { 
		padding: 5px;
		background-repeat: no-repeat; 
		opacity: 0.45; 
		filter: alpha(opacity=45); 
		background-image: url(../images/tipsy.png); 
	}
	.tipsy-inner { 
		padding: 5px 8px 4px 8px; 
		background-color: #ffffff;
		color: #000000;
		text-align: center; 
	}
  .tipsy-inner { 
		-moz-border-radius:3px; 
		-webkit-border-radius:3px; 
	}
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }

