/* @group General Styles Sam-Possible  */

body {
	color: #000000;
	font: 0.85em/1.7em Helvetica, Arial, sans-serif;
	margin: 0 20px 20px;
	text-align: center;
	background: repeat url(images/body_bg.png);
	padding: 0;
}

p {
}

b {
	font-weight: bold;
	}

strong {
	font-weight: bold;
	color: #880000;
	}

a:link, a:visited {
	}

a:hover, a:active {

}

img {
	border: none;
}

td {
	vertical-align: top;
	font: 0.95em   Courier, "MS Courier New", mono, monospace;
	}

.image-left {
	float: left;
	position: relative;
	z-index: 5;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 0;
	}

.image-right {
	float: right;
	position: relative;
	z-index: 5;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-right: 0;
	}
	
/* @end */

/* @group Layout */

#contentContainer #content li {
	list-style: outside square;
	margin-left: -20px;
	}

#up {
	position: fixed;
	bottom: 40px;
	right: 40px;
	}

#maxilinks {
	clear: both;
	font-size: 0.7em;
	color: #7fb5ff;
	text-align: center;
	line-height: 12px;
	}

#maxilinks a:link, a:visited, a:active {
	display: inline;
	color: #7fb5ff;
	text-decoration: none;
	}

#maxilinks a:visited, a:active {
	color: #7fb5ff;
	}

#maxilinks a:hover {
	color: #ff0000;
	text-decoration: underline;
	}

#container { 
	background: right repeat url(images/bg-sb.png); /* This Is The BG Color Of The Main Div */
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border-right: 1px solid #a0a9a7;
	border-left: 1px solid #a0a9a7;
	border-bottom: 1px solid #a0a9a7;
	position: relative;
	font-size: 1em;
	min-width: 720px
	}

.clearer {
	clear: both;
}

#pageHeader {
	background: #727272 none;
	border-bottom: 2px solid #818fa1;
	padding: 10px;
	position: relative;
	margin-top: -1px;
	margin-bottom: -1px;
	z-index: 0;
	font-family: "Arial Narrow";
	line-height: normal;
	height: 40px;
	}

#pageHeader h1 {
	color: #97a8bc;
	font-size: 1.7em;
	letter-spacing: 1px;
	margin: 0;
	display: blocknline;
	}

#pageHeader h2 {
	color: #ffffff;
	font-size: 2.8em;
	margin: 0;
	line-height: 12px;
	display: inline;
	z-index: 1;
}

#contentContainer {
	margin-right: 200px;
	position: relative;
	z-index: 99;
}

#contentContainer #content {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	}

#contentContainer #content a:visited {
	color: #880000;
	border-bottom: 1px solid #880000;
	}

#sidebarContainer {
	float: right;
	width: 200px;
	background: none;
	}

#sidebarContainer #sidebar {
	padding: 10px;
	color: #505050;
	background: none;
	}

#sidebarContainer .sideHeader {
	background: #97a8bc;
	color: #797f7a;
	font-weight: bold;
	height: 20px;
	padding-left: 10px;
}

#footer {
	border-top: 1px solid #eeeeee;
	margin-top: 20px;
	color: #909090;
}

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

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

}

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

/* @group Bread-crumb */

#breadcrumbcontainer {
	background: #97a8bc;
	font-size: 0.9em;
	color: #808ea0;
	font-weight: bold;
	height: 20px;
	padding-left: 10px;
	display: block;
	padding-right: 10px;
	}

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

#breadcrumbcontainer li {
	display: inline;
	}

#breadcrumbcontainer a {
	color: #ffffff;
	}

#breadcrumbcontainer a:hover {
	color: #ff0000;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */
#navcontainer {
	background: none #282828;
	height: 34px;
	position: relative;
	z-index: 500;
	color: #ffffff;
	padding-left: 10px;
	font-size: 0.9em;
	}

#navcontainer #current {
	}

#navcontainer .currentAncestor {
	}
/* Parent - Level 0 */

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

#navcontainer li {
	position: relative;
	width: 140px;
	display: inline;
	float: left;
}

#navcontainer a {
	display: block;
	padding-top: 7px;
	text-decoration: none;
	width: 140px;
	text-align: left;
	height: 27px;
	color: #ffffff;
	}

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

