/**
	Reset first
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* fonts */

body {
	font:13px/1.22 arial,helvetica,clean,sans-serif;
}

table {
	font-size:inherit;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	line-height:99%;
}


/**

blue: #0a88d2
grey: #999
yellow: #ff0
green: #060
pale green: #bfd9bf
pink: d8007e
**/

body {
    color: #000;
    background-color: #D3E7ED;
	background-image: url(/img/bg.jpg);
	background-repeat: repeat;
    font: 0.875em/1.4 Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #0a88d2;
	text-decoration: none;
}



a:hover,
a:active {
	color: #333;
	text-decoration: underline;
}

#grass {
	width: 100%;
	height: 58px;
	position: absolute;
	bottom: 0;
	background-image: url(/img/grass.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	z-index: 10;
}

#tree1 {
	width: 273px;
	height: 407px;
	position: absolute;
	bottom: 0;
	right: 68%;
	overflow: hidden;
	z-index: 2;
}

#tree1 .inner {
	width: 273px;
	height: 487px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(/img/tree1.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	z-index: 3;
}

#tree1 #treeburd1 {
	position: absolute;
	left: 60px;
	top: 180px;
}


#tree2 {
	width: 201px;
	height: 373px;
	position: absolute;
	bottom: 0;
	right: 63%;
	overflow: hidden;
	z-index: 2;
}

#tree2 .inner {
	width: 201px;
	height: 342px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(/img/tree2.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	z-index: 3;
}

#tree2 #treeburd2 {
	position: absolute;
	left: 75px;
	top: 165px;
}

#greenburd {
	position: absolute;
	left: 45px;
	top: -46px;
}

#leaves {
	width: 246px;
	height: 301px;
	position: absolute;
	top: -12px;
	right: -46px;
	top: 0;
	right: 0;
	background-image: url(/img/branch.png);
	background-position: 46px -56px;
	background-repeat: no-repeat;
	z-index: 0;
}

#cloud {
	width: 526px;
	height: 145px;
	bottom: 30px;
	right: 50%;
	position: absolute;
	z-index: 1;
	background-image: url(/img/cloud.gif);
	background-repeat: no-repeat;
}

#twitterfollow {
	background-color: rgb(255, 255, 255);
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	padding: 0.5em 1em;
	width: 80px;
	position: absolute;
	top: 35px;
	left: 10px;
	z-index: 12;
}

/* ------------------------------------------
PROGRESSIVE ENHANCEMENT: PURE CSS SPEECH BUBBLES
by Nicolas Gallagher
- http://nicolasgallagher.com/progressive-enhancement-pure-css-speech-bubbles/
(thanks!)
 ------------------------------------------ */

#twitterfollow:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-40px; /* value = - border-top-width - border-bottom-width */
	left:40px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:20px 0 20px 20px; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color: #fff transparent transparent;
}

#twitterfollow a:link,
#twitterfollow a:visited {
	color: #000;
	text-transform: lowercase;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}



p {
	padding: 0 0 1em 0;
	line-height: 1.5;
}

#wrapper-outer {
	padding-bottom: 345px;
	padding-bottom: 100px;
	position: relative;
}

#wrapper {
	width: 942px;
	margin: 40px auto 75px auto;
	position: relative;
	padding: 0;
}

#header {
	padding: 0 40px 0 40px;
}

#header #logo {
	margin: -38px 65px 15px -6px;
	float:left;
	width: 187px;
}

#header .strapline {
	font-size: 157.1%;
	padding: 30px 0 0 0;
	font-weight: bold;
	text-transform: lowercase;
}

#nav {
	clear: left;
	font-size: 128.6%;
	border-top: 1px solid #f2f2f2;
	margin: 10px 0 0 0;
	padding:  8px 0 10px 0;
	z-index:10;
	position: relative;
}



#nav ul.pages {
	float:left;
	width: 660px;
	padding-bottom: 10px;
}

#nav ul.pages li {
	float:left;
	padding: 0 30px 0 0;
}

#nav ul.pages li:last-child {
	padding:0;
}



#nav ul.account {
	float:right;
	width: 200px;
	text-align:right;
}

#nav ul.account li {
	display: inline;
}

#nav ul.account li.account {
	padding-right: 20px;
}

#nav a:link, 
#nav a:visited {
	color: #0a88d2;
	text-decoration: none;
	text-transform: lowercase;
}

