/* basic page elements */

html, body {
    height: 100%;
}

body {
	font-family: arial, sans-serif;
	line-height: 1.5;
}

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { text-decoration: underline; }

.entry-header a { text-decoration: none; }
.entry-header a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
	font-family: arial, sans-serif;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

.entry-content, .trackbacks-info, .trackback-content, .comments-info, .comments-open-content, .comments-closed, .entry-footer, 
.trackback-footer, .comments-open-footer, .archive-content {
    margin: 0 0;
}


/* links */

a {
    color: #069;
}

/* page layout */

body {
	background-color: #222;
	color: #333;
	font-family: arial;
	font-size: 13px;
	padding: 0;
}
#container {
    min-height: 100%;
    width: 100%;
}
* html #container {
    height: 100%;
}
#wrapper {
    border-top: 5px solid #111;
}
#container-inner {
    margin: 0 auto 50px;
    padding: 35px 0 0 0;
    position: relative;
    width: 940px;
}
#banner {
	background-color: #999;
    background-position: 0 0;
    background-repeat: repeat;
    color: #fff;
	float: left;
	height: 225px;
	margin: 0 0 20px 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 300px;
    z-index: 100;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#banner-inner {
    margin: 0;
    padding: 0;
    position: relative;
    top: 140px;
}
#banner-screen {
    background: #000;
    opacity: .5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    position: absolute;
    width: 300px;
    height: 100%;
    top: 0;
    z-index: 50;
}
#banner-header {
    margin: 0;
    padding: 5px 20px 0;
    font-size: 20px;
    line-height: 28px;
    position: relative;
    z-index: 51;
}
#banner-description {
    margin: 0;
    padding: 0 20px 5px;
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
    z-index: 51;
}
#banner-bg a {
    position: absolute;
    top: 0;
    height: 225px;
    width: 300px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(home.png) no-repeat 270px 10px;
    opacity: .3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    z-index: 100;
}
#banner-bg a:hover {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}


/* nav */
#nav {
    position: absolute;
    right: 0;
    top: 2px;
}
#nav a {
    color: #fff;
    text-decoration: none;
}
#nav a:hover {
    text-decoration: underline;
}
.nav-list-item a {
    padding: 5px 0;
    margin-left: 15px;
    
}


/* content columns */

#alpha {
	float: right;
	margin: 0 0 50px 0;
	padding: 0;
	width: 620px;
}
* html #alpha {
    margin-top: -245px;
}
*:first-child+html #alpha {
    margin-top: -245px;
}
#beta {
    float: left;
    clear: left;
	margin: 0 0 50px 0;
	padding: 0;
	width: 300px;
}


/* footer */
#footer {
    background: #111;
    padding: 10px 20px 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 30px;
    margin: -40px auto 0 auto;
    clear: both;
    width: 900px;
    overflow: hidden;
    z-index: 300;
}
* html #footer {
    margin-top: -30px;
    height: 80px;
    overflow: visible;
}
#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer ul li {
    margin: 0;
    padding: 0;
}
#footer ul li a {
    display: block;
    padding-left: 24px;
    text-decoration: none;
}
#footer a, #footer a:hover {
    color: #fff;
}
.footer-link-syndicate {
    float: left;
    background: url(feed-icon-16x16.png) no-repeat 0 1px;
}
.footer-link-poweredby {
    float: right;
    background: url(../../../images/profile/service_icons/typepad.png) no-repeat 0 1px;
}


/* content */

.date-header {
    display: none;
}


/* posts */

