/*
Theme Name: Polyon
Theme URI: http://themeforest.net/item/polyon-futuristic-wordpress-theme/682648
Description: Polyon is truly a WordPress Theme of the next generation. It is extensivly customizable, it supports unlimited colors, unlimited layout variations, custom backgrounds and has a ton of backend options. The possibilities are endless. You can transform the theme till it fits your needs exactly. Polyon is based on a rock-solid XHTML/CSS foundation and enhanced with CSS3 to make it future proof. It also supports rounded corners, support for flash videos and it looks great on the iPhone and iPad.
Version: 1.7
Author: Ruven
Author URI: http://www.themeforest.net/user/RuvenThemes/
License: WordPress related PHP Code under GNU General Public License (Version 3.0)
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/










/* @group Reset
============================================================ */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */










/* @group Generic
============================================================ */



/* @group Main
------------------------------------------------------------ */

body,
input,
textarea,
input[type=checkbox] + label,
input[type=radio] + label,
blockquote p.source {
	line-height: 1.7;
}

body {
  background: white;
}

/* @end */



/* @group Paddings and Margins
------------------------------------------------------------ */

p, ol, ul, dl, form,
.icon-text, .tabgroup, .togglergroup, .gallery-wrapper, #respond {
  padding-top: .5em;
  padding-bottom: .5em;
}

table, pre,
.box, blockquote,
.note, .success, .notice, .warning, .error {
  margin-top: .5em;
  margin-bottom: .5em;
}

/* @end */



/* @group Gradients
------------------------------------------------------------ */

button, a.button, 
input[type=submit],
input[type=reset],
.paginator a,
.paginator span,
.table.default table thead tr th,
.tabgroup.default .tab,
.togglergroup.default .toggler,
.box .box-header {
  background: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #f1f1f1),color-stop(1, #ffffff));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1');
  text-shadow: 0 1px white;
}


/* Inverted Gradient */

.tabgroup.default.horizontal .tab.active,
.togglergroup.default .toggler.active,
.paginator .current {
  background: #f1f1f1;
  background-image: -moz-linear-gradient(top, #f1f1f1, #ffffff);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ffffff),color-stop(1, #f1f1f1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#ffffff');
  text-shadow: 0 1px white;
}

/* @end */



/* @group Rounded Corners
------------------------------------------------------------ */


/* 3px Full */

form fieldset,
form input[type=text],
form input[type=password],
input[type=submit],
input[type=reset],
form textarea,
form select,
pre,
.entry-featured-content,
.framed,
.framed.fancy img,
.framed.fancy iframe,
.box,
.box .box-header,
.info-box,
.rvn-stytaxhighlighter,
button, a.button, 
.paginator a, .paginator span,
#comments .comment,
.lightbox-image {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}


/* @end */

/* @end */










/* @group Content Elements
============================================================ */



/* @group Headings
------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
  margin-top: 1em;
}

h1 { 
  line-height: 1.3;
}

h2, h3, h4 {
  line-height: 1.4;
}

h5, h6 {
  font-weight: bold;
}

h6 {
  letter-spacing: 1px;
  text-transform: uppercase;
}


/* Heading Links */

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}


/* Underlined Heading */

h1.underlined, h2.underlined, h3.underlined,
h4.underlined, h5.underlined, h6.underlined {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 3px;
  margin-bottom: 3px;
}

/* @end */



/* @group Links
------------------------------------------------------------ */

a,
a.passive:hover,
.passive-links a:hover {
  text-decoration: underline;
}

a:hover,
a.passive,
.passive-links a {
  text-decoration: none;
}

/* @end */



/* @group Lists
------------------------------------------------------------ */

ol, ul {
	list-style-position: outside;
}

ol { list-style: decimal; padding-left: 1.8em; }
ul { list-style: disc;    padding-left: 1.4em; }

li ol,
li ul { margin: 0; }

li ul { list-style: circle; }

/* @end */



/* @group Tables
------------------------------------------------------------ */

table {
	width: 100%;
}
  
caption {
	font-style: italic;
	padding: .5em 0;
	text-align: right;
}

th, td {
	vertical-align: middle;
	text-align: left;
}

thead tr th,
tfoot tr td {
  font-weight: bold;
}

/* @end */



/* @group Forms
------------------------------------------------------------ */

form fieldset {
  margin: 0;
}

form fieldset,
form input[type=text],
form input[type=password],
form textarea,
form select {
  border: 1px solid #d1d1d1;
}

form input[type=text],
form input[type=password],
form textarea,
form select {
  padding: 4px;
}

form input[type=text],
form input[type=password] {
  line-height: 1.4;
}

form input[type=text]:focus,
form input[type=password]:focus,
form textarea:focus,
form select:focus {
  border-color: #aaa;
}

form fieldset {
  padding: 30px;
}

form fieldset legend {
  font-size: .85em;
  letter-spacing: 1px;
  line-height: 1.55;
  padding: 0 5px;
  text-transform: uppercase;
}

form label,
form input,
form textarea,
form select {
  cursor: pointer;
}

form label {
  font-size: .85em;
  font-weight: bold;
}

form input[type=checkbox] + label,
form input[type=radio] + label {
  font-weight: normal;
}


/* jQuery Validation & AJAX Submit */

form input[type=text].invalid,
form input[type=password].invalid,
form textarea.invalid,
form select.invalid,
form input[type=text].invalid:focus,
form input[type=password].invalid:focus,
form textarea.invalid:focus,
form select.invalid:focus {
  border-color: #ff9999;
}

form .message {
  display: none;
}

form .spinner {
	background: url(lib/frontend/images/spinner.gif) no-repeat;
	display: none;
  font-size: 15px;
	height: 18px;
	width: 18px;
}

form span.spinner span { visibility: hidden; }

/* @end */



/* @group Misc
------------------------------------------------------------ */

b,
strong {
  font-weight: bold;
}

i,
em,
dfn,
cite,
address {
  font-style: italic;
}

tt,
pre,
kbd,
code {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: .85em;
}

pre {
  background: #f7f7f7;
  border: 1px solid #d1d1d1;
  display: block;
  line-height: 1.65;
	overflow: auto;
  padding: 10px;
	white-space: pre;
}

abbr,
acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

ins { text-decoration: overline; }
del { text-decoration: line-through; }

