* {
margin: 0;
padding: 0;
}

body {
font: 0.8em 'Lucida Grande', Verdana, Arial, Sans-Serif;
background-image: url("images/stripe.png");
background-repeat: repeat;
margin: 0px;
padding: 0px;
color: #000;
}

a {
color: #0072FF;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

h1, h2, h3, h4 {
font-family: Helvetica, Arial, Sans-Serif;
}

#page {
width: 980px;
margin: 0px auto 30px;
background-color: #FFF;
}

#header {
width: 100%;
border-bottom: 5px solid #0072FF;
}

#main-content {
padding: 20px;
width: 600px;
float: left;
}

.entry {
padding: 0px 10px 10px 10px;
border-right: 1px solid #0072FF;
border-left: 5px solid #0072FF;
}

.entry p.article-author, .entry p.article-date {
font-style: italic;
font-size: 0.8em;
padding: 1.0em 0;
text-align: right;
}

.entry p {
margin: 10px 0;
}

.post-title-box {
padding-left: 10px;
margin-bottom: -4px;
border-left: 5px solid #0072FF;
padding-bottom: 4px;
}

.post h2 a {
font-size: 1.4em;
text-decoration: none;
color: #0072FF;
font-weight: normal;
}

.post h2 a:hover {
text-decoration:underline;
}

.post {
margin-bottom: 30px;
}

.post ul, .post ol {
margin: 10px 0 10px 0;
padding-left: 40px;
}

.post li {
padding: 2px 0 2px 0;
margin-top: 10px;
margin-bottom: 15px;
}

.alignleft {
float: left;
text-align: left;
}

.alignright {
float: right;
text-align: right;
}

.pagetitle {
font-size: 1.6em;
margin-bottom: 20px;
}

blockquote, code {
font-family: 'Courier New',Courier,Fixed;
display: block;
overflow: auto;
text-align: left;
margin: 10px 0px;
padding: 5px;
background: #000;
color: #FFF;
}

a img {
border: 0;
}

/*--------------top menu-----------*/
#top-menu {
float: right;
margin: 0 30px;
background: url(images/menu-left.png) top left no-repeat;
}

#top-menu ul {
display: block;
background: url(images/menu-right.png) top right no-repeat;
margin-left: 17px;
padding-right: 17px;
height: 30px;
}

#top-menu ul li {
display: inline;
list-style: none;
}

#top-menu a {
float: left;
height: 30px;
line-height: 25px;
padding: 0 10px;
background: #0072FF;
color: #FFF;
}

/*--------------Sidebar------------*/

#sidebar {
float: right;
width: 340px;
padding-top: 20px;
}

#sidebar ul {
margin-bottom: 10px;
list-style: none;
}

#sidebar ul li {
margin-bottom: 10px;
}

#sidebar ul li ul li {
padding-left: 1.0em;
margin-bottom: auto;
}

#sidebar a {
width: 100%;
color: #0072FF;
}

#sidebar a:hover {
text-decoration: underline;
}

#sidebar .sidebar_left ul h2, #sidebar .sidebar_right ul h2 {
padding-bottom: 5px;
font-size: 1.5em;
}

#sidebar .sidebar_left {
width: 150px;
float: left;
padding: 0 5px;
}

#sidebar .sidebar_right {
width: 150px;
float: right;
padding: 0 5px;
}

/*--------------Comments--------------*/

#comments {
margin-bottom: 20px;
border-bottom: 1px dashed #ccc;
padding-bottom: 20px;
}

#respond {
margin-bottom: 5px;
}

ol#commentlist {
list-style-type: decimal;
}

ol#commentlist li {
margin-left: 20px;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px dashed #ccc;
}

ol#commentlist li.alt {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px dashed #ccc;
}

#comment_title {
margin-bottom: 5px;
}

#commentform {
margin-bottom: 20px;
}

#commentform p {
margin-bottom: 10px;
}

#commentform textarea, #commentform input {
padding: 5px;
background-color: #fff;
border: 1px solid #0072FF;
}

#searchform {
margin-bottom: 20px;
}

#searchform input {
width: 120px;
background: #000;
padding: 3px;
border: 1px solid #0072FF;
color: #FFF;
}

/*-------------Other------------------*/

.advertImg {
width: 120px;
}

.adsense_singlepost_top_square {
float: left;
margin-right: 10px;
}

#adsense_singlepost_bottom_square {
margin-bottom: 30px;
}

#adsense_singlepost_top_banner {
margin-bottom: 5px;
}

#adsense_singlepost_bottom_banner {
margin-bottom: 30px;
}

#adsense_homepage_linkunit {
padding-top: 8px;
float: left;
margin-left: 10px;
}

#adsense_homepage_banner {
margin-bottom: 30px;
}

#footer {
width: 100%;
padding: 15px 0;
text-align: center;
border-top: 1px solid #0072FF;
}

/*-------------Other------------------*/
img.alignright,
img.alignleft
{
margin: 15px;
}

.clear
{
display: block;
clear:both;
}