/*<group=General Styles>*/

body {
	background: repeat url(images/body_bg.png);
	margin: 0;
	padding: 0;
	font: 0.85em/1.4em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #606060;
}

p {
}

b, strong {

}

a:link, a:visited {
	color: #323c80;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

img {
	border: none;
}

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

.image-right {
	margin: 3px 0 3px 3px;
	float: right;
}
	
/*</group>*/

/*<group=Layout>*/
.clearer {
	clear: both;
}

.contentSpacer {
	height:320px;
	float:right;
	width:1px;
}

.sideSpacer {
	height:210px;
	float:right;
	width:1px;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

#top_grad {
	background: repeat-x url(images/top_grad.png);
	width: 100%;
	height: 182px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#container {
	width: 555px;
	position: relative;
	z-index: 1;
}

#pageHeader {
	width: 555px;
	height: 182px;
	background: no-repeat url(images/header_bg.png);
}

#pageHeader img {

}

#contentContainer {
	width: 555px;
	background: repeat-y url(images/content_bg.png);
	position: relative;
	z-index: 2;
}

#contentContainer #content {
	position: relative;
	z-index: 6;
	padding: 30px 80px 30px 40px;
}

#contentContainer #stampsTop {
	background: no-repeat url(images/stamps_top.png);
	width: 274px;
	height: 238px;
	position: absolute;
	top: -62px;
	right: 34px;
	z-index: 3;
}

#contentContainer #stampsBottom {
	background: no-repeat url(images/stamp_bottom_left.png);
	width: 122px;
	height: 125px;
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: 4;
}

#contentContainer #title {
	width: 435px;
	background: no-repeat left 45px url(images/title_underline.png);
	height: 54px;
	position: relative;
	z-index: 5;
	margin-bottom: 15px;
	padding-top: 0;
	padding-left: 40px;
	padding-right: 80px;
}

#contentContainer #title h1 {
	line-height: 1.5em;
	font-size: 1.8em;
	font-weight: normal;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 0;
	margin: 0 0 3px;
}

#contentContainer #title h2 {
	padding-right: 80px;
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
	margin: 0;
}

#sidebarContainer {
	position: absolute;
	left: 531px;
	top: 40px;
	width: 284px;
	z-index: 8;
}

#sidebarContainer #postcard {
	width: 87px;
	height: 220px;
	position: absolute;
	right: 0;
	top: 289px;
	background: no-repeat url(images/bottom_of_card.png);
	z-index: 9;
}

#sidebarContainer #stamp {
	width: 207px;
	height: 50px;
	position: absolute;
	left: 17px;
	top: 289px;
	background: no-repeat url(images/bottom_of_stamp.png);
	z-index: 10;
}

#sidebarContainer #sidebar {
	background: repeat-y url(images/sidebar_bg.png) 17px 0px;
	width: 207px;
	font-size: 0.9em;
	padding-top: 50px;
}

#sidebarContainer #sidebar #sideText {
	position: relative;
	z-index: 12;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}

#sidebarContainer #sidebar #bottom {
	margin: 0;
	background: no-repeat url(images/sidebar_bottom.png) 17px 0px;
	width: 207px;
	height: 26px;
}

#sidebarContainer .sideHeader {
	padding-right: 25px;
	padding-left: 25px;
	position: relative;
	z-index: 11;
	color: #6a5e57;
	font-size: 1.4em;
	line-height: 1.3em;
}

#footer {
	width: 555px;
	background: no-repeat url(images/footer_bg.png);
	height: 106px;
	font-family: Georgia, Times New Roman, Times, serif;
}

#footer p {
	margin: 0;
	padding-top: 40px;
	padding-right: 80px;
	padding-left: 10px;
	color: #6ea09f;
}

#footer a:link, #footer a:visited {
	color: #6ea09f;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #588181;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#contentContainer #content #breadcrumbcontainer {
	margin-top: 15px;
	color: #c1bcb0;
	font-size: 0.9em;
}

#contentContainer #content #breadcrumbcontainer ul {
	background: #e7e3d3;
	border: 1px solid #d8d1c4;
	padding: 2px;
	list-style-type: none;
	margin: 0;
	float: right;
}

#contentContainer #content #breadcrumbcontainer li {
	display: inline;
	background: none;
	padding: 0;
}

#contentContainer #content #breadcrumbcontainer a {
	color: #c1bcb0;
	text-decoration: none;
}

#contentContainer #content #breadcrumbcontainer a:hover {
	text-decoration: underline;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	width: 284px;
	height: 289px;
	background: no-repeat url(images/menu_bg.png);
	font-size: 1.1em;
}

#navcontainer #current {
	background: no-repeat left center url(images/button_over.png);
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

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

#navcontainer li {
	margin-bottom: 8px;
}