sub,
sup {
  font-size: .85em;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sub { top: 0.4em; }
sup { bottom: 0.5em; }

dt { font-weight: bold; }
dd { padding-left: 1.4em; }

iframe, object {
  font-size: 0; /* Firefox/IE fix: no bottom space */
  line-height: 0; /* Firefox/IE fix: no bottom space */
  vertical-align: bottom; /* Webkit fix: no bottom space */
  /* Trying to fix YouTube videos that overlay drop down menus and lightbox overlays */
  z-index: 1;
  position: relative;
}

:focus { outline: none; }

/* @end */

/* @end */










/* @group Custom Elements
============================================================ */



/* @group Section Headings
------------------------------------------------------------ */

.section-header.bottom-padding {
  padding-bottom: 3em;
}

.section-header h1 {
  margin-bottom: .1em;
}

/* @end */



/* @group Entry
------------------------------------------------------------ */

.entry                      { padding-bottom: 4em; padding-top: .5em; }
.entry.small-bottom-padding { padding-bottom: 2.5em; }
.entry.no-bottom-padding    { padding-bottom: .5em; }


/* Entry Header */

.entry-heading {
  margin-bottom: .8em;
}

.entry-meta-style-s1.with-featured-content.heading-below-featured-content .entry-header h1,
.entry-meta-style-s1.with-featured-content.heading-below-featured-content .entry-header h2 {
  padding-top: .1em;
}


/* Entry Featured Content */

.entry-featured-content {
  line-height: 0;
  margin-bottom: .7em;
}

.entry-meta-style-s1.heading-below-featured-content > .entry-header > .entry-featured-content {
  margin-bottom: 1.4em;
}

.entry-meta-style-s1.heading-below-featured-content.one-third .entry-featured-content {
  margin-bottom: 1em;
}

.entry-meta-style-s2 .entry-featured-content {
  margin-top: .5em; /* To lign up with excerpt text */
}
body.fullwidth .entry-meta-style-s2 .entry-featured-content {
  margin-top: 0;
}


/* Entry Meta */

.entry-meta {
  border: 1px solid #d1d1d1;
  border-left: none;
  border-right: none;
  font-size: .85em;
  margin: .5em 0;
  overflow: hidden;
  padding: .4em 0;
}

.entry.no-entry-heading .entry-meta {
  margin-top: 0;
}

.entry.with-featured-content.entry-meta-no-top-border .entry-meta {
  border-top: none;
  padding-top: 0;
  padding-bottom: .6em;
}

.entry.full.with-featured-content.entry-meta-no-top-border .entry-meta {
  margin-top: -3px;
}

.entry-meta-style-s2 .entry-meta {
  margin-bottom: 2%;
}

body.fullwidth .entry-meta-style-s2 .entry-meta {
  margin-bottom: .5em;
}

.entry-meta .meta-info {
  display: block;
  float: left;
  padding: 3px 0;
}

.entry-meta .meta-info .content {
  background-position: left top;
  background-repeat: no-repeat;
  padding: 3px 0;
}

.entry-meta .meta-info.date       .content { background-image: url(lib/frontend/images/entry-meta_icon_date.png); }
.entry-meta .meta-info.categories .content { background-image: url(lib/frontend/images/entry-meta_icon_categories.png); }
.entry-meta .meta-info.comments   .content { background-image: url(lib/frontend/images/entry-meta_icon_comments.png); }
.entry-meta .meta-info.author     .content { background-image: url(lib/frontend/images/entry-meta_icon_author.png); }


/* Centered Entry Meta Infos */

.centered-entry-meta > * > .entry-meta {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.with-featured-content.full.centered-entry-meta > * > .entry-meta {
  background: url(lib/frontend/images/hr.png) center bottom no-repeat;
  border: none;
}

body.fullwidth .with-featured-content.full.centered-entry-meta > * > .entry-meta {
  background: url(lib/frontend/images/hr_fullwidth.png) center bottom no-repeat;
  padding-left: 12%;
  padding-right: 12%;
  width: 75%;
}

.centered-entry-meta > * > .entry-meta .meta-info   { overflow: hidden;   width: 30%; }

.centered-entry-meta > * > .entry-meta .meta-info-1 {  }
.centered-entry-meta > * > .entry-meta .meta-info-2 { text-align: center; width: 40%; }
.centered-entry-meta > * > .entry-meta .meta-info-3 { text-align: right; }

.centered-entry-meta > * > .entry-meta .meta-info-1 .content { padding-left: 47px; background-position: 24px top; }
.centered-entry-meta > * > .entry-meta .meta-info-2 .content { padding-left: 22px; }
.centered-entry-meta > * > .entry-meta .meta-info-3 .content { padding-left: 22px; padding-right: 30px; }


/* Left aligned Entry Meta Infos */

/* Default */
.left-aligned-entry-meta > * >     .entry-meta,
.left-aligned-entry-meta > * > * > .entry-meta {
  padding-left: 5px;
}

/* Without Left Padding */
.no-left-entry-meta-padding.left-aligned-entry-meta > * >     .entry-meta,
.no-left-entry-meta-padding.left-aligned-entry-meta > * > * > .entry-meta {
  padding-left: 0;
}

/* Listed Meta Infos */
.left-aligned-entry-meta.listed-entry-meta > * >     .entry-meta .meta-info,
.left-aligned-entry-meta.listed-entry-meta > * > * > .entry-meta .meta-info  {
  margin-right: 0;
  width: 100%;
}

/* Default */
.left-aligned-entry-meta > * >     .entry-meta .meta-info,
.left-aligned-entry-meta > * > * > .entry-meta .meta-info {
  margin-right: 30px;
}

/* Full Width */
body.fullwidth full.left-aligned-entry-meta  > * >     .entry-meta .meta-info,
body.fullwidth full.left-aligned-entry-meta  > * > * > .entry-meta .meta-info {
  margin-right: 50px;
}

/* Only Two Meta Infos */
.two-entry-meta-infos.left-aligned-entry-meta > * >     .entry-meta .meta-info,
.two-entry-meta-infos.left-aligned-entry-meta > * > * > .entry-meta .meta-info   {
  margin-right: 15px;
}
.two-entry-meta-infos.left-aligned-entry-meta > * >     .entry-meta .meta-info-2,
.two-entry-meta-infos.left-aligned-entry-meta > * > * > .entry-meta .meta-info-2 {
  margin-right: 0;
}

/* Default */
.left-aligned-entry-meta > * >     .entry-meta .meta-info-3,
.left-aligned-entry-meta > * > * > .entry-meta .meta-info-3 {
  margin-right: 0;
}
.left-aligned-entry-meta > * >     .entry-meta .meta-info .content,
.left-aligned-entry-meta > * > * > .entry-meta .meta-info .content {
  padding-left: 20px;
}


/* Entry Content */

.entry.preview.entry-meta-style-s2.no-entry-meta .entry-content p:first-child,
.entry.preview.entry-meta-style-s1.no-entry-meta.heading-below-featured-content .entry-content > p:first-child {
  padding-top: 0;
}

.entry-meta-style-s2.no-entry-meta.entry-header-not-in-column .entry-featured-content {
  margin-top: 0;
}


/* Entry Footer */

.entry footer {
  margin-top: .5em;
}

.entry footer button,
.entry footer .button {
  /*margin-bottom: 10px;*/
}

/* @end */



/* @group Images & Frames with Shadow
------------------------------------------------------------ */

a img {
  position: relative;
  z-index: 2;
}


/* Frame */

.framed {
  background: white;
  border: 1px solid #d1d1d1;
  display: inline-block;
  line-height: 0;
  padding: 4px;
}

.framed img {
  *display: block; /* IE Fix for too much bottom padding */
}

.framed.small {
  padding: 3px;
}


/* Fancy Frame */

.framed.fancy {  
  background-color: white;
  background-image: -moz-linear-gradient(top, #f9f9f9, #efefef);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #efefef),color-stop(1, #f9f9f9));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#efefef');
  padding: 0;
}

.framed.fancy img,
.framed.fancy iframe {
  border: 1px solid white;
  padding: 3px;
}


/* Frame Shadow */

.framed.with-shadow {
  position: relative;
}

.framed.with-shadow:before,
.framed.with-shadow:after {
  bottom: 13px;
  box-shadow:         0 15px 4px rgba(0, 0, 0, .3);
  -moz-box-shadow:    0 15px 4px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 15px 4px rgba(0, 0, 0, .3);
  content: "";
  height: 20%;
  max-width: 554px;
  position: absolute;
  width: 80%;
  z-index: -1;
}

.framed.with-shadow:before {
  left: 12px;
  transform:         rotate(-1.3deg);
  -moz-transform:    rotate(-1.3deg);
  -ms-transform:     rotate(-1.3deg);
  -o-transform:      rotate(-1.3deg);
  -webkit-transform: rotate(-1.3deg);
}

.framed.with-shadow:after {
  right: 12px;
  transform:         rotate(1.3deg);
  -moz-transform:    rotate(1.3deg);
  -ms-transform:     rotate(1.3deg);
  -o-transform:      rotate(1.3deg);
  -webkit-transform: rotate(1.3deg);
}


/* WP Caption */

.entry-content .wp-caption {
  line-height: 0;
}

.entry-content .wp-caption p {
  font-size: .85em;
  line-height: 1.7;
  padding: 4px 0 0;
  text-align: center;
}


/* WP Caption inside Fancy Frame */

.entry-content .framed.fancy.wp-caption {
  padding: 6px;
}

.entry-content .framed.fancy.wp-caption img,
.entry-content .framed.fancy.wp-caption iframe {
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
}

/* @end */



/* @group Info Bars
------------------------------------------------------------ */

.infobar {
  padding: .8em 0;
  overflow: hidden;
}


/* Social Icons */

.infobar ul.social-icons {
  padding: 3px 0 0;
}

.infobar .secondary ul.social-icons li {
  margin: 0 0 0 5px;
}


/* Navigation */

.infobar nav ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
}

.infobar nav ul li {
  float: left;
}

.infobar .primary nav ul li {
  margin-right: 15px;
}

.infobar .secondary nav ul li {
  margin-left: 15px;
}

.infobar nav ul li a {
  text-decoration: none;
}

.infobar nav ul li a:hover {
  text-decoration: underline;
}

/* @end */



/* @group Searchform
------------------------------------------------------------ */

.searchform form {
  overflow: hidden;
}

.searchform input[type=text],
.searchform input[type=submit] {
  float: left;
  margin-right: 0;
}

.searchform input[type=text] {
  border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-right: none;
  height: 26px;
  padding-top: 0;
  padding-bottom: 0;
}

.searchform input[type=text]:focus {
  border-color: #d1d1d1;
}

.searchform input[type=submit] {
  background-image: url(lib/frontend/images/search_button.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  filter: 0;
  height: 28px;
  text-indent: -9999px;
  width: 30px;
}

/* @end */



/* @group Social Icons
------------------------------------------------------------ */

ul.social-icons {
  list-style: none;
  padding-left: 0;
  overflow: hidden;
}

ul.social-icons li {
  float: left;
  margin-right: 5px;
}

ul.social-icons li a {
  background-repeat: no-repeat;
  display: block;
  height: 16px;
  text-indent: -9999px;
  width: 16px;
}

ul.social-icons li a:hover {
  opacity: .75;
}

/* @end */



/* @group Buttons, Paginator
------------------------------------------------------------ */

button,
a.button, 
input[type=submit],
input[type=reset],
.paginator a,
.paginator span {
  border: 1px solid #d1d1d1;
  cursor: pointer;
  display: inline-block;
  font-size: .85em;
  font-weight: bold;
  line-height: 1.55;
  margin-right: 5px;
  padding: 5px 12px;
  text-decoration: none;
  text-align: center;
}

button:hover,
a.button:hover, 
input[type=submit]:hover,
input[type=reset]:hover,
.paginator a:hover,
.paginator span:hover {
  border-color: #c1c1c1;
}

button:active,
a.button:active, 
input[type=submit]:active,
input[type=reset]:active,
.paginator a:active,
.paginator span:active,
.paginator .current {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, .5);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, .5);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .5);
}

.button.big    { font-size: 1.2em; padding: 5px 20px; }
.button.bigger { font-size: 1.5em; padding: 10px 30px; }

/* @end */



/* @group Tags
------------------------------------------------------------ */

.taggroup {
  padding-top: 2em;
}

.taggroup strong {
  padding-right: 6px;
}

.taggroup a,
.widget_tag_cloud .tagcloud a {
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
  font-size: 1em !important;
  line-height: 1.3;
  margin: 0 2px 6px 0;
  padding: 4px 8px;
  text-decoration: none;
  white-space: nowrap;
}

.taggroup a:hover,
.widget_tag_cloud .tagcloud a:hover {
  background-color: #f4f4f4;
}

.taggroup a:hover {
  text-decoration: none;
}

/* @end */



/* @group Paginator
------------------------------------------------------------ */

.paginator {
  display: block;
  overflow: hidden;
  padding: .5em 0;
}

/* Archive */
body.archive .paginator {
  padding: 1.5em 0 0;
}

.paginator a,
.paginator span {
  border-left: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  display: block;
  float: left;
  margin-right: 0;
}

.paginator .first {
  border: 1px solid #d1d1d1;
}

.paginator .first {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
}

.paginator .last {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
}

/* @end */



/* @group Comments
------------------------------------------------------------ */

#comments {
  padding-top: 4em;
}

#comments .comment-list {
  padding-left: 0;
}

#comments .comment {
  background: #f7f7f7;
  border: 1px solid #d1d1d1;
  clear: both;
  list-style: none;
  margin-bottom: 1em;
  overflow: hidden;
  padding: 20px 20px 0;
}

#comments .comment.bypostauthor,
#comments .comment.comment-author-admin {
  background: white;
  text-shadow: 0 1px white;
}


/* Generic */

#comments .comment a.comment-reply-link,
#comments .comment a.comment-reply-login,
#comments .comment .main a.meta-data {
  font-size: .85em;
}

#comments .comment a.comment-reply-link,
#comments .comment .author-name a,
#comments .comment a.meta-data {
  text-decoration: none;
}

#comments .comment a.comment-reply-link:hover,
#comments .comment .author-name a:hover,
#comments .comment a.meta-data:hover {
  text-decoration: underline;
}


