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

/* Global Styles */
body {
	font-family: 'LucidaGrande', Tahoma, 'Trebuchet MS', Verdana, sans-serif;
	font-size: 70%;
}
h1, h2, h3, h4 {
	font-family: 'arial black', Tahoma, Verdana, Arial;
	font-weight: normal;
	text-transform: lowercase;	
}
h1 {
	margin-top: 0;
	font-size: 40px;
	letter-spacing: -.07em;	
}
h2 {
	margin: .5em 0 .3em 0;
	font-size: 26px;
	letter-spacing: -.05em;
}
h3 {
	margin: 1.3em 0 .2em 0;
	letter-spacing: -.04em;
	font-size: 18px;
}
h4 {
	font-size: 13px;
	margin: 1em 0 .1em 0;
}
p {
	margin: 0 0 .7em 0;
	line-height: 1.5em;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
hr {
	height: 0px;
	border-top: 2px dotted;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;
}
img {
	border: 0;
}
pre, code {
	display: block;
	font-family: 'andale mono', monospace;
	padding: 5px 0 5px 0;
	border-top: 2px dotted;
	border-bottom: 2px dotted;
	margin: 1em 0 1em 0;
}
ul, ol {
}
li {
	line-height: 1.5em;
	margin: 0 0 .5em 0;
	padding: 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/editable_images/quotes.jpg);
	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/editable_images/quotes_small.jpg);
	background-position: 0 5px;
	background-repeat: no-repeat;
	overflow: hidden;
}
blockquote p {
	line-height: 1.3em;
}

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

#headerWrapper {
	background-image: none;
}
#pageHeader {
	text-align: left;
	height: 50px;
	line-height: 50px;
}
#pageHeader #logo img {
	float: left;
	margin: 2px 5px 0 0;
}
#pageHeader .siteTitle {
	float: left;
	font-family: 'arial black', 'Lucida Grande', Tahoma, Verdana, Arial;
	font-size: 21px;
	text-transform: lowercase;
}
html[xmlns*=""] body:last-child #pageHeader .siteTitle {
	font-weight: bold;	
}
#pageHeader .tagline {
	float: right;
	font-style: italic;
	font-size: 12px;
}

#parentNavTop {
	background: url(images/bg_parentNavTop.jpg) top left repeat-x;
}
#parentNav {
	background: url(images/themes/black/bg_parentNav.jpg) top left repeat-x;
}
#parentNavBottom {
	border-bottom: 1px solid #AAA;
}
#contentBG {
	border-top: 2px solid #AAA;
	border-bottom: 2px solid #AAA;
}
#contentWrapper {
	text-align: left;
}
#content {
	font-size: 11px;
}
#content h1, 
#content h2 {
	line-height: .9em;
}

#sidebar {
}
#userContent {
	font-size: 11px;
}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 {
	font-family: 'arial black', Tahoma, Verdana, Arial;
	font-size: 15px;
	font-weight: normal;
	text-transform: lowercase;
	line-height: 15px; 
	letter-spacing: -.05em;	
	margin: 0 0 .5em 0;
	padding-bottom: .3em;
	border-bottom: 2px dotted #CCC;
}
#sidebar ul, 
#sidebar ol {
	margin: 0 0 1em 20px;
	padding: 0;
}
#sidebar p, #sidebar dl {
	margin-bottom: 1em;
}

#footerTop {
	background-image: url(images/themes/black/bg_footerTop.png);
	height: 10px;
}
#footer {
	border-top: 2px solid #AAA;
	background: url(images/footer-overlays/grey.png) top left repeat-x;
}
#footer .content {
	font-size: 11px;
	margin-top: -2px;
	height: 26px;
	background: url(images/themes/black/bg_footerTab.png) top center no-repeat;
}
#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: 2px dotted;
}
#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: 2px dotted;
}
.breadcrumbs li {
	display: inline;
}
.breadcrumbs a {
}
.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;
}
.clearer {
	clear: both;
}
.clearFix {
	clear: both;
	display: block;
	height: 15px;
}

