/* @group General Styles */

body {
	margin: 0px 5px 0px 5px;
	letter-spacing: normal;
	font: 0.7em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	padding: 10px 0 0;
	background: #000000;
}

p {
}

b, strong {
	font-weight: bold;
	letter-spacing: 1px;
}

a:link, a:visited {
	text-decoration: underline;
}

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

img {
	border: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
	position: relative;
	z-index: 1;
}

.image-right {
	float: right;
	margin: 0px 0 3px 3px;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 1;
}
	
/* @end */

/* @group Layout */

#container {	width: 780px;	margin: 0px auto; 	text-align: left;
	border-style: none;
	position: relative;
}

#clearer {
}

#pageHeader {
	background: right none;
	border: 1px solid #484848;
	height: 100px;
	padding: 5px;
}

#pageTurn {
	background: left top url(images/angle.gif) no-repeat;
	border: \ solid 1px;
	height: 15px;
	width: 15px;
	position: absolute;
	top: 0px;
	left: -1px;
	border-top: 2px;
	border-left: 2px;
	border-bottom: solid #484848 1px;
	border-right: 1px solid #484848;
	float: left;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin: 0;
}

#pageTurn2 {
	background: left top url(images/angle.gif) no-repeat;
	border: \ solid 1px;
	height: 15px;
	width: 15px;
	position: absolute;
	top: -1px;
	left: -2px;
	border-top: 2px solid;
	border-left: 2px solid;
	border-bottom: solid #484848 1px;
	border-right: 1px solid #484848;
	margin: 0px;
	padding: 0px;
}

#pageTurn3 {
	background: left top url(images/angle.gif) no-repeat;
	border: \ solid 1px;
	height: 15px;
	width: 15px;
	position: absolute;
	top: 20px;
	left: -1px;
	border-top: 2px solid;
	border-left: 2px solid;
	border-bottom: solid #484848 1px;
	border-right: 1px solid #484848;
	margin: 0px;
	padding: 0px;
}

#pageHeader img {
	z-index: 2;
	float: left;
	width: auto;
	top: 5px;
	position: relative;
	right: 0;
	height: 90%;
	left: 20px;
	margin-right: 35px;
}

#pageHeader h1 {
	margin: 0px;
	font: normal 2.2em Verdana, Arial, Helvetica, sans-serif;
	padding: 25px 20px 5px 40px;
}

#pageHeader h2 {
	margin: 0px;
	padding-right: 20px;
	padding-left: 40px;
	font: normal 1.7em Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

#contentContainer {
	margin-right: 190px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	z-index: 4;
}

#contentContainer #content {
	padding-right: 40px;
	padding-left: 40px;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: justify;
	border: 1px solid #484848;
	padding-top: 10px;
}

#sidebarContainer {

	width: 190px;
	float: right;
	z-index: 3;
	border: 1px solid #484848;
	padding-top: 25px;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 25px;
	top: 20px;
	text-align: left;
}


#sidebarContainer #sidebar {
	line-height: 1.5em;
	padding: 10px 10px 5px;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
	font-size: 11px;
	border-top: 4px double #484848;
	border-bottom: 4px double #484848;
	text-align: center;
	padding: 10px 5px 5px;
}

#footer {
	display: block;
	clear: both;
	text-align: left;
	height: 31px;
	border: 1px solid #484848;
	margin-bottom: 10px;
}

#footer p {
	margin: 0;
	padding-top: 8px;
	padding-left: 40px;
	padding-bottom: 6px;
}

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

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	clear: both;

}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	margin: 0px;
	margin-bottom: 35px;
	line-height: 2.0em;
}

#navcontainer #current {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #484848;
	border-top: 1px solid #484848;
}

#navcontainer .currentAncestor {
	text-decoration: none;
}

/* Parent - Level 0 */

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

#navcontainer li {
}

#navcontainer a {
	display: block;
	padding-left: 10px;
	text-decoration: none;
}

#navcontainer a:hover {
	text-decoration: none;
}

/* Child - Level 1 */

#navcontainer ul ul {
	text-indent: 20px;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
}

#navcontainer ul ul a:hover {
}

#navcontainer ul ul .currentAncestor {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	text-indent: 40px;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
}

#navcontainer ul ul ul a:hover {

}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	text-indent: 60px;
}

#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 ul {
	text-indent: 80px;
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a {
}

#navcontainer ul ul ul ul ul a:hover {
}
/* @end */

/* @group Global Classes */