/* Gravatar */

#comments .comment .gravatar {
  line-height: 1.55;
  margin-bottom: 8px;
  text-align: center
}

#comments .comment .gravatar img {
  height: auto;
  margin-top: 3px;
  width: 100%;
}


/* Main */

#comments .comment .main cite {
  font-size: 1.25em;
  font-style: normal;
  margin-right: 10px;
}


/* Content */

#comments .comment .main .content {
  margin: 5px 0 20px;
}

#comments .comment .main .content .moderation-awaited {
  font-style: italic;
  font-weight: bold;
}


/* Nested Comments */

#comments .comment ul {
  padding-left: 0;
}

#comments .comment .comment .main cite {
  font-size: 100%;
}

#comments .comment .comment .main .meta-data {
  font-size: .8em;
}


/* Comments Paginator */

#comments .comments-paginator {
  margin: 1em 0;
  text-align: center;
}

#comments .comments-paginator a {
  margin: 0 5px;
}


/* Comment Form */

#comments.no-comments #respond #reply-title {
  margin-top: 0;
}

#cancel-comment-reply-link { display: none; }

/* @end */



/* @group Comment Form, Contact Form
------------------------------------------------------------ */

#comment-form input[type=text],
#comment-form input[type=password],
form.three-column-form input[type=text],
form.three-column-form input[type=password] {
  width: 95.5%;
}

body.fullwidth #comment-form input[type=text],
body.fullwidth #comment-form input[type=password],
body.fullwidth form.three-column-form input[type=text],
body.fullwidth form.three-column-form input[type=password] {
  width: 97.5%;
}

#comment-form textarea,
form.three-column-form textarea {
  width: 98.5%;
}

body.fullwidth #comment-form textarea,
body.fullwidth form.three-column-form textarea {
  width: 99%;
}

/* @end */



/* @group Lightbox
------------------------------------------------------------ */

.lightbox-image {
  background: url(lib/frontend/images/magnifier.png) center center no-repeat;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

/* @end */



/* @group Alignments, Floats and Helpers
------------------------------------------------------------ */

.alignleft   { float: left;  margin: 5px 15px 5px 0; }
.alignright  { float: right; margin: 5px 0    5px 15px; }
.aligncenter {
  display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft.small  { margin-right: 10px; }
.alignright.small { margin-left: 10px; }

.left   { text-align: left; }
.right  { text-align: right; }
.center { text-align: center; }

small,
.text.small  { font-size: .85em; }
.text.big    { font-size: 1.5em; }
.text.bigger { font-size: 2.5em; }
.text.huge   { font-size: 3.5em; }

.primary   { float: left; }
.secondary { float: right; }

.first { margin-left: 0 !important; }
.last  { margin-right: 0 !important; }

.top    { margin-top: 0;    padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }

/* @end */



/* @group Theme Check Requirements
          (but is not needed by the theme)
------------------------------------------------------------ */

/* Theme already applies styles to caption text, just not by this selector */
.wp-caption-text {}

/* Theme has no special style for sticky posts */
.sticky {}

/* This looks good without styling it */
.gallery-caption {}

/* @end */

/* @end */










/* @group Featured Items
============================================================ */



/* @group Nivo Slider
------------------------------------------------------------ */

#topbar.nivo-slider-area .wrapper {
  position: relative;
  *padding-top: 5px; /* IE Fix to make image stay vertically centered in the frame */
}

#topbar.nivo-slider-area .deco-frame {
  background: black;
  border: 1px solid white;
  left: 0;
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
  position: absolute;
  top: 0;
  width: 958px;
}

#topbar.nivo-slider-area .deco-bottom {
  padding: 32px 0;
}

body.boxed-layout #topbar.nivo-slider-area .deco-bottom,
body.boxed-layout-with-margins #topbar.nivo-slider-area .deco-bottom {
  padding: 38px 0;
}

#topbar.nivo-slider-area .deco-loading-screen {
	background: #eaeaea url(lib/frontend/images/spinner.gif) center center no-repeat;
	margin: 5px;
	width: 950px;
}

#topbar #nivo-slider {
  line-height: 0;
  position: relative;
  background-position: left top !important;
}

#topbar #nivo-slider img {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
}

#topbar #nivo-slider .nivo-directionNav a {
	background: url(lib/frontend/images/nivo_arrows.png) no-repeat;
	border: 0;
	display: block;
	height: 34px;
	margin-top: -17px;
	top: 50%;
	text-indent: -9999px;
	width: 32px;
}

#topbar #nivo-slider .nivo-directionNav a.nivo-nextNav {
	background-position: -32px 0;
	right: 10px;
}

#topbar #nivo-slider .nivo-directionNav a.nivo-prevNav {
	left: 10px;
}

#topbar #nivo-slider .nivo-caption p {
  display: block;
  line-height: 1.7;
  padding: 1.2em;
  text-align: center;
}

#topbar.nivo-slider-area #nivo-slider .nivo-caption p strong {
  font-weight: normal;
}

#topbar.nivo-slider-area .nivo-captions {
  display: none;
}

/* @end */



/* @group Cycle Slider, Featured Image (Full Width),
          Featured Video (Full Width), Piecemaker Fallback
------------------------------------------------------------ */


/* Deco Frame */

#topbar.cycle-slider-area .wrapper,
#topbar.featured-image-area .wrapper,
#topbar.featured-video-area .wrapper {
  position: relative;
}

#topbar.cycle-slider-area .wrapper .deco-frame,
#topbar.featured-image-area .wrapper .deco-frame,
#topbar.featured-video-area .wrapper .deco-frame {
  background: black;
  border: 1px solid white;
  left: 0;
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
  position: absolute;
  top: 0;
  width: 958px;
}


/* Loading Screen */

#topbar.cycle-slider-area .wrapper .deco-loading-screen,
#topbar.featured-image-area .wrapper .deco-loading-screen,
#topbar.featured-video-area .wrapper .deco-loading-screen {
	background: #eaeaea url(lib/frontend/images/spinner.gif) center center no-repeat;
	left: 0;
	margin: 5px;
	position: absolute;
	top: 0; 
	width: 950px;
}


/* Slider / Featured Area */

#topbar.cycle-slider-area .wrapper,
#topbar.featured-image-area .wrapper,
#topbar.featured-video-area .wrapper {
  margin: 22px auto;
}

body.boxed-layout #topbar.cycle-slider-area .wrapper,
body.boxed-layout-with-margins #topbar.cycle-slider-area .wrapper,
body.boxed-layout #topbar.featured-image-area .wrapper,
body.boxed-layout-with-margins #topbar.featured-image-area .wrapper,
body.boxed-layout #topbar.featured-video-area .wrapper,
body.boxed-layout-with-margins #topbar.featured-video-area .wrapper {
  margin: 28px auto;
}

body.boxed-layout #topbar.cycle-slider-area.with-bullet-nav .wrapper,
body.boxed-layout-with-margins #topbar.cycle-slider-area.with-bullet-nav .wrapper,
#topbar.cycle-slider-area.with-bullet-nav .wrapper {
  margin-bottom: 0;
}

#topbar #cycle-slider,
#topbar #featured-image,
#topbar #featured-video {
  margin: 5px;
}

#topbar #cycle-slider .slide,
#topbar #featured-image .image-wrapper,
#topbar #featured-video .video-wrapper,
#topbar #piecemaker-slider .image-wrapper {
  position: relative;
  line-height: 0;
}


/* Caption */

#topbar #cycle-slider .slide .caption,
#topbar #featured-image .image-wrapper .caption {
  background: black;
  padding: 15px 20px;
  position: absolute;
  line-height: 1.7;
  opacity: .8;
  width: 28%;
  z-index: 10;
}

#topbar #cycle-slider .slide .caption.top-left,
#topbar #cycle-slider .slide .caption.left-full-height,
#topbar #featured-image .image-wrapper .caption.top-left,
#topbar #featured-image .image-wrapper .caption.left-full-height  { top: 0;    left: 0; }

#topbar #cycle-slider .slide .caption.top-right,
#topbar #cycle-slider .slide .caption.right-full-height,
#topbar #featured-image .image-wrapper .caption.top-right,
#topbar #featured-image .image-wrapper .caption.right-full-height { top: 0;    right: 0; }

#topbar #cycle-slider .slide .caption.bottom-left,
#topbar #featured-image .image-wrapper .caption.bottom-left       { bottom: 0; left: 0; }

#topbar #cycle-slider .slide .caption.bottom-right,
#topbar #featured-image .image-wrapper .caption.bottom-right      { bottom: 0; right: 0; }

#topbar #cycle-slider .slide .caption.top-full-width,
#topbar #cycle-slider .slide .caption.centered-top-full-width,
#topbar #featured-image .image-wrapper .caption.top-full-width,
#topbar #featured-image .image-wrapper .caption.centered-top-full-width    { top: 0;    left: 0; width: 910px; }

#topbar #cycle-slider .slide .caption.bottom-full-width,
#topbar #cycle-slider .slide .caption.centered-bottom-full-width,
#topbar #featured-image .image-wrapper .caption.bottom-full-width,
#topbar #featured-image .image-wrapper .caption.centered-bottom-full-width { bottom: 0; left: 0; width: 910px; }

#topbar #cycle-slider .slide .caption.centered-top-full-width,
#topbar #cycle-slider .slide .caption.centered-bottom-full-width,
#topbar #featured-image .image-wrapper .caption.centered-top-full-width,
#topbar #featured-image .image-wrapper .caption.centered-bottom-full-width { text-align: center; }


/* Bullet Navigation */

#topbar #cycle-slider-bullet-nav {
  padding: 17px 0 2px;
  text-align: center;
}

#topbar #cycle-slider-bullet-nav a {
	background: url(lib/frontend/images/slider_bullets.png) center bottom no-repeat;
	display: inline-block;
	height: 11px;
	margin: 0 3px;
	text-indent: -9999px;
	width: 11px;
}

#topbar #cycle-slider-bullet-nav a.current {
	background-position: center top;
}

/* @end */



/* @group Cycle (Two-Third) Slider,
          Featured Image (Two-Third),
          Featured Video (Two-Third)
------------------------------------------------------------ */


/* Slider / Featured Area */

