body, html {
    background: #FFFFFF  <!-- url(bg_col1.png) top center repeat-y; -->
    margin:0;
    padding:0;
    border:0;
}
#container {
    margin:auto;
    width:850px;
    w\idth:850px;
    \width:850px;
    padding:10px 25px;
    border:0;
}
/* 
   Banner image description: 


   License: http://creativecommons.org/licenses/sampling+/1.0/
   
   [ Note: To change the banner image, Just replace with a new image of size 
   480x40 and call it banner.jpg ]
*/
#bannertop  {
    position:relative;
    display:block;
    width:100%;
    height:40px;
    margin:10px 0 15px 0;
    overflow:hidden; 
    border:1px <!-- #666 dotted -->;
    background: #fff <!--url(banner.jpg)--> top center no-repeat;
}
#content {
    position:relative;
    float:left;
    margin:25px 25px 25px 10px; 
    padding:0;
    width:70%;
    text-align:left;
	z-index: 2;

}
#sidebar {
    position:relative;
    margin:15px 0 30px 220px;
    border:0;
	z-index: 1;
	
    }
.clearfix:after {
    content: ".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* end page layout */

/* begin headlines */
#nav, fieldset {
   font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
   font-size:12px;
   }
#nav, h2, h3, .paginate, p, .storycontent, .storycontent ul, ol, ol li, fieldset {
   font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
   font-size:11px;
   }
#nav, #sidebar, #sidebar h2, #sidebar h3, #sidebar p, .cmeta, #google, fieldset {
   font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
   font-size:11px;
   }
.paginate { 
   color:#ccc;
   text-align:right; 
   font-weight:normal;
}
h1 {
   font-size:11px;
/*   font-weight:bold; */
   
   color:black;
}
#header h1 {
   display:inline;
   width:100%;
   font-weight: bold;
   color:black;
   margin:9px 
   float:left;
   border-bottom:1px solid ghostwhite;
}
h2 {
   margin:3px 0 0 0;
}
h3 {
   margin:3px 0 0 0;
}

.post h3 {
   border-bottom:1px solid #191970;
}
#sidebar, #sidebar h2, #sidebar h3 {
   color:#000000;
}

#sidebar h2, #sidebar h3 {
   
   color:#666!important;
   }

#sidebar h3 {
   margin-top:20px;
}
/* end headlines */

.meta, .feedback, .post-categories, .post-categories li {
   font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
   font-size:11px;
}
.meta, .feedback {
   text-transform: lowercase;
   color:#999;
   text-align:right;
   border-top:1px solid ghostwhite;
   margin:0 0 18px 0;
}
.post h3 a:hover {
   border-bottom:none !important;
}
.post-categories, .post-categories li {
   display:inline;
   margin:0;
   padding:0;
}
p, .storycontent, .storycontent ul {
   margin:6px 0 9px 1px;
   padding:0;
}
.storycontent ul {
   margin-left:35px;
}
.storycontent ul li {
   margin-bottom:0.75em;
}
input[type=text], textarea { 
    border:1px solid #bbb; 
   padding:2px; 

   font-family:"Courier New", Courier, monospace;
   font-size:12px;
   }
textarea {
   overflow:auto;
   vertical-align:middle;
}
input[type=submit], input[type=reset], input[type=button] {
/*   background:#eee; */
   color:#222;
/*   border:1px solid #bbb; */

   margin-right:2px;
    padding:1px;  
   font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
   font-size:12px;
 }
 input, select, textarea { 
/*   font-family:"Courier New", Courier, monospace;
   font-size:12px; */

   }
input[type=text]:focus, textarea:focus { 
   background: #EEE8AA;
   border:1px solid #999; 
   }

#nav {
   width:55%;
   vertical-align:middle;
   float:left;
}
#nav ul {
        float:right;
        margin:5px 0;
        padding:1px 0;
}

#nav ul li {
        margin:0;
        padding:0 0 0 3px;
        display:inline;
        list-style: none;
}
#header {
        display:block;
        margin:0 0 10px 0;
        padding:0;
        max-width:100%;
        }
acronym, abbr {
    border-bottom:1px dotted #bbb;
    cursor:help;
}
img, p img {
    border:none;
}
tt, code, pre {
    font-family:"Courier New",Courier,monospace;
    font-size:12px;
}
a {
	color: Black;
	text-decoration:none;
	font-weight: normal;
}
a:hover {
    color:#FF0000;
    text-decoration:
    border-bottom:1px solid #bbb;
}
 #nav a:hover {
    border-bottom:3px solid #1E90FF;
    padding-bottom: 2px;
}

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

img.centered {
      display:block;
      margin-left:auto;
      margin-right:auto;
      }
img.pic {
background:#fff;
border:1px solid #ccc;
}
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;
      }

h1 a, h1 a:hover, #sidebar p img a:hover {
      text-decoration:none;
      border:0;
      }
div.imgcenter {
        text-align:center;
}

div.image img, div.imgcenter img {
        border:1px #ccc solid;
        padding:4px;
        margin:5px;
}
/* end images */

#content ul li, #sidebar ul li{
        list-style:none <!--url(bullet.gif)-->;
        margin: 0.5em 0 0 0;
        }

#sidebar ul {
	list-style-type: none <!--url(bullet.gif)-->;
        padding: 0 0 1em 5px;
        margin: 0.5em 0 0 10px;
        }

/* alternate comment colors */
.color1 {background-color:#ffffff; padding:5px; margin:5px 0; border:0; }
.color2 {background-color:#FFFF99 padding:5px; margin:5px 0; border:0; }

.cmeta {
        color:#888;
        }

blockquote { margin:0 20px; }

blockquote p { color:#777!important;
            
             text-align:left; 
             padding-left:10px;
             background:transparent;
            }

/* archive list */

.alt {
        background-color: #FFFF99
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin:15px 0;
        padding:5px;
        }
/*
.commentlist li, #commentform input, #commentform textarea {
        font: 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
        }
*/        
.commentlist li {
        font: 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
        }

.commentlist li {
        font-weight: bold;
        }

.commentlist cite, .commentlist cite a {
        font-weight: bold;
        font-style: normal;
        font-size: 12px;
        }

.commentlist p {
        font-weight: normal;
        line-height: 1.5em;
        text-transform: none;
        margin:6px 0 3px 1px!important;
        }
/*
#commentform p {
        font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
        }
*/
.commentmetadata {
        font-weight: normal;
        }
h3.comments, #comments h3 {
        padding: 0;
        margin: 40px auto 20px;
        }