/*
	Lothruin.com by Melissa Rotert

*/

*
{
padding: 0px;
margin: 0px;
}

body
{
background: #000 url('graphics/newbg.png') no-repeat fixed top center;
font-size: 10px;
font-family: Arial, Helvetica, serif;
color: #cbcbcb;
line-height: 12px;
}

a
{
color: #cbcbcb;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

sup
{
font-size: 0.5em;
}


p
{
margin-bottom: 10px;
text-align: justify;
}

p.app
{
margin: 20px;
text-align: justify;
}

img.floatleft
{
float: left;
margin: 0px 14px 3px 0px;
}

img.floatright
{
float: right;
margin: 0px 0px 3px 14px;
}

img.margin
{
margin: 3px;
}

object.margin
{
margin: 10px 0px 10px 0px;
}

ul.linklist
{
list-style: none;
}

ul.linklist li
{
border-top: solid 1px #cbcbcb;
padding-top: 5px;
margin: 5px 0px 0px 0px;
}

ul.linklist li.first
{
border-top: 0px;
margin-top: 0px;
padding-top: 0px;
}

.transform {
-moz-box-shadow: 0 0 6px #000;
-webkit-box-shadow: 0 0 6px #000;
-moz-border-radius: 20px;
border-radius: 20px;
}

#menubar {
        position: fixed;
        z-index: 1;
        top: 0;
        width: 100%;
        text-align: center;
        white-space: nowrap;
        height: 269px;
        background: url('graphics/newmenubg4.png') no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#menubar ul li
{
display: inline;
white-space: nowrap;
line-height: 45px;
padding-left: 4px;
}

#menubar img
{
padding-top: 3px;
}

#menubar ul li.first
{
border-left: 0px;
}

#menubar ul li a
{
background-color: transparent;
background-repeat: repeat-x;
padding: 0px;
font-size: 14px;
color: #cbcbcb;
text-decoration: none;
font-weight: bold;
font-family: Times, serif;
}

#outer
{
position: relative;
width: 952px;
padding-top: 248px;
margin: 0 auto;
opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
}

#sidebar
{
position: relative;
width: 200px;
float: left;
background: #000;
margin: 0px 25px 0px 25px;
opacity: 0.8;
filter: alpha(opacity=80); /* For IE8 and earlier */
}

#sidebar h3
{
position: relative;
font-size: 14px;
line-height: 18px;
color: #cbcbcb;
padding: 4px;
margin: 4px;
font-family: Georgia, serif;
border-style: solid;
border-size: 1px;
border-color: #DD0000;
-moz-border-radius: 10px;
border-radius: 10px;
}

#sidebar h2
{
position: relative;
font-size: 14px;
line-height: 18px;
color: #cbcbcb;
padding: 4px;
margin: 4px;
font-family: Georgia, serif;
}

#sidebar .content
{
padding: 10px;
margin-bottom: 20px;
}

#sidebar .content p.right
{
text-align:right;
}

#body
{
position: relative;
width: 677px;
min-height:300px;
float: right;
background: #C7C5C1  url('graphics/puttybg.png');
margin-right: 25px;
margin-bottom: 8px;
padding: 20px 0px 25px 0px;
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

#body .inner
{
position: relative;
top: 4px;
font-size: 18px;
line-height: 18px;
color: #000;
letter-spacing: 1px;
padding: 20px 0px 20px 20px;
margin: 0px 0px 0px 0px;
}

#body .content
{
font-size: 12px;
color: #000;
letter-spacing: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 20px 0px 0px;
}

#body .content h3
{
font-size: 18px;
color: #000;
letter-spacing: 1px;
padding: 0px 0px 0px 0px;
margin: 0px 30px 10px 0px;
}

#body .content h2
{
position: relative;
font-size: 18px;
color: #000;
padding: 4px;
margin: 4px;
font-family: Georgia, serif;
border-style: solid;
border-size: 1px;
border-color: #DD0000;
-moz-border-radius: 10px;
border-radius: 10px;
}


#body .content ul li
{
font-size: 12px;
color: #000;
letter-spacing: 1px;
padding: 0px 0px 0px 0px;
margin: 0px 30px 0px 30px;
}

#body .content ul
{
margin-bottom: 10px;
}

#body .item
{
margin-bottom: 30px;
}

#footer
{
position: relative;
clear: both;
height: 66px;
text-align: center;
color: #cbcbcb;
}

#footer a
{
color: #cbcbcb;
}
