/* 
 * Global Kant styles
 */

body, html {
    margin: 0px;
    padding: 0px;
}

body {
    
    background-color:#FF0000; /* ed9fae <Pink> Peony Now 2018/02/07-B4 was silver #8A8D8F; No more Rhodamine R. C 2016/06/09 -- 800080 changing BKG colour 17 april 2016 ::ffe4e1 Today is Misty Rose, rose High Up Above fallback */
    
    background-image:
linear-gradient(#FF00FF 1px, transparent 1px),
linear-gradient(0,#00FFFF 1px, transparent 1px),
 
linear-gradient(rgba(0,255,0,.3) 1px, transparent 1px),
linear-gradient(0, rgba(0,0,255,.3) 1px, transparent 1px);


/* ##*****************************************## */
/* IE10 Consumer Preview */
 background-image:
    -ms-linear-gradient(#FF00FF 1px, transparent 1px), /* horizontal lines */
    -ms-linear-gradient(0,#00FFFF 1px, transparent 1px),/* vertical lines */
 
    -ms-linear-gradient(rgba(0,255,0,.3) 1px, transparent 1px), /* horizon */
    -ms-linear-gradient(0, rgba(0, 0, 255,.3) 1px, transparent 1px); /* vertical */
    
/* ##*****************************************## */
 /* Mozilla Firefox */    
 background-image:
 -moz-linear-gradient(#FF00FF 1px, transparent 1px),
 -moz-linear-gradient(0,#00FFFF 1px, transparent 1px),
    
 -moz-linear-gradient(rgba(0,255,0,.3) 1px, transparent 1px),
 -moz-linear-gradient(0, rgba(0,0,255,.3) 1px, transparent 1px);
    
/* ##*****************************************## */
/* Webkit (Chrome 11+) */ 
 background-image: 
    -webkit-linear-gradient(#FF00FF 1px, transparent 1px),
    -webkit-linear-gradient(0,#00FFFF 1px, transparent 1px),
    
    -webkit-linear-gradient(rgba(0,255,0,.3) 1px, transparent 1px),
    -webkit-linear-gradient(0, rgba(0,0,255,.3) 1px, transparent 1px);
    
/* ##*****************************************## */
/* Webkit (Safari/Chrome 10) */ 
background-image: 
-webkit-gradient(linear,#FF00FF 1px, transparent 1px),
-webkit-gradient(linear,0,#00FFFF 1px, transparent 1px),

-webkit-gradient(linear,rgba(0,255,0,.3) 1px, transparent 1px),
-webkit-gradient(linear,0, rgba(0,0,255,.3) 1px, transparent 1px);

/* ##*****************************************## */
/* Opera */    
background-image:
   -o-linear-gradient(#FF00FF 1px, transparent 1px),
   -o-linear-gradient(0,#00FFFF 1px, transparent 1px),

   -o-linear-gradient(rgba(0,255,0,.3) 1px, transparent 1px),
   -o-linear-gradient(0, rgba(0,0,255,.3) 1px, transparent 1px);

/* ============================================================ */

    background-size:100px 100px, 100px 100px, 20px 20px, 20px 20px;
    background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
    
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    min-width: 774px;
    overflow-x: hidden;
    visibility: hidden;
    
}


/* ===================== */




/* 
 * Header / Navigation
 */

.header_img {
    padding: 10px 20px 0 20px;
    z-index: 99;
}

.nav_container {
    font-size: 12px;
    margin: 20px 20px 0 22px;
}

.nav_container div {
    float: left;
    margin-right: 20px;
}

.nav_container br {
    display: none;
}

.nav_pages a, .nav_container a {
    text-decoration: none;
}

.project_link a {
    color: #666666;
}

.project_link a:hover {
    background: #ffff00;
    color: #000000;
}

.project_link a:active {
    background: #000000;
    color: #ffffff;
}

.page_link a {
    color: #000;
    background-color:#FFF;
    padding:2px;
    border:3px ridge #00FF00;
    font-size:11px;
    font-weight:bold;
}

.page_link a:hover {
    color: #000000;
    background-color:#FFFF00;
}

.page_link a:active {
    color: #999999;
}

.link_link a {
    color:#0000FF;  /* para links original 999*/
    background-color:#FFF; 
    text-decoration:none;
    border:1px solid #FF0000;
    padding:0 3px;
    font-weight:600;
    
}

.link_link a:hover {
    color: #222222;
    background-color:#FFFF00;
}

.link_link a:active {
    color: #666666;
}

.nav_active a {
    background: #cccccc;
    color: #ffffff;
}

.nav_active a:hover {
    background: #cccccc;
    color: #ffffff;
}

.nav_active a:active {
    background: #cccccc;
    color: #ffffff;
}

.nav_follow {
    color: #666666;
    z-index: 11;
}

.nav_follow a {
    color: #666666;
}

.nav_follow a:hover {
    color: #000000;
}

.nav_follow a:active {
    color: #999999;
}

.nav_container .view_tag_info {
    color:#FFF; /* original #666666; */
    float: right;
    margin-right: 2px;
}

.view_tag_info a {
    color: #FFF; /* original #666666; */
    text-decoration: underline;
}

.view_tag_info a:hover {
    color: #000000;
}

.view_tag_info a:active {
    color: #999999;
}

/* 
 * Content
 */

#content_container {
    clear: both;
    margin: 20px;
    position: relative;
    z-index: 10;
}

#maincontainer {
    background: #ffffff;
    display: none;
    margin: 0 2px 2px 0;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.bodycopy a {
    color: #000000;
    text-decoration: underline;
}

.bodycopy a:hover {
    background: #ffff00;
    color: #000000;
    text-decoration: none;
}

.bodycopy a:active {
    background: #000000;
    color: #ffffff;
}

.entry {
    padding: 30px;
}

.project_title {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 0 30px 0;
    width: 560px;
}

.project_content {
    font-family: Georgia, Times, serif;
    max-width: 1230px;
    min-width: 670px;
}

.project_content img {
    margin: 0 30px 30px 0;
}

.project_content br {
    clear: none !important;
}

.project_header {
    position: absolute;
    top: 0; right: 2px;
    height: 65px;
}

.project_header div {
    float: right;
}

.project_header a {
    background: #eeeeee;
    border-left: 1px solid #cccccc;
    color: #777777;
    display: block;
    float: right;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    text-decoration: none;
}

.project_header a:hover {
    background: #e5e5e5;
    color: #777777;
    text-decoration: none;
}

.project_header a:active {
    background: #f5f5f5;
    color: #333333;
}

.project_header .last a {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}

.project_divider {
    display: none;
}

/* Styling of default typographic headers and elements */

h1 {
    font-size: 22px;
    line-height: 165%;
}

h2 {
    font-size: 16px;
    line-height: 165%;
}

h3 {
    font-size: 14px;
    line-height: 150%;
}

blockquote {
    color: #666666;
    margin: 0;
}

/* 
 * Slideshows
 */

.slideshow_component {
    float: left;
    margin-bottom: 10px;
}

.slideshow_wrapper {
    clear: both;
    margin: 0 30px 10px 0px;
}

.slideshow_wrapper a,
.slideshow_wrapper a:hover,
.slideshow_wrapper a:active {
    background: none !important;
}

.slideshow_nav {
    clear: both;
    color: #999999;
    font-size: 11px;
    line-height: 16px;
    padding-bottom: 10px;
}

.slideshow_nav.above {
    margin-top: -26px;
}

.slideshow_nav a {
    color: #666666;    
    text-decoration: none;    
}

.slideshow_nav a:hover {
    background: none !important;
    color: #999999;
    text-decoration: none;
}

.slideshow_nav a:active {
    color: #ff3300;
}

.slideshow_count {
    color: #999999;
    font-size: 11px;
}

ul.slideshow_thumbs {
    margin: 0;
    padding: 0;
}

.slideshow_thumb {
    display: inline-block;
    list-style: none;
    margin: -3px 7px 7px -3px;
}

.slideshow_thumb a {
    background: none !important;
    border: 1px solid transparent;
    display: block;
    padding: 2px;
}

.slideshow_thumb a:hover {
    background: none !important;
    border: 1px solid #ccc;
}

a.activeSlide {
    background: none;
    border: 1px solid #ccc;
}

.slideshow_thumb a:active,
a.activeSlide:active {
    background: none !important;
    border: 1px solid #666;
}

.slideshow_thumb img {
    border: 0;
    display: block;
    margin: 0;
    height: 60px;
}

.slideshow_caption {
    clear: both;
    display: block;
    font-size: 11px;
    padding: 5px 0 5px 0;
}

/**
 * Fullscreen button
 */

a#fullscreen {
    background-color: #1a1a1a;
    background-image: url(/_gfx/fullscreen_open.png);
    background-repeat: no-repeat;
    background-position: 67px 3px;
    border: 1px solid #1a1a1a;
    color: #bbbbbb;
    display: block;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
    font-size: 11px;
    line-height: 18px;
    height: 19px;
    padding: 0 4px 0 5px;
    text-align: left;
    text-decoration: none;
    width: 74px;
}

a#fullscreen:hover {
    background-color: #fff;
    color: #000;
}

a#fullscreen:active {
    background-color: #fff;
    border: 1px solid #999;
    color: #666;
}

/* 
 * Project footer
 */

.project_footer {
    color: #999999;
    clear: both;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
    font-size: 9px;
    padding: 30px;
    width: 670px;
}

.comment_link a {
    
}

.comment_link a:hover {
    
}

.footer_title_type {
    color: #000000;
    font-weight: bold;
}

.project_views {
    color: #999999;
}

.project_footer .permalink {
    display: none;
}

.project_footer .permalink a {
    color: #999999;
}

.project_footer .permalink a:hover {
    background: #ffff00;
    color: #000000;
}

.project_footer .permalink a:active {
    background: #000000;
    color: #ffffff;
}

.tags {
    color: #999999;
}

.tags a {
    color: #000000;
    text-decoration: none;
}

.tags a:hover {
    background: #ffff00;
    text-decoration: none;
}

.tags a:active {
    background: #000000;
    color: #ffffff;
}

.tags a:visited {

}

.project_footer .editlink a {
    color: #0066ff;
    font-style: italic;
}

.project_footer .editlink a:hover {
    background: #ffff00;
    color: #000000;
}

.project_footer .editlink a:active {
    background: #000000;
    color: #ffffff;
}

.project_bottom {
    clear: both;
    width: 670px;
}

/* 
 * Thumbnails
 */

.project_thumb {
    background: #ffffff;
    cursor: pointer;    /* url('https://www.dolliehost.com/dolliecrave/cursors/cursors-all/animals18.gif'), auto; */
    float: left;
    margin: 0 2px 2px 0;
    padding: 10px 10px 20px 10px;
    position: relative;
    width: 240px;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.project_thumb:hover {
    background: #ffffff;
    -moz-box-shadow: 0px 0px 40px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 40px rgba(0,0,0,0.3);
    z-index: 999;
}

.project_thumb:active {
    background: #ffffff;
    margin: 1px 0 -1px;
    -moz-box-shadow: 0px 00px 30px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    z-index: 998;
}

.project_thumb .hover {
    background: #ffffff;
    cursor: pointer;    /* cursor:url('https://payload173.cargocollective.com/1/4/129201/5776279/kika_pott_round_cursor_cherry.png'), auto; */
    text-decoration: none;
}

.project_thumb .nohover {
    text-decoration: none;
}

.project_thumb:hover .thumb_title span {
    background: #ffff00;
}

.project_thumb.active {
    background: #000000;
}

.project_thumb.active .cardimgcrop {
    opacity: 0.5;
}

.project_thumb.active .thumb_title span {
    color: #ffffff;
}

.project_thumb.active:hover .thumb_title span {
    background: none;
    color: #ffffff;
}

.project_thumb.active .thumb_tag {
    color: #555555;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
    font-size: 10px;
}

.project_thumb.active .thumb_tag a {
    color: #555555;
    text-decoration: underline;
}

.project_thumb.active .thumb_tag a:hover {
    color: #cccccc;
    text-decoration: underline;
}

.project_thumb.active .thumb_tag a:active {
    color: #999999;
    text-decoration: underline;
}

.cardimgcrop {
    margin: 0 0 16px 0;
    overflow: hidden;
    position: relative;
}

.loader_holder {
    display: none;
    position: absolute;
    top: 18px; left: 18px;
    z-index: 3;
}

.thumb_title {
    
}

.thumb_title .text {
    color: #000000;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.excerpt {
    color: #666;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
    font-size: 10px;
    margin: 7px 0 10px 0;
    width: 220px;
}

.thumb_tag {
    color: #bbbbbb;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
    font-size: 10px;
}

.thumb_tag a {
    color: #bbbbbb;
    text-decoration: underline;
}

.thumb_tag a:hover {
    color: #666666;
    text-decoration: underline;
}

.thumb_tag a:active {
    color: #999999;
    text-decoration: underline;
}

/* 
 * Search results
 */

#search_form {
    position: fixed;
    bottom: 20px; left: 740px;
}

#search_form #search_term {
    font-size: 11px;
    width: 188px;
}

#search_form_results {
    padding-bottom: 90px;
}

.search_header {
    color: #000000;
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 4px 0;
    width: 145px;
}

#search_term {
    background: #ffffff;
    border: 1px solid #cccccc;
    color: #000000;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 5px;
    width: 220px;
}

#search_results {
    float: left;
}

.result {
    clear: both;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 60px;
}

.search_thumb {
    float: left;
    margin: 4px 25px 35px 0px;
}

.search_thumb img {
    width: 120px; height: auto;
}

.search_text {
    width: 500px;
    margin-left: 145px;
}

.search_title a {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;    
}

.search_title a:hover {
    background: #ffff00;
    color: #000000;
    text-decoration: none;
}

.search_title a:active {
    background: #000000;
    color: #ffffff;
    text-decoration: none;
}

.search_tags {
    color: #999999;
    font-size: 11px;
}

.search_tags a {
    color: #999999;
    text-decoration: none;
}

.search_tags a:hover {
    background: none;
    color: #000000;
    text-decoration: underline;
}

.search_tags a:active {
    color: #666666;
}

/* 
 * Footer
 */

#page_footer {
    color: #666666;
    height: 60px;
    margin: 60px 20px 0 20px;
    position: relative;
}
#page_footer br {
    display: none !important;
}

.pagination {
    color: #999999;
    float: left;
    font-size: 14px;
}

.pagination a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}

.pagination a:hover {
    background: transparent;
    color: #000000;
    text-decoration: underline;
}

.pagination a:active {
    color: #666666;
}

.cargo_link {
    color: #999999;
    font-size: 11px;
    float: right;
    margin: 3px 4px 0 0;
}

.cargo_link a {
    color: #999999;
    text-decoration: underline;
}

.cargo_link a:hover {
    color: #333333;
    text-decoration: underline;
}

.cargo_link a:active {
    color: #666666;
}

.bottompad {
    clear: both;
    position: relative;
    height: 54px;
    width: 705px;
}

/* 
 * Video component
 */

.video_component {
    float: left;
    margin: 0 15px 15px 0;
}

/* 
 * Audio component
 */

.audio_component {
    color: #777777;
    font-family: 'Droid Sans Mono', Monaco, Monospace, Arial, san-serif;
    font-size: 10px;
    height: 30px;
    line-height: 26px;
    width: 300px;
}

.audio_component div {
    height: 26px;
}

.audio_component .border {
    border: 2px solid #aaaaaa;
    opacity: 0.5;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

.audio_component .vertical_border {
    background: #aaaaaa;
    opacity: 0.50;
    
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

.audio_component .controls {
    top: 2px; left: 2px;
}

.audio_component .play_pause {
    background: url("/_gfx/playpause.png");    
}

.audio_component .spectrum .spectrum_bar {
    background: #666666;
}

.audio_component .loading {
    background: #bbbbbb;
    opacity: 0.25;
    
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
}

.audio_component .progress {
    background: #bbbbbb;
    border-right: 1px dotted #333333;
    opacity: 0.25;
    
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
}

.audio_component .volume_slide.hover {
    background: #bbbbbb;
    opacity: 0.3;

    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
}

/* 
 * Other
 */

/* Admin and following icons — only seen by members */
.toolset {
    position: fixed;
    top: 10px; right: 10px;
    z-index: 9999;
}

#foot_container {
    display: none;
}

#nav_loadspin {
    display: none !important;
}

/* footer
***********************************************************************************************************/
/* Fui eu quem fez o site footer */


#site_footer {
    background-color:#FFFF00;/* #000 >> border-top: 1px dashed #cccccc;*/
    clear: both;
    color:#008000; /* before #ffff00 #999999 */
    margin-top:-13px;
    padding-left:4px;
    /*width: 680px;*/
    font-family: Times New Roman, Times, Georgia, serif;
    font-size:13px;
    font-style:italic;
    text-transform:uppercase;
    
}




