/*
    designed by AlphaStudio.pl
    http://www.alphastudio.pl/
    released under Creative Commons Attribution 3.0 license
*/

* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px Tahoma, Geneva, sans-serif;
    color: #555555;
    background: #263034 url('images/bg.gif') repeat-y top;
}

h1, h2 {
    text-transform: lowercase;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 4em;
    letter-spacing: -2px;
}

h2 {
    font-size: 2.5em;
    letter-spacing: -1px;
    color: #2C363C;
}

h3 {
    font-size: 1.5em;
    letter-spacing: -1px;
	color:#804e1c;
    text-shadow: 0px 1px 0px #FFF;
	padding-bottom: 10px;
}

p {
    padding: .75em 0;
    line-height: 1.5em;
}

a {
    text-decoration:none;
    color: #6F8D33;
}

a:hover {
    text-decoration:underline;
}

a:visited {
    text-decoration:none;
    color: #6F8D33;
}


.img {
    margin-bottom: 1em;
    border: 1px solid #97bd50;
}

/* header */

#header, #menu, #main, #bar, #footer {
    width: 100%;
    min-width: 1250px;
}

#header2 {
    margin: 0 auto;
    width: 1088px;
    height: 200px;
    padding: 0 0px;
    background: #0B171E url('images/bg-header2.jpg') repeat-y;
}

#logo {
    float: left;
	padding-left:25px;
	padding-top:15px;
    text-shadow: 0px 1px 0px #333;
}

#header h1 {
    color: #E7E7E7;
    padding: 0 0 0 0;
}

#header h1 a {
    text-decoration: none;
    color: #E7E7E7;
}

p#subtitle {
    position: relative;
    top: -.3em;
    padding: 0;
    font: 1.5em "Times New Roman", Times, serif;
    letter-spacing: -1px;
    text-transform: lowercase;
	font-style:italic;
    color: #FFC;
}

/* search */

#search {
    float: right;
    width: 235px;
    height: 38px;
    margin-top: 110px;
    padding-left: 15px;
    background: #E8F0D9 url('images/search.gif') no-repeat;
    border: none;
}

#search input.text {
    float: left;
    display: block;
    width: 192px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 0;
    color: #282925;
    background: none;
    border: none;
}

#search input.submit {
    float: right;
    display: block;
    width: 40px;
    height: 38px;
    background: url('images/submit.gif') no-repeat 10px 11px;
    border: none;
    cursor: pointer;
}

/* menu */

#menu {
    background: #9BBE54 url('images/menu.gif') repeat-x;
}

#menu2 {
    margin: 0 auto;
    width: 1040px;
    height: 44px;
    padding: 11px 80px 36px 130px;
    background: #8FB63F url('images/menu.jpg');
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: block;
    float: left;
    padding-right: 50px;
}

#menu ul li a {
    font: 22px/40px "Roboto Condensed", Arial, Helvetica, sans-serif;
    text-transform: lowercase;
    text-decoration: none;
    text-shadow: 0px -1px 0px #607725;
    color: #FFFFFF;
}

#menu ul li a:hover {
    font: 22px/40px "Roboto Condensed", Arial, Helvetica, sans-serif;
    text-transform: lowercase;
    text-decoration: none;
    text-shadow: 0px -1px 0px #607725;
    color:#fd7304;
}

/* main */

#main {
    clear: both;
    background: #F4F2E1 url('images/main.gif') repeat-x bottom;
}

#main2 {
    margin: 0 auto;
    width: 1250px;
    background: #F8F7ED url('images/main2.gif') repeat-y;
}

#main3 {
    padding: 0 105px 50px 105px;
    background: url('images/main.jpg') no-repeat bottom;
}

/* content */

#content {
    float: left;
    width: 640px;
    padding: 10px 0 0 0;
}

#content .post {
    padding: 0 0 0 0;
}

#content .entry {
    padding-top: 0.5em;
}

#content h2 a {
    color: #2C363C;
    text-decoration: none;
}

p.postmeta {
    color: #8C8C8C;
}

p.readmore {
    padding-right: 2em;
    text-align: right;
}

p.readmore a {
    display: block;
    float: right;
    width: 120px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    text-decoration: none;
    color: #FFFFFF;
    background: #B4C298;
    border: 1px solid #9DA984;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* sidebar */

#sidebar {
    float: right;
    width: 320px;
    padding: 10px 0 0 0;
}

#sidebar h2, #bar h2 {
    font-size: 2em;
}

#sidebar .box {
    padding: 2.5em 0 3em 0;
}

#sidebar p {
    line-height: 2em;
}

#sidebar ul {
    list-style: none;
    margin-top: 2em;
    padding-bottom: 0.75em;
}

#sidebar ul li {
	background: url(images/jempol.png) no-repeat;
	margin-left: 5px;
	padding-left: 25px;
	height:35px;
}

/* bar */

#bar {
    clear: both;
    background: #AEBD8F url('images/bar.gif') repeat-x bottom;
}

#bar2 {
    margin: 0 auto;
    width: 1250px;
    background: #B4C298 url('images/bar2.gif') repeat-y;
}

#bar3 {
    padding: 10px 0 70px 105px;
    background: url('images/bar.jpg') no-repeat bottom;
}

.col {
    float: left;
    width: 320px;
    padding-right: 40px;
}

.col h2 {
    text-shadow: 0px 1px 0px #EAE9CA;
    color: #000000;
}

.col ul {
    list-style: none;
    margin-top: 0.5em;
    padding-bottom: 1em;
    border-top: 1px solid #AEBD8F;
}

.col ul li {
    padding: .3em 0 .3em .3em;
    line-height: 1em;
    border-bottom: 1px solid #AEBD8F;
}

.col ul li a {
    color: #5B732A;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
    clear: both;
}

#footer2 {
    margin: 0 auto;
    width: 1250px;
    background: #0B171E url('images/bg.gif') repeat-y top;
}

#footer p {
    text-align: center;
	padding-top:0px;
	color:#CCC;
}

.phone {
	color:#804e1c;
	font-size:23px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left: 35px;
	margin-top: 0px;
	background:url(images/telp.png) no-repeat;
}
.email {
	color:#804e1c;
	font-size:23px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left: 35px;
	margin-top: 0px;
	background:url(images/amplop.png) no-repeat;
}

.borderbawah {
    border-bottom: 1px solid #AEBD8F;
}