/*
#D8007E
#D8007E
*/

body {
    color: #000;
    background-color: #D3E7ED;
	background-image: url(/img/skybg.gif);
	background-repeat: repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.73em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

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

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

#grass {
	width: 100%;
	height: 78px;
	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: 487px;
	position: absolute;
	bottom: 0;
	left: 10%;
	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: 69px;
	top: 100px;
}


#tree2 {
	width: 201px;
	height: 373px;
	position: absolute;
	bottom: 0;
	left: 28%;
	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: 90px;
	top: 80px;
}

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

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

#cloud {
	width: 526px;
	height: 145px;
	bottom: 90px;
	left: 8%;
	position: absolute;
	z-index: 1;
	background-image: url(/img/cloud.png);
	background-repeat: no-repeat;
}

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

#wrapper {
	width: 760px;
	margin: 80px auto 75px auto;
}

#content-area {
	padding: 16px 20px 20px 20px;
	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);
}

#hd {
	position: relative;
	height: 100px;
	margin: 0 10px 26px 10px;
}

#hd img {
	position: absolute;
	bottom: 5px;
	left: -12px;
	margin-right: 20px;
}

#hd img.strap {
	left: 262px;
	bottom: 2px;
}

#hd #announce {
	position: absolute;
	right: 35px;
	top: 0;
}

#hd #announce .bubble-cont {
	padding-bottom: 16px;
	background-image: url(/img/point.gif);
	background-repeat: no-repeat;
	background-position: 80px bottom;
	width: 110px;
	position: relative;
	z-index: 11;
}

#hd #announce .bubble {
	color: #333;
	background: rgb(229, 229, 229);
	background: rgba(223, 223, 223, 0.8);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 15px;
	font-size: 120%;
	text-align: center;
}

#hd #announce .bubble a:link,
#hd #announce .bubble a:visited {
	display: block;
	color: #000;
	font-size: 110%;
	text-decoration: underline;
}

#hd #announce .bubble a:hover,
#hd #announce .bubble a:active {
	color: #D8007E;
}

#hd #announceburd {
	position: absolute;
	bottom: -29px;
	left: 653px;
}

#bd {
	font-size: 120%;
}

#bd h1 {
	font-size: 180%;
	margin-bottom: 0.5em;
	color: #D8007E;
	font-weight: bold;
}

#bd h2 {
	font-size: 130%;
	margin-bottom: 0.5em;
}

#bd h3 {
	font-size: 120%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#bd p {
	line-height: 1.4;
	margin-bottom: 1em;
}

#bd ul {
	margin-bottom: 1em;
	margin-right: 4em;
	list-style-type: disc;
	list-style-position: inside;
}



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


/* signup form */

form span.label {
	width: 10em;
	float: left;
	font-weight: bold;
} 

form input,
form select {
	margin-bottom: 1em;
}

form span.button {	
	padding-left: 10em;
} 

.button,
.compact-button {
	display: inline-block;
	padding: .4em 1.5em;
	border: 1px solid #a8b0b7;
	background-image: url(/img/background_button.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	text-decoration: none;
	color: #333;
	font-size: 120%;
	cursor: pointer;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;		
}

.compact-button {
	padding: .2em 1.5em;
	font-size: 86%;
	margin-left: 0.5em;
}


/* buy */

table.basket {
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 1em 0;
}

table.basket th,
table.basket td {
	padding: 2px;
}

table.basket th {
	font-weight: bold;
	text-align: left;
}

table.basket td {
	text-align: right;
}

/* account */

ul li .download,
ul li .key {
	display: block;
	font-size: 90%;
	color: #000;
}

ul li .download {
	margin-bottom: 1em;
}

.license input.text {
	width: 20em;
}

.note-box {
	background-color: #e5e5e5;
	font-size: 90%;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #333;
}

.note-box h2 {
	color: #D8007E;
}

#bd .note-box ul {
	list-style: none;
}

.license form .error {
	text-align: right;
	display: block;
	width: 100%;
}

/* player*/
#welcome {
    float:left;
    width: 230px;
	background-color: #e5e5e5;
	font-size: 90%;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #333;
}

#welcome strong {
	color: #D8007E;
	font-weight: bold;
}

#welcome .action {
	font-size: 190%;
}

#player {
	display: block;
    float: right;
    width: 440px;
	height: 315px;
    border: 4px solid #e5e5e5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

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

#player embed {
	display: block;
}

#content {
    clear: both;
    padding: 0;
}