/* 
 * In-browser code editing made "almost bearable" by CodeMirror: http://marijn.haverbeke.nl/codemirror
*/


#left {
    background:#F63;
    position:fixed;
    opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}
#top {
    background:#00FFFF;
    position:fixed;
}
#bottom {
    background:#FF3;
    position:fixed;
    opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}
#left {
    top:0;
    bottom:0;
    width:20px;
}

#top, #bottom {
    left:0;
    right:0;
    height:20px;
}

#bottom {
    bottom: 0;
}
#box {
    width:500px;
    height:500px;
    position:absolute;
}

/* ========================================== */
/* Carla's Css Styles For Kant */
/* ============================================ */

.myBook {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size:16px;
    color:#0000ff;
    font-style:italic;
}

.myZoo {
    float: left;
    margin: 0 50px 0 0;
}


.kidThumb {
    padding-left:25px;
    border:1px solid #333333;
    float:left;
    margin:20px;
    text-align:justify;
    border-radius:3px;
    -moz-border-radius:3px; /* Old Firefox */
    
}
/* THUMBNAILS FRAMES and Classes For Projects */

.kiG {
   font-family: 'Droid Sans Mono', Monaco, Monospace, Arial, san-serif;
   color: #db4437;
   font-size:11px;
}

/* CSH-styles thumbnail color */