.entry-header {
    background: #fff;
    margin: 0;
    padding: 15px 20px 0 20px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 24px;
    line-height: 34px;
}
.entry-content {
    margin: 0;
}
.entry-content {
    background: #fff;
    margin: 0;
    padding: 20px 20px 10px 20px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.entry-has-title .entry-content {
    padding-top: 10px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.entry-meta {
    color: #aaa;
    background: #fff;
    margin-bottom: 1px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0px 20px 15px 20px;
    font-size: 12px;
}

.entry-meta a {
    color: #888;
    text-decoration: none;
}

.entry-meta a:hover {
    color: #069;
    text-decoration: underline;
}

.entry-meta .entry-author-avatar {
    float: left;
    display: inline;
    width: 38px;
    margin-right: 10px;
}

.entry-meta .entry-author-avatar img {
    border: 1px solid #ccc;
    padding: 2px;
}

.entry-meta .entry-meta-info {
    float: left;
    display: inline;
    width: 480px;
    margin-right: 10px;
}

.entry-meta-mode-author .entry-meta-info {
    width: 432px;
}

.entry-meta .entry-facebook-like {
    float: left;
    display: inline;
    width: 90px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content table,
.entry-content object,
.entry-content embed {
    margin: 0 0 10px 0;
}
.entry-content h1, .entry-content h2 { font-size: 18px; font-weight: bold; }
.entry-content h3, .entry-content h4 { font-size: 16px; font-weight: bold; }
.entry-content h5, .entry-content h6 { font-size: 14px; font-weight: bold; }

.entry-content blockquote {
    background: url(quote.png) no-repeat 0 0;
    margin: 0 20px 10px;
    padding: 0 26px;
    color: #666;
}

.entry-content p small {
    margin-left: 46px;
    font-style: italic;
    color: #999;
    font-size: 12px;
}

.entry-footer-links-favorite,
.entry-footer-links-reblog {
    display: none;
}
.entry-footer {
    margin: 0 20px;
    background: #444;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 0 10px;
    color: #fff;
}
*:first-child+html .entry-footer {
    width: 580px;
}
.entry-footer a {
    color: #fff;
}
.entry-footer a:hover {
    color: #fff;
}
.entry-footer-individual {
    text-align: left;
}
.entry-footer-feedback {
    list-style: none;
    margin: 0;
    padding: 0 20px;
    font-size: 14px;
}
.entry-footer-feedback li {
    float: left;
    line-height: 20px;
    width: 180px;
    text-align: center;
}
.entry-footer-feedback li a {
    padding: 0 0 0 26px;
    text-decoration: none;
}
.entry-footer-feedback a {
    color: #fff;
    text-decoration: none;
    opacity: .6;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    display: inline-block;
}
.entry-footer-feedback a:hover {
    color: #fff;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.entry-footer .separator {
    display: none;
}
.entry-footer-feedback a span {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #222;
    margin-left: 3px;
    padding: 1px 8px;
    font-family: verdana;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
}
.favorite-button-frame {
    height: 21px;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}
.entry-footer-favorite {
    background: url(favorite.png) no-repeat 0 0;
    padding: 8px 0;
}
.entry-footer-comment {
    background: url(comment.png) no-repeat 0 0;
    padding: 8px 0;
}
.entry-footer-reblog {
    background: url(reblog.png) no-repeat 0 0;
    padding: 8px 0;
}
.entry-footer-individual a {
    text-decoration: underline;
}
.reactions {
    margin-bottom: 0;
    border-bottom: 1px solid #222;
    padding: 15px 0 7px 0;
}
.reactions .reactions-header,
.reactions .reactions-content {
    padding: 0 12px 0 20px;
}
.reactions .reaction {
    background: #222;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.reactions .reaction-link {
    padding: 8px;
}


/* comments */

.comments {
    margin-bottom: 0;
    padding: 15px 20px;
    width: auto;
    border-bottom: 1px solid #222;
}
.comments-info {
    margin-bottom: 15px;
}
.comment {
    clear: both;
    padding: 0;
    margin: 0 0 20px 0;
}
#atp-comments {
    margin-bottom: 0;
    padding: 15px 20px 0;
}
.comment p {
    margin-bottom: 10px;
}
.comment .comment-footer {
    text-align: right;
    font-style: italic;
    font-size: 11px;
    opacity: .7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    margin: 0;
}
.comments-header,
.comments-open-header {
    margin-bottom: 15px;
    font-size: 16px;
}
.comment-feed {
    font-size: 12px;
    font-weight: normal;
}
.comment-feed a {
    padding-left: 25px;
    background: url(../../../images/feed.png) no-repeat 10px 2px;
}
.comment-has-avatar .comment-avatar img {
    border: none;
    padding: 3px;
}
.comment-has-avatar .comment-content,
.comment-has-avatar .comment-footer {
    margin-left: 70px;
}
#comments-open-text {
    margin-bottom: 5px;
}
#comments-must-login-first {
    display: block;
    position: relative;
    top: -90px;
    left: 150px;
    width: 240px;
    padding: 2px 10px;
    color: #333;
    background-color: #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#comments-must-login-first p {
    margin-bottom: 0;
}
#comment-text {
    width: 524px;
    height: 120px;
    margin-right: 20px;
    border: none;
    padding: 6px 8px;
    font-family: arial;
    font-size: 13px;
    margin-top: 0;

}
.comments-open #comments-open-login,
.comments-open #comments-open-logout {
    margin: 0;
}
#comments-open-login .login-list,
#comments-open-logout {
    width: 524px;
    background-color: #eee;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0;
    padding: 8px 8px 6px;
    color: #333;
    border-bottom: 1px solid #ccc;
    display: block;
}
#comments-open-logout a {
    color: #069;
}
#comments-open-login .login-list a {
    color: #069;
    /* margin-left: 5px; */
    border: 1px solid #eee;
    background-color: #fff;
    background-position: 4px 50%;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    padding: 3px 6px 3px 24px;
}
#comments-open-login .login-list a:hover {
    border: 1px solid #ddd;
}
* html #comments-open-login .login-list a {
    display: inline;
}
#comments-open-login .login-list a.openid {
    background: #fff url(../../../images/profile/service_icons/openid.png) no-repeat 4px 50%;
}
#comments-open-data {
    margin-bottom: 25px;
}
#comments-open-data h4 {
    font-weight: bold;
    font-size: 13px;
    margin: 0;
}
#comments-open-data p {
    float: left;
}
#comment-author, #comment-email, #comment-url {
    width: 162px;
    border: none;
    padding: 4px;
    font-family: arial;
    font-size: 13px;
    background: #222;
    border: 1px solid #111;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}
