/* ---------------------------------------------------------------------------------
   file-start: stc/voxhtml/weston-grey/screen.css 
*/

/* 
    Weston Grey
    by Lilia Ahner
*/
body {
    background-image: url(bg-body-pattern.gif?v=1);
    background-color: #eee;
}

#container {
    background-image: url(bg-body-shadow.gif?v=1);
}

#page {
    background-image: url(bg-content.gif?v=1);
}

#control-strip {
    background-color: #898989;
}

.control-strip-logo a {
    background-image: url(logo.gif?v=1);
}

a {
    color: #036;
}

/* header ----------------------------------------------------------- */

#header {
    background-image: url(bg-header-middle.gif?v=1);
}

#header-inner {
    background-image: url(bg-header-inner.gif?v=1);
}

#header-content {
    background-image: url(bg-header.gif?v=1);
}

#header-photo-inner {
    background-image: url(bg-header-photo-inner.gif?v=1);
}

#header-photo-inner img {
    border-color: #e2e2e2;
} 

#header-name,
#header-name a { color: #036; }

#header-description {
    border-top-color: #e2e2e2;
}

.connections-view #connections-photos {
    background-image: url(bg-aggregate.gif?v=1);
}

/* Content Styles -------------------------------------------- */

.nav a {
    color: #747b82;
}

.nav a:hover,
.nav .current a {
    color: #036;
}

.widget a {
    color: #747b82;
}

.widget-header {
    background-image: url(bg-widget-header.gif?v=1);
    border-bottom-color: #d9d9d9; 
}

.widget-header, 
.widget-header a {
    color: #2d4965;
}

.connections-widget .widget-list .item { 
    color: #333;
}

.connections-widget .widget-list .item a,
.archive-widget .widget-list .item {
    color: #747b82;
}

.media-stream-widget img { border-color: #bebebe; }

/* asset styling */

.asset-stream-list .post-asset { 
    background-image: url(bg-asset.gif?v=1);
}

.asset-stream-grid .asset-image img,
.enclosure .enclosure-inner,
.user-pic a img,
.user-pic img { 
    border-color: #bebebe;
}

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

#comment-form textarea {
    border-color: #969696;
    border-right-color: #e5e4e4;
    border-bottom-color: #e5e4e4;
 }


/* headers and captions -------------------------------------------- */
.page-header1,
.asset-name,
.asset-name a,
.page-header2,
.enclosure-asset-name,
.page-header3 { 
    color: #036;
}

.asset-meta dd,
.asset-meta dd a  {
    color: #747b82;
}

.asset-body blockquote {
    border-left-color: #d9d9d9;
}

/* Pager ------------------------------------------------------------------ */
.pager a { color: #666; }

.pager a:hover,
.pager .current a { color: #036; }

.pager-list .item,
.asset-meta-list .item {
    border-color: #333;
}

.asset-meta-list .item,
.asset-meta-list .item a {
    color: #333;
}

/* Comment styling */


.comment-error { color: #c00; }

.comment-even { background-image: url(bg-comment-even.gif?v=1); }

.comment-even,
.comment-error { background-color:  #fcfcfc; }

.asset-detail .asset-containers,
.comment-even,
.comment-error {
    border-color: #d8d8d8;
}

#footer { display: block; border: 0; }

/* Icon Background Images ---------------------------------------------------*/

.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);
}

.asset-meta-favorite a.favorite-function {
    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 {
    background-image: url(icon-comment.gif?v=1);
}*/

.asset-tags-list .asset-tags-add-tags {
    background-image: url(icon-add.gif?v=1);
}

.contact-me-list .contact-email,
.widget-list .email {
    background-image: url(icon-email.gif?v=1);
}


/* file-end: stc/voxhtml/weston-grey/screen.css 
----------------------------------------------------------------------------------*/
