	.article-type, .article-subject, .article-date, .article-author {
}
.text-right {
	text-align:right;
}
.blog-posts {
	position:relative;margin-top:40px;
}
.showing {
	color: #1b6181;
	float: left;
	font-size: 13px;
	position: relative;
	/*top: 7px;*/
}

.pagination-container {
	margin: 0 0 18px;
    min-height: 28px;
    position: relative;
    width: 100%;
}

.pagination {
	float: left;
	margin: 0 20px 0 0;
}

#articles_index a.article-title {
color: #172142;
    float: left;
    font-family: Arial,sans-serif;
    font-size: 22px;
    font-weight: normal;
    width: 85%;
    margin: 0 0 7px 0;
    line-height: 22px;
}

.article-listing {
background: #ffffff;
padding: 10px;
margin: 0 0 10px 0;
position: relative;
}

.article-listing .content-left {
width: 85%;
}

.article-listing .article-links {
 position: absolute;
    right: 10px;
    text-align: right;
    top: 10px;
    width: 15%;
}

.article-listing .fb_edge_widget_with_comment {
left: -23px;
    margin: 0 0 10px;
    position: relative;
}

.article-listing .article-links a {
clear: right;
    color: #98999A;
    float: right;
    font-size: 12px;
}

.article-content {
background: #fff;
padding: 10px;
}

.fb_iframe_widget span {
width: 50px !important;
}

/*.article-type { margin: 0 5px 0 0; }*/

h4.articleTitle {
color: #172142;
    font-size: 34px;
    font-weight: normal;
}

.article-buttons {
	margin: 10px 0;
	/*text-align: right;*/
}

.archive-header {
	color:#8B898C;
}

.article-second-line {
clear: both;
    color: #98999A;
    font-size: 15px;
}

.article-subheader {
color: #b2b3b4;
font-size: 15px;
}


.articles #searchForm {
/*position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
}

.andrew-articles-about {
/*background: #fff;*/
}

.andrew-articles-about p {
padding:0 10px;
text-align: left;
}

.article-content .social {
text-align: right;
margin: 0 0 20px 0;
}

.left-2-column .main-content #articles_index h1.no-header-image {
width: 50%;
}

.articles select#order_by {
border: 1px solid #848383;
    position: absolute;
    right: 0;
    top: 8px;
}

.articles #searchForm input[type="text"] {
background: url("../images/bg-search-input.gif") no-repeat scroll left 2px transparent;
    border: medium none;
    font-family: Georgia,"Times New Roman",sans-serif;
    font-size: 16px;
    height: 32px;
    margin: 0;
    padding: 0 5px;
    position: relative;
    top: -20px;
    width: 100%;
    z-index: 10;
    border: 1px solid #dddddd;
}
.articles #searchForm input[type="submit"] {
position: relative;
top: 5px;
}
.articles #searchForm select {
	border: 1px solid #848383;
	height: 25px;
	padding: 2px;
}

.articles-newsletter-signup {
display: block;
position: relative;
/*width: 188px;*/
background: #ccc;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 10px;
color: rgba(0,0,0, .8);
text-align: center;
display: block;
margin: 5px auto;
color: #000;

background: #ff8809; /* for non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8809', endColorstr='#ff8809'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#ff8809), to(#ff8809)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #ff8809,  #ff8809); /* for firefox 3.6+ */ 
}

.articles-newsletter-signup img {
width: 90%;
margin: 5px 0;
}

.articles-newsletter-signup form label { left: 5px;
    position: absolute;
    top: 2px; }
    
    .articles-newsletter-signup form input[type="text"] { /*width: 100px;*/ }
.articles-newsletter-signup form  { position: relative;  }

.articles-newsletter-signup a { color: #fff !important; }


.articles-newsletter-signup:before, .articles-newsletter-signup:after {
z-index: -1; 
position: absolute; 
content: "";
bottom: 15px;
left: 10px;
width: 45%; 
top: 80%;
max-width:208px;
background: rgba(0, 0, 0, 0.7); 
-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);   
-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-webkit-transform: rotate(-3deg);    
-moz-transform: rotate(-3deg);   
-o-transform: rotate(-3deg);
}

.articles-newsletter-signup:after {
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
right: 10px;
left: auto;
}

.buy-now-links a{
    display: block;
}

.enroll-now { display: block; }

.enroll-now img { width: 214px; margin: 20px 0; }

.power-questions {
 text-align: center;
}

.power-questions img {left: -5px;
    position: relative;
    /*width: 220px;*/
 }
