/*
Theme Name: Galactic Hunter
Theme URI: http://www.galactichunter.com/
Description: Todd's work-in-progress to adapt GH to WordPress
Version: 0.1
Author: Michael B
*/
/*Special Thanks to Urban Giraffe for the Dissecting a Theme Guide, which inspired me to develop the blank theme
http://www.urbangiraffe.com/themes/guides

Additional thanks to Michael Hielemann at http://binarybonsai.com for the default Kubrick Theme
*/

/*-----------Block Level Elements--------------*/

Body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: black;
	color: white;
	text-align: center;
}

#page {
	background-color: black;
	width: 750px;
	text-align: left;
}

#header {

}

#headerimg {

}

.description {

}

#wrapper {

}

#content {

}

#sidebar {

}

#footer {

}

a {
	color: #66B6AA;
	text-decoration: none;
}

/*-------------Headings-------------*/

h1 {

}

h2 {
	/* IE stupidity fix */
	font-size: medium;
}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/


.post {
	border-bottom: 1px solid #ddd;
}

.post p {

}

.post a {

}

.post h2 a:hover, .post h2 a:visited, .post h2 a {
	color: #EE950F;
}

.post ul {

}

.post li {

}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {

}

#sidebar ul h2 {

}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/








