body
{
    font-family:    tahoma, helvetica, arial, sans-serif;
    text-align:     center;
    margin:         0;
    padding:        0;
    list-style:     none;
    font-size:      10px;
    background:     black;
    padding-bottom: 12px;
    background-attachment:fixed;
    background-repeat:repeat-y;
}

#background
{
    width:          100%;
    height:         100%;
    position:       fixed;
    top:            0px;
    left:           0px;
    z-index:        -4;
    background:     transparent;
}

#overlay
{
    width:          100%;
    height:         100%;
    position:       fixed;
    top:            0px;
    left:           0px;
    background:     transparent url(images/pattern.png) repeat top left;
    z-index:        -2;
}

#bgimage
{
    position:       fixed;
    left:           0px;
    top:            0px;
    width:          100%;
    height:         100%;
    opacity:        0.8;
    z-index:        -3;
}

#container
{
    margin:         0px 0px 0px 0px;
    padding:        0px 15px 0px 0px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-width:   15px;
    border-color:   black;
    text-align:     left;
    width:          760px;
    top:            100px;
    left:           150px;
    height:         800px;
    position:       absolute;
    list-style:     none;
    color:          #FFFFFF;
    background:     black;
    overflow-y:     auto;
    overflow-x:     hidden;
}

#heading
{
    margin:         15px 0px 5px 10px;
    border:         0px solid black;
    padding:        0px 0px 0px 0px;
    text-align:     left;
    position:       relative;
    height:         45px;
    width:          100%;
    list-style:     none;
    color:          white;
    background:     transparent;
}

/*---------------------------- Menu -------------------------------------------*/
.menu
{
    position:       absolute;
    top:            120px;
    left:           0px;
    z-index:        11;
}

.menu a
{
	background-color:#000000;
	margin-bottom:2px;
	opacity:0.9;
	display:block;
	width:98px;
	height:50px;
	color:#CC7700;
	line-height:50px;
	text-align:center;
    font-variant:   small-caps;
    font-size:      13px;
	outline:none;
}

.menu a:hover
{
    color:          #000000;
    background-color: #CC7700;
}
/*---------------------------- Menu -------------------------------------------*/

#bodylr
{
    margin:         0px 0px 0px 0px;
    border:         0px solid black;
    padding:        0px 0px 0px 0px;
    text-align:     left;
    position:       relative;
    height:         140px;
    list-style:     none;
    color:          white;
    background:     black;
}

#bodyleft
{
    margin:         0px 5px 0px 0px;
    border:         0px solid black;
    padding:        0px 0px 0px 0px;
    text-align:     left;
    position:       absolute;
    height:         100%;
    width:          35%;
    list-style:     none;
    color:          white;
    background:     black;
    left:           0%;
}

#bodymiddle
{
    margin:         0px 0px 0px 0px;
    border:         0px solid black;
    padding:        0px 0px 0px 0px;
    text-align:     left;
    position:       absolute;
    height:         100%;
    width:          35%;
    list-style:     none;
    color:          white;
    background:     black;
    left:           38%;
}

#bodyright
{
    margin:         0px 0px 0px 0px;
    border:         0px solid black;
    padding:        0px 0px 0px 0px;
    text-align:     left;
    position:       absolute;
    height:         100%;
    width:          25%;
    list-style:     none;
    color:          white;
    background:     black;
    left:           75%;
}

#main
{
    margin:         0px 0px 0px 0px;
    border:         0px solid black;
    padding:        0px 0px 0px 0px;
    text-align:     left;
    position:       relative;
    height:         420px;
    width:          100%;
    list-style:     none;
    color:          white;
    background:     black;
}

#central
{
    margin:         0px 0px 0px 0px;
    border:         0px solid white;
    padding:        0px 0px 0px 0px;
    text-align:     left;
    position:       absolute;
    list-style:     none;
    color:          white;
    width:          78%;
    height:         97%;
    left:           0%;
}

#albuns
{
    margin:         10px 0px 0px 10px;
    border:         0px solid black;
    padding:        0px 0px 0px 0px;
    text-align:     left;
    position:       absolute;
    list-style:     none;
    color:          white;
    width:          20%;
    height:         97%;
    left:           80%;
}

#albunsDDD
{
    margin:         10px 0px 0px 10px;
    border:         0px solid black;
    padding:        0px 0px 0px 0px;
    text-align:     left;
    position:       relative;
    list-style:     none;
    color:          white;
    background:     black;
    width:          100%;
}

