body
{
       background-image: url("/images/20.jpg");
}

p, blockquote, li, h3
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 11px;
        line-height: 15px;
        color: black;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

p.feed
{
     text-align: center;
     font-weight: bold;
}

#container
{
      margin-left: auto; 
      margin-right: auto;
      width: 700px;
      background-color: #fff;
      opacity: .90;
      border: 1px solid #777;
}

#head
{
       width: 700px;
       text-align: center;
       background-color: #fff;
       padding: 10px 0px 10px 0px;
}

#navigation
{
       width: 700px;
       text-align: center;
       background: #D4A017;
       font-size: 13px;
       font-family: Verdana;
       font-weight: 500;
}

#rightside
{
       width: 220px;
       height: 100%;
       float: right;
       color: #222;
       font-family: Geneva;
       font-size: .8em;
       line-height: 20px;
       margin: 0px 0px 0px 10px;
       padding: 10px;
       align: right;
}

#rightside a
{
       color: #007;
       text-decoration: none;
}

#rightside a:visited
{
       color: #007;
       text-decoration: none;
}


#rightside a:hover
{
       text-decoration: underline;
}

#content
{
        width: auto;
        margin: 0px 186px 0px 0px;
        background-color: #fff;
}

#foot
{
    width: auto;
    line-height: 15px;
    font-size: 10px;
    background-color: #fc3;
    text-align: center;
}

a
{
    color: #D4A017;
    text-decoration: none;
}

a:visited
{ 
    color: #D4A017;
}

a:hover
{
    color: #007;
}

a.body
{
    color: #D4A017;
    text-decoration: none;
}

a.body:hover;
{
    color: #007;
}

#head a
{
   color: #000;
}

#head a:visited
{
    color: #000;
}

#foot a
{
    font-size: 13px;
    font-color: #fc3;
    padding: 0px 15px 0px 15px;
    font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
}

#navigation a
{
    font-size: 13px;
    color: black;
    padding: 0px 15px 0px 15px;
    font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
}

#navigation2 a
{
    font-size: 11px;
    color: #fc3;
    padding: 0px 20px 0px 20px;
    font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
}

#navigation a:hover
{
     background: #fff;
}

#navigation2 a:hover
{
    color: white;
}

h1
{
    font-weight: normal;
    text-decoration: none;
    font-family: Bank Gothic, Georgia, Times, Serif;
    font-size: 42px;
    padding: 0px;
    margin: 0px;
    color: #600;
}


.caps
{
    letter-spacing: 0.1em;
    font-size: 10px;
}

#content hr
{
	color: #ccc;
	width: 66%;
	margin-top: 2em;
	margin-bottom: 2em;
}

img
{
       border: 0px;
}

img.rightside
{
       margin: 5px;
       vertical-align: bottom;
}

img.divider
{
	align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.comments_error
{
	background-color: #ffa;
}

div.comments_error
{
	border: 1px solid #cc8;
	padding: 0.3em;
}

li.search-result
{
       font-size: 1em;
}


li.sidebar
{
	background-color: #777;
	border: 1px solid #aaaaaa;
	border-top: 1px solid #777;
	color: #fff;
	padding: 4px 0 0 8px;
        margin: 0 0px 15px -5px;
        list-style: none;
        width: 100%
}

li.sidebar ul
{
	background-color: #fff;
	list-style-type: none;
	width: 100%;

	margin: 3px 0 0 -8px;
	padding: 0 8px 8px 0;
	
	border-top: 1px solid #777;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

li.sidebar ul li
{
	padding: 0;
        margin: 2px 0 0 10px;
}