/**********/

    a, .pseudolink {
        color: #155FAF;
        cursor: pointer;
        text-decoration: none;
        border: 0px;
    }
    
    a:hover, .pseudolink:hover {
    text-decoration: underline;
    }
    .float-left{
        float:left;
    }
    .clear-fix{
        clear:both;
    }
    
    body { 
        vertical-align: middle;
        background:url("/images/SiteBG.jpg") #02255D top center;
        margin : 0;
        background : #000000 center top;
        background-color : #02255d;
        background-image:url('/images/SiteBG.jpg');
        line-height: 1.4;
        letter-spacing: 0.5px;
        word-spacing: -0.5px;
    }
    
    
    body,
    input, 
    textarea{
        font-size:12px;
        font-family: trebuchet MS;
        color:#767676;
    }
    
    label {
        font-family: trebuchet MS;
        font-size: 14px;
        cursor: pointer;
    }               
    
    input[type=text],
    input[type=password],
    textarea {
        border: 1px #999999 solid;
        font-family: trebuchet MS;
        color:#767676;
        font-size: 12px;
    }
    
    
    input[type=text],
    input[type=password],
    textarea{
        border-top: solid 1px #727272;
        border-bottom:solid 1px #DADADA;
        border-left:solid 1px #B4B4B4;
        border-right:solid 1px #B4B4B4;
    }
    
    select {
        font-family: trebuchet MS;
        color:#767676;
        border: 1px #999999 solid;
        font-size: 12px;
        
    }

    .button {
        /*width: .25px;*/
        color:white;
        margin: 0px;
        overflow: visible;
        padding: 3px 10px 3px 10px;
        vertical-align: middle;
        cursor:pointer;
        border:outset 2px #666666;
        background:#4E8CBD;
        /*background:url('/images/normal_btn_bg.gif') repeat-x;
        border: 0px;*/
    }
    .button:hover {
        border:inset 2px #666666;
        background:#3C78AA;
        /*background:url('/images/hover_btn_bg.gif') repeat-x;
        border: 0px;/**/
    }
    ul{
        padding-left:20px;
        list-style-type:circle;
    }
    
    td{
        vertical-align:top;
    }

    /*

     .focusField{  
        font-family: trebuchet MS;
        color:#767676;
        background-color : #FFF;
        border: 1px #000 solid;
        font-size: 12px;
     }  
     .idleField{  
        font-family: trebuchet MS;
        color:#767676;
        background-color : #E2E2E2;
        border: 1px #999999 solid;
        font-size: 12px;
     }     

    */
    /**********/
    .section{
        margin:        0px 0px 5px 0px;
        padding:    4px;
        background-color:#E6E6DD;
    }
    
    .section .title{
        height:        25px;
        font-size:    16px;
        font-weight:bold;
    }

    .section .inner{
        padding:    5px;
        font-size:    13px;
        background-color:    white;
    }
    
    
    .section.happy{
        border:solid #999999 4px;
    }
    
    .section.happy,
    .section.happy .inner{
        background-color:#DFF7FF;
    }
    .section.sad{
        border:solid #999999 4px;
    }
    
    .section.sad,
    .section.sad .inner{
        background-color:#FFDFDF;
    }
/**********/    
    
    #content{
        width:                 980px; 
        text-align:         left; 
        margin:             0 auto;
        background-color:#606060;
    }
    
    #canvas{
        background-color:    white;
        padding:            15px;
        text-align:         left;
        font-family:        trebuchet ms;
        font-size:            11px;
    }
    
    #canvas h1{
        font-size:            22px;
        margin:                0px 0px 20px 0px;
    }
    
    #canvas h1,
    #canvas h2,
    #canvas h3,
    #canvas h4,
    #canvas h5,
    #canvas h6,
    #canvas p{
        margin:                5px 0px 5px 0px;
    }
    
    #canvas h1,
    #canvas h2,
    #canvas h3,
    #canvas h4,
    #canvas h5,
    #canvas h6{
        font-weight:        bold;
        font-size:16px;
    }
    
/**********/

    #header{
        width:100%;
        height:40px;
        background-color:#333333;
            text-align: center;
        border-bottom:groove 4px #333333;
    }
    #header #nav-links{
        padding-left:2px;
        display:inline;
        font-size:14px;
        list-style-type:none;
    }
    #header #nav-links li{
        cursor:pointer;
        padding-top:10px;
        width:75px;
        float:left;
        font-family: trebuchet MS;
    }
    
    #header #nav-links li a{
        color:#999999;
    }
    #header #nav-links li a:hover{
        color:white;
    }

    #header #nav-links li a.selected{
        color:#56AAE1;
    }
    #header{
        font-weight:bold;
    }
    #header-links{
        float:right;
        margin-top:10px; 
        font-size:12px; 
            color:#999999;
    }
    #header-links a,
    #header-links .pseudolink{
        color:#999999;
    }
    #header-links a:hover,
    #header-links .pseudolink:hover{
        color:#ffffff;
    }
    #header-links div{
        float:left;
        margin-right:7px;
        height:20px;
    }
    #header-login a{
        color:#56AAE1;
    }
    #header-cart-info{
        background:url('/images/icons/cart_light.png') no-repeat;
        text-align:right;
        width:35px;
        cursor: pointer;
    }
    #header-cart-info:hover{
        background:url('/images/icons/cart_dark.png') no-repeat;
        color:white;
        text-decoration: underline;
    }
    #header-search{
        background:url('/images/icons/search_light.png') no-repeat;
        text-align:right;
        float:left;
        width:60px;
        cursor: pointer;
    }
    #header-search:hover{
        background:url('/images/icons/search_dark.png') no-repeat;
        color:white;
        text-decoration: underline;
    }
    
