@import "reset.css";
@import "typography.css";
@import "forms.css";


/* Site */
body {}

#wrap {
    position: relative;
    width: 1000px; margin: 0 auto;
}

#header { height: 130px; position: relative; background-image: url(../img/trans_000_50.png);}
#header a.logo {float: left; margin-left: 10px; height: 120px; overflow: hidden;}
#header h1 {margin-left: 10px; font-size: 48px; padding-top: 36px; }
#header h1.small { font-size: 32px; padding-top: 20px;}
#header span.title { 
    font-size: 38px; color: #CCCCCC; 
    margin-left: 20px; margin-top: -10px;     
    position: absolute; top: 70px; left: 80px;
}

#nav-menu {
    text-align: center; font-size: 12px; border-top: 2px solid #070;
    margin-left: auto; margin-right: auto; margin-bottom: 10px;
    width: 95%; padding: 10px 0px;     
    background: url(../img/trans_000_50.png);
}
#nav-menu a { padding: 0px 10px; }
#nav-menu a:hover { text-decoration: none; }

#about-links { position: absolute; right: 30px; bottom: 2px; z-index: 10; list-style: none; margin: 0;}
#about-links li { float: left; margin: 4px 6px; margin-top: 12px; }
#about-links li a { text-decoration: none; }
#about-links li a:hover, #about-links li a.hover { text-decoration: underline; }

#content-main { margin: 20px 0px 0px 26px; position: relative; min-height: 600px; }
#content-main:after {
    content: "."; visibility: hidden;
    display: block; height: 0; clear: both;    
}

#content-related {
    float: right;
    width: 200px;
    margin-top: -20px;    
}
#content-related:after {
    content: "."; visibility: hidden;
    display: block; height: 0; clear: both;
}

#footer { margin-top: 70px; clear: both; }

#featured { margin-bottom: 20px;  }
#featured a {
    position: relative; display: block;
    margin: 4px 0px; width: 400px; 
    padding: 10px 10px 10px 0;
    text-align: left; text-decoration: none;    
}
#featured a img { border: solid 1px #444; }
#featured span.title { 
    position: absolute; top: 10px; left: 0px; 
    display: block; padding: 10px 10px 10px 6px;    
    background: #111 ; color: #ddd;
    border: solid #444 1px;
    font-weight: bold; text-transform: lowercase;
    letter-spacing: .1ex;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#member-category { margin-right: 246px ; }
#more-members { margin-top: 30px; clear: both; }
#more-members ul { list-style: none; margin: 0;}
#more-members li {
    display: block; float: left;
    height: 110px; width: 136px; padding: 10px; 
    margin-right: 10px; margin-bottom: 10px;
    border: ridge 1px #aaa;    
}
#more-members li a { display: block; text-decoration: none; }
#more-members li a img { margin-bottom: 4px; }

#member-list { width: 250px; }
#member-list ul { border: ridge 1px #aaa; margin: 0; padding: 5px; height: 140px; overflow: auto; list-style: none; }
#member-list ul.expanded { height: 300px; }
#member-list ul li {margin: 4px 0px; }
#member-list a {display: block; padding: 4px; padding-bottom: 5px; border-bottom: dotted #444 1px; text-decoration: none;}
#member-list a:hover {background: #222; border-color: #666;}

#featured-work { width: 240px;  }
#featured-work h3 { text-align: left; }
#featured-work a { display: block;  padding-top: 5px;}
#featured-work a img { border: solid #aaa 1px; }

/* Member Page */
.member { margin: 20px auto 0 auto !important; width: 900px; }
#facts { border: ridge 1px #aaa; min-height: 100px; }
#bio { width: 200px; overflow: hidden; margin-left: 10px;}
#info {
    display: block; float: right;
    width: 220px; margin-right: 12px;
}
#headshot { text-align: center; margin-bottom: 20px;}
#bio { 
    padding: 10px; 
    height: 160px; overflow: auto; 
    background: #222; color: #aaa; 
}
#bio p { margin-bottom: 0.9em; }
#facts {
    width: 200px; float: right; 
    margin-left: 2px; margin-top: 20px; padding: 6px;    
}
#facts span.title { display: block; }
#facts dl { margin: 10px 0; }
#facts dd { margin-left: 5px; margin-bottom: 4px; }

