/* mosaic based on curves */

/* basic page elements */

html, body {
    height: 100%;
}

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

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

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



.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: 'Lucida Grande',sans-serif;
	font-size: 12px;
	padding: 0;
}
#container {
    width: 100%;
}

#container-inner {
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
    width: 763px;
}
#banner {
	margin: 0;
	padding: 18px 0 0 0;
}
#banner-header {
    float: left;
    font-family:Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0 0 15px 0;
}
#banner-header a {
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    display: inline;
    float: left;
    background: #fff;
    padding: 4px 10px 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
    color: #333;
    
    opacity: .8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}
#banner-description {
    display: inline;
    font-size: 14px;
    margin: 0;
    color: #fff;
    
    display: none;
}
#banner-bg {
    display: none;
}


/* nav */
#nav {
    position: absolute;
    right: 0;
    top: 0;
    
    display: none;
}
#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 */

#pagebody {
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ccc;
}
#alpha {
	float: left;
	margin: 0;
	padding: 0 0 20px 0;
	width: 562px;
	background: #fff;
	border-right: 1px solid #000;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#alpha-inner {
    padding: 0 14px;
}
#beta {
    float: right;
	margin: 0 0 50px 0;
    overflow: hidden;
	padding: 0;
	width: 200px;
}
#beta-inner {
    padding: 15px 14px;
}


/* footer */
#footer {
    background: #fff;
    padding: 10px 20px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto 10px;
    clear: both;
    width: 723px;
    overflow: hidden;
    z-index: 300;
}
#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-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 {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 0;
    padding: 0 0 10px 0;
    position: relative;
}
.entry-header {
    margin: 0;
    padding: 15px 0 0;
    
    font-size: 18px;
    line-height: 1.4;
}
.entry-content {
    margin: 0;
    overflow: hidden;
    padding: 15px 0 10px;
    width: 500px;
}

.entry-meta {
    color: #ccc;
    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: 0 0 3px 0;
    font-size: 12px;
}

.entry-meta a,
.entry-meta a:visited {
    color: #aaa;
}

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

.entry-meta a:hover {
    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: 434px;
    margin-right: 10px;
}

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

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

.entry-body {
    overflow: hidden;
    font-size: 1.2em;
    line-height: 1.5;
}
.entry-body h1,
.entry-body h2,
.entry-body h3,
.entry-body h4,
.entry-body h5,
.entry-body h6,
.entry-body p,
.entry-body ul,
.entry-body ol,
.entry-body table,
.entry-body object,
.entry-body embed {
    margin: 0 0 10px 0;
}
.entry-body h1, .entry-body h2 { font-size: 18px; font-weight: bold; }
.entry-body h3, .entry-body h4 { font-size: 16px; font-weight: bold; }
.entry-body h5, .entry-body h6 { font-size: 14px; font-weight: bold; }

.entry-footer {
    margin: 0;
    padding: 0;
    clear: both;
    float: none;
}

.entry-footer-individual {
    text-align: left;
}
.entry-footer-feedback {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.entry-footer-feedback li {
    float: left;
    text-align: center;
    
}
.entry-footer-feedback li a {
    text-decoration: none;
    display: block;
    float: left;
    margin-right: 20px;
    padding: 0 0 0 22px;
    text-decoration: none;
    color: #aaa;
}
.entry-footer-feedback a:hover {
    text-decoration: underline;
}
.entry-footer .separator {
    display: none;
}
.entry-footer-feedback a span {

}

.favorite-button-frame {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 15px;
}
.entry-footer-feedback li a.entry-footer-favorite {
    background: url(star.png) no-repeat 0 -32px;
}
.entry-footer-feedback li a.entry-footer-favorite:hover {
    background: url(star.png) no-repeat 0 0;
}
.entry-footer-feedback li a.entry-footer-comment {
    background: url(comments.png) no-repeat 0 -32px;
}
.entry-footer-feedback li a.entry-footer-comment:hover {
    background: url(comments.png) no-repeat 0 0;
}
.entry-footer-feedback li a.entry-footer-reblog {
    background: url(arrow_refresh.png) no-repeat 0 -32px;
    border-right: none;
}
.entry-footer-feedback li a.entry-footer-reblog:hover {
    background: url(arrow_refresh.png) no-repeat 0 0;
}

.entry-footer-individual a {
    text-decoration: underline;
}

.entry-footer-individual .entry-footer-feedback {
    border-bottom: none !important;
}

.entry-facebook-like {
    height: 20px;
}

.reactions {
    margin-bottom: 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 15px 0 7px;
}
.reactions .reaction {
    background: #f2f2f2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.reactions .reaction-link {
    padding: 8px;
}


/* comments */

.comments {
    margin-bottom: 0;
    padding: 15px 0;
    width: auto;
    border-bottom: 1px dotted #ccc;
}
.comments-info {
    margin-bottom: 15px;
}
.comment {
    clear: both;
    padding: 0;
    margin: 0 0 20px 0;
}
#atp-comments {
    margin-bottom: 0;
    padding: 20px 0 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;
}
#comment-text {
    width: 515px;
    height: 120px;
    border: none;
    padding: 6px 8px;
    font-family: arial;
    font-size: 13px;
    margin-top: 0;
    border: 1px solid #ccc;
}
.comments-open {
    margin-bottom: 5px;
}
.comments-open #comments-open-login,
.comments-open #comments-open-logout {
    margin: 0;
}
#comments-open-login .login-list,
#comments-open-logout {
    width: 517px;
    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;
    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-input-wrapper-name {
    clear: left;
}
#comment-author, #comment-email, #comment-url {
    width: 157px;
    border: none;
    padding: 4px;
    font-family: arial;
    font-size: 13px;
    background: #fff;
    border: 1px solid #aaa;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.comment-form #comments-open-data input {
    color: #333;
}
.comment-form #comments-open-data .grayText {
    color: #999;
}
#comment-email {
    margin: 0 10px;
}
.comment-form .comments-open-subtext {
    margin-bottom: 0;
    text-align: right;
    font-size: 10px;
    color: #999;
}
.entry-footer-individual .entry-footer-feedback {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}
#comments-open-data .comments-open-data-info {
    margin-bottom: 10px;
    color: #999;
    font-size: 10px;
}


