html
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	color: #3d3d3d;
	font-family: verdana, sans-serif;
	font-size: 11px;
	background: #fff;
	height: 100%;
}

/* basic -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

a:link
{
	color: #7DA7D9;
	text-decoration: underline;
}

a:visited
{
	color: #A186BE;
	text-decoration: underline;
}

a:hover
{
	color: #036;
	text-decoration: none;
}

p
{
	margin: 1em 0px 1em;
	padding: 0px;
}

h1
{
	margin: 0px;
	padding: 0px;
	color: #790000;
	font-size: 24px;
	font-weight: bold;
	background: transparent;
}

h2
{
	margin: 0px;
	padding: 0px;
	color: #790000;
	font-size: 12px;
	font-weight: bold;
	background: transparent;
}

h3
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}

h4
{
	margin: 0px 0px 1em 0px;
	padding: 0px;
	color: #c1c1c1;
	font-size: 10px;
	font-weight: normal;
	background: transparent;
}

img
{
	margin: 0px;
	border: 0px;
	padding: 0px;
}

dd
{
	margin-top: 0px;
	margin-bottom: 1em;
}

dl
{
	margin-top: 0px;
	margin-bottom: 1em;
}

dt
{
	margin-top: 0px;
	margin-bottom: 1em;
}

li
{
	margin-bottom: 1em;
}

ol
{
	margin-top: 1em;
	margin-bottom: 1em;
}

table
{
	margin-top: 1em;
}

td a:link img, td a:visited img
{
	border: 2px solid blue;
}

ul
{
	margin: 0px 0px 2em 0px;
	padding: 0px;
	background: transparent;
}

ul li
{
	margin: 0px 0px 1em 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	list-style-type: none;
}

.hide
{
	display: none;
}

.right
{
	float: right;
	margin: 10px 10px 0px 0px;
}

.rowb
{
	background: #e8e8e8;	
}

.th
{
	color: #505050;
	background: #c1c1c1;
}

/* bullets -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.arrow
{
	padding: 0px 0px 0px 20px;
	background: url(images/bullet-arrow.gif) no-repeat;
}

.bulb
{
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
	padding: 2px 0px 6px 20px;
	background: url(images/bullet-bulb.gif) no-repeat;
}

.doc
{
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
	padding: 2px 0px 6px 20px;
	background: url(images/bullet-doc.gif) 0px 2px no-repeat;
}

/* header -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

#header
{
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	height: 76px;
	color: #790000;
	background: #9e0b0e url(images/header-bg.gif);
}

#logo
{
background: #9E0B0E url(images/header-logo-holiday.gif) repeat scroll 0%;
height: 75px;
left: 0px;
position: absolute;
top: 0px;
width: 292px;
}

#at
{
	position: absolute;
	top: 54px;
	right: 10px;
	color: #790000;
	background: transparent;
}

/* nav -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#nav
{
	border-bottom: 1px solid #505050;
	margin: 0px;
	padding: 0px;
	height: 22px;
	color: #505050;
	background: #e8e8e8;
}

#nav li
{
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#nav a:link, #nav a:visited
{
	float: left;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #bababa;
	border-bottom: 0px;
	border-left: 1px solid #ffffff;
	margin: 0px;
	padding: 4px 15px 4px 15px;
	color: #8d8d8d;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background: #e8e8e8;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover
{
	color: #505050;
	background: #dedede;
}

/* Subhead -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#subhead
{
	position: relative;
	border-top: 5px solid #e7e7ca;
	border-bottom: 1px solid #dfdfbc;
	margin: 0px;
	padding: 0px;
	background: url(images/sh-bg.gif);
}

#subhead p
{
	position: absolute;
	top: 25px;
	left: 95px;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
}

/* Container -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#container
{
	position: relative;
	top: 25px;
	height: 100%;
}

/* Secondary Content -=-=-=-=-=-=-=-=-=-=-=-=- */

#secondarycontent
{
	position: absolute;
	left: 10px;
	width: 140px;
	font-size: 10px;
}

#secondarycontent p
{
	margin: 0px 0px 10px 0px;
	padding-left: 20px;
}

#secondarycontent strong
{
	color: #790000;
	background: transparent;
}

/* Primary Content -=-=-=-=-=-=-=-=-=-=-=-=-=- */

#primarycontent
{
	position: absolute;
	left: 165px;
	right: 10px;
	border-left: 1px solid #e6e6e6;
	padding-left: 15px;
}

#primarycontent h4
{
	margin-bottom: 2em;
}

div.blog .doc
{
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 0px;
	padding: 0px 0px 6px 20px;
	background: url(images/bullet-doc.gif) no-repeat;
}

/* Primary Content -=-=-=-=-=-=-=-=-=-=-=-=-=- */

#categorycontent
{
	position: absolute;
	left: 10px;
	right: 10px;
}

#categorycontent 
{
	margin: 10px 0px 10px 10px;
	padding: 0px;
}

#categorycontent h4
{
	margin-bottom: 2em;
}

#footer
{
	font-size: 9px;
}

/* Movable Type -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

.comments-body
{
	color:#666;
	font-size:small;
	font-weight:normal;
	background:#FFF;
	line-height:140%;
	padding-bottom:10px;
	padding-top:10px;		
	border-bottom:1px dotted #e6e6e6; 					
}		

.comments-post
{
	color:#666;
	font-size:x-small;
	font-weight:normal;
	background:#FFF;		
}
		
.comments-head
{
	color: #666; 
	border-bottom:1px solid #e6e6e6;
	margin-top:20px;
	font-weight:bold;
	background:#FFF;		
}

.description
{
	border-bottom: 1px dotted #e6e6e6;
	margin-bottom: 2em;
	padding-bottom: 1em;
}