/*<group=General Styles>*/

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

p { margin-bottom: 0.5em; }

b, strong {
	font-weight: bold;
}

a:link { text-decoration: none;}

a:visited { text-decoration: none; }

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

img {
	border-style: none;
}

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

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}
	
/*</group>*/

/*<group=Layout>*/

#container { 
	width: 620px;
	margin: 0 auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
}

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

#pageHeader img { position: relative; top: 12px; left: 14px; float: left; padding: 0; margin: 2px 2px 0; }

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

#sidebarContainer {
	float: left;
 	width: 254px;
	background: url(images/sidebar_bg.png) repeat-y;
	margin-right: 10px;
}

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

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

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

#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;
	position: absolute;
}

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

#footer { /* This Is The BG Color Of The Main Div */
	/*width: 680px; /* Right And Left /* Hack To Keep IE5 Windows Happy */;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 620px;
	background: no-repeat url(images/footer_bg.png);
	height: 23px;
	margin-top: 10px;
	font-size: .8em;
	color: #999999;
}

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

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

#footer a:hover, #footer a:active {
	
}
	
/*</group>*/

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

}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	width: 252px;
	margin-right: 2px;
	margin-left: 2px;
	text-align: left;
}

#navcontainer #current {
	color: #ffffff;
}

/* Parent - Level 0 */

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

#navcontainer li {
	padding: 0;
}

#navcontainer a { font-size: .8em; display: block; padding: 4px 15px; text-decoration: none; font-weight: bold; height: 10px; margin: 1px 30px 1px 15px; }

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

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

/* Child - Level 1 */

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

#navcontainer ul ul li {
}

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

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

#navcontainer ul ul #current{
	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{

}

#navcontainer ul ul ul a:hover{

}

/* Child Level 3 */

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

#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 {
	width: 140px;
	list-style: url(images/star3.png);
}

#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 ul {
	width: 120px;
	list-style: url(images/star3.png);
}

#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{

}

/*</group>*/

/*<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: solid 1px #dcdcdc;
	padding: 5px;
	margin: 5px 0;
}
	
/*</group>*/

/*<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 center top; display: block; width: 314px; color: #ffffff; padding-left: 15px; padding-right: 15px; padding-top: 10px; font-size: 1.3em; font-style: normal; text-align: justify; }

.blog-archive-link {

	text-align: right;
	font-size: 0.8em;
	font-style: normal;
	padding-right: 15px;
}
	
/*</group>*/

.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;
}
.divider { background: url(images/divider.png) no-repeat center bottom; margin-right: -15px; margin-bottom: 0; margin-left: -15px; padding-right: 15px; padding-bottom: 20px; padding-left: 15px; }

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

.blog-permalink {color: #fffff; }


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

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

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

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}
/*</group>*/

/*<group=File Sharing>*/

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

.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.8em;
	padding-right: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
}

/*</group>*/

/*<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 {
}

.thumbnail-table {
	width: 99%;
}

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

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border: none;
}

.thumbnail-caption {
	font-size: 0.8em;
	font-style: normal;
	padding-right: 5px;
}
	
/*</group>*/

/*<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;
}

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

/*<group=Quicktime Page>*/

.movie-description {
	text-align: center;
	margin: 5px;
}
	
/*</group>*/

/*<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;
}
	
/*</group>*/

/*<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;
}
	
/*</group>*/


/*</group>*/


