/*
Theme Name: Geekbox.net (right sidebar)
Theme URI: http://www.geekbox.net/
Description: Geekbox.net (with right-hand sidebar)
Version: 1.0
Author: Ryan Scott

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/



/* -------------------- BEGIN GLOBAL DEFAULTS -------------------- */
body {
/*	background: url("images/background.gif"); */
	background-color: #37393b;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Sans-Serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	margin: 0;
	padding: 0;
	text-align: center;
	}

#content {
	font-size: 1.2em
	}

#page-top { 
	background: url("images/frame_top.gif") no-repeat center top;
	bottom: 0px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 762px;
	}

#page {
	background: url("images/frame_body.gif") repeat-y center; 
	border: none;
	bottom: 15px;
	color: #000000;
	margin: 0px auto;
	padding: 0;
	position: relative;
	text-align: left;
	width: 762px;
	}

#page-bottom {
	background: url(images/frame_bottom.gif) no-repeat center bottom;
	padding-top: 30px;
	width: 762px;
	}
/* -------------------- END GLOBAL DEFAULTS -------------------- */




/* -------------------- BEGIN HEADERS/FOOTERS -------------------- */
#headerimg {
	background: url("images/header.gif") no-repeat center;
	height: 210px;
	margin: 20px auto 10px auto;
	width: 100%;
	}

#footer {
	clear: both;
	margin: 0px auto 20px auto;
	padding: 0 0 0 0px;
	width: 760px;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	margin-left: -250px;
	font: 1.2em Verdana;
	}
/* -------------------- END HEADERS/FOOTERS -------------------- */




/* -------------------- BEGIN MAIN TEXT FORMATTING -------------------- */
/* Defaults for links */
a {
	color: #0A5692;
	text-decoration: none;
	}

/* Defaults for links on mouseover */
a:hover {
	color: #147;
	text-decoration: underline;
	}

/* Defaults for visited links */
a:visited {
	color: #8E1616;
	}

/* Defaults for active links */
a:active {
	color: #0011B9;
	}

/* Default image behavior */
a img {
	border: none;
	}

/* Block quote formatting */
blockquote {
	background: url(images/quote.gif) no-repeat left top;
	color: #000000;
	font-style: italic;
	margin: 15px 30px 0 10px;
	padding-bottom: 30px;
	padding-left: 20px;
	}

/* More block quote formatting */
blockquote cite {
	display: block;
	margin: 5px 0 0;
	}

/* Main text entry box - alignment */
.entry {
	background: url(images/post_body.gif) repeat-y center;
	bottom: 11px;
	font-family: Verdana, Geneva, Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 465px;
	}

/* Main text entry box - paragraph spacing */
.entry p {
	margin: 0px 0px 0px 0px;
	padding: 15px;
	}

/* Main text entry box - unvisited links */
.entry p a {
	color: #0A5692;
	}

/* Main text entry box - links on mouseover */
.entry p a:hover {
	color: #147;
	text-decoration: underline;
	}

/* Main text entry box - visited links */
.entry p a:visited {
	color: #8E1616;
	}

/* Main column - alignment */
.narrowcolumn {
	float: left;
	margin: 0px 0 0;
	padding: 0 0 20px 16px;
	width: 450px;
	}

/* Main text entry box - line spacing */
.narrowcolumn .entry {
	line-height: 1.4em;
	}

/* Main text entry box - footer/post information */
.narrowcolumn .postmetadata {
	margin: 0px;
	padding-top: 1px;
	text-align: right;
	}

/* Header formatting for archive/category pages */
.navigation {
	display: block;
	margin-bottom: 40px;
	margin-top: 10px;
	text-align: center;
	}

/* Non-hyperlinked text in the footer/post information */
.postmetadata {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Sans-Serif;
/*	font-variant: small-caps; */
	}

/* Post attribution/timestamp appearing underneath each headline */
small {
	color: #8F8F8F;
	font-family: Arial, Helvetica, Sans-Serif, Verdana;
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	}

