/***********************************************/
/* style6.css                                  */
/* Color schema --  black/white                       */
/* Use with plog template ow_ms               */
/* by oldwain (http://blog.itpub.net/oldwain)  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
   background-color: #ffffff;
   font-family: Georgia, 'Times New Roman', serif;
   font-size: 12px;
   font-weight: normal;
   color: #000000;

}

/******* hyperlink and anchor tag styles *******/
/*
a:link, a:visited{
	color: #6C0052;
} */
a:link {
         color: #666666;
       }

a:visited { 
            color: #404040;
          }

a:active {
            color: #bf0000;
            border-bottom: 1px solid #666; 
         }

a:hover {
	color: #666666;
	background-color: #CCCCCC;			
			        }



/********* form and related tag styles *********/

label{
 color: #330000;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell{
	background-color: #FFFFFF;
}

#pageNav{
	background-color: #eaeaea;
	border: 1px solid #CCCCCC;
}
#leftNav{
	background-color: #eaeaea;
	border: 0px solid #CCCCCC;
}
#rightNav{
	background-color: #eaeaea;
	border: 0px solid #CCCCCC;
}

#content{
	background-color:#FFFFFF;
		border: 0px;
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
	
}

.contentTitle {
	border: 1px solid #FEA3EC;
	color: #330000;
	background-color: #FEC2F2;
}
.content a:link {
            border-bottom: 1px solid #404040
        }

.content a:visited {                           
            border-bottom: 1px dotted #404040
        }                                   

.content a:hover {
            border-bottom: 1px solid #404040
        }

.content p {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 12px;
	font-weight: normal;
  	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
        font-family:verdana, arial, sans-serif;
	color: white;
	background-color: black;                                   	
	text-align: center;

/*
	color: #CCCCDD;
	background-image: url("img5/top.jpg");
	background-color: #B997FF;
*/
}
#siteName a{
	/* color: #CCCCDD; */
	text-decoration: none;
	color: white;
        font-family:verdana, arial, sans-serif;
	border: 0px;
}
#siteName a:hover{
	/* color: #CCCCDD; */
	text-decoration: none;
	color: white;
        font-family:verdana, arial, sans-serif;
	border: 0px;
}
p
{   margin-top:6px;
   margin-bottom:10px;
}
a {text-decoration: none;}

/************* globalNav styles ****************/

#globalNav{
	color: white;
	/* background-image:  url("img5/glbnav_background.gif");*/
	background-color: black;
	font-size: medium;
}


#globalLink {
	color: #FFFFFF;
	/* background-image:  url("img5/glbnav_background.gif");*/
	background-color: #000000;
}
#globalLink a {
  	color: #FFFFFF;
}
#globalLink a:visited{
  	color: #FFFFFF;
}

a.glink, a.glink:visited{
  	color: #FFFFFF;
}

a.glink:hover{
  	/*background-image:  url("img5/glblnav_selected.gif");*/
}

/************** siteInfo styles ****************/

#siteInfo{
	border-top: 1px solid #FEA3EC;
	color: #cccccc;
}


/************* relatedLinks styles **************/

.relatedLinks{
	border-bottom: 0px solid #FEA3EC;
	}
.relatedLinksTitle{
	color: #00002b;
	font-family: Georgia, 'Times New Roman', serif;
        font-size: 12px;
	border-bottom: 1px solid #999999;
	text-align: left;
	font-weight: bold;
	
	padding: 3px;
	letter-spacing: .3em;
}


.button {
	border: 1px solid #666666;
/*	background-image:  url("img5/bg_nav.jpg");*/
}

/**************** calendar styles *****************/
.calMonthNav {
   font-family: Georgia, 'Times New Roman', serif;
   font-size: small;
   font-weight: bold;
}

.calMonthDay {
   font-family: Georgia, 'Times New Roman', serif;
   font-size: small;
   text-align: center;
}
.calMonthToday{
   font-family: Georgia, 'Times New Roman', serif;
   font-size: small;
   color:  #950000;
   text-align: center;
color:red;
}

/*************** story styles ******************/

.storyTitle{
              font-family:Georgia, Palatino, Garamond, Utopia, serif;
              font-size:17px;
              color:#333333;
              font-weight:normal;
              font-style:italic;              
}

.story {
	padding: 15px 15px 5px 15px;
	background-color: #ffffff;
	color: #000000;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 12px;
	border : 0px;
	}

.story a:link {
            border-bottom: 1px dotted #404040
        }

.story a:visited {                           
            border-bottom: 1px dotted #606060
        }                                   

.story a:hover {
            border-bottom: 1px solid #404040
        }

.story p {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 12px;
	font-weight: normal;
  	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

.storyposted	{ 
/*	color: #4A007B;*/
   font-family: Georgia, 'Times New Roman', serif;
   font-size: x-small;
   color: #666666;


}
.storytext blockquotexxx {
	border-top: 1px solid #FEA3EC;
	border-bottom: 1px solid #FEA3EC;
	border-top-color: #FEA3EC;
}

/**************** for posts *****************/
.code {
	background-color: #CCCCCC;
	border: 1px solid #999999;
}


/********************* end **********************/