#media, .media { 
    width: 322px; float: left;
}

#member-other {
    margin: 10px 10px 10px 0;
    padding-top: 40px;
    width: 425px;
    clear: left;
}

.member-edit-menu { 
    padding: 5px 0 5px 5px; margin-bottom: 14px;  
    border: 1px dashed #070; background: #222222;
}
.edit .member-edit-menu { margin-bottom: 20px; }
.messages-app .member-edit-menu { margin-bottom: 30px; }
.member-edit-menu ul { margin: 0; list-style: none; }
.member-edit-menu ul li { float: left; margin-right: 20px; }
.member-edit-menu ul li a  { font-weight: bold; color: #ccc; }


.flvplayer { border: ridge 1px #aaa; height: 258px; margin-bottom: 8px;}
.video-box { margin-bottom: 30px; }

.video-menu { margin: 0; height: 114px; width: 322px; list-style:none; overflow: auto;}
.video-menu li {
    display: block;
    cursor: pointer;
    min-height: 40px;
    padding: 6px 2px; padding-left: 8px;
    background: #222; border: solid #555 1px;
    margin: 0px;
}
.video-menu li.selected{
    display: block; background: #3C3C3C; border: solid  #0a0 1px !important;      
}
.video-menu li:hover {
    border: solid 1px #9a9;
    background: #3b3b3b;
}
.video-menu li:after {
    content: "."; visibility: hidden;
    display: block; height: 0; clear: both;
}
.video-menu a img { float: left; margin-right: 10px; border: solid #aaa 1px; }

/* Member Messages */
.message-nav {
    margin: 0; list-style: none;
    margin-top: 3px;
    float: left;
    width: 130px;
}
.message-nav li {
    margin-bottom: 4px;
}
.message-nav a {display: block; padding: 2px;}
.message-nav a.selected {
    font-weight: bold;
    color: #ccc;
}
.message-nav a.addlink {
    font-weight: bold;
    padding-top: 0px;
    margin-bottom: 14px;
}
.message-list {
    margin-left: 130px;
    margin-right: 40px;
    position: relative;
}
.message-list table {
    width: 100%;
    margin: 0;
}
.message-list th, .message-list td {
    border-bottom: solid 1px #aaa;
    padding: 3px 5px;
}
.message-list th {
    font-weight: bold;
}
.message-list td {
    border-color: #555;
    padding: 10px;
}
.message-list tr.new td {
    background: #333;
    font-weight: bold;
    font-style: italic;
}

.message { border-collapse: collapse; }
.message th, .message td {
    border: solid 1px #aaa;
}
.message th {
    background: #333;
    color: white;
    width: 5em;
    padding: 10px 6px;
}
.message td {
    color: #ccc;
    padding: 8px 10px;
}
.message td.sender img {
    float: left;
    margin-right: 10px;
}
.message img.headshot,
.message-list img.headshot {
    border: solid 1px #aaa;
}
.message-body {
    height: 10em;
}
.message-actions {
    position: absolute;
    top: -1.5em; right: 0;        
}
.message-actions a { color: #fff; }

.member-find-dialog .pagination {
    position: absolute;
    bottom: -25px;
}


/* Videos */

.video-index {margin-right: 246px; }
.video-index .media { margin: 0px; margin-bottom: 20px; height: 460px; }
.video-index .even { margin-right: 20px; }
.video-index h2 { margin-bottom: 10px; }

ul.video-list { margin: 0; list-style: none; }
ul.video-list li { margin-bottom: 20px; padding-bottom: 10px; }
ul.video-list dt, .video-info dt { float: left; margin-right: 10px;}
ul.video-list li dl, .video-info dl { float: left; width: 300px;}
ul.video-list li a {display: block; float: left; }
ul.video-list li img { margin-right: 20px; border: ridge 1px #aaa;}

.related-videos { padding-top: 40px; }
.related-videos h3 { margin-bottom: 1.5em; }
.related-videos ul { margin: 0; list-style: none; }
.related-videos ul li { float: left; width: 150px; height: 120px; margin-right: 8px; margin-bottom: 12px;}
.related-videos ul li img { border: solid #33dd33 1px; }

/* Images */
#images { 
    overflow: auto;
    margin: 0; height: 300px; width: 322px;
}
#images table { width: 290px; margin: 0; }
#images td {
    width: 50%; height: 150px;
    border: none; 
    padding: 8px 0;
    text-align: center; 
}
#images td a { display: block;}
#images td a img { vertical-align: middle; border: solid #33dd33 1px;}

.image-index { margin-right: 256px; }
.image-index div.wrapper { margin-bottom: 30px; padding-bottom: 10px; border-bottom: solid 1px #222; }
.image-index h2 { margin-bottom: 12px; }
ul.image-list { margin:0 0 0 14px; list-style: none; }
ul.image-list li { float: left; width: 200px; height: 200px;  margin: 6px; margin-bottom: 20px; }
ul.image-list li .caption { margin: 4px 0px; }
ul.image-list li .caption p { margin-bottom: .8em; }
ul.image-list li .title { display: block; padding-bottom: 4px; color: #ddd;  }
ul.image-list li img { border: solid #33dd33 1px; }

.page-content { margin: 40px 200px 20px 200px; }
.links { margin: 40px 240px 20px 26px !important; }
.signup { margin: 0 auto; width: 510px; }

.faq-questions { margin-bottom: 50px; }
.faq-questions li { margin-bottom: 10px; }
.faq-answers li { margin-bottom: 30px; }

ul.link-list li { margin: 14px 0px; }
ul.link-list a.title { display: block; margin-bottom: 4px;  }

.news { position: relative; margin: 20px 250px 0 0 !important; }
ul.post-list { margin: 30px 0 0 0; list-style: none; }
ul.post-list li { margin-bottom: 40px; border-bottom: padding-bottom: 20px; }
ul.post-list h4, .rants .post h4 { margin-bottom: 3px; }
ul.post-list h4 a { margin: 0; }
ul.post-list .date, .rants .date {  margin: 0; display: block; }
ul.post-list .post-body, .rants .post-body { margin-top: 12px; }
.rants .comments h4 { margin-bottom: 1.5em; }
.comment-list {margin: 0; list-style: none; }
.comment-list .comment-body { margin-left: 1em; margin-top: 1em; }
.comment-list li.comment { margin-bottom: 40px; }
.comment .date em, .post .date em { color: #ccc; }

.categories-2 { width: 48%; }
.categories-3 { width: 30%; }
.news-category h2 { border-bottom: solid #00aa00 1px; padding-bottom: 4px; width: 80%; }
.news .col-1 { float: left; }
.news .col-2 { float: left; margin-left: 30px;}
.news .col-3 { float: right;}

.rants {
    margin-left: 20px;
    margin-right: 246px;
}
.rants .prev { margin-right: 20px; }

.ad {
    width: 200px; height: 600px; margin: 0px; top: 0px;
}
.ad-left { position: absolute; left: 20px; }
.ad-right { position: absolute; right: 20px; }

.side-bar { margin-top: 20px; width: 160px;}

.info-box { color: yellow;  font-size: 11px; cursor: pointer; }
.info-box h4 { font-size: 12px; text-transform: uppercase; color: yellow; font-family: Helvetica, Arial, sans-serif;}
.info-box h4.larger { font-size: 13px; }
.info-box a { color: yellow !important; }
.info-box {
    margin: 10px 18px 16px 0px; 
    position:relative; min-width:8em; z-index:1;    
}
.info-box p { margin: 2px 0px;  font-family: helvetica, arial, sans-serif; }
.info-box .rounded-content,
.info-box .rounded-t,
.info-box .rounded-b,
.info-box .rounded-b div {
    background: black url(../img/yellow_rounded.png) no-repeat top right;
}

.info-box .rounded-content {
    position:relative;
    zoom:1;
    _overflow-y:hidden;
    padding: 14px 20px 2px 8px; 
    text-align: center;
}

.info-box .rounded-t {
    /* top+left vertical slice */
    position:absolute;
    left:0px; top:0px;
    width:20px; /* top slice width */
    margin-left:-12px;
    height:100%;
    _height:1600px; /* arbitrary long height, IE 6 */
    background-position:top left;
}

.info-box .rounded-b {
 /* bottom */
 position:relative;
 width:100%;
}

.info-box .rounded-b,
.info-box .rounded-b div {
 height:25px; /* height of bottom cap/shade */
 font-size:1px;
}

.info-box .rounded-b {
    background-position:bottom right;
}

.info-box .rounded-b div {
 position:relative;
 width:25px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.pagination { }
.pagination a, .pagination span { 
    display: block; float: left; margin: 0px 2px; 
    border: solid #888 1px;
    padding: 2px 5px;
    color: white;
    background: #222;
    text-decoration: none;
    }
.pagination a:hover { background: #555; }
.pagination span { font-weight: bold;  color: #0f0; background: #555;}

.soon-message { padding: 40px; }
.message { color: #0f0; font-weight: bold; }
.error { color: #f00; font-weight: bold; }


/* helpers */
.float-left { float: left; }
.float-right { float: right; }
.clear { clear: both !important; }
.scroll { overflow: auto; }


/* Icons */
a.deletelink { 
    background: url(../img/icons/icon_deletelink.gif) no-repeat ;
    color: #f66 !important;
    padding-left: 1em;
}
a.changelink {
    background: url(../img/icons/icon_changelink.gif) no-repeat ;
    color: #eee !important;
    padding-left: 1em;
}
a.addlink { 
    background:url(../img/icons/icon_addlink.gif) no-repeat; 
    color: #eee !important;
    padding-left: 1em; 
}
a.maillink {
    background: url(../img/icons/icon_mail.gif) no-repeat;
    color: #eee !important;
    padding-left: 1.3em;
}
a.undolink {
    background: url(../img/icons/icon_undo.gif) no-repeat;
    color: #eee !important;
    padding-left: 1.3em;
}
a.searchlink {
    background: url(../img/icons/icon_searchbox.gif) no-repeat;
    color: #eee !important;
    padding-left: 1.3em;
}

/* Dialogs */
.ui-dialog {
    border: solid 1px #ccc;
    background: #000;
}
.ui-dialog-titlebar {height: 20px;}
.ui-dialog-titlebar-close {
    font-weight: bold; font-size: 16px; font-family: Helvetica;
    position: absolute; top: 4px; right: 4px;
    outline: none;
}
.ui-dialog-content {padding: 0px 20px 20px 20px;}
.ui-dialog-content h4 { margin-bottom: 1em; }
.browser-dialog .ui-dialog-content {}
.ui-dialog-buttonpane { padding: 10px; right: 0;}
.ui-dialog-buttonpane button { 
    padding: 2px; 
    background: #000;
    color: #4f4;
    border: solid #0a0 1px;
    cursor: pointer;
    margin-left: 8px;
    font-size: 10px;
    font-weight: bold;
}
.ui-dialog-buttonpane button:hover {
    border: solid #0f0 1px;
}
.ui-dialog-buttonpane button.cancel {
    border-color: #555;
    color: #ccc;
}
.dialog label {
    display: block;
    width: 5em;
    float: left;
}