#item_5095807 {background:#afeeee;}

/* Musicbox thumbnail color */

#item_6266024 {background:#0000ff;}

/* === Gisela Amarela thumbnail color === */

#item_4977708 {background:#5eb0e5;}


.gizBk {
    border:8px #195dab ridge;
    padding:2px 6px 3px 6px;
    background-color:#ff3399;
    color: #FFF;
    font-weight:900;
    font-size:13px;
    font-family: "Lucida Console", Monaco, monospace;
}

/* CSS tests on poetry === não sei o que é isto ???? */


div.article {
    background-color:#000;
    float:left;
    width:400px;
    margin:0;
    color:#EEE;
    font-family:Helvetica,Arial,sans-serif;
    font-size:14px;
    padding:20px;
    border-top:none;
    border-bottom: 60px solid #000;
    border-right: 40px groove #0000ff;
    border-left:30px solid #fff; 
}

div.article2 {background-color:#000;
    float:left;
    width:400px;
    margin:0;
    color:#EEE;
    font-family:Helvetica,Arial,sans-serif;
    font-size:14px;
    padding:20px;
    border-bottom: 50px solid #000000;
    border-top: 30px solid #0000ff;
    border-right: 40px solid #000000;
    border-left:20px solid #ff0000; 
}

/* ===== Carla's Styles For Links =======================    */

