/* http://www.bonsai-studio.net */

/* @group General Styles */

body {
	padding: 20px;
	text-align: center;
	font-family: Arial, Helvetica, Geneva, sans-serif;

}

p {
}

b, strong {
	font-weight: bold;
}

a:link {
	padding: 0 3px;
	font-weight: bold;
}

a:visited {
}

a:active {
}

a:hover {
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}

/* @group blockquote */

.quote {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background: url(images/quote.png) no-repeat left top;
}

blockquote, .standout {
	position: relative;
	clear: both;
	overflow: hidden;
	z-index: 0;
}

blockquote p, .standout p {
	z-index: 1;
	padding-left: 2.4em;
}

/* @end */

/* @group code */

.code {
	position: absolute;
	right: 0;
	bottom: 1.6em;
	width: 150px;
	height: 50px;
	background: url(images/code.png) no-repeat left top;
}

code {
	position: relative;
}


pre{
	position: relative;
	clear: both;
	overflow: auto;
}

pre code {
	display: block;
	padding: 0 0 1.6em 1.6em;
	position: relative;
}

/* @end */

/* @end */

/* @group Layout */

/* @group Container */

#container {
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	overflow: hidden;
/*	background: url(images/pattern_143.gif) repeat left; */
}

/* @end */

/* @group pageHeader */

#pageHeader {
  padding: 20px;
  background-position: left top;
  background-repeat: repeat;
}

#pageHeaderContent {

}

#pageHeader img {
	
}

#pageHeader h1 {
	font-size: 3.2em;
}

#pageHeader h2 {
	
}



/* @end */

/* @group contentContainer */

#contentContainer {
	float: left;
	margin-top: 5px;
	position: relative;
	padding-bottom: 30px;
}

#contentContainer #content {
	padding: 15px;
}



/* @end */

/* @group sidebarContainer */

#sidebarContainer {
	float: right;
	margin-top: 5px;
}

#sidebarContainer .sideHeader {
}

#sidebarContainer #sidebar {
	padding: 0 10px;
	overflow: hidden;
}



/* @end */

/* @group footer */

#footer {
  overflow: hidden;
	height: 30px;
	text-align: center;
	margin-top: 5px;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: 30px;
	overflow: hidden;
}

#footer a:link, #footer a:visited {
	
}

#footer a:hover, #footer a:active {
	
}

/* @end */

.clearer {
	clear: both;
}

/* @end */

/*

 @group Bread-crumb */

#breadcrumbcontainer {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 10px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#breadcrumbcontainer ul {
	margin: 0;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer ul li a:link,
#breadcrumbcontainer ul li a:visited {
	text-decoration: none;
	border-bottom: none;
}

#breadcrumbcontainer  ul li a:hover,
#breadcrumbcontainer  ul li a:active {
	text-decoration: none;
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
	position: relative;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
	
}

.imageStyle {
	
}

/* Main content area unordered list styles */

#contentContainer #content ul {
	
}

#contentContainer #content li {
	
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */

#sidebarContainer #sidebar ul {
	
}

#sidebarContainer #sidebar li {
	
}

/* Table Styles */

table {
	
}

/* @end */

/* @group Navcontainer */

#navcontainer1 {
  	height: 30px;
  	margin-top: 5px;
	padding: 0;
}

#navcontainer1 .current {
}

#navcontainer1 .currentAncestor {
}

#navcontainer1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
}

#navcontainer1 li {
  display:  inline;
	padding: 0;
	margin: 0;
}

#navcontainer1 a {
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0 10px;
	text-decoration: none;
	border: none;
}

#navcontainer1 a:hover {
	color: #fff;
}

#navcontainer1 ul ul {
	display: none;
	position: absolute;
	height: 0;
	width: 0;
}

#navcontainer1 ul ul a {
	text-decoration: none;
}

#navcontainer1 ul ul ul {
	display: block;
	position: absolute;
	left: 10px;
	top: 20px;
	width: inherit;
	margin: 0;
	white-space: nowrap;
	padding: 0 0 0 10px;
}

#navcontainer1 ul ul ul li a {
}

#navcontainer1 ul ul ul li a:hover {
}

#navcontainer1 ul ul ul .current {
}

#navcontainer1 ul ul ul ul {
	display: none;
}

#navcontainer ul ul ul ul a {
}

#navcontainer2 {
	position: relative;
	margin: 1.6em 0;
}

#navcontainer2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer2 li {
	position: relative;
	display: inline;
	height: 0;
}

#navcontainer2 a {
	display: none;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	border: none;
	padding-left: 5px;
}

#navcontainer2 .current {
	border-right-style: solid;
	border-right-width: 5px;
	cursor: default;
}

#navcontainer2 .currentAncestor {
}

#navcontainer2 a:hover {
	color: #182532;
}

#navcontainer2 ul ul li {
}

#navcontainer2 ul ul a {
	display: block;
}

#navcontainer2 ul ul ul a {
	padding-left: 10px;
}

#navcontainer2 ul ul ul ul a {
	padding-left: 20px;
}

