/*
Theme Name: Pro Theme Design, via Gravy
Theme URI: http://www.prothemedesign.com
Description: Our New Shiny Store Theme
Version: 3.0
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


TABLE OF CONTENTS

  Inherited Styles
  HTML Tags
  Structure
  Headers
  Content Styles
  Form Elements
  Footer
*/

/* ---------- @ HTML Tags -----------*/

* {
	margin:0;
	padding:0;
	outline:none;
}

body,
html {
	min-height:101%;
}

body {
	background: url(images/bg.png);
	color: #455;
}

body, select, input, textarea {
	font: 100% 'Myriad Pro',Tahoma,Arial;
}

body.page-id-375 #product-quotes {
	margin-left:30px;
}

p {
	margin: 15px 0;
	line-height:155%;
}

a, a:visited {
	color: #2c2d2d;
}

a:hover, a:active {
	color:#5c6164;
}

hr {
	display: block;
	height:1px;
	background:#CCC;
	border:0;
	color:#CCC;
}

table {
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
}

td, th {
	padding:5px 10px;
	border-top:1px solid #CCC;
}

#blurb-affiliates td {
	border: none;
	}

td.count {
	width:30px;
	font-weight:bold;
}

td.action {
	width:90px;
	text-align:center;
}

td.action a {
	padding:7px 0 4px 0;
	background:#682;
	color:#fff;
	border-radius:15px;
	text-decoration:none;
	font-size:0.8em;
	text-transform:uppercase;
	letter-spacing:1px;
	display:block;
}

td.action a:hover {
	text-decoration:underline;
}

th {
	background:#B6BFC5;
	color:#fff;
}

tr {
	background:#f3f3f3;
}
tr.odd {
	background:#f9f9f9;
}

table caption {
	background:#FFF;
	padding:2px 0;
}

blockquote {
	background: url(images/quote.png) no-repeat;
	padding-top: 10px;
	color: #2c2d2d;
	font: italic 1em Palatino,Georgia,'Times New Roman';
	margin: 10px 30px;
}

a img {
	border: none
}


/* ---------- @ Structure -----------*/

#top {
	background: url(images/bg_top.png) fixed;
}

#main {
	overflow:hidden;
	margin-top: 25px;
	padding-top: 3px;
}

.home #main {
	margin-top: 30px;
	}

.wrapper {
	font-size:14px;
	width:960px;
	margin:0 auto;
	}

#top .wrapper {
	padding-bottom: 30px;
	}

#masthead {
	background: url(images/bg_topwrapper.png) repeat-x;
	padding-top: 75px;
	position:relative;
	}

#paper {
	background: #dde4e7 url(images/bg_paper.png) top center no-repeat
	}

#branding {
	text-align: center;
	width: 255px;
	margin: -94px 0 0 353px;
	}

.home #content {
	width:595px;
	float:left;
	padding-top: 6px;
	}

.home #sidebar {
	width: 288px;
	float:right;
	background: url(images/dash_vertical.png) repeat-y;
	padding: 0 0 30px 28px;
	height: 389px;
	border: none
	}

#content {
	float: left;
	width: 689px;
	}

#sidebar {
	float: right;
	width:187px;
	background: url(images/highlight.png);
	padding: 18px 22px 10px;
	border-bottom: 1px solid #D7DADE;
	border-right: 1px solid #D7DADE;
	}

.left {
	float: left;
	}

.right {
	float: right
	}





/* ---------- @ Headers -----------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:normal;
}

h1.lead-in {
	font:italic 2.2em Palatino,Georgia,'Times New Roman';
	text-align: center;
	clear: both;
	color: #2c2d2d;
	width: 600px;
	margin: 0 auto;
	margin-top: 23px;
	line-height: 145%
}

h1.posttitle,
h1.pagetitle {
	font: 2.9em Palatino,Georgia,'Times New Roman';
	color: #2C2D2D;
	margin-top: 6px;
}

.page-template-support-single-php h1 {
	background: url(images/icon_docs.png) no-repeat;
	height: 66px;
	padding: 24px 0 0 99px;
	margin: 0;
}

h2 {
	font: 1.6em Palatino,Georgia,'Times New Roman';
	color: #2c2d2d;
}

#featured .details h2 {
	font-size:2em;
	}

#teasers h2 {
	font-size:1.8em;
	margin-bottom: -8px;
}

.entry h2 {
	font-size:1.9em;
	margin: 23px 0 -12px;
}

h2.posttitle {
	margin:12px 0 0;
	font: 2.2em Palatino,Georgia,'Times New Roman';
	color: #2C2D2D;
}

.listing h2.posttitle {
	margin: -3px 0 -10px;
}

h2.title-excerpt {
	font-size:1.8em;
	margin:3px 0 -12px;
}

.product-list h2,
.page div#featured h2 {
	border-top: 3px solid #bac4c9;
	padding: 10px 0 6px;
	border-bottom: 1px solid #bac4c9;
	margin-top: 0;
}

h3 {
	text-transform: uppercase;
	color: #2c2d2d;
	font-weight: bold;
}

.overlay h3 {
	margin-bottom: -15px;
	padding-left: 23px;
}

h3#single-license {
	background: url(images/icon_single.png) no-repeat;
}

h3#multi-license {
	background: url(images/icon_multi.png) no-repeat 0 -2px;
}

#blurb-affiliates h3 {
	margin-bottom: -7px;
}

.entry h3 {
	font:1.6em Palatino,Georgia,'Times New Roman';
	text-transform: none
}

#respond h3,
h3#comments,
h3#trackbacks {
	margin:45px 0 20px;
	font-weight:bold;
}

#featured h3 {
	margin: 3px 0 12px 0;
}

h3.hdr-green,
h3.hdr-blue {
	padding: 8px 12px;
	color: #FFF;
	font:1.4em Palatino,Georgia,'Times New Roman';
	text-transform: none
}

h3.hdr-green {
	background: url(images/hdr_green.png);
}

h3.hdr-blue {
	background: url(images/hdr_blue.png);
}

#intro h3 {
	width: 140px;
	padding-top: 30px;
	float: left;
	text-align: right
}

h3#comments {
	margin:32px 0 12px;
}


h3.label-blue span,
h3.label-green span,
h3.label-dark span {
	color: #FFF;
	padding: 4px 8px 2px 8px;
}

h3.label-blue,
h3.label-green,
h3.label-dark {
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	font-size:11px;
	margin-top: 3px;
}

#feature-list h3.label-blue {
	margin-top: 30px;
}

h3.widgettitle {
	margin-bottom: 3px;
}

h4 {
	font-size:1.4em;
}

.three-concepts h4,
#support-modules h4,
#product-features h4 {
	color: #2c2d2d;
	font:bold 1.4em Palatino,Georgia,'Times New Roman';
	margin-bottom: -10px;
}

#support-modules h4 {
	padding-top: 10px;
}

h5 {
	font-weight: bold;
	font-size: 1.2em
}

h6 {
	font-weight: bold;
	font-size: 1em;
}

#product-features {
	width: 400px;
	float: right;
	margin: 40px 0 0 0;
}



/* ---------- @ Content Styles -----------*/