.comment-form #comments-open-data input {
    color: #fff;
}
.comment-form #comments-open-data .grayText {
    color: #999;
}
#comment-email {
    margin: 0 12px;
}
.comment-form .comments-open-subtext {
    margin-bottom: 0;
    text-align: right;
    font-family: verdana;
    font-size: 10px;
    opacity: .7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}
.entry-footer-individual .entry-footer-feedback {
    border-bottom: 1px solid #222;
    padding-bottom: 10px;
}
#comments-open-data .comments-open-data-info {
    margin-bottom: 10px;
    opacity: .7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}
.yellowGreenBox a,
.yellowGreenBox a:hover {
    color: #069;
}


/* modules */

.module {
    background: #111;
    padding: 16px 20px 20px;
    width: 260px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}
.module a {
    color: #fff;
}
.module-header {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #fff;
}
.module-header a {
    color: #fff;
    text-decoration: none;
}
.module-content {
    margin: 0;
}


/* Search Module */

.module-search input[type="search"] {
    width: 180px;
    margin: 0;
}


/* profile module */

.module-profilefollowing .userinfo {
    margin-bottom: 5px;
    border-bottom: 1px dotted #222;
    padding-bottom: 15px;
}
.module-profilefollowing .userinfo .userinfo-userpic {
    float: left;
    margin-right: 15px;
}
.module-profilefollowing .userinfo .userinfo-userpic .userpic {
    border: 2px solid #fff;
}
.module-profilefollowing .userinfo .userinfo-username {
    font-size: 12px;
    float: left;
    width: 180px;
}
.module-profilefollowing .userinfo .userinfo-username h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.module-profilefollowing .userinfo .userinfo-username p {
    margin: 0;
}
.module-profilefollowing .follow-data {
    position: relative;
}
.module-profilefollowing .module-list {
    background: #fff;
    padding: 4px;
    margin-bottom: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.module-profilefollowing .module-list .module-list-item {
    float: left;
    margin: 2px;
}
.module-profilefollowing .module-list .module-list-item .userpic {
    width: 24px;
    height: 24px;
    background: #fff;
}
.module-profilefollowing .view-all {
    text-align: right;
    font-size: 11px;
}
.module-profilefollowing .view-all a {
    color: #999;
    text-decoration: none;
}
.module-profilefollowing .view-all a:hover {
    color: #fff;
}
.user-following,
.user-followers {
    font-size: 10px;
    text-transform: uppercase;
    color: #999;
}
.user-following a,
.user-followers a {
    text-decoration: none;
}
#num-contacts,
#num-followers {
    padding: 0 2px;
    line-height: 30px;
    display: block;
    color: #fff;
}
.follow-num-size-l {
    font-size: 2.5em;
}
.follow-num-size-m {
    font-size: 2em;
}
.follow-num-size-s {
    font-size: 1.5em;
}
.user-following {
    font-size: 10px;
    position: relative;
}
.user-following {
    float: left;
    width: 80px;
    text-align: center;
    margin:8px 0 0 0;
}
.user-has-contacts {
    background: url(follow-arrow.gif) no-repeat bottom center;
    padding-bottom: 10px;
}
.user-followers {
    float: left;
    width: 80px;
    text-align: center;
    margin:8px 0 0 0;
}
.user-actions {
    margin-left: 160px;
    padding-top: 10px;
}
.user-actions iframe {
    background: transparent;
}


/* recent comments module */

.module-recent-comments-mb li {
    border-bottom: 1px dotted #222;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.module-recent-comments-mb li.last {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.module-recent-comments-mb .module-list-item {
    margin-top: 0;
}
.module-recent-comments-mb .comment-avatar {
    float: left;
    width: 32px;
    margin-right: 10px;
}
.module-recent-comments-mb .comment-content {
    float: left;
    width: 218px;
}
.module-recent-comments-mb .comment-content-excerpt {
    margin-bottom: 3px;
}
.module-recent-comments-mb .comment-content-info {
    text-transform: uppercase;
    font-size: 10px;
    color: #999;
}
.module-recent-comments-mb .comment-content-info a {
    color: #999;
}
.module-recent-comments-mb .separator {
    color: #222;
}


