/* @group General Styles */

body {
	font: .70em/1.55em Helvetica, Arial, sans-serif;
	color: #666666;
	margin: 0px 0 30px 0;
	padding: 0;
}

p {
}

b, strong {
	font-weight: bold;
}

a:link {
	color: #2b2f7b;
	text-decoration: none;
}

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

a:hover {
	font-weight: normal;
	color: #0500ff;
}

.clearer {
	clear: both;
}
img {
	border: none;
}

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

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

/* @group Container */

#container {
	border: solid 1px #ffffff;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	margin-top: 0px;
	padding-top: 0px;	
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	margin-top: 10px;
}

/* @group content */

#contentContainer {
	z-index: 300;
	margin-top: 10px;
	margin-bottom: 0px;
}
#contentContainer #content {
	padding-top: 10px;
	color: #000000;
	font-size: 1.2em;
	padding: 10px;
}

#sidebarContainer {
	width: 220px;
	margin-top: 5px;
	color: #1a1a1a;
}

#sidebarContainer a:hover {
}

#sidebarContainer #sidebar {
	font-size: 1.2em;
	padding: 0 5px 5px;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
	font-size: 1.4em;
	padding-top: 0;
	text-align: center;
	margin-bottom: 3px;
}
	
/* @end */
	
/* @end */

/* @group Toolbars */

/* @group Top Navigation */

/* Toolbar Styles */

#navcontainer {
	height: 24px;
	z-index: 999;
	border-bottom: 1px solid ;
	padding-left: 10px;
	padding-right: 10px;
}

#navcontainer .current {
	font-weight: 800;
}

#navcontainer .current:hover {
	font-weight: 800;
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul {
	font-weight: bold;
	margin: 0;
	padding: 2px 0 0;
}

#navcontainer li {
	position: relative;
	display: inline;
	float: left;
	text-align: left;
	margin-right: 10px;
	border-right: 1px solid #fff;
	padding-top: 2px;
}

#navcontainer a {
	display: inline;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	padding-right: 10px;
}

#navcontainer a:hover { 
	text-decoration: none;
}

/* Fix IE. Hide from IE Mac \*/

* html #navcontainer ul li { float: left; height: 1%; }

* html #navcontainer ul li a { height: 24px; }

/* End */

/* Child - Level 1 */

#navcontainer ul ul {
	display: none;
}

#navcontainer ul ul a { 
	
	display: none;
}

#navcontainer ul ul a:hover {
	display: none;
}

html>body #navcontainer ul ul a {
	display: none;
}

html>body #navcontainer ul ul a:hover {
	background: repeat;
	display: none;
}

#navcontainer ul ul #current{
	background: repeat;
	display: none;
}

html>body #navcontainer ul ul #current{
	background: repeat;
	display: none;
}

/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 120px;
	top: 0;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}



/* @end */

/* @group Sub-Navigation */

/* Toolbar Styles */

#sub-navcontainer {
	position: relative;
	top: 0px;
	margin-bottom: 0px;
	width: 220px;
	margin-top: 5px;
}

#sub-navcontainer .current {
	background: #f1f1f1;
}

#sub-navcontainer .current:hover {

}

#sub-navcontainer .currentAncestor {

}

/* Parent - Level 0 */

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

#sub-navcontainer li {
	position: relative;
	display: inline;
	height: 0px;
}

#sub-navcontainer a {
	display: none;
	padding-left: 5px;
	padding-top: 6px;
	height: 20px;
	padding-bottom: 3px;
	margin-top: 1px;
}

#sub-navcontainer a:hover {
	background: #e9e9e9;
	color: #a0a0a0;
}

#sub-navcontainer a:active {

}

/* Child - Level 1 */

#sub-navcontainer ul ul {

}

#sub-navcontainer ul ul li {

}

#sub-navcontainer ul ul a {
	display: block;
	padding-left: 10px;
}

#sub-navcontainer ul ul a:hover {

}

#sub-navcontainer ul ul .current {

}

#sub-navcontainer ul ul .currentAncestor {

}

/* Child - Level 2 */

