/* 
	Theme Name: Jacobwith2
	Description: A custom WordPress theme for Lori Jacobwith.
	Author: Annette Price
	Author URI: http://www.moebiuscreative.com
	Version: 2.4
		
	Changelog:
		v1.0
			First Release
				Basic blogging functions
		v2.0
			Second Release Additions
				Pages-based navigation
				Activated and customized for events-calendar plugin
				Enabled commenting on events and blog entries 	
				Activated and customized search-unleashed plugin
		v2.1
			Third Release Additions
				Activated and customized Multibox plugin
				Activated custom post templates 
		v2.2
			Fourth Release Additions
				Added:
					- Audioplayer
					- Supercache
				Added an event date sidebar box
				Created special IE6 stylesheet
		v2.3
			Fifth Release Additions
				Added a jump-to-commenting sidebar box 
				Removed Multibox plugin in favor of simple Javascript popups
		v2.4
			Sixth Release Additions
				Added Twitter functionality to home and blog pages
				Refined special IE6 stylesheet
				Added IE8 compatibility
				Reorganized .css file
*/



/* ~~~~~~~~ text styling ~~~~~~~~ */

body {
	background: #666600;
	margin: 0; 
	padding: 0;
	width: auto;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-decoration: none;
	line-height: 1.3em;
	text-align: left;
}
p {
	font-size: .9em;
	text-align: left;
	padding: 0 10em 0 .7em;
	margin: /*.6em*/ 1em 0;
	line-height: 180%;
}
blockquote {
    background: #EFEFEF;
    border: 1px dashed #a0a0a0;
    padding: 15px;
}
#content li {
	line-height: 180%;
	margin: .5em 0;
}

p a {
	text-decoration: none;
	background: url(images/underline.gif) repeat-x 100% 100%;
	padding-bottom: 2px;
}

p a:visited {
	text-decoration: none;
	background: url(images/underline.gif) repeat-x 100% 100%;
	padding-bottom: 2px;
}
p a:hover {
	text-decoration: none;
	background: url(images/underline.hover.gif) repeat-x 100% 100%;
}

a img {
    border:none;
    background: none;
}
        
#mid a.rss-link, 
#mid p a.rss-link,
#mid a.rss-link:visited, 
#mid p a.rss-link:visited,
#mid a.rss-link:hover, 
#mid p a.rss-link:hover {
    background: url(images/rss-icon.png) 0 50% no-repeat  !important;
    padding: 6px 0 6px 20px;
}

p.more {
	font-size: .85em;
	text-align: right;
	margin: 0 0 0 0;
	padding: 0 1em 2px 0;
	text-indent: none;
}
p.more a {
	text-decoration: none;
	background: url(images/underline.gif) repeat-x 100% 100%  !important;
	padding-bottom: 2px;
}
p.more a:visited {
	text-decoration: none;
	background: url(images/underline.gif) repeat-x 100% 100%  !important;
	padding-bottom: 2px;
}
p.more a:hover {
	text-decoration: none;
	background: url(images/underline.hover.gif) repeat-x 100% 100% !important;
}
form {
	text-align: left;
	padding-left: .7em;
}
ul {
	font-size: .9em;
	font-weight: normal;
	text-align: left;
	margin: 0 0 0 .7em;
	list-style-type: none;
	padding: 0 10em 0 0;
}
ul.noBullet {
	margin-left: 1.1em;
}
ol.suppressChevron {
	font-size: .9em;
	font-weight: normal;
	text-align: left;
	margin: 0 0 0 -.3em;
	list-style-type: decimal;
	padding: 0 10em 0 0;
}
ol.suppressChevron li {
	background-image: none; 
	padding-bottom: .6em;
}
li {
	padding-left: 33px;
	background:url("images/bullet_purple.png") no-repeat 13px 0.3em transparent;/* IE6 */
}
ul.boxed {
	font-size: .9em;
	font-weight: normal;
	text-align: left;
	margin: 0 1em 0 1em;
	list-style-type: none;
	padding: 0;
}
ul.bullet2 {
	font-size: .9em;
	text-align: left;
	margin-left: 0;
	padding: 0 10em 0 2.85em;
	text-indent: -.75em;
	list-style-type: none;
	}
li.bullet2 {
	background-image: none; 
	padding-left: 15px;
	padding-bottom: .6em;
}
ul.bulletMap {
	font-size: .9em;
	text-align: left;
	margin: .7em;
	padding: 0 2em 0 1em;
	}
ul.bulletMap li {	
	background-image: url(images/chevrons.png); 
	background-position: left center top;
	background-repeat: no-repeat;
	padding-left: 15px;
}
ul.bulletWays {
	font-size: .9em;
	text-align: left;
	padding: 0 1em 0 0;
	margin: 0 0 0 .7em;
	}
ul.bulletWays li {
	background-image: url(images/chevrons.ways.png); 
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 15px;
}
.footerText {
	font-size: 0.8em;
	color: #CCCC99;
	line-height: .9em;
}
.footerText a {
	color: #cccc99;
	text-decoration: none;
	background: none;
}
.footerText a:visited {
	color: #cccc99;
	text-decoration: none;
}
.footerText a:hover {
	color: #99CC00;
	text-decoration: none;
}
.promoText {
	font-size: 0.7em;
	color: #898b01;
	line-height: .9em;
	text-align: right;
}
.promoText a:link {
	color: #898b01;
	text-decoration: none;
	background: none;
}
.promoText a:visited {
	color: #898b01;
	text-decoration: none;
}
.promoText a:hover {
	color: #99cc00;
	text-decoration: none;
}
img {
	border-style: none;
	border: 0;
	background: none;
}

.indent {
	text-indent: 1.4em;
}
.italic {
	font-style: italic;
	overflow: auto;
}
.bold {
	font-weight: bold;
}
.boldItalic {
	font-weight: bold;
	font-style: italic;
}
.bolder {
	font-weight: bolder;
}
.purpleBold {
	font-weight: bold;
	color: #660066;
	font-style: normal;
}
.purple {
	color: #660066;
}
.pink {
	color: #FF00FF;
}
a {
	color: #666600;
	text-decoration: none;
}
a:visited {
	color: #666633;
	text-decoration: none;
}
a:hover {
	color: #99cc00;
	text-decoration: none;
}
.commentsTags {
	text-align: left;
	font-size: .8em;
	line-height: 1.2em;
	margin: 0 14em 0 .7em;
	padding: 0;
}
.booklist {
	font-style: italic;
	margin: 0 8em 0 0;
}
.italicSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: .7em;
}
.calendar {
	font-size: .8em;
	color: #666600;
}	
.back {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: .7em;
}
.more {
	font-size: .85em;
}
.booklist {
	font-style: italic;
	margin: 0 0 .5em 0;
	padding: 0;
	line-height: 1.3em;
}
.author {
	font-style: normal;
	margin: 0 0 1.5em 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.3em;
}
.citySmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: .8em;
}
.testList {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666600;
	font-size: 1em;
	font-weight: lighter;
	font-style: italic;
	line-height: 1.5em;
	margin: 30px 0 0 0;
	padding: 0 0 .7em 0;
}
.testListFirst {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666600;
	font-size: 1em;
	font-weight: lighter;
	font-style: italic;
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 .7em 0;
}
.testListSpace {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666600;
	font-size: 1em;
	font-weight: lighter;
	font-style: italic;
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 .7em 0;
}
.attribList {
	color: #660066;
	font-size: .9em;
	margin: 0;
	padding: 0 0 1em .7em;
	text-indent: 6em;
}
.sidebarTop {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666600;
	font-weight: lighter;
	font-size: 1.05em;
	line-height: 1.5em;
	font-style: italic;
	float: left;
	margin: 4em 0 0 0;
	overflow: visible;
	padding: 1em 0 0 1em;
}
.sidebarAttrib {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666600;
	font-size: .8em;
	line-height: 1.4em;
	font-style: normal;
	float: left;
	margin: 0;
	overflow: visible;
	padding: 1em 0 0 1em;
	text-align: right;
}
acronym, 
abbr, 
span.caps {
	cursor: help;
	border-bottom: 1px dotted #000;
}
.center {
	text-align: center;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}	
