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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
div, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */

body {
	padding: 0 0em;
}
#page {
	margin: 0em auto;
	max-width: 1000px;
}
#branding hgroup {
	margin: 0 7.6%;
}
#access div {
	margin: 0 25px;
}
#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
}
#content {
	width: 100%
}

#content a
{
text-decoration: underline;
}

#content a:hover
{
text-decoration: none;
}

#secondary {
	display: none;
	float: right;
	margin-right: 7.6%;
	width: 18.8%;
}

/* Singular */
.singular #primary {
	margin: 0;
}
#content,
{
	position: relative;
	width: 100%;
	min-height: 450px;
	background-color: #777;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 100%;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}

/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 7.6%;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;
}

/* One column */
.one-column #page {
	max-width: 690px;
}
.one-column #content {
	margin: 0 7.6%;
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
.one-column #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}
/* Remove the margin on singular divs */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
	width: 100%;
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}
.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
	right: 40px;
	top: 4em;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}

body, input, textarea {
	color: #373737;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	
}
#page {
	background: #777777;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 14px;
	font-size: 14px;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: none;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	border: 1px solid #000;
	color: #000;
}
input[type=text]:focus,
textarea:focus {
	color: #000;
}
textarea {
	padding-left: 3px;
	width: 100%;
}
input[type=text] {
	height: 20px;
}
input#s {
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #ffffff;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #ffffff;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* =Header
----------------------------------------------- */

#branding {
	border-top: 0px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
}
#site-title {
	margin-right: 270px;
	padding: 3.65625em 0 0;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #ffffff;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
}
#branding img {
	height: auto;
	margin-bottom: -7px;
	width: 1000px;
	height: 105px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: url(/images/navbg.png) #B4D103;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 0px;
	width: 100%;
	height: 38px;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	font-weight: bold;
}
#access a {
	color: #555;
	display: block;
	line-height: 38px;
	padding: 0 1.2125em;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	text-transform: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 38px;
	left: 0;
	width: 188px;
	z-index: 999999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
	z-index: 999999;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
	z-index: 999999;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
	z-index: 999999;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #555 !important;
	font-weight: bold;
	z-index: 999999;
}
#access ul li:hover > ul {
	display: block;
	z-index: 999999;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}


/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 0px;
}
.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}
.entry-title,
.entry-title a {
	color: #222;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #ffffff;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}

dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 0px;
}
p img,
.wp-caption {
	margin-top: 0px;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}

#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #ffffff;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
div.format-aside .entry-content,
div.format-link .entry-content,
div.format-status .entry-content {
	padding: 20px 0 0;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	padding: 0px;
	position: relative;
}
.singular.page .hentry {
	padding: 0px;
}
.singular .entry-title {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
}


/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}


/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image p,
.indexed.format-image p img {
	margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	margin-top: -7px;
	padding: 20px 30px;
	overflow: hidden;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}

/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	width: 100%;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}

#langNavigation
{
    color: #555;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 10px;
}

#langNavigation a
{
	font-size: 12px;
    	color: #555;
}

#metaNavigation
{
	position: absolute;
	right: 70px;
	top: 1px;
}

.menu-metanavigation-container ul
{
	list-style: none;
	padding: 9px 0 0 10px;
	margin: 0px;	
}

.menu-metanavigation-container ul li
{
    color: #555;
    float: left;
    padding-right: 20px;
}

.menu-metanavigation-container ul li a
{
	font-size: 12px;
	color: #555;
	font-weight: bold;
}

#metaNavigationen
{
	position: absolute;
	right: 70px;
	top: 1px;
}

.menu-metanavigationen-container ul
{
	list-style: none;
	padding: 9px 0 0 10px;
	margin: 0px;	
}

.menu-metanavigationen-container ul li
{
    color: #555;
    float: left;
    padding-right: 20px;
}

.menu-metanavigationen-container ul li a
{
	font-size: 12px;
	color: #555;
	font-weight: bold;
}


