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

/* @group General Styles */

* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	background-color: #EEEEEE;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	font: 62.5% "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, bitstream;
}

p {
	text-align: justify;
}

b, strong {

}

a:link, a:visited {
	background: transparent;
	font-weight: bold;
}

a:hover, a:active {
	text-decoration: none;
	color: #fff;
}

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

.image-left {
	float: left;
	margin: 0;
	margin-top: 5px;
	margin-right: 5px;
}

.image-right {
	float: right;
	margin: 0;
	margin-top: 5px;
	margin-left: 5px;
}

.center {
	text-align: center;
}

/* @end */

/* @group Layout */

#container {
	width: 500px;
	overflow: hidden;
	background-color: #fff;
	margin: auto;
	position: relative;
	text-align: left;
	display: block;
	border-bottom: #fff 1px solid;
}

.clearer {
	clear: both;
}

#contentContainer {
	margin: 10px;
	overflow: hidden;
}

#pageHeader {
	height: 250px;
	position: relative;
	overflow: hidden;
}

#headers {
	position: absolute;
	left: 0;
	bottom: 0;
}

#pageHeader img {
	margin: 10px;
}

#pageHeader h1 {
	margin: 10px;
	padding-bottom: 0;
	font-size: 4em;
	font-weight: normal;
	text-shadow: 3px 3px 2px #444;
}

#pageHeader h2 {
	margin: 10px;
	font-size: 2em;
	font-weight: normal;
	text-shadow: 2px 2px 1px #444;
}

#contentContainer #content {
	width: 75%;
	float: left;
	overflow: hidden;
}

#wrapper {
	margin-right: 10px;
	font-size: 1.2em;
	line-height: 1.6em;
}

/* @group Vertical Sidebar */

#v-sidebarContainer {
	width: 25%;
	float: right;
	background-color: #EEEEEE;
	border-top: 3px #999999 solid;
	border-bottom: 1px solid;
	}

#v-sidebarContainer .sideHeader {
	padding: 5px;
	font-weight: bolder;
	color: #666;
	font-size: 1.2em;
}

#v-sidebarContainer #v-sidebar {
	padding: 5px;
	position: relative;
	/* fix for left margin ie problem, no effect on firefox */
	color: #666;
}

/* @end */

/* @group Bottom Sidebar */

#sidebarContainer {
	background-color: #EEEEEE;
	border-top: 3px #999999 solid;
	border-bottom: 1px solid;
	margin: 10px;
	padding: 10px;
}

#sidebarContainer .sideHeader {
	font-weight: bolder;
	color: #666;
	font-size: 1.2em;
}

#sidebarContainer #sidebar {
	float: left;
	width: 31%;
	margin-left: 15px;
	position: relative;
	display: inline;
	/* fix for left margin ie problem, no effect on firefox */
	color: #666;
}

/* @end */

#v-toolbar {
	padding: 5px;
	font-size: 1em;
	line-height: 1.2em;
}

#toolbar {
	float: left;
	width: 31%;
	margin-left: 15px;
	position: relative;
	font-size: 1em;
	line-height: 1.2em;
	display: inline;
}

#footer {
	margin: 20px;
}

#footer p {
	text-align: center;
	font-size: 10px;
}

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

}

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

}

/* @end */

/* @group Vertical Toolbar */

/* Toolbar Styles */

#v-navcontainer {
	margin: 5px;
	position: relative;
	/* fix for left margin ie problem, no effect on firefox */
}

#v-navcontainer .current {
	font-weight: bold;
	color: #fff;
}

#v-navcontainer .current a:hover {
	color: #666666;
}

#v-navcontainer .currentAncestor {
	font-weight: bold;
}

/* Parent - Level 0 */

#v-navcontainer ul {
	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: 1px #ccc solid;
}

#v-navcontainer li {
	list-style: none;
	border-top: 1px #ccc solid;
}

#v-navcontainer a {
	padding: 0 0 0 4px;
	font-size: 1.2em;
	height: 1.4em;
	line-height: 1.4em;
	text-decoration: none;
	font-weight: lighter;
	display: block;
	color: #666666;
}

#v-navcontainer a:link, #v-navcontainer a:visited {
	font-size: 1.2em;
	line-height: 1.4em;
}

#v-navcontainer a:hover {
	color: #FFFFFF;
	background-color: #666666;
}

#v-navcontainer a:active {
	font-weight: bold;
}

/* Child - Level 1 */

#v-navcontainer ul ul {
	border: none;
	position: relative;
}

#v-navcontainer ul ul li {
	border-top: 1px #ccc solid;
}

