/*
THEME NAME: BloGTK
THEME URI: http://blogtk.sourceforge.net
DESCRIPTION: The theme for the BloGTK website
VERSION: 2.0.0
AUTHOR: Jay Reding
AUTHOR URI: http://jayreding.com/
*/

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #fbe673;
}

#container {
	width: 800px;
	background-image:  url(images/container-background.png);
	background-repeat: repeat-y;
	background-position: center;
	margin: 10px auto 10px auto;
}

#header {
	width: 800px;
	height: 140px;
	background-image:  url(images/blogtk-header.png);
	background-repeat: no-repeat;
	font-size: 0em; !important
}

#header #homelink {
	display: block;
	width: 400px;
	height: 150px;
}

#content {
	width: 560px;
	float: left;
	margin: 10px 10px 0 20px;
}

#sidebar {
	margin-left: 560px;
	margin-top: -100px;
	padding: 0;
	list-style: none;
}

#footer {
	width: 800px;
	background-image:  url(images/footer-background.png);
	height: 45px;
	float: clear;
	clear: both;
	text-align: center;
	padding-top: 15px;
	font-size: .8em;
	font-weight: bold;
}

#navigation {
	height: 208px;
	width: 200px;
	background: url(images/nav_sprite.gif);
    margin: 10px auto; 
	padding: 0;
    position: relative;
}

#navigation li {
    margin: 0;
	padding: 0;
	list-style: none;
    position: absolute; 
}

#navigation li, #navigation a {
    height: 40px;
	display: block;
}
#navlink_down {
	left: 0;
	height: 40px;
	width: 200px;
}

#navlink_down a:hover  {
	background: transparent url(images/nav_sprite.gif) 0 -208px no-repeat;
}

#navlink_shots {
	top: 40px;
	width: 200px;
	height: 40px;
	position: absolute;
}

#navlink_shots a:hover {
	background: transparent url(images/nav_sprite.gif) 0 -248px no-repeat;
}

#navlink_shots_active  {
	top: 40px;
	width: 200px;
	height: 40px;
	position: absolute;
	background: transparent url(images/nav_sprite.gif) 0 -248px no-repeat;
}

#navlink_faq {
	top: 80px;
	width: 200px;
	height: 40px;
	position: absolute;
}

#navlink_faq a:hover {
	background: transparent url(images/nav_sprite.gif) 0 -288px no-repeat;
}

#navlink_faq_active  {
	top: 80px;
	width: 200px;
	height: 40px;
	position: absolute;
	background: transparent url(images/nav_sprite.gif) 0 -288px no-repeat;
}

#navlink_blog {
	top: 120px;
	height: 40px;
	width: 200px;
}

#navlink_blog_active  {
	top: 120px;
	width: 200px;
	height: 40px;
	position: absolute;
	background: transparent url(images/nav_sprite.gif) 0 -328px no-repeat;
}

#navlink_blog a:hover {
	background: transparent url(images/nav_sprite.gif) 0 -328px no-repeat;
}

#navlink_home {
	top: 160px;
	height: 40px;
	width: 200px;
}

#navlink_home a:hover {
	background: transparent url(images/nav_sprite.gif) 0 -368px no-repeat;
}

#navlink_home_active {
	top: 160px;
	height: 40px;
	width: 200px;
	background: transparent url(images/nav_sprite.gif) 0 -368px no-repeat;
}

.sidestuff {
	text-align: right;
	margin-right: 30px;
}

.command {
	margin-left: 20px;
	margin-right: 20px;
	font-style: italic;
}

/* Text Formatting */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.footnote {
	font-size: .8em;
}

/* Post Styles */

.post {
	border-bottom: 1px solid black;
	margin: 0 0 10px 0;
}

.entry {
	font-size: 90%;
}

.postmetadata {
	font-size: 80%;
}

#content h2 {
	margin: 0;
	padding: 0;
}

h2, h2 a {
	text-decoration: none;
	color: #FF9800;
}

h2 a:visited {
	text-decoration: none;
	color: #FF9800;
}

.navigation {
	font-size: 75%;
	display: block;
	text-align: center;
	margin: 10px 0 60px 0;
}

/* Comment styles */

textarea#comment {
	width: 100%;
}

ol.commentlist {
	font-size: 80%;
	list-style-type: none;
	margin: 0;
	padding: 0 20px;
}

ol.commentlist li {
	padding: 10px 0 0 0;
	border-bottom: 1px solid #000;
}

img.avatar {
	float: left;
	margin: 0 10px 10px 0;
}

/* Sidebar styles */

.widget {
	margin: 10px 20px 10px 40px;
	border-bottom: 1px solid #000;
	padding: 10px 5px;
}

#calendar {
	font-size: 75%;
}

#sidebar li ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: disc;
	font-size: 80%;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Alignments */

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.chaotic { }
.neutral { }
.good { }
.evil { }

.alignright {
	float: right;
}

.alignleft {
	float: left
}

