* {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    background: url(images/bg-head.png) repeat-x;
    text-align: center;
    font-family: arial, tahoma, verdana;
    font-size: 12pt;
}
h1,h2,h3,h4,h5,h6 {
    padding: 5px 0;
}
h1 {
    padding-bottom: 20px;
}
h2 {
    padding-bottom: 15px;
}
h3 {
    padding-bottom: 10px;
}
h4 {
    padding-bottom: 5px;
}
h5 {
    padding-bottom: 5px;
}
h6 {
    padding-bottom: 5px;
}
a, img, img a {
    border: none;
}
a {
    color: #5E2750;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.top-logo {
    width: 1000px;
    height: 105px;
    position: relative;
    margin: 0 auto;
}
.logo {
    width: 626px;
    height: 105px;
    float: left;
}
.pic {
    width: 190px;
    height: 115px;
    position: absolute;
    right: 0;
    background: url(images/pic.png) no-repeat;
}
.menu {
    width: 100%;
    height: 45px;
    background-color: #4a3242;
    border-bottom: solid 1px #cccccc;
}
.list-menu {
    width: 1000px;
    height: 45px;
    list-style: none;
    margin: 0 auto;
}
.list-menu li {
    float: left;
    margin: 0 1px;
}
.list-menu li a {
    padding: 5px;
    line-height: 45px;
    color: #fff;
    text-decoration:none;
}
.list-menu li a.current, .list-menu li a:hover {
    background-color: #fff;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius : 5px;
}
.header {
    width: 100%;
    height: 352px;
    background-color: #5e2750;
    text-align: left;
}
.bg-head {
    width: 1000px;
    height: 352px;
    margin: 0 auto;
    background: url(images/bg-header.png) no-repeat;
}
.pic-header {
    width: 393px;
    height: 297px;
    float: left;
    margin:25px 20px 0;
    position: relative;
}
#content{
    margin:0px auto;
    height:60px;
    width:393px;
    background-color:#262626;
    border-top:3px solid #4F4F4F;
    border-bottom:3px solid #4F4F4F;
    position:absolute;
}
#contentframe{
    text-align:center;
}
		
/*Supersize Plugin Styles*/
#supersize img, #supersize a{
    height:297px;
    width:393px;
    display:none;
}
#supersize .activeslide, #supersize .activeslide img{
    display:inline;
}
.dec-header {
    width: 525px;
    height: 200px;
    float: left;
    margin:70px 20px 0;
    color: #fff;
}
.content {
    width: 1000px;
    height: auto;
    background-color:#EAE3E8;
    margin: 0 auto;
    text-align: left;
    padding: 20px 0;
    overflow: hidden;
}
.content2 {
    width: 100%;
    background-color: #EAE3E8;
}
.left {
    width: 250px;
    height: auto;
    overflow: hidden;
    float: left;
}
.left .info {
    background: #f0f0f0;
    border: solid 1px #ccc;
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
}
.left img {
    margin: 5px;
    float: left;
}
.left ul {
    list-style-image: url(images/list.png);
    list-style-position: inside;
}
.left ul li {
    padding: 7px 0  7px 20px;
    border-bottom: solid 1px #444;
}
.left ul li:hover {
    background-color: #f0f0f0;
}
.left ul li a {
    padding: 10px 0;
    color: #444;
}
.left ul li a:hover {
    text-decoration: none;
}
.right {
    width: 930px;
    height: auto;
    float: left;
    margin-left: 20px;
}

.box-pic {
    width: 140px;
    height: auto;
    text-align: center;
    overflow: hidden;
    float: left;
    margin: 0 10px;
}
.footer {
    width: 100%;
    height: 50px;
    background: #5e2750;
    font-size: 9pt;
    text-align: left;
}
.footer-isi {
    width: 1000px;
    height: 50px;
    margin: 0 auto;
    color: #fff;
    line-height: 50px;
}
.footer-isi a {
    color: #ff9900;
    text-decoration: none;
}
.footer-isi a:hover {
    text-decoration: underline;
}
/*
POST BODY CSS
*/

.right h1, .right h2, .right h3, .right h4, .right h5, .right h6 {
    line-height: 1.3em;
    font-weight: normal;
}

.right p {
    font-size: 1em;
    line-height: 1.4em;
    margin: 0px 0px 10px 0px;
}

.right h1 {
    font-size: 2.5em;
}

.right h2 {
    font-size: 2em;
}

.right h3 {
    font-size: 1.8em;
}

.right h4 {
    font-size: 1.5em;
}

.right h5 {
    font-size: 1.3em;
}

.right h6 {
    font-size: 1em;
    font-weight: bold;
}
.right .date {
    margin-bottom: 10px;
    font-size: 0.6em;
}

.right ol {padding-left: 20px;}
.right ul {margin: 5px 5px 20px 5px;list-style: circle;}
.right ol {margin: 5px 5px 20px 5px;}
.right ul ul {margin: 5px 5px 5px 5px;}
.right ol ol {margin: 5px 5px 5px 5px;}

.right ol li {
    line-height: 1.5em;
    margin-bottom: 5px;
    font-size: 12px;
}

.right ul li {
    line-height: 1.5em;
    background: url(images/bullet.gif) no-repeat;
    background-position: left 6px;
    padding-left: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
}

.right blockquote {
    background: #f4f4f4;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 50px;
    padding-bottom: 10px;
    display: block;
}
.right em {
    font-size: 0.9em;
}
.right blockquote p {
    font-family: arial;
    font-size: 0.8em;
    line-height: 1.3em;
    letter-spacing: -1px;
    font-weight: bold;
    color: #587ae6;
}

.right ins {
    color: #333;
    text-decoration: underline;
}

.right del {
    color: #333;
    text-decoration: line-through;
}

.right code {
    color: #333;
    font-family: verdana;
    font-size: 11px;
    background: #eee;
    margin-bottom: 10px;
}
.right .alignnone {
    margin: 7px;
}
.right .info {
    background: #f0f0f0;
    border: solid 1px #ccc;
    height: 30px;
	width: 200px;
    line-height: 30px;
    margin: 10px 0;
}
.right .alignleft {
    float: left;
    margin: 0 7px 7px 0;
}
.right .aligncenter {
    margin: 7px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.right .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;
}
.right p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
