/* @group General Styles */

body {
	color: #333;
	text-align: center;
	padding: 0;
	margin: 20px 20px 70px;
	font: .94em "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
}

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 Headings */


#headings{
	text-align: left;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
#headings p{
	color: #000;
}

 .site_title {
	font-size: 2.2em;
	font-weight: normal;
	font-style: normal;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	position: relative;
	top: 10px;
	left: 10px;
	color: #fff;
}

.site_slogan {
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	position: relative;
	top: 10px;
	color: #fff;
}
#headings h1{
	font-size: 2.2em;
	padding: 5px 5px 0;
	color: #000;
}
#headings h2{
	padding: 0 5px 5px;
	font-size: 1.4em;
	color: #000;
}

/* @end */

/* @group Container */
#wrapper{
	margin-left: auto;
	margin-right: auto;
}
#container {
	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;
}

#contentContainer {
	z-index: 300;
	margin-bottom: 0px;
}
#contentContainer #content {
	color: #000000;
	font-size: .9em;
	padding: 15px;
	line-height: 1.5em;
}

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

#sidebarContainer a:hover {
}

#sidebarContainer #sidebar {
	font-size: .9em;
	padding: 0 8px 5px;
	line-height: 1.5em;
}

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

/* @group Toolbars */

/* @group Top Navigation */


/* Toolbar Styles */

#navcontainer {
	position: relative;
	z-index: 99;
	display: block;
	float: right;
	font-size: .8em;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

#navcontainer .current {
	border-bottom: 3px solid #fff;
}


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

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

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

#navcontainer a {
	padding-bottom: 3px;
	color: #ffffff;
	text-decoration: none;
	margin-left: 5px;
	display: block;
	text-align: left;
	float: left;
	padding-right: 3px;
	padding-left: 3px;
	margin-right: 5px;
}

#navcontainer a:hover {
	border-bottom: 3px solid #fff;
}

/* Child - Level 1 */

#navcontainer ul ul li {
	display: none;
}

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

#navcontainer li:hover ul, #navcontainer li.over ul { 
	display: block;
}

/* Child - Level 2 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul li {

}

#navcontainer ul ul ul a {

}

#navcontainer ul ul ul a:hover {

}

#navcontainer ul ul ul .current {

}

#navcontainer ul ul ul .currentAncestor {

}

/* Child Level 3 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul ul li {

}

#navcontainer ul ul ul ul a {

}

#navcontainer ul ul ul ul a:hover {

}

/* Child Level 4 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul ul li {

}

#navcontainer ul ul ul ul ul a {

}

#navcontainer ul ul ul ul ul a:hover {

}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {

}

#navcontainer ul ul ul ul ul ul li {

}

#navcontainer ul ul ul ul ul ul a {

}

#navcontainer ul ul ul ul ul ul a:hover {

}
/* @end */


/* @group Sub-Menu */


/* Toolbar Styles */

#sub_navcontainer {
	position: relative;
	top: 10px;
	margin-bottom: 0px;
	font-size: .9em;
}

#sub_navcontainer .current {
}

#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: 10px;
	padding-top: 4px;
	height: 16px;
	padding-bottom: 3px;
	border-bottom: 1px solid #e0e0e0;
}

#sub_navcontainer a:hover {
}

#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 */

#logo{
}
#pageHeader {
	list-style: none;
	z-index: 201;
	margin-right: 0px;
	margin-left: 0px;
}

#pageHeader img {
	margin-top: 5px;
	float: right;
	margin-right: 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-align: left;
}

#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 {
	font-style: italic;
}
code {
	color: #3d3d3d;
	font-family: "Courier New", Courier, mono;
}

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 {
	width: 95%;
} 

.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-entry-summary {
	margin-bottom: 10px;
}

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

.blog-archive-entries-wrapper {

}

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

}

.blog-archive-month {
	margin-bottom: 5px;
	font-size: 2.2em;
}

.blog-archive-link {
	margin-bottom: 20px;
}

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

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

.blog-entry-title {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.5em;
}
.blog-entry-title a:hover {
	font-weight: bold;
}

.blog-entry-date {
	letter-spacing: 1px;
	font-size: 0.9em;
	margin-bottom: 5px;
	padding-left: 3px;
}

/*styles the category link in the main entry */
.blog-entry-category {
	padding-top: 2px;
	padding-left: 20px;
	background: url(images/category.png) no-repeat left 0px;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
	padding-top: 2px;
	margin-left: 8px;
	padding-left: 10px;
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
}


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

.blog-entry-body {

}

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

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

/* Trackback links */
a[href^="javascript:HaloScanTB"] {
	padding-top: 2px;
	padding-left: 20px;
	background: url(images/trackback.png) no-repeat left 0px;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}
.blog-archive-link-enabled {
	padding-top: 0px;
	padding-left: 20px;
	background: url(images/trackback.png) no-repeat left 1px;
}

.blog-archive-link-disabled {
	padding-left: 20px;
	background: url(images/trackback.png) no-repeat left 1px;
}

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

.blog-category-link-enabled {
	padding-top: 0px;
	padding-left: 20px;
	background: url(images/category.png) no-repeat left 0px;
	color: #000;
}

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


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

.blog-rss-link {
	padding-left: 15px;
	background: url(images/rss_icon.png) no-repeat left 1px;
}

.blog-comments-rss-link {
	padding-left: 15px;
	background: url(images/rss_icon.png) no-repeat left 1px;
}
	
/* @end */

/* @group Bread-crumb */


#breadcrumbcontainer {
	position: relative;
	z-index: 1;
	font-size: .78em;
	padding: 7px;
	border-bottom: 1px solid #d7d7d7;
	background: url(images/breadcrumb.gif) repeat-x 0 center;
}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
/* @end */

/* @group Footer */
#footerreflect{
	height: 68px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: url(images/footerreflect.png) no-repeat;
}

#footer {
	padding: 12px;
	border-top: 1px solid #ececec;
	font-size: .9em;
}

#footer p {
	margin: 0;
	padding: 0 30px;
}

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

}

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