body {
    background: #e4e4e4;
}
.header {
    margin-top: 20px;
}

/* search form */
#search_engine {
    width: 253px;
    height: 36px;
    background: url(../images/txt-search.png) no-repeat;
    margin-top: 10px;
    margin-right: -19px;
    float: right;
}
.searchfield {
    float: left;
    height: 18px;
    width: 180px;
    background: none;
    border: none;
    margin-left: 10px;
    color: #333;
    margin-top: 10px;
}
.searchbutton{
    width: 42px;
    height: 36px;
    background: url(../images/btn-search.png) no-repeat;
    border: none;
    font-size: 0px;
}

/* menu */
.menu {
    width: 100%;
    height: 51px;
    display: block;
    padding: 0;
    position: relative;
    z-index: 50;
    background: url(../images/bg-menu.png) repeat-x;
    border: solid 1px #acacac;
    margin-top: 20px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.menu ,
div.menu {
	font-size: 14px;
}
.menu  ul,
div.menu ul {
	list-style: none;
	margin: 0;
        padding: 0;
	
}
.menu  li,
div.menu li {
	float:left;
	position: relative;
        margin: 0 10px ;
	padding-top: 10px;
}
.menu a {
	display:block;
	text-decoration:none;
	color:#333;
	padding:0 10px;
	line-height:30px;
}
.menu ul ul {
	display:none;
	position:absolute;
	top:40px;
	left:0;
	float:left;
	width: 150px;
	z-index: 99999;
}
.menu ul ul li {
    padding: 0;
    min-width: 150px;
    font-size: 12px;
    border-bottom: dashed 1px #ccc;
    margin-left: 0px;
    line-height: normal;
}
.menu ul ul ul {
	left:100%;
	top:0;
}
.menu ul a {
    display: block;
}
.menu ul ul a {
    color: #333;
    background: #fff;
    line-height:25px;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
}
.menu li:hover > a,
.menu ul ul :hover > a
{
    color:#333;
    display: block;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
}
.menu ul li:hover > ul {
    display:block;
}
.menu ul li.current_page_item > a,
.menu ul li.current-menu-ancestor > a,
.menu ul li.current-menu-item > a,
.menu ul li.current-menu-parent > a {
	color: #000;
}
.menu ul li.current_page_item a {
    color: #000;
}
* html .menu ul li.current_page_item a,
* html .menu ul li.current-menu-ancestor a,
* html .menu ul li.current-menu-item a,
* html .menu ul li.current-menu-parent a,
* html .menu ul li a:hover {
	color:#fff;
}

/* content */
.content {
    background: url(../images/bg-content.png) repeat-y;
    display: block;
    overflow: hidden;
    border: solid 1px #d8d8d8;
    margin-bottom: 50px;
}

/* crumb */
#crumbs {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ccc;
}
/* post */
.padd {
    padding: 10px 15px;
}
/* detail post */
.post {
    text-shadow: none;
    margin-bottom: 10px;
    color: #333;
}
.post h2,.post h3,.post h1,.post h4 {
    color: #333;
    margin: 0px 0 10px;
}
.post a {
    color: #0099ff;
}
.post a:hover {
    text-decoration: underline;
}
.post p {
    line-height: 18px;
    margin: 0px 0px 20px 0px;
}
.post p.categ {
    font-size: 10px;
    color: #999;
    margin: 0 0 5px 0;
}
.post h1 {
    font-size: 2.5em;
}

.post h2,.post h2 a {
    color: #0099ff;
    font-size: 25px;
    text-decoration: none;
}

.post h3 {
    font-size: 1.2em;
    color: #333;
}

.post h4 {
    font-size: 1.1em;
    color: #666;
}

.post h5 {
    font-size: 0.9em;
    color: #999;
}

.post .comm {
    color: #999;
    background: url(../images/comment-icon.png) left center no-repeat;
    padding-left: 15px;
    font-size: 10px;
    margin: 0;
}
.post .comm a {
    color: #c1c1c1;
}
.post .post-title {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 5px 0;
    letter-spacing: 1px;
}
.post .post-title a {
    color: #333;
}
.post .date {
    color: #999;
    font-size: 11px;
    margin:0 0 15px 0;
    padding-top: 5px;
    text-align: left;
    line-height: normal;
    border-top: solid 1px #ccc;
}
.post .date span {
    font-size: 20px;
    line-height: normal;
}
.post .line {
    border-bottom: dashed 1px #e1e1e1;
    margin: 5px 0;
}
.post ol {padding-left: 20px;}
.post ul {margin: 5px 5px 20px 5px;list-style: circle;}
.post ol {margin: 5px 5px 20px 5px;}
.post ul ul {margin: 5px 5px 5px 5px;}
.post ol ol {margin: 5px 5px 5px 5px;}

.post ol li {
    line-height: 1.5em;
    color: #333;
    margin-bottom: 5px;
    font-size: 12px;
}

.post ul li {
    line-height: 1.5em;
    color: #333;
    background: url(../images/bullet.gif) no-repeat;
    background-position: left 6px;
    padding-left: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
}

.post blockquote {
    border-left: solid 2px #e1e1e1;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 10px;
    padding-bottom: 10px;
    display: block;
}

.post blockquote p {
    font-family: georgia;
    font-size: 0.9em;
    color: #a1a1a1;
}

.post ins {
    color: #333;
    text-decoration: underline;
}

.post del {
    color: #333;
    text-decoration: line-through;
}

.post code {
    color: #333;
    font-family: verdana;
    font-size: 11px;
    background: #eee;
    margin-bottom: 10px;
}
.post .alignnone {
    margin: 7px;
    
}
.post .alignleft {
    float: left;
    margin: 0 7px 7px 0;
}
.post .aligncenter {
    margin: 7px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.post .alignright {
    float: right;
    margin: 0 0 7px 7px;
}
.wp-caption {
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    background-color:#F3F3F3;
    border:1px solid #DDDDDD;
    margin:10px;
    padding-top:4px;
    text-align:center;
}
.post p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}




textarea {
width:97%;
height:20em;
padding:3px;
}
.comment {
color:gray;
border-top:1px solid #ccc;
background:#F5F6F6;
margin:0 0 10px;
padding:10px;
}

.commentsbox {
color:gray;
background:#f4f4f4;
margin:0 0 10px;
padding:10px;
}

.sidebar {
    padding: 15px 20px 15px 0;
}
.sidebar h3 {
    margin-left: -19px;
    padding-left: 19px;
    padding-bottom: 25px;
    background: url(../images/bg-title.png) bottom left no-repeat;
}
