/*
	url: williamdvorak.com
	author: William Dvorak
	version: 1.0
*/

/*********  GENERAL LAYOUT  ***********/
* {
	margin:0;
	padding:0;
}

body {
	background-color:#e5e5e5;	
	font-family:"Trebuchet MS", "Lucida Grande", verdana, helvetica, arial, sans-serif;
	color:#656565;
	font-size:small;
	text-align:justify;
}

#wrap {
	border:17px;
	border-color:#000;
	background-color:#ffffff;
	width:770px;                                      /*standard viewing size, for those on 800X600 screens*/
	margin:0 auto;
	overflow:hidden;
	position:relative;
}


/************  GENERAL TEXT FORMATTING  ********************/

a {
	color:#5ca605;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

ul {
	padding-left:40px;                         /*13px for exact lineup with paragraph*/
}

#content {
	color:#656565;
	display:inline;
	float:left;
	font-size:100%;
	line-height:1.6em;
	text-align:justify;
	width:736px;
	margin:15px 0 0 20px;
	padding:5px 0 15px;
}

#right_justify {
	float:right;
	font-size:small;
	font-weight:normal;
}
#left_justify {
	font-size:small;
	font-weight:normal;
}


/************   COLORS   ***************

*****  general  ******
#ffffff = white
#999999 = mid grey
#000000 = black 
#e5e5e5 = grey of side background
#2a465b = average of dark and light blue of the site

******  main style  *******
#656565 = main font
#5ca605 = main link
#cadae7 = block quote left border

******  entries style  *******
#5ca605 = green of entry titles

******  comments style  *******
#eff3ff = all comments
#efffdc = even comments
#f8ffd6 = odd comments

*******  navigation  *********
#697c83 = footer text and links
#787878 = header page item link and visited text
#253c4e = header page item hover text
#aac8e0 = header current page item text 
#516f86 = sidebar link hover
#454545 = sidebar headings

*/