/*Misc*/

#lead-excerpt {
	font:italic 1.6em Palatino,Georgia;
	line-height: 1.5em;
	margin: 20px 0 0 0;
}

#logo,
#logo a,
#logo a:visited {
	text-indent: -999em;
	background: url(images/logo.png);
	width: 245px;
	height: 89px;
	display: block;
}

#logo a:hover {
	background: url(images/logo.png) 0 -89px;
}

#description {
	color:#7f8185;
	margin-top:8px;
	text-shadow: 0 1px 0 #f9fafa;
	text-transform: uppercase;
	font-size:.85em;
	letter-spacing: 0.1em;
}

div#featured {
	background: url(images/highlight.png);
	border-right:1px solid #c6cad0;
	border-bottom:1px solid #c6cad0;
	margin-top: 25px;
	padding: 20px 20px 20px 0;
	height: 250px;
}

#featured.plugin {
	height:312px;
	padding:0;
}

#featured.plugin .media {
	float:left;
	margin-right:20px;
}
#featured.plugin .details {
	float:left;
	width:397px;
	padding:20px;
}

#featured.plugin .license-buttons {
	float:left;
	margin-right:20px;
}

#featured.plugin p {
	font-size:1.2em;
	margin:10px 0;
}

.home div#featured p {
	font-size: 1.1em;
	width: 322px;
}

#top .inner {
	background: url(images/bg_teaser_line.png) bottom repeat-x;
}

.lowlight {
	background: url(images/lowlight.png)
}

div#featured {
	position:relative;
}

div#featured .lowlight {
	width: 474px;
	float: left;
	height: 252px;
	padding-left: 31px;
	margin-left: -10px;
	z-index: 1;
	position: absolute
}

div#featured .lowlight img {
	margin-top: -14px;
}

div#featured .details {
	float: right;
	width: 397px;
}

div#featured .details .child-theme {
	position:absolute;
	top:-20px;
	right:-20px;
	width:80px;
	background:url(images/bg_dark.png) top left no-repeat;
	font-size:11px;
	text-align:center;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	border-radius:40px;
}

div#featured .details .child-theme a {
	display:block;
	padding:18px 0 14px 0;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:1.5em;
}

.label-blue {
	margin-bottom:20px;
}

.label-blue span {
	background: url(images/bg_label_blue.png) no-repeat;
}

.label-green span {
	background: url(images/bg_label_green.png) no-repeat;
}

.label-dark span {
	background: url(images/bg_label_dark.png) no-repeat;
}

a.read-more, a.read-more:visited {
	background: url(images/arrow.png) no-repeat;
	height: 36px;
	display: block;
	padding: 0;
	text-transform: uppercase;
}

a.read-more:hover {
	background: url(images/arrow.png) 0 -36px no-repeat;
}

a.read-more:active {
	background: url(images/arrow.png) 0 -72px no-repeat;
}

#featured .read-more {
	width: 100px;
	float: left;
}

.testimonial {
	font-size:1.4em;
	font-style: normal;
	margin: 0;
}

#intro {
	overflow: hidden;
	margin-bottom: 36px;
}

#intro p {
	width: 188px;
	float: left;
	margin:0 0 0 38px;
}

#blurb-support {
	background: url(images/icon_support.png) no-repeat 0 4px;
	padding-left: 90px;
	margin-top: 30px;
	}

#blurb-support strong {
	color: #2c2d2d;
	}

