/* CSS Document */

body 
{ 
	margin: 10% 0 0 0; 
	padding: 0px;
	text-align: center;
	background-color: #fff; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
}

a.textlink:active, a.textlink:link, a.textlink:visited
{
	color: #ddd;
	text-decoration: underline;
}

a.textlink:hover
{
	text-decoration: none;
	background: #ccc;
}

#container
{
	width: 750px;
	
	margin: 0;
	padding: 0;
	text-align: left;
}

#logo
{
	margin-bottom: 30px;
}

#random
{
	margin-bottom: 20px;
}

.nav
{
	display: box;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 0px;
}

.button, a.button:link, a.button:active, a.button:hover, a.button:visited 
{
	border-right: 1px solid #ccc;
	background-color: white;
}

.header
{	color: #fff;
	font-weight:bold;
	
	
}	
.category
{	color: #666;
	font-weight:bold;
	text-decoration:underline;
	
}
.yearLoc
{	color: #fff;
	font-weight:bold;

	
}
.descriptTitle{
	
	/*font-weight:bold;*/
	color:#666;
	
}	
.contentdescript
{	color: #777;
}	
#Bgrnd{
	width: 750px;
	background-image:url(../images/shows/allgirlsNhats.png);
	background-repeat:no-repeat;
	background-position:right;
	background-position:top;
	margin-top:10px; 
	padding: 25px;
}
#BgrndShows{
	width: 750px;
	background-image:url(../images/shows/allgirlshows.png);
	background-repeat:no-repeat;
	background-position:right;
	background-position:top;
	margin-top:10px; 
	padding: 25px;
}
#Bgrnd2{
	width: 750px;
	background-image:url(../images/shows/aboutallgirls.png);
	background-repeat:no-repeat;
	background-position:right;
	background-position:top;
	margin-top:10px; 
	padding: 25px;
}
#Bgrnd3{
	width: 750px;
	background-image:url(../images/aboutallgirls.png);
	background-repeat:no-repeat;
	background-position:right;
	background-position:top;
	margin-top:10px; 
	padding: 25px;
}
.trbottom{
	border-bottom: 1px dashed #ccc;
}
p.title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #a0a0a0;
	font-weight: bold;
	margin-bottom: 2px;
}
#gallery 
{
    width:600px; 
    margin-top: 5px;
	margin-bottom: 10px; 
    /*border:1px solid #aaa;*/ 
	padding:5px;	
}

.thumbs_ivory
{
	display: box;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 5px;
}
.ivory_button, a.ivory_button:link, a.ivory_button:active, a.ivory_button:hover, a.ivory_button:visited 
{
	border-right: 1px solid #ccc;
	background-color: white;
}

#footer
{
	border-top: 1px solid #ccc;
	margin-top: 10px;
	font-size: 95%;
	color: #666;
}

#footer a:active, a:link, a:visited
{
	color: #666;
	text-decoration: underline;
}

#footer a:hover
{
	text-decoration: none;
	background: #ccc;
	color: #fff;
}

