/*
Theme Name: Lindbaum Business
Theme URI:
Description: Das Lindbaum Business Theme inkl. Modifikationen für den Synchronsprecher-Verband
Version: 1.0
Author: Lindbaum
Author URI: www.lindbaum.de



/******************************************
*   HTML Elements
******************************************/

* {
    margin:0;
    padding:0;
    }

body,html { min-height:101%; }

body {
    background:url("images/backgrounds/bg2.png") repeat-x #e5f1f8;
    color: #333;
    padding: 13px 0 25px 0;
    }

body, select, input, textarea {
    font-family: 'Droid Sans',sans-serif,Arial,Helvetica;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    }
form {
    padding:10px 0 10px 80px;
}
form label {
    margin-left:-80px;
}
form input[type=submit] {
    float:right;
    margin:10px
}
input[type=checkbox] {
    cursor:pointer;
}
input[type=text], textarea {
    width:300px
}
textarea {
    height:250px;
}
label {
    color: #000000;
    font-size: 1.1em;
    font-weight: bold;
    margin: 10px 5px 5px 0;
    display:block;
    text-decoration: underline;
}

p {	margin: 15px 0;	}


hr {
    display: block;
    height:1px;
    background:#333;
    border:0;
    }

small {
    font-size: 0.9em;
    padding:3px 6px;
    }


/******* Hyperlinks ********************/

/* standard link behaviour */
a:link, a:active, a:visited {
    color:#333;
    text-decoration:none;
    }
a:hover	{
    color:#333;
    text-decoration: none;
    }

.blogtitle a { text-decoration: none; }

/* Title area links */
.title:link, .title:active, .title:visited {
    color: #0095D0;;
    text-decoration: none;
    }
.title:hover {
    color: #0095D0;;
    text-decoration: underline;
    }

/* HTML headline links */
h3 a:link, h3 a:active, h3 a:visited  {text-decoration:none;}
h3 a:hover {text-decoration:underline;}

h4 a:link, h4 a:active, h4 a:visited  {color:#666; text-decoration:none;}
h4 a:hover {text-decoration:underline;}


/* Links in the sidebar */
.subnav li a:link, .subnav li a:visited { /* .subnav is the categories list */
    background: #fff;
    display:block;
    padding:4px 4px 4px 20px;
    border-bottom: 1px solid #999;
    }

.subnav li a:hover, .subnav li a:active {
    background: #F4F4EC;
    text-decoration:none!important;
    }

#sidelist a:link, #sidelist a:active, #sidelist a:visited {text-decoration:none;}
#sidelist a:hover {text-decoration:underline;}
#sidelist .children li a, #sidelist .children li a:visited {
    padding:2px 2px 2px 0px;
    border:0;
    background:#F4F4EC;
    color: #666;
    }
#sidelist .children li a:hover, #sidelist .children li a:active	{
    color:#000;
    text-decoration:none!important;
    }

/* Links in unordered lists */
.bullets li a { text-decoration:none!important;	}
.bullets li a:hover { text-decoration:underline!important;	}

/* How tags appear */
.tags a {text-decoration:none;}
.tags a:hover {text-decoration:underline;}

/* Links within comments metadata (date, Author etc.) */
.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited  {text-decoration:none;}
.commentmetadata a:hover {text-decoration:underline;}

/* Links in the footer */
#footer a {text-decoration: none;}
#footer a:hover	{text-decoration: underline;}



/******************************************
*   Images
******************************************/

/*** default image behaviour ***/
img {padding:1px; border:0px solid #333 !important; }


/*** WordPress specific image classes ***/
.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
margin: 4px 15px 5px 0;
}

.alignright {
float: right;
}

.wp-caption {
   text-align: center;
   background-color: #fff;
   margin-top:5px;
   margin-bottom:0px;
}

.wp-caption img{
   padding:2px;
   border:1px solid #999;
}

.wp-caption img:hover{
   border:1px solid #333;
}

.wp-caption p.wp-caption-text {
   color:#666;
   font-size: 10px;
   line-height: 12px;
   padding: 7px 4px 2px 5px!important;
   margin: 0!important;
}



/******************************************
*   General Structure
******************************************/

#page { /*the main container*/
    width:860px;
    margin:0 auto;
    background:#fff;
    padding: 0 0 35px 0;
    border-radius: 15px;
    border-top: 1px solid #717171 ;
    border-left:1px solid #717171 ;
    border-right:1px solid #717171 ;
    border-bottom:1px solid #717171 ;
    }

#branding {/*where the logo sits*/
    width:860px;
    height:246px;
    margin-top:0px;
    background:url(images/backgrounds/header_v3.png) no-repeat;
    }


