@charset "utf-8";
/* CSS Document */

body {
	/*background-attachment: fixed;
	background-color: #000000;
	background-image: url(background.jpg);
	background-repeat: no-repeat;*/
	background-color:#000000;
	background-image: url(background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	color:#FFFFFF;
	font-family:Arial,Helvetica,Verdana,"Lucida Grande",sans-serif;
	font-size:62.5%;
}

a:link {
	color:#66CCFF;
	text-decoration:none;
}
a:active, a:visited {
	color:#66CCFF;
	text-decoration:none;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}

.nav-bar {
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.nav-bar a {
	color:#FFFFFF;
	text-decoration:underline;
}
.nav-bar a:hover {
	color:#660000;
	
}
#wrapheader {
	height:auto !important;
	min-height:120px;
	padding:0pt;
}
#logodesc {
	background:transparent none repeat scroll 0%;
	margin-bottom:5px;
	padding:5px 25px;
}

.content {
	font-size:12px;
}

.page_heading{
	font-size:16px;
	font-weight:bold;
	color:#990000;
}
td {
	text-align:left;
}

/* caption determines the style of
   the month/year banner above the calendar. */

caption 
     {
     font-family:arial,helvetica; 
     font-size:11px; 
     color: #FFFFFF;
     font-weight: bold;
     }

/* .calendar determines the overall formatting style of the calendar,  
   acting as the default unless later overruled. */

.calendar
     {
     font-family:arial,helvetica; 
     font-size:11px; 
     color: #FFFFFF;
     background-color:#333333;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     }

/* .calendarlink determines the formatting of those days linked to
   content. */

a.calendarlink
     {
     color: #FFFFFF;
     }

/* .header determines the formatting of the weekday headers at the top
   of the calendar. */

.header 
     {
     background-color: #990000;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     }

/* .day determines the formatting of each day displayed in the
   calendar. */

.day 
     {
     background-color: #808080;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     text-align: center
     }

/* .linkedday determines the formatting of a date to which content is
   available. */

.linkedday 
     {
     background-color: #990000;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     text-align: center
     }
	 
	 
/* Jquery Shoutbox */
#daddy-shoutbox {
      padding: 5px;
      /*background: #3E5468;*/
      color: white;
      width: 150px;
      font-family: Arial,Helvetica,sans-serif;
      font-size: 11px;
    }
	
.shoutbox-list {
      border-bottom: 1px solid #627C98;
      padding: 5px;
      display: none;
    }
	
#daddy-shoutbox-list {
      text-align: left;
      margin: 0px auto;
    }
	
#daddy-shoutbox-form {
      text-align: left;
    }
	
.shoutbox-list-time {
      color: #8DA2B4;
    }
	
.shoutbox-list-nick {
      margin-left: 5px;
      font-weight: bold;
    }
	
.shoutbox-list-message {
      margin-left: 5px;
    }
/* END Jquery Shoutbox */

.genmed {
	font-size:1.1em;
}
a.link02:link, a.link02:active, a.link02:visited, a.link02:hover {
	text-decoration:none;
}
