/* numus2004.css                          */
/* Stylesheet for NUMUS v.2004-01         */
/* Author: Steven Wood <steven@ikoro.com> */

body {
	margin:0;
	color:#f00;
	background-color:#fff;
 	background-image:url(../images/numus-bkg-04.gif);
	width:440px;
	margin-top:30px;
	margin-left:30px;
}

body.x400 {
	width:400px;
}

p,ul,ol,li,dt,dd,h1,h2,h3,h4,h5,h6,th,td,input {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#333;
	text-align:left;
	width:500px;
}

a:link      	{ border-bottom: 0px dotted; color:#06c; text-decoration: none;}
a:visited   	{ border-bottom: 0px dotted; color:#06c; text-decoration: none;}
a:active    	{ border-bottom: 1px dotted; color:#0a0; text-decoration: none;}
a:hover			{ border-bottom: 1px dotted; color:#0a0; text-decoration: none;}

p a:link      	{ border-bottom: 1px dotted; color:#06c; text-decoration: none;}
p a:visited    	{ border-bottom: 1px dotted; color:#06c; text-decoration: none;}

.sel { /* dummy class to force 'sel' into menus in Dreamweaver */ }
a:link.sel		{ border: 1px solid #aaa; color:#a00; }
a:visited.sel	{ color:#a00; }
a:active.sel	{ color:#0a0; }
a:hover.sel		{ color:#0a0; }

a:link.nohl		{ border-bottom: 0px; color:#0a0; }
a:visited.nohl	{ border-bottom: 0px; color:#0a0; }
a:active.nohl	{ border-bottom: 0px; color:#0a0; }
a:hover.nohl	{ border-bottom: 0px; color:#0a0; }

/* OUTLINE STYLES */

h1 {
	font-size: 24px; 
	font-weight: bold; 
	color:#a00;
}

h2 {
	font-size:14px;
	color:#a00;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:10px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color:#a00;
}

h4,h5 {
	font-size: 12px;
	font-weight: bold;
	color:#06a;
}

h3 {
	margin-top:20px;
	margin-bottom:10px;
}
h4 {
	margin-top:10px;
	margin-bottom:10px;
}
h5 {
	margin-top: 0px;
	margin-bottom: 0px;
}
h6 {
	font-size: 10px;
	font-weight: bold;
	color:#666;
	margin-bottom: 0px;
	margin-top:10px;
}

/* GENERAL STYLES */
.center {
	text-align:center;
}	

/* SPECIFIC PARAGRAPH STYLES */
p { 
	margin-top: 0px;
}
p.caption {
	color:#333;
	font-size:10px;
	margin-top:-5px;	
	font-style:italic;
}
span.artist {
	font-weight:bold;
}
span.event {
	font-style:italic;
}
span.opus {
	font-style:italic;
}
span.composer {
	font-weight:bold;
}
span.dropcap {
	float:left;
	font-size:24px;
	margin:0 5px 0 0;
}
p.header {
	color:#aaa;
	border-bottom: 1px solid #ccc;
	margin-top: 0px;
	margin-bottom: 0px;
}
p.footer {
	color:#aaa;
	border-top: 1px solid #ccc;
	margin-top: 50px;
	margin-bottom: 30px;
}
p.quote {
	margin-left:20px;
	font-style:italic;
}
p.review {
	margin-left:30px;
	width:440px;
	margin-bottom:0px;
	margin-top:10px;
	border:1px solid #ccc;
	background-color:#eee;
	padding:5px;
}
p.reviewer {
	width:440px;
	text-align:right;
	margin-right:0px;
	padding-right:0;
	font-size:10px;	
	margin-top:0px;
}
p.sep {
	border-top: 1px solid #ccc;
	margin-top: 20px;
}
p.funding {
	font-size:9px;
}

/* GENERAL STYLES */
.bold {
	font-weight:bold;
}
.right {
	text-align:right;
}
.edge {
	border: 1px solid #ccc;
}

img {
	border:0;
	margin:0;
}
img.float-right {
	float:right;
	margin-left: 15px;
}
img.sponsor {
	margin:0px 5px 0 5px;
}
img.cclogo {
	float:left;
	margin:15px 15px 30px 0px;
}
img.stripe {
	position:relative;
	float:left;
	margin:0;
}
table {
	border-collapse: collapse; 
	border-spacing: 0px;
	width:400px;
}
thead {
	text-style:bold;
}
th {
	font-size: 10px;
}				
tr {
	padding-top: 0px;
	padding-bottom: 0px;
}
tr.even { background-color:#ddd; }
tr.odd { background-color:#eee; }

td {
	border: 1px solid #ccc;
	border-spacing: 0px;
	padding-top: 0;
	padding-bottom: 0;
}

td.head {
	text-style:bold;
}
td.noline {
	border: 0px;:
	border-spacing: 0px;
	padding-top: 0;
	padding-bottom: 0;
}
ul {
	list-style-image: url("img/li-diamond_black.gif");
}
ul.alt {
	list-style-image: url("img/li-plus_g_blk60.gif");
}
ol {}

/* FORM ELEMENTS */
div.formarea {
	width:440px;
	background:#eee;
}
form {
	margin: 10px 10px 10px 10px;
}

form.tight {
	margin:0;
}

input,textarea {
	color:#000;
	background:#fff;
	width:100px;
	border: 1px solid #aaa;
}
input.w300,textarea.w300 {
	width:300px;
}

select {
	color:#000;
	background:#fff;
	border: 1px solid #aaa;
}

select.w300 {
	width:303px;
}

input.raised {
	color:#000;
	background:#ccc;
	border: 2px outset #aaa;
}

/* CONTAINERS */
#g-canvas {
	position:absolute;
	top:0px; left:0px;
	margin-top:0px;
	margin-left:0px;
}
#g-content {
	position:relative;
	margin-top:20px;
	margin-left:50px;
	background-color:#fff;
	border:1px solid #aaa;	
}
#g-copy {
	position:relative;
	margin: 20px 20px 20px 20px;
}
#footer {
	position:absolute;
	top:30px; left:0px;
	margin-top:0px;
	margin-bottom:30px;
	background-color:#fff;
}
