/*
Theme Name: AppPod

Theme URI: 

Description: 

Version: 1.0

Author: WebCastle Technologies

Author URI: http://webcastletech.com/

*/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;padding:0;border:0; font-family: Arial,Verdana,sans-serif;
}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
h1, h2, h3, h4, h5, h6 {color:#000;}
h1 {font-size:26px;line-height:1;margin-bottom:0.5em;}
h2 {font-size:26px;margin-bottom:0.75em;}
h3 {font-size:14px;line-height:1;margin-bottom:1em;}
h4 {font-size:14px;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;margin-bottom:1.5em;}
h6 {font-size:1em;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#2086c8;text-decoration:none; outline:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em Arial, Helvetica, sans-serif;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
input, textarea{font-size:11px; color:#666; font-family:Arial, Helvetica, sans-serif;}

/* @Global Class */
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.float-left{float:left;}
.float-right{float:right;}
.clear{clear:both;}
a.readmore {
	color:#2086c8;
	font-weight:bold;
	padding-left:13px;
}
a.readmore:hover {
	color:#666;
}
.spacer {
	padding:5px;
	clear:both;
}
/* @Global Class End */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	line-height:20px;
	background:#000;
	background:#000 url(../new-images/bg-body-edit.jpg) repeat-x left bottom;
}
body.edit {
	background:#000 url(../new-images/bg-body-edit.jpg) repeat-x left bottom;
}
#container {
	width:1001px;
	margin:0 auto;
}
#header {
	background:#000;
	width:1001px;
	height:125px;
	position:relative;
}
#header h1 {
	position:absolute;
	top:20px;
	left:50px;
}
#header .meta {
	width:500px;
	float:right;
	padding-top:20px;
	padding-right:30px;
}
.login {
	float:right;
}
.login strong, .login input, .login a {
	float:left;
	padding-left:5px;
	line-height:20px;
}
.login input.txt {
	padding:2px 3px ;
	margin-left:5px;
	background:#222222;
	border:1px solid #727272;
	color:#999;
	height:16px;
	line-height:16px;
}
.login strong {
	text-transform:uppercase;
	color:#999999;
}
#header .meta .forgot {
	float:right;
	clear:both;
	text-align:right;
	width:420px;
	position:relative;
	padding-top:5px;
}
#header .meta .forgot a {
	color:#777;
}
#header .meta .forgot a:hover {
	color:#f2f2f2;
}
#header .meta .forgot .error {
	color:red;
	float:left;
	font-size:11px;
}
#nav-main {
	background:url(../new-images/bg-nav-main.gif) no-repeat;
	width:950px;
	height:42px;
	position:absolute;
	top:83px;
	left:26px;
}
#nav-main ul {
	margin:0 0 0 15px;
}
#nav-main ul li {
	list-style:none;
	float:left;
}
#nav-main ul li a {
	padding:0 25px;
	line-height:42px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
}

#nav-main ul li a:hover {
	color:#f2f2f2;
	text-shadow: #ffa200 -2px -2px 20px;
}
#wrap {
	width:930px;
	background:#fff;
	margin-left:26px;
	border-top:1px solid #f0f0f0;
	padding:10px;
}
#sidebar {
	width:217px;
	float:left;
	margin-right:10px;
}
#sidebar ul {
	margin:0;
}
#sidebar ul li {
	list-style:none;
	padding-bottom:10px;
}

#sidebar ul li a.steps {
	background:url(../new-images/bg-step.gif) no-repeat;
	display:block;
	width:217px;
	height:34px;
	line-height:25px;
	color:#666666;
}
#sidebar ul li a.steps:hover {
	color:#333;
	font-weight:bold;
}
#sidebar ul li a.steps strong {
	color:#333;
	padding:0 30px 0 20px;
}
#sidebar ul li.active a.steps {
	background:url(../new-images/bg-step-active.gif) no-repeat;
}
#sidebar ul li.active a.steps strong {
	color:#fff;
}
.edit #content {
	width:682px;
	float:left;
	padding:10px;
	background:#e5e5e5;
}
ul.form {
	margin:0;
}
ul.form li {
	list-style:none;
	width:310px;
	float:left;
	padding-bottom:10px;
}
ul.form-i {
	margin:0;
}
div.txt {
	background:url(../new-images/bg-txt.gif) no-repeat;
	width:269px;
	height:28px;
	float:left;
}
div.txt input, div.txt-area textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999;
	margin:3px;
	width:258px;
	border: 1px solid #e5e5e5;
	background:#e5e5e5;
}
div.txt-area {
	background:url(../new-images/bg-txt-area.gif) no-repeat;
	width:269px;
	height:118px;
	float:left;
}
div.txt-area textarea {
	height:108px;
	overflow:auto;
}
a.vtip {
	float:left;
	padding:5px 0 0 3px;
}
div.tip {
	width:269px;
	background:url(../new-images/bg-tip.gif) no-repeat;
}
div.tip h4 {
	font-size:13px;
	color:#666;
	padding:14px 0 0 30px;
	margin-bottom:9px;
}

