/*
Theme Name: Beeblebum
Theme URI: http://svn.red-bean.com/bbum/trunk/beeblebum-wp-template/
Description: WordPress theme based on <a href="http://beeblebrox.net/2005/05/20/wordpress-theme-beeblebrox-version-01/">Beeblebrox</a>.
Version: 0.42
Author: Bill Bumgarner
Author URI: http://www.friday.com/bbum/

Look.  Point blank.  This is basically just beeblebrox hacked up by bbum to add flickr, google ads, and move the look and feel around a bit.   I suck at CSS.   The real work was done by the original author and the original works.

The design of the Beeblebum WordPress Theme is based [shamelessly copied from] Beeblebrox (http://beeblebrox.net/2005/05/20/wordpress-theme-beeblebrox-version-01/)  Sinorcaish (see http://www.zap.org.au/documents/styles/sinorcaish/ for more information).
*/


/* ### Begin Global styles ###

The global font size is set to 90% as most browsers' normal font is too large 
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Allow IE/Win to resize the document */
	font-size: 90%;
	color: black;
	background: #f0f0f0;
	margin: 0;
	padding: 0;
	border: none;
}

/* Used for content that should be displayed by non-stylesheet-aware browsers */
.hidden {			
	display: none !important;
}

/* Used for content that should not be printed to paper */
.notprinted {			
}


/* Headings */

h1,
h2,
h3 {
	font-weight: bold;
	text-align: left;
	margin: 1.5em 0 0 0;
	padding: 0;
}

h4,
h5,
h6 {
	font-weight: bold;
	text-align: left;
	margin: 1.25em 0 0 0;
	padding: 0;
}

h1 {
	font-size: 175%;
	color: #999999;
	background: transparent;
}

h2 { 
	font-size: 150%; 
	color: #333;
	background: transparent;
}

h3 { 
	font-size: 125%;
	color: #333;
	background: transparent;
}

h4 { 
	font-size: 100%; 
	color: #333;
	background: transparent;
}

h5 { 
	font-size: 85%;
	color: #333;
	background: transparent;
}

h6 { 
	font-size: 60%;
	color: #333;
	background: transparent;
}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #06c;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: #039;
	text-decoration: none;
}


/* Anchors */

a:link {
	text-decoration: none;
	color: #06c;
	background: transparent;
}

a:visited {
	text-decoration: none;
	color: #039;
	background: transparent;
}

a:hover,
a:active {
	text-decoration: underline;
}


/* Forms */

form {
	line-height: 140%;
}


label {
	font-weight: bold;
}

input {
	border: 1px solid #999999;
	background: #f4f4f4;
	margin: 5px 5px 1px 0;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	border: 1px solid #999999;
	background: #f4f4f4;
	margin: 5px 5px 1px 0;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}

select {
	border: 1px solid #999999;
	background: #f4f4f4;
	margin: 5px 5px 1px 0;
	padding: 3px;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
}

/* ### End Global Styles ### */



/* ### Begin Inline elements and classes ###

This style sheet assumes B, BIG, EM, I, SMALL, STRONG, SUB and SUP are 
defined by the browser as per the HTML4 sample style sheet. */

code,
kbd,
pre,
samp,
tt {
        color: #101010;
	font-size: 100%;
        font-family: Menlo, ProFont, Monaco, "Andale Mono","Lucida Console",VT100, monospace;
        border: 1px solid #999999;
        background-color: #f0f8ff;
        padding: 2px;
   }

kbd {
	font-weight: bolder;
}

abbr,
acronym {
	/* Don't use small-caps, etc. */
	font: inherit;
}

abbr[title],
acronym[title] {
	cursor: help;
	border-bottom: 1px dotted #cccccc;
}

cite,
dfn,
var {
	font-style: italic;
}


/* Block-inline elements */

p {
	padding: 0;
	max-width: 100%;
}

a {
	border: none;
}

.imgLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid 2px #000000;
	inline;
}
.imgRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: solid 2px #000000;
	inline;
}
.left {
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	border: none;
	inline;
}


