small { font-family:Lucinda Console;font-size:12px; }

/* overriding styles in master sheet */

html, body { color: #1E1E1E; }

#col2, #col3 { color: #7c7c7c; }

#col1 { widht:500px; }
#col2 { width:214px; }
#col3 { width:210px; }

#titleRecentNews { background: none; }
#titleRecentBlogs { background: none; }

.blogStory, #colRight { font-size: 14px; }

.postingList li a { font-weight: bold; }

#profit100 {
  top: 40px;
  }

/* misc. custom style */

.reply { text-align: right; }

.blogStory blockquote { font-family:courier; font-style; normal; }

.blogStory u { background-color: #FFFFBF; text-decoration:none; }

/* title on pages */

#titleProcessMeth {
  width: 732px;
  height: 60px;
  display: block;
  margin-bottom: 15px;
  text-indent: 0;
  background: url(/wp-content/themes/2009/graphics/content-title.gif) no-repeat;
  color: #1a5c9a;
  padding: 20px 0px 0 18px;
  font-size: 20px;
  }

#titleAuthor {
  width: 500px;
  height: 60px;
  display: block;
  margin-bottom: 15px;
  background: url(/wp-content/themes/2009/graphics/blue.gif) no-repeat;
  color: #1a5c9a;
  padding: 13px 0 0 18px;
  font-size: 18px;
  }

/* subnav current page class */

#subNav li.current_page_item { background: url(/wp-content/themes/2009/graphics/bg_subnav.gif) repeat-x 0 99%; }

/* comments */

.commentlist blockquote {
	font-style: normal;
	font-color: black;
}

/* horizontal dotted line */
.hl{
	background: url(/furniture/hl-dot.gif) repeat-x top;
	clear: both;
	height: 2px;
	margin: 8px 0;
	overflow: hidden;
	width: 100%
}

/* media kit box on news pages */

#mediakitbox {
	width:309px;
	height:150px;
	background-image: url("/wp-content/themes/2009/graphics/media-kit-box.gif"); 
	float:right;
}

/* locations dropdown footer */

#locnav, #locnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
 
#locnav a {
	display: block;
	width: 30em;
}
 
#locnav li { /* all list items */
	float: left;
	width: 30em; /* width needed or else Opera goes nuts */
}
 
#locnav ul { /* second-level lists */
	position: absolute;
	background: transparent;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
 
#locnav li:hover ul, #locnav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* general image floating */

.fleft { float:left; padding:5px 5px 5px 0; }
.fright { float:right; padding:5px 0 5px 5px; }

/* Img Replacement */

#rock { 	width: 200px; height: 77px;
	background: url("http://www.searchenginepeople.com/i/processes-rock.jpg");
	text-indent: -9999px;
}

/* author box */

.authorbox {
	background: #F7F7F7;
	margin: 50px 0px 0px 90px;
	padding: 10px;
	border: 1px solid #E6E6E6;
	width:450px;
	}
	
.authorbox p {
	margin: 0px;
	padding: 0px;
	}
	
.authorbox .avatar {
	background: #FFFFFF;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	}

.pipe {
 padding-right: 8px;
 margin-right: 8px;
 border-right: 1px solid #999;
}

/* CHECK LISTS */

.checkboxes, .checklist { list-style-image: url("http://www.searchenginepeople.com/i/checkbox.gif"); }

.blogStory li, .blogStory li { margin-bottom:10px; }

.series { list-style-position: inside;margin-left:10%;margin-right:10%;background-color:#E3F6FE;padding:5px;margin-bottom:15px; }

.series li { margin-bottom:0px; padding-left:10px; }

/* SHOW/HIDE SUBSCRIBE OPTIONS */

.posthidden {display:none}
.postshown {display:block}

.plain { text-decoration: none; }
.black { color: black; }

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
