/*
Theme Name: Golden Gray
Theme URI: http://wpram.com/
Description: golden gray
Version: 1.5
Author: William Pramana
Author URI: http://wpram.com/
*/

body {
margin-top: 100px;
text-align: center;
background: #D8D4C9 url(images/bg-main.gif) repeat-x;
font: 12px/20px Verdana, Arial, Tahoma, sans-serif;
}

a:link {
	color: #000069; 
	text-decoration: underline;
	font-weight: normal;
	}

a:visited {
	color: #000069; 
	text-decoration: underline;
	font-weight: normal;
	}

a:hover {
	color: #CC0000;  
	text-decoration: none;
	}

#heading {
	background: #6D6D74 url(images/bg-header.gif) no-repeat;
	height: 102px;
	margin: 0px auto 0;
	color: #FFF;
	text-align: left;
	position: absolute;
	top: 28px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
}

#header {
padding-top: 50px;
padding-left: 55px;
}

h1 {
font: 24px "Trebuchet MS", Georgia, serif;
margin: 0;
}

h1 a:link, h1 a:visited {
text-decoration: none;
color: #FFF;
}

h2 {
font: italic normal 14px "Trebuchet MS", Georgia, serif;
margin: 0;
}

h3 {
  margin: 1em 0 .2em;
  font: 18px Georgia,Serif;
  color: #6D6D74;
  padding-left: 10px;
}

h4 {
  font: 14px Georgia, serif;
  margin: 2px;
  font-weight: bold;
  color: #6D6D74;
}

h3 a:link, h3 a:visited {
  text-decoration: none;
  color: #6D6D74;
}

#content {
	background: #FFF;
	text-align: left;
	position: absolute;
	top: 130px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
}

li.current_page_item a, #minitabs a:hover {
	border-bottom: 4px solid #FFF;
	padding-bottom: 2px;
	background: #9FA19E;
	color: #D8D4C9;
	}

#main {
	float: left;
	background: #FFF;
	border-left: 1px solid #666666;
	border-right: 1px solid #006633;
	padding-left: 50px;
	padding-right: 30px;
	padding-top: 25px;
	padding-bottom: 15px;
	width: 470px;
}

#sidebar {
	width: 165px;
	margin-top: 30px;
	margin-left: 600px;
}

#sidebar ul {
	margin-top: 1px;
	padding-left: 6px;
	margin: 0;
	list-style-type: none;
}

#sidebar li {
	padding-left: 0px;
}

#sidebar  a{
	color: #696969;
	text-decoration: none;
}

#sidebar  a:hover{
	color: #CC0000;
	text-decoration: underline;
}

#search {
	width: 155px;
	margin-top: -37px;
	margin-left: 600px;
	text-align: left;
}

#footer {
	clear: both;
        background: #D8D4C9 url(images/bg-footer.gif) no-repeat;
        padding-bottom: 40px;
	text-align: center;
        height: 31px;
	color: #ACAB95;
}

#footer p {
	margin-top: 0px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #FFF;
}

#footer a:hover {
	text-decoration: underline;
	color: #FFF;
}

.meta {
	color: #6D6D74;
	font-size: 11px;
	margin: 0;
}

.entry {
	padding-bottom: 25px;
}

blockquote {
	border-left: 2px solid #6D6D74;
	padding-left: 5px;
}

.commentbox {
	border: 0px solid #6D6D74;
	margin: 60px 0px;
	padding: 0px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

