/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
    margin: 0;
    padding: 0;
    background: #FFFFFF url(../images/img01.jpg) repeat-x;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666666;
}

form {
    margin: 0;
    padding: 0;
}

tr {
    height: 70px;
}


fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

input, textarea, select {
    font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
    font-weight: normal;
    color: #008C00;
}

h1 {
    letter-spacing: -1px;
    font-size: 2.6em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
}

p, ul, ol {
}

p {
}

blockquote {
    font-style: italic;
}

ul {
}

ol {
}

a {
    color: #008C00;
}

a:hover {
    text-decoration: none;
}

small {
}

hr {
    display: none;
}

img {
    border: none;
}

img.left {
    float: left;
    margin: 0 15px 0 0;
}

img.right {
    float: left;
    margin: 0 0 0 15px;
}

/* Header */

#header {
    width: 920px;
    height: 190px;
    background: url(../images/img07.jpg);
    margin: 0 auto;
}

/* Logo */

#logo {
    float: left;
    width: 270px;
    background: url(../images/coosci.png) no-repeat 40px 70px;
}

#logo h1, #logo h2 {
    margin: 0;
    text-transform: lowercase;
}

#logo h1 {
    padding: 52px 0px 30px 0px;
    text-align: center;
    font-size: 4em;
    color: #299762;
}

#logo h1 a {
    color: #299762;
}

#logo h2 {
    margin-top: -10px;
    padding-left: 20px;
    letter-spacing: -1px;
    font-size: 1.8em;
    color: #299762;
}

#logo h2 a {
    color: #299762;
}

#logo a {
    text-decoration: none;
}

/* Menu */

#menu {
    float: right;
    height: 190px;
}

#menu ul {
    margin: 0;
    list-style: none;
}

#menu li {
    display: inline;
}

#menu a {
    display: block;
    float: left;
    height: 90px;
    padding: 60px 20px 0px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 1.6em;
    color: #FFFFFF;
}

#menu a:hover {
    height: 161px;
    background: url(../images/img08.jpg) repeat-x top left;
}

#menu .current_page_item a {
    background: url(../images/img08.jpg) repeat-x top left;
    color: #FFFFFF;
}

/* Page */

#page {
    width: 920px;
    margin: 0 auto;
    padding-top: 20px;
}

#messages {
    background-color: #fffb7b;
}

#content {
    float: left;
    width: 680px;
    padding: 0px 20px 0px 10px;
}

#sidebar {
    float: right;
    width: 180px;
    background: url(../images/img03.gif) repeat-y;
    padding: 0px 10px 20px 20px;
}

#sidebar .entry {
    background: url(../images/img04.gif) repeat-x left bottom;
}

.post {
}

.post .title {
    margin: 0;
}

.post .meta {
    margin: 0;
    padding-bottom: 10px;
    line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #BABABA;
}

.post .meta a {
    color: #BABABA;
}

.post .entry {
    margin-bottom: 10px;
    padding-bottom: 5px;
}

/* Sidebar */

#bigfooter {
    clear: both;
    width: 920px;
    background: url(../images/img04.gif) repeat-x left top;
    color: #008C00;
}

#bigfooter ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#bigfooter li {
    display: block;
    float: left;
    width: 200px;
    padding: 15px;
}

#bigfooter li ul {
    line-height: 1.8em;
}

#bigfooter li li {
    display: list-item;
    float: none;
    width: auto;
    padding: 0;
}

#bigfooter h2 {
    margin: 0 0 15px 0;
    color: #008C00;
}

#bigfooter a {
    text-decoration: none;
    color: #008C00;
}

#bigfooter a:hover {
    text-decoration: underline;
}

/* Footer */

#footer {
    width: 100%;
    height: 100px;
    margin: 0;
    background: url(../images/img06.gif) repeat-x;
}

#footer p {
    margin: 0;
    padding: 15px;
}

#legal {
    float: left;
}

#links {
    float: right;
}

/* django specific */
.errorlist {
    color: #ff0000;
}
dl.tasks {
    color: #ccc;
}
dl.tasks dt.task-active {
    color: #000;
}

/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
    /* Turn off list bullets */
    ul.mktree  li { list-style: none; } 
    /* Control how "spaced out" the tree is */
    ul.mktree, ul.mktree ul , ul.mktree li { margin-left:10px; padding:0px; }
    /* Provide space for our own "bullet" inside the LI */
    ul.mktree  li           .bullet { padding-left: 15px; }
    /* Show "bullets" in the links, depending on the class of the LI that the link's in */
    ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(../images/minus.gif)  center left no-repeat; }
    ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(../images/plus.gif)   center left no-repeat; }
    ul.mktree  li.liBullet  .bullet { cursor: default; background: url(../images/bullet.gif) center left no-repeat; }
    /* Sublists are visible or not based on class of parent LI */
    ul.mktree  li.liOpen    ul { display: block; }
    ul.mktree  li.liClosed  ul { display: none; }
    /* Format menu items differently depending on what level of the tree they are in */
    ul.mktree  li { font-size: 12pt; }
    ul.mktree  li ul li { font-size: 10pt; }
    ul.mktree  li ul li ul li { font-size: 8pt; }
    ul.mktree  li ul li ul li ul li { font-size: 6pt; }
}

