/*  
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;
} 

.iconsprite28 {
   background: url(images/iconsprite28.png) no-repeat top left;
}
.iconsprite28-email{ background-position: 0 0; width: 28px; height: 28px; } 
.iconsprite28-feed{ background-position: 0 -78px; width: 28px; height: 28px; } 
.iconsprite28-twitter{ background-position: 0 -156px; width: 28px; height: 28px; } 

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

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

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;
  margin-bottom: 10px;
  border-bottom: 1px solid #aaa;
  background-color: #54008B;
}

#header .blogtitle {
  margin: 0px;
  text-transform: uppercase;
  margin-left: 10px;
}

#header .description {
  display:block;
  color: white;
}

#header-left {
  padding-left: 20px;
  margin:auto;
  width:1000px;
}

a.pagetitleLink:active, a.pagetitleLink:link, a.pagetitleLink:visited, a.pagetitleLink:hover  {
  color: white;
  text-decoration: none;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 0px;
  vertical-align: middle;
  display: block; /* so I don't need a surrounding div */
  font-family: 'Yanone Kaffeesatz', Calibri, Helvetica, Arial, sans-serif;
  font-size: 1.3em;
}

a.pagetitleLink:hover {
}

.header-content {
}

.langLink {
}
.langLink a {
}

#footer {
  text-align: left;
  margin-top: 25px;
  border-top: 1px solid #aaa;
  background-color: #54008B;
  color:white;
}
#footermenu {
  border-top: 2px solid black;
  padding: 10px;
}
#footer h2 {
    width:400px;
    margin:auto;
    text-align:center;
    margin-bottom: 20px;
  font-family: 'Yanone Kaffeesatz', Calibri, Helvetica, Arial, sans-serif;
  text-transform:uppercase;
  letter-spacing:1px;
}
#footer h3 {
  padding-left: 32px;
  font-size:1.2em;
  font-family: 'Yanone Kaffeesatz', Calibri, Helvetica, Arial, sans-serif;
  text-transform:uppercase;
  letter-spacing:1px;
}
#footer a {
   color: white;
}
#footer .column {
   width: 30%;
   float:left;
   border-left:1px solid #ccc;
   padding:10px;
   height:175px;
}
#footer .column-first {
   border-left: 0px none #ccc;
}

#emailform {
  height: 22px;
}
#emailform #email {
  width: 140px;
  border: 1px solid #ccc;
  background:white;
  display:block;
  float:left;
  margin-right:-1px;
  border-radius: 4px 0px 0px 4px;
  margin-top:0px;
}
.email-button {
    border: 1px solid #ccc;
    background: #eee;
  display:block;
  float:left;
  margin-left:0px;
  margin-top:0px;
  border-radius: 0px 4px 4px 0px
}
/*  ---------------------------------------------------------------------------------------------------
HEADER MENU
 ------------------------------------------------------------------------------------------------------ */
#menu {
  border-bottom: 2px solid black;
  height: 38px;
  margin-top: 0px;
}

#headermenu {
  list-style-type: none;
  padding: 0px;
  margin: auto;
  width:1000px;
}
#headermenu li:first-child {
    margin-left:10px;
}
#headermenu li {
  margin: 0px;
  padding: 0px;
  height: 30px;
  float: left;
}

#headermenu li a {
   font-family:  'Yanone Kaffeesatz', Calibri, Helvetica, Arial, sans-serif;
   font-size: 1.2em;
   text-decoration: none;
   text-transform: uppercase;
   padding: 10px;
   padding-bottom: 3px;
   color: white;
   letter-spacing: 1px;
   display: block;
   float:left;
  border-bottom: 2px solid black;
}
#headermenu li a:hover {
    color: #ccc;
    border-bottom: 2px solid #ccc;  
}

#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 {
    color: #ccc;
    border-bottom: 2px solid #ccc;    
}

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

