/*

    Shared styles for /classifieds/ , /directories/ , and /account/

*/

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- main styles */
/* -------------------------------------------------------------------------------------------- */
* {
    box-sizing: border-box;
}

body {
    background: #fff;
    color: #333;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #3f647e;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
    z-index: 99999;
}

#header {
    margin: 20px 0 0 5px;
    min-height: 35px;
    position: relative;
}

#ad_tower {
    clear: both;
    float: left;
    margin: 20px 0;
}

.center {
    clear: both;
    text-align: center;
    display: block;
    padding: 0 0 20px 0;
}

.center p {
    margin: 20px 0;
}

#container a:hover {
    text-decoration: none;
}

#container h1 {
    font: bold 24px;
    letter-spacing:-1px;
    color: #333;
    font-size: 25px;
    font-weight: bold;
    line-height:30px;
}

#container h1 small {
    font-size: 16px;
    color: #666;
}

#container h2 {
    color: #333;
    font-size: 20px;
    line-height: 20px;
}

#container h2 small {
    font-size: 12px;
    color: #999;
}

#container h3, h4, h5, h6 {
    clear: both;
    color: #333;
    font-size: 16px;
    position: relative;
}

#container {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 32px;
}

#main_content {
    float: left;
    background: #EDEBE0;
    border-top: solid 5px;
    border-left: solid 1px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    position: relative;
}

#left_column {
    background: #F9F9F2;
    min-height: 850px;
}

.wrap {
    clear: both;
    float: left;
    background: #fff;
    width: 100%;
    border: 1px solid #d1d1d1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    margin: 10px auto;
}

.wrap_title {
    clear: both;
    background: #fff;
    border: 1px solid #d1d1d1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 10px auto;
    padding: 0;
}

span#id_brief_parent, span#id_content_parent {
    clear: both;
    float: left;
}

#right_column {
    padding: 40px 20px;
    font-size: 12px;
    min-height: 370px;
}

#right_column img {
    border: 1px solid #999;
    padding: 0;
}

#right_column p {
    margin: 10px 0;
}

#right_column ul li {
    margin: 0 0 15px 0;
}

#right_column h4 {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin: 20px 0;
    color: #333;
}

#right_column h4 a {
    color: #417bb9;
    text-decoration: underline;
}

#right_column dl {
    float: left;
    width: 300px;
}

#right_column dl dt {
    font-weight: bold;
    padding: 10px 0;
}

#right_column dl dd a {
    text-decoration: none;
    color: #333;
    padding: 3px;
    float: left;
    margin: 3px 5px 3px 0;
    background: #DDDBD0;
}

#right_column dl dd a:hover {
    text-decoration: underline;
    background: #F9F9F2;
}

.subscription_price {
    color: #2E536B;
    font-weight: bold;
    font-size: 18px;
    margin: 5px 0;
}

#main_button {
    padding: 8px 10px;
    color: #fff;
    text-decoration: none;
    border: 0;
    text-align: center;
    font-size: 14px;
    max-width: 150px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 1px 2px #888;
    -webkit-box-shadow: 0px 1px 2px #888;
    box-shadow: 0px 1px 2px #888;
    cursor: hand;
    margin: 10px auto;
    display: block;
}

#main_button:hover {
    -moz-box-shadow: 0px 1px 1px #C3C3C3;
    -webkit-box-shadow: 0px 1px 1px #C3C3C3;
    box-shadow: 0px 1px 1px #C3C3C3;
}

#main_button:active {
    -moz-box-shadow: 0px 0px 0px #C3C3C3;
    -webkit-box-shadow: 0px 0px 0px #C3C3C3;
    box-shadow: 0px 0px 0px #C3C3C3;
}

.item_url {
    display: block;
    font-size: 12px;
    margin: 10px 0 0 0;
}

.event_panel {
    float: left;
    clear: both;
    width: 100%;
    padding: 10px 20px;
}

.event_intro {
    width: 348px;
    margin: 10px 0 0 0;
    padding: 0 10px 0 0;
    float: left;
}

.list_item {
    border: 1px solid #d1d1d1;
    background:#fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 15px 0;
    position: relative;
    float: left;
    clear: both;
    width: 100%;
}

.event_info {
    float: right;
    width: 200px;
    margin: 10px 0 0 0;
    font-size: 12px;
    text-align: right;
    line-height: 18px;
}

.event_info em {
    font-style: normal;
    color: #666;
}