/* Fix IE. Hide from IE Mac \*/
* html #navcontainer ul li { float: left; height: 1%; }
* html #navcontainer ul li a { height: 27px; }
/* End */

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 0;
	top: 32px;
	width: 200px;
	display: none;
	z-index: 100;
	}

#navcontainer ul ul a { 
	height: 20px;
	padding-top: 7px;
	background: url(images/bg.png) repeat;
	text-align: left;
	text-indent: 20px;
	width: 200px;
}

#navcontainer ul ul a:hover {
	background: repeat url(images/bg.png);
}


html>body #navcontainer ul ul a {
	background: repeat url(images/bg.png);
	height: 23px;
}

html>body #navcontainer ul ul a:hover {
	background: repeat url(images/bg.png);
}

#navcontainer ul ul #current{
	background: repeat url(images/bg.png);
}

html>body #navcontainer ul ul #current{
	background: repeat url(images/bg.png);
}

/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 140;
	top: 0;
	width: 200px;
	margin-left: 120px;
	margin-top: 10px;
	}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
	width: 200px;
}

#navcontainer ul ul ul ul a:hover{

}

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
display:none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
display:block;
}
/* @end */

/* @group Global Classes */

blockquote {
	color: #ffffff;
	border-left: 1px solid #797f7a;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border-right-style: none;
	font-size: .95em;
}

.standout {
	color: #ffffff;
	width: 300px;
	padding: 5px;
	border: 1px solid #c8e5ff;
	float: right;
	text-align: right;
	font-size: 1.3em;
	margin-left: 5px;
	}

h1 {
	font-size: 1.7em;
	color: #000000;
	}

h2 {
	font-size: 1.5em;
	color: #000000;
	}

h3 {
	font-size: 1.3em;
	color: #000000;
	}

h4 {
	font-size: 1.1em;
	color: #000000;
	}

h5 {
	font-size: 1em;
	font-weight: bold;
	}

h6 {
	font-size: 0.9em;
	font-weight: normal;
	}

.imageStyle {

}

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

#contentContainer #content li {
	line-height: 1.4em;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0 10px;
}

#sidebarContainer #sidebar li {
}

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

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
	margin-bottom: 10px;
}

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

.blog-archive-entries-wrapper {

}

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

.blog-archive-month {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 3px;
}

.blog-archive-link {
	
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}

/* @end */

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

.blog-entry-title {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 3px;
}

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

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-entry-body {
}

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

.blog-entry-category {
	color: #6a7a90;
}

.blog-category-link-enabled {
}

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

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
	background: #f5f5f5;
	margin-bottom: 10px;
	padding: 5px;
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
	color: #b3b3b3;
}

/* @end */

/* @group Photo Album */

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

.album-title {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 3px;
}

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

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

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 40px;
	margin-right: 1%;
	line-height: 12px;
	margin-left: 1%;
	}

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

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

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

.thumbnail-caption {
	font-size: 0.8em;
	color: #c9e5fe;
	width: 100%;
	height: 38px;
	display: block;
	padding: 0;
	margin: 2px 0 0;
	}
	
/* @end */

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

.photo-background {
	margin: 0;

}

.photo-navigation {
	border-bottom: 2px solid #818fa1;
	padding: 20px 40px 10px;
	margin-bottom: 20px;
	text-align: center;
	background: repeat url(images/bg.png);
	color: #97a8bc;
	}

.photo-links {
}

.photo-navigation a:link, .photo-navigation a:visited {
	color: #97a8bc;
	}

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

.photo-frame{
	padding: 2px;
	background: #949b98;
}

.photo-title {
	color: #97a8bc;
	font-size: 1.8em;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

.photo-caption {
	color: #ffffff;
	font-size: 1.1em;
	margin: 0;
	padding-top: 3px;
	}

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

/* @group Quicktime Page */

.movie-description {

}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 3px;
}

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

.movie-thumbnail-frame {
	width: 132px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #f5f5f5;
	position: relative;
	z-index: 205;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
}
	
/* @end */

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

.movie-background {
}

.movie-title {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
}

.movie-frame {

}
	
/* @end */


/* @end */

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

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */


