/*
	Default page values
*/

* {
margin:0;
padding:0;
}


body { 
 margin-left: 0px; 
 margin-right: 0px; 
 margin-top: 0px; 
 font-size: 11px; 
 font-family: verdana,trebuchet,sans-serif; 
}

/*
	Links
*/

/*
Commented out
a:link { 
 color: #333399; 
 font-size: 10px; 
 font-weight: regular; 
 text-decoration: underline; 
}

a:visited { 
 color: #333399; 
 font-size: 10px; 
 font-weight: regular; 
 text-decoration: underline; 
}

a:active { 
 color: #333399; 
 font-size: 10px; 
 font-weight: regular; 
 text-decoration: underline; 
}

a:hover { 
 color: red; 
 font-size: 10px; 
 font-weight: regular; 
 text-decoration: none; 
}
*/
/*  
    Hyperlinks that appears in the member navbar:
    login, register, calendar, etc.
*/
.loginText, .loginText a:link, .loginText a:active, .loginText a:visited, .loginText a:hover{ 
 color:       #ffffff;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px; 
 font-weight: bold;
}
.loginText a:link    { color:  #003399; }
.loginText a:visited { color:  #003399; }
.loginText a:active  { color:  #999999; }
.loginText a:hover   { color:  #cccccc; } 


#menu {
 width: 175px;
 float: left;
 font: 11px/12px verdana,trebuchet,sans-serif;
 padding-right: 10px;
 text-align: right;
 color: #333;
 padding-bottom: 30px;
 border-right: 1px dotted #999;
}
#content {
 width: 420px;
 float: left;
 text-align: left;
 margin-left: 20px;
 margin-bottom: 60px;
 padding-bottom: 30px;
 padding-left: 20px;
 voice-family: "\"}\"";
 voice-family: inherit;
 width: 390px;
}
body>#content {
 width: 420px;
}

.menuitems {
 padding-top : 15px;
 padding-bottom : 15px;
 border-bottom : 1px dotted #999;
}


.author {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #999999;
 font-weight: normal;
}

H2 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   17px;
 color:       #333333;
 font-weight: bold;
}

H3 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   14px;
 color:       #333333;
 font-weight: bold;
}

H4 {
 font-family: trebuchet, verdana,trebuchet,sans-serif;
 font-size:   14px;
 color:       black;
 margin-top: 2px;
 margin-bottom: 5px;
 font-weight: bold;
}

h4:hover { 
 color: red; 
 font-size: 14px; 
 font-weight: bold; 
 text-decoration: none; 
}
H5 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #666666;	
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
}
H6 {
 font-family: trebuchet,verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #000000;	
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
}

.smText {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #333333;
 font-weight: normal;
}


.medText {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #333333;
 font-weight: normal;
}


.lgText {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   12px;
 color:       #333333;
 font-weight: bold;
}

input {
 font : bold 11px/12px verdana,trebuchet,sans-serif;
 border : 1px solid #999999;
 color : black;
 background-color : #eeeeee;
 margin-top: 2px;
 margin-bottom: 2px;
}

input.large {
 width: 200px;
}

input:focus {
 background-color : #ffffff;
}

input.button {
 color : white;
 background-color : #000000;
}

textarea {
 border: 1px solid #999999;
 margin-bottom: 10px;
 color: black;
 background-color: #eeeeee;
 font: 11px/16px verdana,trebuchet,sans-serif;
}

textarea:focus {
 background-color : #ffffff;
}

.pulldown {
 font-family: trebuchet,Verdana, sans-serif;
 font-size:	11px;
 font-weight: bold;
 color:	#333333;
 border-top: #000000 1px solid; 
 border-left: #000000 1px solid; 
 border-right: #000000 1px solid; 
 border-bottom: #000000 1px solid;
}

.weblog {
 padding-bottom: 12px;
 border-bottom:1px dotted #999999;
}



/* THE FOLLOWING ARE FOR USE WITH THE MINI-CALENDAR */


/*  Calendar header text  */
.header {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px;
 color:       #ffffff;
 font-weight: bold;
}


