/* Pioneer/RWT "Scrollbar" Theme version 1. Originally released as part of the Pro Theme Developers Bundle. Please be care about modifying this stylesheet. */

/* @group General Styles */

body {
	margin: 0 20px 20px;
	text-align: center;
	color: #fff;
	padding: 0px;
	font: 0.75em helvetica, arial, sans-serif;
	letter-spacing: 1px;
	line-height: 2.0em;
	padding: 0;
	background-repeat: repeat;
}

p {
}

b, strong {

}

a:link, a:visited {
	color: #3c3dff;
	text-decoration: none;
}

a:hover, a:active {
	color: #1847f6;
	text-decoration: none;
}

img {
	border-style: none;
}

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

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



/* @group Layout */
#container {
	margin: 50px auto 0px; /* Right And Left Margin Widths To Auto */	text-align: left; /* Hack To Keep IE5 Windows Happy */
	color: #333333;
	background-color: #fff;
	height: 590px;
	width: 800px;
}
.clearer {
	clear: both;
}

#pageHeader {
	position: relative;
	background: url(images/header.jpg) repeat-x;
}

#pageHeader img {
	position: absolute;
	top: 10px;
	right: 10px;
}

#pageHeader h1 {
	color: #ffffff;
	margin: 0px;
	padding: 10px 20px 0px;
	letter-spacing: 2px;
	font-size: 2.2em;
	text-shadow: 2px 2px 2px #000;

}

#pageHeader h2 {
	color: #fff;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0px;
	padding-left: 20px;
	font-size: 1.5em;
	text-shadow: 2px 1px 2px #000;

}

#contentContainer {
	position: relative;
	z-index: 10;
	overflow: auto;
	height: 425px;
	width: 790px;
	margin-top: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0;
	color: #000;
}

#contentContainer #content {
	margin-top: 5px;
	border-right: 1px solid #aeaeae;
	border-right-shadow:0px 1px 1px #fff;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 230px;
	z-index: 44;
	color: #000;
	font-size: 12px;
	width: 540px;
}

#sidebarContainer {
	float: right;
	width: 210px;	
	margin: 0 0 15px;
	padding: 0;
	position: relative;
}

#sidebarContainer #sidebar {
	padding: 0px 10px 10px;
	line-height: 1.6em;
	color: #000;
	font-size: 11px;
}

#sidebarContainer .sideHeader {
	padding: 10px 10px 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
	text-align: center;
	text-shadow: 1px 1px 2px #000;
}

#footer {
	margin: 5px auto 0px; /* Right And Left Margin Widths To Auto */
	text-align: center;
	color: #562fff;
	font-size: 10px;
	z-index: 11;
}

#footer p {
	margin: 0;
	padding: 5px;
	font-size: 10px;
}

#footer a:link, #footer a:visited {
	font-size: 10px;
}

#footer a:hover, #footer a:active {
	font-size: 10px;
}

	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	height: 16px;
	font-size: 10px;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding-top: 5px;
	padding-left: 5px;
	color: #562fff;
	font-size: 10px;
}

#breadcrumbcontainer li {
	display: inline;
	font-size: 10px;
}

#breadcrumbcontainer a {
	color: #562fff;
	text-decoration: none;
	font-size: 10px;
}

#breadcrumbcontainer a:hover {

}
	
/* @end */






/* @group navigation */

/* Toolbar Styles */

#navcontainer1 {
	height: 32px;
	position: relative;
	z-index: 99;
	padding-top: 3px;
}

#navcontainer1 #current {
	color: #2e00c9;
	font-weight: bold;
}

#navcontainer1 #current:hover {
	color: #f5f21a;
	font-weight: 500;
	text-decoration: none;
}

#navcontainer1 .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer1 ul {
	list-style: none;
	font-weight: bold;
	padding: 5px 0 0;
	margin: 0;
}

#navcontainer1 li {
	position: relative;
	display: inline;
	float: left;
	color: #fffb09;
	text-align: left;
	margin-left: 15px;
}

#navcontainer1 a {
	display: inline;
	color: #ffffff;
	text-decoration: none;
	width: 130px;
	height: 24px;
	font-weight: normal;
	text-align: center;
	padding-top: 1px;
	padding-right: 17px;
	padding-bottom: 2px;
}

#navcontainer1 a:hover { 
	color: #fffa05;
	text-decoration: none;
}

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

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

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

/* End */

/* Child - Level 1 */

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

#navcontainer1 ul ul a { 
	height: 20px;
	padding-top: 7px;
	text-align: left;
	text-indent: 20px;
	display: none;
}

#navcontainer1 ul ul a:hover {
	background: repeat;
	display: none;
}

html>body #navcontainer1 ul ul a {
	background: repeat;
	height: 23px;
	display: none;
}

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

#navcontainer1 ul ul #current{
	display: none;
}

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

/* Child Level 3 */

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

#navcontainer1 ul ul ul ul li { 
}

#navcontainer1 ul ul ul ul a{
}

#navcontainer1 ul ul ul ul a:hover{

}

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

div#navcontainer1 ul li:hover ul, div#navcontainer1 ul ul li:hover ul, div#navcontainer1 ul ul ul li:hover ul, div#navcontainer1 ul ul ul ul li:hover ul, div#navcontainer1 ul ul ul ul ul li:hover ul{
display:block;
}

