/*
Theme Name: KSDC
Theme URI: http://erwin.terong.com
Description: a-brief-description
Author: Erwin Kodiat
Author URI: http://www.terong.com
Version: 2.0
*/

body {
    font: 9pt Verdana, Arial, helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #fff;
    background: #369;
}

a {
    color: #ff0;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


#header {
    height: 130px;
    border-top: 10px solid #000;
    border-bottom: 5px solid #ccc;
    margin-bottom: 20px;
}

#headerimg h1, div.description {
    display: none;
}

#container {
  width: 100%;
  float: right;
  margin-left: -220px;
}

#sidebar {
    width: 220px;
    float: left;
    background: #22588F;
}

#sidebar a {
    color: #6cf;
}

#sidebar ul {
    padding-left: 10px;
    margin-left: 0;
    list-style: none;
}

#sidebar ul li h2 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 10pt;
}

#sidebar ul li ul {
    margin-top: 0;
}

#content {
    margin-left: 220px;
    padding-left: 20px;
}

#content h2, h3 {
    font-size: 14px;
}

.post-info, .page-info {
	margin:0;
	padding:0;
}
.page-info {
	text-align:center;
}
.post-content, .page-content {
	padding:10px 0;
	margin:3px 0;
	width: 700px;
	border-top:#22588F 1px solid;
}

.post-title, .page-title {
	font-size:14px;
	margin:0;
	padding-top: 3px;
	margin-bottom: 3px;
	font-weight:bold;
}
.page-title {
	font-weight:normal;
}
#content .page-title a, .post-title a:link, .post-title a:visited, .post-title a:hover, .post-title a:active {
	text-decoration:none;
}
.post-date {
	float: left;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	margin: 3px 10px 0 0;
	padding: 8px 3px;
	width: 55px;
	background: #22588F;
	line-height:1em;
}
.post-footer {
	padding-top:20px;
	/*background:url(img/divider.gif) no-repeat center;*/
}
.navigation {
    width: 700px;
}
.navigation .alignleft {
    float: left;
}

.navigation .alignright {
    float: right;
}
.nav_cat_text {
    text-align: center;
    width: 700px;
}
#footer {
    background: #000;
    font-size: 11px;
    padding: 4px;
}

div.clear_both {
    clear: both;
}


textarea#comment {
    width: 700px;
}

table#wp-calendar caption,td,th{
         font-size: 11px;
}

table.terong_vote_table {
    border-collapse: collapse;
    font-size: 11px;
    text-align: left;
    margin: 10px;
}

table.terong_vote_table td {
    padding: 3px;
    border: 1px solid #ccc;
}

table.terong_vote_table th {
    padding: 3px;
    border: 1px solid #ccc;
    text-align: center;
}

table.terong_vote_table td.td_no {
    text-align: right;
    width: 30px;
}

table.terong_vote_table td.td_center {
    text-align: center;
    width: 70px;
}

table.terong_vote_table td.td_center a img {
    border: 1px solid #ccc;
}

table.terong_vote_table tr.generous {
    color: #ccc;
}

div#ksdc_logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 125px;
    height: 130px;
}

div#ksdc_logo a img {
    border: 0;
}

table.ksdc_calendar_box {
    height: 125px;
}

table.ksdc_calendar_box img {
    border: 0;
}

table#ksdc-calendar thead tr th {
    border: 0;
}

table#ksdc-calendar tbody tr td {
    border: 0;
}

blockquote {
    border-left: 2px solid #22588F;
    font-style: oblique;
    font-size: 8pt;
    padding-left: 1em;
}

fieldset.post_detail {
    margin: 20px 0;
}

fieldset.post_detail legend {
    color: #fff;
}

span.obj_undefined {
    color: #ccc;
    font-style: oblique;
}

table.photographer_profile {
    margin: 5px 0;
    width: 600px;
}

table.photographer_profile tr td {
    font-size: 12px;
    vertical-align: top;
}

table.photographer_profile tr th {
    font-size: 12px;
    vertical-align: top;
    width: 200px;
    text-align: right;
}

table.all_photos {
    border-collapse: collapse;
}

table.all_photos tr td {
    padding: 4px;
    font-size: 12px;
    border: 1px solid #ccc;
}

table.all_photos tr th {
    padding: 4px;
    font-size: 12px;
    border: 1px solid #ccc;
}
