/*RESET*/
*{margin:0; padding:0;}
img{border:none;}
blockquote{quotes:none}
blockquote:before,blockquote:after{content:'';content:none}
/*end RESET*/

/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010 Fontspring
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:     Mark Simonson Studio
 * License URL:http://www.fontspring.com/fflicense/mark-simonson-studio
 *
 *
 */

@font-face{
    font-family:'ProximaNovaRegular';
    src:url('../font/Proxima_Nova_Reg-webfont.eot');
    src:local('☺'), url('../font/Proxima_Nova_Reg-webfont.woff') format('woff'), url('../font/Proxima_Nova_Reg-webfont.ttf') format('truetype'), url('../font/Proxima_Nova_Reg-webfont.svg#webfontstEnRm6v') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family:'ProximaNovaSemibold';
    src:url('../font/Proxima_Nova_Sbold-webfont.eot');
    src:local('☺'), url('../font/Proxima_Nova_Sbold-webfont.woff') format('woff'), url('../font/Proxima_Nova_Sbold-webfont.ttf') format('truetype'), url('../font/Proxima_Nova_Sbold-webfont.svg#webfontxso48NW5') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family:'ProximaNovaBold';
    src:url('../font/Proxima_Nova_Bold-webfont.eot');
    src:local('☺'), url('../font/Proxima_Nova_Bold-webfont.woff') format('woff'), url('../font/Proxima_Nova_Bold-webfont.ttf') format('truetype'), url('../font/Proxima_Nova_Bold-webfont.svg#webfont0R9JsQdw') format('svg');
    font-weight:normal;
    font-style:normal;
}

/* -------- DEFAULTS ----------- */
body{color:#333; font:12px/1.3em arial,sans-serif; word-wrap:break-word;}
a:link,
a:visited{color:#cb622d; text-decoration:none;}
a:hover,
a:active{ color:#cb622d; text-decoration:underline;}
h1 {font: bold 44px/1em 'ProximaNovaBold',Arial,sans-serif; letter-spacing: -1px;}
h2 {font: normal 20px/1em 'ProximaNovaBold',Arial,sans-serif; letter-spacing: 0;}
h3 {font: bold 14px/1em 'ProximaNovaRegular',Arial,sans-serif; letter-spacing: 0;}
p{padding-bottom:10px;}
ul{list-style-type: none;}
li{position: relative; margin: 0 0 0 20px; padding: 6px 0 0 0;}
/* -------- end DEFAULTS ----------- */

/* -------- HEADER ----------- */
.header-wrapper{
    width:100%;
    min-width: 969px;
    background:#cb622d;
}
.header{
    width: 1030px;
    height: 99px;
    margin:0 auto;
}
.menu-logo-wrapper {
  background: #cc622e;
  height: 99px;
}
.menu-logo-wrapper .menu-logo {
  background: #cc622e url("../img/header-background-overlay.jpg") 15px 0 no-repeat;
  width: 969px;
  margin: 0 auto;
  height: 130px;
}
.top-logo-wrapper {
  background: #cc622e;
  height: 100px;
}
.top-logo-wrapper .top-logo {
  background: #cc622e url("../img/header-background-overlay.jpg") 15px 0 no-repeat;
  width: 969px;
  margin: 0 auto;
}

/* -------- END HEADER ----------- */

.wrapper{
    background:#fff;
    margin: 0 auto;
    width: 1030px;
}

.shadow-divider {
    margin: 30px 0 0 -25px;
}

.main {
    background-color: #FFF;
    padding: 20px 50px 30px;
}
.main .top {
    width: 894px;
    height: 102px;
    background:url(../img/flat_submit/flying-man-1.png) 0 0 no-repeat;
}
.main .top h2 {
    position: relative;
    top: 15px;
    float: right;
}

.submit-an-article-link {
    position: relative;
    top: -4px;
    color: #FFF !important;
    background: #B35424 url(../img/submit-new-article-background.png) no-repeat 0 -3px;
    font: bold 12px/1em Arial, sans-serif;
    letter-spacing: 0;
    display:inline-block;
    padding:6px 15px 8px 33px;
}

.submit-an-article-image {
    position: relative;
    top: 6px;
    display: inline-block;
    padding: 0 0 0 4px;
}

.middle {
    position: relative;
    margin-top: 30px;
}

.middle .shadow-divider {
    position: absolute;
    left: 0;
    top: 0;
}

.middle ul {
    margin-top: 40px;
}

.middle li {
    position: relative;
    margin: 10px 0 0 40px;
    padding: 6px 0 0 10px;
}

.middle li .heading {
    font-weight: bold;
}

.middle .counter {
    font: bold 24px/1em 'ProximaNovaBold',Arial,sans-serif;
    position: absolute;
    width: 25px;
    height: 30px;
    padding: 6px 0 0 11px;
    top: 0;
    left: -40px;
}
.middle .counter.first {
    width: 24px;
    padding-left: 12px;
}

.middle .left .counter {
    color: #000;
    background:url(../img/flat_submit/grey-circle.png) 0 0 no-repeat;
}

.middle .right .counter {
    color: #FFF;
    background:url(../img/flat_submit/orange-circle.png) 0 0 no-repeat;
}

.middle .column {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}
.middle .column.right {
    margin-left: 80px;
    width: 50%;
}

.bottom h2 {
    color: #999;
    margin: 20px 0 30px 0;
    font-size: 18px;
}

.quote {
    display: inline-block;
    width: 435px;
    vertical-align: top;
}
.quote.first{
    margin-right: 20px;
}
.quote blockquote {
    background:url(../img/flat_submit/quote.png) 0 0 no-repeat;
    padding-left: 50px;
}
.quotor {
    margin: 10px 0 0 0;
    padding-left: 50px;
}

/* -------- FOOTER ----------- */
.footer-wrapper{
    background: #DDD;
    width:100%;
    min-width: 969px;
    height: 100px;
}
.footer-wrapper.bottom {
    height: 120px;
    background: #333;
}
.footer {
    font-size:12px;
    width:969px;
    margin:0 auto;
}
.footer.top {
    position: relative;
}
.footer .shadow-divider {
    position: absolute;
    top: -30px;
}
.footer-graphic {
    position: absolute;
    top: -15px;
}
.footer h2 {
    font: normal 24px/1em 'ProximaNovaBold',Arial,sans-serif; letter-spacing: 0;
    position: relative;
    top: 20px;
    left: 250px;
    width: 630px;
    color: #000;
}
.footer span {
    font: normal 20px/1em 'ProximaNovaBold',Arial,sans-serif; letter-spacing: 0;
    position: relative;
    top: 20px;
    left: 250px;
    width: 630px;
}
.footer .bottom-logo {
    float: right;
    margin-top: 30px;
}
.footer-wrapper .submit-an-article-link {
    top: 0;
}
.footer .bottom-box-text {
    position: relative;
    top: 2px;
    left: 250px;
    width: 500px;
    display: inline-block;
    color: #000;
    padding: 0;
    font: 18px "ProximaBold", arial, sans-serif;
}
.footer .bottom-box-text a {
    color: #cb622d !important;
    text-decoration: none;
}
.bottom-box-button {
    margin-top: -15px;
    float: right;
}
/* -------- FOOTER ENDS ----------- */