/*  
Theme Name: jeroenkuiper.info 
Theme URI: 
Description:  Personal blog with long articles; with categories and pages in a menu bar.
Version: 4.0
Author: Jeroen Kuiper
Author URI: http://www.jeroenkuiper.info
Tags: sidebar right, minimal, simple, valid xhtml, two columns
*/

.iconsprite { 
   background-image: url(images/iconsprite.png);
   background-repeat: no-repeat;
}

.iconsprite-addgoogle { background-position: 0 -30px; } 
.iconsprite-addlive { background-position: 0 -77px; } 
.iconsprite-addmsn { background-position: 0 -124px; } 
.iconsprite-addyahoo { background-position: 0 -168px; } 
.iconsprite-email { background-position: 0 -212px; } /* -215 + 3*/
.iconsprite-external-link { background-position: 0 -261px; } 
.iconsprite-feed { background-position: 0 -303px; }  /* -303 +3 */
.iconsprite-icon_pdf { background-position: 0 -344px; } /* - 347 + 3*/


.iconsprite-twitter {
   background-image: url(images/t_mini-b.png);
   background-repeat: no-repeat;
}

.iconsprite-addgoogle { 
  width: 104px;
  height: 17px;
} 
.iconsprite-addyahoo { 
  width: 91px;
  height: 17px;
} 
.iconsprite-addlive { 
  width: 92px;
  height: 17px;
} 
.iconsprite-addmsn { 
  width: 71px;
  height: 14px;
} 

html {
  overflow-y: scroll; /* always show vertical scrollbar. (Not strict CSS2.1, though FF and IE support it) */ 
}

body {
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 1.0em;
  padding: 0;
  margin: 0;
  background-color: #888;
}
#page{
  width:1000px;
  margin: auto;
  background-color: white;
}

a[rel="external"] {
   background-image: url(images/iconsprite.png);
   background-repeat: no-repeat;
   background-position: 0 -258px; /* iconsprite-external  -261 + 3*/
   padding-left: 14px;  
}

.floatL {
  float: left;
}
.floatR {
  float: right;
}
.clearfloat, .floatClear, .clear {
  clear:both;
}
/*  ---------------------------------------------------------------------------------------------------
HEADER
 ------------------------------------------------------------------------------------------------------ */
#header {
  text-align: left;
  padding-bottom: 10px;
  font-family: Calibri,Helvetica,Arial,sans-serif;
}

#header .blogtitle {
  margin: 0px;
  text-transform: uppercase;
  font-size: 1.7em;
  letter-spacing: 5px;
  font-weight: bold;
}

#header .description {
  font-weight: bold;
  font-family: Calibri,Helvetica,Arial,sans-serif;
  font-size: 0.4em;
  margin-left: 5px;
  font-style:italic;
  display:none;
}

#header-left {
  margin-left: 20px;
}

a.pagetitleLink:active, a.pagetitleLink:link, a.pagetitleLink:visited, a.pagetitleLink:hover  {
	color: #54528B;
	  text-decoration: none;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
  display: block; /* so I don't need a surrounding div */
}

a.pagetitleLink:hover {
}

.header-content {
}

.langLink {
 padding: 2px 4px;
}
.langLink a {
   font-size: smaller;
}

/*  ---------------------------------------------------------------------------------------------------
HEADER MENU
 ------------------------------------------------------------------------------------------------------ */
#menu {
  border-top: 2px solid black;
  border-bottom: 1px solid #ccc;
  height: 36px;
  margin-top: 25px;
}

#headermenu {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#headermenu li {
  margin: 0px;
  padding: 0px;
  height: 36px;
  float: left;
  border-right: 1px solid #ccc;
}

#headermenu li a {
   font-family: Georgia, serif;
   font-size: 0.9em;
   text-decoration: none;
   text-transform: uppercase;
   padding: 10px;
   color: black;
   letter-spacing: 1px;
   display: block;
   float:left;
}
#headermenu li a:hover {
   border-bottom-style: none;
    background-color: black;
    color: white;
}

#headermenu h2 {
  padding: 1px 5px 5px;  
  font-size: 1em;
  text-transform: lowercase;
  border-right: 2px solid black;
}

li.searchform {
   padding: 4px 10px;
   float: right;
}

#headermenu li.current-cat a,
#headermenu li.current_page_item a,
#headermenu li a.active_category {
    background-color: #54528B;
    color: white;
}