blockquote, .standout {
	padding: 10px;
	font-style: italic;
	letter-spacing: 1px;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {

}


#contentContainer #content ul {
}

#contentContainer #content li {
}

#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0 10px;
}

#sidebarContainer #sidebar li {
}


table {
	font-size: 1em;
}
	
/* @end */

/* @group File Sharing */

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

.filesharing-item {
	margin-bottom: 15px;
}

.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 {
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: 6px;
	font-size: 1.5em;
}

.album-description {
	margin-bottom: 65px;
	margin-top: 2px;
	letter-spacing: 5px;
	border-bottom: 1px dotted #bfbfbf;
	padding-bottom: 5px;
}

.album-wrap {
	display: block;
	width: 99%;
	position: relative;
}

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


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

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

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

.thumbnail-caption {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/* @end */

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

.photo-background {
	margin: 0;
}

.photo-navigation {
	height: 80px;
	margin-bottom: 50px;
}

.photo-links {
	padding: 5px;
	position: relative;
	top: 7px;
}

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

}

.photo-navigation a:hover {

}

.photo-frame{
	padding: 10px;
}

.photo-title {
	margin: 0px;
	font-weight: normal;
	padding: 20px 20px 0px 40px;
	letter-spacing: 4px;
	font-size: 1.8em;
}

.photo-caption {;
	margin: 0px;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 40px;
	letter-spacing: 3px;
	font-size: 0.9em;
}

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {
	font-size: 1.7em;
}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: 4px;
	font-size: 1.5em;
}.movie-page-description {
	margin-bottom: 5px;
	margin-top: 2px;
	letter-spacing: 7px;
	border-bottom: 1px dotted #bfbfbf;
	padding-bottom: 5px;
}.movie-thumbnail-frame {
	border-bottom: 1px solid #bfbfbf;
	width: 131px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
}
	
/* @end */

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

.movie-background {
	margin: 10px 0;
}

.movie-title {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: 1.5em;
	letter-spacing: 7px;
	padding: 8px;
}

.movie-frame {

}
	
/* @end */


/* @end */

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

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
	margin-bottom: 10px;
}
.blog-archive-headings-wrapper {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed;
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}.blog-archive-month {
	text-decoration: none;
	letter-spacing: -1px;
	margin: 0 0 15px 0;
	font-size: 2.2em;
	font-weight: bold;
}

.blog-archive-link {
}.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

/* @group Tag Cloud */
ul.blog-tag-cloud {
	margin: 0;
	padding: 5px 0;
	text-align: justify;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}

.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 */

.blog-entry {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px dashed;
	text-indent: 20px;
}

.blog-entry-title a {
	letter-spacing: -1px;
	margin-bottom: 15px;
	text-decoration: none;
	font-size: 0.9em;
}

.blog-entry-date {
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid;
	font-size: 1em;
	background: url(images/date_monochrome.gif) no-repeat;

}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-entry-body {
}

.blog-entry-comments {
	margin-top: 10px;
	font-size: 0.9em;
}

p.blog-entry-tags {
	margin: 10px 0 0 0;
	font-weight: bold;
	padding-left: 0;
	background-position: left 3px;
		background: url(images/tag_monochrome.gif) no-repeat;
}

/*styles the category link in the main entry */
.blog-entry-category {
	font-style: normal;
}

.blog-entry-category a:link,
.blog-entry-category a:visited {
	padding-left: 25px;
	margin-right: 10px;
	background: url(images/category_monochrome.gif) no-repeat;

}

#blog-archives br,
#blog-categories br,
#blog-rss-feeds br {
	display: none;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	padding: 5px 0;
	line-height: 1.7;
	text-indent: 20px;
}

.blog-archive-link-enabled {
	background-position: left center;
	padding-left: 20px;
	display: block;
	text-indent: 20px;
}

.blog-archive-link-disabled {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
	text-indent: 20px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	padding: 5px 0;
	line-height: 1.7;
	text-indent: 20px;
}

.blog-category-link-enabled {
	padding-left: 0;
	display: block;
	text-indent: 20px;
	background: url(images/category_monochrome.gif) no-repeat left center;
}

.blog-category-link-disabled {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 0;
	display: block;
	text-indent: 20px;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	padding: 5px 0;
	line-height: 1.7;
	text-indent: 20px;
}

.blog-rss-link {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/rss_icon.gif);
	padding-left: 20px;
	display: block;
	text-indent: 20px;
}

.blog-comments-rss-link {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/rss_icon.gif);
	padding-left: 20px;
	display: block;
	text-indent: 20px;
}

/* @end */



