
/*! normalize.css v1.1.0 | MIT License | git.io/normalize !*/

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2.65em; 
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 20px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*!
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
!*/


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */  



/* #Base 960 Grid
================================================== */

    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }  

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }
    
    .container .columns.left  					{ margin-left: 0; margin-right: 20px; }
	.container .columns.right 					{ margin-left: 20px; margin-right: 0; } 




/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 640px) {
        .responsive .container{ width: 580px; }
        .responsive .container .columns,
        .responsive .container .column, 
        .responsive .container .columns.left,
        .responsive .container .columns.right { margin: 0; }

        .responsive .container .one.column,
        .responsive .container .one.columns,
        .responsive .container .two.columns,
        .responsive .container .three.columns,
        .responsive .container .four.columns,
        .responsive .container .five.columns,
        .responsive .container .six.columns,
        .responsive .container .seven.columns,
        .responsive .container .eight.columns,
        .responsive .container .nine.columns,
        .responsive .container .ten.columns,
        .responsive .container .eleven.columns,
        .responsive .container .twelve.columns,
        .responsive .container .thirteen.columns,
        .responsive .container .fourteen.columns,
        .responsive .container .fifteen.columns,
        .responsive .container .sixteen.columns,
        .responsive .container .one-third.column,
        .responsive .container .two-thirds.column  { width: 580px; }

        /* Offsets */
        .responsive .container .offset-by-one,
        .responsive .container .offset-by-two,
        .responsive .container .offset-by-three,
        .responsive .container .offset-by-four,
        .responsive .container .offset-by-five,
        .responsive .container .offset-by-six,
        .responsive .container .offset-by-seven,
        .responsive .container .offset-by-eight,
        .responsive .container .offset-by-nine,
        .responsive .container .offset-by-ten,
        .responsive .container .offset-by-eleven,
        .responsive .container .offset-by-twelve,
        .responsive .container .offset-by-thirteen,
        .responsive .container .offset-by-fourteen,
        .responsive .container .offset-by-fifteen { padding-left: 0; }

    }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; } 

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }


/*!
* Custom Theme CSS
!*/ 

#header, #main, #footer 
{clear:both;} 

/* SPACING */
p, pre, li, dl, dd
{ margin-top: 0; margin-bottom: 10px /*10px*/; }

li
{ margin-top: 0; margin-bottom: 5px /*5px*/; }

.entry-meta,
.entry-utility,
section,
.widget-container, 
.entry-image,
.nav-menu,
.gallery
{ margin-bottom: 1.538em /*20px*/; }

.entry-widgets,
.hentry
{ margin-bottom: 3.076em /*40px*/;  }


body { font-size: 0.8125em /*13px*/; line-height: 1.5em; }  

.wp-caption-text, small { font-size: 0.8459em /*11px*/; line-height: 1.5em;  }

h1 { font-size: 2.6146em /*34px*/;}
h2 { font-size: 1.9994em /*26px*/;}
h3 { font-size: 1.6149em /*21px*/;}
h4 { font-size: 1.3842em /*18px*/;}
h5 { font-size: 1.2304em /*16px*/;}
h6 { font-size: 1.0000em /*13px*/;}

.widget-container h1 { font-size: 1.6149em /*21px*/;}
.widget-container h2 { font-size: 1.3842em /*18px*/;}
.widget-container h3 { font-size: 1.2304em /*16px*/;}
.widget-container h4 { font-size: 1.0000em /*13px*/;}
.widget-container h5 { font-size: 1.0000em /*13px*/;}
.widget-container h6 { font-size: 1.0000em /*13px*/;}  

h1, h2, h3, h4, h5, h6 
{ font-weight: normal; line-height: 1.2em; margin: 0 0 10px; padding: 0; } 

