html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/*** EMBEDDED FONTS ***/
@font-face {
    font-family: 'futur_cond';
    src: url('/fonts/futurastd-condensed-webfont.eot');
    src: url('/fonts/futurastd-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/futurastd-condensed-webfont.woff') format('woff'),
         url('/fonts/futurastd-condensed-webfont.ttf') format('truetype'),
         url('/fonts/futurastd-condensed-webfont.svg#futura_std_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futur_heav';
    src: url('/fonts/futurastd-heavy-webfont.eot');
    src: url('/fonts/futurastd-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/futurastd-heavy-webfont.woff') format('woff'),
         url('/fonts/futurastd-heavy-webfont.ttf') format('truetype'),
         url('/fonts/futurastd-heavy-webfont.svg#futura_std_mediumbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rwell';
    src: url('/fonts/rockwellstd-webfont.eot');
    src: url('/fonts/rockwellstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/rockwellstd-webfont.woff') format('woff'),
         url('/fonts/rockwellstd-webfont.ttf') format('truetype'),
         url('/fonts/rockwellstd-webfont.svg#rockwell_stdregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*** STANDARD HTML TAGS ***/
body { font-family:arial,tahoma,verdana,sans-serif; font-size:12px; line-height:16px; padding-bottom:40px; }
a, a:visited, a:active { font-weight:normal; text-decoration:none; color:#0952b3; }
a:hover { text-decoration:underline; color:#041; }
p, blockquote { margin:15px 0; }
i, em { font-style:italic; font-weight:inherit; }
b, strong { font-weight:bold; font-style:inherit; }
ol { margin:15px 0 15px 10px; }
ul { margin:15px 0 15px 10px; }
li { margin:15px 0; }
ul li { list-style:square outside none; margin-left:15px; }
ol li { list-style:decimal outside none; margin-left:15px; }
h1 { margin:6px 0 20px; font-size:22px; font-family:'futur_heav'; }
h2 { margin:20px 0 15px; font-size:18px; font-family:'futur_heav'; }
h3 { margin:20px 0 15px; font-size:14px; }
h4 { margin:20px 0 15px; font-size:14px; }
table td { vertical-align:top; }
input, textarea { font-size:12px; font-family:arial,tahoma,verdana,sans-serif; padding:4px; }

/*** CLEARFIX HACK ***/
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/*** SITE-WIDE CLASSES ***/
.clear { clear:both; }
.alignleft  { float:left; margin-right:15px; margin-bottom:10px; }
.alignright { float:right; margin-left:15px; margin-bottom:10px; }
.rounded { border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; }
.hmore { font-family:arial,tahoma,verdana,sans-serif; color:#888; font-size:11px; text-transform:none; margin-left:10px; }
.hmore a, .hmore a:visited, .hmore a:active { color:#888; font-weight:normal; }
.hmore a:hover { color:#2b6b2b; }
.sans { font-family:arial,tahoma,verdana,sans-serif; }
.serif { font-family:georgia,'times new roman',times,serif; }
.alert, #page #content .alert { background:#44aa44; font-size:12px; color:white; padding:10px 5px; padding-left:10px; text-align:left; margin-bottom:10px; line-height:15px; }
.error, #page #content .error { background:#cc0000; font-size:12px; color:white; padding:10px 5px; padding-left:10px; text-align:left; margin-bottom:10px; line-height:15px; }
.alert a, .alert a:visited { color:#ff5; }
.error a, .error a:visited { color:#ff5; }
#notice { background-color:#ffc; border:1px solid #eda; margin-bottom:15px; padding:10px 15px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; font-family:arial,tahoma,verdana,sans-serif; }

/*** PROFILE TOOLTIPS ***/
.tooltip-content     { width:140px; }
.tooltip-content img { float:left; margin:0 0 5px; }
.tooltip-content .tname { clear:both; font-size:13px; font-weight:bold; }
.tooltip-content .tlocation { margin:0 0 5px; font-size:9px; line-height:11px; text-transform:uppercase; font-weight:normal; color:#aaa; }
.tooltip-content .ttext { margin:5px 0; font-weight:normal; color:#ccc; font-size:11px; line-height:12px; }
.tooltip-content .tlogin a { color:#fd3; }

/*** LAYOUT ARCHITECTURE ***/
#container { width:980px; text-align:left; }
#container #header { height:49px; border-top:3px solid #dbdbdb; border-bottom:1px solid #dbdbdb; margin-bottom:5px; }
#container #content { width:550px; float:left; height:auto; margin-right:45px;  }
#container #content.home { width:1000px; }
#container .sidebar#left { float:left; width:150px; height:auto; margin-right:40px; }
#container .sidebar#right { float:left; width:190px; height:auto; font-family:arial,tahoma,verdana,sans-serif; }

/*** HEADER ***/
#header a#logo        { float:left; background:url("/images2012/ayn-rand-atlasphere-logo.gif") no-repeat; width:497px; height:29px; margin:10px 0 0 14px; }
#header #nav          { float:right; height:34px; width:391px; margin:-3px 22px 0 0; }
#header #nav a        { margin-right:9px; border-top:3px solid #dbdbdb; padding:17px 7px 15px; }
#header #nav a:hover, #header #nav a.active:hover  { border-top:3px solid #548c54; }
#header #nav a.active                              { border-top:3px solid #ababab; }
#header #nav a#home                   { background:url("/images2012/ayn-rand-atlasphere-nav.gif"); background-position:-3px 0px;      height:17px; width:36px; float:left; }
#header #nav a#news                   { background:url("/images2012/ayn-rand-atlasphere-nav.gif"); background-position:-61px 0px;     height:17px; width:35px; float:left; }
#header #nav a#magazine               { background:url("/images2012/ayn-rand-atlasphere-nav.gif"); background-position:-118px 0px;    height:17px; width:64px; float:left; }
#header #nav a#directory              { background:url("/images2012/ayn-rand-atlasphere-nav.gif"); background-position:-204px 0px;    height:17px; width:58px; float:left; }
#header #nav a#dating                 { background:url("/images2012/ayn-rand-atlasphere-nav.gif"); background-position:-284px 0px;    height:17px; width:41px; float:left; }
#header #nav a#blog                   { background:url("/images2012/ayn-rand-atlasphere-nav.gif"); background-position:-348px 0px;    height:17px; width:26px; float:left; margin-right:0; }
#header #nav a:hover#home             { background:url("/images2012/ayn-rand-atlasphere-nav.gif"); background-position:-3px -40px;    height:17px; width:36px; float:left; }
#header #nav a:hover#news             { background:url("/images2012/ayn-rand-atlasphere-nav.gif"); background-position:-61px -40px;   height:17px; width:35px; float:left; }
#header #nav a:hover#magazine         { background:url("/images2012/ayn-rand-atlasphere-nav.gif"); background-position:-118px -40px;  height:17px; width:64px; float:left; }
#header #nav a:hover#directory        { background:url("/images2012/ayn-rand-atlasphere-nav.gif"); background-position:-204px -40px;  height:17px; width:58px; float:left; }
#header #nav a:hover#dating           { background:url("/images2012/ayn-rand-atlasphere-nav.gif"); background-position:-284px -40px;  height:17px; width:41px; float:left; }
#header #nav a:hover#blog             { background:url("/images2012/ayn-rand-atlasphere-nav.gif"); background-position:-348px -40px;  height:17px; width:26px; float:left; }
#utility-menu { clear:both; float:right; margin:0 30px 25px 0; }
#utility-menu a { color:#666; font-weight:normal; font-family:arial,tahoma,verdana,sans-serif; font-size:11px; margin-left:10px; }
#utility-menu a:hover { color:#2b6b2b; }
#utility-menu img { margin-left:2px; padding-bottom:1px; width:10px; height:5px; }

/*** SIDEBARS ***/
#container .sidebar .subhead { color:#888; font-family:'futur_cond'; margin:28px 0 13px; font-size:19px; line-height:22px; text-transform:uppercase; }
#container .sidebar .subhead.firsthead { margin-top:0; }
#container .sidebar#left ul { margin:0; padding:10;  }
#container .sidebar#left ul li {  margin:0; padding:0; list-style:none; font-family:'futur_cond'; color:#888; font-size:15px; line-height:18px; text-transform:uppercase; }
#container .sidebar#left ul li.spaceabove { margin-top:15px; }
#container .sidebar#left ul li.spaceafter { margin-bottom:15px; }
#container .sidebar#left ul li a { font-size:11px; font-family:'futur_heav'; font-size:13px; color:#222; font-weight:normal; list-style:none; text-transform:none; }
#container .sidebar#left ul li a:hover { text-decoration:underline; }
#container .sidebar#left #recent-articles img { width:150px; height:107px; background:#666;; margin:0 0 6px; }
#container .sidebar#left #recent-articles .title { margin:0; }
#container .sidebar#left #recent-articles .title a { font-family:'futur_cond'; font-size:20px; line-height:24px; text-transform:uppercase; color:#111; }
#container .sidebar#left #recent-articles .author { text-transform:uppercase; margin:0 0 6px; font-size:9px; line-height:12px; color:#777; }
#container .sidebar#left #recent-articles .summary { color:#555; margin:0 0 25px; font-size:12px; line-height:15px; }
#container .sidebar#left #recent-articles .summary a { color:inherit; text-decoration:none; }
#container .sidebar#left #recent-articles .summary a:hover { color:#000; text-decoration:none; }
#container .sidebar#right table#stats { width:155px; }
#container .sidebar#right table#stats th { text-align:left; }
#container .sidebar#right table#stats th, #container #right table#stats td { padding-bottom:4px; font-size:13px; }
#container .sidebar#right table#stats td { text-align:right; font-size:12px; }
#container .sidebar#right table#stats a {  font-family:'futur_heav';color:#111; }
#container .sidebar#right .rec-frame { margin-bottom:20px; color:#444; font-size:12px; line-height:15px; }
#container .sidebar#right .rec-frame .rec-title { font-family:'futur_heav'; margin:5px 0 0; font-size:17px; line-height:20px; }
#container .sidebar#right .rec-frame .rec-title a { color:#111; }
#container .sidebar#right .rec-frame .rec-author { text-transform:uppercase; color:#777; font-size:10px; margin-bottom:10px; }
#container .sidebar#right .rec-frame .rec-img { margin-bottom:10px; }
#container .sidebar#right .rec-frame .rec-img img { padding:3px; border:1px solid #ccc; background:#eee; }
#container .sidebar#right .more { font-size:11px; }

/*** HOME PAGE ***/
body.home { color:#555; font-size:13px; line-height:16px; }
body.home #articles-news { float:left; width:745px; margin-right:26px; }
body.home #home-sidebar { float:left; width:209px; }
body.home h3 { margin:20px 0 14px; font-family:'futur_cond'; font-size: 19px; line-height:21px; text-transform:uppercase; color:#858585; }
body.home h3.first { margin-top:-4px; }
body.home a.more { font-family:'rwell'; font-size:10px; color:#000; font-weight:normal; text-transform:uppercase; }
body.home a:hover.more { text-decoration:underline; }
body.home #featured-box { float:left; height:350px; width:745px; background-color:#121212; overflow:hidden; }
body.home #featured-box a#featured-photo { float:left; height:350px; width:490px; background:#444; margin-right:25px; overflow:hidden; }
body.home #featured-box a#featured-photo img { width:490px; } /* allow height to be auto, in case photo wasn't properly sized */

body.home #featured-box a#submission-guidelines { float:left; height:38px; width:186px; background:url("/images2012/atlasphere-magazine.gif") top left no-repeat; margin:23px 0; }
body.home #featured-box a:hover#submission-guidelines { background:url("/images2012/atlasphere-magazine.gif"); background-position:0 -43px; }
body.home #featured-box #headline-space { padding:0px 17px 0 0; text-align:left; height:220px; min-width:200px; display:table-cell; vertical-align:middle; }
body.home #featured-box h1 { margin:0; font-size:33px; line-height:42px; font-weight:normal; text-transform:uppercase; font-family:'futur_cond'; }

body.home #featured-box h1 a { color:#e3e3e3; font-weight:normal; }
body.home #featured-box h1 a:hover { color:#fff; text-decoration:none; }
body.home #featured-box .byline { text-transform:uppercase; color:#555; margin-top:4px; font-size:11px; line-height:15px; font-family:arial, tahoma, verdana, sans-serif; }
body.home #featured-box .byline a { color:#555; font-weight:normal; }
body.home #featured-box .byline a:hover { color:#777; text-decoration:none; }
body.home #featured-box .comment-count { font-size:24px; font-family:'futur_cond'; margin-top:30px; }
body.home #featured-box .comment-count a { color:#999; font-weight:normal; }
body.home #featured-box .comment-count a:hover { color:#afafaf; text-decoration:none; }
body.home #featured-summary { font-family:'rwell'; font-size:21px; line-height:26px; clear:both; padding:18px 0 5px; margin:0; color:#666; margin-left:0px; }
body.home #featured-summary .text { margin-right:3px; }
body.home #featured-summary a.more { color:#161; font-size:12px; white-space:nowrap; text-transform:uppercase; font-family:'rwell'; font-weight:normal; }
body.home #featured-summary a.more img { margin-bottom:-2px; }
body.home #featured-summary h3 { margin-top:25px; }
body.home .response { font-size:13px; line-height:16px; color:#555; clear:both; padding:0 25px 12px 0; overflow: hidden;}
body.home .response img { background-color:#444; height:50px; width:50px; float:left; margin:0px 9px 5px 0; }
body.home .response .name { font-family:'futur_heav'; font-size:14px; margin-right:5px; font-weight:normal; color:#111; }
body.home .response .name a { font-weight:normal; color:#111; }
body.home .response a.more { font-family:'rwell'; font-size:10px; color:#000; font-weight:normal; text-transform:uppercase; }
body.home #more-articles { margin-top:8px; width:460px; float:left; padding-right:30px; }
body.home #more-articles h3, body.home #news-items h3 { margin-bottom:12px; }
body.home #more-articles .article { clear:both; padding-bottom:24px; }
body.home #more-articles .article .info { margin-left:164px; }
body.home #more-articles .article a.photo { background-color:#eee; height:107px; width:150px; float:left; margin:2px 14px 5px 0; overflow:hidden; }
body.home #more-articles .article a.photo img { width:150px; }
body.home #more-articles .article a.photo img.author { margin-top:-50px; } 
body.home #more-articles .article h2 { margin:2px 0 3px; font-family:'futur_heav'; font-size:17px; line-height:20px; }
body.home #more-articles .article h2 a {  font-weight:normal; color:#111; }
body.home #more-articles .article .byline { font-family:arial, tahoma, verdana, sans-serif; font-size:11px; color:#555; margin:0 0 5px; line-height:13px; }
body.home #more-articles .article .byline a { color:#555; font-weight:normal; } /* author */
body.home #more-articles .article .byline a.comments { color:#888; font-weight:normal; margin-left:8px; } /* comments link */
body.home #more-articles .article .type { text-transform:uppercase; color:#555; font-size:0.9em; font-weight:bold; }
body.home #news-items          { float:left; width:240px; height:auto; margin:8px 15px 0 0; }
body.home #news-items table td { vertical-align:top; padding:0 0 17px; }
body.home #news-items .inputs { padding:4px 8px 0 0; width:14px; }
body.home #news-items .inputs a.vote-up          { background: url("/images2012/vote-arrows.gif") repeat scroll 0 -1px transparent;    float: left; height: 11px; width: 14px; clear:both; margin-bottom:4px; }
body.home #news-items .inputs a.vote-down        { background: url("/images2012/vote-arrows.gif") repeat scroll 0 12px transparent;    float: left; height: 11px; width: 14px; clear:both; }
body.home #news-items .inputs a:hover.vote-up    { background: url("/images2012/vote-arrows.gif") repeat scroll 14px -1px transparent; float: left; height: 11px; width: 14px; }
body.home #news-items .inputs a:hover.vote-down  { background: url("/images2012/vote-arrows.gif") repeat scroll 14px 12px transparent; float: left; height: 11px; width: 14px; }
body.home #news-items .title { margin:0; font-family:'futur_heav'; font-size:14px; line-height:19px; }
body.home #news-items .title a { color:#111; font-weight:normal; }
body.home #news-items .publisher { font-size:11px; line-height:13px; color:#888; font-family:arial,tahoma,verdana,sans-serif; }
body.home #news-items .comments { margin-top:3px; font-weight:normal; font-family:arial,tahoma,verdana,sans-serif; font-size:11px; }
body.home #news-items .comments a { color:#888; }
body.home #recently-online { padding-bottom:16px; }
body.home #recently-online #photo-matrix { width:204px; }
body.home #recently-online #photo-matrix a { float:left; width:50px; height:50px; margin:0 1px 1px 0; background:#222; overflow:hidden; color:#222 }
body.home #recently-online #photo-matrix a img { width:50px; height:50px; }
body.home #blog-posts { padding-bottom:15px; }
body.home #blog-posts h2 { font-family:'futur_heav'; font-size:16px; line-height:19px; margin:13px 0 7px; }
body.home #blog-posts h2 a { font-weight:normal; color:#000; }
body.home #recent-comments .comment { padding-bottom:18px; }
body.home #recent-comments .comment img { background-color:#444; height:50px; width:50px; float:left; margin:3px 9px 5px 0; }
body.home #recent-comments .comment .name { font-family:'futur_heav'; font-size:13px; line-height:17px; color:#999; }
body.home #recent-comments .comment .name a { font-weight:normal; color:#111; }
body.home #recent-comments .comment .excerpt { clear:both; padding-top:4px; }

/*** MAGAZINE SECTION ***/
#content.columns { margin-top:-2px; }
#content.columns h1.title { color:#222; font-family:'futur_cond'; font-size:50px; text-transform:uppercase; line-height:50px; margin:0 0 1px; }
#content.columns .byline { text-transform:uppercase; font-size:13px; line-height:16px; color:#909090; margin-bottom:17px; font-family:arial,tahoma,verdana,sans-serif; }
#content.columns .byline a { font-weight:normal; color:#909090; }
#content.columns .byline .comments a { margin-left:10px; color:#222; text-transform:none; }
#content.columns .summary {  }
#content.columns .summary .picture-space { text-align:left; height:393px; width:550px; overflow:hidden; background:#bbb; padding:0 0 0; margin-bottom:15px; }
#content.columns .summary img.featured-picture { width:550px; height:393px; background:#333; }
#content.columns .summary .text { font-family:'rwell'; color:#808080; font-size:18px; line-height:23px; padding-bottom:21px; margin-bottom:21px; border-bottom:1px solid #ddd; }
#content.columns img.photo { float:left; width:110px; height:150px; background:#666; margin:7px 22px 10px 0px; }
#content.columns #article-body { font-family:palatino,'palatino linotype','times new roman',georgia;font-size:16px; line-height:24px; color:#000; }
#content.columns #article-body p, #content.columns #article-body blockquote, #content.columns #article-body ul, #content.columns #article-body ol { margin:16px 0; }
#content.columns #article-body .right { margin:0 0 20px 30px; }
#content.columns #article-body .left { margin:0 30px 20px 0; }
#content.columns #article-body table.right, #content.columns #article-body table.left { margin-top:6px; }
#content.columns #article-body .columns-caption { color:#666; font-size:12px; font-family:arial,tahoma,verdana,sans-serif; line-height:15px; text-align:left; margin-top:10px; }
#content.columns #article-body blockquote {  border-left:5px solid #ccc; padding-left:20px; }
#content.columns #article-body .callout { float:right; width:235px; border-top:6px solid #e2e2e2; border-bottom:6px solid #e2e2e2; margin:5px 0 15px 25px; padding:25px 0 25px 0; font-family:'rwell'; font-size:24px; line-height:27px; color:#722; }
#content.columns #article-body .callout.left { float:left; margin:5px 25px 15px 0; padding:20px 15px 20px 0; }
#content.columns h2.comments { clear:both; color:#222; font-family:'futur_cond'; font-size:30px; text-transform:uppercase; line-height:40px; margin:30px 0 5px; }
#content.columns #article-body .pic { text-align:left; }
#content.columns #article-body .pic.alignFull { margin:30px 0;  }
#content.columns #article-body .pic.alignRight { margin:5px 0 20px 23px; float:right; height:auto; width:200px; word-wrap: break-word; }
#content.columns #article-body .pic.alignLeft { margin:5px 20px 20px 0; float:left; height:auto; width:200px; word-wrap: break-word; }
#content.columns #article-body .pic .caption { color:#666; font-size:12px; line-height:15px; font-family:arial,tahoma,verdana,sans-serif; margin-top:10px; word-wrap: break-word; }

#content.columns form.new-proposal p, #content.columns form.new-proposal ul { font-family:palatino,'palatino linotype','times new roman',times,georgia,serif; font-size:16px; line-height:24px; }
#content.columns form.new-proposal .label { font-size:12px; margin:20px 0px 5px; font-weight:bold; }
#content.columns form.new-proposal textarea { width:510px; height:200px; }
#content.columns form.new-proposal textarea.txt, #content.columns form.new-proposal input.txt { border:1px solid #bbb; padding:4px; }
#content.columns form.new-proposal input.txt { width:200px; background:#f7f7f7; }
#content.columns form.new-proposal textarea.links { height:70px; }
#content.columns form.new-proposal .submit { text-align:right; margin:10px 20px 0 0; }
#content.columns form.new-proposal .subhead { font-family:'futur_heav'; font-size:17px; }

#content.columns #columns-index                                   { }
#content.columns #columns-index h1                                { font-family:'futur_cond'; text-transform:uppercase; background:#eee; padding:10px; }
#content.columns #columns-index .columns-nav                      { border:1px solid #ddd; text-transform:uppercase; font-size:11px; padding:4px 10px; margin-bottom:15px; text-align:center; }
#content.columns #columns-index .columns-nav a                    { padding:0 5px; font-weight:normal; color:#666; }
#content.columns #columns-index .columns-nav a:hover              { color:#000; text-decoration:none; }
#content.columns #columns-index .columns-nav .disabled            { color:#999; background:none; font-weight:normal; border:0; }
#content.columns #columns-index #list-columns                     { padding:30px 0 20px; }
#content.columns #columns-index #list-columns .article            { clear:both; padding-bottom:20px; }
#content.columns #columns-index #list-columns .article .photo     { float:left; width:130px; }
#content.columns #columns-index #list-columns .article .photo img { width:110px; height:150px; background:#444; }
#content.columns #columns-index #list-columns .article .info      { float:left; width:400px; }
#content.columns #columns-index #list-columns .article .info h3   { font-family:'futur_heav'; font-size:20px; margin:4px 0 5px; }
#content.columns #columns-index #list-columns .article .info h3 a { color:#111; font-weight:normal; }
#content.columns #columns-index #list-columns .article .byline  { text-transform:uppercase; font-size:11px; color:#777; margin:0 0 9px; }

/*** BLOG ***/
#content.blog h3 { font-size:24px; margin:3px 0 2px; line-height:27px; }
#content.blog h3 a { font-weight:normal; color:#000; }
#content.blog h1 { margin-bottom:0; }
#content.blog .date { color:#888; font-size:11px; margin:3px 0 8px; line-height:15px; }
#content.blog .date a { color:#888; }
#content.blog .blog-body { }
#content.blog .excerpt { margin-bottom:30px; }
#content.blog .byline { clear:both; color:#888; font-size:11px; margin:0 0 40px 0; text-align:right; }
#content.blog .byline a { color:#888; }
#content.blog blockquote { margin-left:0px; margin-right:0px; background:#fafafa; border:1px solid #ddd; padding:15px; padding-bottom:4px; }
#content.blog blockquote p { margin-top:0px; }
#blog-headlines {  } /* for main member index */
#blog-headlines h3 { font-size:24px; margin:12px 0 1px; }
#blog-headlines .date { color:#777; font-size:11px; margin:0 0 6px 0; }
#blog-headlines .date a { color:#777; }
#blog-headlines .excerpt { font-size:11px; margin-bottom:20px; line-height:16px; }
.navigation { color: #888; font-size: 12px; line-height: 18px; overflow: hidden; }
.navigation a:link, .navigation a:visited { color: #888; text-decoration: none; }
.navigation a:active, .navigation a:hover { color: #ff4b33; }
.nav-previous { float: left; width: 50%; }
.nav-next { float: right; text-align: right; width: 50%; }
#nav-above { margin: 0 0 18px 0; }
#nav-above { display: none; }
.paged #nav-above, .single #nav-above { display: block; }
#nav-below { margin: -18px 0 0 0; }
#dsq-content .dsq-comment-header td, #dsq-content .dsq-request-user-info td { font-size:13px; }
#content.blog #dsq-content h3 { margin:15px 0; }

/*** ABOUT SECTION ***/
#submenu-about { color:#aaa; text-align:center; font-size:11px; margin-bottom:20px; padding:2px 20px; border:1px dotted #bbb; }

/*** DIRECTORY SECTION ***/
#content.directory table.list { font-size:11px; width:100%; }
#content.directory table.list th, #content.directory table.list td { padding:5px 4px; line-height:14px; }
#content.directory table.list th { background:#ddd; text-transform:uppercase; font-size:10px; }
#content.directory table.list td { border-bottom:1px solid #eee; }
#content.directory table.list td.names   { color:#888; width:190px; }
#content.directory table.list td.names .name a { color:#000; font-size:16px; font-weight:normal; font-family:georgia	 }
#content.directory table.list td.names .location { font-size:9px; color:#666; text-transform:uppercase; margin-top:2px; }
#content.directory table.list td.links   { color:#888; width:55px; }
#content.directory table.list td.links a { color:#050; font-weight:normal; }
#content.directory table.list.datafields { margin:15px 0 10px; border-top:1px dotted #bbb;}
#content.directory table.list.datafields th { width:110px; background:white; border-bottom:1px dotted #bbb; }
#content.directory table.list.datafields th, #content.directory table.list.datafields td { padding:6px 4px; }
#content.directory table.list.datafields td textarea { width:400px; height:200px; }

#content.directory .browse-by-lastname { padding-bottom:15px; }
#content.directory .browse-by-lastname .label { padding-bottom:7px; color:#888; text-transform:uppercase; font-size:11px; }
#content.directory .browse-by-lastname .letters a { border:1px solid #ddd; color:black; padding:1px 3px; font-size:12px; }
#content.directory .browse-by-lastname .letters a:hover { border:1px solid #666; background:#eee; text-decoration:none; }

.pagelinks                                                             { clear:both; float:right; width:100%; text-align:right; padding:0 0 6px; }
.pagelinks .links                                                      { margin:5px 0; text-align:right; }
.pagelinks .pagination                                                 { padding:0; color:#666; width:100%; font-size:12px; }
.pagelinks .pagination a, .pagination .current, .pagination .disabled  { padding:1px 3px; font-weight:bold; }
.pagelinks .pagination a                                               { color:#fff; border:1px solid #999; background:#999; }
.pagelinks .pagination a:hover                                         { color:#fff; background:#273; border:1px solid #273; text-decoration:none; }
.pagelinks .pagination .current, .pagination .disabled                 { color:#fff; font-style:normal; border:1px solid #ddd; background:#ddd; font-weight:bold; }
.pagelinks .listedby                                                   { color:#888; padding:0 0 8px; font-size:12px; text-align:left; white-space:nowrap; line-height:15px; }

/*** PROFILES: DIRECTORY & DATING ***/
#profile { font-size:12px; line-height:17px; }
#profile #photo { float:right; margin:0 0 15px 15px; }
#profile h1 { font-family:'futur_cond'; font-size:34px; line-height:35px; text-transform:uppercase; margin-bottom:0px; }
#profile #city { font-size:12px; font-weight:normal; color:#888; margin:0 0 15px; text-transform:uppercase; }
#profile .subhead { font-family:'futur_cond'; text-transform:uppercase; color:#111; font-size:20px; clear:both; margin:25px 0 15px; }
#profile .general-head { clear:none; margin:15px 0 10px; }
#profile table#general { width:280px; margin:0 0 10px; font-size:11px; }
#profile table#general th, #content.directory #profile table#general td { background:#eee; border-bottom:1px solid #fff; padding:1px 4px; }
#profile table#general th { width:100px; padding-left:10px; text-transform:uppercase; font-size:10px; }
#profile table#general a { color:#051; }
#profile .status {  font-size:11px; border:1px dotted #aa7; background:#ffb; padding:7px 10px; margin-bottom:15px; line-height:15px; }
#profile .pending { border:1px dotted #aa7; }
#profile .suppressed { border:1px dotted #aa7; }
#profile a.edit { margin-left:15px; font-family:arial,tahoma,verdana,sans-serif; font-size:10px; font-weight:bold; color:white; text-transform:uppercase; background:#aaa; padding:1px 3px; }
#profile a.edit:hover { background:#071; text-decoration:none; }

#profile #mycolumns .title { color:#111; margin-bottom:3px; font-size:11px }
#profile #mycolumns .title a { font-family:'futur_heav'; color:#152; font-size:15px; margin-right:10px; }
#profile #mycolumns .category { text-transform:uppercase; color:#111; font-weight:bold; margin-right:8px; }
#profile #mycolumns .summary { font-size:12px; margin-bottom:15px; color:#111; line-height:15px; }
#profile #mycolumns .howtowrite { color:#888; }

#directory.prominent h1 { margin-bottom:10px; }
#directory.prominent .list h2 { margin:20px 0 15px; line-height:18px; }
#directory.prominent .list h2 a.name { color:black; font-size:18px; }
#directory.prominent .list { margin-top:10px; }
#directory.prominent .list .row { clear:both; padding:10px 8px 8px; border:1px solid #e7e7e7; background:#fff; margin-bottom:3px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; }
#directory.prominent .list .row .col1 { float:left; width:61px; }
#directory.prominent .list .row .col1 img.photo { margin-top:2px; border:1px solid white; }
#directory.prominent .list .row .col2 { float:left; width:450px; }
#directory.prominent .list .row .col2 h2 { margin:0 0 4px; }
#directory.prominent .list .row .bio { color:#555; font-size:11px; line-height:14px; }
#directory.prominent .list .row .tags   { font-size:10px; color:#777; margin-top:4px; }
#directory.prominent .list .row .tags a { font-size:10px; color:#777; margin-top:4px; }
#directory.prominent p.tags   { color:#222; }
#directory.prominent p.tags a { color:#222; }
#content.prominent_fans table { font-size:11px; width:100%; }
#content.prominent_fans table th, #content.group table td { padding:3px 4px; line-height:14px; }
#content.prominent_fans table th { background:#ddd; }
#content.prominent_fans table td { border-bottom:1px dotted #bbb; padding: 0 5px 0 5px}
#content.prominent_fans table td.names   { color:#888; width:180px; }
#content.prominent_fans table td.names a { color:#000; font-size:13px; font-weight:normal; }
#content.prominent_fans table td.links   { color:#888; width:55px; }
#content.prominent_fans table td.links a { color:#050; font-weight:normal; }

/*** GROUP SECTION ***/
#content.group table { font-size:11px; width:100%; }
#content.group table th, #content.group table td { padding:3px 4px; line-height:14px; }
#content.group table th { background:#ddd; }
#content.group table td { border-bottom:1px dotted #bbb; }
#content.group table td.names   { color:#888; width:180px; }
#content.group table td.names a { color:#000; font-size:13px; font-weight:normal; }
#content.group table td.links   { color:#888; width:55px; }
#content.group table td.links a { color:#050; font-weight:normal; }

#group { font-size:12px; line-height:17px; }
#group #photo { float:right; margin:0 0 15px 15px; }
#group h1 { margin-bottom:0px; }
#group #city { font-size:11px; font-weight:normal; color:#999; text-transform:uppercase; }
#group .subhead { clear:both; background:#f2f0e4; border-bottom:1px dotted #888; margin:25px 0 10px; font-size:11px; font-weight:bold; padding:1px 0px; }
#group .subhead .edit { float:right; width:31px; height:13px; background:url("../ximages/button-edit.gif") no-repeat right; margin:3px 1px 0 0; }
#group .general-head { clear:none; width:360px; margin:15px 0 0; padding:1px 0 1px 10px; }
#group table#general { width:290px; margin:0 0 10px; }
#group table#general th, #profile table#general td { background:#fff; border-bottom:1px dotted #888; }
#group table#general th { width:150px; padding-left:10px; }
#group .status {  font-size:11px; border:1px dotted #aa7; background:#ffb; padding:7px 10px; margin-bottom:15px; line-height:15px; }
#group .pending { border:1px dotted #aa7; }
#group .suppressed { border:1px dotted #aa7; }

/*** DATING SECTION ***/
#content.dating table { width:100%; }
#content.dating table th, #content.dating table td { padding:5px 4px; line-height:14px; vertical-align:top; }
#content.dating table th { }
#content.dating table td { font-size:13px; line-height:17px; }
#content.dating table td.names   { color:#888; width:180px; }
#content.dating table td.names a { color:#000; font-size:13px; font-weight:normal; }
#content.dating #dating-content { padding:0; margin:0; }
#content.dating table.levels th { background:#fff; }
#content.dating table.levels tr.header th, #content.dating table.levels tr.header td { background:#ddd; border-bottom:1px solid #aaa; }

#content.dating table.lefthead { width:100%; border:1px dotted #bba; }
#content.dating table.lefthead th, table.lefthead td { padding:5px 10px; background:#f2f0e4; border-bottom:1px dotted #bba; font-size:11px; }
#content.dating table.lefthead th { width:120px; }
#content.dating table.lefthead td input[type=text] { width:200px; }
#content.dating table.lefthead td textarea { width:350px; height:150px; }

#content.dating #dating-profile { font-size:12px; line-height:17px; }
#content.dating #dating-profile img#photo { float:right; margin:6px 0 15px 15px; }
#content.dating #dating-profile h1 { margin-bottom:0px; }
#content.dating #dating-profile #city { font-size:11px; font-weight:normal; color:#999; text-transform:uppercase; }
#content.dating #dating-profile .subhead { color:#595850; clear:both; background:#e8e6dc; padding-left:10px; border-bottom:1px solid #ddd; margin:25px 0 10px; font-size:11px; font-weight:normal; text-transform:uppercase; padding:1px 10px; }
#content.dating #dating-profile .generalhead { clear:none; width:297px; margin:15px 0 0; }
#content.dating #dating-profile .tablehead { margin-bottom:0; }
#content.dating #dating-profile .subhead .edit { float:right; width:31px; height:13px; background:url("../ximages/button-edit.gif") no-repeat right; margin:3px 1px 0 0; }
#content.dating #dating-profile .narrhead { font-weight:normal; font-style:normal; color:#777; font-family:georgia, "times new roman", serif; font-size:15px; margin:20px 0 0 0; }
#content.dating #dating-profile table#general { width:315px; margin:0 0 10px; }
#content.dating #dating-profile table#general th, #content.dating #dating-profile table#general td { background:#fff; border-bottom:1px solid #ddd; }
#content.dating #dating-profile table#general th { width:100px; padding-left:10px; }

#content.dating table.data th, #content.dating table.data td, #content.dating #dating-profile table#general th, #content.dating #dating-profile table#general td {  padding:2px 10px; font-size:11px; }
#content.dating #dating-profile table#general td.with-disabled-link { color: #909090; }
#content.dating table.data th, #content.dating table.data td { background:0; border-bottom:1px solid #ddd; }
#content.dating table.data th { width:180px; padding-left:10px; }

#content.dating h1 .edit-page { margin-left:20px; font-size:13px; color:#777; float:right; font-family:tahoma, arial, verdana; }
#content.dating .edit-subhead { font-size: 14px; background-color:#eee; padding:5px 0; border-bottom:1px dotted #bbb; }

#content.dating table.edit  { border-top:1px solid #ddd; }
#content.dating table.edit th, #content.dating table.edit td  { background-color:white; border-bottom:1px solid #ddd; padding:6px 5px; vertical-align:middle; font-size:12px; line-height:16px; }
#content.dating tablehead th  { width:160px; }
#content.dating table.edit td.subhead { background-color:#eee; text-transform:uppercase; font-size:12px; }
#content.dating table.edit .section-end { padding-bottom:15px; }
#content.dating div.edit-nav { background:#eee; padding:10px 10px; border-bottom:1px solid #ddd; }
#content.dating div.question { padding:25px 0 15px; font-size:14px; line-height:18px; }
#content.dating table.edit textarea { width:500px; height:240px; padding:10px; border:1px solid #ddd; color:#222; }
#content.dating table.edit .required { color:#900; font-size:10px; font-weight:bold; }

#content.dating table.list           { border-top:1px solid #ddd; margin:10px 0; }
#content.dating table.list td        { padding:13px 5px; border-bottom:1px solid #eee; }
#content.dating table.list .col1     { width:105px; }
#content.dating table.list .seeking  { color:#888;font-size:11px; }
#content.dating table.list .name a   { font-size:15px; font-weight:bold; color:#000; }
#content.dating table.list .name a.delete { font-size:10px; color:#F00; }
#content.dating table.list .location { font-size:11px; color:#777; margin:2px 0 0; }
#content.dating table.list .stats    { float:right; width:130px; text-align:right; font-weight:bold; font-size:11px; color:#444; }
#content.dating table.list .seeking  { color:#777; font-weight:normal; }
#content.dating table.list .intro    { color:#555; font-size:12px; line-height:15px; margin-top:8px; }
#content.dating table.list .visited  { color:#555; font-size:11px; margin-top:8px; font-style:italic; }
#content.dating table.list .visited .date {  }

#content.dating #browse-list table { border-top:1px solid #eee; }
#content.dating #browse-list table tr:hover { background-color:#eee; }
#content.dating #browse-list table th, #content.dating #browse-list table td { border-bottom:1px solid #eee; background:none; font-size:12px; }
#content.dating #browse-list table th { padding:3px 0; color:#999; }
#content.dating #browse-list table td.count { text-align:right; }
#content.dating #browse-list table td.profiles { text-align:left; width:60px; }
#content.dating #pms_messages td { border:none; }
#content.dating #pms_messages td a { color:#000; }

#content.dating #photos         { padding:15px 0; }
#content.dating #photos .dphoto { float:left;width:100px;margin:0 5px 5px 0; }

#content.dating .messages-subnav {
    border-bottom: 1px solid #ccd0d9;
    margin-bottom: 20px;
}
#content.dating .messages-subnav a {
    display: inline-block;
    vertical-align: bottom;
    border-bottom: 2px solid transparent;
    margin-right: 29px;
    padding: 5px 0;
    color: #707070;
    font-size: 1.2em;
}
#content.dating .messages-subnav a:hover {
    text-decoration: none;
    color: #548c54;
}
#content.dating .messages-subnav a.active {
    color: #548c54;
    border-color: #548c54;
}
#content.dating .conversations {}
#content.dating .conversations .conversation {
    position: relative;
    background: #ddd;
    padding: 5px;
    margin-bottom: 10px;
    padding-left: 42px; /* space for the reply indicator */
}
#content.dating .conversations .conversation:last-child {
    margin-bottom: 0;
}
#content.dating .conversations .conversation .replied-indicator {
    color: #606060;
    position: absolute;
    top: 50%;
    font-size: 14px;
    line-height: 14px;
    margin-top: -7px;
    left: 0;
    width: 42px;
    text-align: center;
}
#content.dating .conversations .conversation a,
#content.dating .conversations .conversation a:hover {
    color: #303030;
    text-decoration: none;
}
#content.dating .conversations .conversation .profile-picture {
    width: 60px;
    height: 60px;
    background-size: 60px;
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    margin-right: 10px;
}
#content.dating .conversations .conversation .info {
    display: block;
    margin-left: 70px;
    margin-right: 34px;
    min-height: 55px;
    padding-top: 5px;
}
#content.dating .conversations .conversation .profile-name {
    font-weight: bold;
    margin-bottom: 2px;
    font-size: 1.1em;
}
#content.dating .conversations .conversation .preview {}
#content.dating .conversations .conversation .last-message-date {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    color: #505050;
    text-align: center;
}
#content.dating .conversations .conversation .delete-btn {
    display: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 22px;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    color: #606060;
}
#content.dating .conversations .conversation:hover .delete-btn {
    display: block;

    -webkit-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
}

#content.dating .conversation-header {
    margin-bottom: 20px;
    background: #ddd;
    border-bottom: 1px solid #cecece;
    display: block;
    text-decoration: none;
    color: #202020;
}
#content.dating .conversation-header:hover {
    background: #dadada;
    text-decoration: none;
}
#content.dating .conversation-header .profile-picture {
    width: 90px;
    height: 90px;
    background-size: 90px;
    background-color: #ddd;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
}
#content.dating .conversation-header .profile-description {
    margin-left: 90px;
    padding: 29px 25px 0;
}
#content.dating .conversation-header .profile-description .user-name {
    font-weight: bold;
}
#content.dating .conversation-header .profile-description .user-info {
    color: #606060;
}

#content.dating .conversation-messages {}
#content.dating .conversation-messages .message {
    margin-bottom: 8px;
    position: relative;
}
#content.dating .conversation-messages .message::after {
    content: '';
    top: 30px;
    left: 68px;
    position: absolute;
    display: block;
    border-top: 17px solid #ddd;
    border-left: 22px solid transparent;
}
#content.dating .conversation-messages .message.from-me::after {
    border-top-color: #eee;
}
#content.dating .conversation-messages .message .message-content {
    position: relative;
    background: #ddd;
    margin-left: 90px;
    min-height: 80px;
    padding: 10px 15px 20px;
}
#content.dating .conversation-messages .message.from-me .message-content {
    background: #eee;
}
#content.dating .conversation-messages .message.unread {}
#content.dating .conversation-messages .message .profile-picture {
    width: 60px;
    height: 60px;
    background-size: 60px;
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    margin-right: 10px;
}
#content.dating .conversation-messages .message .profile-name {}
#content.dating .conversation-messages .message .sent_at {
    position: absolute;
    bottom: 10px;
    left: 25px;
    color: #777;
    font-size: 0.8em;
}
#content.dating .conversation-messages .message .body {
    padding: 20px 10px;
    word-wrap: break-word;
}
#content.dating .show-old-messages-wrapper {
    text-align: center;
}
#content.dating .show-old-messages-wrapper a {
    margin-bottom: 10px;
    display: block;
}
#content.dating .composer {}
#content.dating .composer form {}
#content.dating .composer form textarea {
    height: 58px;
    border: 1px solid #d0d0d0;
    width: 98%;
    margin-bottom: 10px;
    resize:none;
    padding: 10px;
}
#content.dating .delete-conversation {
    text-align: center;
    margin: 15px 0 10px;
}
#content.dating .delete-conversation .delete-btn {
    border: 1px solid #c0c0c0;
    padding: 6px 12px;
    display: inline-block;
    color: #707070;
}
#content.dating .delete-conversation .delete-btn:hover {
    background: #f8f8f8;
    text-decoration: none;
}

