/*
    css

*/

    * {
       margin: 0px; padding: 0px;
    }

    table {
        border-width:0px;
    }

    body {
        background:#000;    /*222*/
        color:#fff;
        overflow:auto;	/* hidden */
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;    /*11*/
        /*text-align: center;*/ /* for IE */
    }


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

    a {color: #00AAAA; } /*009000  008080  */
    a:hover    {   color: #fff; text-decoration: none }
    a:visited    {text-decoration: none  }
    a:active     { text-decoration: none }
    a:link    { text-decoration: none }

    span.whitetitle {
        color:#999;
    }

    input{
        background-color:#884400;
        font-size: 11px;
        color: #fff;
        border: 0px solid #666;

    }
    input.submit{
       background-color:#000;
       color: #D56A00;
       border: 1px solid #D56A00;
       width:66px;
    }
    input.border0{
       border: 0px solid #D56A00;

    }

    ::selection {
        background: #060; /* Safari */
        }
    ::-moz-selection {
        background: #060; /* Firefox */
    }

    :focus {
        outline: 0;
    }

    h1,h2,h3{

        /*color:#008080;*/
        color:#fff;     /*ccc*/

        font-size: 100%;
       margin-bottom:10px;  /*5*/
  }

    p{
        margin-top:0px;
        margin-bottom:10px;  /*5*/
    }

    ul {
        list-style-type:square;
        list-style-position:inside;

        font-weight:normal;
    }

	ul.text {
        list-style-type:square;

        margin-left:60px;
        margin-right:40px;
        XXXpadding-bottom:40px;
        XXXlist-style-type:upper-roman;
        list-style-position:outside;
        font-weight:normal;
	}

	ul.text li {

	}

    ul.navigation,
    ul.navigationright
    {
        list-style-type:none;
        list-style-position:outside;
        font-weight:normal;   /*bold*/
    }
    ul.navigation li { /* even assign wid and hgt */
        float: left;    /*left*/
        margin-right:15px;
    }

    ul.navigationright li { /* even assign wid and hgt */
        float: right;    /*left*/
        margin-left:15px;
    }

    ul.mylist {
        list-style-type:square;
        list-style-position:outside;

        font-weight:normal;
    }
    ul.mylist li { /* even assign wid and hgt */
        margin-left:55px;
    }

    ol.manifest {
        margin-left:60px;
        margin-right:40px;
        padding-bottom:40px;
        list-style-type:upper-roman;
        list-style-position:outside;
        font-weight:normal;
    }
    ol.manifest li {
        margin-bottom:10px;
    }
    ul.menu {
        list-style-type:none;
        list-style-position:outside;
    }


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

    .global_noscript{
        position:absolute;
        visibility:visible;
        top:100px;left:20px;width:200px;
        border-width:1px;border-color:#f00; border-style:solid;
        background:#200;
        z-index:1000;
        padding:5px;

        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;    /*11*/

        filter:alpha(opacity=77);
        -moz-opacity:0.77;
        -khtml-opacity: 0.77;
        opacity: 0.77;
    }

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

     .blogtitle,
     .blogcontent
     {
        float:left;
     }

     .blogtitle
     {
        padding:0px;
        margin-bottom:10px;

        width:92%;   /*30% 20%*/
        border-width:0px;border-color:#f0f; border-style:solid;
        text-align:right;
        text-align:left;
        font-size: 33px;
        font-size: 11px;
     }
     .blogcontent
     {
        padding:10px;

        color:#000;

        width:92%; /*60%*/
        border-width:0px;border-color:#f00; border-style:solid;
        text-align:left;

        /*margin-left:20px;*/
        margin-bottom:30px;
        background:#001500;
        background:#001616;
        background:#ffffff;
     }

/**************************************************************************************************/
/**************************************************************************************************/
/**************************************************************************************************/
/*
	this class was set in the MT atom export
*/
     .MTEntryBody     {
        width:100%;
        border-width:0px;border-color:#00f; border-style:solid;
        margin-bottom:10px;
     }
     .bg_black     {
        /*color: #070;
        font-weight:bold;*/
     }

     .MTEntryMore
     {
        width:100%;
        border-width:0px;border-color:#040; border-style:solid;
        margin-bottom:10px;
        color:#fff;
        font-weight:bold;     /* normal bold */
        font-size:11px; /*18*/
     }

    .MTEntryBody img,
    .MTEntryMore img,
    .blogcontent img
    {
        /* http://css-discuss.incutio.com/?page=UsingPercent
        http://www.rock-on-rock-on.com/
        http://css-discuss.incutio.com/?page=UsingPercent
        http://www.bigbaer.com/css_tutorials/css.scale.image.html.tutorial.htm
        */
        border-width:0px;border-color:#00f; border-style:solid;

        /*width:77%*/
        max-width: 100%;

        /*max-width: 90%;*/

        /*max-width: 400px;
        max-height: 400px;
        min-width: 400px;
        min-height: 400px;*/

        /*width: 7.5em;
        height: 7.5em;*/
    }

    .image100
    {
		max-width: 100%;
    }


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


    div.textpaddedvideo
    {
    	position:absolute;
        top:10px;
        left:10px;

        width:480px;    /* wid minus 2*margin*/

        border-width:0px;border-color:#ccc; border-style:solid;

        text-align:left;
    }

    div.textpadded
    {
        width:140px;    /* wid minus 2*margin*/
        margin:10px;
        border-width:0px;border-color:#ccc; border-style:solid;
        text-align:left;
    }
    div.textpaddedright
    {
        width:140px;    /* wid minus 2*margin*/
        margin:10px;
        border-width:0px;border-color:#ccc; border-style:solid;
        text-align:right;
    }
    div.textwrap
    {
		width:100%
    }


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

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

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

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