*
{
    margin: 0;
    padding: 0;
}

body
{
    margin: 20px 0;
    background: #F5F5F5;
}

body, th, td, input, textarea
{
    font-family: Arial;
    font-size: 13px;
    color: #666666;
}

form
{
}

fieldset
{
}

input, textarea
{
    font-weight: bold;
}

input.text
{
    padding: 2px 5px;
    background: #F8FAEB;
    border-top: 1px solid #4D5719;
    border-left: 1px solid #4D5719;
    border-right: 1px solid #D6E48E;
    border-bottom: 1px solid #D6E48E;
}

input.button
{
    background: #B8D03B;
    border-top: 1px solid #D6E48E;
    border-left: 1px solid #D6E48E;
    border-right: 1px solid #4D5719;
    border-bottom: 1px solid #4D5719;
    color: #FFFFFF;
}

h1, h2, h3
{
    margin-top: 1.5em;
    font-family: Arial;
    color: #626456;
}

h1
{
    letter-spacing: -.075em;
    font-size: 3em;
}

h2
{
    letter-spacing: -.05em;
    font-size: 1.8em;
    font-weight: normal;
    color: #8D8E85;
}

h3
{
    font-size: 1em;
}

p, ul, ol
{
    margin-top: 1.5em;
    line-height: 1.8em;
    font-size: 1.1em;
}

ul, ol
{
    margin-left: 3em;
}

blockquote
{
    margin-left: 3em;
    margin-right: 3em;
}

a
{
    text-decoration: none;
    border-bottom: 1px dotted #B8D03B;
    color: #3C7BCF;
}

a:hover
{
    border: none;
    background: #B8D03B;
    color: #FFFFFF;
}

h1 a, h2 a, h3 a
{
    border: none;
    text-decoration: none;
    color: #626456;
}

h1 a:hover, h2 a:hover, h3 a:hover
{
    background: none;
    border-bottom: 1px dotted #B8D03B;
    color: #B8D03B;
}

hr
{
    display: none;
}

/* Wrapper */

#wrapper
{
}

/* Header */

#header
{
    width: 880px;
    height: 35px;
    margin: 0 auto;
}

#menu
{
    float: left;
}

#menu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}

#menu li
{
    float: left;
}

#menu a
{
    display: block;
    float: left;
    height: 25px;
    margin-right: 1px;
    padding: 10px 20px 0 20px;
    background: #E9EED0;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    color: #8C8F7D;
}

#menu .current_page_item a:hover
{
    background: #DDE6AB;
    color: #2C2E22;
}

#menu .current_page_item a
{
    display: block;
    float: left;
    height: 25px;
    margin-right: 1px;
    padding: 10px 20px 0 20px;
    background: #B8D03B url(images/img01.gif) no-repeat;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;

}


/* Logo */

#logo
{
    width: 880px;
    margin: 0 auto;
    height: 140px;
    background: #FFFFFF url(images/img02.gif) repeat-x left bottom;
    border: 1px solid #B8D03B;
}

#logo h1, #logo h2
{
    float: none;
    margin: 0;
    padding: 0;
}

#logo h1
{
    padding: 15px 5px 0 20px;
    vertical-align: top;
}

#logo h2
{
    margin: 0 auto;
    padding: 0px 5px 0 30px;
    font-weight: bold;
    font-size: 12pt;
    font-family: Arial;
    color: #34382A;
}

#logo h3
{
    padding: 15px 5px 15px 30px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial;
    color: #34382A;
}
#logo p
{
    clear: left;
    margin: 0;
    padding: 0 0 0 20px;
    line-height: normal;
    font-size: 1.2em;
    font-weight: bold;
    color: #C2C5B1;
}

/* Page */

#page
{
    width: 880px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    background: #FFFFFF;
    border: 1px solid #B8D03B;
    border-top: none;
}

/* Content */

#content
{
    float: left;
    width: 170px;
    margin: 0 5px 0 5px;
    padding: 0;
    border: 1px solid #B8D03B;
}

.post
{
}