/*** STORE PAGE ***/
#store-products img { margin-top:4px; }
#store-products .box { clear:both; border:1px solid #ddd; background-color:#fafafa; padding:10px; margin-bottom:10px; }
#store-products h3 { margin:0 0 3px; font-family:georgia, "times new roman", times, serif; font-size:21px; line-height:24px; }
#store-products h3 a { text-decoration:none; }
#store-products a { color:black; text-decoration:underline; font-weight:normal; }
#store-products .byline { text-transform:uppercase; color:#777; font-size:11px; margin:0 0 12px; }
#store-products a.rec { margin-left:4px; font-weight:bold; font-size:10px; text-decoration:none; }

/*** SUBSCRIPTION PAGES ***/
#guarantee { font-family:georgia, 'times new roman', times, serif; color:#060; text-transform:uppercase; letter-spacing:1px; font-size:15px; margin-bottom:15px; border:1px solid #db0; width:510px; text-align:center; padding:4px 0; background:#ffd; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; }

/*** NEWS PAGES ***/
#content.news .news-header { color:#222; font-family:arial, helvetica, verdana, sans-serif; font-size: 20px; font-weight:bold;; margin:0 0 25px 0; border-bottom:1px dotted #aaa; padding:0 0 2px 0; }
#content.news .news-header .news-subnav { color:#222; font-size: 12px; text-transform:none; float:right; text-align:right; letter-spacing:0; font-family:arial, verdana, sans-serif; text-transform:normal; padding-right:5px; }
#content.news .news-subnav a { color:#222; margin:0 1px; padding: 0px 6px; font-family:arial; }
#content.news .news-subnav a.active, #content.news .news-subnav a:hover { color:#222; background-color:#dfe5eb; text-decoration:none; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
#content.news h1, #content.columns h1  { margin-bottom:0px; padding-bottom:0; }
#content.news .subhead, .listings, table.listings td .meta a { color:#888; }
#content.news .subhead    { margin:0 0 20px; text-transform:none; font-size:11px; }
#content.news .subhead a  { text-transform:none; }
#content.news table.listings { margin-top:20px; }
#content.news table.listings td { padding:0 0 17px 0; }
#content.news table.listings td.number { width:22px; }
#content.news table.listings td .publisher { font-size:10px; }
#content.news table.listings td .title  { line-height:19px; }
#content.news table.listings td .title a { color:#000; font-size:14px; font-family:tahoma, arial, helvetica, verdana, sans-serif; margin-right:4px; }
#content.news table.listings td .title a:visited { color:#666; }
#content.news table.listings td .meta   { font-size:10px; line-height:10px; margin-top:1px; }
#content.news table.listings td .meta .comments { margin-left:0px; }
#content.news table.listings td .meta .comments a { color:#007011; margin-left:8px; }
#content.news table.listings td .meta a.delete, #content.news table.listings td .meta a.edit { margin-left:8px; }
#content.news table.listings td .meta a:hover.delete { color:#900; margin-left:8px; }
#content.news table.listings td .meta .by a:hover { color:#007011; }
#content.news table.listings td .inputs { float:left; height:30px; width:20px; padding-top:0px; margin-right:2px; }

#content.news .comment-header { margin-left:20px; padding:3px 0 2px; font-size:11px; color:#666; }
#content.news .comment-header a { color:#777; }


/*** FOOTER ***/
#footer { color:#777; font-family:'futur_cond'; text-align:right; padding:13px 0 40px; font-size:16px; line-height:18px; border-top:1px solid #dbdbdb; margin-top:30px; }
#footer .copyright { float:left; width:500px; text-align:left; font-family:'futur_heav'; font-size:11px; line-height:18px; }
#footer .links a { padding:0 8px; text-transform:uppercase; }
#footer a { font-weight:normal; color:#777; }
#footer a:hover { color:#408040; text-decoration:underline; }

/*** Animation ***/
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}