/* Reddit Button */
.redditbutton { 
    margin: 2px;
}

.amazonad { 
            width: 180px;
            height: 150px;
            inline;
            border: none;
            float: center;
         }

.techno { 
          width: 180px;
          height: 50px;
          inline;
          border: none;
          float: center;
 }

del,
/* Required for Mozilla */
del * {
	text-decoration: line-through;
}

ins,
/* Required for Mozilla */
ins * {
	text-decoration: underline;
}


/* Block elements */

p {
	margin: 1em 0;
	padding: 0;
}

em {
	font-size:90%
}

blockquote { 
	width: 75%;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	color: #777;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777;
}

strike {
	color: #777;
}

pre {
           color: #101010;
           font-size: 100%;
           font-family: Menlo, ProFont, Monaco, "Andale Mono","Lucida Console",VT100, monospace;
           border: 1px solid #999999;
           background-color: #f0f8ff;
           padding: 2px;
           }


hr {
	color: #999999;
	background: transparent;
	/* Required for IE/Win */
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border-color: #999999;
	border-width: 1px;
	border-style: none none solid none;
}

/* Warning: not printed out on paper */
hr.lighter {
	color: #f0f0f0;
	background: transparent;
	border-color: #f0f0f0;
}


/* 
The following HTML elements should NOT be used in documents using this
style sheet:

	- address: use the #footer style instead
	- q: use &ldquo; and &rdquo; instead
*/

/* ### End Inline elements and classes ### */



/* ### Begin Styles for Main Content ### */

#main {
	line-height: 1.5;
	color: black;
	background: white;
	margin: 0 0 0 184px;
	padding-top: 0.25em;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 0em;
	border-left: 1px solid #999999;
}


/* Other styles related to the main content */

/* "Skip to main content" link */
#mainlink {
	display: none !important;
}

/* "< Previous Next >" navigation for archives, etc. */
.navigation {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.navigation .alignright {
	float: right;
}
	
.navigation .alignleft {
	float: left
}

.center {
	text-align: center;
}

#endmain {
	visibility: hidden;
	/* Doesn't always work under IE/Win */
	clear: both;
}

/* ### End Styles for Main Content ### */



/* ### Begin Styles for Header ###

Headers is composed of three parts: left, right and subheader.
Warning: Not printed out on paper */

#header {
	color: #003399;
	background: lightgrey;
}

#header a:link,
#header a:visited {
	color: #003399;
	background: transparent;
}

#header .highlight,
#header a.highlight:link,
#header a.highlight:visited {
	color: white;
	background: transparent;
}

/* Left part of header */
#header div.left {
	float: left;
	clear: left;
}

#header div.left,
#header div.left a:link,
#header div.left a:visited {
	font-family: Times, Andale;
	font-size: 160%;
	font-weight: bold;
	text-decoration: none;
	color: black;
	background: transparent;
}

#header div.left p {
	margin: 0.2em 0 0 0.75em;
	padding: 0;
}

#header div.left .description {
	color: black;
	font-family: sans-serif;
	font-size: small;
	font-weight: normal;
	padding: 1ex 1em 1ex 3em;
}

/* Right part of header is for external/global links, search, etc */
#header div.right {
	font-size: 90%;
	text-align: right;
	margin: 0;
	padding: 0.75em 0.75em 0 0.75em;
	float: right;
	clear: right;
}

#header div.right a:link,
#header div.right a:visited {
	margin: 0;
	padding: 0 0.5em;
}

#header div.right form {
	margin: 0;
	padding: 0.5em 0 0 0;
}

#header div.right input {
	font-size: 95%;
	vertical-align: middle;
	border: 1px solid #d8d2c3;
	margin: 3px;
	padding: 2px;
}

#header div.right #searchsubmit {
	font-weight: bold;
	color: #003399;
	cursor: pointer;
	background-color: #8cc68c;
}

/* Subheader for global links */
#header div.subheader {
	color: white;
	background: #003399;
	margin: 0;
	padding: 0.5em 1.5em 0.5em 0.5em; /* For IE/Win */
	clear: both;
}