h5, h6 
{  line-height: 1.35em; margin: 0 0 5px;  }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, sup a, sub a 
{ text-decoration: none; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover 
{ text-decoration: none; }

textarea:focus, button:focus, input:focus, a:focus,
textarea:active, button:active, input:active, a:active  
{ outline: #cc6e09 solid 1px; }

@media only screen { 
	textarea:focus, button:focus, input:focus,
	textarea:active, button:active, input:active  
	{ outline: none; box-shadow: 0 0 2px 1px #cc6e09 inset;
 -webkit-box-shadow: 0 0 2px 1px #cc6e09 inset;
 -moz-box-shadow: 0 0 2px 1px #cc6e09 inset;
 -ms-box-shadow: 0 0 2px 1px #cc6e09 inset;
 -o-box-shadow: 0 0 2px 1px #cc6e09 inset; }
} 

.mobile textarea:focus, .mobile button:focus, .mobile input:focus, .mobile a:focus,
.mobile textarea:active, .mobile button:active, .mobile input:active, .mobile a:active  
{ outline: none; box-shadow: none;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 -ms-box-shadow: none;
 -o-box-shadow: none; }

textarea {
	resize: vertical;
}

td { vertical-align: top; }

.entry-content td {
	padding: 0 10px 0 0;
}

/* IMAGES */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img 
{ max-width: 100%; height: auto; }

.hentry img.size-medium
{ width: 50%; }

.hentry img.size-large, 
.hentry .wp-caption > img.size-medium
{ width: 100%; }

.alignleft, img.alignleft, a > img.alignleft
{ display: inline; float: left;	margin: 0 0.8459em 0.8459em 0; }

.alignright, img.alignright, a > img.alignright 
{ display: inline; float: right; margin: 0 0 0.8459em 0.8459em; }

.aligncenter, img.aligncenter 
{ clear: both; display: block; margin: 0 auto 0.8459em; width: 100%; float: none; text-align: center; }

.wp-caption
{ width: auto; margin-bottom: 0; }

.gallery ul, .gallery li, ul.entry-feed, ul.entry-feed li, .widget-archive ul 
{ list-style: none !important; margin: 0; padding: 0; } 

/* MENU */

.menu, .menu ul, .menu li  
{ list-style: none; margin: 0; padding: 0; }

.nav-menu select { display: none; }

.menu .menu-item, .menu .page-item { position: relative; }

/* OTHER */

dd 
{ margin-left: 0; }

dfn 
{ font-weight: bold; }
	
hr 
{ border: 1px solid transparent; } 

.hide, .screen-reader-text, .print 
{ display: none; }

.clear, .clearfix, hr 
{ clear: both; }

.icon {
	speak: none;
	font-style: normal;
}

/* ANDROID FULL TEXT SPAN HACK */
.android h1, .android h2, .android h3, .android h4, .android h5, .android h6, .android p, .android li {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQIW2NkAAIAAAoAAggA9GkAAAAASUVORK5CYII=);
} 
/*////////////////////////////////////////////////////////////////////////////*/
/*/ FONTS ////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/

@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('../fonts/WebSymbols-Regular-webfont.eot');
    src: url('../fonts/WebSymbols-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/WebSymbols-Regular-webfont.woff') format('woff'),
         url('../fonts/WebSymbols-Regular-webfont.ttf') format('truetype'),
         url('../fonts/WebSymbols-Regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Fonts */

body, input, textarea, body.mceContentBody, #menu-horizontal, body.question .entry-title, .search-results .entry-title,  .search-results .post-type-title
{ font-family: Arial, Helvetica, sans-serif;} 

h1, h2, h3, h4,
.h1, .h2, .h3, .h4
{ font-family: Georgia, "Times New Roman", serif; } 

h5, h6,
.h5, .h6 
{ font-family: Arial, Helvetica, sans-serif; font-weight: bold;  }    

#menu-horizontal .menu-show .icon   
{ font-family: 'WebSymbolsRegular' !important;  font-weight: normal; font-style: normal; }

/*////////////////////////////////////////////////////////////////////////////*/
/*/ FONT SIZES ///////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/

body {
	line-height: 1.4em;
}

.page-title
{ font-size: 2.00em /*26px*/; }

#menu-horizontal, #menu-vertical, #colophon,
.widget-container .feed-content p, .widget-container .feed-content ul, .widget-container .feed-content ol
{ font-size: 0.9em  /*12px*/; line-height: 1.5em; }

.question .entry-title 
{ font-size: 1.2em; line-height: 1.4em; } 

.search-results .entry-title,  .search-results .post-type-title 
{ font-size: 1.4em /*18px*/; margin: 0; padding: 0; } 

/* HEADINGS */

.hentry h1, .hentry .h1 { font-size: 1.9994em /*26px*/;}
.hentry h2, .hentry .h2 { font-size: 1.6149em /*21px*/;}
.hentry h3, .hentry .h3 { font-size: 1.3842em /*18px*/;}
.hentry h4, .hentry .h4 { font-size: 1.2304em /*16px*/;}
.hentry h5, .hentry .h5 { font-size: 1.0000em /*13px*/;}
.hentry h6, .hentry .h6 { font-size: 0.9230em /*12px*/;} 

h2, h3, h4, h5, h6, 
.h2, .h3, .h4, .h5, .h6 
{ color: #000; margin: 0 0 6px; line-height: 1.4em; } 

.entry-date {
	color: #999;
	font-weight: normal;
	font-style: italic;
	margin: 10px 0;
}

.hentry .entry-date {
	margin-top: 30px;
}


h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover 
{ text-decoration: underline;  } 

/* LINKS */

a, a:link, a:visited  
{ color: #cc6e09; text-decoration: none;   }

a:hover 
{ color: #ffaa45; text-decoration: underline; }

#site-title a:hover .sufix 
{ color: #cc6e09 !important;  }

.entry-url a, .entry-url a:visited {
	color: #000;
}

blockquote, .quote 
{ color: #666; font-style: italic; }
	
/*////////////////////////////////////////////////////////////////////////////*/
/*/ DOCUMENT BODY ////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/

html {
	-webkit-text-size-adjust: none;
}

#container {
	width:  100%;
	padding: 0;
	float: none;	
}

#header-wrapper, #main-wrapper, #footer-wrapper,
#outer-header-wrapper, #outer-main-wrapper, #outer-footer-wrapper {
	width:  100%;
	float: left;
}

#main, #footer {
	padding-top: 20px;	
}



#header-wrapper {
	background: url('../images/background-header.png') #ebebe6 center top;
}

#main-wrapper {
	background: #f5f5f2; 
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

#footer-wrapper {
	background: #fff;
}

body.page .hentry, 
body.trouble .hentry, 
body.participant .hentry, 
body.question #hfeed, 
.widget-content,
#main .widget-content-box, 
.search #hfeed, 
.news .hentry, 
#frontpage-widget-area .widget-custom-post-feed {  
	padding: 1em 1.2em 0.2em;
	background: #fff;
	border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
 -o-border-radius: 10px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
 -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
 -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
 -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
 -o-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
	margin-bottom: 20px !important;
}

.sidebar {

}

.sidebar h6,
.sidebar .h6 {
	border-bottom: 1px solid #ebebe6;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#branding {
	padding: 40px 0 0 0;
}
	
/*////////////////////////////////////////////////////////////////////////////*/
/*/ MENUS & NAVIGATION ///////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/

/* SITE TITLE */

#site-description {
	margin: 10px 0 2px;
	color: #222222;
	font-weight: bold;
}

#site-title, #site-title a {
	width: 100%;
	padding: 0;
	z-index: 10;
	position: relative;
	display: block;
	float: left; 
}

#site-title .separator {
	display: inline-block;
	border-left: 1px solid #cc6e09;
	overflow: hidden;
	width: 0;
}


#site-title .prefix {
	color: #000;
}

/* PRIMARY MENU */

#menu-horizontal {
	background: #cc6e09;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #cc6e09  ), to( #a44600 ));
	background-image: linear-gradient(top, #cc6e09 , #a44600 );
 background-image: -webkit-linear-gradient(top, #cc6e09 , #a44600 );
 background-image: -moz-linear-gradient(top, #cc6e09 , #a44600 );
 background-image: -ms-linear-gradient(top, #cc6e09 , #a44600 );
 background-image: -o-linear-gradient(top, #cc6e09 , #a44600 ); -pie-background: linear-gradient(top, #cc6e09 , #a44600 );  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc6e09', endColorstr='#a44600');   
	float: left;
	position: relative;
	z-index: 40;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
	font-weight: bold;
	text-align: center;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.40);
 -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.40);
 -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.40);
 -ms-box-shadow: 0px 2px 10px rgba(0,0,0,0.40);
 -o-box-shadow: 0px 2px 10px rgba(0,0,0,0.40);
} 

#menu-horizontal .menu {
	width: 960px;
	margin: 0 auto;
}
		
#menu-horizontal li {
	display: inline-block;
	float: left;
	border-right: 1px solid #e0821d;

}


	
#menu-horizontal a, #menu-horizontal a:visited {
	background-image: -webkit-gradient(linear, left top, left bottom, from( #cc6e09  ), to( #a44600 ));
	background-image: linear-gradient(top, #cc6e09 , #a44600 );
 background-image: -webkit-linear-gradient(top, #cc6e09 , #a44600 );
 background-image: -moz-linear-gradient(top, #cc6e09 , #a44600 );
 background-image: -ms-linear-gradient(top, #cc6e09 , #a44600 );
 background-image: -o-linear-gradient(top, #cc6e09 , #a44600 ); -pie-background: linear-gradient(top, #cc6e09 , #a44600 );  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc6e09', endColorstr='#a44600');  
	padding: 0 10px;
	line-height: 32px; 
	margin: 0;
	color: #fff;
	display: inline-block;	
	border-right: 1px solid #b85a00;
}

#menu-horizontal li.menu-item-akut a {
	margin: -4px 0;
	padding: 3px 10px;
	border: 1px solid #f49631;
	border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 -ms-border-radius: 5px;
 -o-border-radius: 5px;
	box-shadow: 0 0 10px #f49631;
 -webkit-box-shadow: 0 0 10px #f49631;
 -moz-box-shadow: 0 0 10px #f49631;
 -ms-box-shadow: 0 0 10px #f49631;
 -o-box-shadow: 0 0 10px #f49631;;
	background: #e0821d;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffaa45  ), to( #e0821d ));
	background-image: linear-gradient(top, #ffaa45 , #e0821d );
 background-image: -webkit-linear-gradient(top, #ffaa45 , #e0821d );
 background-image: -moz-linear-gradient(top, #ffaa45 , #e0821d );
 background-image: -ms-linear-gradient(top, #ffaa45 , #e0821d );
 background-image: -o-linear-gradient(top, #ffaa45 , #e0821d ); -pie-background: linear-gradient(top, #ffaa45 , #e0821d );  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaa45', endColorstr='#e0821d');  
}

#menu-horizontal li.menu-item-akut a:hover {
	border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 -ms-border-radius: 5px;
 -o-border-radius: 5px;
	box-shadow: 0 0 10px #f49631;
 -webkit-box-shadow: 0 0 10px #f49631;
 -moz-box-shadow: 0 0 10px #f49631;
 -ms-box-shadow: 0 0 10px #f49631;
 -o-box-shadow: 0 0 10px #f49631;;
	background: #e0821d;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffd26d  ), to( #ffaa45 ));
	background-image: linear-gradient(top, #ffd26d , #ffaa45 );
 background-image: -webkit-linear-gradient(top, #ffd26d , #ffaa45 );
 background-image: -moz-linear-gradient(top, #ffd26d , #ffaa45 );
 background-image: -ms-linear-gradient(top, #ffd26d , #ffaa45 );
 background-image: -o-linear-gradient(top, #ffd26d , #ffaa45 ); -pie-background: linear-gradient(top, #ffd26d , #ffaa45 );  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd26d', endColorstr='#ffaa45');  
}

#menu-horizontal .menu-show {
	display: none;
}

#menu-horizontal .menu-show .icon {
	line-height: 60px;
	position: relative;
	top: -5px;
	display: inline-block;
}

#menu-horizontal li:nth-child(1) {
	border-left: 1px solid #b85a00;
}

#menu-horizontal li:nth-child(1) a {
	border-left: 1px solid #e0821d;
}
	

#menu-horizontal li a:hover {
	background: #e0821d;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f49631  ), to( #cc6e09 ));
	background-image: linear-gradient(top, #f49631 , #cc6e09 );
 background-image: -webkit-linear-gradient(top, #f49631 , #cc6e09 );
 background-image: -moz-linear-gradient(top, #f49631 , #cc6e09 );
 background-image: -ms-linear-gradient(top, #f49631 , #cc6e09 );
 background-image: -o-linear-gradient(top, #f49631 , #cc6e09 ); -pie-background: linear-gradient(top, #f49631 , #cc6e09 );  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f49631', endColorstr='#cc6e09');   
	text-decoration: none;
}
	
#menu-horizontal .current-menu-item a, 
#menu-horizontal .current-menu-ancestor a,
#menu-horizontal .current-menu-parent a {
	background: #903200 !important;   
	background-image: -webkit-gradient(linear, left top, left bottom, from( #7c1e00 ), #a44600 )) !important;   
	background-image: linear-gradient(top, #7c1e00 , #a44600 ) !important;
 background-image: -webkit-linear-gradient(top, #7c1e00 , #a44600 ) !important;
 background-image: -moz-linear-gradient(top, #7c1e00 , #a44600 ) !important;
 background-image: -ms-linear-gradient(top, #7c1e00 , #a44600 ) !important;
 background-image: -o-linear-gradient(top, #7c1e00 , #a44600 ) !important; -pie-background: linear-gradient(top, #7c1e00 , #a44600 ) !important;   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c1e00', endColorstr='#a44600') !important;   	
}

/* SECONDARY MENU */

#menu-vertical {
	float: left;
	width: 100%;
	
}

#menu-vertical ul {
	margin: 0;
	padding: 0;
}

#menu-vertical > ul {
	border-top: 1px solid #d7d7cd; 
}

#menu-vertical li {	
	width: 100%;
}
	
#menu-vertical li > a, #menu-vertical li > a:visited {
	text-align: left;
	padding: 0 0 0 10px;
	line-height: 2.5em;
	text-decoration: none;
	border-bottom: 1px solid #d7d7cd; 
	color: #cc6e09;
	display: block;
	overflow: hidden;
	font-weight: bold;
}

#menu-vertical > ul > li > a, #menu-vertical > ul > li > a:visited {

}
	
#menu-vertical li a:hover {
	background: #f4e2cd;     
}

#menu-vertical li ul {
	display: none;
}

#menu-vertical li.current-menu-ancestor ul, #menu-vertical li.current-menu-item ul {
	display: block;
	margin: 0;
}

#menu-vertical .current-menu-ancestor > a,
#menu-vertical .current-menu-parent > a {
	background: #f4e2cd;
}

#menu-vertical .current-menu-item > a {
	color: #FFF !important; 
	background: #903200 !important;   
	background-image: -webkit-gradient(linear, left top, left bottom, from( #b85a00 ), #e0821d )) !important;   
	background-image: linear-gradient(top, #b85a00 , #e0821d ) !important;
 background-image: -webkit-linear-gradient(top, #b85a00 , #e0821d ) !important;
 background-image: -moz-linear-gradient(top, #b85a00 , #e0821d ) !important;
 background-image: -ms-linear-gradient(top, #b85a00 , #e0821d ) !important;
 background-image: -o-linear-gradient(top, #b85a00 , #e0821d ) !important; -pie-background: linear-gradient(top, #b85a00 , #e0821d ) !important;   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b85a00', endColorstr='#e0821d') !important;    
}



#menu-vertical li ul {
	display: none;
}

#menu-vertical li ul li {
	background: #efefeb;
}

#menu-vertical li ul a {
	padding-left: 20px !important;
}

#menu-vertical li ul ul a {
	padding-left: 30px !important;
}

#menu-vertical li ul ul ul a {
	padding-left: 40px !important;
}


#menu-vertical li a:before {
	content: "› ";
}


#menu-vertical .current-menu-ancestor > a:before,
#menu-vertical .current-menu-parent > a:before,
#menu-vertical .current-menu-item > a:before  {

}


#menu-vertical li ul li.current-menu-item > a {
	background: rgb(229,182,132);
	color: #fff !important;
}

#menu-vertical li ul li > a:after {

}

#menu-vertical li ul li.current-menu-item > a:after {
	color: #fff !important;
}

/* TROUBLE MENU */

#participant-filter{
	padding: 10px;
	background: #e1e1da;
	margin: 0 0 20px;
	display: block;
}

#participant-filter label{
	margin: 0 10px 0 0;
}

#participant-filter label[for=age-from] {
	margin: 0;
}

#menu-trouble, #menu-participant, #trouble-participants {  
	margin-bottom: 20px !important; 
	float:left;
	width: 100%;
}

#menu-trouble li, #menu-participant li, #trouble-participants li { 
	width: 178px;
	float: left;
	margin: 0;
	font-weight: bold;
}

#menu-trouble li.page-item, #menu-participant li.page-item, #trouble-participants li.page-item {
	margin: 0 10px 5px 0;
}

.home #menu-trouble li {
	width: 210px;
}