#home li.home a,
#features li.features a,
#solutions li.solutions a,
#blog li.blog a,
#buy li.buy a,
#support li.support a,
#add-ons li.add-ons a,
#account li.account a,
#nav a:hover {
	text-decoration: none;
	color: #060;
}



#content-area {
	padding: 16px 0 20px 0;
	color: #000;
	background-color: #fff;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	position: relative;
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

#article {
	clear: both;
	padding: 30px 40px 0 40px;
	background-image: url(/img/bg-grad.gif);
/*	background-image: url(/underlay.png);
	background-position: -3px 0;*/
	background-repeat: repeat-x;
}

#article .entry-content ul,
#article .entry-content ol {
	margin-left: 2em;
	margin-bottom: 2em;
}

#article .entry-content ul li,
#article .entry-content ol li {
	margin-bottom: 0.5em;
}

#article .entry-content ol li {
	list-style-type: decimal;
}

#article .entry-content ul li {
	list-style-type: disc;
}

#article .entry-content h2 {
	margin-top: 1em;
}

#homeintro, #feature {
	width: 320px;
	float:left;
}

h1 {
	font-size: 3.143em;
	color: #d8007e;
	font-weight: bold;
	text-transform: lowercase;
	padding-top: 0;
	margin-top: -0.2em;
	margin-bottom: 0.2em;
}

h1 span {
	font-weight: normal;
}

h1 a:link,
h1 a:visited {
	color: #d8007e;
	text-decoration: none;
}

h1 a:hover,
h1 a:active {
	color: #d8007e;
	text-decoration: underline;
}

h2 {
	font-size: 171.4%;
	color: #d8007e;
	font-weight: bold;
	text-transform: lowercase;
}

h2.feature {
	color: #666;
	font-size: 142.9%;
	font-weight: normal;
	padding-bottom: 1em;
	margin: 0.5em 0 1em 0;
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	box-shadow: 0px 1px 0px #fff;
}

h3 {
	color: #666;
	font-weight: normal;
	font-size: 142.9%;
	text-transform: lowercase;
}

div.headwrap {
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	box-shadow: 0px 1px 0px #fff;
	margin-bottom: 2em;
	clear: both;
	height: 1.8em;
}

div.headwrap h1 {
	padding-right: 20px;
	background-image: url(/img/bg-grad.gif);
	background-position: left -20px;
	display: inline-block;
	float: left;
}

.section h2 {
	background-color: #fff;
	z-index: 2;
	position: relative;
	display: inline-block;
	padding-right: 20px;
}

#videoplayer {
	float:right;
	width: 502px;
}

.videoplayer {
	display: block;
    width: 560px;
	height: 450px;
	border: 1px solid #e5e5e5;
}

#flashplayer {
	width: 502px;
	height: 362px;
	display: block;
}

.section {
	clear:both;
	padding: 10px 0 0 0;
}

.section ul#features {
	padding: 20px 0 0 0;
	border-top: 1px solid #f2f2f2;
	margin-top: -1em;
}

.section #features li {
	display: table-cell;
	width: 222px;
	padding: 20px 25px 10px 25px;
	min-height: 120px;
	float:left;
	border-bottom: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	
}

.section #features li:nth-child(3n) {
	border-right: 0;
}

.section #features li:nth-child(n+7) {
	border-bottom: 0;
}

.section #features li img {
	float:right;
	margin: 0 0 10px 10px;
}

.section #features li p {
	clear:right;
	font-size: 85.7%;
}

.section #features li h3 {
	font-size: 128.6%;
	color: #0a88d2;
	font-weight: normal;
}

img.screenshot {
	float: right;
}


.trybuy {
	font-size: 128.6%;
	font-style: italic;
	color: #333;
	border-top: 1px solid #f2f2f2;
	text-align:center;
	padding: 25px 0 15px 0;
	clear:both;
}

#homeintro .trybuy {
	text-align:left;
	border: 0;
	padding: 0;
	clear: none;
}

.trybuy a:link, .trybuy a:visited {
	background-repeat:repeat-x;
	display:inline-block;
	padding: 5px 10px 5px 10px;
	font-style: normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	font-weight: bold;
}

.trybuy a.try:link, .trybuy a.try:visited {
	background-image: url(/img/btn-grey.gif);
	color: #000;
	border:1px solid #999;
	margin-right: 10px;
}

.trybuy a.buy:link, .trybuy a.buy:visited {
	background-image: url(/img/btn-pink.gif);
	color: #fff;
	border: 1px solid #d8007e;
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	margin-left: 10px;
}

