/*
Theme Name: triptic - Mijn tijd voor de zorg
Theme URI: http://www.mijntijdvoordezorg.nl/
Description: Custom WordPress theme for ActiZ - mijntijdvoordezorg.nl
Version: 1.0
Author: triptic
Author URI: http://www.triptic.nl/
Tags:
*/



/* Begin Typography & Colors */
.widecolumn .entry p {
    font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
    line-height: 1.4em;
}

.widecolumn {
    line-height: 1.6em;
}

/* .narrowcolumn .postmetadata { text-align: center;  } */

small {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
}
*/

#headerimg .description {
    font-size: 1.2em;
    text-align: center;
}

h2.pagetitle {
    font-size: 1.6em;
}

#sidebar h2 {
    font-family: 'Lucida Grande', Verdana, Sans-Serif;
    font-size: 1.2em;
}



.entry p a:visited {
    color: #b85b5a;
}

.sticky {
    background: #f7f7f7;
    padding: 0 10px 10px;
}
.sticky h2 {
    padding-top: 10px;
}


#sidebar {
    font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

/*
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
    color: #777;
}
*/

code {
    font: 1.1em 'Courier New', Courier, Fixed;
}

/*
acronym, abbr, span.caps
{
    font-size: 0.9em;
    letter-spacing: .07em;
}
*/
/*
a, h2 a:hover, h3 a:hover {
    color: #06c;
    text-decoration: none;
}
*/
#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
}

#wp-calendar a {
    text-decoration: none;
}

#wp-calendar caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}
/* End Typography & Colors */

/* Begin Structure */
body {
    margin: 0 0 20px 0;
    padding: 0;
}

#page {
    background-color: white;
    margin: 20px auto;
    padding: 0;
    width: 760px;
    border: 1px solid #959596;
}

#header {
    background-color: #73a0c5;
    margin: 0 0 0 1px;
    padding: 0;
    height: 200px;
    width: 758px;
}

#headerimg {
    margin: 0;
    height: 200px;
    width: 100%;
}

.narrowcolumn {
    float: left;
    padding: 0 0 20px 45px;
    margin: 0px 0 0;
    width: 450px;
}

.widecolumn {
    padding: 10px 0 20px 0;
    margin: 5px 0 0 150px;
    width: 450px;
}

.post hr {
    display: block;
}

.widecolumn .post {
    margin: 0;
}

/*
.narrowcolumn .postmetadata {
    padding-top: 5px;
}
*/
/*
.widecolumn .postmetadata {
    margin: 30px 0;
}
*/
.widecolumn .smallattachment {
    text-align: center;
    float: left;
    width: 128px;
    margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
    text-align: center;
    margin: 5px 0px;
}

.postmetadata {
    clear: both;
}

.clear {
    clear: both;
}

/* End Structure */

/* Begin Headers */

h2.pagetitle {
    margin-top: 30px;
    text-align: center;
}

#sidebar h2 {
    margin: 5px 0 0;
    padding: 0;
}

h3.comments {
    padding: 0;
    margin: 40px auto 20px ;
}
/* End Headers */

/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
}

/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}
/* End Images */

/* Begin Lists
   Special stylized non-IE bullets
   Do not work in Internet Explorer, which merely default to normal bullets. */


html>body .entry ul {
    margin-left: 0px;
    padding: 0 0 0 30px;
    list-style: none;
    padding-left: 16px;
    /* text-indent: -10px; */
}

html>body .entry li {
      margin: 3px 0 3px 0px;
      list-style-type:square

}
/*
.entry ul li:before, #sidebar ul ul li:before {
    content: "\00BB \0020";
}
*/
.entry ol {
    padding: 0 0 0 35px;
    margin: 0;
}

.entry ol li {
    margin: 0;
    padding: 0;
}

.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
    margin: 0;
    padding: 0;
}

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
    margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
    margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
    margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
    list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0;
}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
    margin: 10px auto;
    padding: 5px 3px;
    text-align: center;
}

#sidebar #searchform #s {
    width: 108px;
    padding: 2px;
}

#sidebar #searchsubmit {
    padding: 1px;
}

/* End Form Elements */

/* Begin Comments*/

/* End Comments */

/* Begin Sidebar */
#sidebar
{
    padding: 20px 0 10px 0;
    margin-left: 545px;
    width: 190px;
}

#sidebar form {
    margin: 0;
}
/* End Sidebar */

/* Begin Calendar */
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
}

#wp-calendar caption {
    text-align: center;
    width: 100%;
}

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    background-color: #fff; }
/* End Calendar */

/* Begin Various Tags & Classes */
/*
acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}
*/
blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
    display: none;
}

a img {
    border: none;
}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/* End captions */


