

/*<group=General Styles>*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-size: 76%;
}

p, .blog-entry, #sidebarContainer, #sidebar, #breadcrumbcontainer, .album-description, .movie-description, .movie-page-description, #contentContainer #content ul {
	color: #333333;
	font-size: 0.9em;
	line-height: 1.6;
}

a:link {
	color: #a0a0a0;
	text-decoration: none;
}

a:visited {
	color: #a0a0a0;
	text-decoration: none;
}

a:hover, a:active {
	color: #49525b;
	text-decoration: underline;
}

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

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

.clearer {
	clear: both;
	height: 10px;
}

/*</group>*/

/*<group=Layout>*/

body>#container {
	height: auto;
	min-height: 100%
}

#container {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 812px;
}

#pageHeader {
	height: 143px;
	margin: 0 auto;
	width: 776px;
}

#pageHeader img {

}

#pageHeader h1 {
	font-size: 2em;
	text-transform: uppercase;
	position: relative;
	line-height: 1.2em;
	padding: 0 5px;
}

#pageHeader h2 {
	color: #4b515a;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.2em;
	background: #ffffff;
	position: relative;
	padding: 0 5px;
}

#contentContainer {
	text-align: left;
}

#contentContainer #content {
	padding: 20px 10px 56px 10px;
	list-style: inherit;
}

#contentContainer #content p a:link, #contentContainer #content p a:visited {
	padding: 0.1em 0.5em;
}

#contentContainer #content p a:hover {
	text-decoration: none;
}

#sidebarContainer {
	text-align: left;
	position: relative;
}

#sidebarContainer img {
	border: none;
}

#sidebarContainer #sidebar {
	padding: 10px 10px;
	margin-bottom: 40px;
}

#sidebarContainer .sideHeader {
	font-weight: bolder;
	font-size: 1.1em;
	text-align: center;
	color: #49525b;
}

#footer {
	clear: both;
	position: absolute;
	height: 35px;
	margin: 0 18px;
	width: 776px;
	text-align: center;
	padding-top: 12px;
	bottom: 0;
}

#footer p {
	color: #ffffff;
	padding-left: 5px;
}

/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	width: 150px;
	margin-bottom: 20px;
	padding: 5px;
}

#navcontainer .current {
	}

#navcontainer .current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
}

#navcontainer li {

}

#navcontainer a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
	line-height: 20px;
	height: 20px;
}

#navcontainer a:hover {

}

#navcontainer a:active {
	background: #fafafa;
	text-transform: none;
}

/* Child - Level 1 */

#navcontainer ul ul {

}

#navcontainer ul ul li {

}

#navcontainer ul ul a {
	padding-left: 15px;
}

#navcontainer ul ul a:hover {

}

#navcontainer ul ul a:active {

}

/* Child - Level 2 */
#navcontainer ul ul ul {

}

#navcontainer ul ul ul li {

}

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

#navcontainer ul ul ul a:hover {

}

#navcontainer ul ul ul a:active {

}

/* Child Level 3 */

/*</group>*/

/*<group=Global Classes>*/

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 3px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 3px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 3px;
}

h4 {
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 3px;
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
	margin-left: 40px;
}

#contentContainer #content li {
	list-style: square;
}

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

}

#sidebarContainer #sidebar li {

}

/* Table Styles */
table {

}

/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	border-bottom: none;
	color: #ffffff;
	height: 20px;
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0 0 0 10px;
	width: 766px;
}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer li a:link {
	display: inline;
}

#breadcrumbcontainer li a:hover {
	display: inline;
	color: #ffffff;
}

/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
	text-align: center;
	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 18px;
}

.blog-entry-summary {

}

.blog-archive-headings-wrapper {
	padding-right: 15px;
}

.blog-archive-entries-wrapper {
	padding: 10px;
}

.blog-archive-entries-wrapper .blog-entry {

}

.blog-archive-month {
	text-align: right;
	padding: 5px;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}

.blog-archive-link {
	text-align: right;
	margin: 0;
	font-weight: normal;
	padding: 5px;
}

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

}

/*</group>*/

.blog-entry {

}

