/* Stylesheet for dubovsky.com / internalsound.com
by Jon Dubovsky, 2006
released under Creative Commons Attribution 2.5 License

test stylesheet
*/

@import url('/is.css');

body {
	background-color: black;
	color: white;
}

div.content {
	border-color: #333;
}

div.footer {
	border-color: #333;
	color: #666;
	background-color: transparent;
}

/* leftbar-interior navbar */
div.navbar {
	background-color: #222;
	border-color: #666;
}

/* highlight the current page */
#home .home, #rantings .rantings, #gallery .gallery, #projects .projects {
	background-color: #444;
}

div.header {
	background: #88A;
	color: white;
}

.header h1 {
	color: #004;
}

.header h1 a:link, .header h1 a:visited, .header h1 a:hover, .header h1 a:active {
	color: #004;
}


:link {
	color: #DDF;
	/*background-color: transparent;*/
}
:visited {
	color: #FDF;
	/*background-color: transparent;*/
}

pre.cppexample {	/* for c++ code examples */
	color: white;
	background-color: #222;
}

/* nicetitle stuff starts there */
div.nicetitle {
	color: black;
	background-color: #DDD;
	border-color: gray;
}

p.destination {
	color: #333;
	background-color: transparent;
}

