/* @group Meyer's CSS reset */

/* v1.0 | 20080212 */
/* with slight modifications*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
	-moz-outline-style:none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* @end */

/* @group General Styles */

html {
	width: 100%;
	height: 100%;
}


body {
	width: 100%;
	height: 100%;
	color: #545454;
}


br {
	margin: 0;
	padding: 0;
}

img {
   border: none;
}

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

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

a, a:link, a:visited {
	text-decoration: none;
}

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

.clearer {
	clear: both;
}

blockquote {
}

code {
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 32px;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 26px;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 22px;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
}

hr {
}

.imageStyle {

}

#container #content ul {
}

#container #content li {
}

/* @end */

/* @group Layout */

#backgroundFade {
	background: none 0 top;
	width: 100%;
	height: 100%;
}

html>body #backgroundFade {
	background: url(images/bkg_fade_tile.png) repeat-x 0 top;
	width: 100%;
	height: 100%;
}

#backgroundOverlay {
	background: none left top;
	width: 100%;
	height: 100%;
}

html>body #backgroundOverlay {
	background: url(images/overlay_circles.png) no-repeat left top;
	width: 100%;
	height: 100%;
}

#container {
	border: 10px solid #fff;
	margin-top: 100px;
	position: absolute;
	border-left-style: none;
	padding-bottom: 30px;
	background-color: #f7ffde;
	background-image: none;
}

html>body #container {
	border: 10px solid #fff;
	margin-top: 100px;
	position: absolute;
	background: #f7ffde url(images/inner_content_gradient.png) no-repeat center top;
	border-left-style: none;
	padding-bottom: 30px;
}

#titleBackground {
	width: 237px;
	height: 135px;
	position: absolute;
	left: 25px;
	margin-top: -110px;
}

html>body #titleBackground {
	width: 237px;
	height: 135px;
}

#titleBackground h1 {
	color: #fff;
	font-size: 30px;
	line-height: 32px;
	position: absolute;
	top: 25px;
	left: 20px;
}

#sidebarContainer {
	width: 250px;
	margin-top: -15px;
}

#sidebarContent {
	background: none;
	color: #a6ad8f;
	padding-top: 0;
	border-style: none;
	border-top: 3px double #e5e1dd;
	margin-top: -20px;
}

html>body #sidebarContent {
	background: url(images/sidebar_border.gif) no-repeat left top;
	color: #a6ad8f;
	padding-top: 0;
	border-style: none;
	margin-top: 0;
}

.sidebarInner {
}

#sidebarContent h3 {
	color: #7d6a53;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	padding: 10px 0 0;
	display: block;
}

#siteLogo {
	width: 240px;
	overflow: hidden;
}

#contentContainer {
}

#content {
}

h2#slogan {
	margin-top: 30px;
	color: #7e6b54;
	font-size: 26px;
	line-height: 32px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 30px;
}

#footer {
	color: #7e6b54;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 16px;
}

	
/* @end */

/* @group Horizontal Menu */

/* Toolbar Styles */

.navcontainer {
	overflow: hidden;
	font-size: 13px;
	height: 74px;
	margin-top: -110px;
	margin-bottom: 9px;
	position: absolute;
	left: 290px;
}

.navcontainer .current {
	text-decoration: none;
}

.navcontainer .current a {
	width: 88px;
	height: 73px;
}


.navcontainer .current a:hover {
}


.navcontainer .current a:visited {
}


.navcontainer .currentAncestor {
}


.navcontainer .currentAncestor a {
	width: 88px;
	height: 73px;
}


.navcontainer .currentAncestor:visited {
}

/* Parent - Level 0 */

.navcontainer ul{
	list-style: none;
	padding-left: 0;
	margin: 0;
	height: 74px;
}

.navcontainer ul li {
	float: left;
	height: 73px;
	margin-right: 15px;
}

.navcontainer a {
	text-decoration: none;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	width: 88px;
	height: 74px;
	line-height: 18px;
	font-size: 14px;
	padding-top: 20px;
}

.navcontainer a:hover{
	text-decoration: none;
	display: inline-block;
	color: #fff;
	border-left-style: none;
}

html>body .navcontainer a:hover{
	text-decoration: none;
	display: inline-block;
	color: #fff;
	padding-top: 20px;
	border-left-style: none;
}

.navcontainer a:visited{
	color: #fff;
}

.navcontainer a:active {
	color: #fff;
}

/* Child - Level 1 */

.navcontainer ul ul  {
	display: none;
}

.navcontainer ul ul li {
}

.navcontainer ul ul a {
}

.navcontainer ul ul a:hover {
}

.navcontainer ul ul .current {
}

.navcontainer ul ul .current:hover {
}

.navcontainer ul ul .currentAncestor  {
}

/* Child - Level 2 */

.navcontainer ul ul ul {
	display: none;
}

.navcontainer ul ul ul ul {
	display: none;
}

/* @end */

/* @group Vertical Sub-Menu */

.subnavcontainer {
	margin-top: 20px;
}

/* Parent - Level 0 */