#v-navcontainer ul ul a {
	padding: 0 0 0 12px;
}

#v-navcontainer ul ul a:hover {
	color: #FFFFFF;
	background-color: #666666;
}

#v-navcontainer ul ul .current {

}

#v-navcontainer ul ul .currentAncestor {

}

/* Child - Level 2 */

#v-navcontainer ul ul ul {
	position: relative;
	border: none;
}

#v-navcontainer ul ul ul li {
	border-top: 1px #cccccc solid;
}

#v-navcontainer ul ul ul a {
	padding: 0 0 0 20px;
}

#v-navcontainer ul ul ul a:hover {
	color: #FFFFFF;
	background-color: #666666;
}

#v-navcontainer ul ul ul .current {

}

#v-navcontainer ul ul ul .currentAncestor {

}

/* Child Level 3 */

#v-navcontainer ul ul ul {

}

#v-navcontainer ul ul ul ul li {

}

#v-navcontainer ul ul ul ul a {

}

#v-navcontainer ul ul ul ul a:hover {

}

/* Child Level 4 */

#v-navcontainer ul ul ul ul {

}

#v-navcontainer ul ul ul ul ul li {

}

#v-navcontainer ul ul ul ul ul a {

}

#v-navcontainer ul ul ul ul ul a:hover {

}

/* Child Level 5 */

#v-navcontainer ul ul ul ul ul {

}

#v-navcontainer ul ul ul ul ul ul li {

}

#v-navcontainer ul ul ul ul ul ul a {

}

#v-navcontainer ul ul ul ul ul ul a:hover {

}

/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	float: left;
	width: 31%;
	display: inline;
	position: relative;
	/* fix for left margin ie problem, no effect on firefox */
}

#navcontainer .current {
	font-weight: bold;
	color: #fff;
}

#navcontainer #current a:hover {
	color: #666666;
}

#navcontainer .currentAncestor {
	font-weight: bold;
}

/* Parent - Level 0 */

#navcontainer ul {
	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: 1px #ccc solid;
}

#navcontainer li {
	list-style: none;
	border-top: 1px #cccccc solid;
}

#navcontainer a {
	padding: 0 0 0 4px;
	font-size: 1.2em;
	height: 1.4em;
	line-height: 1.4em;
	text-decoration: none;
	font-weight: lighter;
	display: block;
	color: #666;
}

#navcontainer a:link, #navcontainer a:visited {
	font-size: 1.2em;
	line-height: 1.4em;
}

#navcontainer a:hover {
	color: #FFFFFF;
	background-color: #666666;
}

#navcontainer a:active {
	font-weight: bold;
}

/* Child - Level 1 */

#navcontainer ul ul {
	border: none;
	position: relative;
}

#navcontainer ul ul li {
	border-top: 1px #ccc solid;
}

#navcontainer ul ul a {
	padding: 0 0 0 12px;
}

#navcontainer ul ul a:hover {
	color: #FFFFFF;
	background-color: #666666;
}

#navcontainer ul ul .current {

}

#navcontainer ul ul .currentAncestor {

}

/* Child - Level 2 */

#navcontainer ul ul ul {
	position: relative;
	border: none;
}

#navcontainer ul ul ul li {
	border-top: 1px #cccccc solid;
}

#navcontainer ul ul ul a {
	padding: 0 0 0 20px;
}

#navcontainer ul ul ul a:hover {
	color: #FFFFFF;
	background-color: #666666;
}

#navcontainer ul ul ul .current {

}

#navcontainer ul ul ul .currentAncestor {

}

/* Child Level 3 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul ul li {

}

#navcontainer ul ul ul ul a {

}

#navcontainer ul ul ul ul a:hover {

}

/* Child Level 4 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul ul li {

}

#navcontainer ul ul ul ul ul a {

}

#navcontainer ul ul ul ul ul a:hover {

}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {

}

#navcontainer ul ul ul ul ul ul li {

}

#navcontainer ul ul ul ul ul ul a {

}

#navcontainer ul ul ul ul ul ul a:hover {

}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	line-height: 1.4em;
	height: 1.4em;
	margin: 0;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 10px;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
}

#breadcrumbcontainer ul {
	list-style: none;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a:link, #breadcrumbcontainer a:active {
	text-decoration: none;
}

#breadcrumbcontainer a:hover, #breadcrumbcontainer a:visited {

}

/* @end */

/* @group Global Classes */

blockquote, .standout {
}

code {
	background: url(/rw_common/themes/Miniblog/images/code.gif) no-repeat right bottom;
	font: 1.1em/1.4em "Andale mono", "Courier New", Courier, mono;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {

}

#contentContainer #content li {

}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {

}

