/**
  Theme Name: Naked
  Theme URI: http://code.google.com/p/wordpress-naked/
  Version: 1.2
  Author: Siftware
  Author URI: http://www.siftware.co.uk
  Tags: simple, clean, fixed width, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS, blank-slate
  Licence: LGPL
  
  Description: A theme created with developers in mind which should enable rapid WP reskinning. The CSS is minimal but consistent cross-browser, there are a couple of SEO tweaks and the page navigation works sensibly but can modified easily.

  The CSS that follows is the bare minimum of styling for a two column, fixed width and centred layout that should be
  consistent in 'modern browsers'
*/

html {
  overflow-y: scroll;
}

body {
background: #F3F0EF;
font: normal 15px Tahoma, Verdana, Segoe, Geneva, sans-serif;
line-height: 145%;
color: #201e1e;
/*color: #303030;*/
margin: 0;
padding: 0;
height: 100%;
}

a {
color: #4A5FAA;
text-decoration: none;
}

a img {
border: 0px;
}

h1 {
font-size: 1.2em;
}

h2 {
font-size: 1.1em;
}

h3, h4, h5, h6 {
font-size: 1em;
}

#canvas {
  width: 986px;
  margin: 0 auto;
  background-image: url('images/content.jpg');
  height: 100%;
  min-height: 700px;
  padding: 0 0 20px 0;
}

#header {
  margin: 0;
  height: 203px;
  background-image: url('images/headerpics.jpg');
  background-position: right;
  background-repeat: no-repeat;
}

#header img, #header img a, #header a {
text-decoration: none;
border: 0px;
}


  /** the heading and tagline are h1 on homepage and h4 on internal */
  #header h1,
  #header h4 {
    font-size: 0px;
    margin: 0;
    padding:0;
  }
    /** the tagline is a span within the h1 or h4 */
    #header h1 span,
    #header h4 span { }

  /**
    Nav and Subnav
    Split these out if you want the two levels to look different
  */
 #nav {
 /*background-image: url('images/ribbon.jpg');
 background-repeat: no-repeat;*/
 border-top: 1px dashed #9fa7cc;
  border-bottom: 1px dashed #9fa7cc;
margin: 8px 0 20px 13px;
 width: 960px;
 height: 30px;
 }
 
 #nav,
  #subNav {
    list-style: none;
font: normal 16px Tahoma, Verdana, Segoe, Geneva, sans-serif;
  }
  
  #nav a{
 
  }
  
  
 #nav li,
    #subNav li {
      display: inline;
      padding: 4px 20px 0px 0;

    }
    /* Currently selected page nav item (and parent) if applicable */
    .current_page_item a,
    .current_page_parent a {
      text-decoration: none;
    }
      .current_page_item a:hover,
      .current_page_parent a:hover {
        text-decoration: underline;
      }
      
   ul#menu-top-menu
      {
      padding: 5px 0 5px 5px;
      margin: 0;
      }
      

/**      main content     */
#primaryContent {
  width: 600px;
  float: right;
  padding: 40px 50px 40px 20px;
  margin: 0;
}
  #primaryContent h1 {
    padding: 0;
    margin: 0;
    font: bold 18px Tahoma, Verdana, Segoe, Geneva, sans-serif;
  }

  #primaryContent h2 {
    padding: 0;
    margin: 0;
    font: bold 17px Tahoma, Verdana, Segoe, Geneva, sans-serif;
  }
  
  #primaryContent h3 {
    padding: 0;
    margin: 0;
    font: bold 15px Tahoma, Verdana, Segoe, Geneva, sans-serif;
  }


  /* titles are h2 on homepage and h1 for internal */
  #primaryContent h1.postTitle,
  #primaryContent h2.postTitle {
   font: normal 19px Tahoma, Verdana, Segoe, Geneva, sans-serif;

  }

  
  ol#posts {
    list-style: none;
    margin: 0;
    padding: 0;
  }

    li.postWrapper,
    div.postWrapper {
   border-bottom: 1px solid #c6c6c6;
 padding: 30px 0 5px 0;
    }

      .postWrapper img { }

     div.post {
      text-align: left;

      }
      
      div.post ol, div.post ul {
      margin: 2px 0px;
      padding: 2px 0 2px 20px;
      }
      
      
      div.post ul#paper-piecing {
      margin: 0 0 0 350px;
      padding: 0;
      }
      
       div.post ul#paper-piecing li{
      padding: 0 0 2px 0;
      }
      

      p.postMeta { }
      
      .page {
      margin-top: 40px;
      }

  #pagination {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
    #pagination li {
      display: inlne;
    }
    #pagination .previous {
      text-align: left;
      float: left;
    }
    #pagination .future {
      text-align: right;
      float: right;
    }
    
    .authorlist {

 padding: 30px 0 5px 0;
    }