#menu-participant li {
	width: 300px;
}

#menu-trouble li.current-page-item a, #menu-participant li.current-page-item a {
	color: #000;
}

#menu-trouble li.page-item:before, #menu-participant li.page-item:before, #trouble-participants li.page-item:before {
	content: "» ";
}

#dropdown-trouble, #dropdown-participant, #dropdown-participant-age, #dropdown-menu-vertical {
	width: 100%;
	text-align: center;
	display: none;
}

#google-translator {
	position: relative;
	z-index: 999;
	margin: 60px 0 0 0;
}


	
/*////////////////////////////////////////////////////////////////////////////*/
/*/ PAGINATION  //////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/
	
#page-navigation {
	margin: 0 0 40px;
	text-align: center;
}
	

#page-navigation .page-numbers {
	padding: 0 5px;
}

#page-navigation a.prev, 
#page-navigation a.next {
	padding: 0;
	width: 140px;
}		
	
#page-navigation a.prev {
	float: left;
	text-align: left; 
	margin-right: -140px;
}
	
#page-navigation a.next {
	float: right;
	text-align: right; 
	margin-left: -140px;
}

#page-navigation span.current {
	text-decoration: underline;
}
	

	

/*////////////////////////////////////////////////////////////////////////////*/
/*/ DESIGN ELEMENTS //////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/

.page-title {    
    padding: 7px 0;
    margin: 0 0 20px;
	border-top: 1px solid #cc6e09;
	border-bottom: 1px solid #cc6e09;
	float: left;
	clear: both;
	width: 100%;
}

.search .post-type-title, .search .entry-title {
	display: inline-block;
}

.search #hfeed .hentry {
	margin-bottom: 20px;
	padding: 0 20px 0 0;
}

.page-title-wrapper {
	padding: 0 0 20px !important;
}

html.js .question .entry-title {
	margin-left: 2em;
}



.question .entry-title .icon {
	display: inline-block;
	margin-left: -2em;
	margin-right: 0.7em;
	width: 1.3em;
	line-height: 1.3em;
	text-align: center;
	background: #cc6e09;
	color: #fff !important;  
}

.question .entry-title:hover .icon {
	background: #ffaa45
}

.question .hentry {
	margin-bottom: 0 !important;
	padding-bottom: 1em !important;
}

#colophon {
	margin: 0 0 -20px;
}


#colophon .logos img {
	width: auto;
	height: 40px;
	margin: 0 40px 40px 0;
	position: relative;
}

#colophon .logos.has-wide.has-tall img.image-wide {
	top: -20px;
}

#colophon img.image-tall {
	width: auto;
	height: 80px;
}


#participant-age-filter {
	text-align: center;
	margin: 0 0 20px;
	width: 100%;
}

html.no-js #participant-age-filter {
	display:none;
}

html.no-js #dropdown-participant-age {
	display: block;
	width: 30%;
	float: left;
	margin: 0 10px 20px 0;
}

.loading { 
	background: transparent url('../images/ajax-loader.gif') no-repeat center center;
	width: 100%; 
	height: 50px;
	display: block;
}

#participant-age-filter a, #participant-age-filter input {
	display: inline-block;
	font-size: 2.0em;
	line-height: 0.8em; 
	border: 1px solid #e5b684;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
 -o-border-radius: 10px; 
}


#participant-age-filter a  {
	font-weight: normal;
	padding: 5px 10px;
	margin: 5px 0;
	position: relative;
	z-index: 999;
}

.lt-ie9 #participant-age-filter input  {
	padding-top: 20px;
}


.lt-ie9 #participant-age-filter a  {
	top: 10px;
}

#participant-age-filter input  {
	border-color: #c3c3b5;
	background: #ebebe6;
	margin: 0 -50px;
	width:  90%; 
}

#participant-age-filter a {
	background-image: -webkit-gradient(linear, left top, left bottom, from( #cc6e09  ), to( #a44600 ));
	background-image: linear-gradient(top, #cc6e09 , #a44600 );
 background-image: -webkit-linear-gradient(top, #cc6e09 , #a44600 );
 background-image: -moz-linear-gradient(top, #cc6e09 , #a44600 );
 background-image: -ms-linear-gradient(top, #cc6e09 , #a44600 );
 background-image: -o-linear-gradient(top, #cc6e09 , #a44600 ); -pie-background: linear-gradient(top, #cc6e09 , #a44600 );  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc6e09', endColorstr='#a44600'); 
	color: #fff !important;	
}

#participant-age-filter a:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffaa45  ), to( #e0821d ));
	background-image: linear-gradient(top, #ffaa45 , #e0821d );
 background-image: -webkit-linear-gradient(top, #ffaa45 , #e0821d );
 background-image: -moz-linear-gradient(top, #ffaa45 , #e0821d );
 background-image: -ms-linear-gradient(top, #ffaa45 , #e0821d );
 background-image: -o-linear-gradient(top, #ffaa45 , #e0821d ); -pie-background: linear-gradient(top, #ffaa45 , #e0821d );  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaa45', endColorstr='#e0821d'); 
	text-decoration: none;	
}

#participant-age-filter a:focus {
	background-image: -webkit-gradient(linear, left top, left bottom, from( #903200 ), #b85a00 )) !important;   
	background-image: linear-gradient(top, #903200 , #b85a00 ) !important;
 background-image: -webkit-linear-gradient(top, #903200 , #b85a00 ) !important;
 background-image: -moz-linear-gradient(top, #903200 , #b85a00 ) !important;
 background-image: -ms-linear-gradient(top, #903200 , #b85a00 ) !important;
 background-image: -o-linear-gradient(top, #903200 , #b85a00 ) !important; -pie-background: linear-gradient(top, #903200 , #b85a00 ) !important;   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#903200', endColorstr='#b85a00') !important;  	
}	
 


#participant-area-popup-form {
	padding: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999;
	width: 520px;
	height: 80px;
	margin: -70px 0 0 -280px;
	background: #ebebe6;
	border: 1px solid #c3c3b5;
	text-align: center;
	border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
 -o-border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
 -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
 -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
 -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
 -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.4em;
	display: none;
}

#participant-area-popup {
	margin-top: 10px;
	font-size: 0.9em !important;
}	 

.dim {
	height:100%;
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:9998 !important;
	background-color:#fff;
}




/*////////////////////////////////////////////////////////////////////////////*/
/*/ WIDGETS //////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/

#frontpage-widget-area {
	width: 720px;
	margin: 0 -20px 0 0;
}

#frontpage-widget-area .widget-custom-post-feed ul,
#frontpage-widget-area .widget-custom-post-feed li {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

#frontpage-widget-area .widget-container {
	width: 308px;
	float: left;
	margin: 0 20px 20px 0;  
	
}

#frontpage-widget-area .widget-custom-post-feed .more-link {
	display: none;
}

#frontpage-widget-area .widget-custom-post-feed .archive-link {
	clear: both;
}

#frontpage-widget-area .widget-content-box {
	
}

#footer-widget-area {
	margin: 0 0 -40px;
}

#header-widget-area {
	margin-top: -1px;
	width: 300px;
	float: right;
}	

	
.widget-search {
	padding: 8px 10px;
	float: right;
	position: absolute;
	z-index: 99;
	width: 260px;
	background: #ebebe6;
	border: 1px solid #c3c3b5;
	border-radius: 0 0 10px 10px;
 -webkit-border-radius: 0 0 10px 10px;
 -moz-border-radius: 0 0 10px 10px;
 -ms-border-radius: 0 0 10px 10px;
 -o-border-radius: 0 0 10px 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
 -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
 -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
 -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
 -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
} 

html.translated-ltr .widget-search {
	
}

.widget-search input#s, input.search-form {
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.50);
 -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.50);
 -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.50);
 -ms-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.50);
 -o-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.50);
	border: 1px solid #c3c3b5;
	padding: 10px !important;
	width: 240px !important;
	font-weight: bold;
	border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 -ms-border-radius: 5px;
 -o-border-radius: 5px;
	background: #fff url('../images/icon-search.png?sss') no-repeat 230px 11px;
}

#menu-horizontal input.search-form {
	display: none;
}

input.search-form.ui-autocomplete-loading {
	background-image: url('../images/ajax-loader.gif');
}

.widget-search input#s:focus, input.search-form:focus {
	outline: none;
}


.search-results .widget-search .widget-title {
	color: #cc6e09  !important; 
}

.search-results .search-match {
	background: #efd3b5;
	padding: 0 2px;
	margin: 0 -2px;
}

.current-cat a, .current-date a { 
	color: #cc6e09 !important;
}

#searchsubmit {
	display: none;
}

#widget-content-2507 {
	background: #f2dac1;
	border: 2px solid #fff;
}

#widget-content-2637 {
	padding: 0;
}

#frontpage-slider-wrapper {
	margin: 0;
}

#frontpage-slider-wrapper,
#frontpage-slider,
#frontpage-slider li  {
	height: 200px;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-position: center center;
	border-radius: 10px;
	display: block;
}

#frontpage-slider li  {
	float: left;
	width: 220px;
}


	
/*////////////////////////////////////////////////////////////////////////////*/
/*/ SOCIAL BUTTONS ///////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/

.entry-social {
	position: relative;
}

.entry-social {
	margin-bottom: 20px;
}
		
.entry-social .addthis_primary_buttons {
	width: 120px;
}
	

.entry-social a {
	float: left !important;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	padding: 0 !important;
	margin: 0 0 0 4px !important;
}

.entry-social a:hover {
	opacity: 0.8;
}

.entry-social a.custom-button-calendar {
	background: url('../../base/images/calendar-icon.png');
}

/*////////////////////////////////////////////////////////////////////////////*/
/*/ AUTOCOMPLETE /////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/

/*! jQuery UI - v1.10.1 - 2013-02-18
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.autocomplete.css, jquery.ui.menu.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Misc visuals
----------------------------------*/

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
}