#blurb-affiliates {
	background: url(images/dash_horizontal.png) repeat-x;
	width: 288px;
	padding:28px 0 0 50px;
	margin: 28px 0 0 -50px;
	}

.home .label-green {
	margin: 13px 0 -50px 24px;
	z-index: 1;
	position: relative
	}

cite {
	text-transform: uppercase;
	color: #2c2d2d;
	font-style: normal;
	overflow: hidden
	}

cite a, cite a:visited {
	color: #6b6c6d;
	font: italic 1em Palatino,Georgia,'Times New Roman';
	text-transform: none;
	font-style: italic;
	text-decoration: none
	}

img.greyborder {
	padding: 3px;
	background: #cdd4d8;
	}

cite .greyborder {
	vertical-align: middle;
	margin-right: 14px;
	}

cite span {
	background: url(images/lowlight.png);
	padding: 3px 10px;
	}


a.arrow-small, a.arrow-small:visited {
	font-size: 1.1em;
	padding: 8px 0 0 34px;
	height: 22px;
	background: url(images/arrow_small.png) no-repeat;
	display: inline-block
	}

a.arrow-small:hover {
	background: url(images/arrow_small.png) 0 -30px no-repeat;
	}

a.arrow-small:active {
	background: url(images/arrow_small.png) 0 -60px no-repeat;
	height: 21px;
	padding: 9px 0 0 39px;
	}

#blog-archive {
	list-style: none
	}




/*Products*/

.product-list {
	overflow: hidden
	}

.product-list br {
	display: none
	}

.product-list li {
	float: left;
	width: 294px;
	list-style: none;
	margin: 0 13px;
	height: 400px;
	}

a.product-link img {
	border: none
	}

a.product-link, a.product-link:visited {
	text-decoration: none;
	display: block;
	padding: 0 10px;
	}

a.product-link:hover {
	background:url(images/highlight.png);
	}

a.blurb-product, a.blurb-product:visited {
	text-decoration: none;
	display: block
	}

.pricing {
	background: url(images/dash_horizontal.png) repeat-x bottom;
	padding: 8px 0;
	font: italic 1em Palatino,Georgia,'Times New Roman';
	color: #7d8896;
	}

.pricing strong {
	color: #2C2D2D;
	font-weight: bold;
	font-style: normal;
	}

.pricing span {
	padding-right: 20px;
}

.product-list a.read-more, .product-list a.read-more:visited {
	text-indent: -99em;
	float: right;
	margin: 22px 0 10px 18px;
}

p.aside {
	margin-top: 5px;
	text-align: center
	}



/*Product Details*/


.three-concepts {
	overflow: hidden;
	margin-top: 30px;
}

.three-concepts li {
	background:url("images/arrow_shadow.png") no-repeat scroll 296px center transparent;
	float:left;
	list-style:none outside none;
	padding-right:60px;
	width:280px;
}

.three-concepts li + li + li {
	margin-right:0;
	padding:0;
	background: none;
}

#video-tour {
	width:340px;
	padding: 18px 25px 20px;
	margin-top: 28px;
	float: left
}

#video-tour a,
#video-tour a:visited {
	text-decoration: none;
}

#video-tour a:hover,
#video-tour a:active {
	text-decoration: underline;
}

#video-tour li {
	list-style: none;
	width: 145px;
	float: left;
	text-align: center;
	margin:13px 37px 5px 0;
	color: #4b4c4d;
}

#video-tour li:nth-child(even) {
	margin:13px 0 5px 0;
}

#product-quotes {
	width:420px;
	margin-top: 30px;
	float: left
}

.quote-author {
	background: url(images/quote_point.png) no-repeat 87px 0;
}

.quote-author cite {
	padding: 10px 0 30px;
	display: block;
	margin-left: 20px;
}

#product-quotes cite span {
	background: none
}

#product-quotes blockquote {
	background: url(images/highlight.png);
	padding: 1px 20px;
	margin: 0;
	font-size:1.2em;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#product-quotes blockquote p {
	line-height: 150%;
}

#product-quotes blockquote img {
	margin-right: 6px;
}

.vid-list strong {
	font-size:1.2em;
	font-weight: bold;
	margin-top: 9px;
	display: block
}

.vid-list em {
	font:italic 1em Palatino,Georgia,'Times New Roman';
}

.vid-list a,
.vid-list a:visited {
	display: block;
	background: url(images/highlight.png);
	padding: 8px;
	opacity:.9
	}

.vid-list a:hover,
.vid-list a:active {
	background: #f3f7f8;
	opacity:1
}

.vid-list img {
	text-decoration: none;
	display: block;
	border-top:1px solid #c1cad1;
	border-left:1px solid #c1cad1;
}

.vid-list img:hover {
	background: #FFF;
}

#video-tour img:hover,
.sliderGallery img:hover {
	background: #a0a9b0;
}

#video-tour img:active,
.sliderGallery img:active {
	background: #7b858d;
}

.vid-box {
	overflow: hidden;
	padding: 0 0 24px 0;
}

.vid-list {
	position:relative;
	text-align: center;
	clear: left;
}

.vid-list li {
	display:block;
	float:left;
	list-style:none;
	margin:0 23px 15px 23px;
	padding:0;
	position:relative;
	color: #4b4c4d;
	width:163px;
}