.registerPopup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 1em;
	line-height: 1.3em;
	padding: .2em 0 0 0;
	margin: .6em 0 .6em 0;
}
.children {
	font-size: 110% !important;
}



/* ~~~~~~~~ header styling ~~~~~~~~ */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660066;
	text-align: left;
	font-weight: normal;
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.4em;
	padding-left: .5em;
	margin: .6em 0 .6em 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660066;
	text-align: left;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 1em 8em 0 .5em;
	margin: .6em 0 .6em 0;
	clear: left;
}
h2.widgettitle {
	margin-top: 0; margin-right: 0;
	padding-top: 0;	padding-right: 0;
}
h2.comments {
	font-size: 1.2em;
	line-height: 1.3em;
	font-variant: small-caps;
	padding: 0 8em 0 .6em;
    clear: both;
}
h2.reversed {
	font-size: 1.2em;
	color: #cccc99;
	padding: 0 8em 0 .5em;
}
h2.speakers {
	padding: 2em 8em 0 .5em;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660066;
	text-align: left;
	font-weight: normal;
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.3em;
	padding: 1em 8em 0 .4em;
	margin: 0 0 .2em 0;
}
h3.postTitle {
	font-size: 1.4em;
	line-height: 1.4em;
	padding: 1em 6em .5em .5em;
    clear: both;
}
h3.postTitle span {
	display: block;
	font-size:.8em;
}
h3.postTitle span.searchterm1 {
	display: inline;
	font-size: 1em;
	font-weight: normal;
}
h3.reg {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660066;
	text-align: left;
	font-weight: normal;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.3em;
	padding: .75em 8em 0 .5em;
	margin: .6em 0 .6em 0;
}
h3.tip {
	line-height: 1.3em;
	padding: 0 10em 0 .5em;
}
h3.extra {
	font-size: 1.2em;
	line-height: 1.3em;
	padding: .75em 0 0 .5em;
	padding-left: .5em;
}
h3.extra a:hover {
	color: #660066;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660066;
	text-align: left;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.3em;
	padding: .2em 13em 0 .5em;
	margin: .6em 0 .6em 0;
}
h4.tip {
	padding: 1em 10em 0 .7em;
	margin: 0;
}
h4.map {
	padding: 1.5em 0 .5em .7em;
	margin: 0;
}
h4.ways {
	font-weight: strong;
	padding: .2em 8em 0 .7em;
	}
h4.tip {
	padding: 1em 10em 0 .7em;
	margin: 0;
}
h4.hanging {
	padding: .2em 0 0 .3em;
}
h4.speakerTitle {
	font-size: 1em;
	padding: 0 8em 0 .7em;
	margin: 0;
	}



/* ~~~~~~~~ page blocks: header, mid, footer ~~~~~~~~ */

#logoHome {
	text-align: left;
	width: 901px;
	height: 136px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/lorijacobwith_r1_c3.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center;
	position: relative;
}

#logoHome #login_form {
    display: none;
}

#btn_login,
#btn_logout {
    clear: both;
    float: right;
    display: block;
    margin: 31px -1px 0 0; /* IE7 */
    text-indent: -9999px;
    background-image: url('images/btn_members_login_logout.gif');
    background-repeat: none;
    width: 144px;
    height: 50px;
    overflow: hidden;
}

#change_password,
#btn_recover_password {
    float: right;
    display: inline;
    margin-right: 27px;
    font-size: 10px;
}

#btn_login {
    background-position: 0 0;
}

#btn_login:hover {
    background-position: 0 -50px;
}

#btn_logout {
    background-position: 0 -100px;
}

#btn_logout:hover {
    background-position: 0 -150px;
}

#site_title, #tagline {
	position: absolute;
	text-indent: -9999px;
}

#search {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 12em;
	margin: 0 1em 0 0;
	padding-top: 12px;
	padding-right: 5px;
}
.searchform #searchbox {
	color: #898b01;
	float: right;
	border: solid 1px #898b01;
	width: 8em;
	height: 1.3em;
	font-size: .8em;
	margin-right: .5em;
}
.searchform #searchbutton {
	float: right;
	height: 18px;
	width: 18px;
	border: none;
	cursor: pointer;
	background: url('images/searchbutton.jpg') no-repeat 0 0;
}
#logo form {
	text-align: right;
}
#logo input {
	margin: 8.5em 1.5em;
	width: 8em;
}


#mid,
#midHome,
#midAbout,
#midBlog {
	margin: 0 auto;
	width: 901px;
	text-align: center;
	padding: 0 0 1.5em 0;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	overflow: auto;
}
#midBlog {
	padding: 0;
	overflow: hidden;
}
#mid {
	background-image: url(images/lorijacobwith_mid.jpg);
	min-height: 375px;	
}

#mid .mid_container {
    padding: 0 25px;
    text-align: left;
}

#midHome {
	background-image: url(images/lorijacobwith_r3_c1.jpg);
}
#contact {
	margin: 0 auto;
	width: 901px;
	height: 30px;
	padding: 0;
	background-color: #660066;
	overflow: auto;
}
#promo {
	margin: 0 auto;
	width: 901px;
	height: 30px;
	padding-top: .5em;
	padding-right: 30px;
	overflow: auto;
}
#name {
	float: left;
	width: 55%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	text-align: left;
}
#extras {
	float: right;
	width: 40%;
	margin: 10px 0 10px 0;
	padding-right: 15px;
	text-align: right;
}



/* ~~~~~~~~ navigation ~~~~~~~~ */

#nav,
#navHome,
#navEvents,
#navComm,
#navRes,
#navAbout,
#navBlog {
	margin: 0 auto;
	width: 901px;
	height: 37px;
}
#navHome {
	background-image: url(images/lorijacobwith.nav.home.jpg);
}
#navEvents {
	background-image: url(images/lorijacobwith.nav.events.jpg);
}
#navComm {
	background-image: url(images/lorijacobwith.nav.community.jpg);
}
#navRes {
	background-image: url(images/lorijacobwith.nav.resources.jpg);
}
#navAbout {
	background-image: url(images/lorijacobwith.nav.about.jpg);
}
#navBlog {
	background-image: url(images/lorijacobwith.nav.blog.jpg);
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}
#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: center;
	color: #CCCC99;
	float: left;
	height: 28px;
	padding: 9px 0 0 0;
	background-repeat: no-repeat;
	display: block;
}
#nav a:visited {
	color: #CCCC99;
}
#nav a:hover {
	color: #99CC00;
}
.hometab a, 
#homeOn a {
	width: 178px;
	text-indent: 60px;
}
.events-cat a, 
#eventsOn a  {
	width: 141px;
	text-indent: 0px;
}
.membership-page a, 
#communityOn a  {
	width: 141px;
	text-indent: 0px;
}
.resources-page a, 
#resourcesOn a  {
	width: 141px;
	text-indent: 5px;
}
.about-page a, 
#aboutOn a  {
	width: 141px;
	text-indent: 5px;
}
.blog-page a, 
#blogOn a  {
	width: 159px;
	text-indent: 15px;
}

