/*
Theme Name: Upper Playground
Version: 1
Author: Paul Weinert, Explore Consulting
Author URI: http://www.exploreconsulting.com/ */
/*Begin Basics*/
.left { float: left; }
.right { float: right; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear { clear: both; }

.hide {display:none;}
.show {display:block;}

p { margin-bottom: 1em; }

/* Image Rollover */
.rollover,
.roll-on {
	background-position: top;
	background-repeat: no-repeat;	
	text-indent: -9000px;
	font-size: 1px;
	display: block;
	overflow: hidden;
	position: relative;
	}
.rollover:hover,
.rollover.on { background-position: bottom; background-color: transparent; }	

.roll-on:hover { background-position: center; }
.roll-on:active { background-position: bottom; }


/* Text Replacement */	
.txt-img,
.txt-img * {
	text-indent: -9000px;
	font-size: 1px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	position: relative;  
	}
	
.photo { margin-bottom: 10px; background-color: #fff; padding: 6px; border: 1px solid #ddd; }
.left.photo { margin-right: 10px; }
.right.photo { margin-left: 10px; }	

/* Begin Reset*/
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-weight: inherit;
	font-style: inherit;
/*	font-size: 100.1%; */
	font-family: inherit;
	vertical-align: baseline;
	background-repeat: no-repeat;
}


p, h1, h2, h3, h4, h5 { line-height: 1.5; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

ul, li { list-style: none; }

strong { font-weight: bold; }
em { font-style: italic; }

/*-------------------------------------------- Masthead */
#masthead {
	width: 800px;
	height: 100px;
	padding: 5px 0;
	background: #000 url(http://www.upperplayground.com/images/pixels/151515.gif) bottom repeat-x;
	position: relative;
	}	
	
html>body #masthead {
	z-index: 50;
	position: fixed;
	}

html>body #content {
	padding:120px 0 4.5em;
	}

html>body #sidebar {
	padding:120px 0 4.5em;
	}

html>body #footer {
	z-index: 50;
	position: fixed;
	bottom: 0;
	}
#footer {
	width: 800px;
	padding: 10px 5px 10px;
	height: 1em;
	background: #000 url(http://www.upperplayground.com/images/pixels/151515.gif) top repeat-x;
	}	

h1#logo { margin: -2px 5px 0 0; position: absolute; top: 4px; left: 0; }	
h1#logo a {
	display: block;
	width: 420px;
	height: 80px;
	background-image: url(http://www.upperplayground.com/images/up-h-logo.gif);
	}	
	
	
	
#masthead #mainnav { float: left; margin: 5px 0px 0px 2px; float: left; margin-top: 82px;}
#mainnav ul { margin-right: 0px; margin-bottom: 0; display: block; overflow: hidden; }
#mainnav li { float: left; height: 14px; margin-right: 14px; }
#cart-nav li { float: left; height: 14px; margin-right: 12px; }
#mainnav li a,
#cart-nav a { float: left; display: block; height: 13px; }

#n-releases { width: 51px; background-image: url(http://www.upperplayground.com/images/buttons/mainnav/releases-btn.gif); }
#n-features { width: 51px; background-image: url(http://www.upperplayground.com/images/buttons/mainnav/features-btn.gif); }
#n-news { width: 29px; background-image: url(http://www.upperplayground.com/images/buttons/mainnav/news-btn.gif); }
#n-blogs { width: 34px; background-image: url(http://www.upperplayground.com/images/buttons/mainnav/blogs-btn.gif); }
#n-store { width: 33px; background-image: url(http://www.upperplayground.com/images/buttons/mainnav/store-btn.gif); }
#n-gallery { width: 46px; background-image: url(http://www.upperplayground.com/images/buttons/mainnav/gallery-btn.gif); }
#n-citrus { width: 78px; background-image: url(http://www.upperplayground.com/images/buttons/mainnav/citrus_report-btn.gif); }
#n-video { width: 30px; background-image: url(http://www.upperplayground.com/images/buttons/mainnav/video-btn.gif); }
#n-about { width: 39px; background-image: url(http://www.upperplayground.com/images/buttons/mainnav/about-btn.gif); }
#n-locations  { width: 56px; background-image: url(http://www.upperplayground.com/images/buttons/mainnav/locations-btn.gif); }
#n-contact  { width: 47px; background-image: url(http://www.upperplayground.com/images/buttons/mainnav/contact-btn.gif); }

#cart-nav {
	overflow: hidden;
	margin: 7px 0 5px;
	}
#cart-nav li { border-left: 1px solid #ccc; margin-left: 6px; padding-left: 6px; margin-right: 0; }
#cart-nav li.first { border-left: none; margin-left: 0; padding-left: 0; }	
#n-login  { width: 33px; background-image: url(http://www.upperplayground.com/images/buttons/mainnav/login-btn.gif); }
#n-view-cart  { width: 60px; background-image: url(http://www.upperplayground.com/images/buttons/mainnav/view_cart-btn.gif); }
#n-checkout  { width: 57px; background-image: url(http://www.upperplayground.com/images/buttons/mainnav/checkout-btn.gif); }

