/* $Id: site.css,v 1.2 2005/10/07 10:13:51 craigs Exp craigs $ - $Name: VER1_0 $ */

body {
   font-family: "Bitstream Vera Sans", Verdana, sans-serif;
   margin: 0; padding: 0;
   font-size:   76% ; 
  /* position: absolute; */
}

h1, h3 {
	color: #ab4a4a;
}

a {
	text-decoration: none;
	background: url(img/dotted_ul.gif) bottom left repeat-x;
}

a:hover {
	text-decoration: underline;
	background: none;
}

a:visited {
	background: url(img/dotted_ul.gif) bottom left repeat-x;
	text-decoration: none;
}

a:active {
	color: red;
}

p.leading {
	font-weight: bold;
	color: #ab4a4a;
	line-height: 2.5em;
}

.dropcap {
	font-size: 3em;
	float: left;
}

#header {
	margin: 0;
	padding: 0 1em 0 1em;
	height: 80px;
	background: url("img/header_img.jpg") #8692b0 no-repeat top left;
	background-position: 0;
	overflow: hidden;
}

#header #logo {
	position: absolute;
	left: 0;	/* IE5/Win requires these */
	top: 0;
}

#header #logo h1 {
	margin: 15px 0 0 10px;
	width: 510px;
	height: 50px;
	cursor: pointer;
}

#logo span {
	visibility: hidden;
}

#header #logo img {
	border: none;
}

#header #hdr_links {
	float: right;
	font-weight:bold;
}
#header img {
width: 24px;
border: none;
}
#header * {
	color: white;
}

#main
{
	background: url(img/box_b.gif) repeat-x 0px -13px #b1bdb9;
	color: #333;
	line-height: 130%;
	padding: 0;
	margin: 0;
	overflow: hidden;	/* force containment of floated children */
	width: 100%;
}

#top
{
	padding: 5px;
	background-color: #ffffff;
}

#top h1
{
	padding: 0;
	margin: 0;
	color: #ab4a4a;
}

#left_column
{
	float:left;
	width: 25%;
	margin: 23px 0 0 10px;
	background: url(img/box_r.gif) repeat-y right white;
	overflow: hidden;
}

#nav {
	padding: 0 15px 0 15px;
}

#nav ul {
	list-style: none; 
	padding: 0 0 0 1em;
	margin: 6px 0 0 0;
}

#nav li {
	margin: 0 0 .6em 0; /* .6*/
	padding: 0;
}

#nav li a {
	display: block;
	margin: 0 10px 0 0;
	padding: 0;
}

#nav li a:hover {
	background-color: #eee;
	margin-right: 10px;
}

#content
{
	margin-bottom: 22px;
	margin-top: 23px;
	padding: 0;
	width: 70%;
	float:right;
	background: white;
}

#resume #content {
	width: 90%;
}

#main_text {
	max-width: 40em;
	padding-left: 2em;
	line-height: 150%;
}

#resume #main_text {
	max-width: none;
	margin-right: 5em;
}

#footer {
	width: 100%;
	text-align: center;
	padding: .5em 0 .5em 0;
	background: #000;
	color: #fff;
	clear: both;
}

.top_drop {
	height: 20px;
	overflow:hidden;
	margin: 0; padding: 0;
}

.ul_drop {
	background: url(img/box_ul.gif) no-repeat left bottom;
	display: block;
	float:left;
	height: 20px;
	width: 13px;
	margin: 0; padding: 0;
}

.ur_drop {
	background: url(img/box_ur.gif) no-repeat left bottom;
	display: block;
	float:right;
	height: 20px;
	width: 23px;
	margin: 0; padding: 0;
}

.bottom_drop {
	background: url(img/box_b.gif) repeat-x top left;
	height: 23px;
	overflow:hidden;
	margin: 0; padding: 0;
}

.ll_drop {
	background: url(img/box_ll.gif) no-repeat left bottom;
	display: block;
	float:left;
	height: 23px;
	width: 23px;
	margin: 0; padding: 0;
}

.lr_drop {
	background: url(img/box_lr.gif) no-repeat left bottom;
	display: block;
	float:right;
	height: 23px;
	width: 23px;
	margin: 0; padding: 0;
}

.ur_box {
	float: right;
	padding: .5em 1.5em .5em 1.5em;
	border: solid 1px;
	width: 15em;
	margin: .5em 1em .5em 1em;
	font-size: 90%;
}
