h1 {
    font-size: 16px;
    font-weight: normal
}

h2 {
    font-size: 16px;
    color: #FF0000;
    font-weight: normal
}

h3 {
    font-size: 15px;
    font-weight: normal
}

h4 {
    font-size: 15px;
    color: #FF0000;
    font-weight: normal
}

body {
    background: url("../images/background.png") repeat-x scroll center top transparent;
    font-family: 'Helvetica';
    font-size: 12px
}

#container {
    width: 960px;
    margin: 0 auto;
}

#header_logo {
    background: url("../images/header_banner.jpg") no-repeat scroll center top transparent;
    width: 960px;
    height: 91px;
}

#header_logo .login {
    float: right;
}

#header_logo .login .login_btn {
    float: left;
    position: relative;
    width: 108px;
    height: 35px;
    line-height: 35px;
    background-color: #eaeaea;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 16px
}

#header_logo .login .login_btn a {
    text-decoration: none;
    color: #000000;
}

#main {
    /*background-color: #FFFFFF*/
}

.white_background {
    background-color: #FFFFFF;
}

.clear {
    clear: both
}

/** MAIN MENU **/
#main_menu {
    width: 960px;
    height: 37px;
    position: relative;
    bottom: 0px;
    color: #ffffff;
    background-color: #000000;
    margin-top: 11px;
}

#main_menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    height: inherit;
    margin-left: 24px;
}

#main_menu ul li {
    height: 100%;
    float: left;
}

#main_menu ul li.current {
    background-color: #ed1c24;
}

#main_menu ul li a {
    text-decoration: none;
}

#main_menu ul li a h1 {
    color: #ffffff;
    padding: 3px 23px;
    text-align: center;
    text-decoration: none;
    font-weight: lighter
}

#main_menu ul li:hover {
    background-color: #ed1c24;
}

#main_menu h1 {
    font-size: 14px;
    font-weight: normal;
}

/* Lv2 */
#main_menu ul.level2 {
    display: none;
    margin-left: 0;
    margin-top: -3px;
    position: absolute;
    width: 150px;
}

#main_menu ul li:hover > ul {
    display: block;
    position: absolute;
    z-index: 99;
}

#main_menu ul ul li {
    height: auto;
    float: none;
    background-color: rgba(0, 0, 0, 0.8);
    color: #CA671E;
    font-size: 13px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px
}

#main_menu ul ul a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
    padding-right: 12px
}

#main_menu ul ul li:hover {
    background-color: rgba(0, 0, 0, 0.95);
    background-image: none;
    color: #FFFFFF;
}

#main_menu ul ul li:hover a {
    color: #ED1C24;
    display: block;
}

/** Lv3 **/
#main_menu ul.level2 ul.level3 {
    display: none;
    margin-left: 135px;
    margin-top: -20px;
    position: absolute;
    width: 100%;
}

#main_menu ul.level2 ul.level3 a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
}

#main_menu ul.level2 li:hover > ul {
    display: block;
    position: absolute;
    z-index: 99;
}

#main_menu ul.level2 ul.level3 li.level_3:hover a {
    color: #ED1C24;
    display: block;
}

/** END MENU **/

/** SUB MENU **/
.main_submenu {
    background-color: #000000;
    bottom: 0;
    color: #909090;
    height: 26px;
    margin-top: 2px !important;
    margin-bottom: 5px !important;
    margin: 3px auto;
    position: relative;
    width: 940px;
}

.main_submenu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    height: inherit;
    margin-left: 24px;
}

.main_submenu ul li {
    height: 100%;
    float: left;
    border-right: 1px solid
}

.main_submenu ul li.last {
    height: 100%;
    float: left;
    border-right: medium none
}

.main_submenu ul li.current {
    color: #ed1c24;
}

.main_submenu ul li a {
    text-decoration: none;
}

.main_submenu ul li a h1 {
    color: #909090;
    padding: 7px 16px 0px;
    text-align: center;
    text-decoration: none;
    font-weight: lighter;
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 12px
}

.main_submenu ul li:hover a h1 {
    color: #ed1c24;
}

.main_submenu h1 {
    font-size: 14px;
    font-weight: normal;
}

/* Lv2 */
.main_submenu ul.level2 {
    display: none;
    width: 100%;
    margin-left: 0
}

.main_submenu ul li:hover > ul {
    display: block;
}