#logo {
    width:318px;
    height:188px;
    border:0;
    margin:35px 0 0 80px;

}

#logo img {
    border:0;
}

.left {
    float:left;
    }

.right {
    float:right !important;
    }

#sidebar {/*you guessed it: it´s the sidebar container*/
    width: 250px;
    float:right;
    }

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
    width:287px;
    border-right:1px solid #b6b6b6;
    padding-right:18px;
    }

#leftcol, #rightcol {
    margin-top:10px;
    float:left
    }

#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
    width:277px;
    padding-left:18px;
    margin-top: -2px;
    text-align:justify;
    }



/******************************************
*   Sidebar
******************************************/

.subnav li {/*.subnav is mainly the categories list*/
    list-style:none;
    }

#sidelist li {
    list-style:none;
    }

.bullets li {
    margin:0 0 5px 15px;
    list-style:square;
    }

#sidelist .bullets li {
    list-style:square;
    margin-bottom:5px;
    margin-left:22px;
    }

#sidelist .children {
    background:#F4F4EC;
    }

#sidelist .children li {
    background: #F4F4EC;
    list-style: none;
    margin-left:15px;
    padding-left:15px;
    border-bottom:1px solid #fff;
    }

#sidelist .feed li{
    margin-bottom:5px;
    padding-left:20px;
    background:url(images/rss.gif) no-repeat;
    }


/******************************************
*   Headlines
******************************************/

.blogtitle, .blogtitle a {
    color: #000;
    font-size: 1.8em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: regular;
    padding: 20px 0px 10px 0px;
    }

h1 {
    color: #008bc0;
    font-size: 1.8em;
    font-family: Helvetica Bold Condensed, sans-serif;
    font-weight: bold;
    margin: 0px 10px 0px 0px;
    padding:5px 0 0;
    }

h2 {
    color: #008bc0;
    font: 1.8em;
    padding-bottom:8px;
    border-bottom:1px solid #666;
    margin: 20px 0 10px;
    }

h3 {
    letter-spacing:0.1em;
    font-weight:bold;
    color: #008bc0;
    margin:10px 0 4px 0;
    }

#sidebar h2, #sidebar h3 a {

    letter-spacing:0.3em;
    text-transform:uppercase;
    margin-bottom:4px;
    font-weight:bold;
    color: #008bc0;
    }

#sidebar h3, #sidebar h2 {
    border-bottom:1px solid #666666;
    padding-bottom:8px;
    margin:20px 0 15px 0;
    color: #008bc0;
    }

h3#respond {
    font-size:1.1em;
    border-top:1px solid #666;
    margin-top:25px;
    padding-top:20px
    }

h3#comments {
    margin-top:32px
    }

h3 a:link, h3 a:visited {
    color: #666;;
    }

h4 {
    font-size:1.2em;
    margin-bottom:6px;
    }



/******************************************
*   Content
******************************************/

#content {
    width:552px;
    float:left;
    padding:0 20px 10px 30px;
    position:relative;
}
#content.one_col_content {
    width:800px;
    padding:0 30px 10px;
}
.description {
    font-size: 1.3em;
    font-weight: bold;
    color:#999;
    }

/* Featured Articles formatting "leftcol" */

.feature {
    background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
    padding:15px;
    border: 1px solid #ccc;
    }

.feature p, #rightcol p { margin:0;	}

#leftcol img, #rightcol img {
    padding:1px;
    border:1px solid #999;
    }

#leftcol .feature {	margin-bottom: 15px; }

/* Formating of the Leadstory stuff in the tabbed section */

#leadpic {
    float:left;
    margin: 0 18px 8px 0;
    padding:1px;
    border: 1px solid #999;
    }

.title, a.title  {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:1.1em;
    font-weight:bold;
    color: #0095D0;;
    letter-spacing:normal;
    }

#lead p {
    margin-bottom:10px;
    }

.read-on a { /* This can be used to format the "[...]" link in the lead story */
    color:#0095D0!important;
    text-decoration:none;
    }

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

/* Formating of "rightcol" which is the column in the homepage middle ;-) */

#rightcol img {
    float:left;
    margin:3px 10px 4px 0;
    }

#leftcol img {
    margin-bottom: 4px;
    display:block
    }

#rightcol .clearfloat {
    border-bottom:1px solid #999;
    padding:12px 0;
    }



/* Post Formatting */

.entry {
    padding-bottom:28px;
    text-align:left;
    }