.view-demo,
.view-demo:visited {
	font-weight: bold;
	background: url(images/view-demo.png) no-repeat top right;
	padding-right: 13px;
}

#feature-list {
	width: 502px;
	float: left;
	margin-top: 0;
	margin-right:38px;
	padding-top: 15px;
}

#feature-list li {
	background: url(images/check.png) no-repeat;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0 0 10px 26px;
	line-height: 160%;
}

#feature-list .col {
	width: 235px;
}

.overlay {
	width: 800px;
	height: 500px;
	padding: 0;
}

#modalPrice.overlay {
	display:none;
    z-index:999999;
	background: #E8EBED url(images/bg_top.png);
    width:300px;
    height: auto;
    padding: 24px;
    border: 12px solid #444;
	-moz-box-shadow:2px 2px 2px 0 #222;
	-webkit-box-shadow:2px 2px 2px 0 #222;
}

.license-buttons {
	overflow: hidden;
	list-style: none;
	margin-top: 15px;
}

.license-buttons a.action-button {
	display: inline-block;
	}

.license-buttons li {
	float: left;
}

.button-basic {
	margin-right:10px;
}

#feature-list .license-buttons li {
	background:none;
}

a.action-button {
	padding:0 12px;
	font-size:1.2em;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top:3px;
	line-height:33px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
	background:url(images/bg_license_buttons.png) top repeat-x;
	border:1px solid #682;
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
	border-radius:18px;
}

a.action-button:hover {
	background-position:0 -36px;
}

a.button-multi {
	background-position:0 -72px;
	border-color:#268;
}

a.button-multi:hover {
	background-position:0 -108px;
}

.more-buy {
	background: url(images/dash_horizontal.png) repeat-x bottom;
	text-align: center;
	overflow: hidden;
	clear: both;
	padding: 20px 0 30px 0;
	margin-bottom: 30px;
}


.more-buy ul {
	position: relative;
	margin:0 auto;
	width:400px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 5px solid #d3dbde;
	background-color: #FFF;
	padding: 15px;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
	font-size:.8em !important;
	font-weight: normal !important;
	width: 200px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.3);
	box-shadow:0 1px 2px rgba(0,0,0,0.3);
}

#tooltip p {
	margin: 0;
	line-height: 140%;
}

#feature-lead strong {
	color: #4B4C4D
}

#feature-lead p:first-letter {
	float: left;
	font: bold 3.6em Palatino,Georgia;
	padding:7px 7px 0 0;
	letter-spacing:0 !important;
	line-height:38px !important;
}


/* Affiliates */

p.marketing-tag {
	font:1.5em Palatino,Georgia,'Times New Roman';
	margin: 0 auto;
	width: 700px;
	margin-top: 12px;
}

.entry ul.adlist {
	margin: 0;
	padding: 0;
}

.affiliate-actions .adlist li {
	list-style: none;
	width: 135px;
	float: left;
	padding: 0;
	background: none;
	border: none
}

.entry .adlist img {
	padding: 0;
	border: none
}

.entry ol.affiliate-actions {
	margin-top: -5px;
}

.affiliate-actions ul {
	padding: 0 0 10px;
}

.affiliate-actions li li {
	background: url(images/highlight.png);
	padding: 1px 10px;
	border-bottom: 1px solid #D7DADE;
	border-right: 1px solid #D7DADE;
	list-style: none
}

.affiliate-actions li {
	font:2.8em Palatino,Georgia,'Times New Roman';
	padding-top: 3px;
}

.affiliate-actions p,
.affiliate-actions li li,
.affiliate-actions table {
	font:.35em "Myriad Pro",Arial;
	line-height: 185%;
}

.affiliate-actions ul.contract-ids {
	overflow: hidden;
	margin-left: 45px;
}

.contract-ids li {
	float: left;
	width: 247px;
	margin: 0 10px 10px 0
}





/* About */

#map {
	background: url(images/bg_map.png) no-repeat;
	height: 473px;
	padding-bottom: 30px;
	margin-top: -10px;
}

#bubble-hoyt {
	width: 263px;
	height: 311px;
	background: url(images/bubble_hoyt.png);
	padding-left: 47px;
	position: relative;
	left: 192px;
	top:87px;
	padding-top: 12px;
}

#bubble-hoyt img,
#bubble-gillbanks img {
	vertical-align: middle;
	margin-right: 3px;
}

.social a,
.social a {
	padding:0 14px 0 2px;
}

#bubble-gillbanks {
	width: 345px;
	height: 251px;
	background: url(images/bubble_gillbanks.png);
	padding-left: 47px;
	position: relative;
	left: 517px;
	top:-421px;
	padding-top: 12px;
}

#bubble-hoyt strong,
#bubble-gillbanks strong {
	display: block
}

#bubble-hoyt p,
#bubble-gillbanks p {
	margin:8px 30px 6px 13px;
}

.thumb-hoyt,
.thumb-gillbanks {
	padding: 6px;
	background: url(images/highlight.png);
	position: relative;
}

.thumb-hoyt:hover,
.thumb-gillbanks:hover {
	background: #FFF;
}

.thumb-hoyt {
	top:87px;
	left: 147px;
}

.thumb-gillbanks {
	left:435px;
	top:-343px;
}

