/*
Theme Name: IsauraS
Theme URI:
Description: Based upon the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.9
Author: Isaura Simon, Adam Falk
Author URI: http://www.isauras.com/
Tags:
*/

body {
    font-size: 62.5%; /* Resets 1em to 10px */
    font-weight: normal;
}

#sidebar {
/*
    width: 300px;
*/
}

#sidebar li {
    float: left;
    position: relative;
    width: 200px;
}

#sidebar h2 {
    text-decoration: none;
    margin: 5px 0 0;
    padding: 0;
}

#sidebar ul ul li, #sidebar ul ol li {
    color: #777;
}

#sidebar ul ul li:before {
    content: "\00BB \0020";
}

#sidebar ul, #sidebar ul ol {
    margin: 0;
    padding: 0;
}

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
    margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
    margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
    margin: 0 0 0 10px;
}

#sidebar ul ul li, #sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0;
}

#blogContent {
/*
    margin-left: 100px;
*/
}

.table1, th, td {
}

p {
    font-size: 1.1em;
}

h2 {
    font-size: 1.6em;
    margin-bottom: 0;
}

h3, h4 {
    font-size: 1.2em;
}

.center {
    text-align: center;
}
