body {
   margin: 0;
   padding-top: 0px;
   background: #fff url(../images/body2.png);
   font-family: Georgia, Tahoma, sans-serif;
   color: #3F1300;
   font-size: 13px;
}

img {
   border: 0;
}

a {
   color: #852902;
   text-decoration: none
}

a:hover {
   color: #666;
   text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
}

blockquote {
   padding-left: 10px;
   color: #333;
   font-style: normal;
}

.clear {
   clear: both;
}

.alignleft {
   float: left;
   padding: 2px 0 0 5px;
}

.alignright {
   float: right;
   padding: 2px 0 0 5px;
}
/* The Wrapper */
.wrapper {
   width: 1000px;
   margin: 0 auto;
}
/* The Top */
.top {
   height: 159px;
   margin-top: 0px;
   background: #fff url(../images/top.jpg);
}

.blogname {
   float: left;
   width: 1000px;
   font-family: Georgia, Verdana, Tahoma, sans-serif;
   margin: 0px 0 0 0;
}

.blogname h1 {
   font-size: 40px;
   font-weight: normal;
   margin: 10px 0px 0 30px;
   color: #FFFFFF;
   text-decoration: none;
   text-align: left;
}

.blogname h1 a:link, .blogname h1 a:visited {
   color: #FFFF33;
   text-decoration: none;
   background-color: transparent;
}

.blogname h1 a:hover {
   color: #FFFFFF;
   text-decoration: none;
   background-color: transparent;
}

.blogname h2 {
   margin: 0px 40px 0 30px;
   font-size: 16px;
   font-weight: normal;
   color: #FFFF66;
   text-align: left;
}
/* Menu */
#mainmenu {
   height: 24px;
   background: #fff url(../images/menu.jpg);
   display: block;
   padding: 7px 0 0px 14px;
   background-repeat: repeat-x;
}

#mainmenu ul {
   margin: 0px;
   padding: 0px;
}

#mainmenu ul li {
   margin: 0px;
   list-style: none;
   float: left;
   margin-left: 8px;
   font-size: 11px;
}

#mainmenu ul li a {
   text-decoration: none;
   color: #333;
   padding: 3px;
   padding-left: 6px;
   padding-right: 6px;
   position: relative;
}

#mainmenu ul li a:hover, #mainmenu ul li a.active {
   color: #000;
   background: #fff;
   text-decoration: none;
   border-top: 1px solid #777;
   border-left: 1px solid #777;
}

#mainmenu ul li a span {
   display: none;
}

#mainmenu ul li a:hover span, #mainmenu ul li a.active span {
   display: inline;
   position: absolute;
   right: -1px;
   top: 0px;
}
/*sponsor*/
#sponsor {
   height: 114px;
   width: 1000px;
   background: url(../images/sponbg.jpg);
   background-repeat: repeat-x;
}

#imagelist {
   margin: 0;
   padding: 0;
   background: transparent;
   width: 100%;
   float: left;
}

#imagelist ul {
   margin: 0px 0px;
   padding: 0;
   overflow: auto;
   float: left;
   padding: 0 0 0 25px;
}

#imagelist li {
   height: 85px;
   width: 175px;
   margin: 13px 10px 5px 5px;
   font-family: Arial, Helvetica, sans-serif;
   text-align: left;
   list-style: none;
   float: left;
   display: block;
}

#imagelist li a:link, .imagelist li a:visited {
   text-decoration: none;
}

.content {
   padding: 0px 10px 25px 15px;
   background: #fff url(../images/content.jpg);
   background-repeat: no-repeat;
}

#content {
   float: left;
   width: 740px;
   margin: 0px 5px 0px 0;
   padding: 0 0;
}

.title {
   margin: 0 0;
   padding: 5px 0px 0px 5px;
}

.date {
   float: left;
   width: 52px;
   height: 48px;
   background: url(../images/date.jpg);
   background-repeat: no-repeat;
   text-align: center;
   font-size: 14px;
   font-family: Century gothic, Verdana, Helvitica, sans-serif;
   padding-top: 0px;
   font-weight: normal;
   font-variant: small-caps;
   color: #000;
}

.date .day {
   color: #fff;
   font-size: 22px;
   font-weight: normal;
   padding-top: 2px;
   line-height: 22px;
}

.post {
   margin: 10px 10px 0 5px;
   padding: 0px 0px 0px 0px;
   height: 100%;
   text-align: left;
   color: #5F1D00;
   font: 14px "georgia", Arial, sans-serif;
   text-align: justify;
}

.post h2 {
   margin: 0 0;
   padding: 0px 0px 0px 0px;
   height: 30px;
   background: transparent;
   text-align: left;
   font: 28px "georgia", Arial, sans-serif;
   font-weight: normal;
}

.post h2 a, .post h2 a:link, .post h2 a:visited {
   color: #333;
   background-color: transparent;
}

.postinfo {
   height: 20px;
   padding: 2px 5px 2px 2px;
   background: #FFF36B;
}

.postinfo a {
   color: #d10b04;
   font-weight: normal;
   text-decoration: none;
}