.post blockquote {
    color:#666;
    background:#F4F4EC;
    padding:6px 14px;
    margin:18px 35px;
    border-right:1px solid #DDD;
    border-bottom:1px solid #DDD;
    }

.post ul li {
    margin-bottom:5px;
    margin-left:42px;
    }

.post ol li {
    margin-bottom:5px;

    margin-left:48px;
    }

#tags {
    padding:3px;
    border-bottom:1px solid #DDD;
    border-top:1px solid #DDD;
    }

.postmetadata {
    font-size:0.9em;
    margin:0 0 10px 0;
    padding:5px 10px;
    background:#F4F4EC;
    border-top:1px solid #E6E3D3;
    border-bottom:1px solid #E6E3D3;
    }


/* Form Elements */

select {
    background:#fff;
    border:1px solid #aaa;
    }


#searchform { 	padding:16px 5px 0 0; 	}

.button, a.button {
    float:left;
    padding: 5px 10px;
    font-weight:700;
    background:#008BC0;
    color:#fff;
    border:none;
    border-radius:2px;
    cursor:pointer;
    margin:0 5px 0 0;
}
.button.delete:hover {
    background:#e20000;
}
.button:hover {
    background:#666;
    color:#FFF;
    text-decoration:none
    }
.mg-bottom {
    margin-bottom:15px !important;
}
#commentform input {
    width: 170px;
    margin: 5px 5px 1px 0;
    }

#commentform textarea {
    width: 100%;
    margin-top:5px;
    }



/* Comments*/

.commentlist {
    padding-left:30px;
    }

.commentlist li {
    margin: 15px 0 3px;
    padding: 8px 15px 10px 15px;
    background:#F4F4EC;
    border:1px solid #E6E3D3;
    }

.commentlist blockquote {
    color:#666;
    background:#fff;
    padding:6px 14px;
    margin:18px 35px;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    }

#commentform small {
    background:#FFF;
    font-weight:bold;
    padding:0;
    }

.commentmetadata {
    display: block;
    }

.commentlist small {
    background:#fff;
    border:1px solid #E6E3D3;
    }



/* Float Properties*/

.clearfloat:after {
    display:block;
    visibility:hidden;
    clear:both;
    height:0;
    content:".";
    }

.clearfloat {
    display:inline-block;
    }

.clearfloat {
    display:block;
    }


/******************************************
*   Footer
******************************************/

#footer {
    margin: 0 auto;
    width: 900px;
    font-size:0.9em;
    text-align:center;
    padding-top:15px;
    color:#FFF;
    }

#footer a {
    color:#0080c5;;
    }


