body
{
	color: #555555;
	background: #ffffff;
	font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Sans-Serif;
margin: 0; padding: 0; 
}

/* Links */

a { text-decoration: none; font-weight: bold; border-bottom: 1px dotted #333333; }
a:link { color: #333333; border-bottom-color: #434e29; }
a:visited { color:#8B4513; border-bottom-color:#8B8970; }
a:hover, a:active { color: #000000; border-bottom-style: solid; }

/*---top menu---*/

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background:#95A17D;
}

#dropmenudiv a:hover{ /*hover background color*/
color: #c9d8a3;
background::#7E8470;
}

.hbmenu {
color: #B3C28C;
background:#484848;
font-family: Verdana, Arial, Helvetica, san-serif;
font-size: 12px;
font-weight: bold;
font-variant: small-caps;
}

.hbmenu a { color: #BFCC8C; text-decoration: none; font-weight: bold; border-bottom: 1px dotted #333333; }
.hbmenu a:link { color:#BFCC8C; border-bottom-color: #434e29; }
.hbmenu a:visited { color:#789160; border-bottom-color:#8B8970; }
.hbmenu a:hover, a:active { color: #000000; border-bottom-style: solid; }

/*----copyright----*/

.copyright {
	background-color:#D5DACA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	padding: 5px;
	text-align: center;
}

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 5px 0 10px; line-height: 1.2em; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { border-bottom-width: 0; }

h1 { font-size: 32px; }

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4, h5, h6 { font-size: 20px; }

/* Lists */

ul, ol
{
	margin: 1em 0;
	line-height: 1.8em;
}

ol li { margin-left: 2.5em; }

ul { padding-left: 2em; list-style-type: square; }

/* Other Html Elements */

blockquote
{
	clear: both;
	padding: 1em;
	margin: 2em 3em;
	font-size: 0.9em;
	line-height: 1.7em;
	background-color: #FFF5EE;
	border: 1px solid #a9a9a9;
	background: #eeeeee url(http://www.humanbeams.com/images/frontpage/right_quotes.png) 95% 85% no-repeat;
}

code { font-family: Consolas, Monaco, Verdana, "Courier New"; font-size: .93em; }

abbr, acronym, cite { border-bottom: 1px dotted #333333; cursor: help; }

ins, del
{ 
	padding-left: 18px; 
	background-repeat: no-repeat;
	background-position: left center; 
}

ins { font-weight: bold; text-decoration: none; background-image: url(http://www.humanbeams.com/images/frontpage/add.gif); }

del { background-image: url(http://www.humanbeams.com/images/frontpage/delete.gif); }

hr { clear: both; height: 1px; }

/* Structure */

#wrapper 
{
border-left: 1px solid #333333;
border-right: 1px solid #333333;
}

#sidenotes { float: right; width: 300px; margin-right: 10px; }

#footer 
{ 
	clear: both;
	width: 800px;
	margin: 0 auto;
	text-align: center; 
	background: #D5DACA;
}

/* Content */

.post { padding: 10px 20px 0; }

h2.post-title { margin-bottom: 15px; }

.post-content p { margin-top: 5px; margin-bottom: 10px; }

p.post-footer
{
	background-color: #dadada;
	margin-bottom: 10px; 
	margin-top: 25px;
	padding: 5px 10px; 
	color: #dadada;
}

p.post-footer strong { color: #333333; padding-right: 10px; border-right: 1px solid #a9a9a9; }

p.post-footer em { font-style: normal; padding-right: 10px; border-right: 1px solid #a9a9a9; }

p.post-footer a { border-bottom-width: 0; }

a.more { border-bottom-width: 0; }

.post-content p.img { float: left; margin: 0 15px 0 0; }

p.img img 
{
	float: left; 
	margin: 5px; 
	padding: 3px; 
	border: 1px solid #a3aa91; 
}

p.img img:hover
{
	background-color: #eeeeee;
}

p.pagination
{
	float: left;
	margin: 20px; 
	padding: 5px 10px;
	border: 1px solid #c9c9c9;
	background-color: #f9f9f9;
}

p.pagination a { border-bottom-width: 0; }

a.prev { float: left; padding-left: 10px; background: url(http://www.humanbeams.com/images/frontpage/prev.gif) center left no-repeat; }

a.next { float: right; padding-right: 10px; background: url(http://www.humanbeams.com/images/frontpage/next.gif) center right no-repeat; }

/*----article body formatting----*/

#blog {
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
	padding: 0px;
	background-color: White;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#content   {
	padding: 5px;
	margin: 2px;
}
#content li {
	list-style: disc;
}

/* Sidenotes - Front Page */

#sidenotes h3 { padding: 10px 10px 0; }

#sidenotes .box
{
	clear: both;
	float: right;
	display: block;
	color: #333333;
	margin-top: -3px;
	min-height: 150px;
	padding: 5px 10px;
	font-weight: normal;
	width: 275px;
	overflow: hidden;
	border-top: 1px solid #8B2500;
	border-left: 1px solid #8B2500;
	border-bottom: 1px solid #8B2500;
}

#sidenotes .box a:hover { background-color: #f9f9f9; }

#sidenotes a strong
{
	display: block;
}

#sidenotes a em
{
	display: block;
}

#sidenotes img 
{ 
	float: left; 
	margin: 5px; 
	padding: 3px;
	margin-right: 10px; 
	border: 1px solid #a3aa91; 
}

/*----Boxes----*/

/*----Other----*/
.box-text-center {
	text-align: center;
	font-size: 12px;
}
.box-text-left {
	text-align: left;
	font-size: 12px;
}
.box-text-title {
	text-align: center;
	letter-spacing: .2em;
	font: bold small-caps 12px/140% Gill Sans, Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 3px 0 3px 0;
	background: #CED6BD;
	color: #333;
        border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: dashed; 
	border-left-style: dashed; 
	border-bottom-color: #8C4E03;
	border-left-color: #8C4E03;
}

.sidebox {
	border: 1px solid #333333;
	margin: 5px;
	width: auto;
}
.sidebox ul {
	margin: 0px 0px 5px 7px;
	padding: 0px 0px 3px 10px;
}

.sidetitle {
	text-align: center;
	letter-spacing: .2em;
	font: bold small-caps 12px/140% Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	background: #E0EEE0;
	color: #555555;
        border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: dashed; 
	border-left-style: dashed; 
	border-bottom-color: #8B3626;
	border-left-color: #8B3626;
       }

.sidetitle a { text-decoration: none; font-weight: bold; border-bottom: 1px dotted #333333; }
.sidetitle a:link { color: #789160; border-bottom-color: #434e29; }
.sidetitle a:visited { color:#8B8970; border-bottom-color:#8B8970; }
.sidetitle a:hover, a:active { color: #000000; border-bottom-style: solid; }

.sidesm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	text-align: left;
	line-height:140%;
	padding: 5px;
	margin-bottom: 0px; 
}
.sidesm2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
        color: #990000;
	text-align: left;
	line-height:140%;
	padding: 5px;
	margin-bottom: 0px; 
}
.middlebox {
	border-bottom: 1px dashed #789160;
	margin: 5px;
	width: auto;
}

.rightbox {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed; 
	border-left-style: dashed; 
	border-bottom-color: #789160;
	border-left-color: #789160;
        padding: 5px 8px 8px 5px;
        margin: 5px;
}
.rightbox ul {
	margin: 0px 0px 5px 7px;
	padding: 0px 0px 3px 10px;
}


/*--Alignments--*/

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

.imgleft {
	float: left;
	margin: 10px 10px 10px 0;
}
.imgright {
	float: right;
	margin: 10px 0 10px 10px;
}
.imgcenter {
	float: center;
	margin: 10px 10px 10px 10px;
}

/*----index pages formatting (text)----*/

.sectiontitle {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	font-variant: small-caps;
}

.sectiontitle a {
	color: #333333;
	text-decoration: none;
}
.post-title2 {
	font-size: 24px;
	font-weight: bold;
	color: #990000;
	font-variant: small-caps;
}
.post-title2 a {
	color: #990000;
	text-decoration: none;
}
.section1 {
	font-size: 12pt;
	font-variant: small-caps;
	letter-spacing: .05em;
	font-weight: bold;
	color: #333333;
}

.section1 a{
	color: #333333;
	text-decoration: none;
}
.sectionblog {
	font-size: 10pt;
	font-variant: small-caps;
	letter-spacing: .02em;
	font-weight: bold;
	color: #333333;
}

.sectionblog a{
	color: #333333;
	text-decoration: none;
}
.depthead {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #333333;
	letter-spacing: 0.5em;
	border: 1px solid #000000;
	text-indent: 5pt;
}

.depthead1 {
	font-size: 10pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #789160;
	letter-spacing: 0.5em;
	padding-left: 5px;
}

.depthead2 {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #333333;
	letter-spacing: 0.5em;
	text-indent: 5pt;
}

/*----article formatting----*/

.authordepthead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #660033;
	letter-spacing: 0.5em;
}
.articletitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding: 3px 0 3px 0;
}
.articletitlefp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
	text-align: left;
	padding: 3px 0 3px 0;
}
.articledate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	float: right;
}
.articlesubtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	text-align: left;
}
.articleauthor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #990066;
	text-align: left;
	padding: 0 0 3px 0;
}
.politicsregion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	float: right;
}

.authorembed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	margin: 5px;
	padding: 10px;
	border: 1px dotted #000000;
}

.feedback {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 2px;
	padding: 2px;
	text-align: center;
	border: 2px solid #484848;
	background-color: #D5DACA;
}

.blogfeedback {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 2px;
	padding: 2px;
	text-align: center;
	border-top: 1px dotted #000000;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
}

.comments {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 2px;
	padding: 2px;
	text-align: left;
}

/*----archive formatting----*/

.year {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}
.month {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	padding-left: 20px;
}
.archived {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	padding-left: 35px;
}

/* Footer */

#footer .block { float: left; width: 200px; padding: 10px 5px; text-align: left; }

#footer .block h3 { padding: 0 10px 5px 13px; font-size: 14px; text-transform: uppercase; letter-spacing: 0.1em; margin: 0; }

#footer .block ul { padding: 0 10px 20px; list-style-type: none; }

#footer .block ul a
{
	width: 100%;
	display: block;
	margin-top: -1px;
	padding: 5px 10px;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
}

#footer .block ul a:hover, #footer .block ul a:active 
{
	background-color: #afb5a0;
}

#footer p { padding: 0 15px; }

#footer .block p { margin: 15px 0; }

#footer a { color: #666d54; border-bottom-color: #666d54; }

#footer a:hover, #footer a:active { color: #484d3b; border-bottom-color: #484d3b; }

#footer p.copyright { clear: both; background-color: #b8bea8;  padding: 10px 15px; margin: 0 10px; }

/*
Formatting Buttons for standalone publish forms
------------------------------------------------------ */

.buttonMode {
	background-color: transparent;
	color: #73769D;
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 10px;
	white-space: nowrap;
}

.htmlButtonOutter, .htmlButtonOutterL {
	background-color: #f6f6f6;
	border-bottom: #333 1px solid;
	border-right: #333 1px solid;
	border-top: #333 1px solid;
	padding: 0;
}

.htmlButtonOutterL {
	border-left: #333 1px solid;
}

.htmlButtonInner {
	background-color: transparent;
	border-bottom: #ccc 1px solid;
	border-left: #fff 1px solid;
	border-right: #ccc 1px solid;
	border-top: #fff 1px solid;
	padding: 0 3px 0 3px;
	text-align: center;
}

.htmlButtonOff {
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px 2px 2px;
	white-space: nowrap;
}

.htmlButtonOff a:link {
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}

.htmlButtonOff a:visited {
	text-decoration: none;
}

.htmlButtonOff a:active {
	color: #999;
	text-decoration: none;
}

.htmlButtonOff a:hover {
	color: #999;
	text-decoration: none;
}

.htmlButtonOn {
	background: #f6f6f6;
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px 2px 2px;
	white-space: nowrap;
}

.htmlButtonOn a:link {
	color: #990000;
	text-decoration: none;
	white-space: nowrap;
}

.htmlButtonOn a:visited {
	text-decoration: none;
}

.htmlButtonOn a:active {
	color: #999;
	text-decoration: none;
}

.htmlButtonOn a:hover {
	color: #999;
	text-decoration: none;
}

.htmlButtonA {
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px 3px 3px;
	white-space: nowrap;
}

.htmlButtonB {
	background: #E1E3EC;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px 3px 3px;
	white-space: nowrap;
}

.htmlButtonA a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

.htmlButtonA a:visited {
	text-decoration: none;
}

.htmlButtonA a:active {
	color: #999;
	text-decoration: none;
}

.htmlButtonA a:hover {
	color: #999;
	text-decoration: none;
}

.htmlButtonB a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

.htmlButtonB a:visited {
	text-decoration: none;
}

.htmlButtonB a:active {
	color: #999;
	text-decoration: none;
}

.htmlButtonB a:hover {
	color: #999;
	text-decoration: none;
}

#share_this_form                        {background: #999; display: none; position: absolute; width: 428px; height: 220px; margin-left:-11px; filter: alpha(opacity:90); KHTMLOpacity:0.9; MozOpacity:0.9; opacity:0.9;}

#share_this_form a.share_this_close     {color: #fff; float: right; margin: 5px;}

#share_this_form ul.tabs                {border: 1px solid #999; list-style: none; margin: 10px 10px 0 10px; padding: 0;}

#share_this_form ul.tabs li             {background: #ccc; border-bottom: 1px solid #999; cursor: pointer; float: left; margin: 0 3px 0 0;	padding: 3px 5px 2px 5px;}

#share_this_form ul.tabs li.selected    {background: #fff; border-bottom: 1px solid #fff; cursor: default; padding: 4px 5px 1px 5px;}

#share_this_form div.clear              {clear: both; float: none;}

#share_this_social, #share_this_email   {background: #fff; border: 1px solid #fff; height: 190px;}

#share_this_social ul                   {list-style: none; margin: 10px 0 0 0; padding: 0;}

#share_this_social ul li                {float: left; margin: 0; padding: 0px 20px 0px 10px; width: 25%;}

#share_this_social ul li a              {display: block; float: left; height: 24px; padding: 4px 0 0 24px; vertical-align: middle;}



#share_this_delicious                   {background: url(http://www.humanbeams.com/images/share_this/delicious.gif) no-repeat 2px center;}

#share_this_digg                        {background: url(http://www.humanbeams.com/images/share_this/digg.gif) no-repeat 2px center;}

#share_this_furl                        {background: url(http://www.humanbeams.com/images/share_this/furl.gif) no-repeat 2px center;}

#share_this_netscape                    {background: url(http://www.humanbeams.com/images/share_this/netscape.gif) no-repeat 2px center;}

#share_this_yahoo_myweb                 {background: url(http://www.humanbeams.com/images/share_this/yahoo_myweb.gif) no-repeat 2px center;}

#share_this_technorati                  {background: url(http://www.humanbeams.com/images/share_this/technorati.gif) no-repeat 2px center;}

#share_this_google_bmarks               {background: url(http://www.humanbeams.com/images/share_this/google_bmarks.gif) no-repeat 2px center;}

#share_this_newsvine                    {background: url(http://www.humanbeams.com/images/share_this/newsvine.gif) no-repeat 2px center;}

#share_this_blinklist                   {background: url(http://www.humanbeams.com/images/share_this/blinklist.gif) no-repeat 2px center;}

#share_this_reddit                      {background: url(http://www.humanbeams.com/images/share_this/reddit.gif) no-repeat 2px center;}

#share_this_blogmarks                   {background: url(http://www.humanbeams.com/images/share_this/blogmarks.gif) no-repeat 2px center;}

#share_this_magnolia                    {background: url(http://www.humanbeams.com/images/share_this/magnolia.gif) no-repeat 2px center;}

#share_this_windows_live                {background: url(http://www.humanbeams.com/images/share_this/windows_live.gif) no-repeat 2px center;}

#share_this_tailrank                    {background: url(http://www.humanbeams.com/images/share_this/tailrank.gif) no-repeat 2px center;}

#share_this_mrwong                      {background: url(http://www.humanbeams.com/images/share_this/mrwong.gif) no-repeat 2px center;}

#share_this_stumbleupon                 {background: url(http://www.humanbeams.com/images/share_this/stumbleupon.gif) no-repeat 2px center;}

.share_this_link                        {background: url(http://www.humanbeams.com/images/share_this/share-icon-16x16.gif) no-repeat 0px; padding-left: 24px; padding-top:2px;}



#share_this_email                       {display: none; text-align: left;}

#share_this_email form, 

#share_this_email fieldset              {border: 0; margin: 10px 0 0 10px; padding: 0;}

#share_this_email p                     {margin:0px 0px 5px 0px; padding:0px}

#share_this_email input                 {}



#share_this_email label                 {width: 80px;float: left;text-align: left;margin-right: 0.5em;display: block}