/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

Modifications for blog.monifoto.net

*/

body { background: #3E4551 url('images/bg.site.png') repeat-x left -25px; }

a:link, a:visited {
    color: #75c5f0;
}

input.submit,
#commentform #submit {
    background-color: #75c5f0;
}

.col-full {
    width: 990px;
}

#main {
    width: 670px;
}

img.wp-smiley {
    border: none;
}

#pagenav li a, #pagenav li.rss a {
    color: #fff;
    border-bottom-color: #fff;
}

#pagenav li.current_page_item a, #pagenav li a:hover {
    border-bottom-color: #75c5f0;
}

#navigation {
    background: none;
}

#extended-footer {
    border-top: 1px solid #616068;
    background: #413e4a;
}

#header {
    padding: 15px 0 45px 0;
}

#logo {
    padding-top: 20px;
}

.widget h3 {
    color: #fff;
    border-bottom: 1px solid #75c5f0;
}

/* flickr widget */
#flickr a img {
    border: 3px solid #75c5f0;
}

#flickr a:hover img {
    border: 3px solid #FF1183;
}

/* twitter widget */
#twitter {
    color: #fff;
}

#twitter li {
    border-bottom: none;
}

#twitter li span {
    line-height: 1.5;
    display: block;
    padding: 0 0 5px 0;
}

#twitter a {
    color: #fff !important;
    background: #555 !important;
    font-weight: normal;
    padding: 2px;
}

#twitter a:hover {
    color: #fff !important;
    background: #666 !important;
    font-weight: normal;
}

/* footer */
#extended-footer .widget ul li a,
#sidebar .widget_categories ul li a {
    color: #fff;
    padding: 2px 4px;
    text-decoration: none;
}

#sidebar .widget_categories ul li a {
    border: none;
}

#extended-footer .widget ul li a:hover,
#sidebar .widget_categories ul li a:hover {
    font-weight: normal;
    text-decoration: none;
    background: #75c5f0;
}

.one, .two {
    border-right: none;
}

/* widget recent comments */
.widget_archive li,
.widget_recent_comments li {
    border-bottom: 1px solid #75c5f0;
}

.widget_recent_comments li a {
    color: #fff !important;
    padding: 2px 4px;
}

.widget_recent_comments li a:hover {
    color: #fff;
    background: #75c5f0 !important;
}

/* Categories in the sidebar */
#sidebar .widget_categories ul{
    overflow: hidden;
}
#sidebar .widget_categories ul li {
    width: 50%;
    float: left;
    text-transform: capitalize;
}

/* Post */
.post .title {
    font-family: Georgia, serif;
    font-size: 30px;
    font-weight: bold;
}
.entry img {
    border: 5px solid #EFEFEF;
}

.entry .wp-smiley {
    border: none;
}

/* Comments */
#respond h3,
#comments h3 {
    font-family: Georgia, Sans-serif;
}

.widget ul li a:link, .widget ul li a:visited {
    background: none;
}