#navHome .hometab a,
#navEvents .events-cat a,
#navComm .membership-page a,
#navRes .resources-page a,
#navAbout .about-page a,
#navBlog .blog-page a  {
	color: #656701 !important;
}


/* ~~~~~~~~ home page mid blocks ~~~~~~~~ */

#welcome {
	float: left;
	width: 38%;
	padding-left: 2%;
	padding-right: 2%;
	margin-top: 1em;
	border-right-width: 1px;
	border-right-color: #FFFFCC;
	border-right-style: solid;
	overflow: visible;
}
#sig {
	margin-left: 35%; 
	width: 171px;
	padding-bottom: .5em;
}
#sigShort {
	width: 40%;
	text-align: right; 
	margin: 1em 0 2em 0;
}
#center {
	float: left;
	width: 25%;
	padding-left: 1%;
	padding-right: 1.5%;
	margin-top: 1em;
	border-right-width: 1px;
	border-right-color: #FFFFCC;
	border-right-style: solid;
	overflow: visible;
}
#bulb {
	width: 105px;
	float: right;
	text-align: right; 
}
#ecomm {
	float: right;
	width: 25%;
	margin-right: 2%;
	margin-top: 1em;
	overflow: auto;
}



/* ~~~~~~~~ event calendar ~~~~~~~~ */

#cal {
	float: left;
	width: 100%;
	padding: 0 0 1em 0;
	margin: 0 0 0 0;
}
#cal ul {
	list-style-type: none;
	font-size: .85em;
	line-height: 1.4em;
	margin: 0 0 .5em 0;
	padding: 0 0 0 0;
}
#cal li {
	font-size: 1.1em;
	line-height: 1.5em;
	background-image: none;
	padding: 0 0 0 0;
}
#cal ul.sched  {
	list-style-type: none;
	font-size: .85em;
	line-height: 1.4em;
	padding: .5em 0 0 .7em;
    }
#cal li.sched {
	font-size: 1.15em;
	line-height: 1.5em;
	background-image: none;
	padding: 0 0 0 0;
}
li.sched a {
	text-decoration: none;
	background: url(images/underline.gif) repeat-x 100% 100%;
	padding-bottom: 2px;
}
li.sched a:visited {
	text-decoration: none;
	background: url(images/underline.gif) repeat-x 100% 100%;
	padding-bottom: 2px;
}
li.sched a:hover {
	text-decoration: none;
	background: url(images/underline.hover.gif) repeat-x 100% 100%;
}

/* calendar */

#wp-calendar table {
	line-height: 1.6em;
	width: 100%;
	text-align: center;
}
#wp-calendar #prev {
	text-align: left;
	padding-left: .7em;
}
#wp-calendar #next {
	text-align: right;
	padding-right: .7em;
}
.ec3_eventday a {
	font-weight: bold;
	color: #660066;
}
#wp-calendar table td,
#wp-calendar table th {
	font-size: .8em;
	line-height: 1em;
}
#wp-calendar table th {
	color: #660066;
	text-align: center;
}
#wp-calendar table td,
#wp-calendar table td.pad:hover,
#wp-calendar table.nav tr td {
	padding: 1px;
	border: none;
	text-align: center;
}
#wp-calendar table td:hover,
#wp-calendar table #today {
	padding: 0px;
	border: solid 1px #FFFFCC;
}

/* the EC graphic. */

.ec3_ec {
	display: block;
	text-align: center;
	border: none;
	width: 16px;
	height: 16px;
}
.ec3_ec span { 
	display: none 
}

/* event list */

.ec3_list {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660066;
	text-indent: none;
}
.ec3_list li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.ec3_list a {
	text-decoration: none;
	background: url(images/underline.gif) repeat-x 100% 100%;
	padding-bottom: 2px;
}
.ec3_list a:visited {
	text-decoration: none;
	background: url(images/underline.gif) repeat-x 100% 100%;
	padding-bottom: 2px;
}
.ec3_list a:hover {
	text-decoration: none;
	background: url(images/underline.hover.gif) repeat-x 100% 100%;
}
.ec3_list li:before {
	background-image: none;
	content:"";
}

/* schedule */

table.ec3_schedule {
 padding: 0 0 0 .5em;
}



/* ~~~~~~~~ home page text ~~~~~~~~ */

.index {
	font-size: .9em;
	text-align: left;
	padding: 0 0 0 0;
	margin: 0;
}
.welcome {
	font-size: .9em;
	padding: 0 0 0 130px;
}
.bodyTextBoxed {
	font-size: .9em;
	padding: 0 1em .5em 1em;
	margin: 0; 
}
.bodyCenter {
	font-size: .9em;
	padding: 0 1em .5em .6em;
	margin: 0; 
}
.bodyEcomm {
	font-size: .9em;
	padding: 0 1em .5em .8em;
	margin: 0; 
}
h1.welcome {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #660066;
	font-size: 1.3em;
	padding-left: 125px;
}
h1.cal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #660066;
	text-align: center;
	font-size: 1.1em;
	padding: 0 0 0 0;
}
h1.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #660066;
	font-size: 1.1em;
	padding: 0 0 0 0;
}
h1.boxed {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #660066;
	font-size: 1.1em;
	padding: .15em 0 .5em .95em;
	margin: 0; 
}
h1.indent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #660066;
	font-size: 1.1em;
	padding: 0 0 0 0;
	margin-left: .7em;
	margin-top: 1em;
	text-indent: 0;
}
h1.center {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #660066;
	font-size: 1.1em;
	padding: 0 0 0 0;
	margin-top: .7em;
	text-indent: 0;
}
h1.calColumn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #660066;
	font-size: 1.1em;
	padding: 0 0 0 0;
	margin-left: .5em;
	margin-top: .5em;
	text-indent: 0;
}
.test {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666600;
	font-size: .95em;
	font-style: italic;
	line-height: 1.5em;
	font-weight: lighter;
	padding: 5px 5px 0 5px;
	margin: 0; 
}
.attrib {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666600;
	font-size: .8em;
	font-style: normal;
	line-height: 1.4em;
	padding: 0 10px 0 10px;
	margin: .2em 0 0 0;
}
.testHome {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666600;
	font-size: .95em;
	font-style: italic;
	line-height: 1.4em;
	font-weight: lighter;
	padding: 5px 5px 0 5px;
	margin: 0; 
}
.attribHome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666600;
	font-size: .8em;
	font-style: normal;
	line-height: 1.4em;
	padding: 0 10px 0 10px;
	margin: .2em 0 0 0;
}


/* ~~~~~~~~ blog divs ~~~~~~~~ */

