/*  +++++++++++++++++ */
/*  Main Styles */
/*  +++++++++++++++++ */

body
{
	font-family: verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
}	

h1
{
	font-size: 1.4em;
	color: #656;
	background-color: transparent;
	border-bottom: 1px solid #999;
}

h2
{
	font-size: 1.2em;
	border-bottom: 2px dotted #999;
}

h3
{
	font-size: 1.0em;
	margin-left: 1.0em;
	color: #656;
}

li {margin-bottom: .5em;}

a 
{
	color: #CC6633;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

a:hover
{
        background-color: transparent;

		color: #3399FF;
}

#imageContainer0 a,
{
	border: none;
}

img, #imageContainer0 a, .imageLink
{
	border: none;
}

.noBullet {
	list-style: none;
	padding: 0 1em 0 2em;
	font-size: 1.0em;
	margin-left: 0em;
	color: #434;
}
.noBullet dt
{
	font-weight: bold;
	margin-top: 0.5em;
	padding-top:0.5em;
}

.noBullet dd
{
	margin-top: 0.2em;
}

.centered
{
	text-align:center;
	border-bottom: none;
}

.justified
{
	text-align:justify;
	margin-right: 1em;
}
/*  +++++++++++++++++ */
/*  End Main Styles */
/*  +++++++++++++++++ */

/*  +++++++++++++++++ */
/*  Glossary Styles */
/*  +++++++++++++++++ */

#glossary a
{
	border: none;
	background-color: #ffc;
	color: #930;
}

#glossary a:hover 
{ 
	background-color: #ff5; 
}

.glossary-item a 
{ 
	border: none; 
	background-color: #ffc;
	color: #000;
}

.glossary-item a span 
{ 
	display: none; 
}



.glossary-item a:hover span
{
	display: block;
	position: fixed;
	top: 33em;
	left: 0.5em;
	width: 162px;
	padding-bottom: 0px;
	padding: none;
	margin: 10px;
	margin-top: 15px;
	z-index: 30;
	background: white;
	color: #005;
	font: 10px Verdana, sans-serif;
	text-align: center;
}



#glossary
{
	 	 
         background-color: #fff;
          color: #005;
          font-size: .7em;
          text-align: center;
          width: 162px;
          margin: 0 1em;
}

#glossary h4
{
		border-bottom: 1px solid #999;
		color: #005;
}

/*  +++++++++++++++++ */
/*  End Glossary Styles */
/*  +++++++++++++++++ */

/*  +++++++++++++++++ */
/*  Column and Container Styles */
/*  +++++++++++++++++ */

#imageContainer0
{
	/* background-image: url(images/buymelunch.gif);*/
	/*background-repeat: no-repeat;*/
	/*background-position: 0 0;*/
	width: 192px;
	height: 214px;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
}



#imageContainer0
{
	border: none;
}

html>body #imageContainer0
{
	position: fixed;
}

#column0
{
	margin-top: 0;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	height: auto;
}


html>body #column0
{
	position: fixed;
}

#column0Border
{
	border-right: 2px dotted #999;
	border-bottom: 2px dotted #999;
	padding-top: 195px;
	width: 172px;
}

#column1
{
	position: relative;
	margin-left: 182px;
	padding: 0 1em 0 2em;
	font-size: 1em;
	width: 70%;
}

#content
{
	margin-left: 2em;
	font-size: .8em;
}



#contentBlock
{
	margin-left: 1em;

	margin-bottom: 3em;
}


/*  +++++++++++++++++ */
/*  End Column and Container Styles */
/*  +++++++++++++++++ */

/*  +++++++++++++++++ */
/*  Navigation Styles */
/*  +++++++++++++++++ */

#navigation
{
	border-top: 2px dotted #999;
	padding-top: .5em;
	padding-bottom: .5em;
	text-align: right;
	font-size: 1em;
}

#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	margin: .8em;

}

/*  +++++++++++++++++ */
/*  End Navigation Styles */
/*  +++++++++++++++++ */

.testing
{
	border: 1px solid green;
}

/*  +++++++++++++++++ */
/*  Footer Styles */
/*  +++++++++++++++++ */

.footer
{
	font-size: .8em;
	margin-bottom: 1em;
}
.asterisk
{
	font-size: 0.8em;
	margin-top: 1em;
}

/*  +++++++++++++++++ */
/*  End Footer Styles */
/*  +++++++++++++++++ */


/*  +++++++++++++++++ */
/*  Post Styles */
/*  +++++++++++++++++ */


.posts  
{ 
			background: white;
          margin-bottom: 2em;
          margin-left: 0;
          margin-right: 0px;
          color: black;

}




p.date
{
	
	font-style: italics;
	margin-top: 0;

} 

.post-header {
          padding-bottom:1px;
          padding-left:3px;
          border-bottom:2px solid #aaaaaa;
          background: #999;
          color:white;
}

.post-text {
          margin-left: 1em;
          margin-right: 1em;
          margin-top: 1em;
          margin-bottom: 1em;
}

.posts p
{
	line-height: 1.5em;
}

/*  +++++++++++++++++ */
/*  End Post Styles */
/*  +++++++++++++++++ */


	
.category a {border-bottom: none; }
.category a:hover{;}
.category a span {display:none;}
.category a:hover span {
          display:block;
          position: fixed;
          top: 350px;
          left: 0;
          width: 125px;
          padding: 5px;
          margin: 10px;
          z-index: 100;
          background: white;
          color: #005;
          font: 10px Verdana, sans-serif;
          text-align: center;
}
.category {
          text-align:right;
          margin-top: 1em;
}


.quoted { background: white;
          border-left: 2px solid blue;
          padding-left: 1em;
          margin-left: 2em;
          margin-top: 1em;
          margin-bottom: 1em;
          margin-right: 1em;
          color: blue; font-size:12px
}

/*  +++++++++++++++++ */
/*  MenuItem Styles */
/*  +++++++++++++++++ */

.menuItem
{
	border: 1px solid #fff;
	margin: 1em;
        margin-bottom: 10px;
	padding: 0 1em;
}
.menuItem h2 a {color: #000;border-bottom: none;}
.menuItem h2 a:hover{color: #3399FF;}

.menuItem h2 a:hover span
{
	color: orange;
	background-color: transparent;
}

.menuItem:hover
{
	border: 1px solid orange;
}

.menuText
{
	position: relative;
	margin-top: 0;
}

.menuImage
{
	float: left;
	margin: .5em;

}

.dollars
{
	font-size: 1.2em;
	color: #CC6633;
	background-color: #fff;
}

/*  +++++++++++++++++ */
/*  End MenuItem Styles */
/*  +++++++++++++++++ */
