/**********************************************************
  File: diminutivedenizens.css

Author: DDankel

 Notes: Used with dankelzahn.css to style dd segment of
		the website.

Screen Layout
**********************************************************/

body {
background: #f4f4f4 url(./images/bggrid.gif);
color: #DDDDDD;
}

#wrap {
/* background: url(./images/bg_mainbackg.gif); */
/* background: url(./images/bglong.jpg) top center repeat-y;*/
background: url(./images/bglong.jpg) repeat-y fixed center center;
border-style: solid;
border-width: 1px;
border-color: black;
padding: 0 0 0 0;
width: 800px;
}

#wrap a			{text-decoration:none; color:#999999}
#wrap * a:link		{text-decoration:none; color:#999999}
#wrap * a:visited	{text-decoration:none; color:#999999}
#wrap * a:hover		{text-decoration:underline overline; color:#52BAD6}

#content {
line-height: 1.2em;
color: #DDDDDD;
margin-bottom: 0px;

}

#content h1, #content h2, #content h3,
#content h4, #content h5, #content h6 {
color: #999999;
}

#frontphoto {
border-top: 5px solid #707070;
border-bottom: 5px solid #707070;
/*  margin: 0 0 10px -20px; */
margin: 0 0 10px 0;
}

.prop {
height:500px;
float:right;
width:1px;
}

.clear {
clear: both;
height: 1px;
overflow:hidden;
}

/******************** Top Tabs ********************/
/* Used for navigation above header image         */

#toptabs {
  width: 780px
}

#toptabs p {
color: #DDDDDD;
}

.toptab {
background: #999999 url(./images/corner.gif) top right no-repeat;
border-bottom: 1px solid #999999;
color: #FFFFFF;
}

.toptab:hover {
background: #286ea0 url(./images/corner.gif) top right no-repeat;
color: #eaeaea;
}

.activetoptab {
/* color: #EAEAEA; */
background: #707070 url(./images/corner2.gif) top right no-repeat;
border-bottom: 1px solid #707070;
color: #DDDDDD;
}

.activetoptab:hover {
background: #286ea0 url(./images/corner2.gif) top right no-repeat;
/*color: #52BAD6;*/
color: #eaeaea;
}

/*                                                    */
/******************** End Top Tabs ********************/


/******************** AVMenu ********************/
/* Used for left-hand navigation menu           */


#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 10px;
display: inline;
padding: 0 0 0 0px;
font-size: 0.8em;
}

#avmenu ul {
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
letter-spacing: .35em;
text-transform: lowercase;
}

#avmenu li {
margin-bottom: 2px;
}

#avmenu li a {
height: 20px;
text-align: center;
color: #999999;
padding: 5px 0 0 0;
background: #707070 url(./images/menu_item.jpg);
border-left: 0px;
}

#avmenu li a:hover {
height: 20px;
text-align: center;
color: #52BAD6;
padding: 5px 0 0 0;
background: #707070 url(./images/menu_item_hov.jpg);
border-left: 0px;
}

/******************** End AVMenu ********************/



.announce, #extras {
color: #000000;
background-color: #999999;
border-top: 2px solid #dddddd;
border-left: 2px solid #dddddd;
border-right: 2px solid #111111;
border-bottom: 2px solid #111111;
line-height: 1.0em;
}

#extras {
  margin-right: 10px;
  margin-left: 10px;
  display: inline;
}

#extras p {
/* margin: 0 .5em 1em .5em; */ 
}

.announce h3, #extras h3 {
  color: #FFFFFF;
}

.announce a, #extras a {
  color: #cccccc;
}

.announce a:hover, #extras a:hover{
color: #52BAD6;
text-decoration: underline overline;
}

#footer{
color: #FFFFFF;
border-top: 0px;
}

#footer a{
color: #808080;
text-decoration: none;
}

#footer a:hover{
color: #52BAD6;
text-decoration: underline overline;
}

#content a img, #extras p img {
padding: 0px;
border: 2px solid #999999;
}

#content a img:hover, #extras p img:hover {
border: 2px solid #52BAD6;
}


.minicat
{
   color: #999999;
   font-style: italic;
   font-weight: bold;
   font-size: 125%;
}

.gallerytitle
{
  text-align:		right; 
}

.news_date
{
  font-weight: 		bold;
  text-decoration: 	underline;
}

#news p {
  margin-bottom: 0px;
}

#news ul {
  margin-top: 0px;
}

.reference
{
   color: #DDDDDD;
   font-style: italic;
}

.description
{
  text-align:   justify;
}

