/*

CSS stylesheet for sonicenema.com
(c) 2008 by fabian hummel

*/

body {
    text-align: center;
	margin: 0;
	padding: 10px;
	background: #4B4B4B;
	font-family: "Trebuchet MS", sans-serif;
}

div, td {
	margin: 0;
	padding: 0;
	border: 0;
}

.nodisplay {
    display: none;
}

/* ----- */

.componentheading { /* Page Heading */
	text-align: center; /* this doesn't work. why? */
	margin-bottom: 25px;
}

span.pagenav, div.pagenavbar {
	font-size: smaller;
	font-style: italic;
	text-align: center;
}

table.contenttoc {
	float: left;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 15px;
	background: #B0B9B6;
}

table.contenttoc th {
	color: #000;
	padding-bottom: 5px;
}

table.contenttoc a {
	font-size: smaller;
	margin-left: 5px;
}

div.pagenavcounter {
	text-align: right;
	font-style: italic;
	padding-bottom: 5px;
}

a.readon { font-style: italic; font-size: smaller; }

.modifydate {
	font-size: smaller;
	text-align: right;
	font-style: italic;
} /* "Last edited ..." */

span.articleseparator {}

td[class='article_column'] { padding-right: 10px; }
td[class='article_column column_separator'] { padding-left: 10px; }

.small, td[width='70%'] {
	display: none;
} /* "Written by ..." */

/* ----- */

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

h2, .createdate {
	color: #BBB;
	font-size: small;
	font-variant: small-caps;
	margin-top: 0;
	height: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
h3, .contentheading {
	font-size: xx-large;
	margin-bottom: 0;
/*	margin-top: 10px;*/
	font-weight: 600;
}
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;}

blockquote/*, p.caption*/ {
	width: 70%;
	margin-left: 15%;
	padding: 5px;
	background: #777;
	font-style: italic;
	font-size: smaller;
	border: 2px dashed #EEEEEE
}
p,  ul, ol {margin-top: 0;}

/* ----- */

#container {
    background: #656F76;
	margin: 0 auto;
	text-align: justify;
	width: 1000px;
}

/* ----- */

#header {
	height: 300px;
	background-image: url("/images/header.jpg");
}

#header h1 {
	display: none;
}

/* ----- */

#nav {height: 100px;}

#nav a {
    display: block;
    float: left;
    clear: right;
    height: 100px;
    text-indent: -5000px;
    font-size: 1px;
    overflow: hidden;
    text-decoration: none;
}

/* ----- */

#nav a.one {
    width: 250px;
    background-image: url("/images/navi1.jpg");
}
#nav a.one:hover {
	background-position: -250px 0;
}
#nav a.one:active {
	background-position: -500px 0;
}

#nav a.two {
    width: 250px;
    background-image: url("/images/navi2.jpg");
}
#nav a.two:hover {
	background-position: -250px 0;
}
#nav a.two:active {
	background-position: -500px 0;
}

#nav a.three {
    width: 250px;
    background-image: url("/images/navi3.jpg");
}
#nav a.three:hover {
	background-position: -250px 0;
}
#nav a.three:active {
	background-position: -500px 0;
}

#nav a.four {
    width: 250px;
    background-image: url("/images/navi4.jpg");
}
#nav a.four:hover {
	background-position: -250px 0;
}
#nav a.four:active {
	background-position: -500px 0;
}

/* ----- */

/*.main {
    background: url("#") repeat-y 50% 0;
    overflow: auto;
}
*/
.nosidebar {
    background: #656F76;
    overflow: auto;
}

/*#left {
    margin-top: 3px;
    text-align: center;
    display: block;
    padding: 3px;
    float: left;
    clear: right;
    width: 164px;
    background: transparent;
}*/

#center {
    padding: 15px;
    overflow: auto;
    color: #000;   
    margin-bottom: 8px;
	color: #EEEEEE;
	font-size: 11pt;

}

#footer {
    height: 25px;
    padding: 0px;
    background-image: url("/images/footer.jpg");
    text-align: center;
    font-size: 8pt;
    color: #FFF;
}

#footer a {
    text-decoration: italic;
}