#blurb-about {
	background: url(images/braces.png);
	width: 215px;
	height: 82px;
	position: relative;
	top:-385px;
	left:570px;
	padding: 11px 45px;
	font:italic 1.3em Palatino,Georgia,'Times New Roman';
	color: #2c2d2d;
	line-height: 160%;
}

/* Blog */

.listing {
	margin: 20px 0 35px 55px;
	overflow: hidden;
	background: url(images/dash_horizontal.png) bottom repeat-x;
	padding-bottom: 22px;
}

h2 a,
h2 a:visited {
	text-decoration: none;
}

h2 a:hover {
	border-bottom: 1px solid #afb2b8;
}

.listing .date {
	float: left;
	width: 80px;
	text-align: right
}

.listing .blog-excerpt {
	float: right;
	width: 517px;
}

.commentcount {
	padding:10px 26px 0 0;
	background:url(images/icon_comment.png) no-repeat 60px 10px;
}


/* Search and Archives*/

.search-highlight {
	background:#FFFF00
}

#pagination {
	margin-top:22px;
	overflow:hidden;
	padding:10px 0;
	text-align: center
}

#pagination a,
#pagination a:visited,
#pagination span.currentPage {
	padding:6px 9px;
}

#pagination a,
#pagination a:visited {
	text-decoration:none;
	background: url(images/highlight.png);
	border: 1px solid #bac4c9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 2px;
}

#pagination a:hover {
	text-decoration:underline;
}

#pagination a:active {
	border-color:#949494;
}

.archive #icon-rss {
	vertical-align: middle;
	margin-left:3px;
}

#searchform label {
	display: none;
}

.archive .hentry,
.search .hentry {
	background:url(images/dash_horizontal.png) repeat-x;
	padding: 26px 0 0 0;
	margin-top: 22px;
}




/*Support*/

.pulldown {
	overflow: hidden;
	width: 350px;
	position: absolute;
	background: #7A8389;
	padding: 10px 20px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 1;
	display: none;
	margin: 15px 0 0 82px;
	filter:alpha(opacity=92);
	-moz-opacity:0.92;
	-khtml-opacity: 0.92;
	opacity: 0.92;
}

.pulldown li {
	float: left;
	width: 130px;
	margin: 0 12px;
	border-bottom: 1px solid #a7b2b9;
	list-style: none;
	padding: 5px 0;
}

.pulldown a,
.pulldown a:visited {
	color: #FFF;
	text-decoration: none;
}

.pulldown a:hover,
.pulldown a:active {
	color: #e0e3e6;
}

#support-modules {
	background: url(images/bg_support.png) no-repeat;
	height: 440px;
}

#support-modules img {
	float: left;
	margin: 0 21px 30px 0;
}

#module-docs {
	width: 327px;
	height: 129px;
	position: relative;
	left:108px;
	top:20px;
}

#module-faq {
	width: 350px;
	height: 99px;
	position: relative;
	left:566px;
	top:-80px;
}

#module-helpdesk {
	width: 556px;
	height: 99px;
	position: relative;
	left:346px;
	top:-10px;
}

#module-account {
	width: 610px;
	height: 99px;
	position: relative;
	left:10px;
	top:-10px;
}


/*Sidebar and Widgets*/

.support-footer .widget {
	margin: 0;
}

.recent-tutorials {
	width: 230px;
	float: right;
}

.widget_rss {
	width: 700px;
	float: left
}

.widget_rss li {
	width: 320px;
	float: left;
	margin:0 30px 0 0;
	padding: 0;
}

.support-footer .rss-date {
	display: block
}

.rsswidget img {
	display: none
}

.support-footer .widget ul {
	margin-top: 9px;
}

.support-footer .widget li {
	border: none;
	padding: 6px 0;
	height: 45px;
}

h3.label-dark a,
h3.label-dark a:visited {
	color: #FFF;
}

.widget {
	margin-bottom:34px;
	overflow:hidden
}

.widget li {
	list-style:none;
	border-bottom:1px solid #D7DADE;
	padding:5px 0;
	line-height:1.4;
}

.widget li a,
.widget li a:visited {
	text-decoration:none
}

.widget li.current_page_item a,
.widget li.current_page_item a:visited,
.widget li.current-cat a,
.widget.current-cat a:visited {
	font-weight:bold
}

.widget li.current_page_item li a,
.widget li.current_page_item li a:visited,
.widget li.current-cat li a,
.widget li-current-cat li a:visited {
	font-weight:normal;
}

.widget li li {
	margin-left:34px;
	border:0;
	list-style:disc;
}

.widget #s,
.widget .textInput {
	width:174px;
	margin-bottom:5px;
	padding:3px;
}

#sidebar a#featured,
#sidebar a#featured:visited {
	background: url(images/hdr_blue.png);
	padding: 15px 20px 10px 20px;
	color: #f2f4f5;
	display: block; 
	text-decoration: none;
	margin-top: 5px;
}

#sidebar a#featured:hover {
	background: #7A8389;
}

#sidebar a#featured:active {
	background: #626a70;
}

#sidebar #featured img {
	margin-bottom: 12px;
	border: none;
}

#sidebar #featured strong {
	font:1.3em Palatino,Georgia,'Times New Roman';
	color: #FFF;
}


/* ---------- @ Form Elements -----------*/