.trybuy a:hover {
	text-decoration: none;
}

.col-a {
	float:left;
	width: 410px;
	clear: left;
}

.col-b {
	float:left;
	width: 410px;
}

.col-13rd {
	width: 320px;
	margin-right: 40px;
}

.col-23rds {
	width: 500px;
}

.col-a ul, 
.col-b ul {
	font-size: 128.6%;
	list-style: disc;
	padding: 0.5em 0 1em 40px;
	color: #999;
	line-height: 1.5;
}

.col-13rd ul, 
.col-23rds ul {
	font-size: 100%;
}

.col-a li strong, .col-b li strong {
	background-color: #ff0;
	color: #000;
	font-size: 61.1%;
	text-transform: uppercase;
	font-weight: normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0.1em 0.4em 0.1em 0.4em;
}

.col-a p {
	margin-right: 1em;
}

form label {
	width: 148px;
	margin-right: 12px;
	float: left;
	text-align: right;
}

form input.text {
	width: 270px;
	font-size: 100%;
}

form div {
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	box-shadow: 0px 1px 0px #fff;
	padding: 8px 0;
}

form div span.error {
	color: #fff;
	background-color: #900;
	text-transform: uppercase;
	font-size: 71.4%;
	padding: 2px 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

form div.last,
form.login div.last {
	border-bottom: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

form .hint {
	display: block;
	margin-left: 160px;
	color: #666;
	font-size: 85.7%;
}

form div.submit {
	margin-left: 160px;
	border: none;
}

form .button {
	display: inline-block;
	padding: .4em 1em;
	margin-right: 5px;
	border: 1px solid #a8b0b7;
	background-image: url(/img/btn-grey.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	text-decoration: none;
	color: #333;
	font-size: 100%;
	cursor: pointer;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;	
	border-radius: 0.5em;
}

form h3 {
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	box-shadow: 0px 1px 0px #fff;
	margin: .5em 0 0 0;
	padding: 0 0 8px 0;
}

form.login {
	background-color: #eaf2fa;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;	
	border-radius: 13px;
	padding: 10px;
	margin-top: 1em;
}

form.login div {
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

form.login label {
	width: 90px;
}

form.login input.text {
	width: 180px;
}

form.login div.submit {
	margin: 0 0 0 102px;
}

form.login div.submit p {
	font-size: 85.7%;
	margin: 1em 0 0 0;
	padding: 0;
}

.features-after {
	clear:left;
}

.features-after h2 {
	padding: 0.7em 0 0.3em 0;
	border-top: 1px solid #f2f2f2;
}

span.updated {
	text-transform: uppercase;
	color: #000;
	background-color: #ff0;
	font-size: 60%;
	padding: 0.5em;
	margin-left: 1em;
}

#feature h2 {
	color: #999;
	font-size: 142.9%;
	padding: 0.5em 0 0.6em 0;
	border-bottom: 1px solid #f2f2f2;
	margin: 0 0 0.8em 0;
}

#buy {
	clear: both;
}

#buy h2 {
	margin-bottom: 0.5em;
}

#buy .price {
	font-size: 214.3%;
	padding-bottom: 0;
	line-height: 1.3;
}

#buy .price span {
	font-size: 60%;
}

#buy .altprice {
	font-size: 128.6%;
	font-weight: 100;
	padding-bottom: 0.2em;
}

#buy .note {
	color: #666;
	font-size: 85.7%;
	margin-bottom: 0.5em;
}

#buy .legal {
	font-size: 78.6%;
	color: #333;
	float: left;
	width: 350px;
	margin-top: 20px;
}

#buy #buynow {
	width: 100px;
	clear: none;
	float: right;
	margin-top: 10px;
}

#buy #buynow div {
	clear: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#buy #buynow input {
	background-image: url(/img/btn-pink.gif);
	color: #fff;
	border: 1px solid #d8007e;
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

div.blog {
	width: 560px;
	margin-right: 60px;
	float: left;
	clear: left;
}

div.meta {
	width: 240px;
	float: right;
}

div.meta h3 {
	color: #d8007e;
	margin-bottom: 1em;
}

#articlelist li {
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	box-shadow: 0px 1px 0px #fff;
	margin-bottom: 1em;
}

.post h2 {
	font-weight: normal;
	text-transform: none;
	font-size: 1.286em;
	margin-bottom: 0.5em;
}

#articlelist h2 a {
	text-decoration: underline;
}

.post h3 {
	margin-bottom: 1em;
}