/* Links in each post's headline box and attribution/timestamp */
small a {
	color: #FF0000;
	text-decoration: none;
	}

/* Box for each post's headline and attribution/timestamp */
.title {
	background: url(images/title_body.gif) repeat-y center;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	width:  465px;
	}
/* -------------------- END MAIN TEXT FORMATTING -------------------- */




/* -------------------- BEGIN HEADLINES -------------------- */
h1 {
	color: white;
	font-family: Verdana, Geneva, Arial, Sans-Serif;
	font-size: 4em;
	font-weight: bold;
	margin: 0;
	padding-top: 70px;
	text-align: center;
	text-decoration: none;
	}

h1 a {
	color: white;
	text-decoration: none;
	}

h1 a:hover {
	color: white;
	text-decoration: none;
	}

h1 a:visited {
	color: white;
	text-decoration: none;
	}

h2 {
	font: 1.6em Verdana;
	font-family: Verdana, Geneva, Arial, Sans-Serif;
	font-weight: normal;
	margin: 0px;
	text-align: left;
	text-decoration: none;
	}

h2 a {
	text-decoration: none;
	}

h2 a:hover {
	color: #06c;
	text-decoration: none;
	}

h2 a:visited {
	text-decoration: none;
	}

h2.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;
	}

/* Individual post headlines */
.title h2 {
	font-family: Verdana, Geneva, Arial, Sans-Serif;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	}

/* Individual post headlines - links */
.title h2 a {
	color: #FFFFFF;
	text-decoration: none;
	}

/* Individual post headlines - links on mouseover */
.title h2 a:hover {
	color: #FF0000;
	text-decoration: underline;
	}

h3 {
	font-family: Verdana, Geneva, Arial, Sans-Serif;
	font-size: 1.3em;
	font-weight: bold;
	margin: 30px 0 0;
	padding: 0;
	text-decoration: none;
	}

h3.comments {
	font-family: Verdana, Geneva, Arial, Sans-Serif;
	margin: 40px auto 20px ;
	padding: 0;
	}

h3 a {
	text-decoration: none;
	}

h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

h3 a:visited {
	text-decoration: none;
	}
/* -------------------- END HEADLINES -------------------- */




/* -------------------- BEGIN IMAGES -------------------- */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

.alignleft {
	float: left
	}

.alignleft a {
	font-family: Verdana, Geneva, Arial, Sans-Serif;
/*	font-variant: small-caps; */
	}

.alignright {
	float: right;
	}

.alignright a {
	font-family: Verdana, Geneva, Arial, Sans-Serif;
/*	font-variant: small-caps; */
	}

img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
	}

img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
	}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

p img {
	max-width: 100%;
	padding: 0;
	}
/* -------------------- END IMAGES -------------------- */




/* -------------------- BEGIN SIDEBAR -------------------- */
ol li {
	list-style: decimal outside;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font: 1.25em Verdana;
	margin-left: 525px;
	padding: 10px 0 10px 0;
	width: 190px;
	}

/* This is the horizontal rule that appears on the sidebar */
#sidebar div.hr {
	background-color: #eaeff3;
	border-top: 1px solid #acb0b5;
	font: 1px/1px monospace;
	height: 1px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 10px;
	right: 0px;
	width: 215px;
	}

#sidebar form {
	margin: 0;
	}

#sidebar h2 {
	font: 1.2em Verdana;
	font-family: Verdana, Geneva, Arial, Sans-Serif;
	margin: 5px 0 0;
	padding: 0;
	text-decoration: none;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 15px;
	}

#sidebar ul ol {
	margin: 0;
	margin: 5px 0 0 10px;
	margin: 0 0 0 10px;
	padding: 0;
	}

#sidebar ul ol li {
	color: #838282;
	list-style: decimal outside;
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar ul p {
	margin: 5px 0 8px;
	}

#sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul li {
	color: #838282;
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar ul ul ul {
	margin: 0 0 0 10px;
	}
/* -------------------- END SIDEBAR -------------------- */




