/* CSS Document */
/*
randywong.net
*/

/* IE5/Mac Only
----------------------------------------------- */
/*\*//*/
  @import "ie5mac.css";
/**/


/* IE5/Win Only Styles
   Uses the Mid Pass Filter:
   http://tantek.com/CSS/Examples/midpass.html
----------------------------------------------- */

  
body {
  text-align: center;
  font-size: 10px;
  background: #ffffff;
  font-family: Verdana, sans-serif;
  margin: 0;
  padding: 0;
  }

.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px;
	font-weight:bold;
	background-color:#fff;
	color:#660000;
	text-decoration: none;
	margin-left:10px;
}

.pagetitle {
	font-size:medium;
  background: #ffffff;
	color:#ff6600;
	font-weight:bold;
  font-family: "trebuchet ms", verdana, sans-serif;
  margin-left: 0;
  margin-bottom: 5px;
  padding: 0;
  }


a.breadcrumb:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px;
	font-weight:bold;
	background-color:#660000;
	color:#fff;
	text-decoration: none;
}
  
#container, #header {
text-align: left;
  margin: 10px;
  width: 800px;
  position: relative;
  background: #FFF;
  }

 #container {
	background: #FFF;
	border: 10px solid #F60;
	margin-left: 10em;
	margin-bottom: 4em;
  }
  
#header {
    height: 75px;
    background-image:none;
	width: 85%;
	} 
      
#main {
    width: 550px;
    margin-left: 10px;
    padding-top: 5px;
    }

body #randy {
    text-align: right;
    background: #f60 url(/g/bg2.gif);
    font-size: 75%;
    font-weight: bold;
    height: 1.5em;
    }
	
body>#randy {
    padding-right: 1px;
    }

.quotes {
    color: #551A8B;
	text-decoration: none;
	background:#C7E0FF;
	border-top: 1px dotted #99BFE4;
	border-bottom: 1px dotted #99BFE4;
	font:Arial, Helvetica, sans-serif;
}
.quotee {
    color: #551A8B;
	text-decoration: none;
	background:#C7E0FF;
	border-top: 1px dotted #99BFE4;
	border-bottom: 1px dotted #99BFE4;
	font-size:10px;
	font:Trebuchet;
}

div.figure-right {
  float: right;
  width: 35%;
  border: #FF6600 dotted thin;
  margin: 10px;
  padding: 5px;
}
.figure-caption-right {
  width: auto;
  float:right;
  text-align:justify;
  font-style: italic;
  font-size: smaller;
  color: #333;
  text-decoration: none;
  font:Arial, Helvetica, sans-serif;
}

div.figure-left {
  float: left;
  width: 35%;
  border: #FF6600 dotted thin;
  margin: 10px;
  padding: 5px;
}
.figure-caption-left {
  width: auto;
  float:left;
  text-align:justify;
  font-style: italic;
  font-size: smaller;
  color: #333;
  text-decoration: none;
  font:Arial, Helvetica, sans-serif;
}

img { 
float: left; 
margin-right: 1em; 
margin-bottom: 1em; 
} 

div.blog-links {
  float:left;
  width:100%;
  text-align: justify;
  font: Verdana, sans-serif;
  font-size: 9px;
  border: #000 2px solid;
  background-color:#99BFE4;
  margin-left: 5px;
  padding: 5px;  
 }


/*div.blog-links li {
	font-weight:normal;
	}

*/

div.exciting-news {
  float:left;
  width:100%;
  text-align: justify;
  font: Verdana, sans-serif;
  font-size: 9px;
  border: #000 2px solid;
  background-color:#FFB717;
  margin-left: 5px;
  padding: 5px;
}

 hr {
 	border: 0;
 	width: 80%;
 	color:#99BFE4;
 	background-color:#99BFE4;
 	height:4px;
 }