.main_submenu ul ul li {
    height: 100%;
    float: none;
    background-color: rgba(0, 0, 0, 0.8);
    color: #CA671E;
    font-size: 13px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px
}

.main_submenu ul ul a {
    text-decoration: none;
    color: #CA671E;
    font-size: 14px;
}

.main_submenu ul ul li:hover {
    background-color: rgba(0, 0, 0, 0.8);
    background-image: none;
    color: #FFFFFF;
}

.main_submenu ul ul li:hover a {
    color: #FFFFFF;
    display: block;
}

/** END SUB MENU **/

#ct {
    position: relative;
    float: left;
    width: 617px;
    padding-left: 15px;
    padding-top: 15px;
}

#ct a {
    color: #FF0000;
    text-decoration: none;
}

#ct ul {
    margin: 0;
    padding-left: 28px;
}

#ct ul li {
    width: 300px;
    float: left;
    font-size: 12px;
    color: #FF0000;
    list-style: square outside none;
    margin-bottom: 15px;
}

#ct ul li a {
    color: #000000;
    text-decoration: none;
}

#ct ol {
    margin: 0;
    padding-left: 28px;
}

#ct ol li {
    width: 299px;
    float: left;
    font-size: 12px;
    color: #FF0000;
    list-style: decimal outside none;
    margin-bottom: 15px;
}

#ct ol li a {
    color: #000000;
    text-decoration: none;
}

#ct ul#imageContainer {
    padding: 0;
    z-index: 0;
}

#ct ul#imageContainer li {
    list-style: none outside none
}

#ct #imageContainer li {
    z-index: 0
}

.white_background #banner {
    margin-left: 0px;
    margin-top: 0px;
}

#banner {
    margin-left: -15px;
    margin-top: -15px;
}

#banner .banners {
    height: 252px;
}

#sideRt {
    position: relative;
    float: left;
    width: 328px
}

/** Right side **/
.panels_rt ul {
    margin: 0 auto;
    padding: 0;
    width: 296px;
}

.panels_rt ul li {
    margin-top: 5px;
    list-style: none outside none;
}

.panels_rt .wall_fame {
    width: 276;
    min-height: 272px;
    background: url(../images/wall_fame_background.png) no-repeat right top #FFFFFF;
}

/** Are you a writer? */
.panels_rt .panel_0 .overlay {
    position: absolute;
    margin-top: -141px;
    width: 296px;
}

.panels_rt .panel_0 .overlay table {
    width: 296px;
}

.panels_rt .panel_0 .overlay tbody tr:first-child {
    background-image: url(../images/are_you_a_writer_overlay.jpg);
    background-repeat: repeat-x;
    background-position: center center;
    color: #FFFFFF;
}

.panels_rt .panel_0 .overlay tbody tr:first-child h1 {
    font-family: 'Helvetica Neue';
    font-size: 24px;
    font-weight: lighter;
    margin-bottom: 0;
    margin-top: 0px;
    padding-left: 10px;
    padding-top: 0px;
}

.panels_rt .panel_0 .overlay tbody tr:first-child h2 {
    font-size: 14px;
    font-weight: normal;
    margin-top: -15px;
    padding-bottom: 0px;
    padding-left: 10px;
    color: #FFFFFF
}

.panels_rt .panel_0 .overlay .hot_topic {
    color: #FFFFFF;
    font-family: 'HELVETICA NEUE';
    font-weight: lighter;
    padding-left: 15px;
    font-size: 19px;
}

.panels_rt .panel_0 .overlay .hot_topic p {
    margin: 0;
    padding: 2px
}

.panels_rt .panel_0 .overlay .sign_up {
    color: #FFFFFF;
    font-size: 13px;
}

.panels_rt .panel_0 .overlay .sign_up p {
    margin: 6px 0 0 24px;
    padding: 0;
    text-align: center
}

.panels_rt .panel_0 .overlay .sign_up a {
    background-color: #FFFFFF;
    color: #000000;
    display: block;
    height: 19px;
    margin-bottom: 5px;
    margin-left: 14px;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 10px;
    position: relative;
    text-decoration: none;
    width: 100px;
}

/** Newsletters **/
.subscribe_newsletters {
    background-image: url("../images/newsletter.jpg");
    height: 142px;
    margin: 5px auto;
    width: 296px;
}

.subscribe_newsletters .input_newsletters {
    border: medium none;
    margin-left: 14px;
    margin-top: 67px;
    width: 265px;
    font-size: 16px
}

