/* Default stylesheet for home.parm.net */

/* Global styles */
body {
        background: #ffffff; 
	font-family: tahoma, sans-serif;
	font-size: 10pt;
	margin-left: 20px;
}

table {
	font-size: 10pt;
}

a {
	color: #000088;
	text-decoration: none;
}

a:hover {
	color: #0000bb;
	text-decoration: underline;
}

a:visited {
	color: #000033;
	text-decoration: underline;
}

/* Title block */
#title {
	position: absolute;
	background: url('/images/logo.gif') top center no-repeat;
	left: 54px;
	right: 670px;
	width: 800;
	height: 200;
	text-align: right;
	margin-right: 40px;
	margin-top: 20px;
}

/* Title links block */
#titlelinks {
	z-index: 1;
	background: #e0e0ff;
	border-style: solid;
	border-width: 1px;
	border-color: #a0a0d0;
	position: absolute;
	top: 180px;
	left: 56px;
	width: 736px;
	text-align: right;
	font-size: 8pt;
	padding-bottom: 1px;
}

/* Sidebar */
#sidebar {
	position: absolute;
	background: #e0e0ff;
	border-style: solid; 
	border-width: 1px;
	border-color: #a0a0d0;
	left: 660px;
	top: 202px;
	width: 128px;
	vertical-align: top;
	margin-left: 4px;
}

#sidebar h2 {
	background: #c0c0ff;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sidebar h3 {
	font-size: 8pt;
	font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
	margin-left: 5px;
}
#sidebar p {
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 8pt;
}

#themes {
	position: absolute;
	left: 50px;
	top: 230px;
	height: 128;
	width: 595px;
	margin-right: 20px;
	text-align: right;	
	vertical-align: top;
}

#themes h2 {
	font-size: 10pt;
	font-wight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

#themes p {

	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 8pt;
}


/* Now listening to... */
#listening {
	text-align: right;
	position: absolute;
	left: 50px;
	width: 595px;
	top: 250px;
	margin-right: 10px;
	font-size: 8pt;
}



#articles {
	position: absolute;
	left: 54px;
	top: 200px;
	width: 600px;
	margin-right: 50px;
}

#articles div.viewingtime {
	position: absolute;
	left: 4px;
	top: -20px;
}

div.article {
	background: #e0e0ff;
	border: #a0a0d0;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
	margin-bottom: 4px;
}

div.article h2 {
	background: #c0c0ff;
	font-weight: bold;
	font-size: 10pt;
	padding-left: 4px;	
	margin-top: 0px;
	margin-bottom: 0px;
}

div.article span.subhead {
	font-size: 10pt;
}

div.article h3 {
	padding-left: 4px;
	font-size: 8pt;
	margin-top: 0px;
	margin-bottom: 5px;
}

div.article p {
	font-size: 8pt;
	font-weight: normal;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 2px;	

}


/* fix some broken entries where I used tables for layout */
div.article table {
	font-size: 10pt;
}

#articles div.comments {
	font-size: 8pt;
	text-align: right;
	margin-bottom: 1px;
	margin-right: 5px;
}

#articles div.displayingentries {
	font-size: 8pt;
	margin-left: 20px;
}

#copyright {
	font-size: 8pt;
}

#comments {
	font-size: 10pt;
}

#comments h2 {
	font-size: 10pt;
	font-weight: bold;
}

#comments div.comment {
	border-width: 1px;
	border-style: solid;
	border-color: #a0a0a0;
	margin-bottom: 5px;
}

#comments div.comment h3 {
	background: #f0f0f0;
	font-size: 10pt;
	font-weight: normal;
	padding-left: 4px;	
	margin-top: 0px;
	margin-bottom: 2px;
}

#comments div.comment h4 {
	font-size: 8pt;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 4px;
	padding-bottom: 1px;
	font-weight: normal;
}