.more-link {float:right;
padding:0 0;}
.addthis {
float:right;
margin:10px 0;
}
.short {width:400px;}

#masthead .fields {
	float: right;
	width: 182px;
	}
#masthead .search {
	width: 182px;
	margin-bottom: 5px;
	}
.fields .input-text {
	height:	14px;
    
	padding: 2px 4px; 
	}
.fields input { 
	vertical-align:	top; 
	}
	
	input {
	background: #333333 url(../images/backgrounds/srch_bg.gif) top left repeat-x;
	border: none;
	color: #666666;
	font-size: 11px;
}

	
/*-------------------------------------------- Footer 
*/
#footer { 
	font-size: 1.1em; 
	color: #666;
	}
#footer a {
	font-style:normal;
	font-weight:normal;
	color: #999999;
	text-decoration: underline;
}

#footer a:hover {
	font-style:normal;
	font-weight:normal;
	color: #cccccc;
	text-decoration: none;
}	
ul.n-locations, #footer .left span { float: left; }
#footer li {
	font-style:normal;
	font-weight:normal;
	float: left; 
	}
#footer .right li { margin-left: 12px; }
.n-locations li + li:before { content:", "; }

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial,Helvetica,sans-serif;
	background: #000;
	color: #CCC;
	text-align: center;
	}

#page {
	background-color: black;
	border: 1px solid #959596;
	text-align: left;
background:none !important;
	}

#header {
	background-color: black;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
width:550px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	line-height: .4em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.8em;
margin-bottom:15px;
color:#fff;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #ccc;
text-decoration:none;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
color:#ccc;
	}

h2 a:link, h3 a:link  {text-decoration: none; }

.entry p {padding:10px 0;}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
display:none;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family:
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {

color: #ccc;


	}

code {
	font: 1.1em;

	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a  {
	color: #ccc;
	text-decoration: underline;
	}

h2 a:hover, h3 a:hover {
	color: white;
	text-decoration: underline;
	}

a:visited {
	color: #ccc;
	text-decoration: underline;
	}

a:link {
	color: #ccc;
	text-decoration: underline;
	}

a:active {
	color: #ccc;
	text-decoration: underline;
	}

a:hover {
	color:white;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em ;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: black;
	margin: 0px auto;
	padding: 0;
	width: 800px;
	}

#header {
	background-color: white;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 800px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 20px 20px 0;
	margin: 0px 0 0;
	width: 550px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
color:#999;
font-size:1em;
border-top:1px solid #999;
margin:30px 0 0;
} 

.postmetadata a {
clear: both;
color:#999;
font-size:1em;
text-decoration:none;
}

.postmetadata a:hover {
text-decoration:underline;
}


.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	}

h2 {
	margin: 10px 0 0;
	}

h2.pagetitle {
	margin-top: 0px;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h2 a.iconLink {
display:block;
height:50px !important;
}

h2 a.feedLink {
display:block;
}


h3 {
	padding: 0;
	margin: 0px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

.myIcons {border:1px solid #333333;
float:left;
margin:0 10px 0 0;
}

/* Begin Images */
p img, object {
display:block;
max-width:100%;
margin:10px 0;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;

	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
font-size:1em;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: none;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
font-size:12px;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	}

#sidebar #searchform #s {

	width: 108px;
	padding: 2px;
	}


#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */


	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {

	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}
.commentlist li {
	margin: 5px 0 5px;
	padding: 5px 5px 10px 0px;
	list-style: none;
background-color:#000;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 570px;
	width: 230px;
	}

#sidebar form {
	margin: 0;
	}


#sidebar a {
	text-decoration:none;
	}


#sidebar h2 {
	text-transform: uppercase;
font-size:1.4em;
padding:0 0 5px 0;
border-bottom:1px solid #333;
	}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {

	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	}

acronym, abbr {
	border-bottom: 1px solid #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Style to remove other categories from sidebar */

#ace-categories {
display:block; 
}

#ace-categories ul li {
display:none; 
}

#ace-categories li.cat-item-346 {
display:block; 
}

#ace-categories li.cat-item-346 li{
display:block; 
}

#categories-329821281 ul li {
display:none;
}

#categories-329821281 li.cat-item-20 {
display:block;
}

#categories-329821281 li.cat-item-20 li {
display:block;
}

.cat-item-346 img {float:left;
margin:0 10px 0 0;
}

.cat-item-346 .children { margin:0px !important;}

.cat-item-346 a {float:left;
display:block;
width:230px;
margin:10px 0 0px 0;
border-bottom:1px solid #333;
padding:0 0 10px 0;}

#category-icons ul.children li {height:70px;}

#ifrm {
display:block;
height:30px;
position:fixed;
z-index:500;
}

#masthead.framed {
padding-top:35px !important;
}

#logo.noTop {
top:34px !important;
}

#content.framedTop {
padding-top:120px !important;
}

#sidebar.framedTop {
padding-top:120px !important;
}