.subscribe_newsletters .submit_newsletters {
    cursor: pointer;
    margin-left: 175px;
    margin-top: 28px;
    padding-left: 28px;
    font-size: 16px
}

/** Footer **/
#footer {
    background-image: url("../images/background_footer.png");
    position: relative;
    clear: both;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: inherit
}

#footer .footer_body {
    background-color: #000000;
    color: #FFFFFF;
}

#footer .footer_body .contact_footer {
    width: 230px;
    float: left;
    margin-left: 35px
}

#footer .footer_body h1 {
    background: url("../images/footer_title_border.png") repeat-x scroll left bottom transparent;
    font-size: 14px;
    font-weight: lighter;
    max-width: 190px;
    padding-bottom: 10px;
    color: #FFFFFF;
}

#footer .footer_body p {
    margin-top: 11px;
    margin-bottom: 0;
    font-size: 12px;
    color: #707070;
    font-weight: lighter
}

#footer .footer_body p a {
    text-decoration: none;
    color: #707070
}

#footer .menu_footer {
    float: left
}

#footer .menu_footer a {
    text-decoration: none;
    color: #707070;
    font-size: 12px;
    font-weight: lighter
}

#footer .menu_footer ul {
    list-style: none outside none;
    padding: 0;
    margin: 0
}

#footer .menu_footer li.level_1 {
    float: left;
    width: 230px;
}

#footer .menu_footer .level2 li {
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 16px
}

#footer .footer_payment_logos {
    clear: both;
    float: right;
    margin-right: 34px;
    margin-top: 5px;
}

#footer .main_submenu {
    margin-top: 5px
}

#footer .footer_copiright,
#footer .footer_copiright a {
    font-size: 12px;
    clear: both;
    color: #A0A0A0;
    height: 25px;
    text-decoration: none
}

#footer .footer_copiright_left {
    float: left;
    margin-top: 10px;
    margin-left: 20px
}

#footer .footer_copyright_right {
    float: right;
    margin-top: 10px;
    margin-right: 20px
}

/** End Footer **/

/** Latest Articles **/
#last_articles {
    margin-left: -15px;
    margin: -15px;
}

#last_articles h1 {
    font-size: 22px;
    font-weight: normal;
    margin-top: 20px;
    margin-left: 20px;
}

#last_articles {
    margin-top: 40px;
}

.article_item {
    background: url(../images/article_background.png) repeat-x scroll left top transparent;
    padding-top: 20px;
}

.article_item img {
    border: 2px solid #CDCDCE;
    margin-left: 5px;
    text-align: center;
}

.article_image {
    width: 60px;
    float: left;
}

.article_buttons {
    width: 95px;
    float: left;
}

.article_item {
    font-size: 14px;
    margin-bottom: 7px
}

.article_item .article_content {
    float: left;
    padding-left: 18px;
    padding-right: 10px;
    width: 509px;
}

.article_item .article_content .article_title {
    border-right: 1px solid #909090;
    color: #FF0000;
    padding-right: 7px;
    float: left;
}

.article_item .article_content .article_author {
    padding-left: 8px;
    padding-right: 16px;
    float: left
}

.article_item .article_content .article_header {
    margin-bottom: 7px;
    height: 14px
}

.article_item .article_content .rating {
    float: left;
    margin-top: -3px;
}

.article_item .article_content .rating .star {
    width: 17px;
    height: 15px;
    float: left;
    margin-top: 1px;
    background-image: url(../images/star_unselected.png);
}

.article_item .article_content .rating .selected_star {
    background-image: url(../images/star_selected.png);
}

.article_item .article_content .article_summary {
    clear: both;
}

.article_item .article_buttons {
    font-size: 11px;
}

.article_item .article_buttons .article_button {
    background-image: url("../images/article_button.png");
    cursor: pointer;
    height: 22px;
    padding-top: 8px;
    text-align: center;
    width: 87px;
}

.article_item .article_buttons .article_button a {
    text-decoration: none;
    color: #000000 !important;
}

.article_item .article_buttons .article_button.red_button,
.article_item .article_buttons .article_button.red_button a {
    color: #FF0000 !important;
}

/** End Latest Articles **/

/** Wall of Fame **/
.wall_fame .wall_fame_title h1 {
    color: #FF0000;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-top: 9px;
}