#topbar.cycle-alt-slider-area .wrapper,
#topbar.featured-image-alt-area .wrapper,
#topbar.featured-video-alt-area .wrapper {
  margin: 7px auto 7px;
  width: 990px;
}

#topbar.cycle-slider-area .wrapper .deco-loading-screen, #topbar #cycle-slider{
	height:220px;
}

#topbar.cycle-alt-slider-area.with-bullet-nav .wrapper {
  margin-bottom: 5px;
}


/* Slides / Content Wrapper */

#topbar #cycle-alt-slider .slide,
#topbar #featured-image-alt .content-wrapper,
#topbar #featured-video-alt .content-wrapper {
  clear: both;
  padding: 21px 15px;
  width: 960px;
  overflow: hidden; /* To avoid content flash */
}

#topbar #cycle-alt-slider .slide {
  background: none !important; /* IE Fix for not letting BG gradient shine through */
}

#topbar #cycle-alt-slider .slide img,
#topbar #featured-image-alt .content-wrapper img,
#topbar #featured-video-alt .content-wrapper .video-wrapper {
  box-shadow: 0 0 15px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .7);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .7);
}

#topbar #featured-video-alt .content-wrapper .video-wrapper {
  display: inline-block;
}

#topbar #cycle-alt-slider .slide .two-third,
#topbar #featured-image-alt .content-wrapper .two-third,
#topbar #featured-video-alt .content-wrapper .two-third {
  line-height: 0;
}

#topbar #cycle-alt-slider .slide .two-third.last img,
#topbar #featured-image-alt .content-wrapper .two-third.last img,
#topbar #featured-video-alt .content-wrapper .two-third.last img {
  float: right;
}


/* Bullet Navigation */

#topbar #cycle-alt-slider-bullet-nav {
  padding: 5px 0 0;
  text-align: center;
  line-height: 0;
}

#topbar #cycle-alt-slider-bullet-nav a {
	background: url(lib/frontend/images/slider_bullets.png) center bottom no-repeat;
	display: inline-block;
	height: 11px;
	margin: 0 3px;
	text-indent: -9999px;
	width: 11px;
}

#topbar #cycle-alt-slider-bullet-nav a.current {
	background-position: center top;
}

/* @end */



/* @group Piecemaker Slider
------------------------------------------------------------ */

#topbar.piecemaker-slider-area .wrapper {
  text-align: center; /* To center images when Flash is disabled */
  width: 1060px; /* So animations won't get cut by overflow */
}

#topbar.piecemaker-slider-area .deco-bottom {
  padding: 38px 0 18px;
}

/* @end */

/* @end */










/* @group Widgets
============================================================ */



/* @group Generic
------------------------------------------------------------ */

.widget h3 {
  font-size: 1.65em;
  line-height: 1.45;
  margin: 0;
}

.widget .hr {
  background-image: url(lib/frontend/images/widget_hr.gif);
  background-repeat: repeat-x;
  padding: 0;
}

/* @end */



/* @group Meta, Archive, Links, Recent Posts, Pages,
          Menu, Categories, Latest Work, Comments, Social,
          Flickr
------------------------------------------------------------ */

.widget_meta ul,
.widget_links ul,
.widget_pages ul,
.widget_social ul,
.widget_archive ul,
.widget_sub_nav ul,
.widget_nav_menu ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_latest_work ul.no-images {
  border-top: 1px solid #ddd;
  list-style: none;
  padding: 0;
}

.widget_meta ul li,
.widget_links ul li,
.widget_pages ul li,
.widget_social ul li,
.widget_archive ul li,
.widget_sub_nav ul li,
.widget_nav_menu ul li,
.widget_categories ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_latest_work ul.no-images li {
  border-bottom: 1px solid #ddd;
}

.widget_meta ul li a,
.widget_links ul li a,
.widget_pages ul li a,
.widget_social ul li a,
.widget_archive ul li a,
.widget_sub_nav ul li a,
.widget_nav_menu ul li a,
.widget_categories ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li,
.widget_latest_work ul.no-images li a {
  background: url(lib/frontend/images/widget_nav-list-arrow.gif) 3px 50% no-repeat;
  display: block;
  padding: 4px 3px 4px 14px;
  text-decoration: none;
}

.widget_sub_nav ul li.current_page_item a,
.widget_nav_menu ul li.current_page_item a,
.widget_meta ul li a:hover,
.widget_links ul li a:hover,
.widget_pages ul li a:hover,
.widget_social ul li a:hover,
.widget_archive ul li a:hover,
.widget_sub_nav ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_categories ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_latest_work ul.no-images li a:hover {
  background-color: #f4f4f4;
}

/* @end */



/* @group Pages, Menu, Categories
------------------------------------------------------------ */

.widget_pages ul li ul li a,
.widget_sub_nav ul li ul li a,
.widget_nav_menu ul li ul li a,
.widget_categories ul li ul li a {
  padding-left: 26px;
  background-position: 15px 50%;
}

.widget_pages ul li ul li ul li a,
.widget_sub_nav ul li ul li ul li a,
.widget_nav_menu ul li ul li ul li a,
.widget_categories ul li ul li ul li a {
  padding-left: 38px;
  background-position: 27px 50%;
}

.widget_pages ul li ul li:last-child,
.widget_sub_nav ul li ul li:last-child,
.widget_nav_menu ul li ul li:last-child,
.widget_categories ul li ul li:last-child {
  /*border-bottom: none;*/
  margin-bottom: -1px; /* Don't remove bottom border because child list could be last */
}

/* @end */



/* @group Recent Comments
------------------------------------------------------------ */

.widget_recent_comments ul li a { text-decoration: none; }
.widget_recent_comments ul li a:hover { text-decoration: underline; }

/* @end */



/* @group Archive
------------------------------------------------------------ */

.widget_archive ul {
  overflow: hidden;
}

.widget_archive ul li {
  float: left;
  width: 50%;
}

.widget_archive ul li a {
  padding-right: 2px;
}

/* @end */



/* @group Text, Contact
------------------------------------------------------------ */

.widget_text .textwidget,
.widget_contact .widget-content {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* @end */



/* @group Contact
------------------------------------------------------------ */

.widget_contact .widget-content {
  padding: .5em 0;
}

.widget_contact ul.social-icons {
  padding-top: 0;
}

/* @end */



/* @group Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud .tagcloud {
  padding: 6px 0;
}

/* @end */



/* @group Calender
------------------------------------------------------------ */

.widget_calendar #calendar_wrap {
  border-top: 1px solid #ddd;
}

.widget_calendar table {
  margin: 0;
}

.widget_calendar table caption {
  font-style: normal;
  font-weight: bold;
  padding: .4em 0;
  text-align: left;
}

.widget_calendar table tr th,
.widget_calendar table tr td {
  background: #f0f0f0;
  border: 1px solid #f7f7f7;
  padding-right: 0;
  text-align: center;
}

.widget_calendar table tr td a {
  text-decoration: none;
}

.widget_calendar table thead tr th {
  background: #ddd;
}

.widget_calendar table tbody tr td a {
  display: block;
  background: #ddd;
}

.widget_calendar table tbody tr td a:hover {
  background: #d1d1d1;
}

.widget_calendar table tfoot tr td {
  background: none;
  border: none;
  padding-top: .3em;
}

.widget_calendar table tfoot tr td#prev { text-align: left; }
.widget_calendar table tfoot tr td#next { text-align: right; }

.widget_calendar table tfoot tr td a:hover {
  text-decoration: underline;
}

/* @end */



/* @group Latest Posts, Latest Work
------------------------------------------------------------ */

.widget_latest_posts ul,
.widget_latest_work ul.with-images {
  border-top: 1px solid #ddd;
  list-style: none;
  padding: 0;
}

.widget_latest_posts ul li,
.widget_latest_work ul.with-images li {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding: 6px 0 4px;
}

.widget_latest_posts ul li .post-image,
.widget_latest_work ul.with-images li .post-image {
  float: left;
  width: 68px;
}

.widget_latest_posts ul li .post-content,
.widget_latest_work ul.with-images li .post-content {
  padding-left: 75px;
}

.widget_latest_posts ul li .post-content .post-title,
.widget_latest_posts ul li .post-content .post-date,
.widget_latest_work ul.with-images li .post-content .post-title,
.widget_latest_work ul.with-images li .post-content .post-date {
  text-decoration: none;
}

.widget_latest_posts ul li .post-content .post-title,
.widget_latest_work ul.with-images li .post-content .post-title {
  display: block;
  padding: 2px 0 3px;
  font-weight: bold;
}

.widget_latest_posts ul li .post-content .post-date,
.widget_latest_work ul.with-images li .post-content .post-date {
  font-size: .85em;
}

.widget_latest_posts ul li .post-content .post-title:hover,
.widget_latest_posts ul li .post-content .post-date:hover,
.widget_latest_work ul.with-images li .post-content .post-title:hover,
.widget_latest_work ul.with-images li .post-content .post-date:hover {
  text-decoration: underline;
}

/* @end */



/* @group Social
------------------------------------------------------------ */

.widget_social ul li a {
  background-position: 3px center;
  background-repeat: no-repeat;
  padding-left: 24px;
}

/* @end */



/* @group Flickr, Ads
------------------------------------------------------------ */

.widget_ads,
.widget_flickr {
  overflow: hidden;
}

.widget_ads .widget-content ul,
.widget_flickr .widget-content {
  line-height: 0; // Eliminate too much bottom margin
  overflow: hidden;
  padding-top: .2em;
}

.widget_ads ul li,
.widget_flickr .flickr_badge_image {
  float: left;
}

.widget_ads ul li a,
.widget_flickr .flickr_badge_image a {
  background: white;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
  line-height: 0;
  padding: 3px;
}

/* @end */



/* @group Flickr
------------------------------------------------------------ */

.widget_flickr {
  overflow: hidden;
}

.widget_flickr .widget-content {
  margin-right: -5px;
}

.widget_flickr .flickr_badge_image {
  margin: 0 5px 5px 0;
}

.widget_flickr .flickr_badge_image a img {
  width: 70px !important;
  height: 70px !important;
}

.wider-sidebar .widget_flickr .flickr_badge_image a img {
  width: 78px !important;
  height: 78px !important;
}

/* @end */



/* @group Ads
------------------------------------------------------------ */

.default-sidebar .widget_ads {
  display: none;
}