#leftMenuGroupBlogWith {
	float: left;
	width: 29%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: visible;
}
#leftMenuBlog {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666600;
	font-weight: normal;
	float: left;
	width: 75%;
	margin: .5em 1em 0 1em;
	padding-top: 10em;
	padding-left: 30%;
	padding-bottom: 1em;
	background-image: url(images/full.png);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: visible;
}
#leftMenuBlog ul {
	margin: .5em 0 0 0;
	padding: 0 0 0 0;
	text-indent: none;
	}
#leftMenuBlog li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	font-style: normal;
	color: #666600;
	margin: 0 0 .6em 1.3em;
	padding: 0 0 0 0;
	background-image: none;
	text-indent: none;
}
#leftMenuBlog a:link {
	color: #666600;
	text-decoration: none:
	background: none;
}
#leftMenuBlog a:visited {
	color: #666600;
	text-decoration: none:
}
#leftMenuBlog a:hover {
	color: #99CC00;
	text-decoration: none:
}

.the_content {
    position: relative;
}
#commentNudge {
	width: 100%;
	float: right;
	text-align: center;
}
.commentNudge {
	margin: 1em 1em 1em 1em;
	padding: 0 0 0 0;
}
#commentNudge a,
#commentNudge a:visited {
	font-weight: bold;
	text-decoration: none;
	background: url(images/underline.gif) repeat-x 100% 100%;
	padding-bottom: 2px;
}
#commentNudge a:hover {
	color: #99CC00;
	font-weight: bold;
	text-decoration: none;
	background: url(images/underline.hover.gif) repeat-x 100% 100%;
}
#groupComment {
	float: right;
	width: 40%;
	margin: 0em 0 0em 2em;
}



/* ~~~~~~~~ event divs ~~~~~~~~ */

#eventDate {
	color: #FFFFCC;
	width: 100%;
	float: right;
	text-align: center;
	margin: 0 0 2em 0;
}
#groupEvent {
	float: right;
	width: 40%;
	margin: 2em 0 2em 2em;
}


/* ~~~~~~~~ page divs ~~~~~~~~ */

#leftMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666600;
	font-weight: normal;
	float: left;
	width: 29%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: visible;
}
#leftMenuIndent,
#hottags {
	margin: .6em;
	padding: .5em;
	}
#leftMenu ul {
	font-weight: normal;
	font-size: .85em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-indent: none;
	}
#leftMenu li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	line-height: 1.5em;
	font-style: normal;
	color: #666600;
	margin: .6em 1em .6em 1em;
	padding: 0 0 0 0;
	background-image: none;
	text-indent: none;
}
#leftMenu a:link {
	color: #666600;
	text-decoration: none:
	background: none;
}
#leftMenu a:visited {
	color: #666600;
	text-decoration: none:
}
#leftMenu a:hover {
	color: #99CC00;
	text-decoration: none:
}
#leftMenuText2 {
	font-size: 1em;
	text-align: left;
	color: #999900;
	margin-left: 0.75em;
	overflow: visible;
}
#leftMenuText2 ul {
	font-size: .95em;
}
#sidebarWith {
	background-image: url(images/lori.with.png);
	background-repeat: no-repeat;
	width: 266px;
	height: 391px;
}

#sidebarWith h2, #sidebarWith dl {
	display: block;
	position: absolute;
	text-indent: -9999px;
	height: 0; width: 0;
}

#sidebar {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: left;
	font-weight: lighter;
	font-style: italic;
	margin: 4em 0 0 2em;
	padding: 0 3% 0 0;
	overflow: visible;
	color: #666600;
	height: auto;
}
#content {
	float: right;
	width: 65%;
	margin-top: 3em;
	margin-bottom: 2em;
	text-align: left;
}
#iframe {
	float: right;
	width: 100%;
	height: auto;
}
#postNav {
	float: left;
	margin-top: 2em;
	padding: 0;
	width: 100%;
	}
.postNav {
	margin: 0;
	text-align: center;
	}
#noticias {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	}
#contentCal {
	width: 100%;
	text-align: center;
	margin: 10em 0 2em 0;
	overflow: auto;
}
#contentTwoColA {
	float: left;
	width: 38%;
	padding: 0 2% 0 0;
	margin: 1.5em 3% 0 0;
	overflow: visible;
	border-right-width: 1px;
	border-right-color: #660066;
	border-right-style: solid;
}
#contentTwoColB {
	float: left;
	width: 40%;
	padding: 0;
	margin: 1.5em 5% 0 0;
	overflow: visible;
}
#mapTwoColA {
	float: left;
	width: 43%;
	padding: 0;
	margin: 1.5em 2% 0 .1em;
	overflow: visible;
	text-indent: 0;
}
#mapTwoColB {
	float: left;
	width: 45%;
	padding: 0 0 0 4%;
	margin: 1.5em 2% 0 .1em;
	overflow: visible;
	border-left-width: 1px;
	border-left-color: #660066;
	border-left-style: solid;
	text-indent: 0;
}
#clientList {
	line-height: 1.2em;
	padding: 0.7em 0 0.1em 0;
	margin: 0;
}
#testTwoColA {
	float: left;
	width: 43%;
	padding: 0;
	margin: 1.5em 2% 0 .1em;
	overflow: visible;
	text-indent: 0;
}
#testTwoColB {
	float: left;
	width: 45%;
	padding: 0 0 0 4%;
	margin: 1.5em 2% 0 .1em;
	overflow: visible;
	border-left-width: 1px;
	border-left-color: #660066;
	border-left-style: solid;
	text-indent: 0;
}
#waysTwoColA {
	color: #666600;
	float: left;
	width: 50%;
	padding: 0;
	margin: 0 3% 1em 0;
	overflow: visible;
}
#waysTwoColB {
	color: #666600;
	float: left;
	width: 45%;
	padding: 0;
	margin: 0 1% 1em 0;
	overflow: visible;
}
#registerPopup {
	background-image: url(images/arrow.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 1em 0 1em 3.25em;
}



/* ~~~~~~~~ special resources styling ~~~~~~~~ */

.res {
	padding: 0 0 0 .7em;
}
.resListen {
	padding: 0 0 0 .7em;
	line-height: 3em;
}
.resIndent {
	padding: 0 10em 0 .7em;
}
h3.res,
h4.res {
	padding-right: 0;
	padding-left: .6em;
}
h4.resQuote {
	padding-left: .6em;
	text-indent: -6px;
	padding-right: 0;
}
h3.resNoSpace {
	line-height: 1.3em;
	padding: 0 0 0 .5em;
}
#medSpaceRes {
	float: left;
	width: 90%;
}
#contentNoSpace {
	float: right;
	width: 65%;
	overflow: visible;
	margin-top: 0;
	margin-bottom: 2em;
}
#contentReading {
	float: right;
	width: 100%;
	overflow: visible;
}
#res {
	width: auto;
	float: left;
	text-align: left; 
	margin-top: .6em;
	margin-bottom: .6em;
}
#resIcon {
	float: left;
	text-align: left; 
}
#resText {
	width: 45%;
	padding-left: 5%;
	margin-right: 12%;
	float: left;
}
#resBooks {
	width: 43%;
	float: left;
	text-align: left; 
	margin-bottom: 3em;
}
#resBookCover {
	width: auto;
	float: left;
	text-align: left; 
	padding: 0 .7em 0 .5em;
}
#resTitleAuthor {
	width: 49%;
	float: left;
}
#resInline {
	width: auto;
	float: left;
	text-align: left; 
	margin: .6em 0 2em 0;
	padding: 0;
}
#resInlineIcon {
	float: left;
	text-align: left; 
	padding: 0 .2em 0 0;
}
#resInlineText {
	float: left;
	width: 65%;
	margin: 0;
	padding: 0;
}