.book-section img {
    max-width:100%;
    height:auto;
}
/* .power-questions a {*/
/**/
/* color: #00a651;*/
/* font-size: 13px;*/
/* }*/

.tooltip {
	display:none;
	b/ackground:  url('../images/shadow.png') no-repeat;
	background: white;
	font-size:13px;
	max-width:330px;
	max-height: 185;
	padding:25px;
	color: #1B6181;
	border-color:  #1B6181;
	border-style: solid 1px; 
	-moz-border-radius: 15px;
	border-radius: 15px;
    -moz-box-shadow: 10px 10px 10px #000; /* Firefox */
    -webkit-box-shadow: 10px 10px 10px #000; /* Safari, Chrome */
    box-shadow: 10px 10px 10px #000; /* CSS3 */
	z-index: 3000;

}

.article-social-links {
text-align: right;
margin: 20px 0;
}

.article-social-links .num {
color: #172142;
font-size: 15px;
font-weight: bold;
}

.article-social-links a {
color: #172142 !important;
}

#searchForm p label {
color: #FF9011 !important;
    font-size: 12px;
    left: 8px;
    position: absolute;
    top: 7px;
    z-index: 20;
}

.search-btn { 
position: absolute;
    right: 16px;
    top: 0px;
    z-index: 20;
    padding: 4px;
/*    background-color: #ffffff;*/
 }
 
#send-to-a-friend-container {
padding: 20px;
max-width: 350px;
}

#send-to-a-friend-container input[type="text"],
#send-to-a-friend-container label {
display: block;
}

#send-to-a-friend-container input[type="text"] {
border: 1px solid #7B7B7B;
width: 330px;
min-height: 22px;
padding: 2px;
}

#send-to-a-friend-container textarea {
border: 1px solid #7B7B7B;
width: 330px;
min-height: 80px;
}

#send-to-a-friend-container .input {
margin: 0 0 10px 0;
}

#send-to-a-friend .input {
position: relative;
}

#send-to-a-friend label {
position: absolute;
top: 5px;
left: 4px;
}

#login_error {
background: red;
color: #fff;
font-style: italic;
padding: 5px;
}

.fb_edge_widget_with_comment {
    position: relative !important;
    /*top: -4px !important;*/
}

.comment-count-wrap {
float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 5px;
    position: relative;
    width: 60px;
}

.comment-count-nub {
    background: url("../images/social-sharing.png") no-repeat scroll left top transparent;
    display: block;
    height: 5px;
    left: 25px;
    position: absolute;
    top: 35px;
    width: 7px;
}

.comment-count a {
background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #BBBBBB;
    border-radius: 2px 2px 2px 2px;
    color: #686868;
    display: block;
    font-size: 18px;
    height: 34px;
    letter-spacing: -1px;
    line-height: 34px;
    margin-bottom: 7px !important;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
}

.comment-count-button {
    background: url("../images/social-sharing.png") no-repeat scroll -20px top #7D7D7D;
    border: 1px solid #686868;
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    height: 0;
    line-height: 16px;
    overflow: hidden;
    padding-top: 16px;
    text-align: center;
}
.workshop p{
    margin-bottom: 0px;
/*padding: 10px;*/
}
.stock-image{
    border:1px solid #eee;
    padding: 1px;
    width:250px;
}

/*#teleconferences p{
    font-size: .95em;
    margin-bottom: 10px;
}*/



 
	
.socialcontainer {
	background-color:#fff;
}
.socailcontainer .addthis_toolbox {
	padding:0px 10px !important;
	margin-top:15px !important;
}

.feedblitzform p {
	margin-bottom:0px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	
}
.feedblitzform .btn {
	width:100%;
	background-color:orange;
	text-align:center;
}
.feedblitzform .emailfield {
	width:98%;
	margin-bottom:10px;
}
.feedblitzform .links {
	margin:0px;
	padding:0px;
	font-size:12px;
	text-align:center;
}
.socialmisc {
	padding: 0px 10px 5px 10px;
	font-size:14px;
	line-height:22px;
}
.socialmisc .widgettitle {
	font-size:14px;
	border-bottom:1px solid #ccc;
	margin-top:15px;
}
.andrew-articles-about .upper {
	text-transform:uppercase;
}
.rssbook {
	margin-top:15px;
}
.rssbook a {
	font-size:12px !important;
}
.articles-newsletter-signup {
	margin-bottom:20px;
}
#search-term {
	width:100%;
}