#navcontainer a {
	color: #6a5e57;
	text-decoration: none;
	padding-left: 25px;
	height: 15px;
}

#navcontainer a:hover {
	background: no-repeat left center url(images/button_over.png);
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
	padding-top: 8px;
}

#navcontainer ul ul li {
}

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

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
}

/* Child - Level 2 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul li { 
}

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

#navcontainer ul ul ul a:hover{

}

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

}

/*</group>*/

/*<group=Global Classes>*/

blockquote, .standout {
	margin: 10px 0;
	padding: 0 10px;
	font-style: italic;
	color: #939087;
	background: #e7e3d3;
	border: 1px solid #d8d1c4;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {

}

/* Main content area unordered list styles */

#contentContainer #content ul {
	margin: 20px;
	padding: 0;
	list-style: none;
}

#contentContainer #content li {
	padding-left: 12px;
	padding-bottom: 8px;
	background: url(images/list_item.png) no-repeat left 6px;
}

#contentContainer #content ul ul {
	margin: 8px 0 0 0;
}

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

#sidebarContainer #sidebar li {
}

/* Table Styles */
table {
	font-size: 1em;
}
	
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
}

.blog-entry-summary {
	margin-bottom: 10px;
}
.blog-archive-headings-wrapper {
	background: no-repeat -40px bottom  url(images/divider.png);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}.blog-archive-month {
	font-size: 1.4em;
	padding-right: 20px;
	display: inline;
}

.blog-archive-link {
	display: inline;
}.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/*</group>*/

.blog-entry {
	margin-bottom: 30px;
	background: no-repeat -40px bottom  url(images/divider.png);
	padding-bottom: 30px;
}

.blog-entry-title {
	font-size: 1.7em;
	margin-bottom: 10px;
}

.blog-entry-date {
	margin-bottom: 15px;
}

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

.blog-entry-body {
}

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

/*styles the category link in the main entry */
.blog-entry-category {
}

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

/*styles the permalink link in the main entry */
.blog-entry-permalink {
}

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




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

/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
}

.filesharing-item {
	margin-bottom: 30px;
	padding-bottom: 30px;
	background: no-repeat url(images/divider.png) -40px bottom;
}

.filesharing-item-title a:link {
	font-size: 1.4em;
	margin-bottom: 3px;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
}

/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
	font-size: 1.7em;
	margin-bottom: 10px;
}

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

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

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 90px;
	padding-left: 5px;
	padding-right: 5px;
	background: #fff repeat-x left 0px url(images/photo_top_grad.png);
}

.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 5px;
	padding-right: 5px;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

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

.thumbnail-caption {
	margin: 0 -5px;
	padding: 0 0 20px 0;
	font-size: 0.9em;
	background:  repeat-x left bottom url(images/photo_bottom_grad.png);
	height: 38px;
	display: block;
}
	
/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
}

.photo-navigation {
	background: repeat-x url(images/top_grad.png);
	width: 100%;
	height: 182px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.photo-links {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: no-repeat url(images/photo_header_bg.png);
	width: 636px;
	height: 159px;
	margin: 0;
	padding: 72px 80px 0 40px;
}

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

}

.photo-navigation a:hover {

}

.photo-frame{
	position: absolute;
	top: 200px;
	left: 40px;
	background: #fff;
	padding: 8px;
	border: 1px solid #90836d;
}

.photo-title {
	position: absolute;
	left: 40px;
	top: 15px;
	z-index: 20;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.photo-caption {
	position: absolute;
	top: 32px;
	left: 40px;
	z-index: 21;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
}

/*</group>*/
	
/*</group>*/

/*<group=Quicktime Page>*/

.movie-description {

}
	
/*</group>*/

/*<group=Quicktime Album>*/

/*<group=Index Page (Movie Thumbnail view)>*/

.movie-page-title {
}.movie-page-description {
}.movie-thumbnail-frame {
	background: #fff repeat-x left 0px url(images/photo_top_grad.png);
	width: 142px;
	float: left;
	padding: 19px 0 0 0;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
}

.movie-thumbnail-frame img {
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
	background:  repeat-x left bottom url(images/photo_bottom_grad.png);
	padding: 5px 5px 19px 5px;
	font-size: 0.9em;
}
	
/*</group>*/

/*<group=Single Page (Movie View)>*/

.movie-background {
	background: repeat url(images/movie_body_bg.png);
	margin: 0 10px;
}

.movie-title {
	background:  repeat-x left bottom url(images/photo_bottom_grad.png);
	padding: 5px 5px 29px 5px;
	font-size: 1.4em;
	margin: 0 -10px;
}

.movie-frame {
	background: #fff repeat-x left 0px url(images/photo_top_grad.png);
	padding: 29px 10px 0px 10px;
	text-align: center;
}
	
/*</group>*/


/*</group>*/

/*<group=Contact Form>*/
.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/*</group>*/