.subnavcontainer ul {
	list-style: none;
	padding: 0;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
}

.subnavcontainer li {
}

.subnavcontainer a, .subnavcontainer a:visited {
	text-decoration: none;
	display: none;
}

.subnavcontainer a:hover {
}

/* Child - Level 1 */

.subnavcontainer ul ul {
	padding: 0;
	border-top-width: 4px;
	border-top-style: solid;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	margin-bottom: 10px;
}

.subnavcontainer ul ul li {
}

.subnavcontainer ul ul li.current a {
	background-image: url(images/subnav_current_marker.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

html>body .subnavcontainer ul ul li.current a {
	background-image: url(images/subnav_current_marker.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.subnavcontainer ul ul li.current a:hover {
	background-image: url(images/subnav_hover_bar.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

html>body .subnavcontainer ul ul li.current a:hover {
	background-image: url(images/subnav_hover_bar.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.subnavcontainer ul ul a, .subnavcontainer ul ul a:visited {
	display: block;
	line-height: 28px;
	text-indent: 20px;
}

.subnavcontainer ul ul a:hover {
	background-image: url(images/subnav_hover_bar.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

html>body .subnavcontainer ul ul a:hover {
	background-image: url(images/subnav_hover_bar.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.subnavcontainer ul ul a:active {
}

/* Child - Level 2 */

.subnavcontainer ul ul ul a, .subnavcontainer ul ul ul a:visited {
}

.subnavcontainer ul ul ul  {
}

.subnavcontainer ul ul ul li a.current {
}

.subnavcontainer ul ul ul li a.current:hover {
}

/* Child Level 3 */

.subnavcontainer ul ul ul ul a, .subnavcontainer ul ul ul ul a:visited {
}

.subnavcontainer ul ul ul ul  {
}

/* Child Level 4 */

.subnavcontainer ul ul ul ul ul a {
}

.subnavcontainer ul ul ul ul ul  {
}

/* Child Level 5 */

.subnavcontainer ul ul ul ul ul ul a {
}

.subnavcontainer ul ul ul ul ul  {
	display: none;
}


/* @end */

/* @group Blog */

/* @group Tag Cloud */
ul.blog-tag-cloud {
	text-align: left;
	margin-top: 20px;
}

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 {
	background-color: transparent;
}

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

.blog-archive-entries-wrapper {
}

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

.blog-archive-month {
	margin: 0;
	font: normal 2em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	float: none;
}

.blog-archive-link {
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	padding: 0 0 15px;
	margin: 0;
}	
/* @end */

#archives {
	background: url(images/sidebar_border.gif) no-repeat left top;
	margin-top: 20px;
	padding: 0;
}

.blog-entry {
	margin-bottom: 30px;
	padding-left: 50px;
	border-top: 1px solid #d5d4ba;
	padding-top: 5px;
}

.blog-entry .image-left,
.blog-entry .image-right {
	text-indent: 0;
}

h1.blog-entry-title {
	margin: 0;
	float: none;
	font-style: normal;
	font-size: 2em;
	text-transform: uppercase;
}

.blog-entry-title a:link {
	color: #7e6b54;
	text-decoration: none;
}

.blog-entry-date {
	margin-bottom: 15px;
	color: #b3c37b;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}

.blog-entry-date a {
	font-weight: normal;
	font-style: normal;
}

p.blog-entry-tags {
	font-size: 10px;
	line-height: 14px;
	color: #7e6b54;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

p.blog-entry-tags a {
	font-weight: normal;
	font-style: normal;
}

p.blog-entry-tags a:hover {
	text-decoration: underline;
}

.blog-entry-comments {
	background: url(images/comments.gif) no-repeat left 1px;
	font-size: 10px;
	line-height: 14px;
	color: #7e6b54;
	padding-left: 16px;
	text-transform: uppercase;
	height: 14px;
}

html>body .blog-entry-comments {
	background: url(images/comments.png) no-repeat left 1px;
}

.blog-entry-comments a:link, .blog-entry-comments a:visited {
	color: #7e6b54;
}

/*styles the category link in the main entry */

.blog-entry-category a:link,
.blog-entry-category a:visited,
.blog-category-link-enabled,
.blog-category-link-disabled {
	background: url(images/category.gif) no-repeat;
	padding-left: 16px;
	background-position: left 1;
	background-repeat: no-repeat;
}

.blog-entry-category {
	margin-left: 5px;
	margin-right: 5px;
}

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

.blog-archive-link-enabled {
	padding-left: 16px;
	background: url(images/category.gif) no-repeat left center;
	height: 16px;
}

.blog-archive-link-enabled:link {
	padding-left: 16px;
	background: url(images/category.gif) no-repeat left center;
	height: 16px;
}

.blog-archive-link-enabled:visited {
	padding-left: 16px;
	background: url(images/category.gif) no-repeat left center;
	height: 16px;
}

.blog-archive-link-enabled:hover {
	background: url(images/category.gif) no-repeat left center;
	height: 16px;
}

.blog-archive-link-disabled {
	padding-left: 16px;
	background: url(images/category.gif) no-repeat left center;
	height: 16px;
}
/* Styles the blog categories in the blog sidebar */

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

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

.blog-category-link-enabled:link, .blog-category-link-enabled:visited {
	height: 16px;
}

.blog-category-link-enabled:hover {
	padding-left: 16px;
	background: url(images/category.gif) no-repeat left center;
	height: 16px;
}

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

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

#blog-rss-feeds br  {
	display: none;
}

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

.blog-read-more a:link, .blog-read-more a:visited {
	float: right;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.blog-read-more a:hover
{
	text-decoration: underline;
}

/* @end */

/* @group Forms */
.message-text {
	width: 95%;
} 

.required-text {
	width: 95%;
	font-weight: bold;
	color: #c24900;
} 

.form-input-field {
	width:  95%;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #c24900;
	padding: 3px 2px;
} 

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

/* @group Breadcrumb Trail */

#breadcrumb {
	height: 22px;
	padding-top: 2px;
	margin-top: 24px;
	margin-right: 50px;
	color: #7e6b54;
	margin-bottom: 10px;
}

#breadcrumb ul {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#breadcrumb li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 1px 0 0;
}

#breadcrumb a {
	display: inline;
	color: #c24900;
}

#breadcrumb a:hover {
	display: inline;
}

.bcitem {
	float: left;
	display: inline;
	padding-right: 4px;
	padding-left: 8px;
}
	
/* @end */

/* @group Photo Album */

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

.album-title {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: #c24900;
}

.album-description {
}


.album-wrapper {
	display: block;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	margin-top: 30px;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 30px;
	margin-right: 24px;
	margin-top: 34px;
}

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

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
	background: transparent;
}

.thumbnail-frame img {
	margin: auto;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/* @end */

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

.photo-background {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	background: #a3b660 url(images/overlay_circles.png) no-repeat left top;
	text-align: center;
}

.photo-navigation {
	border: 10px solid #fff;
	width: 700px;
	background: #f7ffde url(images/inner_content_gradient.png) no-repeat center top;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	margin-bottom: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
}

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

.photo-title {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: #c24900;
}

.photo-caption {
}

.photo-links {
}

.photo-links a {

}

.photo-links a:hover, .photo-links a:active {

}

.photo-navigation a:hover {
}

.photo-frame{
	border: 10px solid #fff;
}



/* @end */

/* @group EXIF data */
/* Data wrapper */
.exif-data {
	margin-top: 12px;
	margin-bottom: 24px;
}

.exif-data p {
	text-align: center;
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-pixel-x-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}
/* @end */

/* new_elemens */


/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: #c24900;
}

.movie-page-description {
	margin-bottom: 15px;
}

.movie-thumbnail-frame {
	width: 132px;
	height: 132px;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-frame img {
}

.movie-thumbnail-caption {
	font-size: 0.85em;
}
	
/* @end */

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

.movie-background {
	margin: 10px;
}

.movie-title {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: #c24900;
}

.movie-frame {
	margin-bottom: 5px;
}
	
/* @end */


/* @end */

/* @group Quicktime Page */

.movie-description {
}

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

/* @group File Sharing */

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

.filesharing-item {
	margin-top: 0;
	background: url(images/downloads.png) no-repeat left top;
	padding-left: 65px;
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 30px;
	min-height: 65px;
}


.filesharing-item-title a:link {
	margin: 0;
}

.filesharing-item-title {
	height: 32px;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
}

.filesharing-item-description {
}

/* @end */

/* @group JS-Kit Override */

.js-singleCommentBodyT {
	display: block;
	margin: 0;
	padding: 17px 0 0;
}

.js-singleCommentHeader {
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

.js-OldComments,
.js-commentFieldLabel,
.js-pmFieldLabel,
.js-singleCommentBody,
.js-singleCommentKarmaComMod,
.js-commentBodyLabel,
.js-commentCmtTextarea,
.js-commentAvatarArea,
.js-OldCommentsWrap,
.js-OldComments,
.js-CreateCommentFieldsWrap,
.js-CreateCommentFields,
.js-commentCmtTextarea,
.js-kit-comments div {
	clear: none !important;
}

.js-singleCommentText {
	display: block !important;
	clear: both !important;
}

.js-kit-comments br {
	display: none !important;
}

.js-singleCommentBody br {
	display: block !important;
}

/* @end */

/* @group Sitemap */

.rw-sitemap ul {
    margin: 0;
    padding: 0;
    list-style-type: disc;
    list-style-position: inside;
}

.rw-sitemap ul li {
    margin: 0 0 10px 0;
}

.rw-sitemap ul li:last-child {
    margin: 0;
}

.rw-sitemap ul li li {
    margin: 0 0 5px 0;
}

.rw-sitemap ul li li:last-child {
    margin: 0;
}

.rw-sitemap ul ul {
    padding: 0 0 0 20px;
    list-style-type: square;
}

.rw-sitemap ul ul ul {
    list-style-type: circle;
}

/* @end */