.widget_ads ul {
  margin-right: -3px;
  list-style: none;
  padding: 0;
}

.widget_ads ul li {
  margin: 0 3px 3px 0;
}

/* @end */



/* @group Twitter
------------------------------------------------------------ */

.widget_twitter .widget-content {
  border-top: 1px solid #ddd;
}

.widget_twitter ul {
  list-style: none;
  padding: 0;
}

.widget_twitter ul li.tweet {
  background: url(lib/frontend/images/widget_twitter_icon.png) left 8px no-repeat;
  border-bottom: 1px solid #ddd;
  padding: 6px 0 6px 25px;
  line-height: 1.6;
}

.widget_twitter ul li.tweet a.post-date       { text-decoration: none; }
.widget_twitter ul li.tweet a.post-date:hover { text-decoration: underline; }

.widget_twitter ul li.tweet a.post-date time {
  display: block;
  font-size: .85em;
  padding-top: 5px;
}

/* @end */



/* @group Search
------------------------------------------------------------ */

#sidebar .widget_search .searchform form,
#sidebar .widget_search .searchform form p {
  overflow: hidden;
  padding: 0;
}

#sidebar .widget_search .searchform {
  padding-top: .2em;
}

#sidebar .widget_search .searchform input[type=text] {
  width: 205px;
}

.wider-sidebar #sidebar .widget_search .searchform input[type=text] {
  width: 230px;
}

footer.main .one-fourth .widget_search .searchform input[type=text] { width: 172px; }
footer.main .one-third  .widget_search .searchform input[type=text] { width: 255px; }

/* @end */

/* @end */










/* @group Shortcodes
============================================================ */



/* @group Blockquotes
------------------------------------------------------------ */

blockquote {
  background: url(lib/frontend/images/blockquote_bg.png) no-repeat;
  *overflow: hidden; /* IE Fix */
}

blockquote.no-align {
  padding-bottom: .5em;
}

blockquote p {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.2em;
  font-style: italic;
  line-height: 1.65;
	padding: 12px 0 0 34px;
}

blockquote p.source {
  font-size: .85em;
  font-style: normal;
  font-weight: bold;
  margin-top: -.7em;
  padding-bottom: 5px;
  text-align: right;
}

blockquote.alignleft, blockquote.alignright {
  float: right;
  margin: 10px 0 0 10px !important;
  width: 50%;
}

blockquote.alignleft {
  float: left;
  margin: 10px 15px 0 0 !important;
}

blockquote.alignleft p.source, 
blockquote.alignright p.source {
  text-align: left;
}

/* @end */



/* @group Boxes
------------------------------------------------------------ */

.box {
  border: 1px solid #d1d1d1;
}

.box.with-bg {
  background: #f7f7f7;
  text-shadow: 0 1px white;
}

/* With Header */

.box.with-header .box-header,
.box.with-header .box-content {
  padding: 5px 30px;
}

.box.with-header .box-header {
  border-bottom: 1px solid #d1d1d1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  font-size: 1.2em;
}

.box.with-header .box-header strong {
  font-weight: normal;
}

/*
.box.with-header.tiny-inner-padding    .box-header,
.box.with-header.tiny-inner-padding    .box-content { padding-left: 10px; padding-right: 10px; }
*/
.box.with-header.smaller-inner-padding .box-header,
.box.with-header.smaller-inner-padding .box-content { padding-left: 15px; padding-right: 15px; }
.box.with-header.small-inner-padding   .box-header,
.box.with-header.small-inner-padding   .box-content { padding-left: 20px; padding-right: 20px; }

/* No Header */

/*
.box.no-header.tiny-inner-padding    .box-content { padding: 10px; }
*/
.box.no-header.smaller-inner-padding .box-content { padding: 15px; }
.box.no-header.small-inner-padding   .box-content { padding: 20px; }
.box.no-header                       .box-content { padding: 30px; }

/* @end */



/* @group Columns
------------------------------------------------------------ */

.one-half     { width: 48%; }
.one-third    { width: 30.66%; }
.two-third    { width: 65.33%; }
.one-fourth   { width: 22%; }
.three-fourth { width: 74%; }
.one-fifth    { width: 16.8%; }
.two-fifth    { width: 37.6%; }
.three-fifth  { width: 58.4%; }
.four-fifth   { width: 79.2%; }
.one-sixth    { width: 13.33%; }
.two-sixth    { width: 30.66%; }
.three-sixth  { width: 47.99%; }
.four-sixth   { width: 65.32%; }
.five-sixth   { width: 82.67%; }

.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth,
.two-sixth,
.three-sixth,
.four-sixth,
.five-sixth {
  float: left;
  position: relative;
  margin-right: 4%;
}

.last {
  clear: right;
}

/* @end */



/* @group Dividers, Spacers and Rulers
------------------------------------------------------------ */

.hr,
.spacer,
.divider {
  clear: both;
  display: block;
}

.hr {
  background-image: url(lib/frontend/images/hr.png);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 1em 0;
}

body.fullwidth .hr {
  background-image: url(lib/frontend/images/hr_fullwidth.png);
}

.spacer,        .hr        { height: 1em; }
.spacer.big,    .hr.big    { height: 2em; }
.spacer.bigger, .hr.bigger { height: 3em; }
.spacer.huge,   .hr.huge   { height: 4em; }
.spacer.small,  .hr.small  { height: .5em; }

.hr.smaller {
  padding: 0;
}

/* @end */



/* @group Dropcaps
------------------------------------------------------------ */

.dropcap,
.dropcap-square,
.dropcap-circle {
  display: block;
  float: left;
  font-weight: normal;
  line-height: 36px;
  margin-right: 6px;
  text-shadow: none;
}

.dropcap {
  font-size: 3.1em;
}

.dropcap-square,
.dropcap-circle {
  color: white;
  margin-top: 3px;
  text-align: center;
}

.dropcap-square {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size: 2.3em;
  width: 36px;
}

.dropcap-circle {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  font-size: 1.78em;
  width: 36px;
}

/* @end */



/* @group Gallery (WordPress Default)
------------------------------------------------------------ */

.gallery dl dd {
  padding: 0;
}

.gallery .gallery-item a {
  background: white;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
  line-height: 0;
  padding: 4px;
}

.gallery .gallery-item a img {
  border: none !important;
}

/* @end */



/* @group Gallery
------------------------------------------------------------ */

.gallery-wrapper {
  clear: both;
  overflow: hidden;
}

/* @end */



/* @group Highlights
------------------------------------------------------------ */

.highlight { 
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: white;
  padding: 1px 4px;
}

.highlight.neon {
  background: #fff34d;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  color: black;
}

.highlight.dark {
  background: #555;
}

/* @end */



/* @group Icon Text
------------------------------------------------------------ */


/* Icon Left */

.icon-text.icon-left {
  overflow: hidden;
}

.icon-text.icon-left .icon {
  max-width: 67px;
  margin-top: .3em;
  float: left;
  width: 20%;
  text-align: center;
}

.icon-text.icon-left .icon img {
  max-width: 67px;
  width: 100%;
}

.icon-text.icon-left .content {
  overflow: hidden;
  padding-left: 15px;
}


/* Icon Top */

.icon-text.icon-top .icon {
  background-position: center center;
  background-repeat: no-repeat;
  height: 65px;
  padding-bottom: .5em;
}

.icon-text.icon-top h1, .icon-text.icon-top h2,
.icon-text.icon-top h3, .icon-text.icon-top h4,
.icon-text.icon-top h5, .icon-text.icon-top h6 {
  text-align: center;
}

/* @end */



/* @group Info Boxes
------------------------------------------------------------ */

.info-box {
  border: 1px solid;
  padding: 8px 8px 8px 35px;
}

