

/*<group=General Styles>*/

body {
	font: .8em/1.3em "Georgia", sans-serif;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	color: #4c4c4c;
}

p {
	margin: 0;
	}
	
b {
	line-height: 30px;
	}
	
a:link, a:active, a:visited {
	text-decoration: none;
}
	
a:hover {
	}

.imageStyle {
	text-align: left;
	float: left;
	margin-right: 5px;
}

blockquote, .standout {
	font-size: 1.3em;
	line-height: 1.4em;
	font-style: italic;
	padding: 10px;
	text-align: center;
	border-bottom: 1px dotted #cccccc;
	border-top: 1px dotted #cccccc;
	background: center  none;
	color: #b3b3b3;
}

h1 {
	font-size: 2em;
	padding-bottom: 5px;
}

h2 {
	font-size: 1.7em;
	font-weight: bold;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1em;
}
	
/*</group>*/

/*<group=Layout Styles>*/

#container {
	margin: 0 auto;
	text-align: left;
	padding: 0;
}

#header {
	background: #fff;
}

#title {
	height: 150px;
	margin: 0;
	font: 1.4em/.1em "Georgia", sans-serif normal;
	padding: 30px;
	border: 1px solid #cccccc;
	text-align: center;
}

#navcontainer {
	width: 150px;
	padding: 25px;
	height: 160px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background: #fff;
	}

#sidebar {
	padding: 30px;
	color:  #999;
	width: 150px;
	background: #ffffff;
	border: 1px solid #ccc;
	text-align: center;
}

#sidebar p {
	font-size: .9em;
	line-height: 2em;
	font-weight: bold;
	text-transform: capitalize;
	color: #666;
	background: no-repeat center bottom  url(images/bg_blog.gif);
	padding-bottom: 6px;
	margin-bottom: 8px;
}

#contentContainer {
	padding: 30px;
	border: 1px solid #cccccc;
}

#footer {
	margin-top: 10px;
	font-size: .9em;
	}
	
/*</group>*/

/*<group=Toolbar Styles>*/

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#navcontainer ul a:link, #navcontainer ul a:visited {
	margin: 5px;
	display: block;
	padding: 2px 5px;
	border: 1px solid #e6e6e6;
	color: #666;
	}

#navcontainer ul a:hover, #navcontainer ul #current {
	background: #e6e6e6;
	color: #000;
	display: block;
}

#navcontainer ul .currentAncestor {
	background: #cccccc;
	color: #000;
	display: block;
}
	
#navcontainer ul ul {
	margin-left: 10px;
	}
	
#navcontainer ul ul a:link, #navcontainer ul ul a:active, #navcontainer ul ul a:visited {
	padding-left: 16px;
	background: url(images/bg_2nav.gif) no-repeat left;
	display: block;
	border-style: none;
}

#navcontainer ul ul #current {
	padding-left: 16px;
	background: #e6e6e6 url(images/bg_2nav.gif) no-repeat left;
	display: block;
	border-style: none;
}
	
/*</group>*/

/*<group=Breadcrumb Styles>*/

#breadcrumbContainer {
	margin-top: 10px;
	margin-left:-40px;
	font-size: 90%;
	}

#breadcrumbContainer ul {
	display: inline;
	}
	
#breadcrumbContainer li {
	display: inline;
	}
	
#breadcrumbContainer a { }
#breadcrumbContainer a:hover { }
	
/*</group>*/

/*<group=Blog Page>*/

.blog-entry {
	margin-bottom: 30px;
	background: no-repeat center bottom  url(images/bg_blog.gif);
	padding-bottom: 10px;
}
	
.blog-entry-title {
	font: 1.5em/1em "Georgia", serif;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 10px;
	background: url(images/bgBlog.gif) no-repeat -2px;
	padding: 0 0 15px 30px;
	}
	
.blog-entry-body {
	}
	
.blog-entry-date {
	font-size: .9em;
	margin-bottom: 10px;
	margin-top: -16px;
	padding-left: 30px;
	}
	
.blog-entry-category { }

.blog-entry-comments {
	margin: 10px 0 20px 0;
	text-align: right;
	}

.blog-entry-comments a:link {
	padding-left: 15px;
	background: url(images/bg_icncomments.gif) no-repeat left;
	font-size: 85%;
}
	
/*</group>*/

/*<group=Filesharing Page>*/

.filesharing-description {
	margin-bottom: 20px;
	}
	
.filesharing-item {
	margin-bottom: 20px;
}
	
.filesharing-item-title {
	padding: 2px 5px 2px 20px;
	display: block;
	background: no-repeat left -.5px  url(images/bgFile.png);
	border-bottom: 1px dotted #ccc;
}
	
.filesharing-item-title a { }
.filesharing-item-title a:hover { }
.filesharing-item-description {
	font-size: 90%;
	padding: 2px 5px;
	font-style: italic;
	}
	
/*</group>*/

/*<group=Photo Page>*/

/* thumbnail view */
.album-title {
	font-size: 1.5em;
	line-height: 1em;
	background: no-repeat left url(images/bgPhoto.gif);
	padding-left: 35px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.album-description {
	}
	
.album-description a:link { } 
.thumbnail-table {
	}
	.thumbnail-frame {
	border: 1px solid #cccccc;
	background: url(images/bg_thumbnail.jpg);
}

.thumbnail-frame a {
}
	.thumbnail-frame a:hover {
	}
	.thumbnail-frame img {
	margin: 0 0 5px 0;
	padding: 5px 5px 0;
}
	.thumbnail-caption {
	font-size: .8em;
	text-align: center;
	padding-bottom: 5px;
}

/* full image view */.photo-background {
	margin: 0 auto;
	width: 700px;
	}
	.photo-navigation { 
	padding: 10px;
	background: #fff;
	}
	.photo-navigation a {
	}
	.photo-navigation a:hover {
	}
	.photo-frame {
	padding: 10px;
	background: #fff;
	margin-top: 10px;
	}
	.photo-links {
	}
	.photo-title {
	font-size: 125%;
	}
	.photo-caption {
	margin: 5px 0;
	font-weight: bold;
	font-size: 125%;
	}
	
/*</group>*/

/*<group=QuickTime Page>*/

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

/* thumbnail view */
.movie-page-title {
	font: 1.2em/.9em Arial, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	}
	.movie-page-description {
	margin-bottom: 10px;
	}
	.movie-thumbnail-frame {
	margin: 0 auto;
	}
.movie-thumbnail-caption { }

/* full movie view */
.movie-background { }
.movie-frame {
	margin: 0 auto;
	}
	
.movie-title {
	font: 1.2em/.9em Arial, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	}
	
/*</group>*/

/*<group=Contact Page>*/

.message-text { }
.required-text { }
.form-input-field { }
.form-input-button { }
	
/*</group>*/