/* -------------------- BEGIN FORM ELEMENTS -------------------- */
#commentform #submit {
	float: right;
	margin: 0;
	}

#commentform textarea {
	font-size: 14px;
	padding: 1px;
	width: 100%;
	}

#commentform .textform {
	border-style: ridge;
	border-width: 1px;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Sans-Serif;
	margin: 5px 5px 1px 0;
	padding: 2px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

select {
	width: 130px;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
/* -------------------- END FORM ELEMENTS -------------------- */




/* -------------------- BEGIN COMMENTS -------------------- */
#commentform input {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0;
	}

#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist cite {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	}

.commentlist cite a {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	}

.commentlist li {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	list-style: none;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 5px 10px 0;
	text-transform: none;
	}

.commentmetadata, .editcomment {
	color: #7f7f7f;
	float: none;
	font-family: Arial;
/*	font-variant: small-caps; */
	font-weight: normal;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	padding: 0px;
	text-align: right;
	}

.editcomment a {
	color: #FF0000;
	text-decoration: none;
	}

.editcomment a:hover {
	color: #FF0000;
	text-decoration: underline;
	}

.nocomments {
	color: #838282;
	margin: 0;
	padding: 0;
	text-align: center;
	}

/* Column header that appears below the original post */
.respond {
	border-bottom: 1px dotted #7f7f7f;
	font: 1.5em Verdana;
	margin-bottom: 0px;
	margin-top: 50px;
	}
/* -------------------- END COMMENTS -------------------- */




/* -------------------- BEGIN COMMENT BOX -------------------- */
#comments {
	font-size:  1.1em;
	text-align: left;
	}

.comment-body-1 {
	background: url("images/comment_body_1.gif") repeat-y center;
	bottom: 15px;
	font-family: Verdana, Geneva, Arial, Sans-Serif;
	padding: 0px;
	position: relative;
	text-align: left;
	width: 400px;
	}

.comment-body-1 p {
	margin: 0px;
	padding: 10px;
	}

.comment-body-2 {
	background: url("images/comment_body_2.gif") repeat-y center;
	bottom: 15px;
	font-family: Verdana, Geneva, Arial, Sans-Serif;
	padding: 0px;
	position: relative;
	text-align: left;
	width: 400px;
	}

.comment-body-2 p {
	margin: 0px;
	padding: 10px;
	}

.comment-bottom-1 {
	background: url("images/comment_bottom_1.gif") no-repeat bottom;
	padding: 30px 0px 0px 0px;
	width: 400px;
	}

.comment-bottom-2 {
	background: url("images/comment_bottom_2.gif") no-repeat bottom;
	padding: 30px 0px 0px 0px;
	width: 400px;
	}

.comment-top-1 {
	background: url("images/comment_top_1.gif") no-repeat top;
	margin-left: 34px;
	margin-top: 20px;
	width: 400px;
	}

.comment-top-2 {
	background: url("images/comment_top_2.gif") no-repeat top;
	margin-left: 34px;
	margin-top: 20px;
	width: 400px;
	}
/* -------------------- END COMMENT BOX -------------------- */




/* -------------------- BEGIN ENTRY LISTS -------------------- */

/*	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ol {
	margin: 0;
	padding: 0 0 0 35px;
	}

.entry ol li {
	margin: 0px;
	padding: 0;

	padding-left: 15px;
	padding-right: 15px;
	}

.entry ul li {
	list-style: url("images/bullet.jpg") inside;
	margin: 0px;
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

html>body .entry ul {
	list-style: none;
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	text-indent: -10px;
	}

.postmetadata li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	}

.postmetadata ul {
	display: inline;
	list-style-image: none;
	list-style-type: none;

	}
/* -------------------- END ENTRY LISTS -------------------- */




/* -------------------- BEGIN CALENDAR -------------------- */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Verdana;
	text-align: center;
	text-decoration: none;
	width: 100%;
	}

#wp-calendar #next a {
	font-size: 100%;
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	font-size: 9pt;
	font-size: 100%;
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar td {
	font-family: Verdana, Geneva, Arial, Sans-Serif;
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
	}

