/*

CSS stylesheet for sonicenema.com
** MODIFIED FOR JOOMLA SPECIAL WINDOWS **
(c) 2008 by fabian hummel

*/

@media screen {

body { background: #656F76; color: #EEEEEE; font-size: 9pt;}
h2 { color: #BBB; }
}

body {
	margin: 0;
	padding: 10px;
	font-family: "Trebuchet MS", sans-serif;
}

/* ----- */


/*h1, h2, h3, h4, p, ul, ol {border: 1px solid red}
*/

h2 {
	font-size: large;
	font-variant: small-caps;
	margin-bottom: 0;
}
h3, .contentheading {
	font-size: xx-large;
	margin-top: 0;
	margin-bottom: 10px;
}
h4 {
	font-size: 12pt;
	font-style: italic;
	margin-bottom: 0;
}

a:link {color: black; text-decoration: none;}
a:link:hover {color: red; text-decoration: inherit;}
a:visited {color: black; text-decoration: inherit;}
a:visited:hover {color: red; text-decoration: inherit;}

.componentheading {
	font-size: larger;
}

.small, td[width='70%'] {
	display: none;
}

.createdate { font-style: italic; }
.modifydate { font-style: italic; font-size: smaller; }
