/* CSS Document */

html, body	{
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	}

#masthead	{
	position: absolute;
	align: center;
	left: 0px;
	width: 600px;
	height: 100px;
	float: right;
	
	}
	
a			{ color: #FF66CC; text-decoration: underline; font-weight: bold; }
a:link		{ color: #FF66CC; text-decoration: underline; font-weight: bold;}
a:visited	{ color: #FF66CC; text-decoration: none; }
a:hover		{ color: #FF3399; text-decoration: none; }

	
	
	/*PICK OF THE WEEK*/
	
#top-content	{
	position: absolute;
	left: 0px;
	top: 101px;
	width: 600px;
	
	}
	
.pick-content	{
	position: absolute;
	width: 502px;
	left: 80px;
	margin-bottom: 20px;
	padding: 0px 20px 0px 0px;
	border-top: 1px solid #FF66CC;

	
	}

	
.pick-para {
	color: #663366;
	padding-left: 140px;
	with: 190px;
	}

	
.pick-head {
	background: #FF66CC;
	color: #FFFFFF;
	float: left;
	padding: 0px 5px 0px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.pick-head a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.pick-head a:hover {
	text-decoration: underline;
	}


.pick-title {
	color: #FF66CC;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-left: 140px;
	}
	
	/*RIGHT COLUMN*/
	
#righty	{
	position: absolute;
	top: 0px;
	left: 602px;
	width: 175px;
	margin-top: 101px;
	border-left: 1px dotted #663366;
	}
	
.pink-label-right {
	background: #663366;
	color: #FFFFFF;
	float: left;
	padding: 0px 5px 0px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.side 	{
	font-family:verdana, arial, sans-serif;
	width: 150px;
	color: #663366;
	font-size: 10px;
	font-weight:normal;
  	background:#FFF;
  	line-height: 14px;
  	padding: 0px 0px 10px 5px;				
	}	
		
.sidetitle {
	font-family:palatino, georgia, "times new roman", serif;
	color:#336633;
	font-size:small;
	font-weight:normal;
  	padding:2px;
  	margin-top:30px;
	letter-spacing: .3em;
  	background:#FFF;
  	text-transform:uppercase;		
		}
		
	/*MAIN CONTENT*/

#content	{
	position: absolute;
	left: 80px;
	top: 101px;
	border-top: 1px solid #FF66CC;
	width: 502px;
	
	}
	
	
.entry	{
	padding: 0px 20px 0px 0px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #999999;
	padding: 0px 20px 0px 0px;
	
	}

.entry-head {
	background: #999999;
	color: #FFFFFF;
	float: left;
	padding: 0px 5px 0px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.intro-para {
	color: #663366;
	font-weight: bold;
	padding-left: 140px;
	with: 190px;
	padding-bottom: 15px;
	}
	
.entry p {
	color: #666666;
	padding-left: 140px;
	}
	
.entry-date {
	color: #666666;
	float: left;
	padding: 0px 5px 0px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	}
	
.entry-title {
	color: #663366;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-left: 140px;
	}
	
.entry-details {
	color: #663366;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
	padding-left: 140px;
	}
	
	
	/*ARCHIVE RELATED STUFF*/

#ar-content	{
	position: absolute;
	left: 80px;
	top: 101px;
	border-top: 1px solid #FF66CC;
	width: 502px;
	
	}
	
.ar-entry	{
	padding: 0px 20px 0px 0px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #999999;
	padding: 0px 20px 0px 0px;
	
	}

.ar-entry-head {
	background: #999999;
	color: #FFFFFF;
	float: left;
	padding: 0px 5px 0px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.ar-intro-para {
	color: #663366;
	font-weight: bold;
	padding-left: 140px;
	with: 190px;
	padding-bottom: 15px;
	}
	
.ar-entry-para {
	color: #666666;
	padding-left: 140px;
	}
	
.ar-entry-date {
	color: #666666;
	float: left;
	padding: 0px 5px 0px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	}
	
.ar-entry-title {
	color: #663366;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-left: 140px;
	}
	
.ar-entry-details {
	color: #663366;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
	padding-left: 140px;
	}