#footerNavigation
{
	padding-top: 4px;
	height: 37px;
}

.menu-footernavigation-container ul
{
	list-style: none;
	padding: 9px 0 0 0px;
	margin: 0px;	
}

.menu-footernavigation-container ul li
{
	color: #ffffff;
	float: left;
	padding-right: 20px;
}

.menu-footernavigation-container ul li a
{
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
}

.menu-footernavigationen-container ul
{
	list-style: none;
	padding: 9px 0 0 0px;
	margin: 0px;	
}

.menu-footernavigationen-container ul li
{
	color: #ffffff;
	float: left;
	padding-right: 20px;
}

.menu-footernavigationen-container ul li a
{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

#bookingbox_frontpage
{
    z-index: 50;
    background-color: #ACE707;
    height: 131px;
    position: absolute;
    right: 0;
    top: 210px;
    width: 340px;
}

#bookingbox_subpage
{
    background-color: #ACE707;
    height: 131px;
    position: absolute;
}

.submit
{
	background-color: #555;
	color: #ffffff;
}

input
{
	box-shadow: none;
	border: 1px solid #000000;
}

#checkin
{
	margin-right: 5px;
}

#checkout
{
	margin-right: 5px;
}

#frontpageContent
{
	padding-left: 23px;
	padding-top: 11px;
	color: #ffffff;
	min-height: 225px;
}

#frontpageContent img
{
	border: 1px solid black;
}

h1
{
	font-size: 23px;
	color: #F4FEBF;
	font-weight: bold;
	padding-bottom: 10px;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.dynCalendar_day a
{
	color: #000000;
}


#footerBlock
{
	background: url(/images/footerbg.png) repeat-x;
	height: 76px;
	width: 1000px;
}

#subPageContent
{
	padding-left: 23px;
	padding-top: 20px;
	color: #ffffff;
	min-height: 200px;
	padding-bottom: 80px;
	padding-right: 50px;
}

.wpcf7 {
    margin: 0;
    padding: 0;
    width: 650px;
}

.wpcf7-form p
{
    margin-bottom: 8px;
}

.wpcf7-form-control submit, .wpcf7-submit
{
    background-color: #555;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    width: 107px;
    color: #fff;
}

#cocconeStrip
{
	display: none;
}

.panel-overlay
{
	display: none;
}

.overlay-background
{
	display: none;
}

.pointer
{
	display: none;
}

.nav-prev
{
	display: none;
}

.nav-next
{
	display: none;
}

.myLanguageSwitcher
{
}

.langSeperator
{
	padding-left: 5px;
	padding-right: 5px;
}

/*
.ngg-album-desc
{
	display: none;
}

.ngg-album-compact p
{
	display: none !important;
}

.ngg-album-compact
{
	height: auto !important;
}
*/

#textfeldkurz
{
	width: 50px;
}

.textfeldshort
{
	width: 50px;
}

.textfeldmedium
{
	width: 155px;
}

.textfeldlong
{
	width: 370px;
}

#anfrageform td
{
	line-height: 27px;
}

.buttonmedium
{
	width: 160px;
}

#gutscheinform td
{
	line-height: 27px;
}

#gutscheinform
{
	padding-bottom: 20px;
}

#kontaktform
{
	line-height: 27px;
}

#kontaktform textarea
{
	width: 400px;
}

#footerQualityLogo
{
	height: 75px;
	width: 75px;
	float: left;
	padding-right: 24px;
}

#footerAddressLine
{
	height: 75px;
	width: 851px;
	float: left;
	color: #ffffff;
	font-size: 12px;
}

#footerAddress
{
	height: 37px;
	width: 851px;
}

#footerSocialMedia
{
	padding-top: 28px;
	height: 47px;
	width: 40px;
	float: right;
	padding-right: 0px;
}

h2.tablepress-table-name
{
	padding-top: 25px;
}

.wp-table-reloaded td {
    background-color: #FFFFFF;
    color: #3D3D3D;
    padding: 4px;
    font-size: 12px;
    vertical-align: top;
    width: 155px;
    height: 28px;
    text-align: center;
    vertical-align: middle;
}

.wp-table-reloaded
{
    background: none !important;
    width: 100%;
}

.wp-table-reloaded th
{
    background-color: tan !important;
    font-size: 12px;
    font-weight: bold;
    border: 0px !important;
}

#lbCaption, #lbNumber 
{
    display: none;
}

#wp-table-reloaded-id-10-no-1 TD {
    text-align: center;
    vertical-align: middle;
}

#wp-table-reloaded-id-10-no-1 .row-2 TD {
    font-weight: bold !important;
    background-color: lightgray;
}