.lavaLampBottomStyle li {
    float: left;
    list-style: none outside none;
}
.lavaLampBottomStyle li.back {
    border-bottom: 2px solid #003B5E;

    height: 30px;
    position: absolute;
    width: 4px;
    z-index: 8;
    background:#fff;
       padding:0 0 26px 0;
}
.lavaLampBottomStyle li a {
    color: #336699;
    display: block;
    float: left;
    height: 16px;
    letter-spacing: 0;
    outline: medium none;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 7px;
    z-index: 10;
}
.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
    border: medium none;
}
.lavaLampBottomStyle li a:hover {
    color: #666666;
    font-style: italic;
    text-decoration: none;
}
#test {
    margin: 0 0 0 290px;
    padding: 0 0;
    position: relative;
    top: 20px;
    z-index: 40;
}
.datum {
    margin-bottom:-15px;
    color:#717171 !important;
}
h2 a {
    color:#0095d0 !important;
}
.newslist p {
    margin-top:-10px !important;
    margin-bottom:5px;
}
#logos {
    margin: 0 auto;
    width:900px;
    text-align:right;
}
#logos img {
    opacity:0.7;
    position:relative;
    top:-25px;
    right:20px;
}
#logos img:hover {
    opacity:1;
}
fieldset {
    border:0;
}
.exc-link {
    color:#008BC0 !important;
}
#sidebar li.news p {
    margin:0 0 10px 0 !important;
}
.top {
    padding:0 0 5px 20px;
}
.inner {
    position:relative;
    float:left;
    height:300px;
    width:820px;
    margin:20px 0 20px 0;
    left:-15px;
}
.inner2 {
    position:relative;
    float:left;
    height:210px;
    width:760px;
    margin:20px 0 20px 0;
}
.project {
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 10px #AAAAAA;
    margin: 10px 0;
    padding: 10px;
    float:left;
    width:780px
}
.inner .wp-caption, .inner2 .wp-caption {
    position:absolute;
    bottom:0;
}
 .h_inner {
    text-align:center;
    border-bottom:1px solid #008BC0;
    width:815px !important;
    margin:5px 0 !important;
    position:relative;
}
.task_head, .member_head {
    border-bottom:1px solid #333;
    width:100%;
    float:left;
    position:relative;
}
.task, .member {
    width:100%;
    border-bottom:1px solid #aaa;
    float:left;
    position:relative;
    overflow:hidden;
}
.task.expired {
    background:#FAEBE7 !important;
    border:1px solid #F16048;
    margin-left:-1px;
}
.task.expired .task_name {
    padding-left:25px;
    width:86px;
    background:url("images/achtung.png") 5px 5px / 16px no-repeat transparent;
}
.task:nth-of-type(even), .member:nth-of-type(even) {
    background:#f3f3f3;
}
.task.past, .task.past .task_member, .task.past .button {
    background: none repeat scroll 0 0 #EDEDED !important;
    color: #AAAAAA;
}
.past a {
    display: none;
}
.task.current {
    font-weight: bold;
}
.option {
    color:#FFA500;
    font-weight:bold;
}
optgroup option {
    padding: 0 0 0 30px;
}
.member > span, .member_head > span {
    display:block;
    width:146px;
    height:35px;
    font-size:0.9em;
    float:left;
    border-right:1px solid #aaa;
    padding:5px;
}
.task > span, .task_head > span {
    display:block;
    width:106px;
    height:35px;
    font-size:0.9em;
    float:left;
    border-right:1px solid #aaa;
    padding:5px;
}
.task span.episodenumber, .task_head span.episodenumber {
    width:50px;
}
.task span.buttons {
    width:236px;
    border-right:0;
}
.member_skills {
    width: 469px !important
}
.task .task_member {
    text-align:center;
}
.task .task_member > .requested {
    color:#FFA500;
}
.task .task_member > .confirmed {
    color:#00FB00
}
.project_date {
    color:#000;
    font-weight:500;
    font-size:12px;
}
.alternate {
    text-align:right;

}
#mail_contents {
    border-left: 1px solid #0095D0;
    padding: 10px 5px 0 20px;
    text-align: left;
    width: 420px;
    position:relative;
}
.loader {
    top:0;
    left:0;
    height:100%;
    width:100%;
    position:absolute;
    background:rgba(255,255,255,0.7);
    z-index:1000;
}
.loader img {
    position:absolute;
    left:50%;
    top:50%;
    margin:-33px 0 0 -33px;
}
/*
 * messages
 */
.success {
    background: none repeat scroll 0 0 #EFF5EA;
    border: 1px solid #95A486;
    border-radius: 3px 3px 3px 3px;
    color: #3D6611;
    padding: 10px;
    margin:10px 0;
}
.hint {
    background: none repeat scroll 0 0 #fffbf0;
    border: 1px solid #ffd967;
    border-radius: 3px 3px 3px 3px;
    color: #3d6611;
    padding: 10px;
    margin:10px 0;
}
.error {
    background: none repeat scroll 0 0 #faebe7;
    border: 1px solid #f16048;
    border-radius: 3px 3px 3px 3px;
    color: #df280a;
    padding: 10px;
    margin:10px 0;
}
.hint h3, .success h3, .error h3 {
    color: #333333;
    margin: 0 0 5px;
}
/*
 * skill filter on member page
 */
#skill_filter {
    float:left;
    margin:15px 0;
}
.skill-list {
    width:260px;
    margin:10px 0;
}
#member_info .skill-list {
    margin: 10px 0;
    width: 240px;
}
#skill_filter .skill {
    background:#ededed;
    float: left;
    margin: 2px;
    padding: 5px;
    cursor:pointer;
    color:#666;
    width:145px;
}
#skill_filter .skill:hover {
    background:#666;
    color:#fff
}
#skill_filter .skill.active {
    color:#fff;
    background:#008BC0;
}
#members_area {
    position:relative;
    float:left;
    width:100%;
}
#member_info {
    position:relative;
    float:left;
}

/*
 * login form frontend styles
 */