/**       sidebar          */
#secondaryContent {
  width: 260px;
  float: left;
  margin:70px 10px 0 20px;
}
  #secondaryContent h3 {
     padding: 4px 0;
    margin: 5px 0;
    width: 220px;
border-bottom: 1px solid #ccc;
font-size: 16px;
  }
  

  /**
    Remove bullets from the first level sidebar UL and give each item some bottom margin.
    IE 6 doesn't like the selectors, I can live with that but if you can't then
    you'll need to extend this further.
  */
  #secondaryContent > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
list-style-image: none;
  }
    #secondaryContent > ul > li {
      margin: 0 0 10px 10px;
    }
     
    #secondaryContent > ul li ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
list-style-image: none;
  }
  
   #secondaryContent > ul li ul.xoxo {
    margin-left: 20px;
    margin-right: 10px;
    padding: 0; 
    list-style-type: circle;
  }
   #secondaryContent > ul > li#search-5 {
      margin: 5px 0 15px 10px;
      padding: 5px 10px 10px 10px;
      border-color: #a5a5a5;
	border-style: solid;
	border-width: 1px;
    }

  
  /** the HTML is a bit dodgy for the tag cloud, need to add some padding
      between the title and the first href */
  .widget_tag_cloud a {
    padding-left: 5px;
  }

#comment {
  width: 600px;
}

.form-allowed-tags {
font-size: 1px;
display: none;
}

#footer {
  clear: both;
border-top: 1px solid #c6c6c6;
text-align: center;
font-size: 0.9em;
width: 900px;
margin: 0 auto;
}

/** normally hidden but will appear when css disabled */
.skip,
.noCss {
  position: absolute;
  left: -9999px;
}

/**
  theme requirements as per 
  http://codex.wordpress.org/CSS
*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-right: 10px;

}

.alignright {
   float: right;
   margin-left: 10px;

}

#gallery img {
border: 2px solid #CFCFCF;
padding: 0;
}


#searchform input
{
font: normal 15px Georgia, serif;
}

.sym {
color: #787778;
}

#widget-collapscat li a {
font-weight: normal;
}

.wp-caption-text {
font-style: italic;
margin-top: 1px;
}

h2#comments {

padding: 10px 0 10px 2px;

}

ul#commentlist {
list-style-type: none;
padding-left: 0px;
}

ul#commentlist li {
border-bottom: 1px dashed #C6C6C6;
padding-bottom: 10px;
}

ul#commentlist li li {
border: 0px;
list-style-type: none;
}

/*.post h1
{
font: normal 18px Tahoma, Verdana, Segoe, Geneva, sans-serif;
margin: 0px;
}

.post h2
{
font: normal 17px Tahoma, Verdana, Segoe, Geneva, sans-serif;
margin: 0px;
}
*/

#fb_xdm_frame_http, #fb_xdm_frame_https { display:none; border:none; }

.tags {
margin: 10px 0;
width: 600px;
}

.tags a {
text-transform: lowercase;
}

h2#related-posts {
padding-top: 15px;
}

.PrintOnly {         
display:none; 
} 

.social {
margin: 15px 0 2px 0;
}

/* Print Styles */
@media print {
body { 
background:white; 
color:black; 
margin: 8% 5%;
width: 100%;
font-family: Georgia;
}

#header, #secondaryContent, h2#comments, #commentlist, #commentform, h2#postcomment, #footer, .slideshow-nav, .portfolio-slideshow, .pscarousel, .slideshow-wrapper, #related-posts, .pin-it-btn-wrapper, .social, #dynamic-to-top, .comments-link, #respond, #comments {
display: none;
width: 0;
float: none;
}

#primaryContent {
font-size: 13pt;
color: black;
width: 95%;
height: 95%;
}

img {
page-break-after:avoid; 
page-break-inside:avoid;
}

#primaryContent h2.postTitle {
font: bold 16pt Tahoma, Verdana, Segoe, Geneva, sans-serif;
}

.date {
font-size: 11pt;
}

.PrintOnly {     
display:block; 
margin: 0;
}

#primaryContent h2.postTitle a:after { content:" (" attr(href) ") "; font-size: 11pt}


}

.social-flex-widget-column {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    border: 1px solid #4a5faa82;
}

.social-flex-widget-row {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    justify-content: space-around;
    padding: 4px 0;
}

