/*
Theme Name: GlobalSister
Theme URI: http://globalsister.wordpress.com/
Description: Theme for GlobalSister blog
Version: 0.2
Author: Denis Kobozev
Tags: fixed width, three columns, widgets
*/

body {
	background-color: #FAFAFA;
    background-image: url(http://api.ning.com/files/Z87MlvsLKNopvnnrvzFcAPLf9zmQ9CdNCGXGhdCeRwW*r*HM46Gd9i1WhC7Px7FuXGWuAhvD0PVhXcILm2NG3Rf6TJhM9GL1/sides.jpg?width=30&height=2000&xn_auth=no&type=jpeg&v=200910310159);
    background-repeat: repeat;
    color: #333;
    font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
    font-size: 100%; /* 16px in most browsers */
    margin: 0;
    padding: 0;
}

body,
div,
dl,
dt,
dd,
ul, 
ol, 
li, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
pre, 
form, 
font, 
fieldset, 
input, 
button, 
p, 
blockquote, 
th, 
td {
    line-height:1.5em;
    margin:0;
    padding:0;
}

a:link img,
a:visited img,
a:hover img {
    border-style: none;
}

a {
    color: #330033;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

blockquote {
    font-style: italic;
    padding: 0 0 0 1em;
    margin: 1.5em 0;
}

#header {
    color: #AACCCC;
    background: #AACCCC;
}

#fakebar {
    background: #362F2D;
    height: 28px;
}

#headerimg {
    width: 945px;
    margin: 0 auto;
}

#sitename {
    font-size: 0;
    line-height: 0;
    /* it boggles the mind - if you don't specify the font-family as serif,
     * IE6 puts a 1px margin above the navbar. alas!
     * http://westciv.typepad.com/standards/2005/02/the_most_myster.html
     */
    font-family: serif;
}

#navigation {
    background: #362F2D;
    height: 1%;
    padding: 4px;
}

#navigation ul {
    width: 945px;
    margin: 0 auto;
}

#navigation ul li {
    float: left;
    list-style: none;
    margin: 0 0 0 3px;
    padding: 0 6px;
    font-size: 0.9375em; /* 15px */
    font-weight: bold;
    line-height: 1.933; /* 29px */
    position: relative;
}

#navigation li a,
#navigation li a:link,
#navigation li a:hover,
#navigation li a:visited {
    color: #D5ECEC;
    text-decoration: none;
}

#navigation ul li ul {
    background: #f2f2f2;
    display: none;
    width: 10em;
    position: absolute;
    left: 0; /* IE6 workaround */
    top: 1.933em; /* 29px */
    overflow: hidden;
}

/* reset IE6 workaround for other browsers */
#navigation ul li > ul {
    left: auto;
    top: auto;
}

#navigation li ul a,
#navigation li ul a:link,
#navigation li ul a:hover,
#navigation li ul a:visited {
    float: none;
    display: inline-block;
    width: 100%;
    color: #333;
    font-size: 0.928571em; /* 13px */
    line-height: 2em;
    padding: 0 6px;
    margin: 0 !important;
}

#navigation li ul a:hover {
    background: #d9d9d9;
}

#navigation ul li:hover ul,
#navigation ul li.over ul {
    display: block;
}

#navigation ul li ul li {
    float: none;
    padding: 0;
    margin: 0;
}

#page {
    overflow: hidden;
    width: 945px;
    margin: 0 auto 10px auto;
    padding: 0 0 0 10px;
    font-size: 0.75em; /* 12px */
}

#page h3 {
    font-size: 1.083333em; /* 13px */
}

#left-center {
    width: 747px;
    float: left;
    display: inline;
}

#sidebar-left {
    width: 230px;
    display: inline;
    float: left;
}

#main-column {
    width: 502px;
    padding: 0 5px;
    margin: 0 0 0 5px;
    float: left;
    display: inline;
}

#sidebar-right {
    width: 192px;
    display: inline;
    float: left;
    margin: 0 0 0 5px;
}

.module_header h2 {
    font-size: 1em;
}

.module_header, 
.sidebar ul li h2 {
    padding: 3px;
    background: #D5ECEC;
    color: #362F2D;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    font-size: 1.083em; /* 13 px */
}

.module_header {
    margin: 20px 0 0 0;
}

.module_header a,
.sidebar ul li h2 a {
    color: #333;
    text-decoration: none;
}

.sidebar ul li ul {
    padding: 5px;
}

.post {
    margin: 20px 0;
}

.sidebar ul li {
    list-style: none;
    margin: 20px 0;
}

.sidebar ul li ul li {
    margin: 0;
    list-style: disc inside;
}

.widget_tag_cloud div {
    padding: 5px 0 0 5px;
}

.widget_tag_cloud div a {
    display: block;
    font-size: 1em !important;
}

#footer {
    font-size: 0.75em;
    min-height: 20px;
    background: #362F2D;
    padding: 10px;
    color: white;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
    color: #B2E5E4;
}

.left {
    float: left;
}

.right {
    float: right;
}

.spacer {
    clear: both;
    height: 55px;
}

.postmetadata {
    margin: 1.5em 0 0 0;
}

#comment {
    width: 500px;
}

#respond,
#comments {
    margin: 1.5em 0;
}

.comment {
    margin: 1.5em 0 0 0;
}

.navigation {
    margin: 1.5em 0;
}

.entry ul,
.entry ol {
    padding: 0 0 0 1.5em;
}

#searchform {
    padding: 5px;
}
