/**
	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 -35px auto;
	position: relative;
	padding: 0;
}

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

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

#header #logo.xmas {
	margin: -50px 65px 15px -6px;
}

#header .strapline {
	font-size: 157.1%;
	padding: 10px 0 0 0;
	padding: 30px 0 0 0;
	font-weight: bold;
	text-transform: lowercase;
	width: 280px;
	width: auto;
	float: left;
}
/*
#header .search {
	position: absolute;
	top: 15px;
	right: 35px;
	font-size: 90%;
	color: #333;
	text-transform: lowercase;
}*/

#header form {
	float: right;
	width: 260px;
}

#header form label {
	display: block;
	font-weight: bold;
	float: none;
	width: auto;
	text-align: left;
}

#header form div {
	border: 0;
	box-shadow: 0;
}

#header form input[type="text"] {
	width: 150px;
	padding: 3px;
}

#header form input.button {
	padding: 0.2em 0.5em;
	font-size: 92%;
}

#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;
	position: relative;
}

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

#nav ul.pages li div,
#nav ul.account li div {
	position: absolute;
	top: 1.8em;
	left: -20px;
	display: none;
}

#nav ul.account li div {
	top: 1.7em;
}

#nav ul.pages li div img,
#nav ul.account li div img {
	position: absolute;
	z-index: 10;
	display: block;
	top: 1px;
	left: 40px;
}

#nav ul.pages li ul,
#nav ul.account li ul {
	position: relative;
	z-index: 5;
	margin: 13px 0 0 0;
	background-color: #f2f7f2;
	border: 5px solid #fff;
	padding: 10px 10px 10px 16px;
	width: 154px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 5px 4px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    0px 5px 4px rgba(50, 50, 50, 0.55);
	box-shadow:         0px 5px 4px rgba(50, 50, 50, 0.55);
}



#nav ul.pages li:hover div,
#nav ul.account li:hover div  {
	/*display: block;*/
}

#nav ul.pages li ul li,
#nav ul.account li ul li {
	float:none;
	font-size: 77.8%;
	display: block;
	padding: 0 0 0.4em 0;
	position: relative;
	
}

#nav ul li ul li a {
	display: block;
}

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

#nav ul.account li {
	display: inline;
	text-align: left;
}

#nav ul.account li.account {
/*	padding-right: 20px;*/
	position: relative;
}

#nav ul.account li.search {
	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;
	position: relative;
}

#videoplayer .videooverlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

#videoplayer .postplaylinks {
	position: absolute;
	top: 118px;
	left: 140px;
	width: 220px;
}

#videoplayer .postplaylinks li {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 5px 0;
	padding: 10px 0 10px 38px;
	font-size: 128.6%;
	background-repeat: no-repeat;
	background-position: 10px center;
	-webkit-box-shadow: 4px -1px 6px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 4px -1px 6px 0px rgba(0,0,0,0.3);
	box-shadow: 4px -1px 6px 0px rgba(0,0,0,0.3);
}

#videoplayer .postplaylinks li.watch-again {
	background-image: url(/img/video-watch-again.gif);
}

#videoplayer .postplaylinks li.more-videos {
	background-image: url(/img/video-more-videos.gif);
}

#videoplayer .postplaylinks li.stories {
	background-image: url(/img/video-stories.gif);
}

.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;
}

.stories h2 {
	font-weight: normal;
}

.section div#storyscroller {
	padding: 20px 0 0 0;
	border-top: 1px solid #f2f2f2;
	margin-top: -1em;
	border-bottom: 1px solid #f2f2f2;
}

.section div#storyscroller.active {
	overflow: hidden;
	width: 862px;
	position: relative;
}

#storyscroller.active #storytruck {
	width: 100000px;
	position: absolute;
	left: 0;
	top: 0;
}

#storyscroller.active .storycontent {
}

.section div#storyscroller li {
	clear: left;
	padding-top: 1em;
}

.section div#storyscroller.active li {
	float: left;
	width: 862px;
	clear: none;
	position: relative;
	margin-top: 1em;
}

.section div#storyscroller li p {
	font-size: 85.7%;
}

.section div#storyscroller li h3 {
	padding: 0 0 0.8em 0;
}

.section div#storyscroller li img {
	float: left;
	width: 345px;
	-webkit-box-shadow: 4px -1px 6px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 4px -1px 6px 0px rgba(0,0,0,0.3);
	box-shadow: 4px -1px 6px 0px rgba(0,0,0,0.3);
	margin: 0 30px 0 0;
	
}

.section div#storyscroller li .storyimage {
	position: relative;
}

.section div#storyscroller li .overlay {
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%); /* IE10+ */
	background: linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%); /* W3C */
	height: 229px;
	width: 345px;
	position: absolute;
	top: 0;
	left: 0;
}

