html {overflow-y: scroll;}
body {
margin: 0px;
padding: 0px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 0.8em;
text-align: center;
background-color: #fff;
color: #282f47;
filter: none;
}

#wrapper
{
margin: 0 auto;
padding: 0px;
width: 850px;
background-color: #fff;
text-align: left;
}

#header
{
border-top: 5px solid #222;
font-family:  Cambria, Tahoma;
text-align: left;
font-size: 2em;
padding-bottom: 30px;
font-weight: bold;
width: 100%;
}
#header div
{
width: 850px;
margin: 0px auto; 
padding: 30px 0px 0px 20px;
}
#header div h1
{
font-size: 34px;
font-family: Calibri, 'Segoe UI', Verdana;
margin: 0px;
padding: 0px;
line-height: 1em;
letter-spacing: -2px;
}
#header div h2
{
letter-spacing: -1px;
margin: 0px;
padding: 0px;
font-size: 20px;
font-family:  Calibri, Myriad Pro, Trebuchet MS, Verdana;
font-weight: normal;
padding-left: 1px;
line-height: 1em;
}
#header a {text-decoration: none;}

#navigation
{
width: 100%;
height: 45px;
}
#navigation div
{
border-top: 4px solid #eee;
width: 850px;
margin: 0px auto;
}
#navigation div ul{
padding: 0px;
margin: 0px;
}
#navigation div ul li {
float:left; 
list-style-type:none; 
white-space:nowrap;
padding: 2px 1px 1px 1px;
line-height: 24px;
}
#navigation div li a {
display:block;  
padding:0 10px;
font-family:  corbel, cambria, arial;
font-size:12px;
text-transform: uppercase; 
font-weight:bold; 
text-decoration:none; 
background-color:inherit; 
text-shadow: white 1px 1px 0px;
}
#navigation div ul li:hover{
background: #eee;
}
#navigation div ul .current{
background: #eee;
}

#content
{
margin: 0px;
float: left;
padding: 20px 20px 20px 10px;
width: 520px;
background-color: #FFFFFF;
font-size: 0.9em;
min-height: 600px;
line-height: 160%;
}

#content a {text-decoration: underline;}
#content .title a {text-decoration: none;}
#content li {
padding-bottom: 12px;
}

.post {
margin-bottom: 35px;
}
a
{
color:  #666;
text-decoration: none;
}
a:hover{text-decoration: underline;}
p
{
margin: 10px 0px 10px 0px;
}
.title
{
color: #000;
font-size: 1.8em;
font-family: calibri, cambria, arial, Trebuchet MS;
text-transform: uppercase;
line-height: 130%;
/*padding-bottom: 10px;*/
margin-bottom: 20px;
}

.title a
{
color: #000;
text-decoration: none;
font-size: 1em;
}
.title a:hover
{
text-decoration: underline;
}

#sidebar
{
float: left;
margin-top: 20px;
padding: 0px 20px 20px 10px;
width: 250px;
text-align: left;
border-left: 1px solid #fafafa;
}

.navtitle
{
font-family: calibri, cambria, arial;
font-size: 1.4em;
color: #354653;
padding-bottom: 20px;
padding-left: 15px;
padding-top: 2px;
line-height: 130%;
text-transform: uppercase;
}

#footer
{
clear: both;
width: 100%;
}
#footer div
{
width: 850px;
margin: 0px auto;
padding: 15px 0px 15px 0px; 
border-top: #ddd solid 5px;
color: #000;
text-align: left;
}
#footer div a {text-decoration: underline;}
.blogsummary
{
font-size: 0.9em;
text-align: left;
font-style: bold;
padding-bottom:5px;
}

.published_in
{
font-size: 1em;
text-align: center;
background-color: #fafafa;
border-bottom: 1px solid #eee;
border-top: 1px solid #eee;
padding: 4px;
margin-bottom: 15px;
margin-top: 5px;
font-style: italic;
}

.bloglist ul
{
list-style-type: none;
display:inline-table;
margin: 0px;
padding: 0px;
}

.underlined
{
margin-top: 20px;
border-bottom: 1px solid silver;
margin-bottom:10px;
font-weight: bold;
}

.prop
{
height:400px;
float:right;
width:1px;
}

.comment_title
{
font-size: 1.2em;
margin: 10px 0px 0px 0px;
border-bottom: 1px solid #ddd;
}

.comment_form_title
{
font-size: 1.2em;
padding: 15px 0px 5px 0px;
}

.comment_form
{
margin: 0px;
padding: 0px;
width: 100%;
text-align: left;
color: #666;
display: inline;
}
#content .comment_form p
{
margin: 12px 12px 12px 0px;
padding: 0px;
}
.comment_form p input
{
background: #f9f9f9; 
border: 1px solid #bbb; 
-moz-border-radius: 2px; 
-webkit-border-radius: 2px; 
width: 200px;
margin-right: 6px; 
}
.comment_form p textarea
{
background: #f9f9f9; 
border: 1px solid #bbb; 
-moz-border-radius: 2px; 
-webkit-border-radius: 2px; 
width: 400px;
margin-right: 6px;
}
.comment_form p input.submitbutton
{
background-color: #222;
color: #fff;
font-size: 1em;
font-weight: bold;
width: auto;
cursor: pointer;
padding: 5px;
}

.error
{
font-size: 1em;
color: red;
font-weight: bold;
}
#content img
{
}
#comments img
{
border: 1px solid #ddd;
}
.navpages
{
list-style-type: none;
padding-left: 16px;
margin: 0px 0px 0px 0px;
line-height: 160%;
}
.navpages li
{
  margin-bottom: 8px;
}

ul#comments
{
list-style-type: none;
padding: 0px;
margin: 0px;
}
ul#comments li
{
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px dotted #ddd;
}
ul#comments li.li2
{
border-bottom: 1px dotted #ddd;
}
ul#comments li .commentauthor
{
font-weight: bold;
padding-bottom: 5px;
}
ul#comments li .commentdatetime
{
font-size: 0.8em;

}
ul#comments li .commentdatetime a
{
text-decoration: none;
}
.dacomment
{
}
.category_title
{
color: #000;
font-size: 1.6em;
font-family: calibri, cambria, arial, Trebuchet MS;
text-transform: uppercase;
line-height: 130%;
margin: 0px 0px 10px 0px;
border-bottom: 1px solid #eee;
}
.permadiv
{
float: right;
}
.permadiv a
{
text-decoration: none;
font-weight: bold;
}
.gravatar
{
float: left; 
width: 65px; 
margin-right: 10px; 
margin-bottom: 10px
}
.message
{
text-align: center;
margin: 5px 0px 5px 0px;
padding: 10px;
font-weight: bold;
}
.alert
{
text-align: center;
margin: 5px 0px 15px 0px;
padding: 10px;
font-weight: bold;
background: #ffffa0; 
border: 1px solid #e5e597;
/*background: #ffffd9;
border:1px solid #d2d26a;*/
}