.event_info b {
    text-transform: uppercase;
    color: #DDDBD0;
    font-size: 12px;
    font-weight: normal;
}

.event_panel h4 {
    float: left;
    width: 348px;
}

.event_panel h4 a {
    color: #333;
    font-size: 16px;
    margin: 0 0 10px 0;
    line-height: 20px;
    float: left;
}

.event_divider {
    clear: both;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
    padding-top: 10px;
}

#top p {
    margin: 20px 0;
}

#tab1, #tab2, #tab3 {
    clear: both;
    float: left;
    margin-top: 40px;
}

a.more {
    padding: 0 10px;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- tabs */
/* -------------------------------------------------------------------------------------------- */

.tabsnav {
    position: absolute;
    width: 100%;
    list-style: none;
    top: 0;
    left:0;
    background: #EDEBE0;
    font-weight: bold;
    font-size: 12px;
}

.tabsnav li {
    float: left;
    background: #EDEBE0;
    border-right: 1px solid #F9F9F2;
}

.tabsnav li a {
    color: #333;
    float: left;
    text-decoration: none;
    padding: 10px 20px;
}

ul.tabsnav li:hover {
    background: #F6F4EC;
}

.tabsnav li a:focus {
    outline: 0;
}

.tabsnav li a.selected {
    background: #F9F9F2;
    color: #fff;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- search results */
/* -------------------------------------------------------------------------------------------- */

#post_results {
    background: #EDEBE0;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 20px;
    float: left;
    width: 100%;
}

#post_results a {
    color: #E33500;
}

#post_results a:hover {
    text-decoration: none;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- details page */
/* -------------------------------------------------------------------------------------------- */

#details {
    padding: 20px;
    margin-bottom: 20px;
    line-height: 20px;
    width: 558px;
    clear: both;
    float: left;
    background: #fff;
    border: 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#details h2 {
    font-size: 24px;
    line-height: 30px;
}

#details ul {
    width: 329px;
    float: left;
    margin-bottom: 20px;
}

#details p {
    clear: both;
}

a#back_to_search_results, .make_changes {
    display: block;
    float: left;
    margin: 10px 0;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

a#back_to_search_results:hover, .make_changes:hover {
    text-decoration: underline;
}
#sidebar #magazines {
    float: left;
    margin: 20px 0;
}
#sidebar #magazines img {
    width: 148px;
    height: 193px;
    float: left;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- error list */
/* -------------------------------------------------------------------------------------------- */

.error_list {
    font-size: 12px;
    color: red;
    background: rgba(255,255,255,0.5);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
}

#error_list { 
    color: red;
    background: #eee;
    padding: 20px;
    padding-bottom: 10px;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#error_list ul {
    padding: 0;
    margin-top: 10px;
    font-size: 14px;
    color: #000;
}

#error_list ul li {
    float: left;
    margin: 0 20px 10px 0;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- forms */
/* -------------------------------------------------------------------------------------------- */

#sidebar {
    float: left;
}
fieldset {
    border: 0; margin: 0; padding: 0; padding-bottom: 10px;
}

.wrap_title .section {
    padding: 20px 0;
}

#sidebar .section {
    padding: 20px;
}

fieldset legend, .legend {
    color:#666;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 20px;
    margin: 0px;
    margin-bottom: 10px;
    background: #EDEBE0;
}

#sidebar #promorional_right strong {
    display: block;
    margin: 0 0 15px 0;
}

.member_benefits {
    margin: 0 0 0 20px;
}

.member_benefits li {
    list-style: disc;
}

fieldset label {
    display: inline;
    width: 175px;
    float: left;
    font-size: 13px;
    text-align: right;
    padding: 5px 10px 0 0;
}

fieldset .form_section {
    clear: both;
    padding: 3px 0;
    margin-left: 40px;
    position: relative;
}

fieldset .form_section input[type="text"],
fieldset .form_section input[type="email"],
fieldset .form_section input[type="number"],
fieldset .form_section input[type="password"] {
    font-size: 13px;
    padding: 2px 4px;
    width: 185px;
}

fieldset .form_section select {
    font-size: 12px;
    margin: 3px 0 0 0;
    padding: 2px;
    width: 185px;
}

fieldset .expiration select {
    width: 87px;
}

fieldset .form_section textarea, fieldset textarea {
    font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
    font-size: 13px;
    border: 1px solid #999;
    padding: 7px;
}

fieldset.center {
    text-align: center;
}

fieldset.center label {
    float: none;
    text-align: center;
}

