/*
Theme Name:		Thesis
Theme URI:		http://diythemes.com/thesis/
Description:	A clean, open, 3-column theme with customizable, rotating images and outstanding typography.
Version:		1.0.2
Author:			Chris Pearson
Author URI:		http://pearsonified.com/
*/

/*
IMPORTANT NOTE!
If you wish to make custom changes to your theme, Georgia, "Times New Roman", Times, serifInstead, use the custom.css template
to define custom styles. This way, you will still be able to take advantage of future upgrades to the theme
without worrying about overwriting your style changes. In order to activate your custom stylesheet, you'll
need to set the $use_custom_stylesheet variable inside config.php to TRUE.
*/

body { background: #fff; font: 62.5% Helvetica, Ariel, Verdana, sans-serif; }

* { padding: 0; margin: 0; }



/*---:[ core layout elements ]:---*/
	/*
overall size - dot-ddd.gif  was 51.3m matches post width its the dividing line
*/
#container { width: 120em; margin: 0 auto; }

	#page { padding: 1em; }

		#header { padding:1.1em 1.1em; border-bottom: 1px double #ddd; clear: both; }

		#content_box { width: 100%; background: url('images/dot-ddd.gif') 66.6em 0 repeat-y;}

	/*
post width was 51.3 em 66.3
*/		#content { width: 66.6em; float: left; }

				.post_box { margin: 0 2.2em 0 1.1em; border-top: 1px dotted #bbb; }
				
				.top { border: none !important; }

			#sidebars { width: 44.6em; float: right; }

				#sidebars_box { width: 100%; background: url('images/ddd-1x2.gif') 50% 0 repeat-y; }
				
				.pad_sidebars { padding-top: 2.2em; }
				
					.sidebar { width: 50%; float: left; }

		#footer { padding-top: 1.1 em; color: #888; border-top: 1px double #ddd; text-align: right; }


/*---:[custom table elements ]:---*/

table#hometable 

{
background-color:black;
background-image:url('http://www.jakeedwards.net/wp-content/uploads/2011/07/background.png');

}
p
{
color:white;
}







/*---:[ global elements ]:---*/

a, a:visited { color: #2361a1; text-decoration: underline; }

a:hover { color: #2361a1; text-decoration: none; }

a img { border: none; }

blockquote { border-left: 1px solid #ddd; color: #666; }

acronym { font-weight: bold; font-size: 0.786em; line-height: 1em; text-transform: uppercase; letter-spacing: 1px; border-bottom: none; cursor: help; }

abbr { font-size: 1em; line-height: 1em; border-bottom: none; }

sub, sup { line-height: 0.5em; }

code { font: 0.929em Consolas, "Andale Mono", Courier, "Courier New"; color: #050; }

pre { margin-bottom: 1.833em; padding: 0.75em 0.917em; font: normal 0.857em/1.5em Consolas, "Andale Mono", Courier, "Courier New"; background: #eee; border: 1px solid #ddd; overflow: auto; clear: both; }

input, textarea { font-size: 1em; font-family: Georgia, "Times New Roman", Times, serif; color: #444; background: #eee; border: 1px solid #aaa; border-right-color: #ddd; border-bottom-color: #ddd; }

input:focus, textarea:focus { background: #fff; border-color: #777; border-right-color: #ccc; border-bottom-color: #ccc; }

	.format_text .text_input, #comment_form p .text_input { width: 14em; padding: 0.286em; border-width: 0.071em; } /* Based on 14pt base font size */

	.sidebar .text_input { width: 14.692em; padding: 0.308em; border-width: 0.077em; } /* Based on 13pt base font size in sidebar */
	
input.form_submit { font-weight: bold; background: url('images/submit-bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; color: #111; cursor: pointer; }
	
input.form_submit:hover { color: #2361a1; }

p.center { text-align: center !important; }

p.bottom { margin: 0 !important; }

.remove_bottom_margin { margin-bottom: 0 !important; }



/*---:[ headlines ]:---*/

h1, h2, h3, h4 { font-weight: normal; font-size: 1em; }

h1, h2 { font-size: 2.2em; line-height: 1.455em; }

	h2 a, h2 a:visited { color: #111; text-decoration: none; }

	h2 a:hover { color: #2361a1; }
	
	.post_box h1, .post_box h2 { padding-top: 1em; }
	
	.no_byline .post_box h1, .no_byline .post_box h2 { margin-bottom: 1em; }
	
	#archive_info h1 { font-weight: normal; font-size: 2.4em; line-height: 1em; padding-top: 0.458em; }




#navmenu ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
#navmenu li {display: inline; }
#navmenu ul li a {text-decoration:none;  margin: 4px;
	padding: 5px 20px 5px 20px; color: blue;
	background: pink;}
#navmenu ul li a:hover {color: purple;
	background: yellow; }
