/* Design by Pixel Plain -- pixelplain.com */

body {
	background: url("img/bg.gif") repeat;
	color: #333;
	font: x-small Lucida Grande, Lucida Sans, Verdana, sans-serif; 
	margin: 0;
	padding: 0;
	text-align: center;
	}
.clear { clear: both; }

a { 
	color: #1781CD; 
	font-weight: bold; 
	}
a:hover { 
	color: #FF0000; 
	}
h1, h2, h3, h4 { 
			color: #812215;
			font-family: Impact, "Arial Narrow", Helvetica, sans-serif; 
			font-weight: normal;
			letter-spacing: 1px;
			margin-top: 2em;
			}
h1 { display: none; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.3em; margin-top: 1.1em; }
img { border: none; }

p, li, dt, dd, td { 
	color: #36150E;
	font-size: 1.1em; 
	line-height: 1.4em;
	}
li {
	list-style: disc url(img/bg_li.gif);
	margin-bottom: .4em;
	}
hr {
	border: none;
	border-top: 1px solid #EBD0AA;
	margin: 20px 0 10px 0;
	}
	.floatl { float: left; }
	.marl { margin: 0 10px 0 0; }
	.floatr { float: right; }
	.marr { margin: 0 0 0 10px; }

#page {
	background: url("img/bg_page.gif") repeat-y;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 738px;
	}


/* mast head intro */
div#intro {
	background: url("img/aardvarkbookmarklet.gif") no-repeat;
	padding: 5px 0;
	height: 238px;
	position: relative;
	}
	#intro a {
	color: #F7F7F7;
	}
	#intro a:hover {
	color: #FFFF99;
	}
#whatitis {
	color: #FFF;
	font-size: 1.4em;
	margin: 25px 0 0 30px;
	width: 350px;
	}
	#whatitis span {
	font-size: 10px;
	font-style: italic;
	}

div#installbox {
	position: absolute;
	top: 20px;
	margin: 0 0 0 410px;
	z-index: 500; 
	display: none;
	}
	div#intro>#installbox { display: block; }
	
	#install a {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	z-index: 500;
	}
	#install a#button { 
	display: block;
	background: url("img/button.png") no-repeat;
	margin: 0 0 0 -8px;
	width: 160px;
	height: 46px;
	}
	#install a#button span { display: none; }
	#install a#button:hover { 
	background-position: -160px 0;
	}

	/* install instructions toggle */
	div#installing {
		position: absolute;
		background: #FFF;
		border: 1px solid #DBB683;
		font-weight: bold;
		opacity: .95;
		width: 300px;
		}
		#installing div {
		background: #FAF5E9;
		border: 1px solid #EFDDBC;
		margin: 3px;
		padding: 0 10px;
		}
		#installing p {
		color: #065385;
		line-height: 1.2em;
		}
		#installing a#closer {
		display: block;
		background: #FFF;
		border: 1px solid;
		border-color: #EFDDBC #EFDDBC #FFF #FFF;
		color: #4E8DC5;
		font-size: .9em;
		margin: 0 0 -12px -11px;
		padding: 2px 0 0 10px;
		text-decoration: none;
		width: 50px;
		}
		#installing a#closer:hover {
		color: #FF0000;
		}
	/* -- */

/* -- */


/* main content columns */
div#col1 {
	float: left;
	position: relative;
	margin: -145px 0 0 20px;
	width: 375px;
	}
	div#page>#col1 { margin-left: 45px; }
	
	#logo { display: none; }
	#col1>p>#logo { display: inline; }
	table {
	background: #E7F1F8;
	border-collapse: collapse;
	-moz-border-radius: .6em;
	}
	th {
	border-bottom: 1px solid #FFF;
	color: #843222;
	font: bold 1.4em "American Typewriter",Lucida Grande, Lucida Sans, Verdana, sans-serif;
	padding: 2px 5px;
	text-align: center;
	vertical-align: top;
	}
	th em {
	display: block;
	border: 1px solid;
	border-color: #DFCAC6 #B8887F #B8887F #DFCAC6;
	font-style: normal; 
	height: 1.2em;
	width: 1.3em;
	-moz-border-radius: .3em;
	}
	td {
	border-bottom: 1px solid #FFF;
	color: #843222;
	padding: 2px 5px;
	vertical-align: top;
	}	
	.desc {
	color: #222;
	font-size: 1em;
	padding-top: 4px;
	}
	tr:hover { background: #FFF;}

div#col2 {
	float: right;
	position:relative;
	margin: -60px 0px 0 0px;
	width: 239px;
	}
	div#page>#col2 { margin-right: 50px; }
	#col2 ul{
	padding: 0 0 0 25px;
	margin-left: 0;
	}
	#col2 h2 {
	font-size: 1.3em;
	margin-left: 10px;
	}
	#col2 p {
	margin-left: 10px;
	}

/* -- */

#makersmark {
	border-top: 1px solid #EBD0AA;
	border-bottom: 1px solid #EBD0AA;
	margin: 20px 0;
	}

#pixelplain {
	color: #92341D;
	}
#pixelplain a{
	display: block;
	}

#foot { 
	color: #666;
	margin-top: 30px;
	}


.installpopup {
  background-color: rgba(0,0,0,.75);
  position: absolute;
  z-index: 400;
  top: 64px;
  left: 409px;
  padding: 0px 7px 4px 7px;
  text-align: left;
  width: 250px;
  border-radius: 8px;
}
.installpopup p {
 margin: 0;
 font-size: 12px;
 font-weight: bold;
 color: #ff9;
 text-shadow: #000 2px 2px, #000 -1px -1px;
}
.installpopup a.bookmarkletlink {
 font-size: 14px;
}
.test a:hover {
 color: #acf !important;
}

a.closebox {
float: right;
margin: 4px 0 5px 0;
}
div.chromehelp {
 margin: 12px 8px 3px 8px;
 background-color: rgba(0,0,0,.5);
 color: #fff;
 border-radius: 3px;
 padding: 4px;
}
a.expandChromeLink {
 color: #008;
}
a.expandChromeLink:hover {
 color: #f00;

}
