/*<group=General Styles>*/

body {
	text-align: center; /* To Make Content Centered */
	background: #000000;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-x;
	color: #000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

p {
}

b, strong {

}

a {
  text-decoration: none;
}
a:link {
}

a:visited {
}

a:hover, a:active {
}

img {
	border: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}
	
/*</group>*/

/*<group=Layout>*/

.clearer {
	clear: both;
}

#container {
  width: 780px;
  margin: 0px auto; /* Right And Left Margin Widths To Auto */
  text-align: left; /* Hack To Keep IE5 Windows Happy */
}

#pageHeader {
	height: 182px;
}

#pageHeader img {
	float: right;
}

#pageHeader h1 {
	padding-left: 200px;
	padding-top: 100px;
	color: #ffffff;
	font-size: 18px;
	margin: 0;
	display: none;
}

#pageHeader h2 {
	font-size: 14px;
	color: #ffffff;
	margin: 0;
	padding-left: 200px;
	font-weight: normal;
	display: none;
}

#contentContainer {
	margin-left: 190px;
}

#contentContainer #content {
	padding: 15px;
}

#sidebarContainer {
	width: 190px;
	float: left;
}

#sidebarContainer #sidebar {
	padding: 10px;
	margin: 0px 1px;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
	padding: 10px 10px 0px 10px;
	color: #000000;
}

#footer {
	width: 780px;
	height: 20px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */
}

#footer p {
	margin: 0;
	padding: 3px 9px;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
	
}
#shadow {
	width: 780px;
	height: 35px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
}

#shadow a {
 position: relative;
 left: 708px;
 top: 0px;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	background: url(images/breadcrumb_bg.png) repeat-x;
	text-align: left;
	height: 24px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 5px 9px;
	color: #FFFFFF;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#breadcrumbcontainer a:hover {

}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	margin: 0px 1px;
}

#navcontainer #current {
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
}

#navcontainer .currentAncestor {
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {

}

#navcontainer span {
  font-weight: bold;
}

#navcontainer a {
	height: 20px;
	display: block;
	padding-top: 5px;
	padding-right: 9px;
	padding-left: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
*html #navcontainer a {
	height: 25px;
}

#navcontainer a:hover {
}

#navcontainer a:active {

}

/* Child - Level 1 */

#navcontainer ul ul {
	border-top-style: none;
}

#navcontainer ul ul li { margin: 0 0 0 0;}

#navcontainer ul ul a {
	text-indent: 20px;
}

#navcontainer ul ul a:hover {
}

#navcontainer ul ul #current{
}

#navcontainer ul ul .currentAncestor {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li {
}

#navcontainer ul ul ul a {
	text-indent: 40px;
}

#navcontainer ul ul ul a:hover{
}

/* Child Level 3 */
#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul li {
}

#navcontainer ul ul ul ul a {
	text-indent: 60px;
}

#navcontainer ul ul ul ul a:hover{
}

/* Child Level 4 */
#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul li {
}

#navcontainer ul ul ul ul ul a {
	text-indent: 100px;
}

#navcontainer ul ul ul ul ul a:hover {
}

/*</group>*/

/*<group=Global Classes>*/

blockquote {
	padding-left: 50px;
	padding-right: 5px;
	font-style: italic;
	color: #333333;
	background-repeat: no-repeat;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 12px;
}

.imageStyle {

}
	
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
}

.blog-archive-headings-wrapper {
	margin: 0px auto 10px; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	height: 71px;
	border: solid #aeaeae 1px;
}

.blog-archive-entries-wrapper {
	margin: 0px auto 10px; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border: 1px solid #aeaeae;
	background: #ffffff;
}

.blog-archive-entries-wrapper .blog-entry {
	padding: 10px;
}

.blog-archive-month {
	padding-left: 10px;
	padding-top: 10px;
	color: #ffffff;
	font-size: 14px;
	margin: 0;
}

.blog-archive-link {
	color: #ffffff;
	margin: 0;
	padding-left: 10px;
	font-size: 14px;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	color: #ffffff;
}
	
/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
	padding-top: 2px;
	padding-left: 15px;
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

.blog-archive-link-disabled {
	padding-top: 2px;
	padding-left: 15px;
	background-position: 0px 3px;
	background-repeat: no-repeat;
}
	
