/* @group General Styles */

body {
	background: repeat url(images/body_bg.png);
	color: #333333;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 30px;
	font-size: 0.8em;
}

p {
}

b, strong {

}

a:link, a:visited {
}

a:hover, a:active {

}

img {

}

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

.image-right {
	float: right;
	margin: 0 0 3px 10px;
}
	
/* @end */

/* @group Layout */

#container { 
	width: 615px;
	margin: 0px auto;
}

.clearer {
	clear: both;
}

#pageHeader {
	background: no-repeat url(images/header_bg.png);
	height: 57px;
	width: 254px;
}

#pageHeader img {

}

#pageHeader h1 {
	font-size: 1.4em;
	color: #191919;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 10px 0 0 15px;
	background: transparent;
}

#pageHeader h2 {
	color: #666666;
	font-size: 0.8em;
	font-weight: normal;
	background: transparent;
	margin: 0;
	padding: 0 0 0 15px;
}

#contentContainer {
	padding: 0;
	background: url(images/content_bg.png);
	width: 344px;
	color: #191919;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-bottom: 20px;
}

#contentContainer #content {
	padding: 10px 15px 7px 15px;
}

#contentContainer #contentTop {
	height: 7px;
	width: 344px;
	background: url(images/content_top.png) no-repeat;
}

#contentContainer #contentBottom {
	height: 7px;
	width: 344px;
	background: url(images/content_bottom.png) no-repeat;
}

#sidebarContainer {
 	width: 254px;
	background: url(images/sidebar_bg.png) repeat-y;
	position: relative;
	margin-bottom: 20px;
}

#sidebarContainer #sidebar {
	font-size: 0.8em;
	color: #333333;
	padding: 10px 30px 10px 15px;
	line-height: 1.6em;
	background: no-repeat center bottom url(images/divider.png);
	margin-right: 2px;
	margin-left: 2px;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
	font-size: 1.2em;
}

#sidebarContainer #sidebarBottom {
	height: 3px;
	width: 254px;
	background: url(images/sidebar_bottom.png) no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
}

#footer { 
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 615px;
	background: no-repeat url(images/footer_bg.png) left center;
	height: 23px;
	margin-top: 10px;
	font-size: 0.8em;
	color: #999999;
}

#footer p {
	padding-top: 5px;
}

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

}

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

/* @group Bread-crumb */

#breadcrumbcontainer {
	font-size: 0.8em;
	text-align: left;
	padding: 10px 15px;
	color: #b3b3b3;
}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	margin-right: 2px;
	margin-left: 2px;
}

#navcontainer #current {
	color: #fff;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	color: #fff;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style-type: none;
	margin: 0;
	background: url(images/divider.png) no-repeat left bottom;
	padding: 20px 0 30px;
}

#navcontainer li {
}

#navcontainer a {
	font-size: 0.85em;
	display: block;
	margin-right: 30px;
	margin-left: 15px;
	padding: 2px 15px;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 1px;
	height: 13px;
	width: 190px;
}

#navcontainer a:hover {
	color: #ffffff;
}

#navcontainer a:active {
	color: #ffffff;
}
/* Child - Level 1 */

#navcontainer ul ul {
	background: none;
	margin: 5px 0 5px 50px;
	padding: 0;
	color: #f0f0f0;
	width: 200px;
	list-style: url(images/star.png);
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	margin: 0;
	font-weight: normal;
	padding-left: 5px;
	width: 165px;
}

#navcontainer ul ul a:hover{
	background: transparent;
}

#navcontainer ul ul #current{
	background: transparent;
	font-weight: bold;
}

#navcontainer ul ul .currentAncestor {
	background: transparent;
	font-weight: bold;
}
/* Child - Level 2 */

#navcontainer ul ul ul {
	width: 180px;
	list-style: url(images/star2.png);
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	width: 115px;
}

#navcontainer ul ul ul a:hover{

}

/* Child Level 3 */

#navcontainer ul ul ul ul {
	list-style: url(images/star3.png);
	margin-left: 20px;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
	width: 95px;
}

#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 Global Classes */

.standout, blockquote {
	font-style: italic;
	font-size: 0.9em;
	display: block;
	float: left;
	padding-right: 25px;
	padding-left: 25px;
	background: no-repeat center bottom url(images/divider.png);
	margin: 8px -15px;
}

h1 {
	text-align: justify;
	color: #ffffff;
	padding: 2px 0 2px 5px;
	font-size: 1.1em;
	font-style: normal;
	margin: 0;
}

h2 {
	text-align: justify;
	color: #ffffff;
	padding: 2px 0 2px 5px;
	font-size: 1em;
	font-style: normal;
	margin: 0;
}