/*  Search form*/
div.searchform {
  height: 20px;
}

#searchform {
  background: transparent url(images/bg_search_full2.png) no-repeat;
  height: 22px;
}
#searchform #s {
  width: 180px;
  height: 22px;
  margin-left:30px;
  border: none;
  background:none;
}

 .blurText {
  color: #99b;
}
#searchsubmit {
  padding: 1px;
} 

#tagmenu {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
a[rel="tag"].selected-tag {
    border: 1px solid #54528B;
    background-color:white;
    color: black;
}

/*  ---------------------------------------------------------------------------------------------------
CONTENT
 ------------------------------------------------------------------------------------------------------ */

#content {
  width: 630px;
  margin-top:0px;
  float: left;
  padding:10px;
  margin-bottom:10px;
   background-color: white;
 }

 #posts {
    border-top: 1px solid black;
 }
 
.post-container {
    margin-bottom: 25px;
    border-top: 1px solid black;    
}

.post-second {
    float: left;
    width: 300px;
    height: 450px;
    margin-right: 10px;
}

.postdata {
   padding: 5px 10px;
}

.postdata-content {
   text-align: right;
line-height:30px;
 }

.categoriesInPostTitle {
  font-size: 0.7em;
  font-family: Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

a.categoryInPostTitle {
	color:black;
}

.post-title {
    font-size: 1.5em;
    letter-spacing: 0.25px;
}

.post {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.multipost {
}


.entry {
  margin: 0;
  padding: 0;
  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 22px;
}
.navigation {
  padding: 10px 0 60px;
  line-height: 1.5em;
}
img.centered {
  margin: 0 auto 0;
  display: block;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  margin: 0 10px 0 0;
  padding: 4px 0 0 0;
  float: left;
  display: inline;
}

.alignright {
  margin: 0 0 0 10px;
  padding: 4px 0 0 0;
  float: right;
  display: inline;
}
#footer {
}
#footer p {
}

/* Useful classes */

.center {
  text-align: center;
}
.inline {
  display: inline;
}
.hidden {
  display: none;
}

/*  sort of location indication*/
.archivetype {
  padding: 5px;
  float: right;
  font-size: 0.8em;	
  font-family: Georgia, serif;
  height: 30px;
}

.archivetype p {
  margin:0px;
}

.breadcrumb {
}
 .breadcrumb span.category {
   text-transform: uppercase;
}
.breadcrumb a, .breadcrumb a:hover{
   text-transform: uppercase;
   color: black;
}

.navlink {
  padding: 5px;
  font-size: 0.9em;	
  text-align: center;
  border-top: 2px solid black;
  border-bottom: 1px solid black;
  text-transform: uppercase;
}

.navlink a, .navlink a:hover {
    color:black;
}


/*  ---------------------------------------------------------------------------------------------------
SIDEBAR
 ------------------------------------------------------------------------------------------------------ */
#headerbar {
  width: 200px;
  list-style-type: none;
  float: right;
}
#headerbar li {
  list-style-type: none;
		}

#sidebar {
  width: 300px;
  list-style-type: none;
  float: right;
  padding-left:0px;
  margin-top:40px;
  margin-left:0px;
  margin-bottom:10px;
  padding:10px;
  padding-bottom: 0px;
  background-color: white;
}

h2.widgettitle {
    padding: 1px 5px 5px;  
    font-size: 1em;
    text-transform: uppercase;
  border-top: 2px solid black;
  border-bottom: 1px solid black;
  letter-spacing: 1px;
  text-align:center;
}

#sidebar .widget, #headermenu  .widget {
  margin: 0 0 20px 0;
}

#sidebar ol li {
  list-style: decimal outside;
}
#sidebar p, #sidebar select, #headermenu p {
  margin: 5px 0 8px;
}
#sidebar li ul, #sidebar li div, #headermenu li ul, #headermenu li div {
  padding: 5px;
  margin-left:0px; /*ie6,7*/
}

#sidebar li select  {
  margin: 0px;
  width:100%;
}

#sidebar ul li, #sidebar ol li, #headermenu ul li {
  margin: 3px 0; 
  list-style-type: none;
  height: 20px;
  overflow: hidden;
}
#sidebar ul li:hover {
}
#sidebar ul ul, #sidebar ol {
  margin: 0 0 0 10px;
}
#sidebar form {
  margin: 0;
}

.widget_recent_entries {
  font-family: Georgia, serif;
  font-size: 1.0em;
}

