@charset "UTF-8";
/* CSS Document */

/* general page layout */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FF0000;
	background-image: url(/images/headerBg.gif);
	background-repeat:repeat-x;
	margin-top: 0px;
}
.divPageAll {
	float: left;
	width: 710px;
	background-color: #FFF;
	border-left: #000 1px solid;
}

/* header */
.divHeader {
	background-color: #FFF;
	border-left: #000 2px solid;
	border-top:  #000 2px solid;
	width: 989px;
	height: 220px;
	float: left;
}
.divHeader img {
	margin: 0px;
	padding: 0px;
}
#logo {
	color: #000000;
	font-size: 13pt;
	font-weight: bold;
	/*text-align: center;*/
}

#coverHdr { /* replaces the turning thumbnail link to onlineViewer*/
	color: #F00;
	font-weight: bold;
	background-image: url(/images/coverHdrBG.jpg);
	background-repeat: repeat;
	height: 230px;
	width: 180px;
	padding-top: 5px;
}
#coverHdr span {
	line-height: 16pt;
}
#coverHdr img {
	border-bottom: #000 3px solid;
	border-left: #666 1px solid;
	border-right: #333 2px solid;
	border-top:  #666 1px solid;
}

/*  styles for link to online vier PDFs */

.coversTop {
	border-top: #666 1px solid;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 20px;
	padding-top: 5px;
}
.coversBottom {
	color: #FFFFFF;
	background-color: #330099;
	width: 225px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
}
#onlineViewerRight a:link {
	color: #00C;
}
#onlineViewerRight a:visited {
	color: #00C;
}
#onlineViewerRight a:active {
	color: #00C;
}
#onlineViewerRight a:hover {
	color: #F00;
}



/* content area */
.divPageOutside {
	background-color: #FFF;
	border-right: 1px solid #000;
	float: left;
	/* width increased to produce consistant vertical white space */
	width: 990px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation {
	font-weight: bold;
	background-color: #000066;
	width: 155px;
	height: auto;
	float: left;
	margin-right: 30px;
	margin-top: 0px;
	padding-bottom: 20px;
	padding-left: 2px;
	padding-right: 5px;
}
.column {
/*    border-right: 1px solid #CCCCCC;*/
	width: 530px;
/*	min-height: 2500px;*/
	float: left;
	padding: 0px 0px 0px 0px;
}
.heading {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight: bold;
	text-transform:uppercase;
	background-color: #000066;
	word-spacing: 2px;
	letter-spacing: 1px;
	padding-left: 3px;
	padding-top: 3px;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/* XMAS HEADINGs*/
.xmasHeading {
	background-image:url(/diary/images/snowflakes.gif);
	background-position:top;
	background-repeat: no-repeat;
	width: 530px; 
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.xmasDaysHeading {
	background-image:url(/diary/images/snowflakesXmas.gif);
	background-position:top;
	background-repeat: no-repeat;
	width: 530px; 
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.diaryDay {
	color: #FFF; 
	font-size: 12pt; 
	text-transform: uppercase; 
	padding: 4px 0px 0px 10px;
}

/* Cabaret listings heading */
.cabaretHdng {
	background-color: #C3F;
}

/* Hard listings heading */
.hardHdng {
	background-color: #000;
}

.clearer {
	clear: both;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}


/* Ads Right*/
#Ads_right {
	float: right;
}

#collection {
	border: 1px solid #CCC;
	width: 200px; 
	padding-top: 10px;
}

/*#collection img  {
	border: 1px solid #333;
}*/

.item {
	border: 1px solid #333;
	margin-bottom: 20px; 
	margin-top: 30px;
}

#sexShop {}