/**********/
    
    #footer{
        padding:20px;
    }
    
    .footer-section{
        margin: 0px 20px 0px 0px;
        width:175px;
        float:left;
        font-size:11px;
        color:white;
    }
    
    .footer-section p,
    .footer-section h3{
        color:#cccccc;
    }
    
    .footer-section p{
        font-size:12px;
    }
    
    .footer-section h3{
        font-size:16px;
    }
    
    .footer-section ul{
        list-style-type: disc;
        font-size:11px;
        margin:0px 0px 20px 20px;
    }


    #footer #sitemap li,
    #footer #podcasts li{
        margin-bottom:10px;
    }
    #footer #sitemap li a,
    #footer #podcasts li a{
        color:white;
    }
    #footer .publishers li{
        padding:6px; font-size: 12px;  
    }
    #footer .publishers li a{
        color:white;
        padding-left:30px;
    }
    #footer .publishers li a:hover{
        color:#56AAE1;
    }
    #footer .publishers li a {
        position: relative;
        top: -7px;
    }
    #footer .publishers div {
        float:left;
        width: 34px;
        height: 34px;
        padding: 2px 2px 2px 2px;
    }
    #footer .publishers div img {
        height: 30px;
        width: 30px;
    }

    .bold_option {
        color: #000;
        font-weight: bold;
    }

.publishers a div {
 height:26px; width:26px;
float:left;
margin:0px 5px 5px 0px;
	   background: url('/images/pub_sprite.png') no-repeat top left;
	}

    
/**********/

/****Thumb Sizes******/
    .small_thumb {
        width:90px;
    }
    
/*****Search Tabs Style*****/
    
#search_nav_container
{
    height: 28px;
    padding: 0px;
    text-align: center;
    border-bottom: 1px solid #778;
}
#search_nav
{
    list-style: none;
    padding: 3px 0;
    margin-left: 0;
    height: 20px;
    display: block;
}


#search_nav li
{
    padding-left: 5px;
    float: left;
}

#search_nav div
{
    background: url('/images/tab_bg2.png');
    width: 160px;
    font-size: 14px;
    height: 20px;
    padding-top: 5px;
    cursor: pointer;
}

#search_nav div.active
{
    border-bottom: 1px solid #FFF;
    background-color: #EFEFEF;
    color: #2A85D2;
    font-weight: bold;
    cursor: default;
}

.current_sort {
    color: #990000;
}

.search_sort {
    cursor: pointer;
}

.search_sort:hover {
    color: #990000;
}

.search_listing {
    border-bottom:1px gray dotted;
    font-size:12px;
}
.media_type_all {
    background-image:url(/images/media_type_all_bg.jpg);
}

.media_type_music {
    background-image:url(/images/media_type_music_bg.jpg);
}

.media_type_photo {
    background-image:url(/images/media_type_photo_bg.jpg);
}

.media_type_video {
    background-image:url(/images/media_type_video_bg.jpg);
}

.media_type_doc {
    background-image:url(/images/media_type_doc_bg.jpg);
}

.media_type_podcast {
    background-image:url(/images/media_type_podcast_bg.jpg);
}

.media_type_spoken {
    background-image:url(/images/media_type_spoken_bg.jpg);
}

.media_type_spoken:hover, .media_type_podcast:hover, .media_type_music:hover, .media_type_video:hover, .media_type_photo:hover, .media_type_doc:hover, .media_type_all {
    background-position:110px 0;
    display:block;
    float:left;
    height:28px;
}

.media_type_all, .media_type_music, .media_type_photo, .media_type_video, .media_type_doc, .media_type_podcast, .media_type_spoken {
    background-position:0 0;
    cursor:pointer;
    display:block;
    float:left;
    height:28px;
    padding-left: 31px;
    max-width: 80px;
    float: left;
}

.media_type_all span, .media_type_music span, .media_type_video span, .media_type_doc span, .media_type_photo span, .media_type_podcast span, .media_type_spoken span  {
    color: #990000;
}

.media_type_selected {
    cursor: default;
    background-position:110px 0;
    cursor:default;
    display:block;
    float:left;
    height:28px;    
}

#search_filters{
    border-bottom:1px gray dotted;
    padding-top: 10px;
    width:950px;
    min-height: 40px;
}