div#menu_5054284.link_link a {
    background-color:#800080;
    color:#FFF;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size:15px;
    padding:2px;
    border:3px groove #FFF;}
 /* jux illustrati ON */



div#menu_5054284.link_link a:hover {
    background-color:#800080;
    color:#7FFF00;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size:15px;
    padding:2px;
    border:3px groove #00FF00;}
 /* jux illustrati ON */

/* +++++++++++++++++ */
/* INFO */

div#menu_4822349.page_link a { background-color:#000;color:#FFF;padding:2px;border:2px groove #FFFF00;font-size:11px;} 

div#menu_4822349.page_link a:hover { background-color:#FFF;color:#000;padding:2px;border:2px groove #000;font-size:11px;} 

/* =+=+=+= CLIENTS =+=+=+= */

div#menu_4985428.page_link a { background-color:#000;color:#FFF;padding:2px;border:2px groove #FF0000;font-size:11px;}

div#menu_4985428.page_link a:hover { background-color:#FFF;color:#000;padding:2px;border:2px groove #000;font-size:11px;}

/* +++++++++++++++++++ */

div#menu_5608889.link_link a { background-color:yellow;font-family:Impact,Charcoal,'Arial Black',sans serif;color:#000080;font-size:15px;padding:2px;}

div#menu_5608889.link_link a:hover { background-color:#000080;font-family:Impact,Charcoal,'Arial Black',sans serif;color:yellow;font-size:15px;padding:2px;}

