/*
Theme Name: Galaxy
Theme URI: http://galaxyelf.com/blog
Description: Handy's Galaxy theme for Wordpress.
Version: 0.1
Author: Handy Patriawan
Author URI: http://galaxyelf.com/blog

Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*
Revision History:
  04/07/2007 - Handy 
  05/12/2007 - Handy
  12/05/2007 - Handy: Update sidebar
  04/03/2008 - Handy: Content hyperlinks are underlined
  05/08/2008 - Handy: Add background for post_highlight class
  05/31/2008 - Handy: Change post_highlight to use fixed width fonts
  09/06/2008 - Handy: Make font more nice
*/

body {
	background: #ffffff;
	color: #111111;
	font-size: 1.5ex;
	font-family: Arial, Tahoma, Geneva, Helvetica, Verdana, sans-serif;
}

a {
	text-decoration: none;
}

#page {
	padding-left: 10px;
	padding-right: 10px;	
}

#header {
	background-color: #000000;
	font: normal 1em "Arial Rounded MT Bold", arial;
	letter-spacing: 0.4ex;
	word-spacing: 0.5px;
	margin-bottom: 10px;
	color:  #eeeeee;
}

#headerimg {
	padding-left: 10px;
	height: 136px;
	background: url(images/header.jpg) no-repeat;
	border: 5px solid #666666;
}

#headerimg a {
	color: #eeeeee;
	text-decoration: none;
}

#sidebar {
	float: right;
	width: 30%;
}

#sidebar ul{
	list-style: none;
}

.pagenav h2, .sidebar_header h2, .categories h2, .linkcat h2 {
	background: #9cf url(images/upper_left_blue.gif) no-repeat left top;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
	letter-spacing: 0.1ex;
	padding-left: 10px;
	font: 1.2em Helvetica, Arial, Helvetica, Geneva, sans-serif;
}

.pagenav ul, .sidebar_header ul, .categories ul, .linkcat ul  {
	background-color: #fdff92;
	padding-left: 15px;
	margin-top: 0;
	padding-top: 4px;
}

.pagenav li, .sidebar_header li, .categories li, .linkcat li  {
	font: 2ex Geneva, Helvetica, Verdana, sans-serif;
	padding-bottom: 3px;
}

#sidebar a {
	color: #3728d1;
}

#content {
	width: 70%;
}

#content a {
	text-decoration: underline;
	font: 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.post {
	margin-bottom: 3.5em;
}

.post_entry {
	margin-top: 2ex;
	padding-left: 10px;
	font: 1.1em Geneva, Helvetica, Verdana, sans-serif;
	letter-spacing: 1px;
}


.post_highlight {
	border: 2px solid #6165fd;
	margin-left: 10px;
	padding: 10px 5px;
	font-style: italic;
	background-color: #daf8ff;
	font: 0.9em Monaco, "Andale Mono", "Lucida Console", "Courier New", Courier, mono;
}

.post a {
	font-size: 1.2em;
	letter-spacing: 0.3ex;
}

h2.post_title {
	padding-left: 25px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0px;
	background: url(images/post_image.png) no-repeat;
}

a.post_title_link {
	text-decoration: none;
	color: #283cba;
	letter-spacing: 2px;
}

.post_info {
	padding-left: 20px;
	letter-spacing: .1em;
}

.post_info a {
	color: #39885d;
}

.post_info h3 {
	padding: 0px;
	margin: 0px;
	font: normal 1em Tahoma, Arial, Helvetica, sans-serif;
}

a.more-link{
	padding-top: 10px;
	font-size: 1.0em;
	color: #b52340;
}

.post_comment_link {
	padding-left: 10px;
}

.post_comment_link a{
	color: #5a17d0;
	font: normal 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#footer {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

a:hover {
	text-decoration: underline;
}