#sub-navcontainer ul ul ul {

}

#sub-navcontainer ul ul ul li {

}

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

#sub-navcontainer ul ul ul a:hover {

}

#sub-navcontainer ul ul ul .current {

}

#sub-navcontainer ul ul ul .currentAncestor {

}

/* Child Level 3 */

#sub-navcontainer ul ul ul {

}

#sub-navcontainer ul ul ul ul li {

}

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

#sub-navcontainer ul ul ul ul a:hover {

}

/* Child Level 4 */

#sub-navcontainer ul ul ul ul {

}

#sub-navcontainer ul ul ul ul ul li {

}

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

#sub-navcontainer ul ul ul ul ul a:hover {

}

/* Child Level 5 */

#sub-navcontainer ul ul ul ul ul {

}

#sub-navcontainer ul ul ul ul ul ul li {

}

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

#sub-navcontainer ul ul ul ul ul ul a:hover {

}



/* @end */

/* @end */

/* @group pageHeader */

#pageHeader {
	background: no-repeat top left;
	list-style: none;
	z-index: 201;
	margin-right: 0px;
	margin-left: 0px;
}

#pageHeader img {
	margin-top: 5px;
}

#pageHeader h1 {
	font-size: 2.0em;
	font-weight: bold;
	padding-top: 12px;
	z-index: 710;
	margin: 0 0px 0px 4px;
	padding-left: 20px;
	text-shadow: #161818 2px 2px 1px;
}

#pageHeader h2 {
	font-size: 1.2em;
	font-weight: normal;
	z-index: 202;
	margin: 10px 0px 0px 4px;
	text-decoration: none;
	padding-left: 20px;
}
	
/* @end */

/* @group Global Classes */



blockquote {
	padding-left: 50px;
	padding-right: 5px;
	font-style: italic;
	background-repeat: no-repeat;
	background-image: url(images/blockquote.png);
}

h1 {
}

h2 {
}

h3 {

}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}
/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0 10px;
}

#sidebarContainer #sidebar li {
}

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

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 20px;
	text-indent: 10px;
	padding-left: 10px;
}

.filesharing-item {
	
}

.filesharing-item-title {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
}

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

/* @end */

/* @group Quicktime Page */

.movie-description {
	text-align: center;
	color: #ffffff;
}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

.movie-page-description {
	margin-bottom: 5px;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	width: 131px;
}

.movie-thumbnail-caption {
	text-align: center;
	color: #ffffff;
	font-size: 10px;
}
	
/* @end */

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

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

.movie-title {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

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


/* @end */

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

.required-text {
} 

.form-input-field {
} 

.form-input-button {
} 

/* @end */

/* @group Photo Album */

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

.album-title {
	color: #040404;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.album-description {
	color: #0c0c0c;
	letter-spacing: 2px;
	margin-bottom: 70px;
}

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

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

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

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

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

.thumbnail-caption {
	margin: 0;
	padding: 0;
	line-height: normal;
	width: 100%;
	height: 38px;
	display: block;
}
	
/* @end */

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

.photo-background {
	margin: 10px;
}

.photo-navigation {
	background: #333333;
	margin-bottom: 10px;
	padding: 5px;

}

.photo-links {
	margin: 0;
	padding: 0;
}

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

}

.photo-navigation a:hover {
	color: #ffffff;
}

.photo-frame{
	background: #333333;
	padding: 5px;
}

