/*
Theme Name: BobG
Description: Two-column WordPress Sandbox theme.
Author: Bob G
Author URI: http://www.bobg.net/
Version: 1.0.0
*/

/* =================================
All Rights Reserved.

This theme is subject to the theme use 
policy outlined at the address below:
http://www.wordpressdiva.com/themes/legal/theme-use/

Please note: There are a number of empty CSS 
elements. This is intentional and are there so you 
can have maximum flexibility with customizing 
specific theme elements.

For more information, see:
http://www.wordpressdiva.com/themes/read-me/css/
================================== */

/* let's get universal */
body {background-color:#CCC;font:75%/150% Verdana, Arial, Geneva, sans-serif;margin:0;padding:0;text-align: center;}
a {color:#090;text-decoration: none;}
a:hover {color:#060;text-decoration: none;}
a img {border: #333 solid 1px; text-decoration: none;}
acronym, abbr {}
blockquote {padding:10px 0 5px 10px;color:#444;background:#DDD;border:#888 solid 1px;}
blockquote cite {}
code, pre {}
fieldset {}
legend {}
h1, h2, h3, h4, h5, h6, h1 a, h2 a {text-decoration: none; color: #000000;}
h1 {}
h2 {}
h3 {}
h4 {}
hr {}
input, textarea {}
td, th, tr {}

#wrap {background:#FFF; border:#333 solid 1px;width:966px;margin:auto;padding:0;text-align:left;}
#wrapheader {background:#FFF; border-right:#333 solid 1px;border-left:#333 solid 1px;border-bottom:#333 solid 1px;width:966px;margin:auto;margin-top:0px;padding:0;text-align:left;}
#wrapmenu{background:#FFF;width:966px;margin:auto;padding:0;text-align:left;}
/* Header */
#top {height:99px;margin:0;padding:0;}
	#top h1 {}
	#top p.blogdescription {}
		#search {float:right;margin-right:20px;margin-top:-22px;}
		#search fieldset {}
		#search legend {}
		#search label {display:none;}
		#search input#s {
			}
		s#search input#search {}


	
/* Content */
#content {background:#FFF; width:550px;float:left;z-index:100;}
	/* blog posts */
	.icon {list-style-type: none; display: inline; margin-left:3px; }
	#icon ul li{list-style-type: none; display: inline; margin-left:3px; }
	#icon {float:right;}
	.post-wrap {margin: 25px 0 25px 0;}
	.author {font-size:0.9em;margin:0 0 0 12px;padding:0;}
	.author a {}
	.author a:hover {}
	.post-meta {font-size:0.9em;border-top:1px solid #777;margin:0 0 0 10px;padding:2px;}
	.post-date {font-size:1.25em;text-align:right;}
	.post-title {margin:0 0 0 5px; font-size:1.5em;}
	.post-title a {margin:0 0 0 5px;font-size:1.1em;}
	.post-title a:hover {color:#000;}
	.story-content {margin:0 0 0 20px;}
		/* post content headings */
		.story-content h3 {}
		.story-content h4 {}
		/* playing with blockquotes */
		.story-content blockquote {color:#444;background:#DDD;border:#888 solid 1px;}
		.story-content blockquote cite {}
		.story-content blockquote .styleleft {color:#444;background:#DDD;border:#888 solid 1px;}
		.story-content blockquote .styleright {color:#444;background:#DDD;border:#888 solid 1px;}
		/* post content lists */
		.story-content ul {}
		.story-content ol {}
		/* post content links */
		.story-content a {text-decoration:underline;}
		.story-content a:visited {}
		.story-content a:hover {}
		.story-content a img {}
		/* post content tables */
		.story-content table {}
		.story-content th {}
		.story-content tr {}
		.story-content td {}
		/* post content forms */
		.story-content form {}
		.story-content fieldset {}
		.story-content legend {}
		.story-content label {}
		.story-content input {}
		.story-content input.submit {}

		
	/* single page meta info */
	.metawrap {}
	.singlemeta {}
	.singlemeta a {}
	.singlemeta a:hover {}
	.interact {}
	.interact a {}
	.interact a:hover {}
	#media {list-style-type: none;}
	/* blog comments */
	#commentwrap {}
	#comments {}
	#comments big {}
	#respond {}
	.nocomments {}
	.commentmetadata {}
		/* individual comments */
		#commentlist {margin:0 0 0 -15px;}
		#commentlist li {background-color : #DDD;border:#888 solid 1px; margin:20px 0 0 0;padding:20px 0 0 10px;}
		#commentlist li a {}
		#commentlist li a:hover {}
		#commentlist li.alt {}
		#commentlist li.alt a {}
		#commentlist li.alt a:hover {}
		#commentlist cite {}
			/* individual comment content */
			#commentlist .commentcontent {}
			#commentlist blockquote {}
			#commentlist code {}
			#commentlist ul {}
			#commentlist ol {}
		/* comment form */
		#commentform {}
		#commentform dl {}
		#commentform dt {}
		#commentform dd {}
		#commentform fieldset {}
		#commentform legend {}
		#commentform label {}
		#commentform input#author {background-color : #CCC; border: 1px solid #555}
		#commentform input#email {background-color : #CCC; border: 1px solid #555}
		#commentform input#url {background-color : #CCC; border: 1px solid #555}
		#commentform textarea {background-color : #CCC; border: 1px solid #555}
		#commentform input#submit {nonebackground-color : #CCC; border: 1px solid #555}
		/* pop up comments */
		#commentspopup {}
		#commentspopup h1#header {}
		#popupcontent {}
		#popupcontent .interact {}
		#popupcontent .commentwrap {}

/* Sidebar 1 */
#side {background:#FFF;font-size:90%;width:200px; float:right;text-align:left;}
	#side ul {margin: 0 0 0 10px;padding: 0;}
	#side li {list-style-type: none;list-style-image: none;}
	#side li h2 {font-size:1.3em;margin: 10px 0 0 0;}
	#side li ul {margin: 0 0 0 10px}
	#side li li {list-style-type: dot; display: list-item; margin:0 2px 0 0;}
		/* search box */
		#side li#search {margin-top:30px;}
		#side li#search fieldset {}
		#side li#search legend {}
		#side li#search label {display:none;}
		#side li#search input#s {}
		#side li#search input#search {}
		/* common sidebar list elements */
		#side li#archive {}
		#side li#categories {}
		#side li#meta {list-style-type: none;margin-left:10px;}
		#side li#pages {}
		/* calendar */
		#calendar_wrap {}
		#wp-calendar {}
		#wp-calendar #next {}
		#wp-calendar #next a {}
		#wp-calendar #next a:hover {}
		#wp-calendar #prev {}
		#wp-calendar #prev a {}
		#wp-calendar #prev a:hover {}
		#wp-calendar a {border-bottom:#090 dotted 1px;}
		#wp-calendar caption {}
		#wp-calendar th {}
		#wp-calendar tr {}
		#wp-calendar td {}
		#wp-calendar td.pad {}
		#wp-calendar td.pad:hover {} /* not IE compatible */

/* Sidebar 2 */
#side2 {background:#FFF;font-size:90%;width:200px; float:right;text-align:left;}
	#side2 ul {margin: 0 0 0 10px;padding: 0;}
	#side2 li {list-style-type: none;list-style-image: none;}
	#side2 li h2 {font-size:1.3em;margin: 10px 0 0 0;}
	#side2 li ul {margin: 0 0 0 10px}
	#side2 li li {list-style-type: dot; margin:0 2px 0 0;}
		/* search box */
		#side2 li#search {margin-top:30px;}
		#side2 li#search fieldset {}
		#side2 li#search legend {}
		#side2 li#search label {display:none;}
		#side2 li#search input#s {}
		#side2 li#search input#search {}
		/* common sidebar list elements */
		#side2 li#archive {}
		#side2 li#categories {}
		#side2 li#meta {list-style-type: none;margin-left:10px;}
		#side2 li#pages {}
		/* calendar */
		#calendar_wrap {}
		#wp-calendar {}
		#wp-calendar #next {}
		#wp-calendar #next a {}
		#wp-calendar #next a:hover {}
		#wp-calendar #prev {}
		#wp-calendar #prev a {}
		#wp-calendar #prev a:hover {}
		#wp-calendar a {border-bottom:#090 dotted 1px;}
		#wp-calendar caption {}
		#wp-calendar th {}
		#wp-calendar tr {}
		#wp-calendar td {}
		#wp-calendar td.pad {}
		#wp-calendar td.pad:hover {} /* not IE compatible */

/* Footer */
#bottom {height:60px;clear:both;border-top:#333 solid 1px;text-align:center;font-size:.8em;}
#bottom a {}
#bottom a:hover {}
	/* attribution link styling */
	#bottom p.credit {display:none;}
	#bottom p.credit a {display:none;}
	#bottom p.credit a:hover {display:none;}

/* ----------------NAV MENU------------  */


#navmenu {
	background-color:#CCC;
	height: 18px;
	margin: 0px;
	padding-top:1px;
	padding-right: 3px;
	padding-bottom: 3px;
	font-size: 14px;
	font-family: verdana, arial, geneva, sans-serif;
	letter-spacing: .05em
}


#navmenu a:link, #navmenu a:visited {
	float:left;
	text-decoration: none;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#navmenu li{
	display: inline;
	list-style-type:none;}

#navmenu ul{
	margin-left:-40px;
	margin-top:-1px;
	}

#navmenu a:hover {
	text-decoration: none;
	color: #DDD;
	background-color: #090;
}	
/* ----------------SUB NAV------------  */

#subnav {
	margin-left:25px;
	margin-top: 5px;
}

#subnav a:link, #subnav a:visited {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 9px;
	}
	
#subnav a:hover {
	color: #000000;
}	
/* Various Classes & Image Alignment */
.center {text-align: center;}
.floatleft {float: left; margin: 5px;}
.floatright {float: right; margin: 5px;}
img.center {display: block; margin: 10px auto;}
img.left {display: inline; margin: 0 10px 5px 0;}
img.right {display: inline; margin: 0 0 5px 10px;}
.nav {margin: 25px 0;}
.previous {float: left; text-align: left; width: 45%;}
.next {float: right; text-align: right; width: 45%;}