.add-feed {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom:3px;
   display: block;
}
a.add-feed {
  height: 17px;
  overflow:hidden;
  position:relative;
  width: 105px;
}
a.add-feed span {
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width:100%;
}

a.add-feed:hover {
  border-style: none;
}


/*  ---------------------------------------------------------------------------------------------------
PARAGRAPHS AND FONTS
 ------------------------------------------------------------------------------------------------------ */

acronym, abbr {
  border-bottom: 1px dashed #cacaca;
}
acronym, abbr, span.caps {
  cursor: help;
}
h1, h2, h3, h4 {
  text-decoration: none;
  margin: 0;
  font-family: Georgia, serif;
  font-weight: normal;
}
#footer h1 {
  margin: 0;
  display: inline;
}
h1 {
}
h2 { /* post title */
  font-size: 2.0em;
}
.entry h3 { /* title within post */
  font-size: 1.1em;
  font-weight:bold;
  margin-top:20px;
}
.entry h4 {
  margin: 0;
  display: inline;
  font-size: 1em;
  font-weight:bold;
}
.postdate {
    color: #666;
    padding-bottom: 5px;  
}
.postdate .author {
}
.postdate .post-date {
  margin-left: 10px;
}

.entry p {
  margin: 0 0 10px 0;
  /* layout for paragraphs across all pages */
}
.postmetadata  {
  text-align: right;
  font-size: .9em;
  color: #99b;
  margin: 0;
}
.postmetadata a {
}

a[rel="tag"] {
  border: none;
  color: white;
  background-color: #54528B;
  padding: 1px 4px;
  text-decoration: none;
  margin-left: 4px;
  font-size: 14px;
  line-height: 30px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}

a[rel="tag"]:hover {
  background-color: black;
  color: white;
}

.rightstuff {
  margin-left: 10px;
}

.more-link {
   float:left;

}
.more-link a {
  border: none;
  text-decoration: none;
  font-weight:bold;
}

.alt {
}
.entry blockquote {
  margin: 15px 40px 15px 20px;
  padding: 0 0 0 20px;
  text-align: justify;
}
.entry blockquote p {
  line-height: 1.2em;
}
blockquote cite {
  margin: 4px 0 0 0;
  display: block;
}
pre {
  width: 95%;
  margin: 1em 0;
  padding: 1em 3em 1em 1em;
  font: 1.1em "Courier New", Courier, monospace;
  overflow: scroll;
  border: 1px solid #cacaca;
}
code {
  color: #668800;
  font: .9em "Courier New", Courier, monospace;
}
.isolate {
  margin: 6px auto 12px;
  padding: 0;
  text-align: center;
}
.recentdate {
  padding: 0 20px 0 10px;
}

.rsslink {
  padding-left: 20px;
}

.emaillink {
  padding-left: 20px;
}


/*  ---------------------------------------------------------------------------------------------------
LINKS
 ------------------------------------------------------------------------------------------------------ */

a {
  color: #312e6d;
  color: #54528b;
  text-decoration: none;
}

h2 a, h2 a:visited, h3 a, h3 a:visited {
  margin: 0 0 0 -1px;
  padding: 0 1px;
  text-decoration: none;
}
a:hover, h2 a:hover, h3 a:hover {
  border-bottom: 1px solid #ccd;
  text-decoration: none;
}
.entry a:hover {
}

small a {
  border: none;
}
.download {
  background: #fff url(images/down_white.png) 0 50% no-repeat;
  padding: 0 0 0 18px;
}
.download a {
  padding: 0 2px;
  border-bottom: 1px solid #779900;
}
.download a:hover {
  border-bottom: 1px solid #779900;
  color: #fff;
  background: #779900;
}
.hidelink, a.hidelink:hover, a img {
  border: none;
}
.more-link a {
  /* .more-link added by the_excerpt_reloaded plugin http://guff.szub.net/2005/02/26/the-excerpt-reloaded/ */
}
.more-link a:hover {
}

.pdfLink {
   padding-left: 20px;
   background-image: url(images/iconsprite.png);
   background-repeat: no-repeat;
   background-position: 0 -344px;  /* added 3 to position to text line*/
}

.admin-only {
   float:left;
}
.admin-only a {
   color: #fafafa;
}

.langLink a{
   color: #aaa;
}
/*  ---------------------------------------------------------------------------------------------------
LISTS
 ------------------------------------------------------------------------------------------------------ */
          
