/*================================================== LAYOUT STYLES */
/*
    CSS Document for Dan Bladon's Career stones
    Developed by Julien Decaudin - www.juliens.org 
    February 2009
*/

html, body
{
    margin: 0;
    padding: 0;
    border: 0;
    height: 100.1%;
}

/*--------------------------------------------------=> HEADERS */
/* H1 */
h1
{
    padding-bottom: 7px;
}

#content_landing h1
{
    padding-bottom:10px;
}

/* H2 */
h2
{
    padding-bottom: 10px;
}
/*
.project_thumb_title h2
{
    display:inline;
}

.project_thumb_title span
{
    display:block;
}*/

.project_thumb_title h2, .project_thumb_title span
{
    padding:4px 10px;
    display:block;
    float:left;
}

.project_thumb_title span
{
    clear:both;
    float:none;
    display:inline-block;
    padding-top:0px;
}

/* H3 */
h3
{
    padding-bottom:10px;
}

.project_details h3 span
{
    display:block;
}

/*--------------------------------------------------=> CONTENT ELEMENTS */
/*-------------> Global */
.content_holder
{
    padding: 20px;
}

/*-------------> Paragraph */
p
{
    padding-bottom: 10px;
    margin: 0;
}

p.error_js
{
    text-align:center;
    color:#D3202E;
    font-weight:bold;
}

.js p.error_js
{
    display:none;
}

#header_top p
{
    float:left;
    padding:2px 0 0 0;
}

#content_landing p
{
    padding-bottom:20px;
}

/*-------------> Links */

a, a span
{
    padding-bottom: 1px;
}

#logo_careerstones_footer
{
    float:right;
    display:block;
}

/*-------------> Images */


/*-------------> Lists */
ul
{
    padding-bottom:10px;
}

/* simple list */
ul.simple_list li
{
    margin-bottom: 8px;
}

/* link list */
ul.link_list li
{
    margin-bottom: 5px;
}

ul.link_list li a
{
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 15px;
}

/* bullet list */
ul.bullet_list
{
    list-style-type: square;
    padding-left: 25px;
}

ul.bullet_list li
{
    padding-bottom: 10px;
}

ul.bullet_list li ul
{
    padding-top: 10px;
    padding-left: 12px;
}

/*-------------> Modules */


/*-------------> Misc */
/* Career stone thumbnails */
.cstone_tag
{
    float:left;
    margin-bottom:25px;
}

.cstone_thumb
{
    float:left;
    position:relative;
    width:58px;
    height:58px;
    background-repeat:no-repeat;
    background-position:top left;
}

.cstone_thumb a
{
    position:absolute;
    top:7px;
    left:7px;
}

.title_container
{
    float:left;
    padding:4px 0 0 10px;
}

.title_container h3
{
    padding:0px 0 7px 0;
}

.title_container p
{
    padding-bottom:0;
}

#content_column_right .title_container
{
    width: 200px;
}

/* Projects */
.project
{
    float:left;
    width:298px;
    position:relative;
    margin:10px 0px 0px 0px;
    padding:7px 6px 10px 6px;  
    background-repeat:no-repeat;
    background-position:0 0;  
}

.project_thumbnail
{
    position:relative;
    width:298px;
    height:158px;
    cursor:pointer;
}

.project_thumb_frame
{
    position:absolute;
    width:298px;
    height:158px;
    top:0;
    left:0;
    background-repeat:no-repeat;
    background-position:0 0px;
}

.project_thumb_title
{
    position:absolute;
    top:20px;
    left:4px;
}

a.project_button_open, a.project_button_close
{
    display:block;
    position:absolute;
    bottom:3px;
    right:14px;
    background-repeat:no-repeat;
    background-position:0 -26px;
    width:40px;
    height:20px;
}

a.project_button_close
{
    height:25px;
    background-position:0 0px;
    display:none;
    bottom:-2px;
}

a.project_button_open:hover, .project_thumbnail.hover a.project_button_open
{
    height:25px;
    background-position:0 0px;
}