.section div#storyscroller.active ul.storynav {
	position: absolute;
	bottom: 30px;
	left: 370px;
}

.section div#storyscroller.active ul.storynav li {
	width: auto;
	float: left;
	margin: 0 0 0 10px;
}

.section div#storyscroller.active ul.storynav li a {
	display: block;
	width: 10px;
	height: 11px;
	background-image: url(/img/home-slideshow-off.gif);
}

.section div#storyscroller.active ul.storynav li.selected a {
	background-image: url(/img/home-slideshow-on.gif);
}

.section div#storyscroller.active ul.storynav li span {
	position: absolute;
	left: -999em;
}

.section .our-customers {
	float: left;
	width: 280px;
	margin-right: 28px;
	padding: 1em 0 2em 0;
}

.section .our-customers blockquote {
	font-size: 128.6%;
	color: #000;
	font-style: italic;
	padding: 20px 30px 0 10px;
	background-image: url(/img/col-customer-bg.gif);
	background-repeat: no-repeat;
}

.section .our-customers .by {
	padding: 0 0 1em 0;
}

.section .col-started {
	float: left;
	width: 270px;
	margin-right: 28px;
	padding: 1em 0 2em 0;
}

.section .col-developers {
	float: left;
	width: 250px;
	padding: 1em 0 2em 0;
}

.section .col-started ul,
.section .col-developers ul {
	list-style: disc;
	color: #666;
	padding-left: 1.4em;
}

.section .our-customers h3, 
.section .col-started h3, 
.section .col-developers h3 {
	color: #D8007E;
	min-height: 31px;
	padding: 0 0 0.6em 0;
}

.section .col-started h3 {
	padding-left: 40px;
	background-image: url(/img/col-started-h3.gif);
	background-repeat: no-repeat;
}

.section .col-developers h3 {
	padding-left: 40px;
	background-image: url(/img/col-developers-h3.gif);
	background-repeat: no-repeat;
}

img.screenshot {
	float: right;
}

.easy {
	font-size: 128.6%;
	border-top: 1px solid #f2f2f2;
	margin: 1em 0 0 0;
	padding: 30px 0 0 0;
	clear: both;
	text-align: center;
}

.easy a:link, .easy 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;
}

.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 ul.devs {
	color: #333;
	padding-left: 0;
}

.col-a ul.devs li {
	margin-bottom: 1em;
}

/*
.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;
	clear: left;
}

.features-after ul {
	margin-bottom: 2em;
}

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;
}

.featureimage img,
.featureimage video {
	width: 490px;
	-webkit-box-shadow: 2px 3px 6px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 3px 6px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 3px 6px 3px rgba(0, 0, 0, 0.2);
	margin: 0 0 20px 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);
}

ul.searchresults 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;
}

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

ul.searchresults h2 a {
	text-decoration: underline;
	padding-right: 150px;
}

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

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

.meta ul.tagcloud {
	margin: 0 0 2em 0;
}

.meta ul.tagcloud li {
	display: inline;
	color: #666;
}

.meta ul.tagcloud li:after {
	content: "•";
}



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

a.rss:link, a.rss:visited {
	background-image: url(/img/icon-rss.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	padding: 0 0 0 20px;
}

a.facebook:link, a.facebook:visited {
	background-image: url(/img/icon-facebook.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	padding: 0 0 0 20px;
}

a.twitter:link, a.twitter:visited {
	background-image: url(/img/icon-twitter.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	padding: 0 0 0 20px;
}

.meta ul.social {
	line-height: 1.6;
}

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

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

#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;
}

.blog .article h2 {
	width: 480px;
}

#articlelist h2 a {
	text-decoration: underline;
	padding-right: 150px;
}

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

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

#solutions .post .date {
	display: none;
}

.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;
}

.solutions-nav  {
	margin-bottom: 1em;
}


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;
	padding-bottom: 2px;
}

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%;
}

.note-box form#buyupdate input {
	
}

.note-box form#buyupdate input.qty {
	font-size: 90%;
	width: 30px;
	border: 0;
	padding: 2px;
	text-align: center;
	background-color: rgba(0,0,0,0.1);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.note-box form#buyupdate div {
	border: 0;
	width: 50%;
	float: left;
	padding: 19px 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.note-box form#newsletterform label {
	width: auto;
}

.note-box form#newsletterform input {
	width: 200px;
}

.note-box form#newsletterform div.box {
	display: inline;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: left;
	padding: 0 10px 0 0;
}

.note-box form#newsletterform div.submit {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
}

.note-box form#newsletterform div.submit input {
	width: 100%;
}


.note-box form#demo-signup label {
	width: auto;
}

.note-box form#demo-signup input,
.note-box form#demo-signup textarea {
	width: 260px;
}

.note-box form#demo-signup input.check {
	width: auto;
}

.note-box form#demo-signup div.box {
	display: inline;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: left;
	padding: 0 10px 0 0;
}

.note-box form#demo-signup div.submit {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
}

.note-box form#demo-signup div.submit input {
	width: 100%;
}

.note-box form#demo-signup .check label {
	width: 120px;
	text-align: left;
	float: none;
}

#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.dev-list,
ul.addon-list {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

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

ul.dev-list .wrap,
#add-ons .wrap {
	width: 822px;
	overflow: hidden;
}

ul.dev-list .wrap .inner,
#add-ons .wrap .inner {
	width: 2000px;
}

ul.dev-list .wrap span,
#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.dev-list li h2,
ul.addon-list li h2,
#add-ons .detail h2 {
	padding-right: 20px;
	display: inline-block;
	float: left;
	text-transform: none;
}

ul.dev-list li h2 a:link,
ul.dev-list li h2 a:visited,
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 .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 .description img {
	width: 470px;
	-webkit-box-shadow: 2px 3px 6px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 3px 6px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 3px 6px 3px rgba(0, 0, 0, 0.2);
	margin: 0 0 20px 0;
}

#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, .tutorial-download {
	margin: 10px 0;
	padding: 10px 0;
}

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

#add-ons .detail .download a:link, 
#add-ons .detail .download a:visited,
.tutorial-download  a:link, 
.tutorial-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,
.tutorial-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,
.tutorial-download a:hover span,
.tutorial-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;
}

ul.perchversions {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.perchversions strong {
	float:left;
	width: 8em;
}

.usefullinks .wrap {
	width: 280px;
	overflow: hidden;
}

.usefullinks .wrap .inner {
	width: 1000px;
}

.usefullinks .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;
}

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

.usefullinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.usefullinks 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;
}

.col-a .smallprint {
	border-top: none;
	padding-top: 0;
}


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;
}

#article ol.numbered {
	padding: 1em 0 2em 2em;
	list-style: decimal;
}

#article ol.numbered li {
	padding: 0 0 0.5em 0;
}
/* solution for... */
.widecontent {
	clear: both;
}