.blog-entry-title {
	position: relative;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 10px;
	line-height: 1.7em;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
}

/*styles the category link in the main entry */

.blog-entry-category {

}

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

}

/*styles the permalink link in the main entry */

.blog-entry-permalink {

}

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

}

.blog-read-more {

}

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

.blog-entry-comments {

}

/* styles the archives in the blog sidebar */
#blog-archives {

}

.blog-archive-link-enabled {

}

.blog-archive-link-disabled {

}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	padding: 5px;
	margin-top: 5px;
	border-top: 1px solid #333;
}

.blog-category-link-enabled {

}

.blog-category-link-disabled {

}

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

}

.blog-rss-link {

}

.blog-comments-rss-link {

}

/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}

.filesharing-item {
	margin-top: 10px;
	padding: 3px;
	border: #b3c6c4 1px solid;
}

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

/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.album-description {
	margin-bottom: 20px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
	text-align: center;
}

.thumbnail-wrap {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}

.thumbnail-frame {
	padding: 5px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #f2f2f2;
}

.thumbnail-frame:hover {
	background: #f2f2f2;
}

.thumbnail-frame img {
	margin: auto;
	border: none;
}

.thumbnail-caption {

}

/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
	text-align: center;
	margin: auto;
	width: 776px;
}

.photo-navigation {
	padding-bottom: 20px;
	width: 776px;
	height: 100px;
	margin: auto auto 20px;
	top: 10px;
}

.photo-title {
	font-size: 2em;
	text-align: right;
	text-transform: uppercase;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 400px;
	position: relative;
	top: 15px;
	right: 25px;
	line-height: 1.2em;
	padding: 0 5px;
}

.photo-caption {
	text-align: right;
	margin: 0 0 0 350px;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.2em;
	background: #ffffff;
	position: relative;
	right: 15px;
	padding: 0 5px;
	top: 10px;
}

.photo-links {
	position: relative;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 40px;
}

.photo-links a:link, .photo-links a:active {

}

.photo-links a:hover {

}

.photo-frame {
	margin: 0;
	border: 5px solid #ffffff;
}

/*</group>*/
	
/*</group>*/

/*<group=Quicktime Page>*/

.movie-description {
	text-align: center;
}

/*</group>*/

/*<group=Quicktime Album>*/

/*<group=Index Page (Movie Thumbnail view)>*/

.movie-page-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.movie-page-description {
	margin-bottom: 20px;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-right: 40px;
	text-align: center;
	margin-bottom: 20px;
}

.movie-thumbnail-caption {
	color: #333333;
}

/*</group>*/

/*<group=Single Page (Movie View)>*/

.movie-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

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

.movie-background {
	background: #ffffff;
	margin-top: 5px;
}

/*</group>*/

/*</group>*/

/*<group=Contact Form>*/

.message-text {

}

.required-text {

}

.form-input-field {

}

.form-input-button {

}

/*</group>*/

/*<group=Bonsai snippets>*/

.center {
	text-align: center;
}

/*<group=Blockquote>*/

blockquote {
	margin: 0;
	padding: 10px 20px;
	background: #E7F1F3;
	border-top: 1px solid #AAD3DB;
	border-bottom: 1px solid #AAD3DB;
}

/*</group>*/

/*<group=Standout>*/

.standout {
	margin: 0;
	padding: 10px 20px;
	background: #ffffcc;
	border-top: 1px solid #ffcc00;
	border-bottom: 1px solid #ffcc00;
	border-left: 5px solid #ffcc00;
	border-right: 1px solid #ffcc00;
}

/*</group>*/

/*<group=Code>*/

.code {
	background: #f2f2f2;
	border-top: double #e5e5e5;
	border-bottom: double #e5e5e5;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	font-family: Courier New, Courier, mono;
	padding: 10px;
}

.code p {

}

.code h3 {

}

code {
	background: #f2f2f2;
	border-top: double #e5e5e5;
	border-bottom: double #e5e5e5;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 20px;
	font-family: Courier New, Courier, mono;
	padding: 10px;
	display: block;
}

/*</group>*/
	
/*</group>*/
