/* ---------------------------------------------------------------------------------
   file-start: stc/voxhtml/foxkeh-mt-fuji/screen.css 
*/

/*
    Theme: 
    Creator: 
    URL: 
*/
/* Global ----------------------------------------------------------- */
body {  
    font-family: arial, helvetica, "hirakakupro-w3", osaka, "ms pgothic", sans-serif;   
    background: #6ea6d6 url(body.gif?v=1) repeat-y fixed top center; 
    color: #333;
} 

a {
    color: #85b36a; 
}

a:hover {
    text-decoration: none;
}
/* Control Strip ---------------------------------------------------- */
#control-strip {
    background-color: #3e6383;
}  
.control-strip-logo a {
    background-image: url(logo.gif?v=1);
}
/* Layout ----------------------------------------------------------- */
#page {
    background-color: #fff;
}  
#content { 
    margin-top: 30px;  
    margin-bottom: 60px; 
}
/* Header ----------------------------------------------------------- */
#header { 
    background: #ecf7fb url(header.png?v=1) no-repeat bottom left; 
    padding: 0; 
    border-bottom: 1px solid #fff;    
} 

#header-content,
.connections-view #header-content {
    margin: 20px 0 60px 20px;
}

#header-photo {
    float: left;  
    width: 56px; 
}

#header-photo-inner {
    border: 3px solid #fff; 

} 
* html #header-text {  /*HACK targets IE6 but not 7, instead of min-height*/
        height: 180px;
} 
#header-text {
    width: 400px;
    margin: 0 0 0 10px;
    float: left; 
    min-height: 180px; 
}

#header a {
    font-weight: normal;
}

#header-name a {
    text-decoration: none;
    font-weight: bold;
    font-size: 28px;
    color: #3e7aad; 
}

#header-name a:hover {
    text-decoration: underline;
}

#header-description {
    color: #666; 
}

#header .nav .item {
    border-left: 1px solid #666; 
    font-family: "century gothic", futura, arial, helvetica, "hirakakupro-w3", osaka, "ms pgothic", sans-serif;
}

#header .nav a {
    font-weight: normal;
    color: #666; 
}

#header .nav .current a {
    font-weight: bold;  
}  

.connections-view #header-content {
    padding: 0;
}

.connections-view #header-content-inner {
    margin: 0;
    padding: 0;
}

.connections-view #header-text { 
    width: 390px; 
}
/* Content ---------------------------------------------------------- */
.post-asset .asset-name a, 
#header-name a, 
#header-description,
.page-header1,
.page-header2,
.asset-stream-list .post-asset .asset-name a { 
    font-family: "century gothic", futura, arial, helvetica, "hirakakupro-w3", osaka, "ms pgothic", sans-serif;
} 

.page-header1,
.page-header1 a,
.asset-subtitle {
    color: #6ea6d6;
}

.page-header2,
.page-header2 a {
    color: #9cb5cb;
}

.asset-name a,
.asset-name,
.asset-stream-list .post-asset .asset-name a {
    color: #6ea6d6;
}

.asset-tags-list .asset-tags-add-tags:hover,
.asset-description-hover,
.asset-name-hover,
.asset-privacy-hover {
    background-color: #f8fcfe;
}

.asset-tags-list a:hover {
    background-color: #85b36a; 
}

.comment-even {
    background-color: #f8fcfe;
    border: 1px solid #e3f3fb;
}

.asset-stream-grid .asset-name a,
.enclosure-asset-name,
.enclosure-asset-name a,
#profile .user-favorites-list .asset-name a {
    color: #85b36a;
}  
.pager,
.pager a {
    color: #85b36a;
}
.pager .item {
    border-color: #85b36a;
} 

#comment-form,
.enclosure .enclosure-inner {
    border-color: #e3f3fb;
}

.asset-detail .asset-name a,
#profile .asset-name a  {
    border-bottom: none;
    padding-bottom: 0;
}

.asset-list-grid .asset-image img {
    border: 1px solid #999;
}

.asset-tags-header {
    padding-right: 0.75em;
}

.recent-activity-posts {
    clear: both;
    margin-bottom: 0;
}

.recent-activity-posts .post-asset {
    margin-bottom: 1em;
} 

.asset-stream-grid .asset-meta-comments a,
.enclosure-comments a,
.watched-asset-activity-item,
#profile .asset-inner .asset-meta-comments a { 
    color: #999; 
}

.post-asset .asset-body ul,
.post-asset .asset-body ol { 
    padding-left: 8px; 
} 

.post-asset .asset-body blockquote { 
    background: url(blockquote.gif?v=1) no-repeat 12px 3px;
    margin-left: 0;
    padding-left: 29px; 
}

#post-asset-detail .asset-detail-meta-inner {
    border-color: #e3f3fb;
}

#comment-form textarea {
    border: 1px solid #969696; 
    border-right-color: #D4E5F2;
    border-bottom-color: #D4E5F2;
}

.conduit-related-header {
    background-color: #3e6383;
}