#miniatura
{
    margin:         10px 0px 0px 5px;
    border:         0px solid black;
    padding:        0px 0px 0px 0px;
    text-align:     left;
    position:       relative;
    list-style:     none;
    color:          white;
    background:     black;
    width:          144px;
    height:         97%;
    left:           80%;
}

#dividerx
{
    width:          100%;
    height:         1px;
    clear:          both;
    margin:         5px 0px 5px 0px;
    padding:        0px 0px 0px 0px;
    position:       relative;
    color:          black;
    background:     black;
}

#halfdividerx
{
    width:          65%;
    height:         1px;
    clear:          both;
    margin:         5px 0px 5px 0px;
    padding:        0px 0px 0px 0px;
    color:          black;
    background:     black;
    position:       relative;
}

#tituloimagem
{
    width:          100%;
    clear:          both;
    margin:         0px 0px 0px 0px;
    padding:        0px 0px 0px 0px;
    position:       relative;
    background:     black;
}

#albumtext
{
    margin:         0px 0px 10px 0px;
    border:         0px solid black;
    padding:        0px 0px 0px 0px;
    text-align:     left;
    position:       relative;
    list-style:     none;
    color:          white;
    background:     black;
}

iinput
{
    margin:         0px auto;
    text-align:     left;
    padding:        0px 0px 0px 0px;
    color:          white;
    background:     black;
    font-family:    "courier new";
    fontsize:       10;
    border-width:   1px;
    border-style:   solid;
    border-color:   #CC7700;
    height:         22px;
    width:          450px;
}

ttextarea
{
    margin:         0px auto;
    text-align:     left;
    padding:        0px 0px 0px 0px;
    color:          white;
    background:     black;
    font-family:    "courier new";
    fontsize:       10;
    border-width:   1px;
    border-style:   solid;
    border-color:   #CC7700;
    height:         100px;
    width:          450px;
}

a
{
    text-decoration:none;
    color:          #CC7700;
}

a.more
{
    float:          right;
    margin:         0px 30px 0px 0px;
    font-size:      10px;
    color:          #CC7700;
    text-decoration:none;
}

a:hover
{
    color:          #787878;
}

p.bl
{
    margin:         0px 0px 0px 0px;
}

p.icon
{
    margin:         0px 30px 0px 0px;
    font-size:      12px;
    padding-top:    0px;
    margin-top:     0px;
    color:          white;
}

p.texto
{
    margin:         0px 0px 0px 0px;
    font-size:      12px;
    padding-top:    0px;
    margin-top:     0px;
    color:          white;
    text-align:     justify; 
}

p.more
{
    float:          right;
    margin:         0px 20px 0px 0px;
    font-size:      10px;
    color:          #CC7700;
    text-decoration:none;
}

.tools
{
    float:          right;
    width:          50px;
    text-decoration:none;
    color:          white;
    background-color:black;
    margin:         7px 0px 0px 20px;
    border:         0px solid black;
    padding:        0px 0px 0px 0px;
    display:        inline;
}

h1
{
    font-size:      28px;
    padding-top:    0;
    margin-top:     0;
    margin-bottom:  0;
    float:          left;
    color:          #CC7700;
    font-variant:   small-caps;
}

h2
{
    font-size:      16px;
    padding-top:    0px;
    margin-top:     0px;
    margin-bottom:  10px;
    color:          #CC7700;
    font-variant:   small-caps;
}

h3
{
    font-size:      12px;
    padding-top:    0px;
    margin-top:     0px;
    margin-bottom:  10px;
    color:          #CC7700;
    font-variant:   small-caps;
}

h4
{
    font-size:      11px;
    padding-top:    0px;
    margin-top:     0px;
    margin-bottom:  8px;
    color:          #CC7700;
    font-style:     italic;
}

img.bl
{
    float:          left;
    margin:         0px 10px 0px 0px;
    width:          80px;
    height:         100px;
    list-style:     none;
    border:         2px solid white;
}

img.central
{
    float:          left;
    margin:         0px 0px 0px 0px;
    list-style:     none;
    border:         4px solid white;
}

img.central2
{
    float:          right;
    margin:         0px 0px 0px 0px;
    list-style:     none;
    border:         4px solid white;
}


img.last
{
    margin:         0px 7px 0px 0px;
    width:          80px;
    height:         80px;
    list-style:     none;
    border:         2px solid white;
}

img.albuns
{
    margin:         0px 0px 0px 0px;
    width:          130px;
    height:         95px;
    list-style:     none;
    border:         2px solid white;
}

img.stories
{
    margin:         0px 0px 0px 0px;
    width:          156px;
    height:         114px;
    list-style:     none;
    border:         2px solid white;
}