#author,
#email,
#comment,
#url,
#searchfield,
#contact-name,
#contact-email,
#contact-message,
#contact-captcha {
	background: url(images/highlight.png) !important;
	padding:5px;
	border-width:1px;
	border-style:solid;
	border-color: #c4c8ce #d7dade #d7dade #c4c8ce;
}

#author:focus,
#comment:focus,
#email:focus,
#comment:focus,
#url:focus,
#contact-name:focus,
#contact-email:focus,
#contact-message:focus,
#contact-captcha:focus {
	background: #FFF !important;
}

#author,
#email,
#url {
	width:220px;
}

.button-wrap {
	border-top: 1px solid #000;
	background: url(images/hdr_blue.png)
	}

.button {
	padding: 8px 14px;
	background:#424242;
	color:#FFF !important;
	border:none;
	font-size:1.2em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	clear: both
}

.button:hover {
	background:#272727;
}

.button:active {
	background:#000;
}

#commentform textarea {
	width: 98%;
	height:250px;
}

#masthead #searchform {
	float:right;
	width:260px;
	text-align:right;
	padding-top:12px;
}

#searchfield {
	width:220px;
}

#searchsubmit {
	vertical-align:top
}


#switcher select {
	background: url(images/highlight.png);
	border: 1px solid #99acbd;
	margin-top: -8px;
	padding: 3px;
	width: 200px;
}

#contactdetails {
	background: url(images/highlight.png);
	padding: 16px;
}

#contactform {
	overflow: hidden;
	margin-top: 36px;
	width:740px;
	float:left;
}

#contact-general {
	width: 230px;
	float: left;
	margin:0 15px 0 0;
}

#contact-sidebar {
	float:left;
	width:178px;
	margin-top:36px;
	padding-left:38px;
	border-left:4px solid #ccc;
}

#contact-sidebar p {
	font-size:12px;
	line-height:1.4;
	margin:0 0 20px 0;
}

#contact-sidebar h2 {
	margin:0 0 5px 0;
}

#contact-sidebar ul {
	margin:0 0 20px 20px;
}

#contact-words {
	width: 450px;
	float: left;
	margin-left: 15px;
}

#contactform input,
#contactform textarea {
	display: block;
}

#contactform legend {
	display: none;
}

#contactform fieldset {
	border: none;
}

#contactform label,
#contactform img {
	display: block;
}

#contactform label {
	padding-bottom: 3px;
}

#contactform input,
#contactform textarea {
	margin-bottom: 20px;
}

#contactform img,
#contact-captcha {
	float: left;
}

#contact-captcha {
	width: 39px;
}

#contactform img {
	margin-right: 10px;
	height: 36px;
}

#contact-name,
#contact-email,
#contact-message,
#contact-captcha {
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#contact-name,
#contact-email {
	width: 200px;
}

#contact-message {
	width: 420px;
	height: 180px;
}

.page-template-contact-php .button#submit {
	margin-left: 261px;
}



/* ---------- @ Footer -----------*/


#footer {
	font-size:.8em;
	overflow:hidden;
	width:960px;
	margin:0 auto;
	color:#b6bfc5;
	padding:30px 0;
	}

#footer a, #footer a:hover {
	color: #e8ebed;
	text-decoration: none
	}

#footer a:hover, #footer a:active {
	color:#FFF;
	}

#footer a, #footer span {
	padding: 0 8px;
	}


#footer #icon-rss {
	vertical-align: middle;
	margin-right:5px;
	}

#footer .item {
	display:block;
	float:left;
	width:188px;
	list-style-type:none;
	}

#footer .item a {
	padding:0;
	}

#footer .item li {
	margin:0 0 4px 0;
	}

#footer .legal {
	clear:both;
	text-align:center;
	padding-top:10px;
}

div.overlay {
	padding:40px;
	width:720px;
	display:none;
	}

a.player {
	display:block;
	height:480px;
	}



.partner {
	width:286px;
	float:left;
	margin:30px 0 0 50px;
}

.partner.first {
	clear:both;
	margin-left:0;
}

.partner a {
	color:#60676B;
}

.standard-features {
	clear:both;
	overflow:hidden;
	background: url(images/dash_horizontal.png) repeat-x bottom;
	margin-bottom:30px;
}

.standard-features .label-blue {
	margin-bottom:0;
}

.standard-features .info {
	float:left;
	margin:15px 0 15px 30px;
	width:215px;
}

.standard-features .info.first {
	margin-left:0;
	clear:both;
}

.standard-features p {
	line-height:1.7;
}


.testimonials {
	overflow:hidden;
}

.testimonials .info {
	float:left;
	width:259px;
	padding:15px;
	background: url(images/highlight.png);
	border-right:1px solid #d7dade;
	border-bottom:1px solid #d7dade;
	margin-top:10px;
}

.testimonials .info ul {
	margin-left:20px;
}

.testimonials .info li {
	margin:5px 0;
}

.testimonials blockquote {
	font-size:1.1em;
	float:left;
	width:600px;
}



/*Top Page Navbar */

.menu {
	background: url(images/bg_nav.png) no-repeat;
	padding-top:10px;
	height: 29px;
	}

#nav {
	list-style: none;
	overflow: hidden;
	margin-left: 27px;
	font-size:.9em;
	}

#nav li {
	float: left;
	margin-right:5px;
	position:relative;
	list-style:none
	}