.post .date {
	font-size: 0.857em;
	color: #666;
	float: right;
	margin-top: -2.4em;
	line-height: 1;
}

.post p code {
	font-size: 120%;
	color: #d8007e;
	padding: 0 0.1em;
}

.post .entryfinish {
	position: absolute;
	left: -999em;
}

.description div.code,
.post div.code {
	font-size: 120%;
	background-color: transparent;
	margin: 0.5em 0 1.5em 0;
}

.description div.code pre,
.post div.code pre {
	line-height: 1.4;
}

div.solutionfiles {
	background-color: rgb(227, 236, 242);
}

div.solutionfiles {
	background-color: rgba(153, 153, 153, 0.1);
	padding: 10px 20px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin-bottom: 1em;
}

div.solutionfiles h3 {
	margin-bottom: 0;
}


div.note-box {
	background-color: rgb(227, 236, 242);
}

div.note-box {
	background-color: rgba(153, 153, 153, 0.1);
	padding: 10px 20px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin-bottom: 1em;
	margin-top: 1em;
}

div.note-box ul.supportlinks {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.note-box ul.supportlinks li {
	padding-bottom: 0.4em;
}

div.note-box ul.supportlinks a:link,
div.note-box ul.supportlinks a:visited {
	padding-left: 33px;
	background-repeat: no-repeat;
	background-position: left 50%;
	display: block;
}

div.note-box ul.supportlinks a.docs {
	background-image: url(/img/icon-docs.gif);
}

div.note-box ul.supportlinks a.forum {
	background-image: url(/img/icon-discuss.gif);
}

div.note-box ul.supportlinks a.knowledge {
	background-image: url(/img/icon-knowledge.gif);
}

div.note-box ul.supportlinks a.ticket {
	background-image: url(/img/icon-ticket.gif);
}

form.promo h3 {
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	box-shadow: 0px 1px 0px #fff;
}

form.promo p {
	padding: 0.5em;
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	box-shadow: 0px 1px 0px #fff;
}





table.basket {
	width: 100%;
}

table.basket th {
	font-weight: normal;
}

table.basket tr.total td,
table.basket tr.total th {
	font-weight: bold;
}

table.basket td {
	text-align: right;

}

table.basket th,
table.basket td {
	border-bottom: 1px solid #e5e5e5;
	padding: 0.5em 0;
}

.note-box input {
	font-size: 120%;
}

#blog ul.comments {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
}

#blog ul.comments h3, 
#blog ul.comments .timestamp {
	font-size: 85.7%;
	margin-left: 80px;
	text-transform: none;
}

#blog ul.comments .timestamp {
	text-align: right;
	float: right;
	margin: 0;
	padding: 2px 0 0 0;
	line-height: 1;
}

#blog ul.comments .timestamp a:link,
#blog ul.comments .timestamp a:visited {
	color: #666;
}

#blog ul.comments p {
	margin-left: 80px;
}

#blog ul.comments li img{
	float:left;
	width: 60px;
	border: 5px solid #ddd;
	margin: 0 10px 10px 0;
}

#blog ul.comments li {
	clear: left;
	padding: 0 0 2em 0;
}

#blog #comment textarea {
	height: 20em;
	width: 360px;
	font-size: 100%;
}

#account #accountburd {
	float: right;
}

#account p.greeting {
	font-size: 214.3%;
	line-height: 1.2;
	padding-bottom: 0.2em;
}

#account p.greeting strong {
	display: block;
}

#account h2 {
	margin: 0.1em 0 0.5em 0;
	clear: left;
}

#account .buybutton {
	font-size: 78.6%;
	float: right;
	margin-top: -40px;
}

#account .buybutton a:link,
#account .buybutton a:visited {
	background-repeat:repeat-x;
	display:inline-block;
	padding: 5px 10px 5px 10px;
	font-style: normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	font-weight: bold;
	background-image: url(/img/btn-pink.gif);
	color: #fff;
	border: 1px solid #d8007e;
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	margin-left: 10px;
}

#account ul.licenses {
	list-style: none;
	margin: 0;
	padding: 0;
}

#account ul.licenses li {
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	box-shadow: 0px 1px 0px #fff;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

#account ul.licenses li h3 {
	padding-bottom: 0.2em;
}

#account ul.licenses div {
	background-color: rgb(255, 255, 255);
}

#account ul.licenses div {
	background-color: rgba(102, 102, 102, 0.1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 85.7%;
	padding: 0.5em 1em;
	color: #666;
}