.entry ol, .entry ul {
  margin: 0 0 0 4px;
  padding: 0 0 8px 0;
}
.entry ol {
  list-style: decimal outside;
}
.entry ul {
       list-style: square outside;
}
.entry ol li, .entry ul li {
  margin: 0 0 0 1.5em;
  padding: 2px 0 4px 0;
}
.nocomments {
  margin: 0 0 20px 0;
  text-align: center;
  padding: 0;
}
.postmetadata ul, .postmetadata li {
  clear: both;
  display: inline;
  list-style-type: none;
}

/*  ---------------------------------------------------------------------------------------------------
FORMS
 ------------------------------------------------------------------------------------------------------ */          
  
#contact input, #contact textarea {
  font-size: 0.9em;
}
#contact p {
  margin: 5px 0;
}
#contact textarea {
  width: 100%;
  margin: 6px 0 0 0;
  padding: 2px;
  overflow: hidden;
}
#contact #submit {
  width: 100px;
  margin: 0;
  float: right;
}
.comments-container {
   margin-top: 10px;
}
#commentform {
   padding: 4px;
   margin-top: 20px;
}
#commentform p {
   font-size: smaller;
		}

#commentform label, #contact label {
   width: 120px;
   font-weight:bold;
   display:block;
   float:left;
}
.commentform-info {
   background-color: #eee;
   padding: 4px;
   margin: 4px;
}
.commentlist {
   list-style:none;
   margin-left: 0;
   padding:0;
   margin-top:0px;
}
.commentlist ul {
    padding:0;
    margin: 0;
}
.commentlist li {
  border-bottom: 1px dotted #ccc;
  padding-top: 10px;
  list-style:none;
  margin-left: 0; padding-left:0;  
}
.commentlist #respond {
    border: 1px solid #ccc;
    margin-top: 0px;
}
.comment-avatar {
    float:left;
    width:35px;
/*    display:none;*/
}
.comment-content {
   margin-left: 45px;
}
.thread-odd, .odd {
    background-color: #fafafa;
}
.commentlist li.depth-1 { padding-left:10px;}
.commentlist li.depth-2 { padding-left:15px;}
.commentlist li.depth-3 { padding-left:20px;}
.commentlist li.depth-4 { padding-left:25px;}
.commentlist li.depth-5 { padding-left:30px;}
.commentlist li.depth-6 { padding-left:35px;}
.commentlist li.depth-7 { padding-left:40px;}
.commentlist li.depth-8 { padding-left:45px;}
.commentlist li.depth-9 { padding-left:50px;}
.commentlist li.depth-10 { padding-left:55px;}
.even {
    background-color: white;
}
.comment p {
   margin: 0;
   
}
.commentmetadata {
    font-style: italic;
}

/*  ---------------------------------------------------------------------------------------------------
CAPTIONS
 ------------------------------------------------------------------------------------------------------ */

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

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

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

/* Begin .clearfix http://www.positioniseverything.net/easyclearing.html */
          
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* End .clearfix */

/* HOME */


/*  ====== for certain articles ==================== */

.dialogIntro {
}
.dialogSpeaker1 {
}

.dialogSpeaker2 {
  background-color: #F7F7FB;
  padding-left: 15px;
}

.quoteText {
  border: 1px dotted black;
  width: 80%;
  margin-left: 8%;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: serif;
}

.quoteText h4 {
  display: block; /* reset*/
}

.quoteText p {
  margin: 0;
  text-indent: 20px;
}

.quoteText li {
  list-style-type: disc; /*reset */
}

.post-extra {
    padding: 10px;
}
.post-extra h3 {
    border-bottom:1px solid black;
border-top:2px solid black;
font-size:1em;
letter-spacing:1px;
padding:1px 5px 5px;
text-align:center;
text-transform:uppercase;
font-weight: normal;
}


.related {
  margin-top: 10px;
  padding: 4px;
}
.relatedList  {
  margin-top: 10px;
  font-size: smaller;
}

.input-email {
    border:1px solid #ccc;
    background-color: white;
}

#wp_simple_sitemap {
}

#wp_simple_sitemap ul {
    list-style:none; padding:0; margin:0;
}

#wp_simple_sitemap ul li{
    margin-top: 5px; 
    border-top:1px solid black;
}
#wp_simple_sitemap ul li h2{
    font-size: 1.1em;
}
