/*
Theme Name: Golden Gray - adapted
Theme URI: http://wpram.com/
Description: golden gray
Version: 1.5
Author: William Pramana
Author URI: http://wpram.com/
Significant edits made by Cori Samuel
*/

body {
padding: 0;
margin: 0;
text-align: center;
background: #EBE4C9 url(images/bg-main.gif) repeat-x;
font: 12px/20px Verdana, Arial, Tahoma, sans-serif;
}

a:link {
	color: #7C4C3B; /* #8B5F31; */
	text-decoration: none;
	}

a:visited {
	color: #AB927B; 
	text-decoration: none;
	}

#heading {
background: #000000 url(images/bg-header.gif) no-repeat;
width: 770px;
height: 323px;
margin: 2px auto 0;
color: #FFF;
text-align: left;
}

#header {
padding-top: 35px;
/* padding-left: 0px; */
}

h1 {
font: 24px "Trebuchet MS", Georgia, serif;
margin: 0;
}

h1 a:link, h1 a:visited {
text-decoration: none;
color: #FFF;
border-bottom: 0px;
}

h2 {
font: italic normal 14px "Trebuchet MS", Georgia, serif;
margin: 0;
}

h3 {
  margin: 1em 0 .2em;
  font: 18px Georgia,Serif;
  color: #7C4C3B;
  background: url(images/post-icon.gif) no-repeat 0 50%;
  padding-left: 25px;
}

h4 {
  font: 14px Georgia, serif;
  margin: 2px;
  font-weight: bold;
  color: #7C4C3B;
}

h3 a:link, h3 a:visited {
  text-decoration: none;
  color: #7C4C3B;
  border-bottom: 0px;
}

#content {
	background: #FFF;
	margin: 0 auto;
	width: 770px;
	text-align: left;
}

#navigation {
	padding: 5px;
}

#minitabs {
	margin: 0;
	padding: 10px 0 25px 8px;
	background: #7C4C3B  url(images/mt-main.gif) no-repeat;
	text-transform: uppercase;
	}


#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#minitabs a:link, #minitabs a:visited {
	float: left;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 9px 4px 9px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #FFF;
	border-bottom: 0px;
	}

#minitabs li.current_page_item a {
	border-bottom: 3px solid #FFF;
	}

#minitabs a:hover {
	border-bottom: 3px dashed #FFF;
	}


#main {
	float: left;
	background: #FFF;
	padding: 5px 15px;
	width: 520px;
}

#sidebar {
	width: 200px;
	margin: 0 0 0 550px;
}

#sidebar ul {
	margin-top: 1px;
	padding-left: 6px;
	margin: 0;
	list-style-type: none;
}

#sidebar li {
	background: url(images/bullet.png) no-repeat 0 5px;
	padding-left: 18px;
}


#footer {
	clear: both;
	background: #7C4C3B url(images/bg-footer.gif) no-repeat;
	text-align: center;
	color: #FFF;
	padding: 5px;
	font-size: 0.9em;
}

#footer p {
	margin: 0;
}

#footer a:link, #footer a:visited { 
	color: #B5927C;
	font-size: 0.9em;
}

.meta {
	color: #7C4C3B;
	font-size: 0.8em;
	margin: 0;
}

.entry {
	padding-bottom: 25px;
	background: url(images/entry-separate.gif) no-repeat center bottom;
}

blockquote {
	border-left: 2px solid #AB927B;
	padding-left: 5px;
}

.commentbox {
	border: 1px solid #AB927B;
	margin: 5px 2px;
	padding: 5px;
}

li.alt { border-bottom: 1px solid #AB927B;
	 border-top: 1px solid #AB927B;}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.rsswidget, .rss-date, .rsswidget a { font-size: 0.9em; text-decoration: none; }

.aktt_tweets { font-size: 0.9em; }

