/*
Theme Name: Golden Gray
Theme URI: http://wpram.com/
Description: golden gray
Version: 1.5
Author: William Pramana
Author URI: http://wpram.com/
*/

body {
padding: 0;
margin: 0;
text-align: center;
font: 12px/20px Verdana, Arial, Tahoma, sans-serif;
background-image:url(images/content-bg.jpg);
background-position:top center;
background-repeat:repeat-y;
}

a:link {
	color: #6699CC; 
	text-decoration: none;
	}

a:visited {
	color: #6699CC; 
	text-decoration: none;
	}
a:hover {
	color: #FCC4DE;  
	text-decoration: underline;
	}

#heading {
background: #CCCCFF url(images/bg-header.gif) no-repeat;
background-position:top center;
width: 100%;
height: 127px;
margin: auto;
color: #FFF;
text-align: left;
}

#header {
padding-top: 35px;
padding-left: 10px;
}

h1 {
font: 40px Verdana, Arial, sans-serif;
margin: 0;
}

h1 a:link, h1 a:visited {
text-decoration: none;
color: #FFF;
}

h2 {
font: italic normal 15px Verdana, Arial, sans-serif;
margin: 0;
}

h1, h2 {
text-align:center;
}

h3 {
  margin: 1em 0 .2em;
  font: 18px Verdana, Arial, Tahoma, sans-serif;
  color: #6699CC;
  background: url(images/post-icon.gif) no-repeat 0 50%;
  padding-left: 25px;
}

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;
	margin: 0 auto;
	width: 750px;
	text-align: left;
}
#navigation ul, #navigation ul li {
   list-style: none;
   margin: 0;
   padding: 0;
}

#navigation ul {
   text-align: center;
   padding: 5px 0;
}

#navigation ul li {
   display: inline;
   margin-right: .75em;
}

#minitabs {
	border-bottom: 1px solid #FFF;
	background: #FEE3F0;
	text-transform: uppercase;
  text-align:center;
	}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#minitabs a:link, #minitabs a:visited {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #6699CC;
	}

#minitabs li.current_page_item a {
	border-bottom: 6px solid #FFF;
	padding-bottom: 2px;
	color: #000;
	}
#minitabs a:hover  {
  color:#FB98C7;
	border-bottom: 6px solid #FFF;
	padding-bottom: 2px;
}
#main {
	float: left;
	background: #FFF;
	padding: 5px 15px;
	width: 520px;
}

#sidebar {
	width: 180px;
	margin: 0 0 0 550px;
}

#sidebar ul {
	margin-top: 1px;
	padding-left: 6px;
	margin: 0;
	list-style-type: none;
  line-height:13px;
}

#sidebar li {
	padding-left: 18px;
  font-size:10px;
}

#sidebar ul li a:link, #sidebar ul li a:visited {
font-size:13px;
font-weight:bold;
color:#CC99FF;
text-decoration:none;
border-bottom:1px dashed #ccccff;
}
#sidebar ul li a:hover, #sidebar ul li a:active {
border-bottom:none;
color:#ccccff;
}

#footer {
	clear: both;
	background: #CCCCFF;
	background-image: url(images/stamp.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	color: #FFF;
	padding: 5px;
  border-top:35px solid #fff;
  height:80px;
}

#footer p {
	margin: 0;
}
#footer strong {
	color: #1A56C6;
}

#footer a:link, #footer a:visited { 
	color: #fff;
}

.meta {
	color: #6D6D74;
	font-size: 11px;
	margin: 0;
}

.entry {
	padding-bottom: 45px;
	background: url(images/entry-separate.gif) no-repeat center bottom;
}
.entry img {
margin:10px;
border:10px solid #CC99FF;
}

blockquote {
	border-left: 2px solid #CCCCFF;
	padding-left: 5px;
}

.commentbox {
	border: 1px solid #6D6D74;
	margin: 5px 2px;
	padding: 5px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.contactform {
display:block;
clear:both;
}