.photo-title {
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 2px;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

.photo-caption {
	color: #cccccc;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

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

/* @group Blog */

/* @group Tag Cloud */
ul.blog-tag-cloud {
	margin: 0 0 10px;
	padding: 0;
	text-align: justify;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}

.blog-tag-size-1 {	
	font-size: 0.8em;
}

.blog-tag-size-2 {	
	font-size: 0.85em;
}

.blog-tag-size-3 {	
	font-size: 0.9em;
}

.blog-tag-size-4 {	
	font-size: 0.95em;
}

.blog-tag-size-5 {	
	font-size: 1em;
}

.blog-tag-size-6 {	
	font-size: 1.05em;
}

.blog-tag-size-7 {	
	font-size: 1.1em;
}

.blog-tag-size-8 {	
	font-size: 1.15em;
}

.blog-tag-size-9 {	
	font-size: 1.2em;
}

.blog-tag-size-10 {	
	font-size: 1.25em;
}

.blog-tag-size-11 {	
	font-size: 1.3em;
}

.blog-tag-size-12 {	
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {	
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {	
	font-size: 1.55em;
}

.blog-tag-size-17 {	
	font-size: 1.6em;
}

.blog-tag-size-18 {	
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {	
	font-size: 1.75em;
}

/* @end */

/* @group Archive Page */

.blog-archive-background {
}

.blog-archive-headings-wrapper {
	border-bottom: 1px solid #b3b3b3;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
	font-size: 1.5em;
	color: #000;
	margin: 0px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 10px;
}

.blog-archive-link {
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

.blog-entry {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #878787;
}

.blog-entry img {
	padding: 6px;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
}

.blog-entry-title {
	font-size: 1.5em;
	color: #000;
	margin: 0px;
	font-weight: bold;
	margin-bottom: 10px;
}

.blog-entry-title a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.blog-entry-date {
	margin-bottom: 15px;
	color: #2d2d2d;
	padding-left: 15px;
	background: url(images/clock.png) no-repeat left 3px;
	font-size: .9em;
}

.blog-entry-body {
}

.blog-entry-comments {
	margin-top: 10px;
}

/* Comment links */
a[href^="javascript:HaloScan"] {
}

a[href^="javascript:HaloScan"]:hover {
}

/* Trackback links */
a[href^="javascript:HaloScanTB"] {
}

a[href^="javascript:HaloScanTB"]:hover {
}

/*styles the category link in the main entry */
.blog-entry-category {
	margin-left: 10px;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	padding-left: 15px;
	background: url(images/category.png) no-repeat left 1px;
}

.blog-entry-category a:hover, .blog-entry-category a:active {
	padding-left: 15px;
	background: url(images/category.png) no-repeat left 3px;
}
/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
	line-height: 20px;
}

a.blog-archive-link-enabled {
	display: block;
	float: left;
	padding-left: 15px;
	background: url(images/clock.png) no-repeat left 3px;
}

a.blog-archive-link-enabled:hover {
	background: url(images/clock.png) no-repeat left 3px;
}

.blog-archive-link-disabled {
	padding-left: 15px;
	background: url(images/clock.png) no-repeat left 3px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
	line-height: 20px;
}

a.blog-category-link-enabled {
	display: block;
	float: left;
	padding-left: 15px;
	background: url(images/category.png) no-repeat left 3px;
}

a.blog-category-link-enabled:hover {
	background: url(images/category.png) no-repeat left 3px;
}

.blog-category-link-disabled {
	padding-left: 15px;
	background: url(images/category.png) no-repeat left 3px;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

a.blog-rss-link {
	background: url(images/rss_icon.gif) no-repeat left center;
	padding-left: 16px;
	display: block;
	float: left;
}

a.blog-comments-rss-link {
	background: url(images/rss_icon.gif) no-repeat left center;
	padding-left: 16px;
	display: block;
	float: left;
	margin-bottom: 10px;
}

a.blog-rss-link:hover, a.blog-comments-rss-link:hover {
	background: url(images/rss_icon_over.gif) no-repeat left center;
}


/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	color: #000;
	position: relative;
	top: 25px;
	padding-left: 10px;
	font-size: 1em;
}

#breadcrumbcontainer ul {
	padding: 0px 0;
	text-align: left;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	color: #000;
	font-style: italic;
	text-decoration: none;
}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Footer */

#footer {
	height: 29px;
	color: #000;
	text-align: right;
	font-size: 1em;
	z-index: 99;
	border-top: 1px solid #000;
}

#footer p {
	margin: 0;
	font-style: italic;
	padding-top: 7px;
	padding-right: 10px;
}

#footer a:link, #footer a:visited {
	color: #252525;
	padding-right: 10px;
}

#footer a:hover{
}
#footer a:active {
	text-decoration: none;
}

/* @end */
