﻿html, body, form
{
    margin: 0px;
    height: 100%;
}

Table 
{
    font-family: arial;
    font-size: 13px;
}

A {
    color: #00a2ff;
}

.BigHeader
{
    font-family: Tahoma;
    font-size: 20px;
    color: #005269;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.TinyHeader
{
    font-family: Tahoma;
    font-size: 16px;
    color: #a0a0a0;
    font-weight: bold;
}

.SmallHeader
{
    font-family: Tahoma;
    font-size: 18px;
    color: #00a2ff;
}

.SmallHeaderOrange
{
    font-family: Tahoma;
    font-size: 18px;
    color: #ff7200;
}

.SmallHeaderGray
{
    font-family: Tahoma;
    font-size: 18px;
    color: #b0b0b0;
}

.Footer
{
    color: White;
}

.Crumbs
{
    color: #8c8c8c;
    text-decoration: none;
}

.Crumbs:hover 
{
    color: Orange;
}

/*
    Left Nav Styles
*/

.NavLink
{
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    color: #676767;
}

.SelectedNavLink
{
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    color: #00a2ff;
}

.NavLink:hover
{
    color: #00a2ff;
}

.hdiv 
{
    background-image: url('images/dotted_div.gif');
    background-repeat: repeat-x;
    height: 5px;
    margin: 10px 0 10px 0;
}

.smallcaseheader 
{
    color: Gray;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.casethumb 
{
    border: 4px solid #d5d5d5;
}

.casethumb:hover
{
    border: 4px solid #00a2ff;
}

/*
    Blog Styles
*/

.blog_header
{
    font-family: Tahoma;
    font-size: 14px;
    color: #00a2ff;
    margin-bottom: 10px;
    font-weight: bold;
}

.BlogEntry
{
    font-family: Arial;
    font-size: 12px;
    color: #828282;
}

.BlogEntry:hover
{
    Color: Orange;
}

h1 
{
    margin: 0;
    padding: 0;
}

.blog_meta
{
    color: #969696;
    font-size: 11px;
    margin: 20px 0 0 0;
	padding: 0 0 0 15px;
	background: url('/images/blog_bg_date.gif') no-repeat 0px 1px;
}

.comment 
{
    margin: 15px 0 15px 0;
}

.commentheader 
{
     background-image: url('/images/comment_top.gif'); 
     width: 608px; 
     height: 20px;
     background-position: bottom left;
     background-repeat: no-repeat;
     color: Gray;
     font-size: 11px;
     padding: 0 0 0 30px;
}

.commentbody 
{
     background-color: #aed7fa; 
     padding: 10px; 
     width: 588px;      
}

.commentfooter 
{
     background-image: url('/images/comment_bottom.gif'); 
     width: 608px; 
     height: 5px; 
     background-repeat: no-repeat;
}

.noposts 
{
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 5px 0;
    margin: 5px 0 5px 0;
    text-align: center;
    color: #00a2ff;
}

.nocomments 
{
    font-weight: bold;
    padding: 5px 0 5px 0;
    margin: 5px 0 5px 0;
    color: #00a2ff;
}

/*
  For Social Links
*/

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