#sidebarContainer #sidebar li {

}

/* Table Styles */
table {

}

/* @end */

/* @group Blog */

/* @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 {
	margin: 10px;
}

.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;
	padding: 10px;
	padding-left: 0;
	margin-bottom: 10px;
}

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

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

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

}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
	background: url(/rw_common/themes/Miniblog/images/document_permalink.gif) no-repeat left center;
	margin-left: 5px;
	padding-left: 12px;
	height: 12px;
	line-height: 12px;
}

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

}

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

.blog-read-more {
	display: block;
	text-indent: 0;
	background: url(/rw_common/themes/Miniblog/images/plus.gif) no-repeat left center;
	padding-left: 15px;
}

.blog-entry-comments {
	margin-top: 10px;
	text-indent: 0;
	padding-left: 15px;
	background: url(/rw_common/themes/Miniblog/images/comment.gif) no-repeat left center;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

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

a.blog-archive-link-enabled:link, a.blog-archive-link-enabled:visited {
	background: url(/rw_common/themes/Miniblog/images/folder.gif) no-repeat left center;
}

a.blog-archive-link-enabled:hover, a.blog-archive-link-enabled:active {
	background: url(/rw_common/themes/Miniblog/images/folder.gif) no-repeat left center;
}

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

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
}

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: url(/rw_common/themes/Miniblog/images/document.gif) no-repeat left top;
}

a.blog-category-link-enabled:hover, a.blog-category-link-enabled:active {
	background: url(/rw_common/themes/Miniblog/images/document.gif) no-repeat left top;
}


.blog-category-link-disabled {
	line-height: 15px;
	height: 15px;
	padding-left: 15px;
	background: url(/rw_common/themes/Miniblog/images/document.gif) no-repeat left top;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
}

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

a.blog-rss-link:link, a.blog-rss-link:visited{
	background: url(/rw_common/themes/Miniblog/images/rss_icon.gif) no-repeat left center;
}

a.blog-rss-link:hover, a.blog-rss-link:active{
	background: url(/rw_common/themes/Miniblog/images/rss_icon.gif) no-repeat 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: url(/rw_common/themes/Miniblog/images/comments.gif) no-repeat left center;
}

a.blog-comments-rss-link:hover, a.blog-comments-rss-link:active{
	background: url(/rw_common/themes/Miniblog/images/comments.gif) no-repeat left center;
	}


/* @end */

/* @group File Sharing */

.filesharing-description {
	font-weight: bold;
}

.filesharing-item {
	margin-top: 10px;
	padding: 3px;
}

.filesharing-item-title {
	font-size: 14px;
	font-weight: normal;
}

.filesharing-item-title a:link {

}

.filesharing-item-title a:hover {

}

.filesharing-item-title a:visited {

}

.filesharing-item-description {

}

/* @end */

/* @group Photo Album */

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

.album-title {
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 18px;
}

.album-description {
}

.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;
}

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

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

.thumbnail-caption {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 0.8em;
	line-height: 1em;
}

/* @end */

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

.photo-background {
	text-align: center;
	background-color: #fff;
}

.photo-navigation {
	width: 70%;
	padding-right: 15%;
	padding-left: 15%;
	margin-bottom: 20px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	background-color: #eee;
	text-align: center;
}

.photo-title {
	text-align: center;
	padding: 0;
	font-size: 3.5em;
	margin: 0;
}

.photo-caption {
	font-size: 2em;
	margin: 0;
	padding: 0;
	text-align: center;
}

.photo-links {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 30px;
}

.photo-links a{
	height:30px;
	line-height: 30px;
	background-color: #fff;
	}

.photo-links a:link, .photo-links a:visited {
	padding: 5px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}

.photo-frame {
	padding: 5px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	margin-bottom: 1024px;
}

/* @end */

	
/* @end */

/* @group Quicktime Page */

.movie-description {

}

/* @end */

/* @group Quicktime Album */

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

.movie-page-title {

}

.movie-page-description {

}

.movie-thumbnail-frame {

}

.movie-thumbnail-frame:hover {

}

.movie-thumbnail-caption {

}

/* @end */

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

.movie-background {

}

.movie-title {

}

.movie-frame {

}

/* @end */


/* @end */

/* @group Contact Form */
.message-text {

}

.required-text {
	color: #f00;
}

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

.form-input-field:focus {
}

.form-input-field:hover {
}

.form-input-button {
	text-align: center;
	margin-left: 7%;
	margin-bottom: 20px;
	width: 40%;
	float: left;
}

/* @end */
/*