/* @group General Styles */

body {
	text-align: center; /* To Make Content Centered */;
	margin: 1px;
	margin: 0;
	color: #505050;
	font: 0.7em/15px   "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background: url(images/body_bg.png) repeat-x top fixed;
}

p {
}

b, strong {

}

a:link {
	color: #4675a2;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

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

a:hover, a:active {
	border-bottom-style: none;
}

img {
	border-style: none;
}

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

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

/* @group Layout */

#container { 
	width: 778px;
	margin: 0px auto 10px; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border-right: 1px solid #393f41;
	border-bottom: 1px solid #393f41;
	border-left: 1px solid #393f41;
	background: repeat-y url(images/container_left_bg.png);
}

#pageHeader {
	background: no-repeat url(images/header_left_bg.png);
	width: 778px;
	height: 70px;
	position: relative;
}

#pageHeader img {
	position: relative;
	top: 10px;
}

#pageHeader h1 {
	color: #ffffff;
	font-size: 2.2em;
	display: inline;
	position: relative;
	top: 22px;
	margin: 0;
}

#pageHeader h2 {
	margin: 0;
	display: inline;
	padding-top: 30px;
	position: relative;
	top: 22px;
	color: #7ab5f2;
	font-size: 1.2em;
	font-weight: normal;
}

#contentContainer {
	width: 577px;
}

#contentContainer #content {
	padding: 20px 40px 10px;
}

#sidebarContainer {
	width: 200px;
	float: left;
	font-size: 0.9em;
}

#sidebarContainer #sidebar {
	padding-right: 17px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#sidebarContainer .sideHeader {
	font-size: 1.8em;
	font-weight: bold;
	padding: 15px 17px 5px 15px;
}

#footer {
	height: 33px;
	background: no-repeat url(images/footer_left_bg.png);
	text-align: center;
	color: #ffffff;
}

#footer p {
	margin: 0;
	padding: 10px;
}

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

}

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

/* @group Bread-crumb */

#breadcrumbcontainer {
	text-align: left;
	border-top: 1px dotted #e6e6e6;
}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	width: 200px;
}

#navcontainer #current {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 2px solid #cbdfe7;
	border-bottom: 1px solid #cbdfe7;
}

#navcontainer li {

}

#navcontainer a{
	display: block;
	border-bottom: 1px solid #ccdfe8;
	background: no-repeat url(images/button_normal.png);
	color: #ffffff;
	text-decoration: none;
	padding-top: 12px;
	padding-left: 15px;
	height: 20px;
	padding-bottom: 7px;
}

#navcontainer a:hover {
}

#navcontainer a:active {

}

/* Child - Level 1 */

#navcontainer ul ul {
	border-style: none;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	background: none #233144;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
	height: 10px;
}

#navcontainer ul ul a:hover{
	background: none #405a7e;
}

#navcontainer ul ul #current{
}

/* Child - Level 2 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul li { 
}

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

#navcontainer ul ul ul a:hover{

}

/* Child Level 3 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul ul li { 
}

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

#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{
	padding-left: 70px;
}

#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{
	padding-left: 85px;
}

#navcontainer ul ul ul ul ul ul a:hover{

}

/* @end */

/* @group Global Classes */

blockquote, .standout {
	color: #707070;
	text-align: left;
	font-style: italic;
	border-top: 1px dotted #e6e6e6;
	border-bottom: 1px dotted #e6e6e6;
	padding-top: 5px;
	padding-bottom: 5px;
}

h1 {
	font-size: 1.6em;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 0 0 3px;
}

h2 {
	font-size: 1.4em;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 0 0 3px;
}

h3 {
	font-size: 1.2em;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 0 0 3px;
}

h4 {
	font-size: 1em;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 0 0 3px;
}

.imageStyle {

}

#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 {
	margin: 15px;
}.blog-archive-headings-wrapper {
	text-align: left;
	padding: 10px;
	background: #223043;
}

.blog-archive-entries-wrapper {
	text-align: left;
	background: #ffffff;
	padding: 10px;
}.blog-archive-month {
	font-size: 1.6em;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 0 0 3px;
	color: #ffffff;

}.blog-archive-link {

}
	