/* ~~~~~~~~ rounded corners ~~~~~~~~ */

/* rounded corners white gradient */

.spiffy {
	display: block
}
.spiffy *{
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: .01em
}
.spiffy1 {
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px;
	border-right: 1px;
}
.spiffy2 {
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left: 1px;
	border-right: 1px;
	background-image: url(images/trans.grad.png)
}
.spiffy3 {
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px;
	border-right: 1px;
	background-image: url(images/trans.grad.png)
}
.spiffy4 {
	border-left: 1px;
	border-right: 1px;
	background-image: url(images/trans.grad.png)
}
.spiffy5 {
	border-left: 1px;
	border-right: 1px;
	background-image: url(images/trans.grad.png)
}
#spiffyfg {
	background-image: url(images/trans.grad.png);
	overflow: hidden;
}
.spiffyfg p{
	margin-top: 0;
	margin-bottom: 0;
}

/* rounded corners green */

.spiffy2green {
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left: 1px;
	border-right: 1px;
	background-image: url(images/trans.green.png)
}
.spiffy3green {
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px;
	border-right: 1px;
	background-image: url(images/trans.green.png)
}
.spiffy4green {
	border-left: 1px;
	border-right: 1px;
	background-image: url(images/trans.green.png)
}
.spiffy5green {
	border-left: 1px;
	border-right: 1px;
	background-image: url(images/trans.green.png)
}
#spiffyfggreen {
	background-image: url(images/trans.green.png);
	overflow: hidden;
}
.spiffyfg p{
	margin-top: 0;
	margin-bottom: 0;
}

/* rounded corners white */

.spiffy2white {
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left: 1px;
	border-right: 1px;
	background-image: url(images/trans.white.png)
}
.spiffy3white {
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px;
	border-right: 1px;
	background-image: url(images/trans.white.png)
}
.spiffy4white {
	border-left: 1px;
	border-right: 1px;
	background-image: url(images/trans.white.png)
}
.spiffy5white {
	border-left: 1px;
	border-right: 1px;
	background-image: url(images/trans.white.png)
}
#spiffyfgwhite {
	background-image: url(images/trans.white.png);
	background-repeat: repeat;
	overflow: hidden;
}

/* rounded corners dark purple [event date] */

.spiffy2purple {
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left: 1px;
	border-right: 1px;
	background-color: #660066;
}
.spiffy3purple {
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px;
	border-right: 1px;
	background-color: #660066;
}
.spiffy4purple {
	border-left: 1px;
	border-right: 1px;
	background-color: #660066;
}
.spiffy5purple {
	border-left: 1px;
	border-right: 1px;
	background-color: #660066;
}
#spiffyfgpurple {
	background-color: #660066;
	overflow: hidden;
}



/* ~~~~~~~~ spacers ~~~~~~~~ */

#smallSpace {
	margin-top: .5em;
	margin-bottom: .5em;
}
#medSpace {
	margin-top: /*1em*/ 0;
	margin-bottom: 1em;
}
#largeSpace {
	margin-top: 2em;
	margin-bottom: 2em;
}
#regOneButton {
	margin: 2em 0 2em 0;
	padding: .5em 0 .5em 0;
	border-top: solid #660066 1px;
	border-bottom: solid #660066 1px;
}
#regTwoButton {
	margin: 2em 0 2em 0;
	padding: .5em 0 1.5em 0;
	border-top: solid #660066 1px;
	border-bottom: solid #660066 1px;
}
#largerSpace {
	margin-top: 1em;
	margin-bottom: 3em;
}
#fillsOutAShortPage {
	margin-bottom: 7em;
}
#largestSpace {
	margin-top: 2em;
	margin-bottom: 16em;
}
#bigSpace {
	margin-top: 10em;
}
#hugeSpace {
	margin-top: 60em;
}


		
/* ~~~~~~~~ entrada ~~~~~~~~ */
/* [from source theme] */

.entrada {
	margin: 0;
	padding: 0;
}



/* ~~~~~~~~ comments ~~~~~~~~ */

.postMeta {
	font-size: .8em;
	text-align: left;
	padding: 0 10em 0 .7em;
	margin: 0; 
	text-align: left;
}
#commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
    border-bottom: 1px solid #99CC00;
}
#commentlist li {
	background-image: url(images/trans.png); 
	background-repeat: no-repeat;
	margin: 0;
	padding: 1em 2em 1em .7em;
}
#commentlist p {
	margin: .5em 0;
	padding: 0;
    font-size: .8em;
    color: #666633;
}
.commentAlignRight {
	text-align: right;
	margin: 1em 2em 0 0 !important;
}
.small {
	font-size: .8em;
	line-height: 1.2em;
	padding: 0 2em 0 .9em;
}
.speaker {
	font-size: .9em;
	line-height: 1.2em;
	padding: 0 2em 0 .9em;
}
.class_comment1 { 
	border-top: 1px solid #99CC00; 
}
.class_comment2 { 
	background-color: #FFF;/*#F0FFF0;*/ 
	border-top: 1px solid #99CC00; 
}
#comments, 
#postcomment {
	color: #666600;
}
#commentform {
	padding: 0;
	margin: 1em 0 1em .2em;
}
#commentform input, 
#commentform textarea {
	border-color: #660066; 
	border-width: 1px;
	font-size: 12px;
	padding: 1px;
}
#commentform input:focus, 
#commentform textarea:focus {
	margin: 0;
	padding: 0;
}



/* ~~~~~~~~ speakers ~~~~~~~~ */

h4.speakerSection {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.4em;
	line-height: 1.3em;
	color: #660066;
	padding: 0 0 0 .4em;
	margin: 0;
}
h4.speakerName {
	font-weight: bold;
	font-size: .9em;
	line-height: 150%;
	padding: 0 0 0 .6em;
	margin: 2em 0 .5em 0;
}
h4.speakerName a {
	text-decoration: none;
	background: url(images/underline.gif) repeat-x 100% 100%;
	padding-bottom: 2px;
}
h4.speakerName a:visited {
	text-decoration: none;
	background: url(images/underline.gif) repeat-x 100% 100%;
	padding-bottom: 2px;
}
h4.speakerName a:hover {
	text-decoration: none;
	background: url(images/underline.hover.gif) repeat-x 100% 100%;
	padding-bottom: 2px;
}
h2.speakers {
	padding: 3em 8em 0 .5em;
}
.speakerTitle {
	font-size: .9em;
	font-style: italic;
	color: #660066;
	padding: 0 0 0 .6em;
	margin: .2em 0 0 0;
	margin-bottom: .5em;
	line-height: 150%;
}
.speakerDate {
	font-size: .85em;
	color: #660066;
	line-height: 1.5em;
	padding: 0 0 0 3em;
	margin: 0;
}
#leftMenuGuestBlog {
	float: left;
	width: 100%;
	margin: 2em 0 0 1em;
	padding: 0 0 0 0;
	overflow: visible;
}
h4.guestBlog {
	font-size: .9em;
	line-height: 1.4em;
	padding: 0 0 0 .6em;
	margin: 1em 0 0 0;
}
.guestBlogDetails {
	font-size: .9em;
	color: #660066;
	line-height: 1.5em;
	padding: .5em 0 0 3em;
}