#wp-table-reloaded-id-2-no-1 .row-2 TD {
    font-weight: bold !important;
    background-color: lightgray;
}

div.wpcf7-mail-sent-ok 
{
	background-color: #fff;
	color: #000;
}

span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 orange;
    border: 1px solid #FFFFFF;
    color: #000000;
    font-size: 10pt;
    left: 20%;
    padding: 5px;
    position: absolute;
    top: 20%;
    width: 280px;
    z-index: 100;
}

#footerNavigation {
display: none !important;
}

body {
background-color: #b2b2b2 !important;
background: url(/images/pattern.jpg) fixed top left;
}

#bookingbox_subpage {
display: none !important;
}

#access a {
    color: #FFFFFF !important;
}

#access ul ul a {
    color: #555 !important;
}

#subPageContent {
    color: #222 !important;
}

h1 {
    color: #222 !important;
	font-size: 16px !important;
}

h2 {
    color: #555 !important;
	font-size: 14px !important;
	margin-bottom: 18px !important;
}

#content a {
    color: #222 !important;
}

a {
	color: #222 !important;
}

#footerBlock {
    background: none repeat scroll 0 0 #888 !important;
}

#footerAddress {
    padding-left: 20px;
    padding-top: 20px;
}

#footerAddress a {
    color: white !important;
}

#footerSocialMedia {
    height: 47px;
    padding-right: 10px;
    padding-top: 14px;
}

#footerBlock {
    height: auto !important;
}

#footerAddressLine {
    height: auto !important;
}

h1 {
color: #555 !important;
font-size: 19px !important;
}

#main {
background-color: #EEEEEE !important;
}

#content {
width: 90% !important;
}

#access {
    background: url("/images/navbg.png") repeat scroll 0 0 #FFFFFF !important;
}

#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
    color: #fff !important;
}

#wpadminbar #wp-admin-bar-site-name a {
    color: #fff !important;
}

#anmeldung a {
    color: #fff !important;
    font-weight: bold !important;
    text-decoration: none !important;
    box-shadow: 0 5px 0 #555 !important;
}

#anmeldung a:hover {
    color: #fff !important;
    font-weight: bold !important;
    text-decoration: none !important;
    box-shadow: 0 5px 0 #555 !important;
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d {
    background-color: #2a2a2a !important;
    top: 3px !important;
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:hover {
    background-color: #aaa !important;
}

input[type="submit"] {
    -moz-user-select: none;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    box-shadow: none;
    box-sizing: border-box;
    color: #5472d2;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0;
    overflow-wrap: break-word;
    padding: 14px 20px;
    position: relative;
    text-align: center;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    vertical-align: middle;
    background-color: #2a2a2a !important;
    top: 3px !important;
    color: #fff !important;
    box-shadow: 0 5px 0 #555 !important;
}

input[type="submit"] {
    color: #fff !important;
    border-radius: 5px;
    font-weight: bold !important;
}

input[type="submit"]:hover {
    background-color: #aaa !important;
}

input[type="text"] {
    height: 28px !important;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 2px !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0px;
    vertical-align: top !important;
}
a#CybotCookiebotDialogBodyLevelButtonAccept {
    display: inline-block;
    background-color: orange !important;
    border: 1px solid orange !important;
}
.tomClass { border: 1px solid #ddd !important; }

.vp-title-header { display: none !important; }
