/* Copyright Suzanne Boben 11mystics.com. */

/* Architecture ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body {
	margin: 0 auto;
	padding: 20px 0;
}
#page {
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.wrapper {
	position: relative;
	margin: 0;
	padding: 0;
}
#header {
	position: relative;
	min-height: 90px;
	margin: 0;
	padding: 0;
}
#nav {
	clear: both;
	margin: 0;
	padding: 0;
}
#nav .wrapper {
	margin: 0 31px 0 30px;
	height: 36px;
}
#gradientBox {
	display: none;
}
#content-container {
	width: 100%;
	margin: 0;
	padding: 0;
}
.coloroverlay {
	margin: 0 31px 0 30px;
}
#content-container .coloroverlay .wrapper {
	padding: 20px 0 0 0;
	margin: 0;
}
#content {
	margin-left: 200px;
	padding: 0;
}
#sidebar {
	float: left;
	width: 175px;
}
#footer {
	margin: 0;
	padding: 0;
}

/* Global ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body {
}
h1 {
	margin-top: 0;
	font-size: 3em;
}
h2 {
	margin: .5em 0 .5em 0;
	font-size: 2em;
}
h3 {
	margin: 1.3em 0 .2em 0;
	font-size: 1.7em;
}
h4 {
	font-size: 1.3em;
	margin: 1em 0 .1em 0;
}
h5 {
	font-size: 1em;
	margin: 1em 0 .5em 0;
}
p {
	margin: 0 0 .7em 0;
	line-height: 1.8em;
}
a:link, a:visited {
}
a:hover, a:active {
}
hr {
	border: none;
	border-top: 1px solid;
}
img,
img a {
	border: 0;
}
pre, code {
	display: block;
	font-family: 'andale mono', monospace;
	padding: 5px 0 5px 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin: 1em 0 1em 0;
}
ul, ol {
	margin: 0;
	padding: 0;
}
li {
	margin: 0 0 .5em 0;
}
blockquote, .standout {
	font-size: 1.6em;
	font-style: italic;
	line-height: 1.3em;
	padding: 5px 20px 10px 57px;
	margin: 1em 0 1em 0;
	text-align: left;
	background-image: url(images/quotes.png);
	background-position: 0 5px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#sidebar blockquote, #sidebar .standout {
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.3em;
	padding: 5px 20px 10px 28px;
	margin: 1em 0 1em 0;
	text-align: left;
	background-image: url(images/quotes_small.png);
	background-position: 0 5px;
	background-repeat: no-repeat;
	overflow: hidden;
}
blockquote p {
	line-height: 1.3em;
}
table {
	margin: 10px 0 25px 0;
	border-collapse: collapse;
	border: 1px solid;
	width: 99%;
}
caption {
	font-weight: bold;
	margin-bottom: 3px;
	text-align: left;
}
th {
	border: 1px solid;
	padding: 5px;
	text-align: center;
	vertical-align: center;
}
td {
	border: 1px solid;
	padding: 4px;
	text-align: center;
	vertical-align: center;
}
dl {
}
dt {
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 2px 0;
	padding: 0 5px 0 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
dd {
	font-style: italic;
	line-height: 1.2em;
	margin: 5px 0 15px 20px;
	padding: 0;
}

input, select, textarea {
	font-size: 1em;
	padding: 3px 8px;
	line-height: 1.5em;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid;
}
select {
	margin: 5px 0 0 0;
}
.radio {
	background-color: transparent;
	background: none; 
	border: none;
	margin-top: 5px;
}

#itslive {
	position: absolute;
	top: 50px;
	right: 10px;
	z-index: 10;
}

/* Header ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header .wrapper {
	padding-bottom: 5px;
}
.siteTitle {
	padding-top: 19px;
	font-size: 24px;
	line-height: 32px;
}
.tagline {
	font-style: italic;
	font-size: 12px;
}

#logoh, #logoh .left, #logoh .right, 
#logosb-top img, #logosb-bottom img, #logof {
	display: none;
	position: relative;
}
#logosb-top, #logosb-bottom {
	text-align: center;
}
#logoh img {
	margin: 0;
	padding: 0;
}

/* Navigation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li {
	display: inline-block;
	display: -moz-inline-box;
	margin: 0;
	padding: 0 0 0 2px;
	height: 36px;
}
#nav a {
	display: inline-block;
	display: -moz-inline-box;
	text-decoration: none;
	margin: 0;
	padding: 0 14px;
	font-weight: bold;
	line-height: 36px;
}        
#nav a:hover, #nav a:active {
	text-decoration: none;
}
#nav .current, #nav .current:hover, #nav .currentAncestor, 
#nav .currentAncestor:hover {
	text-decoration: none;
}
#nav ul ul { display: none; }
#nav ul ul ul { display: none; }
#nav ul ul ul ul { display: none; }
#nav ul ul ul ul ul { display: none; }

/* Content Container ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#content-container {
	font-size: 12px;
}
#content-container .wrapper {
	text-align: left;
}
#content-container a:link, #content-container a:visited {
	text-decoration: none;
}
#content-container a:hover, #content-container a:active {
	text-decoration: none;
}

#gradientBox .wrapper {
	margin: 0 31px 0 30px;
	height: 100px;
}
#gradientBox table {
	border: 0;
	margin: 0;
	padding: 0;
	background: none;
}
#gradientBox td {
	height: 100px;
	vertical-align: center;
	border: 0;
	padding: 0 50px;
	font-style: italic;
}

/* Sidebar ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#sidebar {
}
#sidebarLogo {
	text-align: center;
}
#sidebarLogo img {
	
}
#userContent {
	line-height: 1.5em;
	margin-bottom: 15px;
}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5 {
	font-size: 18px;
	text-decoration: none;
	display: block;
	margin: 0 0 10px 0;
	padding: 0 10px;
	line-height: 32px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url(images/bg_sectionhead.png) top left repeat-x;
}
#sidebar ul, #sidebar ol {
	margin: 0 0 1em 20px;
	padding: 0;
}
#sidebar p, #sidebar dl {
	line-height: 2em;
	margin-bottom: 1em;
}

/* Child Navigation Menu  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#child {
	margin: 0 0 15px 0;
	padding: 0;
}

/* Level 1 (configured in the tabs and not shown in the sidebar) */
#child ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#child ul li {
	display: inline;
	position: relative;
}
#child ul li a {
	display: none;
}

