/*

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 {
	margin: 0;
	padding: 0;
	border: 0;
}

.nodisplay {
    display: none;
}

.separator { height: 50px;}

#adsense {
	text-align: center;
}


/* ----- */


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

h2 {
	color: #BBB;
	font-size: large;
	font-variant: small-caps;
	margin-bottom: 0;
/*	margin-top: 50px;*/
}
h3 {
	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;}
blockquote {
	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;
}