.solutionsfor {
	clear:both;
}

.solutionsfor h2 {
	padding-top: 1em;
}

.solutionsfor ul {
	color:#999999;
	font-size:128.6%;
	line-height:1.5;
	list-style:disc outside none;
	padding:0.5em 0 1em 40px;
}

.block {
	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;
	float:left;
	width: 100%;
	clear:both;
}

.widecontent .block:last-child {
	border-bottom: 0;
}

.block .img{
	float:right;
	width: 240px;
}

.block .desc {
	float:left;
	width: 560px;
}

#searchbar {
	background-color: rgb(227, 236, 242);
	min-height: 25px;
}

#searchbar {
	padding: 10px 20px;
	margin: 0;
	clear: both;
	border-top: 1px solid rgb(217, 226, 232);
	border-bottom: 1px solid rgb(217, 226, 232);
}

form#searchbar div {
	padding: 0;
	margin: 0;
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
}

form#searchbar div label {
	margin: 0;
	width: auto;
	display: inline;
	float: none;
}

form#searchbar div input[type=search] {
	width: 25%;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	border: 1px solid #aaa;
	font-size: 100%;
	padding: 0.2em;
}

form#searchbar div input.button {
	padding: 0.2em;
	font-size: 90%;
}

/* 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: 20px 0 30px 280px;
	float:left;
	width: 662px;
}

#footer .col {
	float: left;
	width: 165px;
	padding-left: 15px;
	font-size:85.7%;
	color: #333;
	border-right: 1px solid #e5e5e5;
}

#footer .col:first-child {
	padding-left: 0;
	width: 180px;
}

#footer .col h5 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0.3em 0;
}

#footer .col ul {
	padding: 0 0 1em 10px;
}

#footer .col  a:link, #footer .col a:visited {
	color: #333;
}

#footer .twitter {
	float:right;
	width: 230px;
	padding: 0 30px 20px 20px;
	position:relative;
}

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

#footer .twitter h4 {
	font-size: 100%;
	color: #d8007e;
	font-weight: bold;
	margin: 0 0 1em 0;
}

#footer .twitter blockquote {
	padding: 6px 0 1em 10px;
	font-weight: bold;
	background-image: url(/img/footer-quotes.png);
	background-repeat: no-repeat;
}

#footer .twitter p.tweetus {
	font-size: 85.7%;
	line-height: 1.2;
}

#footer .twitter blockquote p {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
}

#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%;
}

.edgeofmyseat {
	float:right;
	width: 440px;
	text-align: right;
	padding: 15px 0 0 0;
	color: #666;
}

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

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

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

.html5video {
	background-image: url(/img/video-loading.png);
	background-repeat: no-repeat;
	background-position: 50% 30px;
}

.clear {
	clear:both;
}