/* Level 2 */
#child ul ul {
}
#child ul ul li {
	font-weight: bold;
}
#child ul ul li a:link, #child ul ul li a:visited {
	text-decoration: none;
	display: block;
	margin: 0 0 5px 0;
	padding: 0 15px 0 10px;
	line-height: 28px;
	border: 1px solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#child ul ul li a:hover {
	text-decoration: none;
}
#child ul ul li a.current {
}
#child ul ul li a.currentAncestor {
}
#child ul ul li a.currentAncestor:hover {
	background: transparent;
}

/* Level 3 */
#child ul ul ul {
	margin: 0 15px 5px 10px;
}
#child ul ul ul li {
	text-align: left;
}
#child ul ul ul li a:link, #child ul ul ul li a:visited {
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 5px 0;
	line-height: normal;
	background: transparent;
	border: none;
	-moz-border-radius: 0;
	-khtml-border-radius: 0; 
	-webkit-border-radius: 0;
	border-radius: 0;
}
#child ul ul ul li a:hover {
	text-decoration: none;
	background: transparent;
}
#child ul ul ul li a.current {
	background: transparent;
}
#child ul ul ul li a.currentAncestor,
#child ul ul ul li a.currentAncestor:hover {
	background: transparent;
}

/* Level 4 */
#child ul ul ul ul {
	margin: 0;
}
#child ul ul ul ul li {
	text-align: left;
}
#child ul ul ul ul li a:link, #child ul ul ul ul li a:visited {
	text-decoration: none;
	display: block;
	background: transparent;
	border: none;
	margin: 0;
	padding: 5px 0 5px 15px;
	line-height: normal;
	-moz-border-radius: 0;
	-khtml-border-radius: 0; 
	-webkit-border-radius: 0;
	border-radius: 0;
}
#child ul ul ul ul li a:hover {
	text-decoration: none;
	background: transparent;
}
#child ul ul ul ul li a.current {
	background: transparent;
}
#child ul ul ul ul li a.currentAncestor,
#child ul ul ul ul li a.currentAncestor:hover {
	background: transparent;
}

