/* 
    Document   : main
    Created on : Mar 2, 2010, 9:20:06 PM
    Author     : Noob Cola
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    margin: 0px;
    font-family: tahoma, verdana;
    font-size: 12px;
    line-height: 1.5em;
}

img, a {
    border: 0;
    outline: 0;
}

#body_wrapper {
}



#content_wrapper {
    margin: 0 auto;
    width: 960px;
    clear: both;
}

#stats_wrapper {
    margin: 50px 0 30px 40px;
    font-family: verdana, tahoma;
    font-size: 24px;
    font-weight: bold;
    float: left;
    clear: both;
}

#jobs_available_header {
    color: #a0e345;
}

#stats_wrapper div {
    float: left;
}

#ratings_wrapper {
    margin-left: 20px;
    color: #484848;
}

#ratings_text {
    font-size: 18px;
    margin-top: 2px;
    margin-left: 10px;
}

#slideshow_section_wrapper {
    float: left;
    clear: both;
    margin-bottom: 60px;
}

#slideshow_mid_wrapper div {
    float: left;
}

#prev {
    width: 34px;
    height: 131px;
    padding-top: 100px;
}

#next {
    width: 34px;
    height: 131px;
    padding-top: 100px;
}

#slideshow_content_wrapper {
    height: 231px;
}

#slideshow_content_wrapper div {
    clear: both;
}


#slideshow_content_top {
    height: 19px;
    width: 834px;
    background: no-repeat url(/img/slideshow_bar_top.png);
}

#slideshow_content {
    width: 834px;
    height: 193px;
    overflow: hidden;
}

#slideshow_content img {
    cursor: pointer;
}

#slideshow_content_bottom {
    height: 19px;
    width: 834px;
    background: no-repeat url(/img/slideshow_bar_bottom.png);
}

#article_section_wrapper {
    width: 960px;
    float: left;
    margin-bottom: 40px;
}

.article_section_left {
    width: 700px;
    float: left;
}

.article_section_right {
    float: left;
    width: 220px;
    margin-left: 40px;
}

.article_section_header {
    border-bottom: solid 1px #cddeba;
    height: 35px;
    padding-top: 10px;
    font-size: 24px;
    color: #ababab;
    clear: both;
    margin-bottom: 35px;
}

#article_section_content {
    float: left;
}

#first_article {
    margin-left: 0 !important;
}

.article_left_column {
    float: left;
    width: 220px;
    margin-left: 20px;
}

.article_left_column img {
    padding: 4px;
    border: solid 1px #eeeeee;
    margin-bottom: 20px;
    cursor: pointer;
}

div.article_left_column img:hover {
    border: solid 1px #a1a1a1;
}

.article_header {
    margin-bottom: 20px;
    color: #8cc63e;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

div.article_header:hover {
    text-decoration: underline;
}

.article_content {
    color: #828181;
    font-size: 12px;
}

#featured_in_wrapper {
    width: 221px;
    margin-bottom:50px;
    float: left;
}

#featured_in_header {
    float: left;
    color: #ABABAB;
    font-size: 14px;
    margin-bottom: 10px;
}

.featured_in_row {
    float: left;
    clear: both;
    width: 221px;
}

div.featured_in_row a {
    float: left;
}

#shoutbox_wrapper {
    background: no-repeat url(/img/shoutbox_bg.png);
    width: 220px;
    height: 127px;
    overflow: hidden;
}

#shoutbox_content {
    clear: both;
    float: left;
    margin: 15px 45px 0 45px;
    width: 130px;
    font-size: 14px;
    overflow: hidden;
    color: #fff;
}

#shoutbox_author {
    float: left;
}

/* dialog css */

#resume_owner_welcome_dialog {
    font-family: tahoma, verdana;
    padding: 10px;
    color:#333333;
    width: 670px;
    height: 300px;
}

#welcome_header_wrapper {
    float: left;
    clear: both;
}

#welcome_header_wrapper img {
    float: left;
}

#welcome_header {
    color:#333333;
    font-size: 18px;
    float: left;
}

#welcome_content {
    font-size: 14px;
    float: left;
    clear: both;
}

.welcome_content_row {
    text-align: center;
    margin: 20px 0;
    line-height: 2.0em;
}

#welcome_content ul {
    padding: 10px 0px;
    float: left;
}

#welcome_content ul li {
    margin-bottom: 10px; float: left;
}

#welcome_content ul li img {
    float: left; clear: none;
}

#welcome_content ul li div {
    float: left; clear: none;
    margin: 8px 0 0 8px;
    width: 580px;
}

#welcome_footer {
    background:none repeat scroll 0 0 #EEEEEE;
    border-top:1px solid #CCCCCC;
    padding:10px 20px;
    text-align:right;
    width:660px;
    float: left;
    clear: none;
    height: 25px;
}

#welcome_footer a {
   color: #3B5998;
   font-size: 16px;
   cursor: pointer;
}

#welcome_content a {
   color: #3B5998;
   cursor: pointer;
}