/* Table Styles */
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;
}

/* Definition List Styles */
dl {
	
}
dt {
	font-weight: bold;
	margin: 0 0 2px 0;
}
dd {
	margin: 0 0 10px 20px;
	padding: 0;
	line-height: 1.3em;
}

/* Blog Archive Page*/
.blog-archive-background {
}
.blog-entry-summary {
}
.blog-archive-headings-wrapper {  
	
}
.blog-archive-entries-wrapper { 
}
.blog-archive-entries-wrapper .blog-entry {
}
.blog-archive-month {
}
.blog-archive-link { 
}
.blog-archive-link a:link, .blog-archive-link a:visited {
}

.blog-entry {
}
.blog-entry-title {
	font-family: 'arial black', Tahoma, Verdana, Arial;
	font-weight: normal;
	text-transform: lowercase;	
	margin: 0 0 3px 0;
	letter-spacing: -.07em;
	color: #999;
	font-size: 30px;    
	line-height: 30px;  
	padding-bottom: 5px;
}
.blog-entry-date {
	padding-left: 13px;
	background: url(images/glyph_clock.jpg) 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.jpg) 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.jpg) left center no-repeat;
}
.blog-read-more {
}
.blog-entry-body {
	line-height: 1.4em;
	margin: 10px 0 10px 0;
	padding-top: 5px;
	border-top: 2px dotted #AAA;
}
.blog-entry-tags {
	margin-top: 5px;
}
.blog-entry-comments {
	margin-top: 5px;
	padding-left: 14px;
	background: url(images/glyph_chat.jpg) left center no-repeat;
}
.blog-entry-tags {
	margin-top: 5px;
	padding-left: 14px;
	background: url(images/glyph_tags.jpg) left center no-repeat;
}
.blog-entry-comments-inline {
	margin-top: 10px;
	padding-top: 10px;
	background: url(images/comments_english.jpg) top left no-repeat;
}
.blog-entry-comments-inline table {
	border: 0px solid;
}
.blog-entry-comments-inline td {
	text-align: left;
	font-size: 90%;
}
.blog-entry-comments-inline .MessageCell {
	padding: 0;
	margin: 0;
}
.blog-entry-comments-inline .MessageCell p {
	padding: 8px;
}
.blog-entry-comments-inline .MessageCell hr {
	display: none;
}
.blog-entry-comments-inline td .byline {
	font-style: italic;
	font-weight: bold;
}

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

#sidebar ul.blog-tag-cloud {
	padding: 0;
	margin: 0 0 15px 10px;
	list-style: none;
}
#sidebar ul.blog-tag-cloud li {
	padding: 0;
	margin: 0;
	display: inline;
}
.blog-tag-size-1 {
	font-size: 9px;
}
.blog-tag-size-2 {
	font-size: 11px;
}
.blog-tag-size-3 {
	font-size: 13px;
}
.blog-tag-size-4 {
	font-size: 15px;
}
.blog-tag-size-5 {
	font-size: 17px;
}
.blog-tag-size-6 {
	font-size: 19px;
}
.blog-tag-size-7 {
	font-size: 21px;
}
.blog-tag-size-8 {
	font-size: 24px;
	letter-spacing: -.05em;
}
.blog-tag-size-9 {
	font-size: 27px;
	letter-spacing: -.05em;
}
.blog-tag-size-10 {
	font-size: 30px;
	letter-spacing: -.05em;
}

/* Sidebar Categories */
#blog-categories a {
	margin-bottom: -15px;
	background: url(images/glyph_target.jpg) center left no-repeat;
}
.blog-category-link-enabled {
	border: 0px solid #000;
	display: block;
	height: 21px;
	line-height: 21px;
	padding: 0 0 0 15px;
}
.blog-category-link-disabled {
	background: url(images/glyph_target.jpg) center left no-repeat;
	color: #999;
	display: block;
	height: 21px;
	line-height: 21px;
	margin: 0;
	padding: 0 0 0 15px;
}
#blog-categories a:hover {
	text-decoration: none;
}