.wall_fame .author_item {
    background: url("../images/wall_fame_author_background.png") repeat-x scroll left top transparent;
    min-height: 42px;
    padding-top: 12px;
    clear: both;
}

.wall_fame .author_item .author_image {
    float: left;
    width: 50px;
}

.wall_fame .author_item .author_image img {
    float: left;
    width: 33px;
    border: 2px solid #CDCDCE;
    margin-left: 10px
}

.wall_fame .author_item .author_content {
    float: left;
    margin-left: 22px;
    width: 200px;
}

.wall_fame .author_item .author_content .author_name {
    margin-top: 2px;
    font-size: 14px
}

.wall_fame .author_item .author_content .author_article {
    color: #FF0000;
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 5px;
}

.wall_fame .author_item .author_item_button {
    float: left;
    width: 100px;
}

.wall_fame .wall_fame_bottom {
    background: url("../images/wall_fame_author_background.png") repeat-x scroll left top transparent;
    height: 14px;
}

/** END HOME PAGE **/

/** CATEGORIES **/

.breadcrumb-nav {
    font-size: 12px;
}

.breadcrumb-nav a {
    color: #909090 !important;
    text-decoration: none;
}

.breadcrumb-nav ul {
    margin-top: 15px !important;
    padding: 0 !important;
}

.breadcrumb-nav li {
    float: left;
    width: auto !important;
    list-style: none outside none !important;
    margin-right: 5px !important;
    color: #FF0000 !important;
    padding-right: 10px
}

.breadcrumb-nav li a:after {
    content: " »"
}

#categories_list {
    margin-left: -15px;
    margin-top: 15px;
}

#categories_list .breadcrumb-nav {
    margin-left: 15px;
    height: 18px
}

#categories_list .categorie_title h1 {
    font-size: 16px;
    margin-left: 15px;
}

.sub_cat {
    background: url("../images/article_background.png") repeat-x scroll left top transparent
}

.sub_cat .sub_cat_title h1 {
    color: #FF0000;
    font-size: 16px;
    font-weight: normal;
    margin-left: 15px;
    padding-top: 15px;
}

.sub_cat .sub_cat_articles_list ul {
    margin: 0;
    padding-left: 28px;
}

.sub_cat .sub_cat_articles_list li {
    width: 299px;
    float: left;
    font-size: 12px;
    color: #FF0000;
    list-style: square;
    margin-bottom: 15px;
}

.sub_cat .sub_cat_articles_list li a {
    color: #000000;
    text-decoration: none;
}

.cat_message {
    margin-left: 20px;
}

/** Featured Stories **/
#featured_stories .featured_stories_title h1 {
    color: #FF0000;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-top: 20px;
}

#featured_stories .featured_item {
    background: url("../images/wall_fame_author_background.png") repeat-x scroll left top transparent;
    min-height: 42px;
    padding-top: 12px;
    clear: both
}

#featured_stories .featured_item .author_content {
    float: left;
    width: 151px;
    margin-left: 18px
}

#featured_stories .featured_item .author_content .author_name {
    margin-top: 2px;
    font-size: 14px
}

#featured_stories .featured_item .author_content .author_article {
    color: #FF0000;
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 5px;
}

#featured_stories .featured_item .rating {
    float: left;
    width: 55px;
    margin: 14px auto
}

#featured_stories .featured_item .rating .star {
    width: 10px;
    height: 9px;
    float: left;
    margin-top: 1px;
    background-image: url(../images/star_unselected_mini.png);
}

#featured_stories .featured_item .rating .selected_star {
    background-image: url(../images/star_selected_mini.png);
}

#featured_stories .featured_item  .author_item_button {
    float: left;
    margin-top: 8px;
}

#featured_stories .featured_stories_bottom {
    background: url("../images/wall_fame_author_background.png") repeat-x scroll left top transparent;
    height: 14px;
}

/** messages **/
.message {
    clear: both;
    margin-top: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
    background-color: yellowgreen
}

.message_error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    color: #B94A48;
    margin-top: 10px;
    padding: 5px 10px;
    position: relative;
}

.close {
    color: #000000 !important;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 15px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
    cursor: pointer
}

.rating_message {
    position: absolute;
    margin-top: 10px;
}

/** Article Details **/
#details_article #article_title {
    font-size: 16px;
    margin-top: 10px;
    clear: both;
}