/* modules */

.module {
    border-bottom: 1px dotted #ccc;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.module a {
}
.module-header {
    margin: 0 0 10px 0;
    font-size: 13px;
    font-weight: normal;
}
.module-header a {
    text-decoration: none;
}
.module-content {
    margin: 0;
}


/* Search Module */

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


/* profile module */

.module-profilefollowing .userinfo {
    margin-bottom: 5px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 15px;
}
.module-profilefollowing .userinfo .userinfo-userpic {
    float: left;
    margin-right: 10px;
}
.module-profilefollowing .userinfo .userinfo-userpic .userpic {
    width: 31px;
    height: 31px;
}
.module-profilefollowing .userinfo .userinfo-username {
    font-size: 11px;
    float: left;
    width: 130px;
}
.module-profilefollowing .userinfo .userinfo-username h3 {
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    margin: 0;
}
.module-profilefollowing .userinfo .userinfo-username p {
    margin: 0;
    line-height: 15px;
}
.module-profilefollowing .module-list {
    margin: 0 2px 4px 2px;
}
.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 {
    text-decoration: underline;
}
.module-profilefollowing .follow-data {
    background: url(bg-follow-arrow.gif) no-repeat 35px bottom;
    margin: 0 0 6px 0;
    position: relative;
    padding: 45px 0 6px 0;
}
.user-following,
.user-followers {
    font-size: 11px;
    font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
    padding: 5px 0;
    color: #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.user-following a,
.user-followers a {
    text-decoration: none;
    color: #999;
}
.user-following a:hover,
.user-followers a:hover {
    text-decoration: underline;
}
#num-contacts,
#num-followers {
    padding: 0 2px;
    font-size: 1.8em;
    line-height: 1.1;
    display: block;
    color: #069;
}
.user-following {
    float: left;
    width: 48%;
    text-align: center;
    margin: 0;
    background: #fff url(follow-arrow.gif) no-repeat bottom center;
}
.user-followers {
    float: right;
    width: 48%;
    text-align: center;
    margin: 0;
    background: #fff url(follow-arrow.gif) no-repeat bottom center;
}
.user-actions {
    position: absolute;
    top: 5px;
    left: 0;
}
.user-actions iframe {
    background: transparent;
}


/* recent comments module */

.module-recent-comments-mb li {
    margin-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: 24px;
    margin-right: 10px;
}
.module-recent-comments-mb .comment-avatar img {
    width: 24px;
    height: 24px;
}
.module-recent-comments-mb .comment-content {
    float: left;
    width: 130px;
}
.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 .module-content a {
    text-decoration: none;
}
.module-elsewhere .module-content a:hover {
    text-decoration: underline;
}
.module-elsewhere .module-content a img {
    margin-right: 6px;
}
.module-elsewhere .module-content .module-list-item {
    font-size: 11px;
}
.module-elsewhere .module-content .module-list-item a .separator {
    color: #ccc;
}


/* hide sidebar feed module */

.module-syndicate {
    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: #000;
    margin: 15px 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 {
    float: right;
}
.content-nav-next {
    float: left;
}
.content-nav-prev a,
.content-nav-next a {
    width: 227px;
    height: 50px;
    padding: 15px;
    background: #f6f6f6;
    font-size: 11px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}
.content-nav-prev a span,
.content-nav-next a span {
    display: block;
    overflow: hidden;
    width: 227px;
    height: 50px;
}



.pager-bottom {
    margin: 0;
    padding: 20px 0;
}
.pager-bottom a {
    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;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
}
.pager-bottom .pager-left a:hover,
.pager-bottom .pager-right a:hover {
    background: #eee;
    border: 1px solid #ccc;
}
.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,
#banner-header:after,
#pagebody-inner:after,
#alpha-inner:after,
#beta-inner:after,
.comment:after,
#comments-open-data: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, #banner-header, #pagebody-inner, #alpha-inner, #beta-inner, .comment, #comments-open-data, .pager-bottom, #footer { display: inline-block; }
/* no ie mac \*/
* html #container-inner, * html #banner-header, * html #pagebody-inner, * html #alpha-inner, * html #beta-inner, * html .comment, * html #comments-open-data, * html .pager-bottom, * html #footer { height: 1%; }
#container-inner, #banner-header, #pagebody-inner, #alpha-inner, #beta-inner, .comment, #comments-open-data, .pager-bottom, #footer { display: block; }
/* */


/* Search Results */

.search-subheader {
    margin-bottom: 15px;
}

.search-results .comment {
    border-bottom: 1px dotted #ccc;
    margin-top: 15px;
    padding-bottom: 10px;
}

.search-results .comment-footer {
    margin-top: 10px;
    text-align: left;
}
