/*  Copyright Stewart Smith 2007, 2008, 2011. All Rights Reserved.  */




body, html
{
	width:  100%;
	height: 100%;
}
body, h1, h2, h3, h4, h5, h6, p, table, tr, td, #url, #zip, #code
{
	margin:   0;
	padding:  0;
	text-align: left;
	color: #050;
	font-family: Helvetica, Arial, sans-serif;
	font-size:    9pt;
	line-height: 18px;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}
body
{
	opacity: 1.0;
	min-width: 420px;
	background-color: #0A0;
}
.centerfy
{
	position: relative;
	margin: 0 auto;
	width: 420px;
}




    /***************/
   /*             */
  /*   Anchors   */
 /*             */
/***************/


a:link, a:visited, a:active, a:hover
{
	background-color: transparent;
	border-bottom: 1px dotted #030;
	color: #030;
	text-decoration: none;
}
a:hover
{
	border-top:    4px solid #BFA;
	border-bottom: 4px solid #BFA;
	background-color:        #BFA;
	color: #060;
}
.button, .buttonDressing
{
	position: relative;
	float: left;
	margin: 0 6px 6px 0;
}
.button a:link, .button a:visited, .button a:active, .button a:hover 
{
	display: block;
	border: 1px solid #080;
	background-color: #090;
	padding: 4px 8px 3px 6px;
	text-decoration: none;
	color: #BFA;
}
.button a:hover
{
	border: 1px solid #060;
	background-color: #080;
	color: #FFF;
}
.button a:active
{
	background-color: #FFF;
	color: #090;
}
.buttonDressing
{
	padding: 5px 8px 4px 0;
}




    /*********************/
   /*                   */
  /*   Misc Generals   */
 /*                   */
/*********************/


table, tr, td
{
	border: none;
}
td
{
	padding-bottom: 3px;
}
form
{
	margin:  0;
	padding: 0;
}
input
{
	border: none;
	background-color: #BFA;
}
input:focus
{
	background-color: #FFF;
}
.code
{
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	color: #BFA;
}
.clear
{
	clear: both;
}
p + p
{
	text-indent: 20px;
}




    /************/
   /*          */
  /*   Main   */
 /*          */
/************/


#major
{
	background: #0C0 url( '../med/windmaker-background.png' ) repeat-x;
	/*
	min-height: 360px;
	height: 90%;
	*/
}
#title, #logo
{
	display:  block;
	position: relative;
	top:   0;
	left: 50%;
}
#title
{
	margin-left: -135px;
	padding-top: 48px;
	padding-bottom: 5px;
	width: 270px;
	height: 45px;
}
#logo
{
	margin-left:   -60px;
	padding-bottom: 40px;
	width: 122px;
	height: 72px;
}
#url, #zip
{
	width: 180px;
	padding: 3px;
}
#major td.label
{
	padding-right: 5px;
	width: 140px;
	text-align: right;
	color: #060;
}
#major td.field, #major input
{
	width: 155px;
	color: #060;
}
#major table
{
	padding-bottom: 120px;
}




    /************/
   /*          */
  /*   Tabs   */
 /*          */
/************/

.tabs
{
	margin-bottom: 20px;
	background-color: #0C0;
	overflow: hidden;
}
.tabs ul, .tabs li
{
	margin: 0;
	list-style: none;
}
.tabs ul
{
	margin: 0 auto;
	width: 360px;
}
.tabs a:link, .tabs a:visited, .tabs a:active, .tabs a:hover 
{
	display: block;
	float: left;
	width: 80px;
	border: none;
	padding: 4px 0 4px 10px;
	background-color: transparent;
	color: #060;
	text-decoration: none;
}
.tabs a:hover
{
	background-color: #0B0;
	color: #BFA;
}
.tabs a.selected
{
	background-color: #0A0;
	color: #BFA;
}
.centerfy .pad
{
	padding: 0 10px 60px 60px;
}
#about, #steal, #book, #inter
{
	display: none;
	padding-bottom: 60px;
}
#bookmarkletZIP
{
	padding-left: 2px;
	color: #6C6;
}