/* Level 5 */
#child ul ul ul ul ul {
	margin: 0;
}
#child ul ul ul ul ul li {
	text-align: left;
}
#child ul ul ul ul ul li a:link, #child ul ul ul ul ul li a:visited {
	text-decoration: none;
	display: block;
	border: none;
	margin: 0;
	padding: 5px 0 5px 30px;
	line-height: normal;
	background: transparent;
	-moz-border-radius: 0;
	-khtml-border-radius: 0; 
	-webkit-border-radius: 0;
	border-radius: 0;
}
#child ul ul ul ul ul li a:hover {
	text-decoration: none;
	background: transparent;
}
#child ul ul ul ul ul li a.current {
	background: transparent;
}
#child ul ul ul ul ul li a.currentAncestor,
#child ul ul ul ul ul li a.currentAncestor:hover {
	background: transparent;
}

/* Content ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#content h1, 
#content h2 {
	line-height: .9em;
}
#content ul, #content ol {
	margin: .5em 0;
	padding: 0;
}
#content ul li {
	list-style: none;
	background-image: url(images/bullet_grey.png);
	background-position: left .6em;
	background-repeat: no-repeat;
	margin: 0 0 1em 10px;
	padding: 0 0 0 1.5em;
	line-height: 1.8em;
}
#content ol li {
	background: none;
	margin: 0 0 1em 30px;
	padding: 0 0 0 0;
}

/* Footer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer {
	padding-top: 45px;
}
#footer a:link, #footer a:visited {
	margin-left: 8px;
	border-left: 1px solid;
	padding-left: 8px;
}
#footer a:hover, #footer a:active {
}
	
/* Breadcrumbs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#BC1 {
	display: none;
}
#BC1 .breadcrumbs {
	font-size: 11px;
	line-height: 1em;
	padding: 0 0 20px 0;
}
#BC1 .breadcrumbs ul {
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid;
}
#BC2 {
	
}
#BC2 .breadcrumbs {
	font-size: 11px;
	line-height: 1em;
	padding: 10px 0 15px 0;
}
#BC2 .breadcrumbs ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid;
}
#BC1 .breadcrumbs li, #BC2 .breadcrumbs li {
	list-style: none;
	background-image: none;
	display: inline;
	margin: 0;
	padding: 0;
}
.breadcrumbs a {
	line-height: 1.1em;
}
.breadcrumbs a:hover {
}
	
/* Miscellaneous ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.imageStyle {
}
.image-left {
	float: left;
	margin: 10px 15px 5px 0;
	padding: 0px;
}
.image-right {
	float: right;
	margin: 10px 0 10px 15px;
	padding: 0px;
}
.clear {
	clear: both;
}
.clearFix {
	clear: both;
	display: block;
	height: 15px;
}

/* Blog Archive Page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.blog-archive-background {
}
.blog-entry-summary {
}
.blog-archive-headings-wrapper {  
	line-height: 32px;
	margin: 0 0 15px 0;
	padding: 0 16px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
}
.blog-archive-entries-wrapper { 
}
.blog-archive-entries-wrapper .blog-entry {
}
.blog-archive-month {
	display: inline;
	margin-right: 1em;
}
.blog-archive-link { 
	padding-left: 14px;
	background: url(images/glyph_arrow-trans.png) left center no-repeat;
	display: inline;
}
.blog-archive-link a:link, .blog-archive-link a:visited {
}

.blog-entry {
}
.blog-entry-title {
	margin: 0 0 3px 0;
	font-size: 1.7em;    
	line-height: 2.4em;  
	padding-bottom: 5px;
}
.blog-entry-date {
	padding-left: 13px;
	background: url(images/glyph_clock-trans.png) left center no-repeat;
}

/* Category Link Main Entry ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.blog-entry-category {
}
.blog-entry-category a:link, .blog-entry-category a:visited {
	padding-left: 13px;
	background: url(images/glyph_target-trans.png) left center no-repeat;
}

/* Permalink Main Entry ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.blog-entry-permalink {
}
.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
	padding-left: 13px;
	background: url(images/glyph_arrow-trans.png) left center no-repeat;
}
.blog-read-more {
}
.blog-entry-body {
	line-height: 1.8em;
	margin: 10px 0 10px 0;
	padding-top: 5px;
	border-top: 1px solid;
}
.blog-entry-tags {
	margin-top: 1em;
	line-height: 1em;
	padding-left: 14px;
	background: url(images/glyph_tags-trans.png) left center no-repeat;
}
.blog-entry-comments {
	margin: 3px 0 30px 0;
	line-height: 1em;
	padding-left: 14px;
	background: url(images/glyph_chat-trans.png) left center no-repeat;
}
.blog-entry-comments-inline {
	border: none;
}
.blog-entry-comments-inline table {
	border: none;
}
.blog-entry-comments-inline td {
	border: none;
	text-align: left;
	font-size: 90%;
	padding: 8px;
}
.blog-entry-comments-inline .MessageCell {
	border: none;
	padding: 0;
	margin: 0;
}
.blog-entry-comments-inline .MessageCell p {
	padding: 10px;
	border-top: 1px solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.blog-entry-comments-inline .MessageCell hr {
	display: none;
}
.blog-entry-comments-inline td .byline {
	font-style: italic;
	font-weight: bold;
}
#newcomment form input, #newcomment form textarea {
	line-height: 1.8em;
}
.MainTable div p b {
	font-size: 2.4em;
}

/* Blog Sidebar ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#pluginContent {
	padding: 5px 0 15px 1px;
	margin: 0;
}
#blog-archives, #blog-categories, #blog-rss-feeds {
	font-weight: bold;
	font-size: 11px;
	padding: 0;
	margin: 0 0 15px 5px;
}

#sidebar ul.blog-tag-cloud {
	text-align: left;
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none;
}
#sidebar ul.blog-tag-cloud li {
	padding: 0;
	margin: 0;
	display: inline;
}
.blog-tag-size-1 {
	font-size: .8em;
}
.blog-tag-size-2 {
	font-size: 1em;
}
.blog-tag-size-3 {
	font-size: 1.1em;
}
.blog-tag-size-4 {
	font-size: 1.2em;
}
.blog-tag-size-5 {
	font-size: 1.3em;
}
.blog-tag-size-6 {
	font-size: 1.4;
}
.blog-tag-size-7 {
	font-size: 1.5em;
}
.blog-tag-size-8 {
	font-size: 1.6em;
}
.blog-tag-size-9 {
	font-size: 1.7em;
}
.blog-tag-size-10 {
	font-size: 1.8em;	
}
.blog-tag-size-11 {
	font-size: 1.9em;
}
.blog-tag-size-12 {
	font-size: 2em;
}
.blog-tag-size-13 {
	font-size: 2.1em;
}
.blog-tag-size-14 {
	font-size: 2.2em;
}
.blog-tag-size-15 {
	font-size: 2.3em;
}
.blog-tag-size-16 {
	font-size: 2.4em;
}
.blog-tag-size-17 {
	font-size: 2.5em;
}
.blog-tag-size-18 {
	font-size: 2.6em;
}
.blog-tag-size-19 {
	font-size: 2.7em;
}
.blog-tag-size-20 {
	font-size: 2.8em;
}
a:link.blog-tag-size-1,
a:visited.blog-tag-size-1 {
	padding: 0;
	margin: 0;
}

/* Sidebar Categories ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#blog-categories {
	margin-bottom: 15px;
}
a.blog-category-link-enabled {
	display: block;
	float: left;
	background: url(images/glyph_target-trans.png) 0 .1em no-repeat;
	padding-left: 15px;
}
a.blog-category-link-enabled:hover {
	text-decoration: none;
}
.blog-category-link-disabled {
	background: url(images/glyph_target-trans.png) 0 50% no-repeat;
	padding-left: 15px;
}

/* Sidebar Archives ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#blog-archives {
	margin-bottom: 15px;
}
a.blog-archive-link-enabled {
	display: block;
	float: left;
	background: url(images/glyph_clock-trans.png) 0 .1em no-repeat;
	padding-left: 15px;
}
a.blog-archive-link-enabled:hover {
	text-decoration: none;
}
.blog-archive-link-disabled {
	background: url(images/glyph_clock-trans.png) 0 .1em no-repeat;
	padding-left: 15px;
}

/* Sidebar RSS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#blog-rss-feeds {
	margin-bottom: 15px;
}
a.blog-rss-link,
a.blog-comments-rss-link {
	display: block;
	float: left;
	background: url(images/glyph_chat-trans.png) 0 .1em no-repeat;
	padding-left: 15px;
}
a.blog-rss-link:hover,
a.blog-comments-rss-link:hover {
	text-decoration: none;
}

/* File Sharing ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.filesharing-description {
	line-height: 1.8em;
	text-align: left;
	font-size: 1em;
	margin-bottom: 20px;
}
.filesharing-item {
	margin: 0 0 5px 0;
	padding: 8px;
	border-top: 1px solid;
}
.filesharing-item-title {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}
.filesharing-item-title a:link {
	
}
.filesharing-item-title a:hover {
	text-decoration: none;	
}
.filesharing-item-title a:visited {
	
}
.filesharing-item-description {
	line-height: 1.8em;
}

/* Photo Index Page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.album-title {
	font-size: 40px;
}
.album-description {
	line-height: 1.8em;
	margin-bottom: 15px;
}
.album-wrap {
}
.thumbnail-wrap {
	float: left;
	text-align: center;
	margin: 0 20px 40px 0;
}
.thumbnail-frame {
}
.thumbnail-frame:hover {
}
.thumbnail-frame a {
}
.thumbnail-frame a:hover {
}
.thumbnail-frame img {
	border: 5px solid;
}
.thumbnail-frame img:hover {
	border: 5px solid;
}
.thumbnail-caption {
	font-weight: bold;
	margin: .1em 0 0 0;
}
	
/* Photos Single Page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.photo-background {
	background: #000;
	color: #666;
	text-align: center;
}
.photo-navigation {
	margin-bottom: 20px;
}
.photo-links {
}
.photo-navigation a:link, .photo-navigation a:visited {
}
.photo-navigation a:hover {
}
.photo-frame {
}
.photo-title {
	font-size: 40px;
	margin-bottom: 10px;
}
.photo-caption {
}

/* QuickTime Movie Page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.movie-description {
	line-height: 1.8em;
}
	
/* Movie Index Page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.movie-page-title {
	font-size: 40px;
}
.movie-page-description {
	line-height: 1.8em;
	margin-bottom: 2em;
}
.movie-thumbnail-frame {
	float: left;
	margin: 0 25px 15px 0;
}
.movie-thumbnail-frame img {
	border: 5px solid;
}
.movie-thumbnail-frame img:hover {
	border: 5px solid;
}
.movie-thumbnail-caption {
	text-align: center;
	font-weight: bold;
	margin-top: .7em;
}

/* Movie Single Page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.movie-background {
	text-align: center;
	padding: 30px;
	background: #000;	
}
p.movie-title {
	font-size: 20px;
	font-weight: bold;
}
.movie-frame {
}
	
/* Contact Form ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.message-text {
	text-align: left;
}
form {
	text-align: left;
}
label {
	font-weight: bold;	
}
.required-text {
}
.form-input-field {
	margin-top: 2px;
	padding: 3px;
	width: 330px;
}
.form-input-field:hover {
}
.form-input-field:focus {
}
.form-input-button {
	padding: 0 10px;
	line-height: 20px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.form-input-button:hover {
}
.form-input-button:focus {
}

/* Product Page Snippet ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.categoryDesc {
	margin-bottom: 15px;
}
#productCollection {
	margin-bottom: 10px;
}
#productPod {
	width: 30%; /* Adjust this percentage to control the number of columns */
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
	border: 1px solid;
}
#productPod .wrap {
	margin: 10px;
}
.featured {
	background-image: url(images/product_featured.png);
	background-position:  top left;
	background-repeat: no-repeat;
}
.hot {
	background-image: url(images/product_hot.png);
	background-position:  top left;
	background-repeat: no-repeat;
}
.productShot {
}
.productName {
	font-weight: bold;
	font-size: 1.2em;
}
.productDesc {
	text-align: center;
	margin-bottom: 8px;
	font-size: .9em;
}
.productMeta {
	padding: 8px 0 8px 0;
	border: 1px solid;
}

/* Sidebar Product Pod ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#sidebarProductPod {
	width: 100%;
	margin: 0;
	text-align: center;
	border: 1px solid;
}
#sidebarProductPod .wrap {
	margin: 10px;
}

/* Product Detail Page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#productDetail {
	
}
.summaryArea {
	
}
#productDetail .productShot {
	float: right;
	margin: 0 0 0 0px;
}
#productDetail .productMeta {
	border: none;
	font-size: 1.4em;
	font-weight: bold;
}
#productDetail .price {
	
}
.productInfo {

}
.testamonial {
	font-style: italic;
	margin-left: 15px;
}
.author {
	font-weight: bold;
}




/* Misc ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.gravatar {
	float: left;
}