#account ul.licenses div a {
	float: right;
	padding-left: 22px;
	background-image: url(/img/icon-download.gif);
	background-position: left 50%;
	background-repeat: no-repeat;
}

#account strong.key {
	font-size: 85.7%;
}


body#update #article ul,
body#update #article ol {
	margin-left: 2em;
	margin-bottom: 2em;
}

body#update #article ul li,
body#update #article ol li {
	margin-bottom: 0.5em;
}

body#update #article ol li {
	list-style-type: decimal;
}

body#update #article ul li {
	list-style-type: disc;
}

ul.addon-cats {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

ul.addon-cats li {
	background-image: url(/img/icon-leaf-odd.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 42px;
	margin: 0 0 5px 0;
	list-style: none;
	clear: left;
}

ul.addon-cats li:nth-child(even) {
	background-image: url(/img/icon-leaf-even.png);
}

ul.addon-cats li a:link,
ul.addon-cats li a:visited {
	font-size: 1.286em;
}

ul.addon-cats li span.count {
	font-size: 0.857em;
	vertical-align: top;
}

ul.featured-addons {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

ul.featured-addons li {
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	box-shadow: 0px 1px 0px #fff;
	margin-bottom: 1em;
}

ul.featured-addons li:last-child {
	border-bottom: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

ul.featured-addons li h3 {
	text-transform: none;
}

ul.featured-addons li span.category {
	font-size: 0.667em;
	color: #999;
	vertical-align: top;
	text-transform: none;
}

ul.featured-addons li p {
	font-size: 0.929em;
	color: #666;
}

div.addon-meta {
	color: #d8007e;
	margin: 10px 0;
}

ul.addon-list {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

ul.addon-list li {
	list-style: none;
	margin-bottom: 1em;
	clear: both;
}


#add-ons .wrap {
	width: 822px;
	overflow: hidden;
	
}

#add-ons .wrap .inner {
	width: 2000px;
}

#add-ons .wrap span {
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	box-shadow: 0px 1px 0px #fff;
	margin-bottom: 1.5em;
	height: 1.4em;
	display: block;
	float: right;

	width: 820px;
	float: left;
}

ul.addon-list li h2,
#add-ons .detail h2 {
	padding-right: 20px;
	display: inline-block;
	float: left;
	text-transform: none;
}

ul.addon-list li h2 a:link,
ul.addon-list li h2 a:visited {
	font-size: 0.75em;
}

ul.addon-list li .meta {
	clear: left;
	width: 300px;
	margin-right: 40px;
	float: left;
	font-size: 0.857em;
	color: #666;
}

ul.addon-list li .meta li {
	list-style: none;
	display: inline;
}

ul.addon-list li .meta li span {
	font-weight: bold;
	margin-left: 10px;
}

ul.addon-list li .summary {
	float: left;
	width: 440px;
	
}

ul.addon-list li .summary p {
	color: #666;
	font-size: 0.929em;
}

#add-ons .detail .wrap {
	margin-top: 10px;
}

#add-ons .detail a:link,
#add-ons .detail a:visited {
	font-size: 0.75em;
}

#add-ons .headwrap+.note-box {
	margin-top: 40px;
}

#add-ons .detail .meta {
	float: none;
	width: auto;
	font-size: 0.857em;
}


#add-ons .detail .meta ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#add-ons .detail .meta li {
	list-style: none;
	display: inline;
	color: #323232;
	margin: 0;
	padding: 0;
}

#add-ons .detail .meta li.license,
#add-ons .detail .meta li.developer {
	display: block;
}

#add-ons .detail .meta  {
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	box-shadow: 0px 1px 0px #fff;
	padding-bottom: 10px;
}

#add-ons .detail .meta li span {
	font-weight: bold;
	margin-left: 10px;
}

#add-ons .detail .meta li a:link,
#add-ons .detail .meta li a:visited {
	font-size: 100%;
}

#add-ons .detail .description {
	color: #666;
	font-size: 0.929em;
}

#add-ons .detail .description h3 {
	text-transform: none;
	margin-bottom: 0.5em;
	font-size: 1.143em;
	font-weight: bold;
}

#add-ons .detail .description ul,
#add-ons .detail .description ol {
	margin-left: 2em;
	margin-bottom: 2em;
}

#add-ons .detail .description ul li,
#add-ons .detail .description ol li {
	margin-bottom: 0.5em;
}

#add-ons .detail .description ol li {
	list-style-type: decimal;
}