img.arrowsu
{
    margin:         5px 7px 13px 25px;
    width:          90px;
    height:         10px;
    list-style:     none;
    border:         0px solid white;
}

img.arrowsl
{
    margin:         0px 7px 0px 25px;
    width:          95px;
    height:         10px;
    list-style:     none;
    border:         0px solid white;
}

img.setaesq
{
    margin:         0px 0px 0px 0px;
    width:          25px;
    height:         115px;
    list-style:     none;
    border:         0px solid white;
}

img.setadir
{
    margin:         0px 0px 0px 0px;
    width:          25px;
    height:         115px;
    list-style:     none;
    border:         0px solid white;
}

img.icon
{
    float:          left;
    margin:         0px 10px 0px 0px;
    width:          180px;
    height:         120px;
    list-style:     none;
    border:         0px solid white;
}

img.texto
{
    float:          left;
    margin:         0px 20px 20px 0px;
    width:          180px;
    height:         230px;
    list-style:     none;
    border:         2px solid white;
}

img.miniatura
{
    float:          left;
    margin:         0px 0px 0px 0px;
    width:          70px;
    height:         70px;
    list-style:     none;
    border:         1px solid white;
    overflow:       hidden; 
}

img.miniarrow
{
    float:          left;
    margin:         0px 0px 0px 0px;
    width:          70px;
    height:         70px;
    list-style:     none;
    border:         1px solid black;
}

img.logo
{
    float:          right;
    margin:         0px 0px 0px 0px;
    width:          100px;
    height:         130px;
    list-style:     none;
    border:         2px solid white;
}

img.livre
{
    clear:          both;
    margin:         0px 20px 20px 0px;
    list-style:     none;
    border:         0px solid white;
}

img.txtleft
{
    float:          left;
    margin:         0px 0px 0px 0px;
    width:          400px;
    height:         400px;
    list-style:     none;
    border:         2px solid white;
}

img.txtright
{
    float:          right;
    margin:         0px 0px 0px 0px;
    width:          400px;
    height:         400px;
    list-style:     none;
    border:         2px solid white;
}

ul.texto
{
    margin:         0px 0px 0px 0px;
    font-size:      12px;
    padding-top:    0px;
    color:          white;
    text-align:     justify; 
}

/*
ul.menu
{
    list-style-type:none;
    margin:         0px 0px 10px 0px;
    padding:        0px;
}

li.menu
{
    display:        inline;
    margin:         0px 30px 0px 0px;
    font-size:      14px;
    padding:        0px;
    color:          #CC7700;
    font-variant:   small-caps;
}
*/

.item 
{
    width:          735px;
    height:         95px;
    border:         2px solid #FFFFFF;
    margin:         0px 12px 20px 0px;
    overflow:       hidden;
    position:       relative;
    float:          left;
}

.item .caption 
{
    width:735px;
    height:95px;
    bottom:0;
    color:#FFFFFF;
    background:#000000;
    font-weight:700;
    position:absolute;
    left:20;
    display:none;
    filter:alpha(opacity=70); 
    -moz-opacity:0.8;
    opacity: 0.8; 
}

.item .caption a 
{
    text-decoration:none;
    color:#0cc7dd;
    font-size:17px;
    letter-spacing:-1px;
    font-family:Arial, Helvetica, sans-serif;
    padding:5px;
    display:block;
}

.item .caption p 
{
    padding:5px;
    margin:0;
    color:#FFFFFF;
    line-height:15px;
    font-size:12px;
}

.item img 
{
    border:0;
    position:absolute;
}

div.lw
{
    padding:        0px;
    float:          left;
    margin:         10px 10px 10px 0px;
    height:         230px;
    width:          255px;
    border:         0px solid white;
}

div.lh
{
    padding:        0px;
    float:          left;
    margin:         10px 10px 10px 0px;
    height:         320px;
    width:          180px;
    border:         0px solid white;
}

div.rw
{
    padding:        0px;
    float:          right;
    margin:         10px 0px 10px 10px;
    height:         230px;
    width:          255px;
    border:         0px solid white;
}

div.rh
{
    padding:        0px;
    float:          right;
    margin:         10px 0px 10px 10px;
    height:         320px;
    width:          180px;
    border:         0px solid white;
}

div.cw
{
    padding:        0px;
    margin:         10px 10px 10px 10px;
    height:         230px;
    width:          255px;
    border:         0px solid white;
}

div.ch
{
    width: 255px;
    padding:10px;
    margin-left:auto;
    margin-right:auto;
}