#wp-calendar th {
	font-family: Verdana, Geneva, Arial, Sans-Serif;
	font-style: normal;
	padding: 3px 0;
	text-align: center;
	text-transform: capitalize;
	}
/* -------------------- END CALENDAR -------------------- */




/* -------------------- BEGIN TOP NAV BAR -------------------- */
.search-box {
	background: url("images/search.jpg") no-repeat center;
	border: none;
	height: 20px;
	padding: 2px 2px 1px 5px;
	width: 118px;
	}

#topbar {
	background: url("images/top_bar.gif") no-repeat center;
	height: 36px;
	margin: 20px auto 10px auto;
	text-align: right;
	width: 760px;
	}

#topbar a {
	color: #000000;
	text-decoration: none;
	}

#topbar a:hover {
	color: #FF0000;
	text-decoration: underline;
	}

#topbar form {
	margin: 0px;
	}

#topbar .nav {
	float: right;
	font: 1.2em Verdana;
	height: 36px;
	margin-top: 10px;
	}

#topbar .searchform {
	float: right;
	font: 1.2em Verdana;
	margin: 2px 10px 2px auto;
	}
/* -------------------- END TOP NAV BAR -------------------- */




/* -------------------- BEGIN CONTACT FORM -------------------- */

/*	For those of you who use Ryan's WP-ContactForm plug-in. Go to wp-contactform.php and
	comment out the line add_filter('wp_head', 'wpcf_css'); at the bottom. */

 .contactform form {
	margin: 0px;
	padding: 5px;
	position: relative;
	width: 80%;
	}
		
.entry .contactleft { 
	clear: both;
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;
	}
	
.entry .contactright {
	float: right; 
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	width: 250px;
	}
/* -------------------- END CONTACT FORM -------------------- */




/* -------------------- BEGIN MISC. VARIABLES -------------------- */

/* You shouldn't ever need to touch any of these */

a img {
	border: none;
	}

abbr {
	border-bottom: 1px dashed #999;
	cursor: help;
	font-size: 1.9em;
	letter-spacing: .07em;
	}

acronym {
	border-bottom: 1px dashed #999;
	cursor: help;


	font-size: 1.9em;
	letter-spacing: .07em;
	}

.alt {
	background-color: #f8f8f8;
	border-bottom: 1px solid #ddd;

	border-top: 1px solid #ddd;
	margin: 0;
	padding: 10px;
	}

.center {
	text-align: center;
	}

cite {
	text-decoration: none;
	}

code {
	font: 1.1em 'Courier New', Georgia, Fixed;
	}

.description {
	color: white;
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	}

hr {
	display: none;
	}

.post {
	font-family: Verdana, Geneva, Arial, Sans-Serif;
	position: relative;
	text-align: justify;
	}

.post p {
	margin:  0px;
	padding: 15px;
	}

.post-bottom {
	background: url(images/post_bottom.gif) no-repeat left bottom;
	padding: 15px 0px 0px 0px;
	position: relative;
	top: 6px;
	width:  465px;
	}

.post-top {
	background: url(images/title_top.gif) no-repeat center top;
	margin: 0px;
	margin-bottom: 30px;
	width:  465px;
	}

span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
	}

strike {
	color: #838282;
	}

.widecolumn {
	line-height: 1.6em;
	margin: 5px 0 0 150px;
	padding: 10px 0 20px 0;
	width: 450px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	line-height: 1.4em;
	margin: 0px;
	}

.widecolumn .post {
	margin: 0;
	}
/* -------------------- END MISC. VARIABLES -------------------- */




/* -------------------- BEGIN AMAZON WIDGET CODE -------------------- */
.amzn_wdgt * { 
	display: inline-block;
	}

#amazon_widget_US_8001_0 {
	background-color: #F0F0F0;
	height:536px !important;
	margin: 0 0 20px 0 !important
	}

.ft_cnt a img{
	margin: 0 50px 0 0 !important;
	}
/* -------------------- END AMAZON WIDGET CODE -------------------- */