#leftMenuJoin {
    float: left;
    width: 100%;
    margin: 2em 0 0 1em;
    padding: 0;
    overflow: visible;
}



/* ~~~~~~~~ twitter updates styling ~~~~~~~~ */

h4.twitter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.4em;
	line-height: 1.3em;
	color: #660066;
	padding: 0 0 0 .4em;
	margin: 0 0 .5em 0;
	float: left;
}
ul#twitter_update_list {
	font-size: .9em;
	line-height: 1.4em;
	font-weight: normal;
	text-align: left;
	padding: 0 0 0 .6em;
	margin: 0 0 0 0;
    clear: both;
}
ul#twitter_update_list li {
	list-style-type: none;
	background-image: none; 
	padding: 0 0 0 0;
}
#twitterHome {
	width: 48%;
	float: left;
	padding-left: 1%;
	margin-right: 2%;
}

img.twitter_logo {
    vertical-align: text-bottom;
}

span.on_twitter {
    display: none;
}

#leftMenuJoin h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.4em;
	line-height: 1.3em;
	color: #660066;
	padding: 0 0 0 .4em;
	margin: 0 0 0 0;
	text-align: center;
}
#leftMenuJoin h4 a {
}

/* ~~~~~~~~ no longer in use ~~~~~~~~ */

/*h4.registration {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 3em;
	color: #990000;
}
h4.registration a:link {
	background-image: url(images/check.box.no.png);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #990000;
	padding-left: 2em;
	display: block;
}
h4.registration a:hover {
	background-image: url(images/check.box.no.png);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FF9900;
	padding-left: 2em;
	display: block;
}
h4.registration a:visited {
	background-image: url(images/check.box.yes.png);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: line-through;
	color: #CCCCCC;
	padding-left: 2em;
	display: block;
}
h4.registrationWhite {
	padding: 1em 0 1em 0;
	margin: 0 0 0 0;
	line-height: 3em;
	color: #FFFFFF;
}
h4.registrationWhite a:link {
	background-image: url(images/check.box.no.png);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #a90101;
	padding-left: 2em;
	display: block;
}
h4.registrationWhite a:hover {
	background-image: url(images/check.box.no.png);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FF9900;
	padding-left: 2em;
	display: block;
}
h4.registrationWhite a:visited {
	background-image: url(images/check.box.yes.png);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: line-through;
	color: #FFFFFF;
	padding-left: 2em;
	display: block;
}
h4.paypal {
	background-image: url(images/check.box.no.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 1em 0 1em 2em;
	margin: 0;
	line-height: 3em;
	color: #a90101;
}
*/


/*.sidebarTwitter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660066;
	font-size: .8em;
	line-height: 1.4em;
	font-style: normal;
	float: left;
	margin: 1em 0 1em 0;
	overflow: visible;
}
*/


/*twoColumn {
	line-height: 1.2em;
	padding: 0.7em 0 0.1em 0;
}*/


/*#logo {
	text-align: left;
	width: 901px;
	height: 136px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/lorijacobwith_r1_c3.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center;
}
*/


.addtoany_share_save_container {
    text-align: left;
}


/* ~~~~~~~~ updated homepage styling ~~~~~~~~ */

#home_welcome {
    width: 246px;
    margin-left: 160px;
    float: left;
    display: block;
    margin-right: 15px;
    margin-top: 20px;
}

#home_welcome p {
    padding: 0 0 10px 0;
    margin: 0;
    line-height: 1.4em;
}

#home_welcome h1 {
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: 20px;
}

#home_welcome {
    position: relative;
}

#home_welcome .e-book {
    position: absolute;
    top: 235px;
    left: -160px;/* IE6 */
    width: 140px;
    text-align: center;
}

#home_welcome .e-book h2 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

#home_welcome .e-book img {
    padding: 6px 5px 5px 13px;
    padding: 6px 0 5px 0;
}

#home_welcome .e-book p a.image {
    background: none!important;
    border: none;
    display: block;
    text-align: center;
}

#home_welcome .e-book div.bubble {
    position: absolute;
    top: -55px;
    left: 124px;
    width: 240px;
    display: none;
}

#home_welcome .e-book div.bubble .top {
    height: 8px;
    background: url('images/bubble-top.gif') no-repeat;
}

#home_welcome .e-book div.bubble .mid {
    background: url('images/bubble-mid.gif') repeat-y;
}

#home_welcome .e-book div.bubble .mid p {
    margin: 0px;
    padding: 5px 20px 13px 20px;
    line-height: 1.7em;
}

#home_welcome .e-book div.bubble .bottom {
    height: 22px;
    background: url('images/bubble-bottom.gif') no-repeat;
}

#home_welcome .e-book p.download {
    /*padding: 5px;*/
    text-align: center;
    font-size: 11px;
}

#join_membership {
    width: 468px;
    display: block;
    float: left;
    margin-top: 20px;
}

#join_membership p,
#join_membership h1 {
    padding: 0;
    margin: 0;
}

#join_membership h1 {
    text-align: center;
    color: #666633;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#join_membership p {
    padding-bottom: 10px;
}

#join_membership ul li {
    background: url('images/purple_bullet.png') no-repeat;
    padding-left: 18px;
}

#join_membership ul {
    margin-bottom: 10px;
    margin-left: 0;
    padding-right: 0;
}

a.join_button {
    display: block;
    width: 244px;
    height: 51px;
    background: url('images/button_join_now.png') no-repeat !important;
    text-indent: -999em;
    margin: 0 auto;
    outline: none;
}

a.join_button:hover {
    border: 0;
    background: url('images/button_join_now.png') no-repeat 0 -51px !important;
}

#signature {
    width: 171px;
    height: 47px;
    background: url('images/sig.gif') no-repeat;
    display: block;
    text-indent: -999em;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    clear: both;
    height: 20px;
}

.rounded_box {
    width: 468px;
}

.rounded_box_top {
    height: 15px;
    background: url('images/box_white_fade_top.png') no-repeat;
    display: block;
    line-height: 15px;
}

.rounded_box_middle {
    background: url('images/box_white_fade_mid.png') repeat-y;
    padding: 0 25px;
}

.rounded_box_bottom {
    height: 15px;
    background: url('images/box_white_fade_bot.png') no-repeat;
    display: block;
}

#from_twitter {
    width: 239px;
    float: left;
    margin-right: 20px;
    margin-left: 160px;
}

#twitter_update_list li {
    background: none;
    padding-left: 0;
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 180%;
}

#from_twitter ul,
#from_twitter h2,
#from_twitter p {
    padding: 0;
    margin: 0;
}

#from_twitter h2, h4.twitter {
    background: url('images/icon_twitter.png') no-repeat;
    background-position-y: center;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    padding-left: 40px;
    margin-bottom: 8px;
}

h4.twitter {
	margin-left: 6px;
}

#from_blog {
    width: 230px;
    float: left;
    margin-right: 20px;
}

#from_blog ul,
#from_blog h2,
#from_blog h3,
#from_blog h4,
#from_blog p {
    padding: 0;
    margin: 0;
}

#from_blog h2 {
    background: url('images/icon_blog.png') no-repeat;
    background-position-y: center;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    padding-left: 35px;
    margin-bottom: 8px;
}