div.tip p {
	font-size:11px;
	color:#666;
	padding:0px 10px 0 30px;
	margin-bottom:5px;
	line-height:14px;
}
div.tip .footer {
	width:269px;
	background:url(../new-images/bg-tip-footer.gif) no-repeat;
	height:4px;
}
span.tag {
	background:url(../new-images/bg-tag.gif) no-repeat;
	color:#fff;
	font-size:11px;
	line-height:22px;
	height:23px;
	display:inline-block;
	padding: 0 0 0 10px
}
span.tag span {
	background:url(../new-images/bg-tag.gif) no-repeat bottom right; 
	line-height:22px;
	height:23px;
	display:inline-block;
	padding: 0 10px 0 0px;
}

#footer {
	background:#333;
	width:1001px;
	padding:35px 0 0;
	position:relative;
}
#footer .social {
	position:absolute;
	left:45px;
	top:95px;
}
#footer .social img {
	padding-right:5px;
}
#footer .resources {
	width:210px;
	float:left;
	padding-left:35px;
}
.resources ul {
	margin:0;
}
.resources ul li {
	float:left;
	width:90px;
	list-style:none;
}
.resources ul li a {
	color:#999;
	font-size:11px;
}
.resources ul li a:hover {
	color:#fff;
}
#footer .contact-us {
	float:right;
	width:210px;
	margin-right:45px;
	text-align:right;
}
.contact-us p {
	font-weight:bold;
	color:#999;
	margin:0;
}
.awards a {
	padding-right:10px;
}
#footer h3 {
	margin-bottom:20px;
}
#footer .copy {
	margin-top:20px;
	color:#9b9999;
	font-size:10px;
	background:#000;
	float:left;
	clear:both;
	width:968px;
	line-height:28px;
	padding-left:35px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.tools {
	padding:0 10px;
	border:solid #e5e5e5;
	border-width:0 1px 1px;
	padding-top:20px;
	margin-top:-20px;
}
.tools h3 {
	font-size:13px;
	color:#666666;
} 
#sidebar .tools li {
	padding-bottom:5px;
	float:left;
	clear:both;
}
#sidebar .tools li input {
	float:left;
}
#sidebar .tools li input.txt {
	border:#8ca7c0 1px solid;
	height:16px;
	line-height:24px;
	padding:4px;
	width:160px;
}
#sidebar .tools li input.file {
	border:#8ca7c0 1px solid;
	width:170px;
	height:24px;
}
img.hr {
	padding:10px 0;
}
a.btn {
	background:url(../new-images/bg-btn.gif) no-repeat;
	height:27px;
	line-height:27px;
	float:left;
	padding:0 0 0 10px;
	width:180px;
}
a.btn span {
	background:url(../new-images/bg-btn.gif) no-repeat right bottom;
	height:27px;
	line-height:27px;
	display:block;
	padding:0 10px 0 0;
	font-size:11px;
	color:#666;
}
a.btn:hover span {
	color:#000;
}
.box {
	background:url(../new-images/bg-box.gif) no-repeat;
	width:675px;
	height:68px;
	position:relative;
	margin-bottom:10px;
}
.box-templates {
		background:url(../new-images/bg-box-templates.gif) no-repeat;
		height:101px;
}
.box .scroll {
	margin-left:35px;
	padding-top:10px;
}
.box .scroll li {
	text-align:center;
	line-height:14px;
}
.box .scroll li span {
	display:block;
	font-size:11px;
	color:#666;
}
.box a.prev, .box a.next {
	position:absolute;
	top:20px;
	height:30px;
	width:30px;
	left:5px;
	z-index:99;
}
.box-templates a.prev, .box-templates a.next {
	top:33px;
}
.box a.next {
	left:640px;
}
.button-space  {
	border-top :2px solid #fff;
	padding-top:10px;
}
#spotlight {
	margin-left:26px;
	width:950px;
	height:300px;
	background:#fff;
	position:relative;
}
#content {
	width:535px;
	float:left;
	padding:20px 10px 0;
}
#content h2 {
	font-weight:normal;
	font-size:18px;
	color:#000;
}
#sidebar-right {
	width:360px;
	float:left;
	padding-left:10px;
	padding-top:20px;
}
#sidebar-right .widget {
	border:1px solid #dddddd;
	background:#ebebeb;
	padding:10px;
	margin-bottom:20px;
}
#sidebar-right .blank {
	background:none;
	padding:0;
	border:none;
}
#sidebar-right .blank .signup {
	padding-right:10px;
}
.search {
	border:#bbbbbb solid 1px;
	background:#fff;
	width:337px;
	height:33px;
}

