
/*
-----------------------------------------------
Contents
 - Primary layout
 - Wrapper
 - Header
 - Inner Layout
 - Bottom Layout
 - Default Links
 - Typography
 - Feeds
----------------------------------------------- */


/* Primary layout */

body	{
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  color: #000;
  background: #fff;
/*  background: #bba url(http://www.blogblog.com/moto_mr/outerwrap.gif) top center repeat-y; */
  font: small calibri, tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  }

img  {
  border: 0;
  display: block;
  }


/* Wrapper */

@media all {
  #wrapper  {
    margin: 0 auto;
    padding: 0;
    border: 0;
/*    width: 690px; */
    width: 840px; 
    text-align: left;
    background: #fff;
/*    background: #fff url(http://www.blogblog.com/moto_mr/innerwrap.gif) top right repeat-y; */
/*    font-size:100%; */
    font-size:90%; 
    }
  }
@media handheld {
  #wrapper  {
    width: 90%;
    }
  }


/* Header */

#blog-header  {
  color: #fff;
     background: #060 url(http://skypejournal.com/greenclovers.jpg)  bottom left repeat-x; ;  
/*    background: #003 url(http://skypejournal.com/banners/skypeicetable.jpg)  bottom left repeat-x; ; */
/*    background: #003 url(http://skypejournal.com/banners/banners/images/obama2men.jpg)  bottom left no-repeat; ; */
/*    background: #030 url(http://skypejournal.com/greenmouthpiece2.jpg)  bottom left no-repeat; */
/*    background: #030 url(http://skypejournal.com/banners/sjbanner-2009-900x200-every.jpg)  top left no-repeat; ; */
/*    background: #030 url(http://skypejournal.com/banners/sjbanner-2009-900-every.jpg)  top left no-repeat; */
/*    background: #030 url(http://skypejournal.com.nyud.net/banners/banners/images/sjbanner200907tehran.jpg)  top left no-repeat; */
/*    background: #030 url(http://skypejournal.com.nyud.net/courtpapers.jpg)  top left no-repeat; */
/*    background: #000 url(http://skypejournal.com.nyud.net/redribbons4vb.jpg)  top left no-repeat;  */
/*    background: #006 url(http://skypejournal.com/bluecolors.jpg)  bottom left repeat-x;  */
/*    background: #000 url(http://skypejournal.com.nyud.net/banners/2009thanksgivingcallb.jpg)  top left no-repeat;   */
/*    background: #000 url(http://skypejournal.com.nyud.net/banners/2009thanksgivingcallb.jpg)  top left no-repeat;   */

/*    background: #FFA200    */  

/*  color: #ffe; */
/*  background: #bba url(http://www.blogblog.com/moto_mr/headbotborder.gif) bottom left repeat-x; */

  margin: 0 auto;
  padding: 0 0 15px 0;
  border-top: 0 ;
  border-right: 0 ;
  border-bottom: 1px solid #000000;
  border-left: 0 ;
  }

#blog-header h1  {
  font-size: 42px;
  text-align: left;
  padding: 15px 20px 0 20px;
  color: #ffffff;
  margin: 0;
  text-shadow: .1em .1em .2em #000000; 
  letter-spacing: 0px;
  font-weight: normal;
  font: georgia;
/*  background-image: url(http://www.blogblog.com/moto_mr/topper.gif); */
/*  background-repeat: repeat-x; */
/*  background-position: top left; */
/*  font-weight: stronger; */
  }
  
#blog-header p  {
  font-size: 110%;
  text-align: left;
  padding: 3px 20px 3px 20px;
  margin: 3px 0 3px 0;
  line-height:140%;
  background: #333;
  opacity: .8;
  }

  
/* Inner layout */

#content  {
  padding: 0 20px;
  }
  
@media all {
  #main  {
    width: 510px;
    float: left;
    }

  #sidebar  {
    width: 260px;
    float: right;
    padding-left: 10px;
/*    border-left: 1px dotted #ccc; */
    }
  }
@media handheld {
  #main  {
    width: 100%;
    float: none;
    }

  #sidebar  {
    width: 100%;
    float: none;
    }
  }
   
/* Bottom layout */


#footer  {
  clear: left;
  margin: 0;
  padding: 0 20px;
  border: 0;
  text-align: left;
  border-top: 1px solid #666;
  background-color: #ccc;
  }
  
#footer p  {
  text-align: left;
  margin: 0;
  padding: 10px 0;
  font-size: small;
  background-color: transparent;
  color: #000;
  }


/* Default links   */

a:link {

  font-weight : normal; 
  text-decoration : none;
/*  color: #998; */
  color: #900;
  background: transparent; 
  }

a:visited {

  font-weight : normal; 
  text-decoration : none;
/*  color: #998; */
  color: #603;
  background: transparent; 
  }

a:hover {

  text-decoration : underline;
  color: #900;
  background: transparent; 
  }

a:active {

  text-decoration : none;
  color: #900;
  background: transparent;  
  }

#blog-header a {
  text-decoration : none;
    color: #ffffff;

}
  
/* Typography */
  
#main p, #sidebar p, #main li {
  line-height: 140%;
  margin-top: 5px;
  margin-bottom: 1em;
  }
  
.post-body {
  line-height: 140%;
  font-size: 140%;
  margin-bottom: 1em;
  } 

#main p, #main blockquote, #main ul, #main ol, #main li,  #main span, {
  font-size: 140%;
  }

h2, h3, h4, h5  {
  margin: 25px 0 0 0;
  padding: 0;
  }

h2  {
  font-size: large;
  }

h3.post-title {
  margin-top: 30px;
  padding-top: 5px;
  font-size: 200%;
  border-top: 1px dotted #666;
  color: #600;
  }

#main blockquote {
  padding:.5em;
  background: #dddddd
  }

ul  {
  margin: 0 0 25px 0;
  }


li  {
  line-height: 100%;
  }

#sidebar ul   {
  padding-left: 10px;
  padding-top: 3px;
  margin: 0 0 25px 0;
  }

#sidebar ul li {
/*  list-style: disc url(http://www.blogblog.com/moto_mr/diamond.gif) inside; */
  list-style: none;
  vertical-align: top;
  padding: 0;
  margin: 0 0 .8em 0;
  line-height: 110%;
  font-size: larger; 
  }
  
dl.profile-datablock  {
  margin: 3px 0 5px 0;
  }
dl.profile-datablock dd {
  line-height: 140%;
  }
  
.profile-img {display:inline;}

.profile-img img {
  float:left;

  margin:0 10px 5px 0;
  border:4px solid #ccb;
  }

   
#comments  {
  border: 0;
  border-top: 1px dashed #eed;
  margin: 10px 0 0 0;
  padding: 0;
  }


#comments h3  {
  margin-top: 10px;
  margin-bottom: -10px;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1px;
  }  

#comments dl dt   {
  font-weight: bold;
  font-style: italic;
  margin-top: 35px;

  padding: 1px 0 0 18px;
  background: transparent url(http://www.blogblog.com/moto_mr/commentbug.gif) top left no-repeat;
  color: #bba;
  }


#comments dl dd  {
  padding: 0;
  margin: 0;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }

.commenthidden {display:none}
.commentshown {display:inline}


.paging-control-container {
  float: right;
  margin: 0px 6px 0px 0px;
  font-size: 80%;
}
.unneeded-paging-control {
  visibility: hidden;
}


/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }

