*
	{
	margin: 0;  /* footer specific code , thanks http://ryanfait.com/sticky-footer/ */
	}
html
	{
	height: 100%;
	position: relative;
	/* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
    /* fallback (Opera) */
    background: #000000;
    /* Mozilla: */
    background: -moz-linear-gradient(left, #000000, #333333, #000000);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, right top, from(#000000), to(#000000), color-stop(0.5, #333333));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#000000', EndColorStr='#333333', GradientType=0)
	}
body
	{
	color: #fff;
	font-family: helvetica, sans-serif;
	font-size: 90%;
	height: 100%;
	border: none;
	}
#wrapper
	{
	background-image: url(../gfx/grain_tile.png);
	min-height: 100%;
	height: auto !important;	/* footer specific code , thanks http://ryanfait.com/sticky-footer/ */
	height: 100%;
	margin: 0 auto -38px;		/* footer specific code , thanks http://ryanfait.com/sticky-footer/ */
	}
#head
	{
	position: relative;
	margin-bottom: 20px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 591px;
	height: 120px;
	}
#head_sm
	{
	position: relative;
	margin-bottom: 20px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 400px;
	height: 81px;
	}
#content
	{
	margin: auto;
	padding: 0;
	margin-top: 0;
	width: 670px;
	}
#prodcontent
	{
	margin: auto;
	padding: 0;
	margin-top: 0;
	width: 750px;
	}
#footer, .push
	{
	font-size:11px;
	font-style: normal;
	height: 38px;
	text-align: center;
	text-shadow: 0 1px 1px #000;
	}
#google
	{
	position: relative;
	margin: 1em;
	padding: 0;
	height: auto;
	width: 120 px;
	float: right;
	clear: none;
	border: none;
	}
#panel
	{
	width: 670px;
	height: auto;
	border: none;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0 0 0 9px;
	padding: 0 30px 5px 30px ;
	text-align: left;
	display: block;
	float: left;
	}
#icon
	{
	width: 169px;
	height: 194px;
	padding: 1.2em 1em 0 0;
	border: none;
	float: left;
	display: inline;
	margin-right: 5px;
	}
#extrapanel
	{
	width: 750px;
	height: 148px;
	margin: 43px auto auto 0;
	border: none;
	padding-left:10px;
	text-align: left;
	}
.extrafloat
	{
	border: none;
	padding: 0 10px;
	width: 200px;
	height: 148px;
	margin: 0 20px 0 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
	display: inline;
	background: #fff;
	}
.extrafloatad
	{
	border: none;
	padding: 0 10px;
	width: 215px;
	height: 148px;
	margin: 0 20px 0 0;
	float: left;
	display: inline;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
.extrafloatcookie
	{
	border: none;
	margin: 0;
	padding: 0 10px;
	width: 209px;
	height: 148px;
	float: left;
	display: inline;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
.extraimg
	{
	width: 70px;
	height: 100px;
	border: none;
	float: left;
	display: inline;
	margin-right: 5px;
	}
.extra_links
	{
	border: none;
	text-align: right;
	margin: auto;
	margin-top: -11px
	width: 670px;
	font-size: 12px;
	height: 14px;
	margin-bottom: 0;
	}
.box
	{
	width: 100%;
	height: 100%;
	float: none;
	clear: none;
	text-align: center;
	border: none;
	margin: auto;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	}
.iphonebox
	{
	width: 215px;
	height: 215px;
	float: none;
	clear: none;
	margin: auto;
	border: none;
	padding: 0;
	}
.iphonefloat
	{
	border: none;
	margin: 0;
	padding: 0;
	width: 65px;
	height: 65px;
	float: left;
	display: inline;
	}
.macbox
	{
	width: 300px;
	height: 150px;
	float: none;
	clear: none;
	margin-top: 3em;
	margin-bottom: 3em;
	margin-left: auto;
	margin-right: auto;
	border: none;
	padding: 0;
	}
.macfloat
	{
	border: none;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 150px;
	float: left;
	display: inline;
	}
.shift_content
	{
	margin-top: 3em;
	}
.center
	{
	text-align: center;
	}
.floatright
	{
	border: none;
	padding: 0;
	width: auto;
	height: auto;
	float: right;
	display: inline;
	clear: none;
	margin: 1em;
	}
.floatleft
	{
	border: none;
	padding: 0;
	width: auto;
	height: auto;
	float: left;
	display: inline;
	clear: both;
	margin-left: 2em;
	}
.right
	{
	text-align: right;
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 3em;
	}
.italic
	{
	font-style: italic;
	margin-top: 2em;
	}
:link,:visited
	{
	text-decoration: none;
	}
h1
	{
	font-size: 1.8em;
	font-weight: lighter;
	color:#fff;
	margin-bottom: 0.2em;
	margin-top: 1em;
	}
h1.product
	{
	padding-top: 1.2em;
	font-size: 2em;
	font-weight: lighter;
	color:#333;
	margin: 0;
	}
h1.extra
	{
	font-size: 1.1em;
	font-weight: normal;
	color:#333;
	margin: 5px 0 0 0;
	}
h2
	{
	font-size: 1.5em;
	font-weight: lighter;
	color: #999;
	margin-bottom: 0.2em;
	margin-left: 1em;
	margin-top: 1em;
	}
h2.product
	{
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	margin: 0 0 5px 0;
	}
h2.extra
	{
	font-size: 0.9em;
	font-weight: lighter;
	color: #333;
	margin: 0;
	}
h3
	{
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0.2em;
	margin-left: 20px;
	}
h4
	{
	font-size: 1em;
	font-weight: lighter;
	font-style: italic;
	color: #999;
	margin-bottom: 0.2em;
	margin-left: 20px;
	}
h5
	{
	font-style: italic;
	font-size: 0.8em;
	color: #999;
	margin-bottom: 1.5em;
	margin-left: 20px;
	}
p
	{
	margin-bottom: 2em;
	margin-left: 2.5em;
	}
p.product
	{
	color: #333;
	margin-bottom: 10px;
	}
p.cookie_blurb, p.colorwell_blurb
	{
	color: #333;
	margin-bottom: 10px;
	margin-top: 8px;
	}
p.donate_blurb
	{
	color: #333;
	margin-top: 12px;
	font-size: 0.8em;
	width: 80%;
	}
p.os
	{
	color: #666666;
	font-size: 0.8em;
	margin-bottom: 5px;
	}
p.sys
	{
	color: #666666;
	font-size: 0.7em;
	margin: 5px 0 0 0;
	}
p.steps
	{
	font-size: 1.3em;
	padding-top: 5px;
	color: #333;
	margin-bottom: 10px;
	}
p.peek
	{
	color: #666666;
	font-size: 0.8em;
	padding-top: 50px;
	text-align: right;
	padding-right: 5px;
	margin-bottom: 45px;
	}
.dark
	{
	color: #444;
	}
.small
	{
	font-size: 0.5em;
	}
.changelog
	{
	font-size: 0.4em;
	}
.bold
	{
	font-weight: bold;
	}
.bolder
	{
	font-size: 1.4em;
	font-weight: bold;
	}
.pdf
	{
	font-size: 0.9em;
	font-weight: lighter;
	}
h6,pre,code
	{
	font-size: 1em;
	}
ol,li,h6,pre,form,body,html,blockquote,fieldset,input
	{
	margin: 0; padding: 0;
	}
a img,:link img,:visited img
	{
	border: none;
	}
a.current
	{
	color: #fff;
	}
a.extra_title
	{
	color: #333;
	}
a.triallink, a.downloadlink
	{
	font-size: 1.2em;
	color: #333;
	margin-bottom: 10px;
	}
a:link.triallink, a:visited.triallink, a:link.downloadlink, a:visited.downloadlink a:link.donate_link, a:visited.donate_link, a:link.mas_link, a:visited.mas_link, a:link.extra_title, a:visited.extra_title
	{
	color: #333;
	}
a.stepslink, a:link.stepslink, a:visited.stepslink
	{
	color: #999;
	}
a.stepspdf
	{
	font-size: 0.6em;
	color: #333;
	}
a:link.stepspdf, a:visited.stepspdf
	{
	color: #333;
	}
a:hover.triallink, a:hover.appstore, a:hover.stepslink, a:hover.stepspdf, a:hover.downloadlink, a:hover.donate_link, a:hover.mas_link, a:hover.extra_title, a.changelog:hover
	{
	color: #68dc24;
	text-decoration: none;
	}
address
	{
	font-style: normal;
	}
.openmeta, .mas, .price, .download, .download_sm
	{
	float: right;
	position: relative;
	display: inline;
	}
.screenshot
	{
	float: left;
	position: relative;
	display: inline;
	margin: 20px 0 0 5px;
	clear: none;
	}
.middle
{
	margin-left:40%;
}
.cu_middle
{
	margin-left:13%;
}
.sr_middle
{
	margin-left:25%;
}
.download_sm
	{
	margin-right: 0;
	clear: left;
	}
.download
	{
	margin: 25px -10px 0 0;
	}
.clearLeft
	{
	clear: left;
	}
.openmeta, .mas
	{
	margin-right: 5px;
	}
.price
	{
	margin: -60px -60px 0 0;
	}
	

/* navigation bars */
ul.menunav
	{
	padding-bottom: 10px;
	margin: 0 auto -1px auto;
	text-align: center;
	width: 500px;
	height: 25px;
	font-size: 20px;
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
	font-weight: lighter;
	border-bottom: 1px solid #ccc;
	text-shadow: 0 1px 1px #000;
	}
ul.menunav li
	{
	padding: 0;
	margin-left: 0;
	margin-right: 18px;
	display: inline;	
	list-style-type: none;
	line-height: 20px;
	}
ul.menunav li a
	{
	border: 0;
	text-decoration: none;
	color: #fff;
	}
.menunav a:visited
	{
	color: #fff;
	}
.menunav a.current:hover
	{
	color: #68dc24; 
	}
.menunav a:hover
	{
	color: #68dc24; 
	}
.menunav a.current
	{
	color: #68dc24;
	}

/* extra */
.extras
	{
	width: 200px;
	border: none;
	margin-left: 520px;
	}
ul.extramenunav
	{
	display: block;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	width: 200px;
	height: 14px;
	font-size: 14px;
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
	font-weight: lighter;
	text-shadow: 0 1px 1px #000;
	}
ul.extramenunav li
	{
	padding: 0;
	margin-left: 0;
	margin-right: 5px;
	display: inline;	
	list-style-type: none;
	line-height: 14px;
	}
ul.extramenunav li a
	{
	border: 0;
	text-decoration: none;
	color: #999;
	}
.extramenunav a:visited
	{
	color: #999;
	}
.extramenunav a:hover
	{
	color: #68dc24; 
	}
	
	
	
ul.menu
	{
	list-style: none;
	padding-left: 0;
	margin-left: 0em;
	}
ul
	{
	padding-left: 1em;
	margin-bottom: 1em;
	margin-left: 2.5em;
	list-style: none;
	}
ul.negativemargin
	{
	padding-left: 1em;
	margin-bottom: 1em;
	margin-top: -1em;
	margin-left: 2.5em;
	}
a.imglink:hover
	{
	background: transparent;
	}
a:link, a:visited
	{
	background: inherit;
	color: #999;
	text-decoration: none;
	}
a:hover
	{
	background: inherit;
	color: #fff;
	text-decoration: overline underline;
	}
a:active
	{
	background: inherit;
	color: #fff;
	text-decoration: none;
	}

/* linkopacity */
a.linkopacity img
	{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
	border: none;
	margin: 0.1em;
	padding: 2px;
	-webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
	}
a.linkopacity:hover img
	{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
	filter: alpha(opacity=60);   
	-moz-opacity: 0.6;   
	opacity: 0.6;
	border: none;
	margin: 0.1em;
	padding: 2px;
	-webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
	}
a.linkopacityindex img
	{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
	border: none;
	-webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
	}
a.linkopacityindex:hover img
	{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
	filter: alpha(opacity=60);   
	-moz-opacity: 0.6;   
	opacity: 0.6;
	border: none;
	-webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
}
/* end linkopacity */

/* linkindopacity */
a.linkindopacity img
	{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"
	filter: alpha(opacity=40); 
	-moz-opacity: 0.4; 
	opacity: 0.4;
	border: none;
	margin: 0.1em;
	padding: 2px;
	-webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
	}
a.linkindopacity:hover img
	{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
	filter: alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	border: none;
	margin: 0.1em;
	padding: 2px;
	-webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
	}
a.linkindopacityindex img
	{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"
	filter: alpha(opacity=40); 
	-moz-opacity: 0.4; 
	opacity: 0.4;
	border: none;
	-webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
	}
a.linkindopacityindex:hover img
	{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
	filter: alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	-webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
	border: none;
}
/* end linkindopacity */

/*  round corners */
#cornertop
	{
	border: none;
	margin: auto;
	width: 732px;
	height: 23px;
	border: none;
	position: relative;
	overflow: hidden;
	}
#cornertop.meta
	{
	margin-top: 20px;
	}
#cornertop.csr
	{
	width: 222px;
	margin-top: -23px;
	margin-left: -11px;
	}
#cornertop.csa
	{
	width: 237px;
	margin-top: -23px;
	margin-left: -11px;
	}
#cornertop.csc
	{
	width: 231px;
	margin-top: -23px;
	margin-left: -11px;
	}
#cornermiddle
	{
	background: #fff;
	border-top: 1px solid #ccc;
	float: left;
	width: 686px;
	height: 23px;
	}
#cornercookie
	{
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	float: left;
	margin: 0;
	padding:0;
	width: 708px;
	height: 23px;
	padding-left:0;
	}
#cornermiddle.sr
	{
	width: 176px;
	}
#cornermiddle.sa
	{
	width: 191px;
	}
#cornermiddle.sc
	{
	width: 185px;
	}
#cornermiddleb
	{
	background: #fff;
	float: left;
	width: 686px;
	height: 22px;
	border-bottom: 1px solid #ccc;
	}	
#cornertl
	{
	border: none;
	margin: 0;
	padding-left:0;
	width: 23px;
	height: 23px;
	float: left;
	background: url(../gfx/corners/tl.png) no-repeat;
	}
#cornertr
	{
	border: none;
	margin: 0;
	padding: 0;
	width: 23px;
	height: 23px;
	float: right;
	background: url(../gfx/corners/tr.png) no-repeat;
	}
#cornerbottom
	{
	border: none;
	margin: auto;
	padding: 0;
	width: 732px;
	height: 23px;
	border: none;
	position: relative;
	overflow: hidden;
	}
#cornerbl
	{
	border: none;
	margin: 0;
	padding: 0;
	width: 23px;
	height: 23px;
	float: left;
	background: url(../gfx/corners/bl.png) no-repeat;
	}
#cornerbr
	{
	border: none;
	margin: 0;
	padding: 0;
	width: 23px;
	height: 23px;
	float: right;
	background: url(../gfx/corners/br.png) no-repeat;
	}

