/*<group=General Styles>*/

body {
	text-align: center;
	background: #323548 url(images/bg.png);
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font: 0.75em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

p {
}

b, strong {
	font-weight: bold;
}

a:link, a:visited {
	color: #cecdd3;
	text-decoration: none;
	text-shadow: 0px 1px 0px #000000;
}

a:hover, a:active {
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 0px 2px #ffffff;
}

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

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

/*<group=Layout>*/

#container {
	background: transparent; /* This Is The BG Color Of The Main Div */	width: 600px;	margin: 0px auto; /* Right And Left Margin Widths To Auto */	text-align: left; /* Hack To Keep IE5 Windows Happy */
}

#pageHeader {
	width: 600px;
	height: 68px;
	background: no-repeat url(images/bg_glow.png);
}

#pageHeader h1 {
	color: #ffffff;
	text-align: center;
	text-shadow: 0px 2px 3px #323548;
	padding-top: 10px;
	font: lighter 23px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

#pageHeader h2 {
	color: #dfe2f1;
	text-align: center;
	text-shadow: 0px 2px 3px #323548;
	font: lighter 15px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

#contentContainer {
	float: left;
	text-align: left;
	width: 400px;
	margin: 0px;
	padding-top: 10px;
}

#contentContainer #content {
	padding-left: 20px;
}

#sidebarContainer {
	width: 180px;
	float: right;
	text-align: left;
	background: none;
	margin: 0;
	padding: 0;
}

#sidebarContainer .sidebar {
	font-size: 90%;
	padding-right: 5px;
}

#footer {
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 90%;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: center;
	width: 600px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	font-size: 90%;
}

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

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer a {
	display: inline;
	padding: 0px;
}

#breadcrumbcontainer a:hover {
	display: inline;
	padding: 0px;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Parent - Level 0 */

#navcontainer {
	position: relative;
	background: url(images/toolbar.png) no-repeat;
	height: 66px;
}

#navcontainer #current {
	text-shadow: 0px 0px 4px #ffffff;
	color: #ffffff;
}

/* Parent - Level 0 */

#navcontainer ul {
	padding: 0;
	margin: 0;
}

#navcontainer li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer a {
	position: relative;
	width: 120px;
	height: 30px;
	margin: 0;
	padding: 0px;
	display: block;
	
	text-align: center;
	text-decoration: none;
	color: #bcbfce;
	text-shadow: 0px 1px 2px #000000;
	font-size: 15px;
	padding-top: 8px;
}

#navcontainer a:hover {
	text-decoration: none;
	text-shadow: 0px 0px 4px #ffffff;
	color: #ffffff;
}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	width: 600px;
	top: 33px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	left: 0;
	text-align: left;
}

#navcontainer ul ul li {
	margin: 0;
	border: 0;
}

#navcontainer ul ul li a {
	border: 0;
	margin: 0;
	padding: 0;
	height: 30px;
	font-style: normal;
	color: #bcbfce;
	text-shadow: 0px 1px 2px #000000;
}

#navcontainer ul ul li a:hover {
	text-decoration: none;
	text-shadow: 0px 0px 4px #ffffff;
	color: #ffffff;
}

#navcontainer ul ul #current {
	text-shadow: 0px 0px 4px #ffffff;
	color: #ffffff;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	visibility: hidden;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	visibility: hidden;
}
	
/*</group>*/

/*<group=Global Classes>*/

.standout {
	padding: 10px;
	font-style: italic;
	font-size: 0.9em;
}

h1 {
	color: #ffffff;
	font-size: 2em;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h2 {
	color: #ffffff;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h3 {
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

.imageStyle {
}
	
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {	color: #000000;
	background: #323548 url(images/bg.png);	text-align: center; /* To Make Content Centered */;
	margin: 0px;
	padding: 0px;
}.blog-archive-headings-wrapper {
	text-align: left;
	width: 600px;
	padding: 10px;
}

.blog-archive-entries-wrapper {
	text-align: left;
	width: 600px;
	padding: 10px;
	color: #ffffff;
}.blog-archive-month {
	width: 600px;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
}.blog-archive-link { 
}
	
/*</group>*/

.blog-entry {
	margin-bottom: 20px;
}

.blog-entry-title {
	font-size: 1.5em;
	color: #ffffff;
	font-weight: bold;
}

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

.blog-entry-body {
}

.blog-entry-comments {
	margin-top: 10px;
}
	
/*</group>*/

/*<group=File Sharing>*/

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

.filesharing-item {
	
}

.filesharing-item-title {
	font-size: 1.0em;
	color: #ffffff;
	font-weight: bold;
}

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

/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
	font-size: 1.5em;
	color: #ffffff;
	font-weight: bold;
}

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

.thumbnail-frame {
	margin: 0px;
	padding: 0px;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
	height: 30px;
}

.thumbnail-frame img {
	background: repeat url(images/sidebar_bg.png);
}

.thumbnail-caption {
	color: #cecdd3;
	font-size: 0.8em;
}
	
/*</group>*/

/*<group=Single Page (Photo view)>*/

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

.photo-navigation {
	text-align: center;
	height: 100px;
	margin: 0px;
	padding: 0px;
}

.photo-navigation a {
	color: #ffffff;
	text-decoration: none;
}

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

.photo-frame{
	margin: 0px;
	border: 5px solid #ffffff;
}

.photo-links {
}

.photo-title {
	font-size: 1.5em;
	color: #ffffff;
	font-weight: bold;
}

.photo-caption {
	font-size: 13px;
	margin: 0px;
	color: #cccccc;
}

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

/*<group=Quicktime Page>*/

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

/*<group=Quicktime Album>*/

/*<group=Index Page (Movie Thumbnail view)>*/

.movie-page-title {
	font-size: 1.5em;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}.movie-page-description {
	margin-top: 5px;
	margin-bottom: 5px;
}.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-right: 20px;
}

.movie-thumbnail-caption {
	color: #cecdd3;
	font-size: 0.8em;
	text-align: center;
	margin-top: 10px;
}
	
/*</group>*/

/*<group=Single Page (Movie View)>*/

.movie-background {
	background: #323548 url(images/bg.png);
	margin-top: 5px;
}

.movie-title {
	font-size: 1.5em;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/*</group>*/


/*</group>*/


