/*
Theme Name: Goldfish CRM
Theme URI: http://goldfishcrm.com/
Description: Thematic Child Theme customized for Goldfish CRM
Author: Linus G Thiel
Author URI: http://hanssonlarsson.se/
Template: thematic
Version: 1.0
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

@import url('../thematic/style.css');

#header {
    background: black;
    color: white;
}

.entry-content a:link {
    color: #8a8a8a;
    text-decoration: none;
}

.entry-content a:visited {
    color: #9a9a9a;
    text-decoration: none;
}

.entry-content a:active,
.entry-content a:hover {
    color: #bababa;
    text-decoration: underline;
}

#blog-title a {
    color: white;
}

#primary,
#secondary {
    border: none;
    padding-top: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    background: #eaeaea;
}

.sf-menu,
.sf-menu a,
.sf-menu li {
    -moz-border-radius-topleft: 1em;
    -moz-border-radius-topright: 1em;
    -webkit-border-top-left-radius: 1em;
    -webkit-border-top-right-radius: 1em;
}

.gallery-item {
    margin: 0;
}