/* other accounts module */

.module-elsewhere {
    padding-bottom: 12px;
}
.module-elsewhere .module-content a img {
    border: 1px solid #fff;
    padding: 3px;
    background: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    margin-right: 8px;
}
.module-elsewhere .module-content a:hover img {
    background: #fff;
}
.module-elsewhere .module-content .module-list-item {
    margin-bottom: 8px;
}
.module-elsewhere .module-content .module-list-item a {
    text-decoration: none;
}
.module-elsewhere .module-content .module-list-item a:hover {
    text-decoration: underline;
}
.module-elsewhere .module-content .module-list-item a span.elsewhere-servicename-service {
    font-size: 16px;
}
.module-elsewhere .module-content .module-list-item a span.elsewhere-servicename-account {
    font-size: 11px;
    margin-left: 6px;
    padding-left: 6px;
    border-left: 1px solid #222;
    color: #999;
}
.module-elsewhere .module-content .module-list-item a .separator {
    display: none;
}

/* archives */

.archive-wrapper {
    background: #fff;
    margin: 0;
    padding: 10px 20px 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.content-header {
    color: #fff;
    margin: 0 0 20px 0;
    padding: 4px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}


/* content nav */

.content-nav-label {
    color: #999;
    font-size: 10px;
    text-align: center; 
    margin-bottom: 5px;
}
.content-nav-prev {
    margin-right: 20px;
    float: right;
}
.content-nav-next {
    margin-left: 20px;
    float: left;
}
.content-nav-prev a,
.content-nav-next a {
    width: 250px;
    height: 50px;
    padding: 15px;
    background: #111;
    font-size: 11px;
    color: #fff;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    opacity: .7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}
.content-nav-prev a span,
.content-nav-next a span {
    display: block;
    overflow: hidden;
    width: 250px;
    height: 50px;
}
.content-nav-prev a:hover,
.content-nav-next a:hover {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}


.pager-bottom {
    margin: 0 20px;
}
.pager-bottom a {
    color: #fff;
    text-decoration: none;
}
.pager-bottom .pager-left a,
.pager-bottom .pager-right a {
    display: block;
    float: left;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: .7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    background: #111;
    color: #fff;
}
.pager-bottom .pager-left a:hover,
.pager-bottom .pager-right a:hover {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.pager-bottom .pager-right a {
    float: right;
}
.pager-bottom .separator {
    display: none;
}

	
/* .pkg class wraps enclosing block element around inner floated elements */
#container-inner:after,
#pagebody-inner:after,
#alpha-inner:after,
#beta-inner:after,
.entry-body:after,
.comment:after,
#comments-open-data:after,
#atp-comments:after,
.pager-bottom:after,
#footer:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
#container-inner, #pagebody-inner, #alpha-inner, #beta-inner, .entry-body, .comment, #comments-open-data, #atp-comments, .pager-bottom, #footer { display: inline-block; }
/* no ie mac \*/
* html #container-inner, * html #pagebody-inner, * html #alpha-inner, * html #beta-inner, * html .entry-body, * html .comment, * html #comments-open-data, * html #atp-comments, * html .pager-bottom, * html #footer { height: 1%; }
#container-inner, #pagebody-inner, #alpha-inner, #beta-inner, .entry-body, .comment, #comments-open-data, #atp-comments, .pager-bottom, #footer { display: block; }
/* */

/* custom banner */

#banner {
    background-image: url(bg-scout.jpg);
}


/* Search Results */

.search-header .content-header {
    margin-bottom: 1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
}

.search-subheader {
    margin-bottom: 15px;
    padding: 4px 20px;
    color: #fff;
    font-size: 13px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
}

.search-subheader a {
    color: #fff;
}

.search-results .entry-type-page .entry-content {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
}

.search-results .comment-header {
    margin: 0;
    padding: 15px 20px 10px;
    background: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
}

.search-results .comment .comment-content {
    border: 0;
    padding: 0 20px 15px;
    background: #fff;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
}

.search-results .comment-content p {
    margin-top: 0;
    padding-left: 10px;
}

.search-results .comment-footer {
    margin: 0 20px;
}

.search-results .comment-footer .comment-meta {
    text-align: left;
    margin-left: 65px;
}

#disqus_thread {
    width: 550px;
    margin: 15px 0 0 15px;
}