.search input {
	width:325px;
	line-height:31px;
	border:#fff none;
	font-size:12px;
	color:#868686;
	padding:8px 5px 0 5px;
	height:20px;
}
#sidebar-right .widget .wid {
	margin:0;
	border:#bbbbbb solid 1px;
	background:#fff;
	width:337px;
}
.wid li {
	list-style:none;
	padding:10px;
}
.wid li h4 {
	font-size:14px;
	color:#666666;
	border-bottom:1px solid #ebebeb;
	padding-bottom:3px;
}
.wid li a.thumb {
	float:left;
	width:65px;
}
.wid li p {
	float:left;
	width:250px;
}
.region {
	width:535px;
}
.region .wbainer {
	width:241px;
	float:left;
	padding:60px 0 0 5px;
	background:url(../new-images/bg-webainer.gif) no-repeat;
	height:129px;
	margin-right:20px;
}
.region .wbainer a.thumb {
	float:left;
}
.region .wbainer div.details {
	float:left;
	width:130px;
	padding: 0 10px 0 20px;
	font-size:12px;
	color:#868686;
	line-height:16px;
}
.region .wbainer div.details p {
	margin-bottom:5px;
}
.region .news {
	width:243px;
	float:left;
	border:2px solid #f4f4f4;
	padding:8px 10px;
}

.news ul {
	margin:0;
}
.news ul li {
	list-style:none;
	font-size:11px;
	padding-left:10px;
	background:url(../new-images/icon-nav-category.gif) no-repeat 0 5px;
}
.news ul li .date {
	background:url(../new-images/icon-news.gif) no-repeat;
	padding:0 0 2px 18px
	display:none;
}
.news ul li p {
	margin-bottom:13px;
}
.news ul li p, .news ul li a {
	color:#868686;
	line-height:16px;
}
.news ul li a {
	text-decoration:underline;
}
.news ul li a:hover {
	color:#000;
}
.nav-slider {
	margin:0;
	position:absolute;
	z-index:99;
	right:0;
	bottom:0;
}

.nav-slider li {
	float:left;
}
.nav-slider li a {
	display:block;
	width:72px;
	height:46px;
	color:#fff;
	line-height:20px;
	margin-right:10px;
	padding-bottom:10px;
}
div.social a, .nav-slider li a {
	position:relative;
}
div.social em {
	background: url(../new-images/bubble.png) no-repeat;
	width: 85px;
	height: 45px;
	position: absolute;
	top: -50px;
	left: -35px;
	text-align: center;
	color:#333;
	z-index: 2;
	padding:7px;
	font-style:normal;
	font-size:11px;
	line-height:16px;
	display: none;
	}