/*=============================================================*/

/* == eBooks == */

div#menu_7926278.page_link a {
    background-color:#00FF00;
    color:#000;
    border: 2px solid #FF0000;
    font-weight:bold;
}


div#menu_7926278.page_link a:hover {
    background-color:#FFFF00;
    border: 2px solid #000;
}

/* ==== My Classes Warehouse ===== */

.quadrInfo { 
      float:left;
      color:#000; 
      padding:5px; 
      font-family: Arial, Helvetica, sans-serif; 
      font-size:15px; 
      border-width: 5px; 
      border-style: groove; 
      border-color: blue red magenta yellow;
}


.quadrInfo2 { 
      float:left;
      border-width: 5px; 
      border-style: groove; 
      border-color: blue red yellow green;
}


.fan {background-color: #333;}

.myBla {font-family: Arial,Helvetica,sans-serif;font-size: 12px;color:#666;}

/* for children thumbnail images to have all the same contour */

#entry_4851677 .project_content img {
    outline: 10px ridge #00C78C;
}

/* for fashion props thumbnail images to have all the same contour */

#entry_5095649 .project_content img {
    outline: 10px ridge #FF0000;
}

#entry_10239063 .project_content img {
    outline: 12px groove #fffff0 ;
}

/* class for floating divs */
.fL {float:left;}

.starB {color:#FF00AA; font-size:16px;}

.brLink {
    font-family: 'Lucida Console', Monaco, monospace;
    color:#008000; 
    font-size:11px;
}
 /* class for warnings on broken links and etc */

.blueRed {
    border-top:1px red dashed;
    border-bottom:1px blue dashed;
    padding:5px 0;
}

/* +++++++++++++++++++++ */

/* =============== Styles for links on BOOKS page ================ */

#entry_4824398 .project_content a:link {
    background-color:#d8f7f7;
}

/* mouse over link */
#entry_4824398 .project_content a:hover {
     background-color: #FFFF00;
}

/* visited link */
#entry_4824398 .project_content a:active {
    background-color: #00FF00;
}



.star {
    font-family: monospace;
    color: #EE0000;
    border: 2px ridge #F0F8FF;
}
