/* styles for /new-features/
/* ------------------------------------------------------------------------- */

div#pageWrapper {
    width: 1000px;
}

#topnav_buttons {
    margin-right: 50px;
}

p.intro {
    padding: 0 150px 20px 0;
    width: 740px;
    font-size: 20px;
    line-height: 27px;
    margin: 0;
}

p.intro a {
    color: #222222;
}

p.intro a:hover {
    color: #29b1f8;
}

h2 {
    margin: 0 0 15px 0;
}

#features-content-wrap {
    width: 960px;
}

.left-pod, .right-pod {
    float: left;
}

.left-pod .whats-new-pod {
    width: 497px;
}

.no-height-pods .left-pod .whats-new-pod, .no-height-pods .right-pod .whats-new-pod {
    height: auto;
}

.left-pod .whats-new-pod .pod-margin {
    margin: 20px 55px 0 0;
}

.right-pod .whats-new-pod {
    width: 452px;
}

.right-pod .whats-new-pod .pod-margin {
    margin: 20px 0 0 0;
}

.whats-new-pod img { margin: 0 0 10px 0; }

.whats-new-pod img.border {
    border: 1px solid #d8d8d8
}

.whats-new-pod h2 { font-size: 25px; }
.whats-new-pod p {
    font-size: 15px;
    line-height: 22px
}
.newintwo .whats-new-pod h2,
.newintwo .whats-new-pod p,
.newintwo .whats-new-pod a { margin-left: 15px; }

a.red-link {
    color: #e00400;
    margin: 0 10px 0 15px;
}

a.red-link:hover {
    color: #bb0000;
}

#whatsnew ul li a:hover {
    color: #1ea6f9;
}

a.grey-link {
    color: #636363;
    font-size: 15px;
    line-height: 22px
    margin: 0 5px 0 0;
    display: inline-block;
}

a.grey-link:hover {
    color: #29b1f8;
}

.whats-new-pod ul {
    margin-left: 15px;
}
.whats-new-pod { 
    width: 100%; 
    margin-bottom: 40px;
}

.pod-margin {
   margin-top:30px;
}

.left-pod-narrow {
    float: left; width: 350px;
}

.right-pod-narrow {
    float: left; width: 540px;
}


a.big-link {
    font-size: 18px;
    color: #1d547c;
    font-weight: bold;
    margin: 30px 0 30px 15px;
    display: inline-block;
}
a.big-link:hover {
    color: #1ea6f9;
}
a.big-link.top {
    margin: 0 0 30px 0;
}
body#whatsnew #infokit-footer .footer-margin {
    margin: 0 0 0 70px;
}