* {
	padding: 0;
	margin: 0;
}

body {
	color: #666666;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background: #8a9d9d;
	line-height: 120%;
}

img {
	border: none;
}

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

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

#wrapper {
	width: 770px;
	margin: 0 auto;
	margin-top: 25px;
}

.clearer {
	clear: both;
}

#logo {
	clear: both;
}

#top {
	height: 250px;
	background: url(images/editable_images/top/top01.jpg) no-repeat;
}

#pageHeader {
	position: relative;
}

#pageHeader #grad {
	position: absolute;
	left: 0;
	top: -10px;
	height: 72px;
	overflow: hidden;
}

#pageHeader h1 {
	padding: 10px 0;
}

#contentContainer {
	width: 555px;
	float: left;
	border: 1px solid #ecefef;
	margin: 5px 0 5px 10px;
	text-align: left;
}

#contentContainer #content {
	padding: 10px;
}

#sidebarContainer {
	padding: 8px;
	margin: 5px;
	width: 172px;
	border: 1px solid #fff;
	float: left;
	display: inline;
}

#sidebarContainer #sidebar {
	margin: 10px 0;
	padding: 10px;
}

#sidebarContainer .sideHeader {
	font-size: 1.4em;
}

#footer {
	clear: both;
	height: 52px;
	padding: 5px 5px 5px 15px;
	line-height: 31px;
	text-align: center;
}

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

#footer a:hover {
	color: #cc0;
	text-decoration: underline;
}

a:hover, a:active, #navcontainer1 ul ul a:hover, #navcontainer1 ul ul #current   {
}

#navcontainer1 {
	position: relative;
	background: #e9e3d1;
	height: 20px;
	font-weight: bold;
	padding: 8px;
	text-align: center;
}

#navcontainer1 .current {
	border-bottom: 5px solid;
	padding-bottom: 10px;
	color: #cc0;
}

#navcontainer1 .currentAncestor {
	border-bottom: 5px solid;
	padding-bottom: 10px;
}

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

#navcontainer1 li {
	display: inline;
	padding: 0;
	margin: 0 10px 0 0;
}

#navcontainer1 a {
	text-align: center;
	padding-right: 12px;
	padding-left: 16px;
	font-size: 12px;
	background-repeat: no-repeat;
	text-decoration: none;
}

#navcontainer1 a:hover {
	border-bottom: 5px solid;
	padding-bottom: 10px;
}

#navcontainer1 ul ul {
	display: none;
}

#navcontainer1 ul ul a {
	text-decoration: none;
}

#navcontainer1 ul ul ul {
	position: absolute;
	left: 10px;
	top: 20px;
	width: inherit;
	margin: 0;
	white-space: nowrap;
	padding: 0 0 0 10px;
}

#navcontainer1 ul ul ul li a {
	color: #121212;
}

#navcontainer1 ul ul ul li a:hover {
	text-decoration: none;
	background: none;
	color: #cc0;
}

#navcontainer1 ul ul ul .current {
	font-weight: normal;
	background: none;
}

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

#navcontainer ul ul ul ul a {
	background-image: none;
}

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

#navcontainer2 .current {
	color: #cc0;
}

#navcontainer2 .hover {
	color: #cc0;
}

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

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

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

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

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

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

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

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

#breadcrumbcontainer {
	text-align: left;
	height: 25px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding-top: 5px;
	padding-left: 5px;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	background-position: 0 1px;
	background-repeat: no-repeat;
}

#breadcrumbcontainer a:hover {
	background: url(images/elements/icons/bread_crumb_anim.gif) no-repeat 0 1px;
}

blockquote, .standout {
	font-style: italic;
	font-weight: bold;
	margin: 0 10px;
	padding: 10px;
}

h1 {
	font-size: 1.8em;
	margin: 0 0 12px 0;
}

h2 {
	font-size: 1.6em;
	margin: 0 0 12px 0;
}

h3 {
	font-size: 1.4em;
	margin: 0 0 12px 0;
}

h4 {
	font-size: 1.2em;
	margin: -3px 0 12px 0;
}

h5 {
	font-size: 1.1em;
}

#contentContainer #content ul {
	list-style-type: disc;
	margin: 15px;
	line-height: 120%;
}

#contentContainer #content ol {
	list-style-type: square;
}

#contentContainer #content li {
	padding: 5px;
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
	color: #fff;
}

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

#sidebarContainer #sidebar ul {
	list-style-type: decimal;
}

#sidebarContainer #sidebar ol {
	list-style-type: square;
}

#sidebarContainer #sidebar li {
	margin: 0;
	padding: 5px;
}

table {
	font-size: 1em;
}

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

.blog-entry {
	margin-bottom: 40px;
}