/* @end */

.blog-entry {

}

.blog-entry-summary {
}

.blog-read-more {
}

.blog-entry-title {
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 1.6em;
	margin-bottom: 2px;
}

.blog-entry-date {
	margin-bottom: 10px;
	color: #7e7e7e;
}

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

.blog-entry-comments {
	padding-top: 5px;
	margin-top: 10px;
	border-top: 1px dotted #e6e6e6;
}

.blog-entry-category {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}
/* @end */

/* @group File Sharing */

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

.filesharing-item {
	background: #f3f3f3;
	border: 1px solid #e3e3e3;
	padding: 5px;
	margin-bottom: 20px;
}

.filesharing-item:hover {
	background: #ededed;
	border: 1px solid #e3e3e3;
	padding: 5px;
	margin-bottom: 20px;
	color: #42709b;
}

.filesharing-item-title a:link, .filesharing-item-title a:visited {
	font-size: 1em;
	font-weight: bold;
	color: #4574a1;
}

.filesharing-item-title a:hover {

}

.filesharing-item-description {

}

/* @end */

/* @group Photo Album */

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

.album-title {
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 1.6em;
	margin-bottom: 2px;
}

.album-description {
	margin-bottom: 60px;
	color: #7e7e7e;
}

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

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

.thumbnail-frame {
	background: #f3f3f3;
	border: 1px solid #e3e3e3;
	padding: 3px;
	position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
	background: #ededed;
	color: #42709b;
}

.thumbnail-frame a {
	border-style: none;
}

.thumbnail-frame a:hover {
}

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

.thumbnail-caption {
	margin: 0;
	padding: 5px 0 0 0;
	height: 35px;
	display: block;
}
	
/* @end */

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

.photo-background {
	margin: 0;
	text-align: center;
}

.photo-navigation {
	width: 778px;
	margin: 0px auto 10px; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	background: no-repeat url(images/header_right_bg.png);
	height: 66px;
	border-right: 1px solid #393f41;
	border-bottom: 1px solid #393f41;
	border-left: 1px solid #393f41;
}

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

}

.photo-navigation a:hover {

}

.photo-frame{
	background: #f3f3f3;
	border: 1px solid #393f41;
	padding: 3px;
	position: relative;
	top: 20px;
}

.photo-frame:hover{
	background: #ededed;
}

.photo-links {
	background: #f3f3f3;
	border-bottom: 1px solid #e3e3e3;
	position: absolute;
	top: 56px;
	width: 778px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px solid #393f41;
	border-bottom: 1px solid #393f41;
	border-left: 1px solid #393f41;
	margin-left: -1px;
}

.photo-links a:link, .photo-links a:visited {
	margin-right: 10px;
	margin-left: 10px;
}

.photo-title {
	color: #ffffff;
	font-size: 2.2em;
	display: inline;
	padding-left: 15px;
	position: relative;
	top: 22px;
	margin: 0;
}

.photo-caption {
	margin: 0;
	display: inline;
	padding-top: 30px;
	position: relative;
	top: 22px;
	color: #7ab5f2;
	font-size: 1.2em;
	font-weight: normal;
	padding-left: 10px;
}

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

/* @group Quicktime Page */

.movie-description {
	padding-top: 10px;
	text-align: center;
}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 1.6em;
	margin-bottom: 2px;
}.movie-page-description {
	margin-bottom: 10px;
	color: #7e7e7e;
}.movie-thumbnail-frame {
	width: 140px;
	background: #f3f3f3;
	border: 1px solid #e3e3e3;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
}

.movie-thumbnail-frame:hover {
	background: #ededed;
	color: #42709b;
}

.movie-thumbnail-caption {
	padding-top: 5px;
}
	
/* @end */

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

.movie-background {

}

.movie-title {
	color: #ffffff;
	font-size: 2.2em;
	background: #b8c5cc;
	padding: 10px;

}

.movie-frame {

}
	
/* @end */


/* @end */