div.pagination a {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #155FAF;
text-decoration: none; /* no underline */
color: #155FAF;
}
div.pagination a:hover, div.pagination a:active {
border: 1px solid #000;
color: #000;
}
div.pagination span.current {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #155FAF;
font-weight: bold;
background-color: #155FAF;
color: #fff;
}
div.pagination span.disabled {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #000;
color: #000000;
}
    #beta {
        width:100%;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        color: #575757;
        background-color:#FFEF8C;
        text-align:center;
        height:25px;
        border-top:4px #C5C5C5 solid;
        padding-top:5px;
        border-bottom:1px #C5C5C5 solid;
    }

    #help-us-banner {
        width:100%;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        color: #575757;
        background-color:#FFEF8C;
        text-align:center;
        height:25px;
        border-top:4px #C5C5C5 solid;
        padding-top:5px;
        border-bottom:1px #C5C5C5 solid;
    }
    #warning {
        width:100%;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        color: red;
        background-color:#FFF;
        text-align:center;
        height:25px;
        border-top:4px #C5C5C5 solid;
        padding-top:5px;
        border-bottom:1px #C5C5C5 solid;
    }




    /* the overlayed element */ 
    div.overlay { 
        z-index: 100;
        background-image:url(/images/backgrounds/white.png);         
        display:none; 
        padding:30px; 
    } 

    /* default close button positioned on upper right corner */ 
    div.overlay div.close { 
        z-index: 100;
        background-image:url(/images/icons/close.png); 
        position:absolute; 
        right:5px; 
        top:5px; 
        cursor:pointer; 
        height:35px; 
        width:35px; 
    }
    
    
    #search_members_overlay { 
        z-index: 100;
        width:                720px; 
        height:                560px;
        background-image:    url(/images/backgrounds/apple.png); 
        color:                #fff;
        text-align:         left;
        vertical-align:        middle;
    }
    
    #login-overlay { 
        z-index: 100;
        width:                360px; 
        height:                280px;
        background-image:    url(/images/backgrounds/apple.png); 
        color:                #fff;
        text-align:         left;
        vertical-align:        middle;
    }
    
    #function_disabled { 
        z-index: 100;
        width:                360px; 
        height:                280px;
        background-image:    url(/images/backgrounds/apple.png); 
        color:                #fff;
        text-align:         center;
        vertical-align:        middle;
    }
    
    #ajax_message { 
        z-index: 100;
        width:                360px; 
        height:                200px;
        background-image:    url(/images/backgrounds/apple.png); 
        color:                #fff;
        text-align:         center;
        vertical-align:        middle;
        font-size: 12px;
    }
    #ajax_complete { 
        z-index: 100;
        width:                360px; 
        height:                200px;
        background-image:    url(/images/backgrounds/apple.png); 
        color:                #fff;
        text-align:         center;
        vertical-align:        middle;
        font-size: 12px;
    }
    
	#login-overlay a{
        z-index: 100;
		color:#fff;
		text-decoration:underline;
	}

    #invite-overlay { 
        z-index: 100;
        width:                600px; 
        height:                400px;
        background-image:    url(/images/backgrounds/apple.png); 
        color:                #fff;       
        text-align:         left;       
        vertical-align:        middle;
    }
    
    #password-overlay { 
        z-index: 100;
        width:                600px; 
        height:                400px;
        background-image:    url(/images/backgrounds/apple.png); 
        color:                #fff;       
        text-align:         left;       
        vertical-align:        middle;
    }
    
    
    #login-overlay label{
        float: left;
        width: 90px;
        font-weight: bold;
    }

    #login-overlay input{
        width: 200px;
        margin-bottom: 5px;
        color:#333333;
    }

    #login-overlay #invalid_login{
        color:red; 
        font-weight:bold; 
        font-size:14px; 
        float:right;
        padding:8px 5px 0px 0px;
        display:none;
    }
    
    #login-overlay .button{
        margin: 5px 30px 0px 0px;
        width: 90px;
        float: right;
        font-size:14px; 
        padding-bottom:5px;
        color:#fff;
    }

    #login-overlay br{
        clear: left;
    }
    
    #search_box {
        display:none;
        z-index: 10;
        position:absolute;
        width:250px;
        height:110px;
        right:90px;
        top: 55px;
        border: 2px #C5C5C5 solid;
        padding-left: 10px;
        padding-right:10px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color:#333333;    
    }

/******/

label.error { 
    display: none; 
    background:url("/images/icons/redx.gif") no-repeat 5px 0px;
    padding-left: 25px;
    font-weight: bold;
    color: #EA5200;
}
input.error, textarea.error { 
    background-color:#FFFFD5;
}

/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
    font-size: 0;
    position: absolute;
    background: white url('Jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
    font-size: 1px;
    width: 7px !important;
    height: 7px !important;
    border: 1px #eee solid;
    background-color: #333;
    *width: 9px;
    *height: 9px;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
    background: yellow;
}
.custom .jcrop-handle
{
    border-color: black;
    background-color: #C7BB00;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.groupnav
{
    font-size: 16px;
    color: #000000;
    list-style-type: none;
    
}
    
.groupnav a:hover
{
    font-size: 16px;
    color: #ffffff;
    background-color: #A30E33;
    display: inline;
    
}
#ncyc-twitter
{
    width:140px;
    float:left;
}