#searchform {
 /* background: transparent url(images/bg_search_full2.png) no-repeat;*/
  height: 22px;
  margin-top:30px;
}
#searchform #s {
  width: 180px;
  border: 1px solid #ccc;
  background:white;
  display:block;
  float:left;
  margin-right:-1px;
  border-radius: 4px 0px 0px 4px;
  margin-top:0px;
}
.search-button {
    border: 1px solid #ccc;
    background: #eee;
  display:block;
  float:left;
  margin-left:0px;
  margin-top:0px;
  border-radius: 0px 4px 4px 0px
}

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

#tagmenu {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: auto;
    width:1000px;

}
a[rel="tag"].selected-tag {
    border: 1px solid #54008B;
    background-color:white;
    color: black;
}
#tagmenu a[rel="tag"], #tagmenu a[rel="tag"]:hover {
  float:left;
  display:block;
  margin-top:2px;
  border: none;
}

/*  ---------------------------------------------------------------------------------------------------
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 {
    padding-bottom: 25px;
    border-top: 1px solid black;    
}

.post-second {
/*    float: left;
    width: 300px;
    height: 450px;*/
    margin-right: 10px;
}
.post-even {
}
.post-odd {
    background-color: #eeeeff;
}
.postdata {
   padding: 5px 10px;
  }

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

.categoriesInPostTitle {
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

a.categoryInPostTitle {
	color:black;
}

.post-title {
    font-size: 1.8em;
    letter-spacing: 0.25px;
  font-family:  'Yanone Kaffeesatz', Calibri, Helvetica, Arial, sans-serif;
}

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

.multipost {
}


.entry {
  margin: 0;
  padding: 0;
  font-family:  'Quattrocento', Georgia, serif;
  font-size: 0.9em;
  line-height: 24px;
}
.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;
}

/* Useful classes */

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

/*  sort of location indication*/
.archivetype {
  padding: 5px;
  float: right;
  font-family:  'Yanone Kaffeesatz', Calibri, Helvetica, Arial, sans-serif;
  height: 30px;
}

.archivetype p {
  margin:0px;
}

.archivetype h1 {
display:inline; 
font-family:inherit; 
font-size: inherit;
}


.breadcrumb {
}
 .breadcrumb span.category {
   text-transform: uppercase;
}
.breadcrumb a, .breadcrumb a:hover{
   text-transform: uppercase;
   color: black;
}
.breadcrumb h1 {
    display:inline;
    font-family: inherit;
    font-size: inherit;
   text-transform: uppercase;
}

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

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


/*  ---------------------------------------------------------------------------------------------------
SIDEBAR
 ------------------------------------------------------------------------------------------------------ */
#headerbar {
  list-style-type: none;
  float: right;
}
#headerbar ul{
  list-style-type: none;
  margin:0;
  padding:0;
}
#headerbar li {
  list-style-type: none;
  margin:0;
  padding:0;
		}

.qtrans_language_chooser {
    float:right;
}
.qtrans_flag span { display:none }
.qtrans_flag { height:12px; width:18px; display:block }
.qtrans_flag_and_text { padding-left:20px }
.qtrans_flag_nl { background:url(http://www.jeroenkuiper.info/wp-content/plugins/qtranslate/flags/nl.png) no-repeat }
.qtrans_flag_en { background:url(http://www.jeroenkuiper.info/wp-content/plugins/qtranslate/flags/gb.png) no-repeat }

#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: 1.2em;
    font-family: 'Yanone Kaffeesatz', Calibri, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  border-top: 2px solid black;
  border-bottom: 1px solid #666;
  letter-spacing: 1px;
  text-align:center;
}

#sidebar .widget, #headermenu  .widget {
  margin: 0 0 20px 0;
  font-size: 1.1em;
}

#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-size: 1.0em;
}

.add-feed {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom:3px;
   display: block;
}
a.add-feed {
  height: 14px;
  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:  Calibri, Helvetica, Arial, sans-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 h3:first-child {
  margin-top:0px;
}

.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;
  color: #99b;
  margin: 0;
}
.postmetadata a {
}

a[rel="tag"] {
  border: none;
  color: white;
  background-color: #54008B;
  padding: 1px 4px;
  text-decoration: none;
  margin-left: 4px;
  line-height: 18px;
  border-radius:3px;
  border-top-left-radius:0px;
}

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: #54008B;
  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 {
}
#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 {
		}

