@charset "utf-8";
/* CSS for Simple producers page */

#simple-destinations h1.title {
    color: #346088;
    font-family: Georgia, serif;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
	margin-bottom: 14px;
}
#simple-destinations .country {
    margin-bottom: 1em;
}
#simple-destinations h2 {
    margin-bottom: 8px;
}
#simple-destinations h2 a {
    color: #c4a31b;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
#simple-destinations .province {
    margin-bottom: 0.6em;
}
#simple-destinations h3 {
    margin-bottom: 2px;
}
#simple-destinations h3 a {
    color: #d96714;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
#simple-destinations ul {
    list-style: none;
    margin-bottom: 12px;
}
#simple-destinations li {
    line-height: 18px;
    font-size: 14px;
    margin-left: 20px;
}
#simple-destinations li a {
    color: #83441a;
    text-decoration: none;
}
#simple-destinations h2 a:hover,
#simple-destinations h3 a:hover,
#simple-destinations li a:hover {
    text-decoration: underline;
}
#simple-destinations div.column {
    width: 30%;
    float: left;
    margin-right: 20px;
}