#header > div.subheader {
	padding: 0.5em 1.5em 0.5em 0.5em; /* For all other browsers */
}

#header div.subheader a:link,
#header div.subheader a:visited {
	font-weight: bolder;
	color: white;
	background: transparent;
	margin: 0;
	padding: 0 0.5em;
}

#header div.subheader .highlight,
#header div.subheader a.highlight:link,
#header div.subheader a.highlight:visited {
	color: #fda05e;
	background: transparent;
}

/* ### End Styles for Header ### */



/* ### Begin Styles for Left Sidebar ### */

/* Warning: not printed out on paper */
#sidebar {
	width: 184px;
	border-right: 1px solid #999999;
	float: left;
	clear: both;
	margin-bottom: 4em;
}

#sidebar ul li {
	font-size: 95%;
	/* text-align: left; */
        padding: 2px 2px 2px 2px;
	/* padding: 0.5em 1.5em 1.5em 1em; */
	border-bottom: 1px solid #999999;
  	list-style-type: none;
  	list-style-position: outside;
	list-style-image: none;
}

#sidebar ul li.lighter {
	color: inherit;
	background: white;
}

#sidebar h2 {
	padding: 0.5em 0 0;
	margin: 0px;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}

#sidebar h2 a:link,
#sidebar h2 a:visited {
	color: black;
	background: transparent;
}

#sidebar ul, #sidebar ul ol {
  	list-style-type: none;
  	list-style-position: outside;
	margin: 0;
	padding: 0;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 0px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

#sidebar ul ol li {
	border: none;
	color: #777;
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	border: none;
	color: #777;
	margin: 3px 0 0;
	padding: 0;
}

/* Special stylized non-IE bullets 
   Do not work in Internet Explorer, which merely default to normal bullets. */
#sidebar ul ul li:before {
	content: "\00BB \0020";
}

/* ### End Styles for Left Sidebar ### */



/* ### Begin Styles for Calendar ### */

#wp-calendar {
	background: #fff;
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	width: 10.5em;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	color: #333;
}

#wp-calendar caption {
	font-size: .8em;
	font-weight: bold;
	text-align: left;
	padding-bottom: 0.5em;
	padding-top: 1em;
}

#wp-calendar td {
	color: #999;
	font: normal 11px Verdana, Geneva, sans-serif;
	padding: 1px 1px;
	text-align: center;
}

/* Doesn't work in IE */
#wp-calendar td.pad:hover { 
	background-color: #eadfdf; 
}

#wp-calendar #today {
	color: #666;
	font-weight: bold;
}

#wp-calendar th {
	color: #003399;
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
}

/* ### End Styles for Calendar ### */



/* ### Begin Styles for Footer ### */

#footer {
	font-size: 90%;
	text-align: left;
	color: black;
	background: lightgrey;
	margin: 0;
	padding: 0.5em 1.67em 0.5em 15.25em;
	clear: both;
}

#footer a:link,
#footer a:visited {
	text-decoration: underline;
	color: black;
	background: transparent;
}

#footer hr {
	display: none !important;
}

/* ### End Styles for Footer ### */



/* ### Begin Styles for Comments ### */

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

.commentlist li {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
	
.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}


.nocomments {
	color: #777;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

#commentform {
	width: 90%;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	font-weight: bold;
}

/* ### End Styles for Comments ### */



/* ### Begin Styles for Entries ### */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

html>body .entry li {
	margin: 7px 0 8px 10px;
}

/* Special stylized non-IE bullets 
   Do not work in Internet Explorer, which merely default to normal bullets. */
.entry ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.entry form { 
	/* text-align:center; */
}

/* ### End Styles for Entries ### */



/* ### Begin Styles for Posts ### */

.main .postmetadata {
	text-align: center;
	padding-top: 2px;
	margin: 0px 0;
}

.postmetadata {
	color: #777;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.post {
	margin: 0 0 5px;
}

.post .underlined {
	border-bottom: 1px solid #0066cc;
}

/* ### End Styles for Posts ### */