#navcontainer2 {
	line-height: 2.0em;
	border-top: 1px  #ffffff;
	margin-bottom: 20px;
	color: #000000;
	text-align: center;
	margin-top: 10px;
	border-right: 2px solid #fff;
}

#navcontainer2 #current {
	color: #1c1475;
	text-align: left;
	position: relative;
}

#navcontainer2 .currentAncestor {
	color: blue;
}

/* Parent - Level 0 */

#navcontainer2 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #1c1475;
	text-indent: -0px;
	text-align: left;
	position: relative;
}

#navcontainer2 li {
	font-weight: bold;
	display: inline;
	color: white;
	text-align: left;
	position: relative;
}

#navcontainer2 a {
	display: none;
	text-decoration: none;
	border-bottom: 1px  #ffffff;
	height: 23px;
	color: #fff526;
	text-align: left;
	position: relative;
}

#navcontainer2 a:hover {
	color: #051fff;
}

/* Child - Level 1 */

#navcontainer2 ul ul {
	text-indent: 20px;
	color: white;
}

#navcontainer2 ul ul li {
	display: block;
	color: white;
}

#navcontainer2 ul ul a {
	display: block;
	color: #000000;
	font-size: 12px;
}

#navcontainer2 ul ul a:hover {
}

#navcontainer2 ul ul .currentAncestor {
	color: #ffffff;
}

/* Child - Level 2 */

#navcontainer2 ul ul ul {
	text-indent: 40px;
}

#navcontainer2 ul ul ul li {
}

#navcontainer2 ul ul ul a {
}

#navcontainer2 ul ul ul a:hover {

}

/* Child - Level 3 */

#navcontainer2 ul ul ul ul {
	text-indent: 60px;
}

#navcontainer2 ul ul ul ul li { 
}

#navcontainer2 ul ul ul ul a {
}

#navcontainer2 ul ul ul ul a:hover {
}

/* Child - Level 4 */

#navcontainer2 ul ul ul ul ul {
	text-indent: 80px;
}

#navcontainer2 ul ul ul ul ul li { 
}

#navcontainer2 ul ul ul ul ul a {
}

#navcontainer2 ul ul ul ul ul a:hover {
}

/* @end */
/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	color: #666666;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

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

#contentContainer #content li {
}

/* 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: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}.blog-archive-month {
	font-size: 1.7em;
	margin-bottom: 5px;
}

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

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

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

.blog-entry-date {
	color: #000;
	margin-bottom: 15px;
	padding-left: 16px;
}

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

.blog-entry-body {
	color: #000;
}

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

/*styles the category link in the main entry */
.blog-entry-category {
	color: #000;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	color: #4463bc;
	text-decoration: none;
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
	color: #020202;
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
	color: #4463bc;
	text-decoration: none;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

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

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

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

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

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

/* Comment links */
a[href^="javascript:HaloScan"] {
	padding-left: 16px;
	margin-right: 5px;
}

/* Trackback links */
a[href^="javascript:HaloScanTB"] {
	padding-left: 16px;
}

/* @end */



/* @group Filesharing */

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

.filesharing-item-title {
	color: #000;
	margin-bottom: 1px;
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	
}


.filesharing-item {
	border: 2px solid #C1C1C1;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #eee url(images/downloadarrow.png) no-repeat right;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

.filesharing-item:hover {
	border: 2px solid #C1C1C1;
	background: #d6d5d2 url(images/downloadarrow.png) no-repeat right;
}

.filesharing-item-title a:link {
	border-bottom-style: none;
	text-decoration: none;
	padding: 3px;
	margin-bottom: 3px;
}

.filesharing-item a{
	color: #4184ca;
	text-decoration: none;
	padding-left: 10px;
}
.filesharing-item-title a:hover {
	color: #4b3bf9;
}

.filesharing-item-title a:visited {
	color: #4c4c4c;
	text-decoration: none;

}

.filesharing-item-description {
	font-size: 11px;
	line-height: 1.5em;
	padding-left: 3px;
	color: #333333;
	text-align: left;
}

/* @end */

/* @group Photo Album */

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

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

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

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

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

.thumbnail-frame {
    bottom: 0;
	text-align: center;
}

.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: #adadad;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #fff;
	color: #fff;
}

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

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

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

.photo-frame{
	background: #fff;
	padding: 3px;
	border: 2px solid #c2c2c2;
}

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

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

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

/* @group Quicktime Page */

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

/* @group Quicktime Album */

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

.movie-page-title {
	color: #333333;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 2px;
}.movie-page-description {
	color: #cccccc;
	letter-spacing: 2px;
	margin-bottom: 10px;
}.movie-thumbnail-frame {
	width: 132px;
	display: inline-table;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 1px;
	border: Solid 1px #cccccc;
	font-size: 0.9em;
	position: relative;
	z-index: 10;
}

.movie-thumbnail-frame:hover {
}

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

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

.movie-background {
	text-align: center;
}

.movie-title {
	color: #333333;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: center;
}

.movie-frame {
	margin-left: auto;
	text-align: center;
}
	
/* @end */


/* @end */

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

.required-text {
} 

.form-input-field {
	width: 90%;
}

/* My Comment */ 

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