.category {
   float: left;
   padding: 0px 0 0 5px;
   color: #000;
   background: url(../images/categ.gif);
   background-repeat: no-repeat;
   font-size: 12px;
}

.p_comments {
   line-height: 20px;
   float: right;
   padding: 0px 0px 0 45px;
   background: url(../images/comments.gif);
   background-repeat: no-repeat;
}

.p_comments a:link, .p_comments a:visited {
   color: #d9031d;
   background-color: transparent;
}

.post a:link, .post a:visited {
   color: #F00D04;
   background-color: transparent;
}

.post a:hover {
   color: #fb0702;
   background-color: transparent;
   text-decoration: none;
}

.entry {
   margin: 0 0;
   padding: 5px 5px;
}

.cover {
   margin: 0 0;
}
/* The Sidebar0 */
.sidebar {
   width: 196px;
   float: right;
   line-height: 18px;
   padding: 25px 10px 0px 0px;
   color: #777;
}

.sidebar h2 {
   height: 28px;
   padding-top: 2px;
   padding-left: 10px;
   font-size: 18px;
   color: #fff;
   background: url(../images/h2.jpg);
   background-repeat: no-repeat;
   margin: 0px 0;
   line-height: normal;
   font-weight: bold;
}

.sidebar ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
}

.sidebar ul ul {
   list-style-type: none;
   margin: 0;
   padding: 0px 0 14px 0;
}

.sidebar ul ul ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
   border: 0;
}

.sidebar ul ul ul ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
   border: 0;
}

.sidebar li {
   list-style-type: none;
   margin: 0 0 15px 0;
   padding: 0;
}

.sidebar li li {
   list-style-type: none;
   border-bottom: 1px solid #ddd;
   margin: 0;
   background: url(../images/button.jp) 9px 5px no-repeat;
   padding: 2px 10px 3px 10px;
}

.sidebar li li li {
   list-style-type: none;
   border: 0;
   margin: 0;
   background: #fff;
   padding: 3px 10px 3px 2px;
}

.sidebar li li li li {
   list-style-type: none;
   border: 0;
   margin: 0;
   background: #fff;
   padding: 3px 10px 3px 10px;
}

.sidebar p {
   padding: 7px 10px;
   background: #fff;
   margin: 0;
}

.sidebar a:link, .sidebar a:visited {
   color: #334100;
}

.sidebar a:hover {
   color: #852902;
}

.sidebar table {
   width: 100%;
   text-align: center;
   background-color: #fff;
}
/* --- FOOTER --- */
#footer {
   height: 20px;
   padding: 36px 0 0 0px;
   background: #555 url(../images/footer.jpg);
   background-repeat: repeat-x;
   color: #faaf15;
   font-size: 10px;
   font-weight: normal;
   text-align: center;
   letter-spacing: 1px;
}

#footer a {
   color: #fefefe;
}

#footer a:hover {
   color: #FFF;
}
/* The Navigation */
.navigation {
   height: 25px;
   padding: 0 20px;
}

.navigation a {
   font-weight: bold;
   text-decoration: none;
   font-size: 14px;
   color: #555;
}

.navigation a:hover {
   color: #222;
}
/* The Attachment */
.contentCenter {
   text-align: center;
}
/* The Page Title */
h2.pagetitle {
   padding: 0;
   margin: 0 0 20px 0;
   font-size: 25px;
   text-align: center;
}
/* The Comments */
.comments {
}

.comments form {
}

.comments textarea {
   width: 90%;
   height: 156px;
   background: #eee;
   border: 1px solid #ddd;
   color: #484849;
   padding: 10px;
   overflow: auto;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
}

#commentform {
   padding-left: 23px;
}

#commentform input {
   background: #eee;
   border: 1px solid #ddd;
   color: #484849;
   padding-left: 10px;
}

.comments input#submit {
   padding: 0;
   width: 72px;
   height: 29px;
}

.comments h2 {
   font-size: 19px;
   line-height: 30px;
   margin: 24px 0 0 23px;
   padding: 0;
   font-weight: normal;
}

.comments ol li p {
   padding: 0;
   margin: 10px 0;
}

.clear {
   clear: both;
}

.w50 {
   width: 50px !important;
}

.w100 {
   width: 100px !important;
}

.w150 {
   width: 150px !important;
}

.w200 {
   width: 200px !important;
}

.w250 {
   width: 250px !important;
}

.w300 {
   width: 300px !important;
}

p.summary {
   padding-top: 5px;
}

div.results {
   margin-top: 20px;
}

div.result {
   padding-bottom: 20px;
}

div.result div.title a, div.result div.title a:link, div.result div.title a:visited {
   font-weight: bold;
}

div.result div.url {
   color: green;
}

div.pagination {
   margin-top: 20px;
}

#xtree {
   white-space: nowrap;
   overflow: hidden;
   width: 196px;
}

#xtree ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
   padding-left: 5px;
}

#xtree li ul {
   padding-left: 20px !important;
}

#xtree li img {
   padding-right: 3px;
   border: none;
}

.submenu {
   width: 220px;
   white-space: nowrap;
   overflow: hidden;
}

.submenu ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
   padding-left: 5px;
}

.error-field {
   color: red;
}