.blog-entry-title {
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	padding: 5px 10px 0 0;
}

.blog-entry-date {
	padding-left: 15px;
	height: 12px;
	line-height: 12px;
	background: url(images/elements/icons/date.png) no-repeat left center;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: left;
}

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

.blog-entry-body {
	margin-top: 0;
	margin-bottom: 25px;
	padding-left: 5px;
	padding-right: 15px;
}

.blog-entry-comments {
	padding: 8px 0 5px 0;
	border-bottom: 2px solid #777777;
}

p.blog-entry-tags {
	margin: 10px 0 0 0;
	font-weight: bold;
	padding-left: 20px;
	background-position: left 3px;
	background-repeat: no-repeat;
}

.blog-entry-category {
	padding-left: 15px;
	height: 12px;
	line-height: 12px;
	background: url(images/elements/icons/note.png) no-repeat left center;
}

.blog-archive-headings-wrapper {
	margin: 0 auto;
	text-align: left;
	height: 10px;
	width: 500px;
}

.blog-archive-entries-wrapper {
	margin: 0 auto;
	text-align: left;
	width: 500px;
}

.blog-archive-entries-wrapper .blog-entry {
	padding-top: 50px;
	width: 500px;
}

.blog-archive-month {
	color: #ffffff;
	margin: 0;
	font-weight: bold;
	font-size: 1.9em;
	padding: 4px 20px 5px 35px;
}

.blog-archive-link {
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 35px;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	text-decoration: underline;
}

.blog-archive-link a:hover {
	text-decoration: none;
}

#blog-categories {
	margin-top: 10px;
}

#blog-rss-feeds {
	padding: 5px 0;
	line-height: 1.7;
}

.blog-rss-link {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/elements/icons/feed-icon.gif);
	padding-left: 20px;
	display: block;
}

.blog-comments-rss-link {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/elements/icons/feed-icon.gif);
	padding-left: 20px;
	display: block;
}

.filesharing-description {
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.filesharing-item {
	padding: 5px;
	margin-bottom: 5px;
}

.filesharing-item-title a:link {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 2px;
}

.filesharing-item-title a:hover {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 2px;
}

.album-title {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 2px;
}

.album-description {
	margin-bottom: 40px;
	margin-top: 2px;
	border-bottom: 1px dotted #bfbfbf;
	padding-bottom: 5px;
}

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

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

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

.thumbnail-frame img {
	padding: 1px;
	margin: auto;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	line-height: normal;
	width: 100%;
	height: 38px;
	display: block;
}

.photo-background {
	margin: 10px;
}

.photo-navigation {
	background: transparent;
	margin-bottom: 10px;
	padding: 5px;
}

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

.photo-frame {
	background: transparent;
	padding: 10px;
}

.photo-title {
	margin: 0;
	font-weight: bold;
	font-size: 1.9em;
	padding-top: 4px;
	padding-bottom: 0;
}

.photo-caption {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

.exif-data {
	clear: left;
	margin: 0 0 0 15px;
	padding: 15px;
	float: left;
	width: 200px;
}

.exif-data p {
	margin: 0;
	padding: 0;
}

.movie-page-title {
	color: #000000;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 2px;
}

.movie-page-description {
	border-bottom: 1px dotted #bfbfbf;
	color: #000000;
	letter-spacing: 2px;
	margin-bottom: 10px;
	margin-top: 2px;
}

.movie-thumbnail-frame {
	display: inline-table;
	font-size: 1em;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 1px;
	position: relative;
	text-align: center;
	width: 132px;
	z-index: 10;
}

.movie-title {
	color: #ffffff;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 2px;
}

.album-title {
	padding: 5px;
	font-size: 2.1em;
	font-weight: bold;
}

.album-description {
	padding: 5px;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	margin-bottom: 80px;
}

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

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

.thumbnail-frame {
	padding: 5px;
	background: #f3f3f3;
	margin: 0 1px 1px 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

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

.thumbnail-caption {
	margin: 0;
	padding: 5px 0 0 0;
	height: 35px;
	display: block;
}

.photo-background {
	text-align: center;
	margin: 0;
}

.photo-navigation {
	padding: 0;
	text-align: center;
	margin: 0 0 15px 0;
}

.photo-frame {
	margin: 0;
	border: 5px solid #333333;
}

.photo-title {
	font-weight: bold;
	margin: 0 0 5px 0;
	font-size: 24px;
}

.photo-caption {
	font-size: 13px;
	margin: 0;
}

.exif-data p {
	margin: 0;
	padding: 0;
}

/* @end */

/* @end */

/* @end */

/* @group Contact */

/* Contact Form CSS Settings*/

.message-text {
	
}

.required-text {
	
}

.form-input-field {
	
}

.form-input-button {
	
}

/* @end */