/* 
    Created on : 29 Mei 10, 8:12:47
    Author     : Daniy
*/

* {
    margin: auto;
    padding: 0;
}

body {
    font: 11px Tahoma, Verdana, Helvetica, Arial, sans-serif;
    line-height: 1.5em;
    background: #6C91A6 url(images/bgbody.jpg) repeat-x scroll 0 0;
    text-align: left;
}

/******* Layouts ***********************************/

#wrapper {
    width: 960px;
    background-color: #FFF;
}

#header {
    height: 110px;
    background-color: #C5E3FE;
}

#header a { font-weight: normal; color: #484F57; }

#header-left {
  float: left;
  width: 200px;
  height: 110px;
  margin-right: 10px;
  background: #C5E3FE url(images/logo.jpg) no-repeat 0 0;
}

#header-right {
  background: #C5E3FE url(images/header-right.png) no-repeat scroll right top;
  float: right;
  padding: 22px 10px;
  width: 730px;
}

#header-upper {
    background: #FFF url(images/header-upper.png) no-repeat 0 0;
    height: 25px;
    text-align: right;
    padding: 10px 20px;
}

#header-nav {
    clear: both;
    background: #484F57 url(images/header-nav.jpg) repeat-y scroll;
    width: 960px;
    float: left;
    color: #FFF;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

#header-nav li {
    margin: 0;
    padding: 0;
    float: left;
    list-style-type: none;
}

#header-nav a {
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    padding: 8px 15px;
    text-decoration: none;
}

#header-nav a:hover {
    background-color: #5E7F76;
    color: #FFFFFF;
}

#content {
    padding: 0 20px 15px;
    float: left;
    width: 920px;
}

#page-404 #content, #page-single #content,
#page-explorer #content, #page-latest #content,
#page-gallery #content, #page-gallery-latest #content,
#page-tag #content, #page-category #content,
#page-blogentry #content, #page-privacy-policy #content {
    background: url(images/bg-content-lower.jpg) bottom right no-repeat scroll;
}

.content-left,
.content-left-gallery,
#page-gallery .content-left-gallery {
    float: left;
    width: 760px;
}

#page-gallery .content-left-gallery { text-align: center; }

.content-left-gallery p { padding: 0 65px 10px; }

.content-left .left {
    width: 420px;
    float: left;
}

.content-left .center {
    float: left;
    width: 300px;
    margin: 0 0 10px 20px;
}

.boxtop {
    background: url(images/boxtop.gif) no-repeat scroll top;
    height: 9px;
}

.boxbot {
    background: url(images/boxbot.gif) no-repeat scroll bottom;
    height: 9px;
}

.box {
    border-left: 1px solid #5F8077;
    border-right: 1px solid #5F8077;
    padding: 0 15px;
}

.box-post {
    height:80px;
    padding:10px 5px;
}

.box-post img {
    margin: 0 10px 0 0;
    float: left;
}

.box-post a {
    text-decoration: underline;
}

.right {
    float: right;
    width: 160px;
}

.centercenter {
    background-color: #FFFF66;
    display: block;
    clear: both;
    margin: 10px 0;
    padding: 10px 0;
    text-align: center;
}

#content-bottom {
    position: relative;
    text-align: left;
    clear: both;
    width: auto;
    margin: 0;
    padding: 10px 20px 0;
}

#footer {
    background: #484F57;
    padding: 5px 20px;
    text-align: center;
    color: #FFF;
}

.before-content {
    background: url(images/shadow-top.jpg) repeat-x scroll;
    height: 12px;
    clear: both;
}

.before-footer {
    height: 12px;
    background: url(images/shadow-bot.jpg) repeat-x scroll;
    clear: both;
}

.center p, .left p, .centercenter p {
    padding-bottom: 15px;
}