#commentform label, #contact label {
   width: 120px;
   display:block;
   float:left;
}
.commentform-info {
   background-color: #eee;
   padding: 4px;
   margin: 4px;
  font-family:  'Quattrocento', Georgia, serif;
   font-size:0.8em;
}
.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;
  font-family:  'Quattrocento', Georgia, serif;
  font-size: 0.9em;   
}
.commentmetadata {
}

/*  ---------------------------------------------------------------------------------------------------
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 #666;
border-top:2px solid black;
font-size:1.2em;
    font-family: 'Yanone Kaffeesatz', Calibri, Helvetica, Arial, sans-serif;

padding:1px 5px 5px;
text-align:center;
text-transform:uppercase;
font-weight: normal;
}


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

.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 #666;
}
#wp_simple_sitemap ul li h2{
    font-size: 1.1em;
}

.social-media-panel {
    position: fixed;
    right: 0;
    top:127px;
    width: 28px;
    list-style:none;
    margin: 0;
    padding: 0;
}
.social-media-panel a{
 display:block;
}
.social-media-panel a:hover{
text-decoration:none;
border:none;
}

/* For mobile devices. */
@media all and (max-width:1000px) {
   body {
      font-size: 1em;
   }
    #main, #content, #headermenu, #tagmenu {
        width:100%;   
        margin:0;
        padding:0;
    }
    #header-left {
        width: auto;
    }
    #header .blogtitle {
        font-size: 1em;
        letter-spacing: 1px;
    }
    #sidebar {
        float:left;
        width: auto;
    }
    .widget_archive {
       display:none;
    }
    #sidebar .widget, #sidebar  .widget-item {
      width: 300px;
      float:left;
      margin-right:20px;
    }
    .social-media-panel {
        position: absolute;
        top: 5px;
        right: 40px;
    }
    #content {
        padding: 0px;
    }
    .archivetype {
        height: 15px;
    }
    .post-container {
        margin-bottom: 0px;
    }
    .post-title {
        font-size: 1.5em;
    }
    .categoriesInPostTitle  {
        font-size:1em;
    }
    .post-second {
        float: none;
        width: 100%;
        height: auto;
    }

    .postdata {
        padding: 0px;
    }
    
    #emailform #email  {
        width: 80px;
    }
    
}

@media all and (max-width:690px) {
    body.is_multiple  .entry, body.is_multiple  .postdata, .social-media-panel ,
    #tagmenu , 
    body.is_single #sidebar    {
        display: none;
    }
    body.is_multiple  .postdate .author{
       display:none;
    }
    body.is_multiple  .postdate .post-date {
       margin-left:0;
    }
    a.pagetitleLink:active, a.pagetitleLink:link, a.pagetitleLink:visited, a.pagetitleLink:hover  {
        font-size: 1em;
    }
    .langLink a span {
        display:none;    
    }
    #header .blogtitle {
      font-size: 0.8em;
      margin-left:0;
    }
    #menu {
        border-bottom:none;
    }
    #headermenu li {
        display:none;
    }
    #headermenu li.page_item  {
      display:block;
    }
    #headermenu li.page_item.home_item {
        display:none;
    }
    #headermenu li a {
        width: auto;
        font-size: 1em;
        border:none;
    }
    #searchform {
        float:left;
        clear:both;
        margin-top:0;
    }
    #sidebar {
        float:none;
        clear:both;
    }
    #sidebar .widget, #sidebar  .widget-item {
      width: 100%;
      float:none;
      margin-right:0px;
    }    
    .widget_archive, .widget_links {
       display:none;
    }
    #footer h2 {
        width:auto;
    }
    #footer h3 {
       margin-bottom: 5px;
    }
    #footer .column {
        float:none;
        border-left:none;
        width:auto;
        height: auto;
    }

    #footer p {
       display:none;
    }    
}

