.std-font-sm {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; line-height: 18px}
.std-font-news { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; line-height: 18px }
.std-font-std { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 18px }
.std-font-lg { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; line-height: 18px }
.std-font-black { color: #000; }
.style1 {color: #FFFFFF}

li.std-font-std {
	margin-left: 8px;
}

a:hover {  color: #993300}

.textbox {color: #666666; font-size: 12px; font-family: Arial, Helvetica; width: 215px; height: 140px; }
.disclaimer { font: normal 10px "Verdana", "Helvetica"; color: #FFFFFF; width: 300px; padding-bottom: 10px; }
.disclaimer:active {font: normal 10px "Verdana", "Helvetica"; color: #B9E700}
.disclaimer:visited {font: normal 10px "Verdana", "Helvetica"; color: #FFFFFF}

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #6699CC;
}

#outer {
	position: relative;
	width: 780px;
	min-height: 100%;
	margin: 0 auto;
	padding: 10px 15px 4px 15px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

#centerContent {
	margin-left: 20px;
	margin-right: 20px;
}

* html #outer {
	height: 100%;
}

/* Fading Tooltips */
body div#toolTip {
  position:absolute;
  z-index:1000;
  width:220px;
  background:#6DBDE2;
  border:1px double #fff;
  text-align:left;
  padding:5px;
  /*-moz-border-radius:5px; */
}
body div#toolTip p {
  margin:0;
  padding:0;
  color:#000;
  font:11px/12px verdana,arial,serif;
}
body div#toolTip p em {
  display:block;
  margin-top:3px;
  color:#993300;
  font-style:normal;
  font-weight:bold;
}

.post {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	line-height: 18px
}
.post-sep {
	line-height: 13px
}

.left-corner {
	margin-left: 5px;
}

.footer {
	padding-top: 10px;
	padding-left: 4px;
	padding-right: 6px;
	padding-bottom: 2px;
	/* border: 1px solid #ccc; */
}

/* Sidenotes */
.arc90_sidenoteLNK { padding: 0 .3em; }

.arc90_sidenoteTXT {
	width: 12em;
	line-height: 1.2em;
	font-size: .8em;
	padding: .5em;
}
		
/* Below are the styles for the four color schemes use in side notes */
.arc90_sidenoteCLR0 {
	border: 1px solid #318484;
	background-color: #D1E8E8;
}
.arc90_sidenoteCLR1 {
	background-color: #FFF6A9;
	border: 1px solid #F2D700;
}
.arc90_sidenoteCLR2 {
	background-color: #FFCFCF;
	border: 1px solid #FF3535;
}
.arc90_sidenoteCLR3 {
	background-color: #CEFFCE;
	border: 1px solid #039B00;
}
/* The below attirbutes handle the alternating floating */
		
/* Float the odd numbered sidenotes to the right. */
div.arc90_sidenoteCLR0, div.arc90_sidenoteCLR2 {
	margin: 1em 0 1em 1em;
	float: right;
}
/* Float the even numbered sidenotes to the left. */
div.arc90_sidenoteCLR1, div.arc90_sidenoteCLR3 {
	margin: 1em 1em 1em 0;
	float: left;
}
		
/* Flickr photos */
.flickr_image { text-align:center; padding: 5px;}
.flickr_image img { border: 1px solid black;}
.flickr_random_image { text-align:center; padding: 5px 5px 5px 20px;}
.flickr_random_image img { border: 1px solid black;}
.flickr_images {display: block; float: left; margin: 5px; height: 104px; }
.flickr_text { display: block; float: left; margin-top: 15px; margin-left: 10px; }
.flickr_random_text { display: block; float: left; margin-left: 140px; margin-top: 15px; }

#rightcornerbadge {
	position: absolute;
	top: 0;
	right: 0;
}

.notice {  
    background: #dcf3ff;  
    border-top: 1px solid #2a8ab7;  
    border-bottom: 1px solid #2a8ab7;  
}  
  
.notice div p {
	background: url(../images/lightbulb.png) no-repeat 4% 10px;
	padding-left: 10%;
	padding-top: 15px;
	padding-bottom: 15px;		
    font-size: 14px;  
    line-height: 22px; 
}  
  
.notice span {  
    background: #2a8ab7;  
    color: white;  
    font-family: helvetica;  
    font-size: 15px;  
    padding: .3em;  
}

/* Music */
ul.music,

ul.music li,

ul.music li a,

ul.music li img{
	margin:0;
	padding:0;
	list-style:none;
	border:0;
	text-decoration:none;
}

ul.music li{
	margin:15px 15px 15px 0;
	float:left;
	position:relative;
}

ul.music li a{
	display:block;
	position:relative;
	background:url(../images/jewel.png) 0 0 no-repeat;
	float:left;
	width:90px;
	height:82px;
	text-indent:-1000em;
	overflow:hidden;
	z-index:1;
}

ul.music li img{
	position: absolute;
	width: 72px;
	height: 72px;
	left: 12px;
	top: 4px;
}

ul.music li{

	background: url(../images/blank_insert.gif) 12px 4px no-repeat;

}

ul.column{
	width: 100%;
	padding: 0;
	margin: 10px 0;
	list-style: none;
}
ul.column li {
	float: left;
	width: 200px; /*Set default width*/
	padding: 0;
	margin: 5px 0;
	display: inline;
}
.block {
	height: 160px;
	font-size: 1em;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 20px;
	background: #e3e1d5;
}
.block h2 {
	font-size: 1.8em;
}
.block img {
        /*Flexible image size with border*/
	width: 89%;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 5%;
	background:#fff;
	margin: 0 auto;
	display: block;
	border: 0;
}

/* Microformats */
div.vcard {
 display: none;
}