#add-ons .detail .description ul {
	margin-left: 2em;
	padding-left: 0;
	color: #666;
}

#add-ons .detail .description ul li {
	list-style-type: disc;
	margin-left: 0;
	margin-bottom: 0;
}


#add-ons .detail .description div.code {
	background-color: #d5eede;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}

#add-ons .detail .download {
	margin: 10px 0;
	padding: 10px 0;
}

#add-ons .detail .download a:link, 
#add-ons .detail .download a:visited {
	background-color: #d9dbdd;
}

#add-ons .detail .download a:link, 
#add-ons .detail .download a:visited {
	display: block;
	margin-bottom: 10px;
	background-color: rgba(153, 153, 153, .25);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px 5px 33px;
	font-size: 1em;
	background-image: url(/img/icon-download.gif);
	background-position: 10px 50%;
	background-repeat: no-repeat;
}

#add-ons .detail .download a span {
	float: right;
	color: #999;
	font-size: 0.857em;
	padding-top: 3px;
}

#add-ons .detail .download a:hover span,
#add-ons .detail .download a:active span {
	text-decoration: none;
}


#add-ons .changelog .wrap {
	width: 280px;
	overflow: hidden;
}

#add-ons .changelog .wrap .inner {
	width: 1000px;
}

#add-ons .changelog .wrap span {
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	box-shadow: 0px 1px 0px #fff;
	margin-bottom: 1.5em;
	height: 0.7em;
	display: block;
	width: 820px;
	float: left;
}

#add-ons .detail .changelog h3 {
	padding-right: 10px;
	display: inline-block;
	float: left;
	text-transform: none;
	font-size: 100%;
	color: #0a86d2;
	font-weight: bold;
}

#add-ons .changelog ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#add-ons .changelog ul li {
	margin: 0 0 10px 10px;
	padding: 0;
	list-style: none;
	font-size: 0.857em;
	color: #323232;
}


.note-box .col-13rd {
	width: 280px;
	margin-right: 60px;
}

.note-box .col-23rds {
	width: 480px;
}

.smallprint {
	margin-top: 1em;
	padding-top: 1em;
	clear: both;
	font-size: 85.7%;
	border-top: 1px solid #e5e5e5;
	color: #666;
}


p.alert-failure{
	background-image: url(../../img/icon_warn.gif);
	background-repeat: no-repeat;
	background-position: 15px 6px;
	background-color: #eccfcf;
	color: #b34040;
	padding: 6px 5px 5px 40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 0 10px 0;
}

p.alert-success{
	background-image: url(../../img/icon_tick.gif);
	background-repeat: no-repeat;
	background-position: 12px 7px;
	background-color: #bfd9bf;
	color: #060;
	padding: 5px 5px 4px 40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 0 10px 0;
}

/* dupe for bg colour in IE */
#footer {
	background-color: rgb(215, 231, 238); 
}

#footer {
	background-color: rgba(255, 255, 255, 0.5);
	clear: both;
	margin: 30px 0 0 0;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	padding: 30px 45px 30px 320px;
	float:left;
	width: 577px;
}

#footer .twitter {
	background-color: rgb(235, 243, 247);
}

#footer .twitter {
	float:left;
	width: 240px;
	padding: 25px 30px 20px 30px;
	background-color: rgba(255, 255, 255, 0.5);
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	position:relative;
}

#footer .twitter #tweetburd {
	position: absolute;
	top: -40px;
	right: 20px;
}

#footer .twitter h4 {
	font-size: 128.6%;
	color: #d8007e;
	font-weight: normal;
}

#footer .twitter blockquote {
	padding: 0.5em 0 1em 0;
	font-weight: bold;
}

#footer .twitter blockquote p {
	padding: 0;
	font-size: 85.7%; 
}

#footer .twitter .by {
	float:left;
	width: 55%;
	font-size: 85.7%;
}

#footer a:link, #footer a:visited {
	color: #0a88d2;
}

#footer .twitter a.more:link, #footer .twitter a.more:visited {
	float:right;
	width: 40%;
	text-align:right;
	font-size: 85.7%;
}

#footer .edgeofmyseat {
	float:right;
	width: 240px;
	padding: 15px 0 0 0;
}

#footer .edgeofmyseat h4 {
	font-size: 85.7%;
	padding: 0 0 1em 0;
}

#footer .edgeofmyseat h4 strong{
	font-size: 107.1%;
}

#footer .edgeofmyseat p {
	font-size: 78.6%;
}


.clear {
	clear:both;
}