.nav-slider li a em {
	position: absolute;
	font-style:normal;
	top: -10px;
	right:0;
	text-align: center;
	color:#333;
	display:none;
}
.how-it-works #content {
	padding-left:30px;
	width:615px;
	padding-right:20px;
}
.how-it-works #content h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:24px;
	margin-bottom:20px;
}
.steps1-3 {
	width:615px;
	padding-bottom:30px;
}
.step {
	width:170px;
	background:#f4f4ee url(../new-images/bg-steps.png) no-repeat 10px 10px;
	padding:10px;
	float:left;
	margin-right:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.step h3 {
	padding:5px 0 0 5px;
	font-size:16px;
	color:#444;
}
.step h3 span {
	width:20px;
	display:block;
	float:left;
	text-align:center;
	color:#676766;
	padding-right:10px;
}
.step.three {
	margin:0;
}
.video {
	border:5px solid #272d25;
	width:474px;
	margin-bottom:10px;
}
.submit-module {
	width:482px;
	height:95px;
	background:url(../new-images/bg-submit.png) no-repeat;
	border:2px solid #ebebeb;
}
.submit-module a {
	font-size:16px;
	color:#fff;
	display:block;
	font-weight:bold;
	padding:50px 45px 20px 0;
	text-transform:uppercase;
	text-align:center;
	
}
.how-it-works #sidebar {
	padding-top:40px;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
.marketplace #content {
	width:700px;
}
#slider.top-products {
	width:690px;
	background:url(../new-images/bg-panel.png) no-repeat 0 45px;
}
.top-products .navigation {
	padding:18px 0 10px 60px;
	background:url(../new-images/bg-tabs.png) no-repeat;
}
.top-products ul.navigation li {
	margin:0;
}
.top-products ul.navigation a {
	background:url(../new-images/bg-tabs-li.png) no-repeat top right;
	font-weight:bold;
}
.product-list {
	margin:0 0 0 10px;
}
ul.product-list li {
	list-style:none;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #e5e5e5;
	float:left;
	clear:left;
	width:670px;
}
.product-list li a.thumb {
	width:115px;
	float:left;
}
.product-list li a.thumb img {
	border:solid 2px #e7e7e7;
}
.product-list li a.thumb:hover img {
	border:solid 2px #ccc;
}
.product-list li .details {
	width:555px;
	float:left;
}
.product-list li .details h4 {
	margin:0;
	color:#666;
}
.product-list li .details p {
	margin-bottom:5px;
}
.marketplace #sidebar {
	width:200px;
	background:url(../new-images/bg-sidebar-full.png) repeat-y;
}
.marketplace #sidebar h4 {
	color:#676767;
	font-weight:normal;
	padding:17px 0 5px 17px;
	background:url(../new-images/bg-sidebar.png) no-repeat;
	margin:0;
}
#sidebar ul.nav-category {
	margin-top:10px;
	border-bottom:1px solid #e7e7e7;
}
.nav-category li {
	padding-left:15px;
}
.nav-category li a {
	background:url(../new-images/icon-nav-category.gif) no-repeat left center;
	color:#666;
	padding-left:10px;
	font-size:12px;
}
.nav-category li a:hover {
	color:#2D7AB6;
	background:url(../new-images/icon-nav-category-on.gif) no-repeat left center;
}
.featured-list {
	margin:0;
}
.featured-list li {
	float:left;
	list-style:none;
	width:310px;
	padding-bottom:20px;
}
.featured-list li a.thumb {
	float:left;
	width:65px;
}
.featured-list li a.thumb:hover {
	opacity:0.4;filter:alpha(opacity=40)
}
.featured-list li .details {
	width:200px;
	float:left;
}
.featured-list li .details h4, .featured-list li .details p {
	margin:0 0 2px 0;
}
.featured-list li .details h4 a {
	font-size:12px;
	color:#333;
}
.featured-list li .details h4 a:hover {
	color:#999;
}
a.btn-buy {
	background:url(../new-images/icon-buy.jpg) no-repeat left center;
	padding-left:20px;
	font-size:12px;
	color:#2d7ab6;
	line-height:16px;
}
a.btn-buy:hover {
	color:#666;
	background:url(../new-images/icon-buy-on.jpg) no-repeat left center;
}
.search-box {
	width:244px;
	height:25px;
	border:3px solid #f0f0f0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin:0 0 20px 433px;
}
.search-box input.txt {
	border:none #fff;
	width:210px;
	padding:2px;
	margin:0 5px;
	float:left;
	padding-top:5px;
	height:15px;
}
.search-box input.go {
	float:left;
	margin-top:5px;
	}
	
/* Pagination */
.pagenavi {
	padding-left:10px;
	margin-bottom:10px;
}
.pagenavi a, .pagenavi a:link {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.pagenavi a:visited {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.pagenavi a:active {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

/* rating */
.rating{
	width:80px;
	height:16px;
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
	position:relative;
	background: url(../new-images/star-matrix.gif) no-repeat 0 0;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}
ol.rating li {
	cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
	margin:0;
	padding:0;
	border:none;
}
ol.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ol.rating li.one a {left:0}
ol.rating li.two a {left:16px;}
ol.rating li.three a {left:32px;}
ol.rating li.four a {left:48px;}
ol.rating li.five a {left:64px;}
ol.rating li a:hover {
	z-index:2;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;	
	background: url(../new-images/star-matrix.gif) no-repeat 0 0
}
ol.rating li.one a:hover {background-position:0 -96px;}
ol.rating li.two a:hover {background-position:0 -112px;}
ol.rating li.three a:hover {background-position:0 -128px}
ol.rating li.four a:hover {background-position:0 -144px}
ol.rating li.five a:hover {background-position:0 -160px}



.signupform {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF url(../new-images/bg-login.gif) repeat-x scroll 0 0;
	margin:20px auto;
	padding:25px;
	width:250px;
}
.signupform .txt {
	width:250px;
}

