/* General
--------------------------------- */

body	{
	background: #666 url(/images/bg_fade2.jpg) repeat-x top;
	color: #333;
	border: 0;
	margin: auto;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 30px 0;
	}

img {
	border: 0;
	}

	
/* Main Sections
--------------------------------- */
#header	{
	width: 730px;
	height: 109px;
	background: #fff;
	text-align: center;
	color: #333;
	border: 0;
	border-bottom: 1px solid #9A9A9A;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0;
	}

#container	{
	background: #fff;
	color: #333;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: auto;
	border: 0px solid #fff;
	height: 100%;
	width: 750px;
	}
html>#container	{
	width: 750px;
	} 

#content {
	width: 730px;
	padding: 0;
	text-align: left;
	color: #333;
	border-bottom: 0px solid #5A5A5A;
	background: #fff url(/images/BG_content_wht.gif);
	margin: auto 10px;
	}
	
#textbox {
	width: 530px;
	min-height: 400px;
	float: left;
	padding: 10px;
	border: 0px solid #b5b5b5;
	background: transparent; 
	color: #333;
	line-height: 1.3em;
	margin: 0 auto;
        margin-left: 5px;
	text-align: justify;
	}

#textbox_savvy {
	width: 420px;
	height: 400px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #b5b5b5;
	background: #fff; 
	color: #333;
	line-height: 1.3em;
	}

#textbox_nosidebar {
	width: 680px;
	min-height: 400px;
	float: left;
	padding: 20px;
        padding-top: 10px;
	border: 0px solid #b5b5b5;
	background: transparent; 
	color: #333;
	line-height: 1.3em;
	margin: 0 auto;
        margin-left: 5px; 
	}

#textbox_savvyreg {
	width: 445px;
	height: 600px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #b5b5b5;
	background: #fff; 
	color: #333;
	line-height: 1.3em;
	}

#navigation {
	height: 29px;
	width: 730px;
	text-align: left;
	margin: auto;
	padding: 0;
	background-image: url(/images/BG_nav.gif);
	background-repeat: no-repeat;
	background-position: top;
	}
#navigation img	{
	display: inline;
	border: 0;
	}

#postnavigation {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	}
	
	
#footer {
	color: #333;
	width: 730px;
	height: 5px;
	margin: auto 10px;
	background: #eee url(/images/BG_content_footer.gif) bottom no-repeat;
	}
#footershadow {
	color: #333;
	width: 730px;
	height: 5px;
	margin: 0 auto;
	padding: 0;
	background: #eee url(/images/BG_content_footer.gif) bottom no-repeat;
	}

#copyright {
	font-size: 85%;
	color: #bbb;
	padding-top: 10px;
	text-align: center;
	}
	
/*  Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net  */

* html code	{
	font-size : 105%; 
	}

/* Sidebar
--------------------------------- */

#sidebar {
	float: right;
	width: 145px;
	padding: 10px;
	padding-top: 20px;
	margin-bottom: 10px;
	margin-right: 5px;
	background: #fff;
	text-align: left;
	font-size: 90%;
	color: #333;
	line-height: 1.3em;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.6em;
	}

#sidebar a:link, #sidebar a:visited {
	font-weight : normal; 
	text-decoration : none;
	color: #c30;
	background: transparent;
	}

#sidebar a:hover {
	font-weight : normal; 
	text-decoration : none;
	color: #69c;
	background: transparent; 
	}

#sidebar a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #526968;
	background: transparent;  
	}

#home #sidebar {
	padding-top: 0px;
	}


/* Typo
--------------------------------- */
h1 {
	color: #993300;
	font-variant:small-caps;
	font-size: 1.5em;
	line-height: 1.5em;
	}

.qoute {
	color: #993300;
	font-style:italic;
	font-size: 1.1em;
	padding: 0 25px;
	}

h2 {
	color: #c30;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #555;
	margin-bottom: 0;
	padding-top: 10px;
	}


.title01 {
	color: #c30;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #555;
	margin-bottom: 0;
	padding-top: 10px;
	}

.title02 {
	color: #c30;
	font-size: 125%;
	font-weight: bolder;
	font-variant: small-caps;
	}
 
p	{
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 1em;
	}

.datestamp	{
	display: block;
	font-size: 85%;
	color: #666;
	text-align: right;
	padding-bottom: 10px;
	}
	
.archivelist li {
	list-style: none;
	text-indent: -20px;
	line-height: 160%;
	}

Blockquote {
	font: 14px/20px "trebuchet ms", serif;
	color: #555;
	line-height: 160%;
	border-bottom: solid 1px #ddd;
	}


/* Links
--------------------------------- */
	
a:link, a:visited {
	font-weight: normal; 
	text-decoration: none;
	color: #c30;
	background: transparent;
	}

a:hover {
	font-weight: normal; 
	text-decoration: none;
	color: #69c;
	background: transparent; 
	}

a:active {
	font-weight: normal; 
	text-decoration: none;
	color: #526968;
	background: transparent;  
	}

#copyright a:link, #copyright a:visited {
	font-weight : normal; 
	text-decoration : none;
	color: #ccc;
	background: transparent;
	}

#copyright a:hover {
	font-weight : normal; 
	text-decoration : none;
	color: #69c;
	background: transparent; 
	}

/* Forms
--------------------------------- */

#formarea	{
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	}
	
#formarea label	{
	font-size: 11px;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 5px;
	display: block;
	}

.entry input { margin: 0; border:1px solid #ccc; padding: 6px; color: #333;}


/* Misc
--------------------------------- */
.clear {
	clear: both;
	}

.floatright	{
	float: right;
	padding: 0;
	margin: 18px 15px 0 0;
	}
.floatleft	{
	float: left;
	padding: 0;
	margin: 0 15px 0 0;
	}