.info-box.note    { border-color: #D1D1D1;                 background: #F7F7F7 url(lib/frontend/images/icons/note.png)    10px center no-repeat; }
.info-box.success { border-color: #A3C159; color: #5E6F33; background: #DEE3AB url(lib/frontend/images/icons/success.png) 10px center no-repeat; }
.info-box.help    { border-color: #68A2CF; color: #2E6093; background: #BFE4F9 url(lib/frontend/images/icons/help.png)    10px center no-repeat; }
.info-box.notice  { border-color: #68A2CF; color: #2E6093; background: #BFE4F9 url(lib/frontend/images/icons/info.png)    10px center no-repeat; }
.info-box.warning { border-color: #E6C555; color: #9E660D; background: #FDEBAE url(lib/frontend/images/icons/warning.png) 10px center no-repeat; }
.info-box.error   { border-color: #FF9999; color: #C31B00; background: #FFCCCC url(lib/frontend/images/icons/error.png)   10px center no-repeat; }

.info-box.no-icon {
  background-image: none;
  padding-left: 8px;
}

/* @end */



/* @group Lists
------------------------------------------------------------ */

ul.checklist, ul.crosslist, ul.minuslist, ul.pluslist,
ul.checklist li ul, ul.crosslist li ul, ul.minuslist li ul, ul.pluslist li ul {
  padding-left: 0;
}

ul.checklist li, ul.crosslist li, ul.minuslist li, ul.pluslist li {
  background: url(lib/frontend/images/list_icons.png) no-repeat;
  list-style: none;
  padding-left: 25px;
}

ul.checklist li { background-position: 2px -74px; }
ul.crosslist li { background-position: -27px -45px; }
ul.pluslist  li { background-position: -53px -19px; }
ul.minuslist li { background-position: -75px 3px; }

/* @end */



/* @group Syntaxhighlighter
------------------------------------------------------------ */

body .rvn-stytaxhighlighter {
  border: 1px solid #d1d1d1;
  background: #f7f7f7;
  width: 99.7% !important;
}

.rvn-stytaxhighlighter table td.gutter {
  border-right: 3px solid #eee !important;  
}

.rvn-stytaxhighlighter table td.gutter div.line,
.rvn-stytaxhighlighter table td.code div.line {
  border-bottom: 1px solid #eee !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.rvn-stytaxhighlighter table td.gutter div.line:nth-child(even),
.rvn-stytaxhighlighter table td.code div.line:nth-child(even) {
  background: white !important;
}

/* @end */



/* @group Table
------------------------------------------------------------ */

.table table thead tr th.nobg {
  background: none !important;
  border-top: none;
  border-left: none;
  filter: 0;
}


/* Default*/

.table.default table {
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}

.table.default table th,
.table.default table td {
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	padding: 5px 5px 5px 10px;
}

.table.default table tr.alt th,
.table.default table tr.alt td,
.table.default table tr th.alt,
.table.default table tr td.alt { 
  background-color: #f1f1f1; 
}

.table.default table th {
  font-size: .85em;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.55;
  text-transform: uppercase;
}

/* IE Fix for not showing borders on gradient BG */
.ie .table.default table thead tr th {
  filter: 0;
  background: none;
}

.table.default table thead tr th {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table.default tfoot tr th,
.table.default tfoot tr td {
  border-top-style: solid;
  border-top-width: 2px;
}


/* Minimal */

.table.minimal table {
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}

.table.minimal table th,
.table.minimal table td {
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	padding: 5px 5px 5px 10px;
}

.table.minimal table th {
  background: #f1f1f1;
  font-weight: bold;
}

.table.minimal table thead tr th {
  border-bottom: 3px solid #d1d1d1;
}

.table.minimal table tfoot tr th,
.table.minimal table tfoot tr td {
  border-top: 3px solid #d1d1d1;
}

/* @end */



/* @group Tabs
------------------------------------------------------------ */

.tabgroup {
  clear: both;
  overflow: hidden;
}

.tabgroup .tabs-wrapper .tab {
  border: 1px solid #d1d1d1;
  cursor: pointer;
  display: block;
  overflow: hidden;
  margin: 0 -1px -1px 0;
}

.tabgroup .tabs-wrapper .tab strong {
  line-height: 1.55;
  font-size: .85em;
}

.tabgroup .tab-content-wrapper {
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius-top-left: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
}

.tabgroup .tab-content-wrapper .tab-content {
  display: none;
}

.tabgroup .tabs-wrapper .tab,
.tabgroup .tab-content-wrapper .tab-content {
  padding: 5px 12px;
}


/* Vertical */

.tabgroup.vertical .tabs-wrapper {
  float: left;
  width: 200px;
}

.tabgroup.vertical .tabs-wrapper .tab {
  position: relative;
  z-index: 2;
}

.tabgroup.vertical .tabs-wrapper .tab:first-child {
  border-radius-top-left: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
}

.tabgroup.vertical .tabs-wrapper .tab:last-child {
  border-radius-bottom-left: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
}

.tabgroup.vertical .tabs-wrapper .tab.active {
  background: white;
  border-right: none;
  filter: 0;
}

.tabgroup.vertical .tab-content-wrapper {
  width: 425px;
  float: right;
  position: relative;
  z-index: 1;
}

.fullwidth .tabgroup.vertical .tab-content-wrapper {
  width: 758px;
}

.tabgroup.vertical .tab-content.active {
  display: block;
  overflow: hidden;
}


/* Horizontal */

.tabgroup.horizontal .tabs-wrapper .tab {
  float: left;
}

.tabgroup.horizontal .tabs-wrapper .tab:first-child {
  border-radius-top-left: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
}

.tabgroup.horizontal .tabs-wrapper .tab:last-child {
  border-radius-top-right: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
}

.tabgroup.horizontal .tabs-wrapper .tab.active {
  border-bottom: 1px solid white;
}

.tabgroup.horizontal .tab-content-wrapper {
  clear: both;
}

.tabgroup.horizontal .tab-content.active {
  display: block;
  overflow: hidden;
}

/* @end */



/* @group Toggler
------------------------------------------------------------ */

.toggler strong {
  cursor: pointer;
}

/* Style: Default */

.togglergroup.default .toggler {
  margin-bottom: -1px;
  *zoom: 1; /* IE Fix */
}

.togglergroup.default .toggler-wrapper .toggler.active {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, .8);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, .8);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .8);
}

.togglergroup.default .toggler-wrapper .toggler strong {
  background-image: url(lib/frontend/images/toggler_icons.gif);
  background-position: 8px -14px;
  background-repeat: no-repeat;
  border: 1px solid #d1d1d1;
  display: block;
  font-weight: normal;
  padding: 4px 5px 3px 21px;
}

.togglergroup.default .toggler-wrapper:first-child .toggler strong,
.togglergroup.default .toggler-wrapper:first-child .toggler.active {
  border-radius-top-left: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-radius-top-right: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
}

.togglergroup.default .toggler-wrapper:last-child .toggler strong {
  border-radius-bottom-left: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-radius-bottom-right: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
}

.togglergroup.default .toggler-wrapper:last-child .toggler.active strong {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.togglergroup.default .toggler-wrapper .toggler.active strong {
  background-position: -20px 14px;
}

.togglergroup.default .toggler-content {
  border: 1px solid #d1d1d1;
  margin-bottom: -1px;
  padding: 5px 12px 5px 22px;
}

/* Style: Simple */

.togglergroup.simple .toggler strong {
  background-image: url(lib/frontend/images/toggler_icons_simple.gif);
  background-position: 0 -21px;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 3px 0 3px 25px;
}

.togglergroup.simple .toggler.active strong {
  background-position: -28px 5px;
}

.togglergroup.simple .toggler-content {
  padding-left: 25px;
  padding-bottom: 1em;
}

/* @end */

/* @end */









/* @group Layout Options
============================================================ */



/* @group Front Page
------------------------------------------------------------ */

/*
body.home.no-frontpage-content-title #main #content > article:first-child > .entry-header > h1 {
  display: none;
}
*/

body.home #main #content > article:first-child {
  padding-bottom: 0;
}

/* @end */



/* @group Hide/Show Elements
------------------------------------------------------------ */

body.no-headerbar header.main,
body.show-headerbar-content header.main { border-top: none; }

body.no-footer-top-border    footer.main { border-top: 1px solid #d1d1d1; }
body.no-footerbar-top-border #footerbar  { border-top: 1px solid #d1d1d1; }

body.no-headerbar #headerbar,
body.no-topbar #topbar,
body.no-welcomebar #welcomebar,
body.no-footer footer.main,
body.no-footerbar #footerbar {
  display: none;
}

body.no-topbar header.main { margin-bottom: 0; }

body.no-topbar.with-featured-content #topbar { display: block; }

body.no-topbar-shine #topbar.headline .deco-shine,
body.no-featured-content-shine #topbar.featured-content .deco-shine {
  display: none;
}

body.no-topbar-shine #topbar.headline .deco-top,
body.no-topbar-shine #topbar.headline .deco-bottom,
body.no-featured-content-shine #topbar.featured-content .deco-top,
body.no-featured-content-shine #topbar.featured-content .deco-bottom {
  background-image: none;
}

body.show-header-bottom-border header.main {
  border-bottom-style: solid;
  border-bottom-width: 5px;
}

body.no-topbar.show-header-bottom-border header.main,
body.with-featured-content.show-header-bottom-border header.main {
  border-bottom: none;
}

body.no-topbar.show-header-bottom-border #main  {
  border-top: none;
}

/* @end */



/* @group Boxed Layout
------------------------------------------------------------ */

body.boxed-layout,
body.boxed-layout-with-margins {
  background-color: #999; /* Default BG Color*/
}

body.boxed-layout #body-container,
body.boxed-layout-with-margins #body-container {
  width: 1040px;
  margin: 0 auto;
}


/* With Margin */

body.boxed-layout-with-margins #body-container {
  margin: 30px auto;
}

body.boxed-layout-with-margins #body-container,
body.boxed-layout-with-margins header.main {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}

body.boxed-layout-with-margins #body-container,
body.boxed-layout-with-margins #footerbar {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

body.boxed-layout-with-margins header.main {
  border-top: none;
}

body.boxed-layout-with-margins #footerbar {
  border-bottom: none;
}

/* @end */



/* @group Sidebar Left
------------------------------------------------------------ */

body.sidebar-left #content { float: right; }
body.sidebar-left #sidebar { float: left; }

/* @end */



/* @group No Rounded Corners
------------------------------------------------------------ */

body.no-rounded-corners * {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

/* @end */



/* @group Minimal
------------------------------------------------------------ */

body.minimal * {
  text-shadow: none !important;
}

body.minimal #main {
  background-image: none;
}

body.minimal button,
body.minimal a.button, 
body.minimal input[type=submit],
body.minimal input[type=reset],
body.minimal .paginator a,
body.minimal .paginator span,
body.minimal .entry-content table thead tr th,
body.minimal .toggler.default,
body.minimal .toggler.default.active,
body.minimal .box .box-header,
body.minimal .paginator .current {
  background: #f1f1f1;
  filter: none;
}

body.minimal button:active,
body.minimal a.button:active, 
body.minimal input[type=submit]:active,
body.minimal input[type=reset]:active,
body.minimal .paginator a:active,
body.minimal .paginator span:active,
body.minimal .paginator .current {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #e1e1e1;
}


/* Searchform */

body.minimal .searchform input[type=submit] {
  background-image: url(lib/frontend/images/minimal/search_button.png);
}


/* Tabs */