/*</group>*/

.blog-entry {
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.blog-entry-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
}

.blog-entry-date {
	color: #666666;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.blog-entry-body {

}

.blog-read-more {
	display: block;
	padding-top: 10px;
	margin-bottom: 10px;
	font-style: italic;
}

.blog-entry-comments {

}

.blog-entry-category {
}

.blog-entry-category a {
	padding-left: 15px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
  color: #F76B00;
}

.blog-entry-permalink {
}

.blog-entry-permalink a {
	padding-left: 15px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
}

a[href^="javascript:HaloScan"] {
	padding-left: 15px;
	margin-right: 5px;
	background-position: 0px 1px;
	background-repeat: no-repeat;
}

/* Trackback links */
a[href^="javascript:HaloScanTB"] {
	padding-top: 2px;
	padding-left: 15px;
	background-position: 0px 3px;
	background-repeat: no-repeat;
}
	
#blog-categories {
	margin-bottom: 10px;
}

.blog-category-link-enabled {
	padding-top: 2px;
	padding-left: 15px;
	background-position: 0px 3px;
	background-repeat: no-repeat;
	color: #ffffff;
}

.blog-category-link-disabled {
	padding-top: 2px;
	padding-left: 15px;
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

.blog-entry-readmore {
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-entry-author {
	padding-left: 15px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.blog-entry-comments a {
	padding-left: 15px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.comments_container {
}

.comment_container {
  padding-left: 30px;
  padding-bottom: 10px;
  background-repeat: no-repeat;
}

.comment_title {
	color: #333333;
	font-style: italic;
}

.blog-entry-comments-body-even {
  padding-left: 30px;
  padding-bottom: 10px;
  background-repeat: no-repeat;
}

.blog-entry-comments-body-odd {
  padding-left: 30px;
  padding-bottom: 10px;
  background-repeat: no-repeat;
}

.blog-entry-comments-body-even div {
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}

.blog-entry-comments-body-odd div {
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
	color: #ffffff;
	padding-top: 2px;
	padding-left: 15px;
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

.blog-comments-rss-link {
	color: #ffffff;
	padding-top: 2px;
	padding-left: 15px;
	background-position: 0px 3px;
	background-repeat: no-repeat;
}
	
/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
  margin-bottom: 10px;
}

.filesharing-item {
	padding-left: 15px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.filesharing-item-title a {
}

.filesharing-item-title a:link {

}

.filesharing-item-title a:hover {

}

.filesharing-item-title a:visited {

}

.filesharing-item-description {

}

/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.album-description {
	color: #000000;
	margin-bottom: 20px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 16px;
}

.thumbnail-frame {
	text-align: center;
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	margin: auto;
	padding: 3px;
	border: Solid 1px #cccccc;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
}

.photo-navigation {
	height: 71px;
	margin-bottom: 35px;
}

.photo-navigation a:link, .photo-navigation a:visited {

}

.photo-navigation a:hover {

}

.photo-frame{
	padding: 4px;
	background: #ffffff;
}

.photo-links {
	background-color: #000000;
	height: 24px;
	margin: 0;
	padding: 3px;
}

.photo-links a:link {
	color: #ffffff;
}

.photo-title {
	padding-left: 10px;
	padding-top: 10px;
	color: #ffffff;
	font-size: 18px;
	margin: 0;
}

.photo-caption {
	font-size: 14px;
	color: #ffffff;
	padding-left: 10px;
	font-weight: normal;
	margin: 0 0 15px;
}

/*</group>*/
	
/*</group>*/

/*<group=Quicktime Page>*/

.movie-description {
  padding-top: 10px;

}
	
/*</group>*/

/*<group=Quicktime Album>*/

/*<group=Index Page (Movie Thumbnail view)>*/

.movie-page-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.movie-page-description {
	color: #000000;
	margin-bottom: 10px;
}

.movie-thumbnail-frame {
	padding: 10px;
	width: 150px;
    height: 130px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

.movie-thumbnail-caption {
  margin-top: 10px;
}
	
/*</group>*/

/*<group=Single Page (Movie View)>*/

.movie-background {

}

.movie-title {

}

.movie-frame {

}
	
/*</group>*/


/*</group>*/

/*<group=Contact Form>*/
.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/*</group>*/


