/* @group General Styles and Layout */

body, html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f1f1f1;
	font: 0.8em Century;
}

a, h1, h2, h3, strong {
	color: #f46b2b;
}

a:hover {
	text-decoration: none;
}

#container {
	margin: 20px auto;
	background-color: white;
	width: 780px;
	border: 1px solid #ccc;
	overflow: hidden;
}

#pageHeader {
	position: relative;
	width: 780px;
}

#pageHeader img {
	position: relative;
	display: block;
	width: 100%;
}

#pageHeader #image1 img, #pageHeader #image2 img, #pageHeader #image3 img, #pageHeader #image4 img, #pageHeader #image5 img {
	display: none;
}

#content {
	position: relative;
}

#mainContent {
	margin: 20px;
	margin-right: 160px;
	width: 600px;
	position: relative;
}

* html #mainContent {
	top: 20px;
	padding-bottom: 20px;
}

#mainContent h1 {
	font-size: 1.6em;
}

#mainContent h2 {
	font-size: 1.3em;
}

#mainContent h3 {
	font-size: 1.1em;
}

#mainContent h4 {
	font-size: 1em;
}

#mainContent .box {
	position: relative;
	font-size: 1.2em;
	line-height: 1.2;
}


#mainContent .box h1 {
	font-size: 1.1em;
}


#mainContent .box p.bottom {
	font-size: 0.9em;
}

#mainContent .box b, #mainContent .box strong {
	color: #000;
}

#mainContent .third {
	width: 180px;
	margin: 0 20px;
}

#mainContent .left {
	margin-left: 0;
	float: left;
}

#footer {
	margin: 20px auto;
	width: 780px;
	position: relative;
	text-align: center;
}

#sidebarContainer {
	position: absolute;
	top: auto;
	right: 0px;
	width: 120px;
	margin: 10px;
	color: #333;
	text-align: right;
	font-size: 0.9em;
}

* html #sidebarContainer {
	top: 20px;
}

#sidebarContainer .sideHeader {
	font-size: 1.2em;
	color: #f46b2b;
	font-weight: bold;
	margin-bottom: 1.3em;
}

img {
	display: block;
}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	font-size: 1em;
	color: #808ea0;
	font-weight: bold;
	height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a:link, #breadcrumbcontainer a:active {
	color: #a8a7b1;
}



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

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer1 {
	position: relative;
	height: 60px;
	font-size: 1.2em;
	text-align: center;
}
/* Parent - Level 0 */

#navcontainer1 ul {
	position: relative;
	top: 16px;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	width: 780px;
}

#navcontainer1 ul li {
	display: inline;
	margin: 0 12px;
}

#navcontainer1 ul li a {
	text-decoration: none;
	padding-bottom: 2px;
	color: #999;
}

#navcontainer1 ul li a:hover {
	border-bottom: 5px solid #f46b2b;
	color: #f46b2b;
}

#navcontainer1 ul li a.current {
	border-bottom: 5px none #f46b2b;
	font-weight: bold;
	color: #f46b2b;
}

#navcontainer1 ul li a.currentAncestor {
	border-bottom: 5px solid #f55f1b;
	font-weight: bold;
}

/* Child - Level 1 */

#navcontainer1 ul ul {
	display: none;
	position: absolute;
	top: 25px;
}

#navcontainer1 ul ul li {
	margin-left: 0;
	font-size: 0.7em;
}


#navcontainer1 ul ul li a {
	padding-bottom: 1px;
}

#navcontainer1 ul ul li a:hover {
	border-bottom: 3px solid #f46b2b;
	color: #f46b2b;
}

#navcontainer1 ul ul li a.current {
	border-bottom: 3px solid #f55f1b;
	font-weight: bold;
	border-color: #f55f1b;
}

#navcontainer2 { 
font-size: 1em; 
border-top: 1px solid; 
margin-bottom: 10px; 
position: relative; 
} 

#navcontainer2 #current { 
} 

#navcontainer2 #current:hover { 
} 

#navcontainer2 .currentAncestor { 
} 

/* Parent - Level 0 */ 

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

#navcontainer2 li { 
position: relative; 
display:inline;
} 

#navcontainer2 a{ 
display: none; 
padding-left: 10px; 
padding-top: 6px; 
height: 20px; 
text-decoration: none; 
padding-bottom: 3px; 
border-bottom: 1px solid; 
} 

#navcontainer2 a:hover { 
} 

#navcontainer2 a:active { 

} 

/* Child - Level 1 */ 

#navcontainer2 ul ul { 
} 

#navcontainer2 ul ul li { 
} 

#navcontainer2 ul ul a { 
display: block; 
padding-left: 30px; 
} 

#navcontainer2 ul ul a:hover{ 
} 

#navcontainer2 ul ul #current{ 
} 

#navcontainer2 ul ul .currentAncestor { 
} 

/* Child - Level 2 */ 

#navcontainer2 ul ul ul { 

} 

#navcontainer2 ul ul ul li { 
} 

#navcontainer2 ul ul ul a{ 
padding-left: 60px; 
} 

#navcontainer2 ul ul ul a:hover{ 

}
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {

}

.blog-archive-headings-wrapper {
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
}

.blog-archive-entries-wrapper {
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	padding-top: 20px;
}

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

.blog-archive-month {
	padding: 20px 0 0;
	font-size: 2.5em;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

.blog-archive-link {
	padding: 0 20px 20px;
}

.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;
	line-height: 1.5em;
}

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

.blog-entry-body {
}

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

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

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

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

.blog-archive-link-enabled {
	margin: 0 5px;
}

.blog-archive-link-disabled {
	margin: 0 5px;
}

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

.blog-category-link-enabled {
	margin: 0 5px;
}

.blog-category-link-disabled {
	margin: 0 5px;
}

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

.blog-rss-link {
}

.blog-comments-rss-link {
}
	
/* @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 {
}

/* @end */

/* @group Photo Album */

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

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

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

.thumbnail-table {
	width: 99%;
	background: #f5f5f5;
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

.thumbnail-caption {
	font-size: 0.9em;
}

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

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

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

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

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

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
}
	
/* @end */

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

.photo-background {
	margin: 0;

}

.photo-navigation {
	background: #fff;
	border-bottom: 2px solid #818fa1;
	padding: 20px 40px 10px;
	margin-bottom: 20px;
	text-align: center;
}

.photo-links {
}

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

}

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

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

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

.photo-caption {
	color: #b5bdc8;
	font-size: 1.1em;
	margin: 0;
}

/* @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;
}

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