#loginform {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0 4px 10px -1px rgba(200, 200, 200, 0.7);
    font-weight: normal;
    padding: 26px 24px 46px;
    width:300px;
    margin:20px auto;
}
#loginform label {
    color: #777777;
    font-size: 14px;
    margin-left:0;
}
#loginform .input, #loginform input[type="text"] {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E5E5E5;
    box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
    color: #555555;
    font-size: 24px;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px;
    width: 100%;
}
.toggle {
    cursor:pointer;
}
.b2b-page-grid .b2b-calendar .b2b-has-events .b2b-day-number {
    display: block;
    float: left;
    font-size: 1em;
    font-weight: bold;
    height: 20px;
    text-align: left;
    width: 100%;
}
.b2b-page-grid .b2b-calendar .b2b-event-info {
    border: 0 none;
    display: block;
    font-size: 1em;
    line-height: 1em;
    padding-right: 5px;
    text-align: left;
}
.b2b-event-info ol li {
    margin-left:20px;
}
.b2b-event-info .b2b-tooltip-event {
    background:none;
    font-weight:normal;
    letter-spacing:-0.05em
}
.b2b-calendar {
    width:800px;
    margin:0 0 20px 0;
}
.b2b-calendar .calendar_head {
    float: left;
    height: 35px;
    margin: 0 0 10px;
    text-align: center;
    width: 800px;
    padding:5px 0 0;
}
.b2b-calendar .b2b-month-title {
    font-size: 1.8em;
    font-weight: bold;
    text-decoration: underline;
}
.b2b-select-menus {
    float: right;
    margin: 5px 0 0 60px;
}
.b2b-select-menus select {
    margin:0 10px 0 0;
}
.b2b-select-menus .button {
    margin-top:-4px;
}
.b2b-calendar .b2b-day {
    position:relative;
    border: 1px solid #333;
    border-width:0 1px 1px 0;
    float: left;
    height: 162px;
    width: 110px;
}
.b2b-calendar .b2b-day.weekend {
    background:#efefef;
}
.b2b-calendar .day-name {
    width:110px;
    float:left;
    border:1px solid #fff;
    text-align:center;
    font-weight:bold;
    text-decoration:underline;
}
.b2b-day.empty {
    border-color: #FFFFFF;
}
.b2b-day-number {
    border-bottom: 1px solid #333;
    display: block;
    height: 18px;
    width: 110px;
}
.event {
    color:#000;
    padding: 1px;
    position:absolute;
    width:106px;
    border:1px solid #333;
    cursor:pointer;
    line-height:1em;
    overflow:show;
}
/*
 * Event backgrounds
 */
.event.portal-event, .event.gc-event, #fix {
    background: none repeat scroll 0 0 #008BC0;
}
.event.transparent.portal-event, #new {
   background: none repeat scroll 0 0 #ff0000;
   border-color: #e20000;
}
.event.gc-event.transparent, #flex {
   background: none repeat scroll 0 0 #66BADA;
}
.event.is-option, #option {
    background: none repeat scroll 0 0 #aaa;
    border-color: #333;
    color: #333333;
}
.event.is-option.transparent, #flex-option {
    background: none repeat scroll 0 #FF8F8F;
    border-color: #333;
    color: #333333;
}
.event .additional {
    position:relative;
    background:#fff;
    padding:10px 15px;
    display:none;
    color:#333;
    z-index:99;
    left:108px;
    top:-52px;
    width:191px;
    border:1px solid #999;
    box-shadow:0 0 15px #666;
    line-height:1.3em;
    float:left;
}
.close {
    float: right;
    padding: 1px 5px;
    text-align: center;
    width: 15px;
}
.close:hover {
    text-decoration:underline;
}
.event .additional .button {
    margin-top:10px;
}
#b2b-prev, #b2b-next {
    background: none repeat scroll 0 0 #008BC0;
    border-radius: 15px 15px 15px 15px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 2em;
    font-weight: 400;
    height: 20px;
    padding: 5px;
    text-align: center;
    width: 20px;
}
#b2b-prev:hover, #b2b-next:hover {
    background:#aaa;
}
#b2b-prev {
    float:left;
    margin:0 10px 0 0;
}
#b2b-next {
    float:right;
    margin:0 0 0 10px;
}
#calendar {
    position:relative;
}
.small {
    font-size:0.8em;
}
.eventtitle {
    border-bottom: 1px solid #CCCCCC;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0 0 5px;
}
#legende {
    float: left;
    margin: 10px 0 15px;
    padding: 10px 0;
    width:800px;
    border-bottom:1px solid #eee;
}
#legende .box {
    float: left;
    height: 40px;
    width: 160px;
}
#legende .box .color {
    float: left;
    height: 40px;
    margin: 0 15px 0 0;
    width: 40px;
    border-width:1px;
    border-style:solid;
}
#legende .box span {
    float: left;
    font-weight: bold;
    margin-top: 4px;
}
.remove-x {
    background: none repeat scroll 0 0 #aaa;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    padding: 0 6px 1px;
    cursor:pointer;
    position:relative;
    top:-1px;
}
.remove-x:hover {
    background:#e20000;
}
#term_data .ui-widget-header {
    width:200px;
}