#nav li.page-item-268 {
	margin-left: 342px
	}

#nav a,
#nav a:visited {
	display: block;
	text-decoration: none;
	color:#60676b;
	padding:5px 10px 3px 10px;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

#nav a:hover {
	background: url(images/highlight.png);
	color:#60676b;
	}

#nav a:active {
	background: #7a8389;
	color: #e8ebed
	}

#nav li.current_page_item a, #nav li.current_page_item a:visited {
	background: #7a8389;
	color: #e8ebed
	}




/* ---------- @ Teasers -----------*/


#teasers {
	background: url(images/bg_teasers.png);
	color: #f2f6f9;
	clear:both;
	}

#teasers .inner {
	background: url(images/bg_teaser_line.png) repeat-x;
	padding: 30px 0 30px;
	overflow:hidden;
	}

#teasers a, #teasers a:visited {
	text-decoration: none
	}

#latest-excerpt {
	width: 500px;
	float: left
	}

#latest-headlines {
	float: right;
	width: 420px;
	margin-top: 29px;
	}

#latest-headlines ul {
	overflow: hidden;
	}

#latest-headlines li {
	padding: 8px 0;
	list-style: none
	}

#latest-headlines .date {
	width: 90px;
	float: left;
	text-align: right;
	padding-right: 20px;
	}

#latest-excerpt .date {
	margin-bottom: 7px;
	}





/* ---------- @ Post Styles -----------*/

.entry {
	padding-bottom:18px;
	overflow:hidden
	}

.postmetadata {
	margin:0;
	padding-top:8px;
	color:#939393;
	font-size:.85em;
	text-transform:uppercase;
	letter-spacing:.08em;
	}

.postmetadata em {
	font:italic 1em Georgia, "Times New Roman", Times, serif;
	text-transform:none;
	letter-spacing:.1em;
	}

.entry pre {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	overflow:auto;
	margin:15px 0;
	padding:5px 12px;
	display:block;
	background:#f5f5f5;
	}

.entry code {
	padding:0 18px;
	display:block;
	font-size:1.2em;
	}

.entry ul, .entry ol {
	margin:15px 0;
	padding:0 10px 10px;
	}

.entry li {
	margin: 0 0 9px 58px;
	line-height:150%; 
	}

.entry ul ul, .entry ol ul,
.entry ul ol, .entry ol ol {
	padding: 0;
	}

.entry strong {
	color: #2C2D2D;
	}

#tags span {
	padding:3px 6px;
	background: url(images/highlight.png)
	}

#tags a, #tags a:visited {
	text-decoration: none
	}

p#tags, p#wp-edit, p.nextpage {
	clear:both
	}

.date {
	font:italic 1em Palatino,Georgia,'Times New Roman'
	}



/*Images*/

.entry img {
	display:block;
	margin:15px 0;
	}

.wp-caption {
	background:url(images/highlight.png);
	text-align:center;
	padding:10px;
	font-weight: bold;
	font-size:1.1em;
	border-bottom: 1px solid #D7DADE;
	border-right: 1px solid #D7DADE;
	}

img.alignleft {
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
	}

.wp-caption.alignleft {
	float:left;
	margin:20px 22px 10px 0;
	}

.wp-caption.alignright {
	float:right;
	margin:20px 0 10px 22px;
	}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom:15px;
	margin-top:15px;
	float:none
   	}

p.wp-caption-text {
	margin:10px 0 0;
	text-align:center;
	padding:5px 0;
	}

.entry .wp-caption img {
	float:none;
	margin:0 auto;
	display: block
	}

.gallery {
	margin:15px 0;
	display:block;
	}

.gallery img {
	border:1px solid #999 !important;
	padding:2px;
	margin:0 auto
	}

.gallery-item {
	padding:12px 0;
	text-align:center
	}

.gallery-caption {
	padding:10px 0;
	}





/* ---------- @ Comments -----------*/


.reply a, .reply a:visited  {
	width:75px;
	background: url(images/hdr_blue.png);
	color:#FFF;
	display:block;
	margin-bottom:15px;
	padding:5px !important;
	text-align:center;
	text-decoration:none !important;
	font:italic 1em Georgia,Arial,Verdana;
	position:relative;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}

.reply a:hover, .reply a:active {
	background:#7a8d99;
	text-decoration:none;
	color:#FFF;
	}

.entry #twitter-follow img {
	display: inline;
	margin: -4px 0 0;
	vertical-align: middle
	}

#twitter-follow {
	margin-top: 30px;
	font-size:.85em;
	}

#twitter-follow a, #twitter-follow a:visited {
	background: url(images/hdr_blue.png);
	padding: 8px 10px 5px;
	color: #FFF;
	text-decoration: none;
	font-size:1.2em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-right:10px;
	display: inline-block;
	}

#twitter-follow a:hover, #twitter-follow a:active {
	background:#7a8d99;
	text-decoration:none;
	color:#FFF;
	}

.commentlist li {
	margin: 0 0 15px 0;
	padding: 15px;
	background:url(images/highlight.png);
	list-style:none
	}

.commentlist li li {
	border:none;
	border-left: 1px solid #CCC;
	margin:0;
	padding:15px 25px 1px 25px;
	background:none
	}

.commentlist li.bypostauthor {
	background:#FFF;
	border:none	}