#navcontainer2 ul ul ul ul ul a {
	padding-left: 30px;
}

#navcontainer2 ul ul ul ul ul ul a {
	padding-left: 40px;
}

/* @end */

/* @group + Blog */

/* @group Tag Cloud */

#container ul.blog-tag-cloud {
	margin: 1.6em 0;
}

ul.blog-tag-cloud li {
	display: inline;
	padding: 0.2em;
}

ul.blog-tag-cloud li a{
	height: 1.5em;
	line-height: 1.5em;
}

ul.blog-tag-cloud li a:link, ul.blog-tag-cloud li a:visited {
	padding-left: 15px;
	background-image: url(images/micro-icons/tag.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.blog-tag-size-1 {	
	font-size: 0.8em;
}

.blog-tag-size-2 {	
	font-size: 0.85em;
}

.blog-tag-size-3 {	
	font-size: 0.9em;
}

.blog-tag-size-4 {	
	font-size: 0.95em;
}

.blog-tag-size-5 {	
	font-size: 1em;
}

.blog-tag-size-6 {	
	font-size: 1.05em;
}

.blog-tag-size-7 {	
	font-size: 1.1em;
}

.blog-tag-size-8 {	
	font-size: 1.15em;
}

.blog-tag-size-9 {	
	font-size: 1.2em;
}

.blog-tag-size-10 {	
	font-size: 1.25em;
}

.blog-tag-size-11 {	
	font-size: 1.3em;
}

.blog-tag-size-12 {	
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {	
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {	
	font-size: 1.55em;
}

.blog-tag-size-17 {	
	font-size: 1.6em;
}

.blog-tag-size-18 {	
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {	
	font-size: 1.75em;
}

/* @end */

/* @group 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 {
	font-size: 2em;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid;
}

.blog-archive-link {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.blog-archive-link a:link, .blog-archive-link a:visited {

}

/* @end */

.blog-entry {
	margin-bottom: 10px;
	border-bottom: 1px solid;
}

.blog-entry-title {
	font-size: 1.6em;
}

.blog-entry-date {
	background: url(images/micro-icons/calendar.gif) no-repeat left center;
	padding-left: 15px;
	margin-bottom: 1em;
	height: 12px;
	line-height: 12px;
}

/*styles the category link in the main entry */
.blog-entry-category {
	background-image: url(images/micro-icons/document.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
	padding-left: 15px;
	height: 12px;
	line-height: 12px;
}

.blog-entry-category a:link, .blog-entry-category a:visited {

}

/*styles the permalink link in the main entry */
.blog-permalink {
 	border: none;
 }

.blog-permalink a:link, .blog-entry-permalink a:visited {

}

.blog-entry-body {
	margin-bottom: 10px;
}

.blog-read-more {
	display: block;
	clear: both;
	background: url(images/micro-icons/plus.gif) no-repeat left center;
	padding-left: 15px;
	margin-top: 1.6em;
	margin-bottom: 0.5em;
}

#content p.blog-entry-tags {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0;
	background: url(images/micro-icons/tag.gif) no-repeat left center;
	padding-left: 15px;
}

.blog-entry-comments {
	margin-top: 0.5em;
	padding-left: 15px;
	background: url(images/micro-icons/comment.gif) no-repeat left center;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin: 1.6em 0;
}

.blog-archive-link-enabled {
}

a.blog-archive-link-enabled:link, a.blog-archive-link-enabled:visited {
	line-height: 15px;
	height: 15px;
	padding-left: 15px;
	background-image: url(images/micro-icons/folder.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

a.blog-archive-link-enabled:hover, a.blog-archive-link-enabled:active {
	background-image: url(images/micro-icons/folder.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.blog-archive-link-disabled {
	line-height: 15px;
	height: 15px;
	background: url(images/micro-icons/folder.gif) no-repeat left center;
	padding-left: 15px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin: 1.6em 0;
}

a.blog-category-link-enabled {
	line-height: 15px;
	height: 15px;
	padding-left: 15px;
}

a.blog-category-link-enabled:link, a.blog-category-link-enabled:visited {
	background-image: url(images/micro-icons/document.gif);
	background-repeat: no-repeat;
	background-position: left center;

}

a.blog-category-link-enabled:hover, a.blog-category-link-enabled:active {
	background-image: url(images/micro-icons/document.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


.blog-category-link-disabled {
	line-height: 15px;
	height: 15px;
	padding-left: 15px;
	background: url(images/micro-icons/document.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin: 1.6em 0;
}

a.blog-rss-link {
	padding-left: 15px;
	line-height: 15px;
	height: 15px;
}

a.blog-rss-link:link, a.blog-rss-link:visited{
	background-image: url(images/micro-icons/rss_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

a.blog-rss-link:hover, a.blog-rss-link:active{
	background-image: url(images/micro-icons/rss_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}

a.blog-comments-rss-link {
	line-height: 15px;
	height: 15px;
	padding-left: 15px;
}

a.blog-comments-rss-link:link, a.blog-comments-rss-link:visited{
	background-image: url(images/micro-icons/comments.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

a.blog-comments-rss-link:hover, a.blog-comments-rss-link:active{
	background-image: url(images/micro-icons/comments.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}


/* @end */

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 1.6em;
}

.filesharing-item {
	padding: 1.6em;
	margin-bottom: 1.6em;
	border: 2px dotted;
}

.filesharing-item-title a:link {
	font-weight: bold;
	font-size:1.6em;
	line-height:1;
	margin:1em 0 .5em;
}

.filesharing-item-title a:hover {
	
}

.filesharing-item-title a:visited {
	margin-bottom:1.6em;
	
}

.filesharing-item-description {
	
}

/* @end */

/* @group + Photo Album */

/* @group - Index Page (Thumbnail view) */

.album-title {
	font-weight: bold;
	font-size:1.6em;
	line-height:1;
	margin:1em 0 .5em;
}

.album-description {
	margin-bottom:1.6em;
}

.album-wrapper {
	display: block;
	float: left;
	width: 99%;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.thumbnail-wrap {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
	text-align: center;
}

.thumbnail-frame {
	position: absolute;
	left: 0;
	bottom: 0;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	margin: auto;
	padding: 5px;
	background-color: #f9f9f9;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1em;
}

/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	margin: 0;
}

.photo-navigation {
	margin-bottom: 20px;
	text-align: center;
}

.photo-links {
	
}

.photo-navigation a:link, .photo-navigation a:visited {
	
}

.photo-navigation a:hover {
	
}

.photo-frame {
	padding: 2px;
	border-style: solid;
	border-width: 10px;
	border-bottom-width: 50px;
	border-bottom-style: solid;
}

.photo-title {
	font-size:1.6em;
	line-height:1;
	margin:1em 0 .5em;
}

.photo-caption {
	font-size: 1.1em;
	margin: 0;
}

/* @end */

/* @end */

/* @group Quicktime Page */

.movie-description {
	
}

/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	font-size: 1.6em;
	font-weight: bold;
	padding: 10px;
	padding-left: 0;
	margin-bottom: 10px;
}

.movie-page-description {
	margin-bottom:1.6em;
}

.movie-thumbnail-frame {
	width: 132px;
	float: left;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding: 2px;
}

.movie-thumbnail-frame:hover {
	
}

.movie-thumbnail-caption {
	
}

/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	margin: 10px;
}

.movie-title {
	font-size: 1.6em;
	font-weight: bold;
	padding: 10px;
	padding-left: 0;
	margin-bottom: 10px;
}

.movie-frame {
	margin-bottom: 10px;
}

/* @end */

/* @end */

/* @group Contact Form */

.message-text {
	margin-bottom: 1.6em;
}

.required-text {
	
}

.form-input-field {
	width: 95%;
}

.form-input-button {
	width: 45%;
	float: left;
	margin-bottom: 1.6em;
	margin-right: 5%;
}

/* @end */

/* @group ((( BS ))) - Snippets 20081015 */

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.hidden {
	visibility: hidden;
}

.w10x100 {
	width: 10%;
}

.w15x100 {
	width: 15%;
}

.w20x100 {
	width: 20%;
}

.w25x100 {
	width: 25%;
}

.w30x100 {
	width: 30%;
}

.w35x100 {
	width: 35%;
}

.w40x100 {
	width: 40%;
}

.w45x100 {
	width: 45%;
}

.w50x100 {
	width: 50%;
}

.w55x100 {
	width: 55%;
}

.w60x100 {
	width: 60%;
}

.w65x100 {
	width: 65%;
}

.w70x100 {
	width: 70%;
}

.w75x100 {
	width: 75%;
}

.w80x100 {
	width: 80%;
}

.w85x100 {
	width: 85%;
}

.w90x100 {
	width: 90%;
}

.w95x100 {
	width: 95%;
}

.w100x100 {
	width: 100%;
}

.h10px {
	height: 10px;
}

.h20px {
	height: 20px;
}

.h30px {
	height: 30px;
}

.h40px {
	height: 40px;
}

.h50px {
	height: 50px;
}

.h60px {
	height: 60px;
}

.h70px {
	height: 70px;
}

.h80px {
	height: 80px;
}

.h90px {
	height: 90px;
}

.h100px {
	height: 100px;
}

.red {
	background-color: red;
}



/* @end */

/* @group ((( BS ))) - jQuery plugins */

/* @group IEPngFix */

a:link.transparent-bg, 
a:visited.transparent-bg,
a:hover.transparent-bg,
a:active.transparent-bg,
#lbImage a:link,
#lbImage a:visited,
#lbImage a:hover,
#lbImage a:active {
	background-color: transparent;
	cursor: pointer;
	border: none;
	margin: 0;
	padding: 0;
}



/* @end */

/* @group Tolltip */

#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	border: 1px solid #7f7f7f;
}
#tooltip h3, #tooltip div {
	margin: 0;
	color: #666;
}

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('images/tooltip/shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('images/tooltip/shadow2.png');
	padding-top: 5em;
	height: 100px;
}

/* @end */



/* @end */
