/* standard */
body,table,input,form,select,td {font-family:verdana,arial,sans-serif;}
/*font-size:12px;color:#376A6E;}*/

b {font-weight:bold;}
a {
	color:#993300;
	text-decoration: none;
}
a:hover {text-decoration:none;}/* colors*/
.f {color:#FFFFFF;}
/* sizes */
.sm {font-size:10px;}
.l {font-size:14px;}
.xl {
	font-size:18px;
	font-weight: bold;
}
/*styles*/
.quote {color:#FFFFFF;font-size:12px;line-height:19px;}
.header {color:#993300;font-weight:bold;font-size:16px;}
.header2 {color:#993300;font-weight:bold;font-size:14px;}
.header3 {color:#376A6E;font-weight:bold;font-size:12px;}
.header4 {color:#993300;font-weight:bold;font-size:12px;}
.header5 {color:#376A6E;font-weight:bold;font-size:16px;}
.nav1 {color: #993300;font-weight: normal;font-size: 11px;}
.nav2 {
	color: #336666;
	font-weight: bolder;
	font-size: 10px;
	text-transform: uppercase;
}

.title{
	font-size:16px;
	font-weight: bold;
}

.body{
	font-size:12px;
	font-weight: normal;
	line-height: 16px;
}

.logo {
	background-image:   url("../main/graphics/oasislogo.gif");
}
.umberbg {
	color: #993300;
}

/* General */
#qdig { font-family:Verdana, Arial, Helvetica, Geneva, sans-serif; }
.qdig-grayout { color:#336666; font-weight:normal;}
/* Links */
#qdig a { color: #993300; font-weight:normal; text-decoration: none; }
#qdig a:visited { color:#993300; font-weight:normal; text-decoration:none; }
#qdig a:hover { text-decoration:underline; }
/* Images */
img.qdig-image { border:1px solid #cccccc; }
img.qdig-thumb { border:1px solid #cccccc; }
img#qdig-thumb-current { border:2px solid #000000; }
/* Captions */
div.qdig-caption { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}


#blog a:link {
  color:#58a;
  text-decoration:none;
  }
#blog a:visited {
  color:#969;
  text-decoration:none;
  }
#blog a:hover {
  color:#c60;
  text-decoration:underline;
  }
#blog a img {
  border-width:0;
  }



/* Headings
----------------------------------------------- */
h2 {
  margin:1.5em 0 .75em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }


/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#c60;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#c60;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.-1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