.project_tags
{
    margin-top:1px;
    padding-left:4px;
}

.project_tags span, .project_tags ul, .project_tags li
{
    float:left;
    padding-bottom:0;
}

.project_tags li
{
    margin:0 1px 0 2px;
    background-repeat:no-repeat;
    background-position:0 0px;
    padding:0 0 1px 5px;
}

.project_tags li span
{
    background-repeat:no-repeat;
    background-position:100% 0;
    padding:0 5px 1px 0;
}

.project_details
{
    display:none;
    width:100%;
    background-repeat:no-repeat;
    background-position:left top;
    margin:0px 0 0px 0;    
}


.project_details .content_holder
{
    padding:20px 10px 10px 10px;
}

.project_column_overview .content_holder
{
    padding-left:20px;
}

.project_details_bottom
{
    width:100%;
    height:5px;
    background-repeat:no-repeat;
    background-position:left top;
}

.list_media
{
    float:left;
}

.list_media li
{
    float:left;
    position:relative;
    width:92px;
    height:50px;
    cursor:pointer;
    background-repeat:no-repeat;
    background-position:left top;
}

.list_media li a
{
    display:block;        
    width:88px;
    height:46px;
    padding:2px;
    background-repeat:no-repeat;
    background-position:2px 2px;
}

.list_media li a span
{
    display:block;
    position:absolute;
    bottom:2px;
    right:2px;
    background-repeat:no-repeat;
    background-position:0 -18px;
    width:45px;
    height:15px;
    cursor:pointer;
    z-index:10;
}

.list_media li a:hover span, .list_media li.hover a span
{
    background-position:0 1px;
    height:18px;
}

.tooltip
{
    border:none !important;
    padding:5px !important;
}

/*
.list_media li span.titlebox
{
    display:none;    
    position:absolute;
    top:-20px;
    right:-15px;
    background-repeat:no-repeat;
    background-position:0 0;    
    width:48px;
    height:31px;
    padding:3px 4px;
    cursor:pointer;
    z-index:99;
}
*/
.media_images_container
{
    display:none;
}

/* Image gallery */
.gallery li
{
    float:left;
    width:50px;
    height:50px;    
}

/*--------------------------------------------------=> FORMS */
form
{
    
}

.input_text
{
    border: none;
    padding: 1px;    
}

textarea
{
    border-width: 1px;
    padding: 4px 10px 5px 10px;
    width: 123px;
}

fieldset label
{
    display: block;
    margin: 7px 0px 0px;
}

span.requfield
{
    
}

/* Buttons */
button
{
    cursor:pointer;
    border: none;
    margin: 0;
}

.button_search
{
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding: 0 0 0 6px;
    margin: 0 0 0 6px;
}

/* Forms specifics */
#search_form_container
{
    float:right;
    margin-top:1px;  
}

/*--------------------------------------------------=> CONTENT LAYOUT */
/*-------------> Columns */
/* unique */
#content_column_left
{
    float:left;
    width:600px;
}

#content_column_right
{
    float:right;
    width:300px;
}

#content_column_left .content_holder,
#content_column_right .content_holder
{
    padding:10px;
}

.column_footer
{
    float:left;
    margin-right:15px;
}

#column_footer_one
{
    width:170px;
}

#column_footer_two
{
    width:170px;
}

#column_footer_three
{
    width:250px;
}

/* utilities */
.column_half_left
{
    float: left;
    width: 49.1%;
}

.column_half_right
{
    float: right;
    width: 49.1%;
}

.column_third
{
    float: left;
    width: 32.1%;
}

.column_fourth
{
    float: left;
    width: 25%;
}

.column_sixth
{
    float: left;
    width: 16%;
}

.column_last
{
    margin-right: 0;
}

/* overwrite */
.project_details .column_third
{
    width: 310px;
}

/*--------------------------------------------------=> MASTER LAYOUT */
#page_container
{
    width:100%;
    border-top-width:10px;
    border-top-style:solid;
}