body.minimal .tabgroup.default .tab                   { background: #f1f1f1; }
body.minimal .tabgroup.default.horizontal .tab.active { background: white; }


/* Toggler */

body.minimal .togglergroup.default .toggler {
  background: #f1f1f1;
}

body.minimal .togglergroup.default .toggler.active {
  background: #e1e1e1;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

body.minimal .togglergroup.default .toggler strong {
  background-image: url(lib/frontend/images/minimal/toggler_icons.gif);
}

body.minimal .togglergroup.simple .toggler strong,
body.minimal .togglergroup.simple .toggler.active strong {
  background-image: url(lib/frontend/images/minimal/toggler_icons_simple.gif);
}


/* Entry */

body.minimal .entry-meta .meta-info.date .content       { background-image: url(lib/frontend/images/minimal/entry-meta_icon_date.png); }
body.minimal .entry-meta .meta-info.categories .content { background-image: url(lib/frontend/images/minimal/entry-meta_icon_categories.png); }
body.minimal .entry-meta .meta-info.comments .content   { background-image: url(lib/frontend/images/minimal/entry-meta_icon_comments.png); }
body.minimal .entry-meta .meta-info.author .content     { background-image: url(lib/frontend/images/minimal/entry-meta_icon_author.png); }


/* Images & Frames with Shadow */

body.minimal .framed.fancy {
  background: #f7f7f7;
  filter: none;
}

body.minimal .framed.fancy img,
body.minimal .framed.fancy iframe {
  border-color: #f7f7f7;
}

body.minimal .framed.with-shadow:before,
body.minimal .framed.with-shadow:after {
  display: none;
}


/* Header Bar */

body.minimal #headerbar {
  padding-bottom: .7em;
  border-bottom: none;
}


/* Header */

body.minimal header.main {
  background-image: none;
}

body.minimal header.main .wrapper {
  height: 104px;
}


/* Navigation */

body.minimal.button-nav nav.main {
  border-right: 1px solid #d1d1d1;
  padding-right: 0;
}

body.minimal.button-nav nav.main,
body.minimal.button-nav nav.main > ul,
body.minimal.button-nav nav.main > ul > li > a {
  background: none;
}

body.minimal.button-nav nav.main > ul > li > a {
  border-left: 1px solid #d1d1d1;
}

body.minimal.button-nav nav.main ul li a:hover,
body.minimal.button-nav nav.main > ul > li.current_page_item:not(.menu-item-home) > a {
  background: #f1f1f1;
}

body.minimal.button-nav nav.main ul li a:active {
  background: #eaeaea;
}

body.minimal nav.main ul li ul li a,
body.minimal nav.main ul li.current ul li a {
  background: #f1f1f1;
  border: none;
}


/* DropDown Menu */

body.minimal nav.main ul li ul {
  border-color: #d1d1d1;
  box-shadow:         none;
  -moz-box-shadow:    none;
  -webkit-box-shadow: none;
  margin-left: 0;
}

body.minimal nav.main ul li ul li {
  border-color: #d1d1d1;
}

body.minimal nav.main ul li ul li a,
body.minimal nav.main ul li.current ul li a {
  background: #f1f1f1 !important;
}

body.minimal nav.main ul li ul li a {
  width: 161px;
}

body.minimal nav.main ul li ul li a:hover {
  background: #eaeaea !important;
  border: none !important;
}

body.minimal nav.main ul li.right ul li ul {
  left: -176px;
}


/* Topbar */

body.minimal #topbar {
  background-image: none;
}


/* Main */

body.minimal.no-topbar #main {
  border-top: 1px solid #d1d1d1;
}

body.minimal.show-header-bottom-border #main {
  border-top: none;
}


/* Welcome Bar */

body.minimal #welcomebar {
  background-image: none;
  border-bottom: 1px solid #d1d1d1;
}


/* Default Sidebar */

body.minimal.default-sidebar #sidebar .deco-top {
  background-image: url(lib/frontend/images/minimal/sidebar_bg.png);
}

body.minimal.default-sidebar #sidebar .deco-center {
  background-image: url(lib/frontend/images/minimal/sidebar_bg.png);
}

body.minimal.default-sidebar #sidebar .deco-bottom {
  background-image: url(lib/frontend/images/minimal/sidebar_bg.png);
}

/* Wider Sidebar Left */

body.minimal.wider-sidebar.sidebar-left #sidebar .deco-top {
  background-image: url(lib/frontend/images/minimal/wider-sidebar_bg_left.png);
}

body.minimal.wider-sidebar.sidebar-left #sidebar .deco-center {
  background-image: url(lib/frontend/images/minimal/wider-sidebar_bg_left.png);
}

body.minimal.wider-sidebar.sidebar-left #sidebar .deco-bottom {
  background-image: url(lib/frontend/images/minimal/wider-sidebar_bg_left.png);
}

/* Right Sidebar */

body.minimal.wider-sidebar.sidebar-right #sidebar .deco-top {
  background-image: url(lib/frontend/images/minimal/wider-sidebar_bg_right.png);
}

body.minimal.wider-sidebar.sidebar-right #sidebar .deco-center {
  background-image: url(lib/frontend/images/minimal/wider-sidebar_bg_right.png);
}

body.minimal.wider-sidebar.sidebar-right #sidebar .deco-bottom {
  background-image: url(lib/frontend/images/minimal/wider-sidebar_bg_right.png);
}

/* @end */



/* @group Full Width
------------------------------------------------------------ */

body.fullwidth #content {
  width: 100% !important;
}

body.fullwidth #sidebar {
  display: none;
}

/* @end */

/* @end */










/* @group Layout Structure
============================================================ */



/* @group Generic
------------------------------------------------------------ */

#body-container {
  background-color: white;
  /* To play nice with boxed layout */
  position: relative;
  z-index: 1;
}

.wrapper {
  margin: 0 auto;
  overflow: hidden;
  width: 960px;
}

.wrapper.with-overflow {
  padding: 0 15px;
}

/* @end */



/* @group Header Bar
------------------------------------------------------------ */

#headerbar {
  color: white;
  padding-bottom: .55em;
  text-shadow: -1px -1px rgba(0, 0, 0, .3);
}

/* @end */



/* @group Header
------------------------------------------------------------ */

header.main {
  background: white url(lib/frontend/images/header_bg.png) left bottom repeat-x;
  border-top-style: solid;
  border-top-width: 4px;
}

header.main .wrapper {
  height: 105px;
  overflow: visible;
  position: relative;
  *z-index: 99; /* IE Fix to prevent DropDown Menu from showing behind content */
}

header.main .wrapper h1#logo {
  left: 0;
  margin: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
}

header.main .wrapper #logo a {
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  height: 105px;
}

/* @end */



/* @group Navigation
------------------------------------------------------------ */

nav.main {
  position: absolute;
  right: 0;
  top: 0;
}

nav.main ul {
  list-style: none;
  padding: 0;
}

nav.main > ul > li {
  float: left;
}

nav.main ul li a {
  display: block;
  text-decoration: none;
  text-shadow: 0 1px white;
}

nav.main > ul > li > a {
  height: 61px;
  padding-top: 43px;
}


/* Simple Navigation */

body.simple-nav > nav.main {
  margin-right: 20px;
}

body.simple-nav nav.main > ul > li > a {
  margin-left: 40px;
}



/* Button Navigation */

body.button-nav nav.main {
  background: url(lib/frontend/images/nav-button_bg.png) right top no-repeat;
  padding-right: 1px;
}

body.button-nav nav.main > ul {
  background: url(lib/frontend/images/nav-button_bg.png) -114px top no-repeat;
  overflow: hidden;
  padding-left: 2px;
}

body.button-nav nav.main > ul > li > a {
  background: url(lib/frontend/images/nav-button_bg.png) left top no-repeat;
  padding-left: 2px;
  text-align: center;
  width: 114px;
}

body.button-nav nav.main > ul > li > a:hover {
  background: url(lib/frontend/images/nav-button_bg.png) left center no-repeat;
}

body.button-nav nav.main > ul > li > a:active,
body.button-nav nav.main > ul > li.current_page_item:not(.menu-item-home) > a {
  background: url(lib/frontend/images/nav-button_bg.png) left bottom no-repeat;
}


/* Superfish Auto-Arrows */

nav.main li a .sf-sub-indicator {
  display: none !important;
}

nav.main li ul li a .sf-sub-indicator {
  display: inline !important;
}


/* DropDown Menu */

nav.main ul li ul {
  border: 1px solid #adadad;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
  margin-left: -1px;
  position: absolute;
  z-index: 200;
}

/* Fix overlaping box shadow */
nav.main ul li ul li ul {
  z-index: -1;
}

body.simple-nav nav.main ul li ul {
  margin-top: -30px;
  margin-left: 40px;
}

nav.main ul li ul li {
  border-bottom: 1px solid #adadad;
  float: none;
  position: relative;
}

nav.main ul li ul li:last-child {
  border-bottom: none;
}

nav.main ul li ul li a {
  background: #e6e6e6;
  border: 1px solid white;
  border-bottom: none;
  height: auto;
  padding: 5px 5px 5px 8px;
  text-align: left;
  width: 158px;
}

body.simple-nav nav.main ul li ul li a {
  display: block;
  margin-left: 0;
}

nav.main ul li ul li a:hover,
nav.main ul li ul li.current_page_item a {
  background: #dedede;
  border-color: #f1f1f1;
}

nav.main ul li ul li a:active {
  background: #d0d0d0;
  border-color: #bbb;
  text-shadow: 0 1px #eee;
}

nav.main ul li ul li ul {
  left: 100%;
  margin-top: -1px;
  margin-left: 0px;
  top: 0;
}

nav.main ul li.right ul li ul {
  left: -175px;
}

body.simple-nav nav.main ul li ul li ul {
  margin-top: -1px;
  margin-left: 0;
}


/* Dropdown Hover */

nav.main ul li ul,
nav.main ul li:hover ul li ul { display: none; }

nav.main ul li:hover ul,
nav.main ul li ul li:hover ul { display: block; }

/* @end */



/* @group Topbar
------------------------------------------------------------ */

#topbar {
  background-position: center top;
  background-repeat: repeat-y;
  overflow: hidden;
  position: relative;
}

#topbar * {
  color: white;
}


/* Deco */

#topbar .deco-top-border,
#topbar .deco-bottom-border {
  background-color: #ff5050;
  border-bottom: 1px solid white;
  height: 4px;
 
}

#topbar .deco-bottom-border {
  border-bottom: none;
  border-top: 1px solid white;
}

#topbar .deco-shine {
  background: white;
  height: 45%;
  width: 100%;
  position: absolute;
  opacity: .1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
}

#topbar .deco-bottom {
  padding: 10px 0;
}


/* Headline */

#topbar.headline .deco-top {
  background: url(lib/frontend/images/topbar_top_bg.png) left top repeat-x;
}

#topbar.headline .deco-bottom {
  background: url(lib/frontend/images/topbar_bottom_bg.png) left bottom repeat-x;
}

.mac #topbar.headline .deco-bottom {
  padding: 12px 0 8px;
}

#topbar #punchline {
  text-shadow: -1px -1px rgba(0, 0, 0, .4);
}


/* Featured Content */

#topbar.featured-content .deco-top {
  background: url(lib/frontend/images/featured-content-area_top_bg.png) left top repeat-x;
}

#topbar.featured-content .deco-bottom {
  background: url(lib/frontend/images/featured-content-area_bottom_bg.png) left bottom repeat-x;
}

#topbar.featured-content .deco-shine {
  height: 49%;
}

/* @end */



/* @group Welcome Bar
------------------------------------------------------------ */