/*  Navigational links in the header  */
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited, .navlinks a:hover{ 
 color:       #ffffff;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px; 
 font-weight: bold;
} 
.navlinks a:link    { color:  #ffffff; text-decoration: none;}
.navlinks a:visited { color:  #ffffff; text-decoration: none;}
.navlinks a:active  { color:  #333333; text-decoration: none;}
.navlinks a:hover   { color:  #000000; text-decoration: underline;}


/*  Days of the week text  */
.weekdays {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
 font-weight:  bold;
}

/*  Days of the month text and links */
.monthdays, .monthdays a:link, .monthdays a:active, .monthdays a:visited, .monthdays a:hover {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
}
.monthdays a:link    { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:visited { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:active  { color:  #333333; text-decoration: underline;font-weight: bold;}
.monthdays a:hover   { color:  #cccccc; text-decoration: none;font-weight: bold;}


*******************************************

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
.menu a:link {
	text-decoration: none;
}
.menu a:hover {
	color: #FFFF66;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

}
.style1 a:link{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9;
text-decoration: none;
}

.style1 a:visited{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9;
text-decoration: none;}

.style1 a:hover{
	color: #FF9900;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9;
text-decoration: none;
}





.style4 a:link{
	color: #000000;
	font-weight: bold;
	font-family: trebuchet, verdana;
	font-size: 14;
text-decoration: none;
}
.style4 a:visited{
	color: #000000;
font-weight: bold;
	font-family: trebuchet, verdana;
	font-size: 14;
text-decoration: none;
}


.style4 a:hover{
	color: #FF9900;
	font-weight: bold;
	font-family: trebuchet, verdana;
	font-size: 14;
text-decoration: none;
}




.style2 a:link{
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9;
text-decoration: underline;
}
.style2 a:visited{
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9;
text-decoration: underline;
}
.style2 a:hover{
	color: #FF9900;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9;
text-decoration: underline;
}


#menulist
{
font-family: verdana, arial, tahoma, sans-serif;
font-size: 10px;
list-style-type: none;
padding: 0px;
margin: 0px;
}
#menulist a#current
{
width: 150px;
background: #727170 ;
border-top: 1px solid #878685;
border-left: 1px solid #757575;
border-bottom: 1px solid #51504f;
padding-left: 10px;
margin-top: 0px;
font-weight:bold;
}
#menulist a
{
display: block;
color: #fff;
text-decoration: none;
font-weight: normal;
font-size: 9px;
cursor: pointer;
width: 150px;
background: #002445;
margin-left: 1px;
margin-bottom: -2px;
margin-top: -2px;
height: 14px;
border-top: 1px solid #908f8e;
border-right: 1px solid #908f8e;
border-bottom: 1px solid #a2a09f;
padding: 2px;
padding-left: 11px;
}
#menulist a:hover
{
color: #FFFFFF;
text-decoration: none;
width: 150px;
background: #425478;
border-top: 1px solid #878685;
border-left: 1px solid #757575;
border-bottom: 1px solid #51504f;
padding-left: 10px;
margin-bottom: -2px;
margin-top: -2px;
}
#menulist a#current:hover
{
color: #FFFFFF;
text-decoration: none;
width: 150px;
background: #727170;
border-top: 1px solid #878685;
border-left: 1px solid #757575;
border-bottom: 1px solid #51504f;
padding-left: 10px;
margin-top: 0px;
}

#headline a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #993333;
	text-decoration: none;
}

#headline a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #993333;
	text-decoration: none;
}


#headline a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFC800;
	text-decoration: none;
}


#blurb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: regular;
	font-variant: normal;
	color: #666666;
}


#date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: regular;
	font-variant: normal;
	color: #000099;

}

#small-link a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: regular;
	font-variant: normal;
	color: #993333;
	text-decoration: none;
}

#small-link a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: regular;
	font-variant: normal;
	color: #993333;
	text-decoration: none;
}


#small-link a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: regular;
	font-variant: normal;
	color: #FFC800;
	text-decoration: none;
}

#blogheadline {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   14px;
 color:       #A91C22;
 font-weight: bold;
}


H1 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   12px;
 color:       black;
 font-weight: bold;
}


.posttitle a:link{
	color: #993333;
	font-weight: bold;
	font-family: times new roman, Verdana,  Helvetica, sans-serif;
	font-size: 18;
text-decoration: none;
}
.posttitle a:visited{
	color: #993333;
	font-weight: bold;
	font-family:  times new roman, Verdana,  Helvetica, sans-serif;
	font-size: 18;
text-decoration: none;
}
.posttitle a:hover{
	color: #FFFFFF;
	font-weight: bold;
	font-family: times new roman, Verdana,  Helvetica, sans-serif;
	font-size: 18;
text-decoration: none;
}


.storycontent {
	color: #000000;
	font-weight: regular;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11;
text-decoration: none;
}



.storycontent a:link{
	color: #FFFFFF;
	font-weight: bold;
	font-family:  Verdana,  Helvetica, sans-serif;
	font-size: 11;
text-decoration: none;
}
.storycontent a:visited{
	color: #FFFFFF;
	font-weight: bold;
	font-family:  Verdana,  Helvetica, sans-serif;
	font-size: 11;
text-decoration: none;
}
.storycontent a:hover{
	color: #993333;
	font-weight: bold;
	font-family: Verdana,  Helvetica, sans-serif;
	font-size: 11;
text-decoration: none;
}



.meta {
	color: #000000;
	font-weight: regular;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8;
text-decoration: none;
}


.feedback a:link{
	color: #993333;
	font-weight: bold;
	font-family: Verdana,  Helvetica, sans-serif;
	font-size: 9;
text-decoration: underline;
}
.feedback a:visited{
	color: #993333;
	font-weight: bold;
	font-family: Verdana,  Helvetica, sans-serif;
	font-size: 9;
text-decoration: underline;
}
.feedback a:hover{
	color: #FFFFFF;
	font-weight: bold;
	font-family:  Verdana,  Helvetica, sans-serif;
	font-size: 9;
text-decoration: underline;
}