.post .title
{
    margin: 0;
    font-weight: normal;
    font-size: 10pt;
    border: 1px solid #B8D03B;
    color: #ffffff;
    margin: 0;
    padding: 0.2em 0 0.2em 0;
    background: #B8D03B;
    text-align:center;
}

.post .entry
{
    padding-bottom: 10px;
}
.post .entry .img
{
    margin: 10px  auto;
    text-align: center;
}
.post .text
{
    font-size: 10pt;
    padding:15px 5px 5px 5px; 
    line-height:180%;
}
.post .text .color
{
    color:#6666FF;
}
.post .text .star
{
    color:#F7BC5B;
}

.post .text .price
{
    color:red;
    font-size:11pt;
    font-weight:bold;
}
.post h1
{
    text-align: center;
    font-size: 10pt;
    margin: 0;
    font-weight: normal;
    line-height:180%;
}
.post h1 a
{
    text-decoration: none;
    border-bottom: 1px dotted #B8D03B;
    color: #3C7BCF;
}
.post h1 a:hover
{
    border: none;
    background: #B8D03B;
    color: #FFFFFF;
}
.post h1 a:visited
{
    text-decoration: none;
    border-bottom: 1px dotted #B8D03B;
    color: #3C7BCF;
}


/* Recent Posts */

#recent-posts
{
    vertical-align: top;
    padding: 0 10px 0 10px;
    margin: 0;
    font-size: 11pt;
    line-height: 200%;
}

#recent-posts .small
{
    font-size:10pt;
}

#recent-posts .another
{ 
    font-weight:bold;  
    font-family:²Ó©úÅé;
    
}

#recent-posts p
{ 
    font-size: 11pt; 
    font-weight:bold; 
    color:#1C6900;

}


#recent-posts .title
{ 
    font-size: 12pt; 
    font-weight:bold; 
    color:#350050;

}

#recent-posts #nav
{
    float: left; 
    margin:0 0 20px 0;
}

#recent-posts #nav ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}

#recent-posts #nav li
{
    float: left;
}

#recent-posts #nav a
{
    display: block;
    float: left;
    height: 20px;
    margin-right: 1px;
    padding: 10px 20px 0 20px;
    background: #E9EED0;
    text-decoration: none;
    font-size:10pt; 
    color: #8C8F7D;
}

#recent-posts #nav a:hover
{
    background: #DDE6AB;
    color: #2C2E22;
}


/* Sidebars */

.sidebar
{
    float: left;
}

#sidebar1
{
    width: 500px;
    padding: 5px 10px 0 11px;
}


#sidebar2
{
    width: 170px;
    padding: 0;
}


.extend
{
    float:left;
    margin: 0;
    padding: 0;
    border: 1px solid #B8D03B;
}

.extend .title
{
    margin: 0;
    font-weight: normal;
    font-size: 10pt; 
    text-indent: 0.5em;
    border: 1px solid #B8D03B;
    color: #ffffff;
    margin: 0;
    padding: 0.2em 0 0.2em 0;
    background: #B8D03B; 
    text-align:center;
}

.extend .entry
{
    padding-bottom: 10px;
}
.extend .entry .imgimg
{
    margin: 10px  auto;
    text-align: center;
}
.extend .text
{
    font-size: 10pt;
    margin: 5px 0 5px 0;
    line-height:180%;
    text-align:center;
    
}

.extend .text .point
{
    color:Red; 
    font-weight:bold;    
}

.extend h1
{
    text-align: center;
    font-size: 10pt;
    margin: 0;
    font-weight: normal;
    line-height:160%;
}
.extend h1 a
{
    text-decoration: none;
    border-bottom: 1px dotted #B8D03B;
    color: #3C7BCF;
}
.extend h1 a:hover
{
    border: none;
    background: #B8D03B;
    color: #FFFFFF;
}
.extend h1 a:visited
{
    text-decoration: none;
    border-bottom: 1px dotted #B8D03B;
    color: #3C7BCF;
}
/* Footer */

#footer
{
    text-align: center;
    font-size: .8em; 
    padding-top:5px;
}