/* Sidebar Archives */
#blog-archives a {
	margin-bottom: -15px;
	background: url(images/glyph_clock.jpg) center left no-repeat;
}
.blog-archive-link-enabled {
	border: 0px solid #000;
	display: block;
	height: 21px;
	line-height: 21px;
	padding: 0 0 0 15px;
}
.blog-archive-link-disabled {
	background: url(images/glyph_clock.jpg) center left no-repeat;
	color: #999;
	display: block;
	height: 21px;
	line-height: 21px;
	margin: 0;
	padding: 0 0 0 15px;
}
#blog-archives a:hover {
	text-decoration: none;
}

/* Sidebar RSS */
#blog-rss-feeds a {
	margin-bottom: -15px;
	background: url(images/glyph_chat.jpg) center left no-repeat;
}
#blog-rss-feeds a:hover {
	text-decoration: none;
}
.blog-rss-link,
.blog-comments-rss-link {
	border: 0px solid #000;
	display: block;
	height: 21px;
	line-height: 21px;
	padding: 0 0 0 15px;
}
.blog-category-link-disabled {
	color: #999;
	display: block;
	height: 21px;
	line-height: 21px;
	margin: 0;
	padding: 0 0 0 15px;
}

/* File Sharing */
.filesharing-description {
	text-align: left;
	font-size: 1em;
	margin-bottom: 20px;
}
.filesharing-item {
	background-color: #EEE;
	margin: 0 0 5px 0;
	padding: 8px;
	border-top: 2px dotted;
}
.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 {
}

/* Photo Index Page */
.album-title {
	font-family: 'arial black', Tahoma, Verdana, Arial;
	font-size: 40px;
	text-transform: lowercase;
}
.album-description {
	margin-bottom: 4em;
}
.album-wrap {
	display: block;
	width: 99%;
	position: relative;	
}
.thumbnail-wrap {
	float: left;
	position: relative;
	text-align: center;
	margin: 0 20px 60px 0;
}
.thumbnail-frame {
	position: absolute; bottom: 0;
}
.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-top: .1em;
}
	
/* 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-family: 'arial black', Tahoma, Verdana, Arial;
	font-size: 40px;
	margin-bottom: 10px;
	text-transform: lowercase;
}
.photo-caption {
}

/* QuickTime Movie Page */
.movie-description {
}
	
/* Movie Index Page*/
.movie-page-title {
	font-family: 'arial black', Tahoma, Verdana, Arial;
	font-size: 40px;
	text-transform: lowercase;
}
.movie-page-description {
	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 {
	background: #000;	
}
.movie-title {
	margin-top: 5px;
	font-size: 2em;
}
.movie-frame {
	margin-bottom: 10px;
}
	
/* Contact Form */
.message-text {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #33CC00;
}
form {
	text-align: left;
}
form label {
	font-weight: bold;	
}
.required-text {
}
.form-input-field {
	font-family: 'LucidaGrande', Tahoma, 'Trebuchet MS', Verdana, sans-serif;
	font-size: 1.1em;
	margin-top: 2px;
	padding: 3px;
	width: 330px;
	border: 1px solid #999;
}
.form-input-field:hover {
}
.form-input-field:focus {
}
.form-input-button {
	border: 1px solid #999;
	padding: 2px 5px 2px 5px;
	font-size: 11px;
	line-height: 25px;
}
.form-input-button:hover {
}
.form-input-button:focus {
}
select {
	border: 1px solid #999;
}

/* 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 .wrapper {
	margin: 10px;
}
.featured {
	background-image: url(images/editable_images/product_featured.png);
	background-position:  top left;
	background-repeat: no-repeat;
}
.hot {
	background-image: url(images/editable_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 .wrapper {
	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;
}