.solidbg {
    background-color: #5E7F76;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.solidbg:hover { background-color: #484F57; }

.solidbg a:link, .solidbg a:hover, .solidbg a:visited, .solidbg a:active {
    color: #FFFFFF;
    display: block;
    padding: 5px;
    width: 290px;
}

.left img { padding: 0 0 10px 0; }

.iklan420 {
    padding: 20px;
    background-color: #484F57;
    margin-bottom: 10px;
}

.voter {
    width: 100%;
    height: 100px;
    margin: 10px 0;
    padding: 5px;
    text-align: center;
}

.voter a:link, .voter a:visited { color: #000000; background-color: #FFFFFF; border: 1px solid #000000; padding: 2px 5px; }
.voter a:hover, .voter a:active { color: #FFFFFF; background-color: #000000; padding: 2px 5px; }

.voter .vote-like { background: url(images/bomb-love-sprite.png) scroll no-repeat top left; }
.voter .vote-like:hover { background: url(images/bomb-love-sprite.png) scroll no-repeat bottom left; }
.voter .vote-hate { background: url(images/bomb-love-sprite.png) scroll no-repeat top right; }
.voter .vote-hate:hover { background: url(images/bomb-love-sprite.png) scroll no-repeat bottom right; }

/******* END Layouts ***********************************/


/******* Text Styles ***********************************/
h1,h2,h3,p,ul,form { padding: 0px; margin: 0px; }
h1,h2,h3 { color: #5E7F76; margin-bottom: 15px; }
h1 {
  font-family: Helvetica,Arial,Tahoma,Verdana,sans-serif;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 0.9em;
}
h1 a { font-weight: normal; }
h2 { font-size: 18px; line-height:1.3em; }
h3 { font-size: 12px; font-weight: bold; }
h3 a { color: #5E7F76; padding:2px; }
h3 a:hover { color: #FFFFFF; background-color: #5E7F76; }
#header h4 { margin-left: -9999px;  }
ul { list-style: none; padding:0 0 15px; }

.right ul li a {
    color: #484F57;
    display: block;
    border-bottom: 1px;
    font-weight: bold;
    border-bottom: 1px solid #dae8eb;
    padding: 5px 0 4px 5px;
}

.right ul li a:hover {
    color: #FFFFFF;
    background-color: #484F57;
}

p a:hover { color: #FFFFFF; background-color: #5E7F76; padding: 2px 0; }
a { color: #5E7F76; text-decoration: none; font-weight: bold; }
a:hover { color: #484F57; }
a img { border: none; }

.section-title {
    width: 100%;
    margin: 10px 0;
}

.section-title a {
    font: bold 11px Tahoma, Verdana, Arial, sans-serif;
    color: #FFFFFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    padding: 5px;
    background: none no-repeat scroll 0 0 #484F57;
}

.section-title a:hover {
    color: #484F57;
    background-color: #C5E3FE;
}

ul.post-list { float: left; }

.post-list li {
    background: none no-repeat scroll 0 0 #C5E3FE;
    width: 230px;
    float: left;
    margin: 0 5px 5px 0;
    padding: 10px 8px;
}

.post-list a {
    color: #000000;
    font-weight: normal;
}

.post-list li:hover {
    background-color: #A1C2FF; /*#6C91A6 #A1C2FF*/
}

.post-list img { float: left; }
.post-list .caption-title {
    float: right;
    width: 142px;
}

#content-bottom a { padding: 2px; }
#content-bottom a:hover {
    position: relative;
    background-color: #5E7F76;
    color: #FFFFFF;
}

#content-bottom img { float: left; margin: 0 20px 10px 0; }

#footer p, #footer a { color: #8B9299; }
#footer a { font-weight: normal; }
#footer p a:hover { background: none; padding:0; }

.description { color: #484F57; font-weight: bold; }

/******* END Text Styles ********************************/

/******* Other Formatting *******************************/

.paging-nav { margin: 10px 0 0; height: auto; text-align: center; }
.paging-nav a {
    color: #484F57;
    background: #DAE8EB none repeat scroll 0 0;
    border: #484F57 solid 1px;
    padding: 2px 3px;
    margin: 0;
    line-height: 3em;
}
.paging-nav a:hover,
.paging-nav a.paging-current {
  color: #DAE8EB;
  background: #484F57 none repeat scroll 0 0;
}

.preview { margin: 20px 0; }
.preview img { max-width: 200px; max-height:100px; }
.preview a { color:#FFFFFF; background-color:#000000; }
.preview p { padding: 10px 0; }
.emphasize a { text-decoration: underline; }
.emphasize { font-size: 20px; font-style: italic; font-weight: bold; margin:10px 0; }

.hulahoop { margin: 20px 0; }

/* Spesial mabes pakai telor */
.input-title { font-size:25px; padding:5px; }
textarea { font-size: 12px; padding:5px; }