.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px 4px;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
	
.ui-menu .ui-state-disabled a {
	cursor: default;
}


/* Component containers
----------------------------------*/

.ui-widget-content {
	border: 1px solid #efd3b5;
	background: #fff;
	margin-top: -10px !important;
	color: #cc6e09;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
 -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
 -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
 -ms-box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
 -o-box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
	font-weight: bold !important;
}


/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: rgb( 249,240,230 );
	font-weight: bold;
	color: #cc6e09;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #cc6e09;
	text-decoration: none;
	font-weight: bold;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: #cc6e09; 
	font-weight: bold;
	color: #fff;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color:#fff;
	text-decoration: none;
	font-weight: bold;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background: rgb( 229,182,132 );
	color: #cc6e09;
	font-weight: bold;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #cc6e09;
	text-decoration: none;
	font-weight: bold;
}

/*////////////////////////////////////////////////////////////////////////////*/
/*/ CUSTOM MEDIA QUERIES /////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/



@media only screen and (max-width: 640px) {
	
	body.responsive {
		font-size: 1.65em;
		line-height: 1.3em;
	}	
	
	body.responsive p, body.responsive pre, body.responsive ol, body.responsive ul, body.responsive dl, body.responsive dd
	{ margin-bottom: 20px /*10px*/; }
	
	body.responsive h2, body.responsive h3, body.responsive h4, body.responsive h5, body.responsive h6,
	body.responsive .h2, body.responsive .h3, body.responsive .h4, body.responsive .h5, body.responsive .h6  
	{ margin-bottom: 13px; } 
	
	.responsive #header-widget-area {
		display: none;
	}
	
	.responsive #menu-horizontal input.search-form {
		display:  inline-block;
		margin: 0 0 20px;
		padding: 20px;
		width: 590px !important;
		background-position: 573px center;
	}
	
	.responsive.search-results .entry-url {
		display: none !important;
	}	
	
	.responsive #menu-vertical li a {
		border-radius: 0;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 -ms-border-radius: 0;
 -o-border-radius: 0;
	}
	
	#participant-area-popup-form {
		margin-top: -190px;
		height: 340px;
		font-size: 1.3842em;
		line-height: 1.4em;
	}

	
	.responsive #branding {
		padding: 0 0 20px;
		text-align: left;
		float: left;
		width: 100%;
	}
	
	
	.responsive #site-description {
		padding: 20px 0; 
		font-size: 26px !important;
		line-height: 1.25em !important;
	}		
	
	.responsive #site-title a {
		font-size: 55px;
		line-height: 1.25em;
	}
	
	.responsive #site-title span {
		display: block;
	}
	
	.responsive #site-title .separator,
	.responsive.trouble .page-title,
	.responsive.participant .page-title {
		display: none;
	}
	
	.responsive #menu-horizontal li {
		float: none;
		border: 0;
	}
	
	.responsive #menu-trouble ul, .responsive #menu-participant ul, .responsive #participant-age-filter {
		display: none;
	}
	
	.responsive .hentry #menu-trouble ul {
		display: block;
	}
	
	.responsive #dropdown-trouble, .responsive #dropdown-participant, .responsive #dropdown-participant-age {
		display: block;
		margin-bottom: 20px;
	}
	
	.responsive #dropdown-participant-age {
		margin-bottom: 20px;
	}
	
	.responsive #menu-horizontal {
		background: #cc6e09;
		margin: 0;
	}
	
	.responsive #menu-horizontal .menu {
		width: 640px !important;
		margin: 0;
		padding-bottom: 20px;
	} 

	.responsive #menu-horizontal li {
		border: none !important;
		border-bottom: 1px solid #d7d7cd !important;
		margin: 0;
		display:none;
		text-align: left;
	}
		
	.responsive #menu-horizontal .menu-show {
		display: block;
	}

	.responsive #menu-horizontal a, .responsive #menu-horizontal a:visited, .responsive #menu-horizontal a:hover,
	.responsive #menu-horizontal li.menu-item-akut a, .responsive #menu-horizontal li.menu-item-akut a:visited, .responsive #menu-horizontal li.menu-item-akut a:hover {
		padding: 0 30px;
		margin: 0;
		font-size: 1.5em;
		line-height: 100px;
		font-weight: normal;
		width: 580px;
		color: #000;
		border: none !important;
		display: block;
		border-bottom: 1px solid #b0af9c !important;
		background-image: -webkit-gradient(linear, left top, left bottom, from( #ebebe6  ), to( #c3c3b5 ));
		background-image: linear-gradient(top, #ebebe6 , #c3c3b5 );
 background-image: -webkit-linear-gradient(top, #ebebe6 , #c3c3b5 );
 background-image: -moz-linear-gradient(top, #ebebe6 , #c3c3b5 );
 background-image: -ms-linear-gradient(top, #ebebe6 , #c3c3b5 );
 background-image: -o-linear-gradient(top, #ebebe6 , #c3c3b5 ); -pie-background: linear-gradient(top, #ebebe6 , #c3c3b5 );  
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebe6', endColorstr='#c3c3b5'); 
		box-shadow: none;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 -ms-box-shadow: none;
 -o-box-shadow: none;
		border-radius: 0;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 -ms-border-radius: 0;
 -o-border-radius: 0;
		 
	}	
	
	.responsive #menu-horizontal .menu-show a, .responsive #menu-horizontal .menu-show a:visited {
		color: #FFF !important;
		font-weight: bold;
		background: #cc6e09 !important;
		background-image: -webkit-gradient(linear, left top, left bottom, from( #cc6e09  ), to( #a44600 )) !important;
		background-image: linear-gradient(top, #cc6e09 , #a44600 ) !important;
 background-image: -webkit-linear-gradient(top, #cc6e09 , #a44600 ) !important;
 background-image: -moz-linear-gradient(top, #cc6e09 , #a44600 ) !important;
 background-image: -ms-linear-gradient(top, #cc6e09 , #a44600 ) !important;
 background-image: -o-linear-gradient(top, #cc6e09 , #a44600 ) !important; -pie-background: linear-gradient(top, #cc6e09 , #a44600 ) !important;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc6e09', endColorstr='#a44600') !important;   
	}	
	
	.responsive #menu-horizontal .open a {
		background: #903200 !important;   
		background-image: -webkit-gradient(linear, left top, left bottom, from( #7c1e00 ), #a44600 )) !important;   
		background-image: linear-gradient(top, #7c1e00 , #a44600 ) !important;
 background-image: -webkit-linear-gradient(top, #7c1e00 , #a44600 ) !important;
 background-image: -moz-linear-gradient(top, #7c1e00 , #a44600 ) !important;
 background-image: -ms-linear-gradient(top, #7c1e00 , #a44600 ) !important;
 background-image: -o-linear-gradient(top, #7c1e00 , #a44600 ) !important; -pie-background: linear-gradient(top, #7c1e00 , #a44600 ) !important;   
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c1e00', endColorstr='#a44600') !important; 
	}
	
	.responsive #menu-horizontal .current-menu-item a, 
	.responsive #menu-horizontal .current-menu-ancestor a,
	.responsive #menu-horizontal .current-menu-parent a {
		font-weight: bold;
		background: #b0af9c !important;   
		background-image: -webkit-gradient(linear, left top, left bottom, from( #88886b  ), to( #b0af9c )) !important;
		background-image: linear-gradient(top, #88886b , #b0af9c ) !important;
 background-image: -webkit-linear-gradient(top, #88886b , #b0af9c ) !important;
 background-image: -moz-linear-gradient(top, #88886b , #b0af9c ) !important;
 background-image: -ms-linear-gradient(top, #88886b , #b0af9c ) !important;
 background-image: -o-linear-gradient(top, #88886b , #b0af9c ) !important; -pie-background: linear-gradient(top, #88886b , #b0af9c ) !important;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88886b', endColorstr='#b0af9c') !important;  	
	}
	

	
	.responsive #menu-horizontal a:hover {

	}
	
	.responsive #menu-vertical .menu {
		display: none;
	}	
	
	.responsive #menu-vertical select {
		display: block;
	}	
	
	.responsive p, .responsive ul li, .responsive input.search-form {

	}
	
	.responsive input[type="text"], .responsive textarea, .responsive select,
	.responsive input[type="text"]:focus, .responsive textarea:focus, .responsive select:focus {
		font-size: 1.5em !important;
		line-height: 1.6em !important;
	}
	
	.responsive #participant-filter {
		padding: 0 0 20px;
		background: none;
		text-align: center;
		border-bottom: 1px solid /*COLOR-20*/;
	}
	
	.responsive #participant-area {
		width: 100%;
		text-align: center;
	}
	
	.responsive #participant-age-filter input {
		margin: 0 -80px;
		width: 95%;
	}
	
	.responsive #main .menu li {
		width: 100%;
		margin-right: 0;
	}
	
	.responsive #frontpage-widget-area,
	.responsive #frontpage-widget-area .widget-container {
		margin-right: 0;
		width: 517px;
		float: none;
	}
	
	.responsive .page-title { font-size: 2em; line-height: 1.5em; }
	
	.responsive #main .sidebar h3,
	.responsive #main .sidebar .h3 { font-size: 2.0em; line-height: 1.2em; }
	
	.responsive .widget-container li {
		width: 100%;
		padding-right: 0;
	}
	
	.responsive #colophon .logos {
		text-align: center; 
	}
	
	.responsive #content ul, .responsive #sidebar ul, .responsive .sidebar ul {
		margin-left: 30px;
	}
	
	.responsive #content .menu li,
	.responsive .widget-custom-post-feed li {
		width: 100% !important;
	}
	
	.responsive #widget-content-2637,
	.responsive.page-template-frontpage #widget-content-2573,
	.responsive label[for="age-from"], .responsive label[for="age-to"], .responsive label[for="level"] {
		display: none;
	}

	
}

html.js input[type="submit"], html.no-js .entry-social {
	display: none;
}

		
/*////////////////////////////////////////////////////////////////////////////*/
/*/ HIDES ////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/
	
.button_feed,
.site-screenshot,
#widget-content-2637 .widget-title
{ display: none; } 

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}/library/style/css/responsive.css/*</html>