html             { height: 100.01%; }
body             { height: 100%; font-family: arial, helvetica, sans-serif; font-size: 73%; background: #ffffff; }

/* reset */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, a, img, em, strong, sub, sup, ol, ul, li, dl, dt, dd,  form, label, legend { border: 0; outline: 0; margin: 0; padding: 0; }
ol, ul { list-style: none; }

p { clear: both; }

/* mainpositioning */
div.wrapper         { position: relative; margin: 0 auto; width: 980px; background: #ffffff; line-height: 1.6em;  }
div.top             { height: 224px; background-color: #ffffff; border-bottom: 6px solid #ffffff; }
div.main            {  }
div.content         { float: left; width: 610px; margin: 6px 0; overflow: hidden; }
div.side            { float: right; width: 360px; }
div.foot            { clear: both; padding-top: 6px; background-color: #ffffff; border-top: 6px solid #ffffff; width: 980px; height: 100px;}

div.foot div.padbox { padding: 10px 26px 26px 40px;}

div.foot ul { float: right; }
div.foot ul                  {  }
div.foot ul li               { float: left; }
div.foot ul li a             { float: left; display: block; padding: 0 8px; text-decoration: none; border-left: 1px solid #7f7f7f; line-height: 1em; text-transform: lowercase; color: #7f7f7f; text-decoration: none; font-size: 1em; }
div.foot ul li a:hover { color: #ed1c24; }
div.foot ul li.first a       { border: none; }

div.introbox    { padding: 15px 40px 10px 40px; background-color: #ffffff; border-bottom: 6px solid #ffffff; margin: 0px; width: 900px; }
div.intro       { float: left; width: 560px; }
div.introimage  { float: right; width: 300px;  }

img.sideimage  { margin:15px 20px; }

div.searchbox { position: absolute; top: 176px; right: 40px; }
div.searchbox input { border: 1px solid #CCCCCC; }
div.searchbox #searchsubmit { border: 1px solid #00addc; color: #00addc; background: #ffffff;  }

ul.menu                  { padding: 20px 0 0 40px; }
ul.menu li               { float: left; }
ul.menu li a             { float: left; display: block; padding: 1px 8px; text-decoration: none; border-left: 1px solid #00addc; line-height: 1em; text-transform: lowercase; color: #000000; text-decoration: none; font-size: 1.2em;  }
ul.menu li a:hover { color: #ed1c24; }
ul.menu li.first a       { border: none; }
ul.menu li.page-item-2 a { border: none; }
ul.menu li.current_page_item a { color: #ed1c24;  }

/* styling */
a { color: #00addc; text-decoration: underline;  }
a:hover { color: #ed1c24; }

div.padbox { padding: 20px 26px 26px 40px; margin-right: 5px; }
h1 { color: #ed1c24; font-size: 2.2em; padding-bottom: 12px; line-height: 1.2em;  }
h1 a { color: #ed1c24; text-decoration: none; }
h1 a:hover { text-decoration: underline; }
h2 { color: #00addc; font-size: 1.6em; padding-bottom: 8px; }
h2.side { color: #ed1c24; }
h3 { color: #000000; font-size: 1.4em; }
h4 { color :silver; }
h5 { color: #00addc; font-size: 1.2em; }

div.content h2 { padding: 16px 0px 8px 0px; }

.post { }
.postmetadata { padding-bottom: 8px; font-size: 0.9em; color: #7f7f7f; }

ul.twitter {}
ul.twitter li h3 {color: #000000; font-size: 1.5em; padding-bottom: 12px; width: 400px; }
ul.twitter li a.twitter-link { font-size: 0.9em; color: #000000; padding-right: 20px; }
ul.twitter li span.twitter-timestamp { font-size: 0.9em; padding-right: 20px; }

hr { clear: both;  }


.navigation { display: block; text-align: center; padding-bottom: 10px; }
div.meta { }
div.meta span { padding-right: 20px; font-size: 0.9em; }
div.meta span a { color: #000000;  }

a.comment-edit-link { margin: 0; }

.alt                    { }
ul.commentlist          { margin: 0; }
.commentlist li         { margin: 8px 0px 13px 0; list-style: none; padding: 0 0 0 20px; width: 550px; }
.commentlist li ul li   { margin-left: 4px; width: 92%; border-left: 1px dotted #00ADDC; background-image: none;  }
.commentlist p          { margin: 10px 5px 10px 0; }
.children               { padding: 0; }

.nocomments { text-align: center; margin: 0; padding: 0; }

div.side div.padbox { padding: 20px 20px 26px 20px; }
a.linkbutton { border: 1px solid #00addc; font-weight: bold; color: #00addc; background: #ffffff; font-size: 1.1em; padding: 4px 10px; text-decoration: none; display: inline-block; clear: both;  }
div.entry p a.linkbutton:visited { color: #00addc; }
div.entry p a.linkbutton:visited:hover,
a.linkbutton:hover { color: #ed1c24; border: 1px solid #ed1c24; }
div.entry a.linkbutton { margin-top: 10px; }

div.side div.leftside   { float: left; width: 200px; }
div.side div.rightside  { float: right; width: 100px; }
div.side ul.busloc { margin: 16px 0; }
div.side ul.busloc li { clear:both; font-size: 1em; margin-top: 1px; }
div.side ul.busloc li.odd { background: #e5e5e5; }
div.side ul.busloc li.even { background: #ffffff; }
div.side ul.busloc li.active { background-color:#f5c805; }
div.side ul.busloc li a { display:block; padding: 4px; color: #000000; text-decoration:none; }
div.side ul.busloc li a:hover { color:#ffffff; background-color:#1f3f97; }
div.side ul.busloc span.eventdate { font-size: 0.9em; display:inline-block; float:left; width:85px;  }
div.side ul.busloc span.eventname { }
div.side div.busbord { width: 100px; text-align: center; font-size: 0.8em; line-height: 1.1em; }
div.side div.busbord strong { font-size: 1.2em; }
div.side div.busbord span { padding: 0 8px; }

ul.dbem_events_list span.listeventdate { margin-right:20px; }
ul.dbem_events_list span.listeventname { }

div.side ul.postcat { padding-bottom: 8px;; }
div.side ul.postcat li { padding: 1px 0; font-size: 0.9em; line-height: 1.2em;  }
div.side ul.postcat li a { color: #000000; text-decoration: none; clear: both; }
div.side ul.postcat li span.postcatdate { display: block; float: left; width: 80px; }
div.side ul.postcat li span.postcattitle {  }

/* commentsform */
#commentform input { width: 300px; padding: 2px; }
#commentform { margin: 26px 0 40px 0; width: 510px; padding: 0; }
#commentform textarea { width: 504px; padding: 2px; border: 1px solid #00addc; }
#respond:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#commentform #submit { width:auto; float: right;  border: 1px solid #00addc; margin-top:10px; font-weight: bold; color: #00addc; background: #ffffff; font-size: 1.1em; }
#commentform label { display:block; float:left; font-weight:bold; padding:2px; width:200px; }
#commentform label span { font-weight: normal; }
#commentform .reqtxt,
#commentform .emailreqtxt  { color: #7f7f7f; font-style: italic; float:right;  }

form input.button {  border: 1px solid #00addc; font-weight: bold; color: #00addc; background: #ffffff; font-size: 1.1em; padding: 2px 10px; text-decoration: none; }
form input.button:hover { color: #ed1c24; border: 1px solid #ed1c24; }
#commentform input { border: 1px solid #00addc; padding: 2px; }
#commentform small { font-size: 1em; font-weight: bold;}

/* cforms dos */
form.cform { margin: 26px 0 40px 0; width: 510px; padding: 0; }
form.cform ol,
form.cform li { list-style: none; padding: 0; margin: 0; display: block; clear: both; }
form.cform li { border-top: 8px solid #ffffff; }

form.cform fieldset { border: none; margin: 0; padding: 0; }
form.cform legend { font-size: 1.6em; color: #00addc; font-size: 1.6em; }
form.cform label { display: block; width: 200px; font-weight: bold; float: left; padding: 2px; 5px 2px 0px; line-height: 1.2em; min-height: 20px; }
* html form.cform label { height: 20px; }
form.cform input.single { padding: 2px; border: 1px solid #00addc; width: 300px; }
form.cform textarea.area { padding: 2px; border: 1px solid #00addc; width: 300px; }
form.cform input.sendbutton { display: block; float: right;  border: 1px solid #00addc; font-weight: bold; color: #00addc; background: #ffffff; font-size: 1.1em; padding: 2px 10px; text-decoration: none; }
form.cform input.sendbutton:hover { color: #ed1c24; border: 1px solid #ed1c24; }
.entry form.cform li { margin: 0px; list-style: none; }
form.cform .reqtxt,
form.cform .emailreqtxt  { color: #7f7f7f; font-style: italic; float:right;  }

.succes,
.failure  { font-weight: bold; display: block; text-align: center; margin: 10px;  color: #ed1c24; font-size: 1.2em;   }

/* tweet post */
div.tweet {  }
div.tweet h1 { color: #000000; width: 300px; font-size: 1.6em; }
div.tweet h1 a { color: #000000; }

/* Sociable */
div.sociable { position:relative; float:right; margin: 20px 0 0 0; font-size:0.9em; clear: both; }
div.sociable_tagline { float:left; }
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* opmaak locaties */
div.locmap { padding:5px; background: #f5c805;  }

/* polls override */
.wp-polls h3 { padding: 10px 0; }
.wp-polls .wp-polls-ans ul { margin-left: 0px; }