.conduit-related-body {
    border-color: #3e6383;
}

#footer-ad {
  background-color: #fff;
}
/* Widget ----------------------------------------------------------- */
.layout-wtt #alpha {
    width: 559px; /*for border between sidebars*/
}
.layout-wtt #gamma {
    border-right: 1px solid #e8f1f9;
}

.layout-wtt #alpha-inner {
    margin: 0 19px 0 20px;
}

.powered-by-widget .widget-content,
.widget-header {
    margin-bottom: 8px;
    border-top: 3.04px double #e8f1f9; /* FF sometimes renders 3.0 with only one border.*/
    padding-top: 8px;
    padding-bottom: 0.29em;
    padding-left: 0;
    margin: 0 14px 8px 15px;
}

.widget-header,
.widget .widget-header a, /* remove .widget class here. determine other solution. */
.widget-header .edit a { 
    font-family: arial, helvetica, "hirakakupro-w3", osaka, "ms pgothic", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 0.2em;
    color: #333;
    border-left-color: #333;
}

.widget-header .edit a { 
    font-family: arial, helvetica, "hirakakupro-w3", osaka, "ms pgothic", sans-serif;
    text-transform: none;
    font-weight: normal;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: normal;
}

.widget a {
    text-decoration: none;
}

.widget a:hover,
.widget-header a:hover,
.widget-header .edit a:hover {
    text-decoration: underline;
}

.widget ul,
.widget ol,
.widget dl {
    margin-bottom: 0; /*XXX - needed? move to default? or remove?*/
}                                       

.media-stream-widget img {
    margin: 0;
    padding: 0;
    border: 1px solid #999;
}

.widget-footer a,
.widget-content a,
.archive-widget .widget-list .item {
    color: #85b36a;
}

.archive-widget .widget-list .item a {
    font-weight: normal;
}
/* Footer ----------------------------------------------------------- */
#footer { 
    background-color: #3e6383; 
}
/* Icons  ----------------------------------------------------------- */
.rating {
    background-image: url(rating.png?v=1);
}  
.asset-rating .rating-hover {
    background-image: url(rating-hover.png?v=1);
}  
.asset-tags-list .asset-tags-add-tags {
    background-image: url(icon-add.gif?v=1);
}  
.asset-meta-privacy span {
    background-image: url(icon-privacy.gif?v=1);
}  
.asset-meta-edit a {
    background-image: url(icon-edit.gif?v=1);
}  
.asset-meta-delete a {
    background-image: url(icon-delete.gif?v=1);
}  
.favorite-phrase,
.asset-meta-favorite a.favorite-function,
.watched-asset-activity-list .favorite-asset {
    background-image: url(icon-favorite.gif?v=1);
}  
.asset-meta-favorite a.is-a-favorite {
    background-image: url(icon-favorite-on.gif?v=1);
}  
/*.asset-meta-comments a,
.enclosure-comments a,
.watched-asset-activity-list .comment-asset {
    background-image: url(icon-comment.gif?v=1);
} */ 
.photo-asset .asset-source {
    background-image: url(icon-photo.gif?v=1);
}  
.book-asset .asset-source {
    background-image: url(icon-book.gif?v=1);
}  
.audio-asset .asset-source {
    background-image: url(icon-audio.gif?v=1);
}  
.video-asset .asset-source {
    background-image: url(icon-video.gif?v=1);
}  
.comment-form-send-pvt-msg,
.contact-me-list .contact-email,
.widget-list .email {
    background-image: url(icon-email.gif?v=1);
}  
.asset-containers .collection-asset,
.collection-stream-widget .widget-list .item a {
    background-image: url(icon-collection.gif?v=1);
}  
.offensive-phrase {
    background-image: url(icon-flag.gif?v=1);
}  
.asset-containers-list .group-asset { 
    background-image: url(../default/icon-group.gif?v=1); 
}
/* Groups ----------------------------------------------------------- */
.group #content {
    margin-top: 0;
}

.group #header-inner {
    padding-bottom: 15px;
}

#group-nav {
    border-color: #e3f3fb;
    background-color: ; 
}

.group-nav-list .item {
    border-color: #85b36a;
}

.group-button a {
    background-color: #85b36a;
    border-color: #fff;
    color: #fff;
}

.group-button a:hover {
    background-color: #fff;
    border-color: #85b36a;
    color: #85b36a;
}

#group-home .ads-widget {
    background-color: #fff;
}

.group-about {
    background-color: ; 
}

.group-home .stream-content {
    border-color: #e3f3fb;
}
/* Custom Styles ---------------------------------------------------- */
#container-inner {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

/* Utility ---------------------------------------------------------- */
#header:after,
#header-photo:after,
#page-inner:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
.comment-body:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}


#header-inner,
#content-inner,
#header-photo,
.asset-body {
    height: 1%;
}

/* file-end: stc/voxhtml/foxkeh-mt-fuji/screen.css 
----------------------------------------------------------------------------------*/