.commentlist code {
	background:#f2f2f2;
	padding:3px;
	}

.avatar {
	margin: 3px 10px 0 0;
	float:left;
	padding:2px;
	border:1px solid #b9b9b9;
	}

#trackbacklist li {
	margin: 10px 0 10px 35px;
	}

#trackbacklist cite {
	font-style:normal
	}

cite.fn {
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.05em;
	display:block;
	padding:9px 0 4px;
	}

.says {
	display:none;
	}

.comment-author {
	overflow:hidden;
	}

.commentmetadata {
	float:left
	}

.comment-date a, .comment-date a:visited {
	color:#9f9f9f;
	font-size:0.9em;
	text-decoration:none
	}

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



#slide-wrapper {
	height: 120px;
	padding:5px 15px;
}

.home #slide-wrapper {
	margin-top: 40px;
	background: url(images/lowlight.png);
	padding: 15px 14px 25px 18px;
	}

.sliderGallery {
	overflow: hidden;
	position: relative;
	padding: 5px 10px 10px 5px;
	height: 140px;
}

.sliderGallery img {
	padding: 5px;
	background: url(images/lowlight.png)
}

.scrollable {
	display:block;
	overflow:hidden;
	position:relative;
	height:119px;
}

.scrollable .items {
	width:9999px;
	position:absolute;
}

.scrollable div {
	width:183px;
	float:left;
}

.plugin_gallery {
	background:url(images/lowlight.png);
	padding:20px;
	width:340px;
	position:relative;
}

.plugin_gallery .next {
	text-indent:-9999em;
	position:absolute;
	top:115px;
	right:0;
}

.scrollable_gallery {
	width:310px;
	height:235px;
	position:relative;
	overflow:hidden;
}

.scrollable_gallery .items {
	width:20000em;
	position:absolute;
}

.scrollable_gallery .items div {
	float:left;
	width:310px;
	height:235px;
	text-align:center;
	font-weight:bold;
}

.scrollable_gallery .items img {
	margin-bottom:10px;
}

.sliderGallery a.arrow-small, .sliderGallery a.arrow-small:visited {
	text-indent: -99em;
	position: relative;
	top:-75px;
	left:892px;
}


.home .sliderGallery a.arrow-small, .home .sliderGallery a.arrow-small:visited {
	top: -75px;
	left: 528px;
}

#elemental-included,
#elemental-required {
	clear:both;
	padding:20px 24px 1px 384px;
	color:#455;
	background:url(images/highlight.png);
	border-bottom:1px solid #d7dade;
	border-right:1px solid #d7dade;
	position:relative;
}

#elemental-included .lowlight,
#elemental-required .lowlight {
	position:absolute;
	top:20px;
	left:-10px;
	padding:0 20px 0 30px;
	height:178px;
}

#elemental-included .lowlight img,
#elemental-required .lowlight img {
	margin-top:-10px;
}

p.info {
	padding:5px 12px;
	background:#ffc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	color:#996;
}

p.info a {
	color:#663;
}

p.info a:hover {
	text-decoration:none;
}

.sitemap_page {
	padding:1px 0 0 20px;
	background:url(images/highlight.png);
	margin:20px 50px 0 0;
	border-bottom:1px solid #D7DADE;
	border-right:1px solid #D7DADE;
}

.sitemap {
	margin-top:20px;
}

.sitemap .pages {
	float:left;
	width:360px;
}

.sitemap .posts {
	float:left;
	width:600px;
}

.sitemap a, .sitemap a:visited {
	color:#455;
}

.sitemap ul {
	margin:0 20px 20px 20px;
}

.sitemap li {
	margin-bottom:5px;
}

.sitemap h3 {
	margin:20px 0 10px 0;
}

.pane {
	width:400px;
	float:left;
	padding:10px 0 20px 10px;
	margin:15px 30px;
	background:url(images/highlight.png);
	border-bottom:1px solid #D7DADE;
	border-right:1px solid #D7DADE;
}

.pane p {
	margin:10px 20px 0 10px;
	overflow:hidden;
	clear:both;
}

.pane .button {
	clar:both;
}

.pane label {
	width:130px;
	float:left;
}

.pane .license-buttons {
	margin-left:10px;
}

#guarantee {
	font-size:1.2em;
	text-align:center;
	padding:10px 10px 25px 10px;
	border-bottom:1px solid #bfc0c2;
	margin:20px 0;
}

#guarantee p,
#guarantee h2 {
	margin:5px 0;
}


#licenses {
	width:680px;
	margin:0 130px;
}

#licenses h2 {
	font-size:2.4em;
	text-align:center;
	display:block;
	margin-bottom:15px;
}

#licenses h3 {
	padding:10px 10px 5px 10px;
	font-size:1.6em;
	text-align:center;
}

#licenses .item {
	background:#fff;
	float:left;
	width:298px;
	margin:0 20px;
	height:340px;
	position:relative;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	border:1px solid #BAC4C9;
	padding-top:5px;
}

#licenses li {
	border-bottom:1px solid #eee;
	padding:10px;
	list-style-type:none;
}

#licenses li.foot {
	position:absolute;
	bottom:0;
	border:none;
}

#licenses a.action-button {
	width:254px;
}

#footnotes {
	clear:both;
	padding:15px 30px 30px 30px;
	font-size:0.85em;
	color:#60676B;
}
