/* @override http://nechanice.zencode.eu/style.css */

* {
margin: 0;
padding: 0;
}


/* @group Tags */

body {
font: 95% "Trebuchet MS", Verdana, sans-serif;
background: #fff;
padding: 20px;
}


h1 {
height: 112px;
width: 780px;
padding: 0;
padding-top: 50px;
margin: 0 auto;
background-repeat: no-repeat;
background-position: bottom right;
font-size: 240%;
}

h2 {
margin-bottom: 1.3em;
font-size: 180%;
line-height: 130%;
font-weight: normal;
}

h3 {
margin-bottom: 0.5em;
}

p {
line-height: 150%;
margin-bottom: 1em;
}

a {
color: #2750a1;
}

/* @end */

/* @group Layout */

#master {
width: 720px;
margin: 0 auto;
padding: 30px;
}

#content {
width: 480px;
float: left;
color: #fff;
}

#sidebar {
width: 218px;
float: right;
color: #fff;
}

#footer {
width: 760px;
margin: 0 auto;
padding: 30px 10px;
text-align: center;
}

#home #master { background: #5b80c9 url(/images/design/blue.png) repeat-x bottom; }
#home #footer { background: #97abd3; color: #2750a1; }
#home h1 { background-image: url(/images/design/teddy-blue.png); color: #97abd3; }

#about #master { background: #696 url(/images/design/green.png) repeat-x bottom; }
#about #footer { background: #9c9; color: #348134; }
#about h1 { background-image: url(/images/design/teddy-green.png); color: #9c9; }

#news #master { background: #c93 url(/images/design/yellow.png) repeat-x bottom; }
#news #footer { background: #fc4; color: #9b6700; }
#news h1 { background-image: url(/images/design/teddy-yellow.png); color: #fc4; }

#help #master { background: #66f url(/images/design/purple.png) repeat-x bottom; }
#help #footer { background: #99f; color: #3535da; }
#help h1 { background-image: url(/images/design/teddy-purple.png); color: #99f; }

#contact #master { background: #d373b3 url(/images/design/pink.png) repeat-x bottom; }
#contact #footer { background: #dea2ca; color: #81466d; }
#contact h1 { background-image: url(/images/design/teddy-pink.png); color: #d373b3; }

/* @end */

/* @group Nav */

#nav {
width: 780px;
margin: 0 auto;
list-style-type: none;
padding: 6px 0;
font-size: 120%;
}

#nav li {
display: inline;
}

#nav a {
padding: 6px 10px;
color: #fff;
text-decoration: none;
border: none;
}

.home { background: #97abd3; }
.home:hover, #home .home { background: #5b80c9; }
.about { background: #9c9; }
.about:hover, #about .about { background: #696; }
.news { background: #fc4; }
.news:hover, #news .news { background: #c93; }
.help { background: #99f; }
.help:hover, #help .help { background: #66f; }
.contact { background: #dea2ca; }
.contact:hover, #contact .contact { background: #d373b3; }

/* @end */

#sidebar img {
border: 5px solid #fff;
display: block;
margin-bottom: 20px;
}

.clean {
clear: both;
}

.entry {
padding-bottom: 1em;
}