#details_article #article_image img,
#category_image  img {
    max-width: 624px;
    max-height: 624px
}

#details_article .article_content {
    margin-bottom: 40px;
}

#details_article .article_content .article_title {
    border-right: 1px solid #909090;
    color: #FF0000;
    padding-right: 7px;
    float: left;
    font-size: 14px;
    margin-top: 7px;
}

#details_article .article_content .article_author {
    padding-left: 8px;
    padding-right: 16px;
    float: left;
    font-size: 12px;
    margin-top: 7px;
}

#details_article .article_content .article_header {
    margin-bottom: 7px;
}

#details_article .article_content .rating {
    float: left;
    margin-top: 4px;
}

#details_article .article_content .rating.rate_this {
    margin-left: 35px;
    margin-bottom: 3px;
}

#details_article .article_content .rating.your_vote {
    margin-left: 35px
}

#details_article .article_content .rating           .star {
    cursor: default;
    width: 17px;
    height: 15px;
    float: left;
    margin-top: 1px;
    background-image: url(../images/star_unselected.png);
}

#details_article .article_content .rating.your_vote .star {
    cursor: pointer;
}

#details_article .article_content .rating .selected_star {
    background-image: url(../images/star_selected.png);
}

#details_article .article_content .rating .selected_star_yellow {
    background-image: url(../images/star_selected_yellow.png);
}

#details_article .article_content .rating .rate_this_article_btn img {
    cursor: pointer;
    margin-top: -7px;
    position: absolute;
}

#details_article .article_content .rating .message {
    margin-left: -155px;
    margin-top: 20px;
    width: 247px;
}

#details_article .article_content .rating .message_error {
    margin-left: -101px;
    margin-top: 20px;
    width: 147px;
}

#details_article .article_content .article_header_buttons {
    float: left;
    margin-left: 20px;
}

#details_article .article {
    font-size: 12px;
    padding-right: 10px;
}

#details_article .more_articles {
    margin-bottom: 40px;
    margin-left: -15px
}

#external_link_btn {
    background: url('../images/article_button.png') no-repeat;
    font-size: 11px;
    margin: 3px 0;
    padding: 7px;
}

.rating_text {
    color: #AAAAAA;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 11px;
    text-align: center;
    margin-top: -7px;
}

/** Contact Form **/
.formrt {
    background-image: url("../images/form_bg.jpg");
    height: 609px;
    padding-top: 25px;
    width: 942px;
    margin-top: -15px;
    margin-left: -15px
}

.formrt fieldset {
    border: medium none;
    clear: both;
}

.formrt legend {
    color: #ee2347;
    font: 14px;
    margin-left: 41px;
    font-size: 17px;
    margin-bottom: 15px;
    margin-left: 29px;
}

.formrt label {
    color: #909090;
    float: left;
    font-size: 12px;
    line-height: 30px;
    position: relative;
    vertical-align: middle;
    width: 65px;
}

.formrt ul {
}

.formrt ul li {
    list-style: none outside none !important;
    margin-bottom: 3px !important;
    float: none !important;
    width: auto !important;
}

.formrt input {
    background-color: #dbdbdb;
    padding: 5px;
    color: #444444;
    width: 200px;
    font-size: 16px;
}

.formrt textarea {
    background-color: #DBDBDB;
    color: #444444;
    height: 100px;
    padding: 5px;
    width: 410px;
    font-size: 16px;
}

.formrt .button {
    float: left;
    position: relative;
    width: 108px;
    height: 35px;
    line-height: 35px;
    background-color: #ed1c24;
    margin-top: 15px;
    margin-left: 64px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

.formrt .button a {
    text-decoration: none;
    color: #FFFFFF !important;
}

.formrt #subscribe {
    width: auto;
}

.formrt #subscribetext {
    color: #909090;
    margin-left: 63px;
    margin-top: 10px;
    text-align: left;
}

.summary_item_title {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

.summary_item_tile {
    margin-bottom: 20px;
}

.item_tile .item_title {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    padding-bottom: 10px;
}

.item_tile .item_summary {
    font-style: italic;
}

/** Others **/
#category_image {
    margin-left: 15px;
    margin-bottom: 15px;
}

.logo_link {
    position: absolute
}

#imageContainer {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fb-like {
    margin-left: 10px;
}

#article_title h1, h2, h3 {
    padding-right: 2px;
    display: inline-block;
    line-height: 40px;
}

#ratingstyle {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