#bd ul#nav {
    clear:both;
    padding: 0.4em 20px 0.4em 20px;
    margin: 1em -20px 2em -20px;
	background-color: #ddd;
}

#nav li {
    display: inline;
}

#nav li.logout {
	float: right;
	z-index: 11;
	position: relative;
}

#nav li a:link, #nav li a:visited {
    padding: 0 1em 0 0;
    font-weight: bold;
    color: #666;
    text-decoration: none;
}

#nav li a:hover,#nav li.cur a:link, #nav li.cur a:visited, 
#nav li a:hover,#nav li a.selected:link, #nav li a.selected:visited {
    color: #D8007E;
}

.features-post-lists {
	clear: both;
	padding-top: 2em;
}

#bd ul#features {
    margin: 0 0 0 -20px;
    padding: 0;
    list-style: none;
    
}

#features li {
    float: left;
    width: 226px;
    margin: 0 0 20px 20px;
    position: relative;
	font-size: 90%;
	min-height: 150px;
}

#features li h3 {
	display: block;
	color: #000;
	background-color: #e5e5e5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 6px 10px;
	position: relative;
	margin-bottom: 10px;
	font-size: 120%;
	
}

#features li strong {
	font-weight: bold;
}

#features li img {
    float: left;
    margin: 0 10px 10px 0;
}

#features li p {
    margin-left: 65px;
}

form label {
	display: block;
	float: left;
	width: 8em;
}

form div {
	clear: left;
}

form fieldset {
	margin-bottom: 2em;
}

form legend {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 1.34em;
}

form .submit {
	margin: 1em 0;
	clear: both;
}

form .error {
	font-size: 80%;
	color: #900;
	white-space: nowrap;
}

.feature {
	clear: both;
	
}

.feature h2 {
	font-weight: bold;
}

.feature h2 {
	display: block;
	color: #000;
	background-color: #e5e5e5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 6px 10px;
	position: relative;
	margin-bottom: 10px;
	font-size: 120%;
	
}

.feature .img {
	display: none;
	width: 250px;
	float: left;
}

.feature .desc {
	/*margin-left: 270px;*/
	margin: 10px 10px 20px 10px;
}
ol.decimal,
ol.alpha {
	list-style-position: inside;
	margin-left: 2em;
	margin-bottom: 1em;
}

ol.alpha li {
	list-style: lower-alpha;
}

ol.alpha ol {
	margin-left: 2em;
}

ol.decimal li {
	list-style: decimal;
}

.smallprint {
	font-size: 80%;
	color: #666;
}


.col-a {
	width: 49%;
	float: left;
}

.col-b {
	width: 49%;
	float: right;
}


.clear {
    clear: both;
}

.blog {
	width: 452px;
	float:left;
}

.blog ul#articlelist {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.code {
	color: #D8007E;
	font-size: 120%;
	margin: 0 0 1em 1em;
	width: 100%;
	overflow: auto;
}

div.code pre {
	line-height: 110%;
}

.blog ul#articlelist li {
	padding: 0 0 2em 0;
}

.blog ul#articlelist li div.entry-content img{
	border: 5px solid #ddd;
}

.blog ul#articlelist li .date {
	color:#666;
	font-size: 85%;
}

.blog ul#articlelist li .entryfinish {
	color:#666;
	font-size: 85%;
}

.blog ul#articlelist li .entryfinish ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog ul#articlelist li .entryfinish li {
	display: inline;
}

.meta {
	width: 226px;
	float: right;
}

#bd .meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

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

#bd ul.comments h3, #bd ul.comments .timestamp {
	font-size: 95%;
	margin-left: 80px;
}

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

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

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

#bd ul#twitter_favs {
	width: 80%;
	padding: 0 0 0 20px;
	margin: 0;
	color: #d9007e;
	list-style-position: outside;
}

#bd ul#twitter_favs li {
	padding: 0 0 1em 0;

}

#bd ul#twitter_favs li a:link, #bd ul#twitter_favs li a:visited {
	color: #333;
}

#bd ul.tweets {
	list-style: none;
	margin: 0;
	padding: 0;
}

#bd ul.tweets li {
	list-style: none;
	margin: 1em 0;
	padding: 10px;
	clear: left;
	background-color: #ddd;
	min-height: 48px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
}

#bd ul.tweets li img {
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 10px;
}

#bd ul.tweets li p {
	margin: 0;
	padding: 0;
}

#bd ul.tweets li h3 {
	font-size: 100%;
	margin: 0;
}