.wrap_title table, #media_preference {
    margin: 0 20px;
    padding: 0 0 10px 0;
}

#error_row {
    color: red;
    font-weight: bold;
    text-align: center;
}

.error_row {
    width: 130px;
    display: inline;
    font-size: 12px;
    color: #fff;
    margin: 0 0 0 5px;
    padding: 3px 5px;
    position: absolute;
    top: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-top-right-radius: 5px;
}

.error_row {
    background: #E81C0B;
}
.error_row:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 0, 0, 0);
    border-right-color: #E81C0B;
    border-width: 5px;
    margin-top: -5px;
}

.error_row a {
    color: #fff;
    text-decoration: underline;
}
#create_a_new_account .form_section:nth-child(2) .error_row {
    width: 170px;
}
#payment_information .form_section:nth-child(3) .error_row {
    width: 450px;
}
#payment_information .form_section:nth-child(5) .error_row {
    width: 275px;
}
.error_top {
    text-align: center;
    font-size: 16px;
    color: #E81C0B;
    margin: 10px;
}

.confirmation_top {
    text-align: center;
    font-size: 16px;
    color: green;
}

fieldset:first-child legend {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.description label {
    width: 558px;
    float: left;
    text-align: left;
    padding: 0 20px;
}

.description textarea {
    width: 542px;
    margin: 10px 20px 0 20px;
    float: none;
}

.description .error_row {
    margin: 10px 20px 0 20px;
}

.notice {
    font-weight: bold;
    padding: 10px 0;
}

#member_sign_in {
    font-weight: normal;
    font-size: 12px;
}

#member_sign_in a {
    color: #666;
    text-decoration: underline;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- form buttons */
/* -------------------------------------------------------------------------------------------- */

a.button, a.subscribe, a#submit, input#submit, input#continue, input#find, a#submit {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
    border: 0;
    font-size: 14px;
    text-align: center;
    /*text-shadow: 1px 1px 0px #333;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 1px 2px #888;
    -webkit-box-shadow: 0px 1px 2px #888;
    box-shadow: 0px 1px 2px #888;
    background: #2E536B; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#337299', endColorstr='#2E536B'); /* for IE */ 
    background: -webkit-gradient(linear, left top, left bottom, from(#337299), to(#2E536B)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #337299, #2E536B);
}

a.button:hover, a.subscribe:hover, input#submit:hover, input#continue:hover, input#find:hover, a#submit:hover {
    color: #fff;
    cursor: pointer;
    -moz-box-shadow: 0px 1px 1px #C3C3C3;
    -webkit-box-shadow: 0px 1px 1px #C3C3C3;
    box-shadow: 0px 1px 1px #C3C3C3;
}

a.button:active, a.subscribe:active, input#submit:active, input#continue:active, input#find:active, a#submit:active {
    color: #fff;
    cursor: pointer;
    -moz-box-shadow: 0px 0px 0px #C3C3C3;
    -webkit-box-shadow: 0px 0px 0px #C3C3C3;
    box-shadow: 0px 0px 0px #C3C3C3;
}

/* styling submit buttons to look like links */
#make_changes {
    border: 0;
    font-size: 12px;
    padding: 0;
    margin: 0;
    text-align: center;
    background: transparent;
    font-weight: bold;
    color: #5F82A3;
    text-decoration: underline;
}

#make_changes:hover {
    cursor: pointer;
    text-decoration: none;
}
#white_papers_logo {
    position: absolute;
    bottom:-7px;
    z-index: 1000;
}
/* whitepaper list styles */
#site_list table ul {
    margin: 10px 0;
}
#site_list table ul li {
    list-style-type: disc;
    padding: 3px;
    margin-left: 20px;
}
/* whitepaper button position */
#site_list table a.button {
    clear: both;
    display: block;
    width: 100px;
    margin: 10px auto;
}
#whitepaper_title {
    font-size: 20px;
    line-height: 24px;
}

 @media only screen and (max-width : 990px) {
    #right_column {
        clear: both;
    }
    #left_column {
        float: left;
    }
 }

 @media only screen and (max-width : 480px) {
    .error_row {
        width: 60px;
    }
    fieldset label {
        display: block;
        width: 100%;
        float: none;
        text-align: center;
        padding: 5px 0 0 0;
    }
    .description label {
        width: 100%;
    }
    fieldset#job_details .form_section label {
        margin: 0;
        text-align: center;
        width: 100%;
    }
    #container {
        width: 100%;
    }
    #right_column dl {
        width: 100%;
    }
 }