#upcoming_events {
    width: 210px;
    float: left;
}

#upcoming_events ul,
#upcoming_events li,
#upcoming_events h2,
#upcoming_events h3,
#upcoming_events h4,
#upcoming_events p {
    padding: 0;
    margin: 0;
    line-height: 130%;
}

#upcoming_events h3 {
    font-size: 14px;
}

#upcoming_events li {
    background-image: none;
    color: #000;
}

#upcoming_events p.more_info {
	margin-bottom: 20px;
}

#upcoming_events h2 {
    background: url('images/icon_event.png') no-repeat;
    background-position-y: center;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    padding-left: 43px;
    margin-bottom: 8px;
}

#from_blog h2,
#from_twitter h2,
#upcoming_events h2 {
    font-size: 16px;
    font-weight: bold;
}

#from_blog h3,
#from_twitter h3,
#upcoming_events h3 {
    font-size: 14px;
    font-weight: bold;
    color: #666633;
    margin-bottom: 4px;
}

#from_blog h4,
#from_twitter h4,
#upcoming_events h4 {
    font-size: 11px;
    font-weight: normal;
    color: #666633;
    margin-bottom: 4px;
}

#from_blog p,
#from_twitter p,
#upcoming_events p {
    margin-bottom: 10px;
    font-size: 11px;
}

li.widget {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftMenu li#text-7 {
	padding-top: 20px;
}

.ctc {
	line-height: 170%;
}

/* ~~~~~~~~ Member's Audio/Articles content ~~~~~~~~ */

.audio_files,
.article_files {
    border-top: 1px solid #660066;
    padding-bottom: 10px;
}

.audio_files h4 a,
.article_files h4 a {
    font-weight: bold;
    color:#660066;
}

.audio_files h4 a:hover,
.article_files h4 a:hover {
    text-decoration: underline;
}

.article_files h4 span {
    color: #000;
    font-weight: normal;
}

.audio_files .conference_speaker {
    margin-bottom: 0;
}

.audio_files .conference_date {
    margin-top: 0;
}

.audio_files .audio_file {
    margin-left: 10px;
}

.article_files .pdf p.article_file a,
.article_files .doc p.article_file a {
    padding-right: 20px;
}

.article_files .pdf p.article_file a {
    background: url(images/page_white_acrobat.png) 100% 50% no-repeat !important;
    padding-right: 20px;
}

.article_files .doc p.article_file a {
    background: url(images/page_word.png) 100% 50% no-repeat !important;
}

.article_files p.article_file strong {
    font-style: italic;
}

/* ~~~~~~~~ thickbox content ~~~~~~~~ */

#TB_ajaxContent p.password input,
#TB_ajaxContent p.username input,
#TB_ajaxContent input.button {
    margin-bottom: .7em;
}

#TB_ajaxContent p {
    margin-top: 0;
    padding: 0;
}

#TB_ajaxContent p.password label,
#TB_ajaxContent p.username label {
    font-weight: bold;
    float: left;
    width: 65px;
}

#TB_ajaxContent p.password input,
#TB_ajaxContent p.username input {
    width: 160px;
}

#TB_ajaxContent form {
    padding-left: 0;
}

#TB_ajaxContent h2 {
    padding: 0;
}

#inner_recover_password {
    display: none;
}

#TB_ajaxContent .demo {
    width: 100px;
    height: 100px;
    overflow: auto;
}

/* ~~~~~~~~ BBPress content ~~~~~~~~ */

#mid .bbcrumb {
    text-align: left;
}

#topic-info {
    width: 372px;
    padding: 0 15px 0 0;
}

#topic-tags {
    width: 167px;
    padding: 0 15px 0 15px;
}

input#tag {
    width: 144px;
}

h2.topictitle {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

#tags-list li.alt {
    background-color: transparent;
}

.tweetmeme_button {
    float: left;
    margin-right: 10px;
}


/* ~~~~~~~~ New Blog Styles 04-23-2010 ~~~~~~~~ */

#blog-wrapper {
    float: left;
    background: url(images/blog-columns.gif) 0 0 repeat-y;
}

#blog-wrapper #leftMenu {
    width: 217px;
    overflow: hidden;
    padding-bottom: 15px;
}

#blog-wrapper #content {
    margin: 0;
    padding: 5px 0 0 0;
    width: 684px;
}

#blog-wrapper #content{
    /*margin-left: 22px;
    margin-right: 15px;*/
}

/* add margins so we can fake negative margins for IE6 */
#blog-wrapper #content h3.postTitle,
#blog-wrapper #content h2.pagetitle,
#blog-wrapper #content div.blog-heading-wrapper,
#blog-wrapper #content div.content-container {
    margin-left: 22px;
    margin-right: 15px;
}

#blog-wrapper #content .addtoany_share_save_container {
    text-align: center;
}


#blog-wrapper #content div.blog-heading-wrapper h3.postTitle {
    margin-left: 0;
    margin-right: 0;
}

/* blog banner */
#blog-banner {
    float:left;
    width: 883px;
    height: 63px;
    padding:22px 0 0 18px;
    background: url(images/blog-header.gif) 0 0 no-repeat;
    border-bottom: 1px solid #828436;
    text-align: left;
}

#blog-banner,
#blog-banner .col1,
#blog-banner .col2{
    float:left;
}

#blog-banner .col1 {
    width: 622px;
}

#blog-banner .col2 {
    width: 255px;
}

#blog-banner h1 {
    padding: 3px 0 0 7px;
    margin: 0;
    background-position: bottom right;
    background-repeat: no-repeat;
}

#blog-banner h1.events {
    background-image: url(images/h-events.png);
    width: 167px;
    height: 21px;
    text-indent: -9999px;
}

#blog-banner h1.withisms {
    background-image: url(images/h-withisms.png);
    width: 276px;
    height: 21px;
    text-indent: -9999px;
}

#blog-banner h4 {
    margin-top: .25em;
    padding-right: 0;
    color: #000;
    font-style: italic;
}
/* END: blog banner */

/* blog sidebar */
#blog-wrapper #leftMenu form,
#blog-wrapper #leftMenu h2,
#blog-wrapper #leftMenu li,
#blog-wrapper #leftMenu p {
    margin: 0;
    padding: 0;
    text-align: left;
}

#blog-wrapper #leftMenu a {
    text-decoration: underline;
    color: #666600;
    background: none !important;
}

#blog-wrapper #leftMenu a:hover {
    text-decoration: none;
}

#blog-wrapper #leftMenu li {
    padding-top: 15px;
    padding-left: 16px;
    color: #000;
}

#blog-wrapper #leftMenu li ul {
    margin-right: 18px;
    border-top: 1px dotted #000;
}

#blog-wrapper #leftMenu li li {
    padding: .25em 0 .25em 15px;
    background-image: url(images/bullet_purple.png);/* IE6 */
    background-position: 0 .3em;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #000;
    font-size: 1.13em;
}

#blog-wrapper #leftMenu li li a {
    color: #000;
    text-decoration: none;
}

#blog-wrapper #leftMenu li li a:hover {
    text-decoration: underline;
}

#blog-wrapper #leftMenu li ul#twitter_update_list {
    padding-left: 0;
    border: none;
}

#blog-wrapper #leftMenu li ul#twitter_update_list li {
    background: none;
    padding-left: 0;
    font-size: 1.06em;
}

