/* test blog css */

body {
background-color:#ffffff;
font-family:Verdana, Helvetica, sans-serif;
font-size:12px;
}

.blog_item {
width: 100%;
margin:20px auto;
padding:20px;
/*
background-color:#eeeeee;
border:3px double #ddcc99;
-moz-border-radius:5px;
-webkit-border-radius:5px;
*/
}

.comment {
padding:1em;
margin:10px;
/*background-color:#dddddd;*/
-moz-border-radius:3px;
-webkit-border-radius:3px;
font-size:10px;
}

.comment input {
width:500px;
}

.comment textarea {
display:block;
width:100%;
height:4em;
}

.comment .error table {
position:relative;
width:600px !important;
margin:auto;
}

.comment .system {
font-style:italic;
}

a img {
border:0px;
}

a, a:visited {
color:#887744;
}

a:hover {
color:#665522;
}

h2 {
font-size:1.2em;
color:#665522;
}

h3 {
font-size:1.1em;
font-weight:normal;
color:#665522;
}

p {
text-indent:1em;
margin:1em;
text-align:justify;
}