body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
    margin: 0;
    padding: 0;
}

body {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    vertical-align: top;
    background: #000;
    color: #fff;
}

table{
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6{
    font-family: arial, helfetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FF7373;
}

b, strong{
    color: #FFFFFF;
}

a{
    text-decoration: underline;
    color: #FF7373;
}

a:hover{ text-decoration: none; }

a img { border: 0; }

p { padding: 10px 0 5px; }

blockquote {
    margin: 10px 0 0;
    border-top: 2px solid #ddd;
    background: #f5f5f5;
}

blockquote p {padding: 10px; }

blockquote blockquote {
    float: none;
    width: auto;
    margin: 0 10px;
    background: #fff;
}

dd {
    padding 0 0 0 20px;
}

form, input, textarea{
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
}

p img {
    max-width: 100%;
}

img.centered{
    display: block;
    margin-left: auto;
    margin-right: auto;
}


img.alignright{
    margin: 3px 0 2px 10px;
    padding: 4px;
    border: 1px solid #ededed;
    display: inline;
}

img.alignleft{
    margin: 3px 10px 2px 0;
    padding: 4px;
    border: 1px solid #ededed;
    display: inline;
}

.alignleft{float: left;}

.alignright{float: right;}

.clear{margin: 0; padding: 0; clear: both;}

small{
    font-size: 11px;
}


#wrapper {
    width: 900px;
    margin: 0 auto;
    text-align: left;
    background: #fff;
}

#header{
    float: left;
    width: 100%;
    height: 150px;
    border-top: 5px solid #000;
    background: #000 url(http://lovenewton.com/images/WebLogo01.jpg) no-repeat;
    background-position:center;
}

#header h1{
    padding: 10px;
    font-size: 18px;
    font-weight: normal;
}

#menu{
    float: center;
    width: 100%;
/*    border-top: 1px solid #ededed; */
    background: #000000;
}

#menu ul{
    list-style: none;
    margin:0;
    padding:0;

}


#menu ul li{
 float: left;
/*    display: inline;
    background: #ffff99; */
}

#menu ul li a{
text-decoration: none;
padding: 10px 20px;
color: #000;
    font-weight: bold;
    background: #A60000;
    display: block;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

#menu ul li a:hover{
    background: #FF7373;
}

#about{
    float: left;
    width: 100%;
    height: 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0 0 0 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    background: #000;
    color: #fff;
}

#about p{
    padding: 10px 10px 5px 10px;
}



#container{
    float:left;
    width: 100%;
    border-top: 1px solid #000;
    background: #A60000;
/*    background: #fff; */
}

#content{
    float: left;
    width: 73%;
    height: 100%;
    padding: 0 0 10px 0;
}

.navigation{
    margin: 10px 10px 0;
    border-top: 1px solid #000;
    padding: 5px 10px 6px;
    background: #ff4040;
    line-height: 24px;
}
 
.post{
    padding: 20px 10px 50px 10px;
}

.post h2{
    padding: 3px 10px 3px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #FF7373;
/*    background: #ffff99 url('images/PostTitleBar.jpg');  
    background-repeat: no-repeat;  */
}

.post h2 a{
    color: #FF7373;
    text-decoration: none;
}

.pagePost{
    padding: 20px 10px 50px 10px;
}

.pagePost h2{
    padding: 0 10px 0;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.pagePost h2 a{
    color: #000;
    text-decoration: none;
}

.entry-date{
    padding: 10px 10px 0 0;
    font-weight: bold;
    color: #000;
}

/* .entry-content{
    line-height: 24px;
} */

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5{
    padding: 10px 0 5px;
}

.entry-content h2 a{
    color: #0000FF;
}







.entry-content h3 {
    font-size: 18px;
    font-weight: normal;
}

.entry-content h5{
    font-size: 14px;
}
 
.entry-content h6{
    font-size: 12px;
}
  
.entry-meta{
    padding: 10px 0 0 0;
    float: right;
    font-weight: bold;
    line-height: 24px;
}


.sidebar{
    list-style-type: none;
    float: right;
    width: 25%;
    height: 100%;
    margin: 0 0 0 1px;
    background: #A60000;
}


.sidebar ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar ul{
    margin: 0 0 10px;
}


.sidebarHeaders{
    border-bottom: 1px solid #000;
    text-align: center;
    padding: 5px 0 0 0;
    font-family: times new roman, arial, helvetica;
    font-size: 16px;
    font-weight: bold;
    color: #0000FF;
    background: #fff;
}


.sidebar ul li h2{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: left;
/*    padding: 8px 10px 9px; */
    font-family: arial, helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background: #EAEAEA;
}

.sidebar ul li {
    list-style: none;
}

.sidebar ul ul{
    margin: 5px 0 10px 5px;
/*    padding: 6px 10px 0;  
    line-height: 24px; */
}

.sidebar ul ul li{
    padding: 0;
}

.sidebar ul ul ul{
    padding: 0 0 0 10px;
}

.widgettitle{
    list-style: none;
    border-bottom: 1px solid #000;
    text-align: left;
    font-family: arial, helvetica;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    background: #EAEAEA;
}

li.widget ul { list-style: none; }

.widgettitle ul li{
    list-style: none;
}

#footer{
    float: left;
    width: 100%;
    padding: 10px 0px 10px 0px;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    text-align: center;
/*    line-height: 24px; */
    background: #A60000;
}

#footer a{
    text-decoration: none;
}

#comments{
    margin: 10px;
    padding 10px;
    border: 1px solid #f5f5f5;
}

#comments ol{
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

#comments ol li{
    list-style: none;
    margin: 10px 0 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #ededed;
    line-height: 24px;
}

#comments span.comment-author{
    font-weight: bold;
}

#respond{
    padding: 10px;
    background: #f9f9f9;
}