#page
{
    width: 970px;       
    padding-bottom:40px;
    margin: 0 auto 0 auto;
}

.popup
{    
    display:none;
    margin: 0 auto 0 auto;
}

#popup_audio
{
    width: 350px;               
}

#popup_images
{
    width: 600px;               
}

#header
{
    float:left;
    width: 100%;
    padding-bottom:15px;
}

#header_left
{
    float:left;
    width:65%;
    padding-left:7px;
}

#header_right
{
    float:right;
    width:25%;
    padding-right:7px;
}

#content
{
    width: 100%;
    min-height:300px;
    padding: 0 0 55px 0;
}

#content_landing
{
    width: 100%;
    min-height:300px;
    padding: 30px 0 30px 0;
    text-align:center;
}

.footer_container
{
    width: 930px;
    background-repeat: no-repeat;
    background-position: left top;    
}

#footer
{    
    margin:0 auto 5px auto;
}

#footer .content_holder
{
    padding:20px 20px 15px 20px;    
}

.footer_bottom
{
    width: 100%;
    height:5px;
    background-repeat: no-repeat;
    background-position: left top;   
}

#footer_support .content_holder
{
    padding:10px 20px 5px 20px;    
}

/*--------------------------------------------------=> NAVIGATION */
/* Breadcrumb */
#breadcrumb
{
    float: left;
    margin: 5px 50px 0 0;
}

#breadcrumb li
{
    float: left;
    margin-right: 7px;
    background-repeat: no-repeat;
    background-position: right 7px;
    padding-right: 17px;
}

#breadcrumb li.first, #breadcrumb li.last
{
    padding-right: 0;
}

#breadcrumb li.last
{
    margin-right: 0;
}

#breadcrumb a
{
    display: block;
    padding-bottom: 1px;
}

/* Main navigation */
#main_nav
{
    float:right;
}

#main_nav li
{
    float:left;
    text-align:center;
}

#main_nav a
{
    display:block;
    background-repeat: no-repeat;
    background-position: 0 -25px;
    height:20px;
    width:80px; 
    padding:5px 0 0 0;           
}

#main_nav a:hover, #main_nav li.highlighted a
{
    background-position: 0 0px;
}

#main_nav li.disabled a
{
    background-position: 0 -50px;
}

/* Footer support navigation */
#support_nav
{
    float:left;
    padding-bottom:0;
}

#support_nav li
{
    float:left;
    background-repeat:no-repeat;
    background-position:100% 3px;
    padding-right:12px;
    margin-right:10px;
}

#support_nav li.last
{
    margin-right:0;
    padding-right:0;
}

#footer_support_landing #support_nav
{
    margin-left:325px;    
}

/* Landing page navigation */
#landing_nav
{
    width:250px;
    margin:25px auto 0 auto;
}

#landing_nav li
{
    margin-bottom:2px;    
}

#landing_nav li a
{
    display:block;
    width:250px;
    padding:12px 0 13px 0;
    background-repeat:no-repeat;
    background-position:0 -40px;    
}

#landing_nav li a:hover
{
    background-position:0 0px;    
}

/*--------------------------------------------------=> UTILITY CLASSES */
.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.halfwidth
{
    float: left;
    width: 50%;
}

.halfwidth_right
{
    float: right;
    width: 50%;
}

.thirdwidth
{
    float: left;
    width: 33%;
    padding: 3px 0 10px 0;
}

.nodisplay
{
    display: none;
}

.nopadding_top
{
    padding-top: 0;
}

.nopadding_bottom
{
    padding-bottom: 0;
}

.nopadding_vertical
{
    padding-top: 0;
    padding-bottom: 0;
}

.clearmargin
{
    margin: 0;
    padding: 0;
}

.clearer
{
    clear: both;
    height: 0;
    padding: 0;
    margin: 0;
}

.spacer
{
    clear: both;
    height: 25px;
    padding: 0;
    margin: 0;
}