a,
a:visited,
a:active {
    text-decoration: none;
    color: #467ecc;
}

a:hover {
    color: #39719b;
}

a img {
    border: none;
}

body {
    background-color: #fbfbfb;
    background: url(../images/bg_tile.png);
    font-size: 16px;
    line-height: 28px;
    font-family: Georgia, Utopia, Palatino, 'Palatino Linotype', serif;
    text-align: justify;
    color: #535353;
}

#glee_logo {
    text-align: center;
    margin: 30px 0px 20px 0px;
}

#wrap {
    margin: 0 auto;
    width: 850px;
}

#content {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: #d3d3d3 0px 0px 10px;
    -moz-box-shadow: #d3d3d3 0px 0px 10px;
}

h1 {
    clear: both;
    font-size: 25px;
    padding: 5px 8px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    padding-bottom: 2px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

h2 {
    clear: both;
    color: #555;
    font-size: 20px;
    background-color: #edf2f2;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 20px 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding-left: 7px;
    padding-top: 5px;
    padding-bottom: 3px;
}

h3 {
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #555;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
}

h4 {
    font-style: italic;
    font-size: 13px;
    font-weight: normal;
}

#footer {
    margin-top: 10px;
    font-size: 12px;
    padding-bottom: 20px;
    line-height: 22px;
    color: #999;
    clear: both;
    overflow: hidden;
}

#footer a {
    font-weight: normal;
    color: #555;
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.cmd-set {
    padding-bottom: 40px;
    float: left;
}

.cmd {
    float: left;
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.cmd a {
    font-weight: normal;
}

div.command {
    width: 170px;
    float: left;
}

.command {
    font-family: Monaco, Consolas, "Courier New", Courier, mono;
    font-size: 15px;
}

.description {
    width: 530px;
    float: right;
}

#screencast {
    margin: 30px 0;
    text-align: center;
}

#download {
    padding-bottom: 20px;
    width: 100%;
}

#download tr {
    text-align: center;
    width: 100%;
}

img.download_icon {
    width: 90px;
    height: 90px;
}

code,
pre {
    font-family: Monaco, Consolas, "Courier New", Courier, mono;
    font-size: 15px;
    white-space:pre-wrap;
    padding: 2px;
}

div.release {
    margin-bottom: 60px;
}

/** features **/
#features {
    width: 100%;
    margin: 20px auto;
    margin-bottom: 10px;
    clear: both;
    float: left;
    overflow: hidden;
    height: 350px;
}

#feature_list {
    float: left;
}

#feature_content {
    color: #888;
    float: left;
    width: 450px;
/*  margin-left: 5px;*/
    position: relative;
}

div.feature {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
}

div.feature .screenshot {
    margin-bottom: 5px;
}

div.feature img {
    border: 1px solid #eaeef2;
/*  box-shadow: 1px 1px 5px #eaeef2;*/
}

div.feature_name {
    padding: 10px;
    background-color: #fbfbfb;
    width: 300px;
    border: 1px solid #eaeef2;
    border-top-width: 0;
    border-right: none;
    text-align: left;
    -webkit-transition-property: color, background-color;
    -webkit-transition-duration: 0.2s, 0.2s;
    -webkit-transition-timing-function: linear, linear;
    -moz-transition-property: color, background-color;
    -moz-transition-duration: 0.2s, 0.2s;
    -moz-transition-timing-function: linear, linear;
    -webkit-box-shadow: 1px 0px 1px #fff;
}

div.feature_name:first-of-type {
    border-top-width: 1px;
}

div.feature_name:hover,
div.feature_name:focus {
    cursor: pointer;
    color: #333;
    background-color: #fff;
    outline: none;
}

div.feature_name.selected {
    color: #2a374d;
    background-color: #f2f7fa;
}

.release {
    font-size: 16px;
}

.release li {
    margin: 10px 0;
}

.release li ul li {
    list-style-type: circle;
    margin-left: 30px;
}