#blog-wrapper #leftMenu li ul#twitter_update_list li a {
    color: #666600;
}

#blog-wrapper #leftMenu a#twitter-link {
    background: url(images/twitter.png) 0 0 no-repeat !important;
    padding-left: 25px;
    display: block;
    margin-top: .25em   ;
}

#blog-wrapper #leftMenu h2 {
    color: #000;
    font-size: 17px;
    margin-bottom: .25em;
}

/* class applied in jquery */
#blog-wrapper #leftMenu li.first {
    padding-top: 20px;
    background: #d5dcd6 url(images/blog-subscribe-border.gif) bottom left repeat-x;
    padding-bottom: 5px;
}

#blog-wrapper li input,
#blog-wrapper li select {
    width: 185px;
}

#blog-wrapper #leftMenu li.first p {
    margin: 5px 0;
}

#blog-wrapper #leftMenu li.first h2 {
    font-size: 14px;
    padding-left: 2px;
    padding-bottom: 3px;
}

#blog-wrapper #leftMenu li.first p.or {
    text-align: center;
    padding-bottom: 0;
}
/* END: blog sidebar */

/* blog content */
#blog-wrapper #content h3,
#blog-wrapper #content h4,
#blog-wrapper #content p {
    padding: 0;
    margin: 0;
}

#blog-wrapper #content a {
    text-decoration: underline;
    background: none !important;
    color: #666600;
}

#blog-wrapper #content a:hover {
    text-decoration: none;
}

#blog-wrapper #content p {
    margin: 1em 0;
}

#blog-wrapper #content p.author {
    padding-bottom: .35em;
    padding-top: .15em;
    padding-left: 20px;
    background: url(images/author.png) 0 0 no-repeat;
}

#blog-wrapper #content div.blog-heading-wrapper {
    border-bottom: 1px dotted #000;
    min-height:80px;
    height:auto !important;
    height:80px;
    width: 647px;
}

#blog-wrapper #content p.author a {
    color: #791979;
    background: none !important;
    text-decoration: underline;
}

#blog-wrapper #content p.author a:hover {
    text-decoration: none;
}

#blog-wrapper #content .the_content {
    position: static;
}

#blog-wrapper #content .tweetmeme_button {
    position: absolute;
    top: 5px;
    right: 15px;
}
#blog-wrapper #content div.post {
    position: relative;
}

#blog-wrapper #content div.no-border {
    border-bottom: none;
}

#blog-wrapper #content h3.postTitle {
    font-size: 1.5em;
    font-style: normal;
    margin-top: .8em;
    margin-bottom: .25em;
    padding-right: 60px;
}

#blog-wrapper #content h3.postTitle a {
    color: #65015D;
    text-decoration: none;
}

#blog-wrapper #content h3.postTitle a:hover {
    color: #940088;
}

#blog-wrapper #content h4.postSubTitle {
    font-style: italic;
    color: #333;
}

#blog-wrapper #content div.post p.tags {
    background: url(images/tags.png) 0 3px no-repeat;
    padding-left: 24px;
    font-size: .8em;
}

#blog-wrapper #content div.post hr.no-tags {    
    border: none;
}

#blog-wrapper #content div.post p.tags,
#blog-wrapper #content div.post hr.no-tags {    
    margin-bottom: 0;
    padding-bottom: 1em;
    border-bottom: 1px dotted #000000;
}

#blog-wrapper #content h2.comments {
    font-size: 1.5em;
    color: #000;
    padding: 0;
}

#blog-wrapper #content div.comments h2.comments {
    padding-top: 3px;
    margin-bottom: .25em;
    float: left;
}

#blog-wrapper #content div.comments {
    padding-top: 8px;
}

#blog-wrapper #content p.comments-trackback {
    float: right;
}

#blog-wrapper #content #commentlist {/* zoom:1 for IE6 */
    clear: both;
}

#blog-wrapper #content span.rss a {
    padding-left: 18px;
    background: url(images/rss.png) 0 0 no-repeat !important;
}

#blog-wrapper #commentlist,
#blog-wrapper #commentlist li {
    border: none;
    padding: 0;
    margin: 0;
}

#blog-wrapper #commentlist li {
    margin-bottom: 20px;
}

#blog-wrapper #commentlist p.commenter {
    font-size: .95em;
    padding-left: 23px;
    background: white url('images/comment.gif') 2px .3em no-repeat;
    margin: 0;
}

#blog-wrapper #commentlist p.commenter,
#blog-wrapper #commentlist p.commenter a,
#blog-wrapper #commentlist div.comment-box p {
    color: #000;
}

#blog-wrapper #commentlist div.comment-box p {
    font-size: 1.05em;
    line-height: 1.5em;
    margin-top: 0;
}

#blog-wrapper #commentlist div.comment-box {
    background: url('images/comment-box-middle.gif') 0 0 repeat-y;
}
#blog-wrapper #commentlist div.comment-box div.outer-container {
    /*background: url('images/comment-box-top.gif') 0 0 no-repeat;*/
    background: url('images/comment-box-bottom.jpg') 0 100% no-repeat;
}
#blog-wrapper #commentlist div.comment-box div.inner-container {
    padding: 24px 15px 1px;
    min-height:69px;
    height:auto !important;
    height:69px;
    /*background: url('images/comment-box-bottom.jpg') 0 100% no-repeat;*/
    background: url('images/comment-box-top.gif') 0 0 no-repeat;
}

#blog-wrapper .join_the_discussion {
    width:646px;
    padding: 6px 15px 15px 23px;
    background: #FFFFF5;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 33px;
}

#blog-wrapper #commentform p {
    margin-top: 0;
}

#blog-wrapper .join_the_discussion .comments-form-top {
    padding-bottom: 1px;
    min-height:92px;
    height:auto !important;
    height:92px;
    
}

#blog-wrapper .join_the_discussion label {
    display: block;
    float: left;
    width: 90px;
    padding-right: 15px;
    text-align: right;
}

#blog-wrapper #commentform input, #blog-wrapper #commentform textarea {
    border-color: #ddd;
    border-width:1px;
    font-size:12px;
    padding:1px;
}

#blog-wrapper #commentform input#submit {
    margin-left: 105px;
}

#blog-wrapper #commentform p.submit {
    width: 300px;
}

#blog-wrapper #commentform p.commentsTags {
    width: 338px;
}

#blog-wrapper #commentform input#author,
#blog-wrapper #commentform input#email,
#blog-wrapper #commentform input#url {
    width: 193px;
}

#blog-wrapper #commentform p.submit,
#blog-wrapper #commentform p.commentsTags {
    float: left;
}

#blog-wrapper #commentform {
    margin:1.5em 0 1em 0.2em;
}

#blog-wrapper #commentform textarea {
    width: 530px;
}

#blog-wrapper #commentform p.comment-container {
    position: relative;
}

#blog-wrapper #commentform p.comment-container img.money {
    position: absolute;
    top: -145px;
    left: 440px;
}

#blog-wrapper h2.pagetitle {
    color: #000;
    padding: 0;
    font-size: 1.5em;
    border-bottom:1px dotted #000000;
    padding-bottom: .5em;
}

#blog-wrapper div.events-container {
    padding-bottom: 1em;
    /*border-bottom:1px dotted #000000;*/
}
/* END: blog content */