h3 {
	text-align: justify;
	color: #ffffff;
	padding: 2px 0 2px 5px;
	font-size: 0.9em;
	font-style: normal;
	margin: 0;
}

h4 {
	text-align: justify;
	color: #ffffff;
	padding: 2px 0 2px 5px;
	font-size: 0.8em;
	font-style: normal;
	margin: 0;
}

.imageStyle {
	border: 1px solid #dcdcdc;
	padding: 3px;
	margin: 3px;
}

#contentContainer #content ul {
}

#contentContainer #content li {
}

#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}

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

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}.blog-archive-headings-wrapper {
	width: 344px;
	padding-bottom:10px;
	background: url(images/content_bg.png);
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
}

.blog-archive-entries-wrapper {
	width: 344px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
}

.blog-archive-entries-wrapper .blog-entry {
	margin: 0px;
	background: url(images/content_bg.png);
}.blog-archive-month {
	background: url(images/content_top.png) no-repeat top center;
	display: block;
	width: 314px;
	text-align: justify;
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	font-size: 1.3em;
	font-style: normal;
}.blog-archive-link {
	text-align: right;
	font-size: 0.8em;
	font-style: normal;
	padding-right: 15px;
}
	
/* @end */

.blog-entry {
	margin-bottom: 30px;
	padding-bottom: 20px;
	background: no-repeat center bottom  url(images/divider.png);
	margin-right: -15px;
	margin-left: -15px;
	padding-right: 15px;
	padding-left: 15px;
}

.blog-entry-summary { }

.blog-read-more { }

.blog-entry-title {
	text-align: justify;
	color: #ffffff;
	padding: 2px 0 2px 5px;
	font-size: 1.1em;
	font-style: normal;
}

.blog-entry-date {		
	text-align: right;
	font-size: 0.8em;
	font-style: normal;
	padding-right: 5px;
	margin-bottom: 5px;
}

.blog-entry-body {
	text-align: justify;
}

.blog-entry-comments {
	text-align: right;
	font-size: 0.8em;
	margin-top: 8px;
}
	
.blog-entry-category {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* @end */

/* @group File Sharing */

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

.filesharing-item {
}

.filesharing-item-title a:link {
	text-align: justify;
	color: #ffffff;
	font-size: 0.9em;
	font-style: normal;
	display: block;
	padding-left: 2px;
}

.filesharing-item-title a:hover {
	text-decoration: underline;
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
	font-size: 0.9em;
	padding-right: 5px;
	margin-bottom: 15px;
	padding-left: 5px;
}

/* @end */
/* @group Photo Album */

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

.album-title {
	text-align: justify;
	color: #ffffff;
	padding: 2px 0 2px 5px;
	font-size: 1.1em;
	font-style: normal;
}

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

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

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 65px;
	margin-right: 25px;
	display: block;
}

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

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	padding: 1px;
	border: 1px solid #d4d4d4;
	margin: 0;
}

.thumbnail-caption {
	font-size: 0.8em;
	font-style: normal;
	margin: 0;
	padding: 5px 0 0 0;
	height: 35px;
	display: block;
}
	
/* @end */

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

.photo-background {
	margin: 0;
}

.photo-navigation {
	text-align: left;
	color: #ffffff;
	padding: 10px;
	font-size: 0.9em;
	font-style: normal;
	margin-bottom: 8px;

	border-bottom: 1px solid #879282;
}

.photo-navigation a:link, .photo-navigation a:visited {
	color: #ffffff;
}

.photo-navigation a:hover {
	text-decoration: underline;
}

.photo-frame{
	border: 1px solid;
	padding: 1px;
}

.photo-links {
	padding: 0px;
}

.photo-title {
	padding: 0px;
	font-weight: bold;
	color: #ffffff;
	font-size: 1.4em;
	margin: 0;
}

.photo-caption {
	padding: 0px;
}

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

/* @group Quicktime Page */

.movie-description {
	text-align: center;
	margin: 5px;
}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	text-align: justify;
	color: #ffffff;
	padding: 2px 0 2px 5px;
	font-size: 1.1em;
	font-style: normal;
}.movie-page-description {
	margin-bottom: 20px;
}.movie-thumbnail-frame {
	float: left;
	display: inline;
	padding: 1px;
	border: 1px solid #d4d4d4;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	width: 132px;
}

.movie-thumbnail-caption {
	font-size: 0.7em;
	font-style: normal;
	padding-right: 5px;
}
	
/* @end */

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

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

.movie-title {
	text-align: justify;
	color: #ffffff;
	padding: 2px 0 2px 5px;
	font-size: 1.1em;
	font-style: normal;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/* @end */


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

.required-text {
} 

.form-input-field {
} 

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