#welcomebar {
  background: white url(lib/frontend/images/header_bg.png) left bottom repeat-x;
  padding: 18px 0 16px;
  text-align: center;
  text-shadow: 0 1px white;
}

#welcomebar h2 {
  font-size: 2.3em;
  margin: 0;
}

#welcomebar p {
  font-size: 1.15em;
  padding: 0;
}

/* @end */



/* @group Main
------------------------------------------------------------ */

#main {
  background: url(lib/frontend/images/main-shadow.png) left 1px repeat-x;
  padding-bottom: 4em;
}

/* @end */



/* @group Content
------------------------------------------------------------ */

#content {
  float: left;
  padding-top: 50px;
  width: 627px;
}

/* @end */



/* @group Sidebar
------------------------------------------------------------ */

#sidebar {
  float: right;
  width: 294px; /* To prevent Firefox from overlapping sprite image */
}

#sidebar > .deco-center > .content {
  position: relative;
  z-index: 1;
  min-height: 100px;
}

#sidebar > .deco-center > .content .widget            { margin-bottom: 40px; }
#sidebar > .deco-center > .content .widget:last-child { margin-bottom: 0; }


/* Wider Sidebar */

body.wider-sidebar #sidebar {
  padding-top: 61px;
}

body.wider-sidebar #sidebar .deco-top,
body.wider-sidebar #sidebar .deco-bottom {
  height: 67px;
}

body.wider-sidebar #sidebar > .deco-center > .content {
  top: -24px;
  margin-bottom: -33px; /* 67-24=43, but for the eye it looks like too less on the bottom, so I added 10 more pixels */
}

/* Wider Sidebar Left */

body.wider-sidebar.sidebar-left #sidebar .deco-top {
  background: url(lib/frontend/images/wider-sidebar_bg_left.png) left top no-repeat;
}

body.wider-sidebar.sidebar-left #sidebar .deco-center {
  background: url(lib/frontend/images/wider-sidebar_bg_left.png) center top repeat-y;
}

body.wider-sidebar.sidebar-left #sidebar .deco-bottom {
  background: white url(lib/frontend/images/wider-sidebar_bg_left.png) right bottom no-repeat;
}

body.wider-sidebar.sidebar-left #sidebar > .deco-center > .content {
  padding-right: 25px;
}

/* Wider Sidebar Right */

body.wider-sidebar.sidebar-right #sidebar .deco-top {
  background: url(lib/frontend/images/wider-sidebar_bg_right.png) right bottom no-repeat;
}

body.wider-sidebar.sidebar-right #sidebar .deco-center {
  background: url(lib/frontend/images/wider-sidebar_bg_right.png) center top repeat-y;
}

body.wider-sidebar.sidebar-right #sidebar .deco-bottom {
  background: white url(lib/frontend/images/wider-sidebar_bg_right.png) left top no-repeat;
}

body.wider-sidebar.sidebar-right #sidebar > .deco-center > .content {
  padding-left: 25px;
}


/* Default Sidebar */

body.default-sidebar #sidebar {
  padding-top: 46px;
  position: relative;
}
/*
body.default-sidebar #sidebar .deco-top,
body.default-sidebar #sidebar .deco-center,
body.default-sidebar #sidebar .deco-bottom {
  position: relative;
  z-index: 0;
}
*/
body.default-sidebar #sidebar > .deco-center > .content {
  padding: 0 25px;
  top: -97px;
}

body.default-sidebar #sidebar .deco-top {
  background: url(lib/frontend/images/sidebar_bg.png) left top no-repeat;
  height: 155px;
}

body.default-sidebar #sidebar .deco-center {
  background: url(lib/frontend/images/sidebar_bg.png) center top repeat-y;
}

body.default-sidebar #sidebar .deco-bottom {
  background: white url(lib/frontend/images/sidebar_bg.png) right top no-repeat;
  bottom: 0;
  height: 140px; /* 155 + ((97/2=49)/2=25) = 180 - 40 (for the looks) = 140 */
  left: 0;
  position: absolute;
  width: 100%;
}

body.default-sidebar #sidebar > .deco-center > .content .widget {
  text-shadow: 0 1px white;
}

/* @end */



/* @group Footer
------------------------------------------------------------ */

footer.main {
  border-top-style: solid;
  border-top-width: 5px;
  padding-top: 0px;
}

footer.main .widget {
  margin-bottom: 38px;
}

/* @end */



/* @group Footer Bar
------------------------------------------------------------ */

#footerbar {
  background: #f7f7f7;
  border-top-style: solid;
  border-top-width: 5px;
  border-bottom: 1px solid #d1d1d1;
  text-shadow: 0 1px white;
}

/* @end */

#ansprech{
  color: #999;
}

#ansprech div{
  float: left;
}

#team_1 div:hover{
  color: #333;
}
#team_2 div:hover{
  color: #333;
}
#team_3 div:hover{
  color: #333;
}
#team_4 div:hover{
  color: #333;
}

#team_1 img{
  width:120px;
  height:120px;
  float: left;
  border: 5px solid #dadada;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition : all 100ms ease-out; 
  -webkit-transition : all 100ms ease-out; 
  -moz-transition : all 100ms ease-out;
  -o-transition : all 100ms ease-out;
}

#team_2 img{
  width:120px;
  height:120px;
  float: left;
  border: 5px solid #dadada;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition : all 100ms ease-out; 
  -webkit-transition : all 100ms ease-out; 
  -moz-transition : all 100ms ease-out;
  -o-transition : all 100ms ease-out;
}
#team_3 img{
  width:120px;
  height:120px;
  float: left;
  border: 5px solid #dadada;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition : all 100ms ease-out; 
  -webkit-transition : all 100ms ease-out; 
  -moz-transition : all 100ms ease-out;
  -o-transition : all 100ms ease-out;
}
#team_4 img{
  width:120px;
  height:120px;
  float: left;
  border: 5px solid #dadada;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition : all 100ms ease-out; 
  -webkit-transition : all 100ms ease-out; 
  -moz-transition : all 100ms ease-out;
  -o-transition : all 100ms ease-out;
}

#team_1 img:hover{
  border-color: #FF5050;
}
#team_2 img:hover{
  border-color: #FF5050;
}
#team_3 img:hover{
  border-color: #FF5050;
}
#team_4 img:hover{
  border-color: #FF5050;
}

#ansprech #team_1 #truck_1 {
  background: url("../../uploads/team/lkw_empty.png") no-repeat scroll 0 50px / 447px 112px rgba(0, 0, 0, 0);
}
#ansprech #team_2 #truck_2 {
  background: url("../../uploads/team/lkw_empty.png") no-repeat scroll 0 50px / 447px 112px rgba(0, 0, 0, 0);
}
#ansprech #team_3 #truck_3 {
  background: url("../../uploads/team/lkw_empty.png") no-repeat scroll 0 50px / 447px 112px rgba(0, 0, 0, 0);
}
#ansprech #team_4 #truck_4 {
  background: url("../../uploads/team/lkw_empty.png") no-repeat scroll 0 50px / 447px 112px rgba(0, 0, 0, 0);
}

#ansprech #team_1 #truck_1 #text_1{
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    margin-left: 30px;
    margin-top: 7px;
    position: absolute;
    }
#ansprech #team_2 #truck_2 #text_2{
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    margin-left: 30px;
    margin-top: 7px;
    position: absolute;
    }
#ansprech #team_3 #truck_3 #text_3{
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    margin-left: 30px;
    margin-top: 7px;
    position: absolute;
    }
#ansprech #team_4 #truck_4 #text_4{
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    margin-left: 30px;
    margin-top: 7px;
    position: absolute;
    }

#ansprech #team_1 #truck_1 #text_1 a{
    text-decoration: none;
    }
#ansprech #team_2 #truck_2 #text_2 a{
    text-decoration: none;
    }
#ansprech #team_3 #truck_3 #text_3 a{
    text-decoration: none;
    }
#ansprech #team_4 #truck_4 #text_4 a{
    text-decoration: none;
    }

#ansprech #team_1 #truck_1 img{
  opacity: 1;
  border: medium none;
  width: 358px;
  height: 70px;
  border-radius: 0px;
  z-index: 999;
  position: relative;
  float: right;
  top: 4px;
  padding-right: 109px;
  transition : all 1000ms ease-out; 
  -webkit-transition : all 1000ms ease-out; 
  -moz-transition : all 1000ms ease-out;
  -o-transition : all 1000ms ease-out;
}
#ansprech #team_2 #truck_2 img{
  opacity: 1;
  border: medium none;
  width: 358px;
  height: 70px;
  border-radius: 0px;
  z-index: 999;
  position: relative;
  float: right;
  top: 4px;
  padding-right: 109px;
  transition : all 300ms ease-out; 
  -webkit-transition : all 300ms ease-out; 
  -moz-transition : all 300ms ease-out;
  -o-transition : all 300ms ease-out;
}
#ansprech #team_3 #truck_3 img{
  opacity: 1;
  border: medium none;
  width: 358px;
  height: 70px;
  border-radius: 0px;
  z-index: 999;
  position: relative;
  float: right;
  top: 4px;
  padding-right: 109px;
  transition : all 300ms ease-out; 
  -webkit-transition : all 300ms ease-out; 
  -moz-transition : all 300ms ease-out;
  -o-transition : all 300ms ease-out;
}
#ansprech #team_4 #truck_4 img{
  opacity: 1;
  border: medium none;
  width: 358px;
  height: 70px;
  border-radius: 0px;
  z-index: 999;
  position: relative;
  float: right;
  top: 4px;
  padding-right: 109px;
  transition : all 300ms ease-out; 
  -webkit-transition : all 300ms ease-out; 
  -moz-transition : all 300ms ease-out;
  -o-transition : all 300ms ease-out;
}

#ansprech #team_1 #truck_1 img:hover{
  opacity: 0;
}
#ansprech #team_2 #truck_2 img:hover{
  opacity: 0;
}
#ansprech #team_3 #truck_3 img:hover{
  opacity: 0;
}
#ansprech #team_4 #truck_4 img:hover{
  opacity: 0;
}


/*@media (min-width: 320px) and (max-width: 768px) {
    #body-container header .wrapper{
      width: 100%;
    }
    section #content{
      width: 90%;
    }
    #sidebar {
      visibility: hidden;
    }
  }*/















