/*
SEW
Custom CSS created for Peter's Blog.

For the blog, we include these style sheets:
1) /mt-static/themes-base/blog.css
2) /style.css
3) /weblog/style.css

Remember that whatever style is defined last wins.
So this file should be used to override or change blog styles from blog.css
or Peter's styles from /style.css.

*/

/* Default ---------------------------------------------------------------- */

/* Content */


.asset-content {
    margin: 5px 0;
}

.asset-more-link {
    font-weight: bold;
}

/* Post Footer info */
.asset-meta {
    margin-top: 15px;
    padding-top: 5px;
    font-weight: normal;

    display: block;
    border-top: 1px solid #474B6F;
    padding-bottom: .3em;
}

.asset-footer a,
.comment-footer a {
    font-weight: normal;
}

.content-nav {
    margin-bottom: 10px;
    text-align: right;
}

.archive-title {
    margin: 5px 0 30px;
    font-size: 26px;
    font-weight: bold;
}

.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    margin: 5px 0;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
}

.search-results-header {
    margin-bottom: .25em;
}

.asset-more-link,
.asset-meta,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
}

/* Footer */

#footer-content,
#footer-content a {
    color: #fff;
}


/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}


/* Layout ----------------------------------------------------------------- */

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}

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

/* Blog Entry Titles are "asset-name" and are also anchor tags. */
.asset-name {
    font-size: large;
    font-weight: bold;
}

.asset-name a:hover, .asset-name a:active, .asset-name a:link, .asset-name a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: large;
    color: #2cf9fb;	
	color: #fe8c38; /*Orange*/
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: underline;
}

.asset-name,
.asset-name a,
.archive-title {
    color: #2cf9fb;	
	color: #fe8c38; /*Orange*/
}

.asset-name,
.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-title
.archive-header,
.search-form-header,
.search-results-header {
    font-family : Verdana, Arial, Helvetica, sans-serif;
} 
/* End Blog Entry Titles */

.asset-footer,
.asset-footer a,
.comment-footer,
.comment-footer a,
.trackback-footer {
    color: #999;
}

.asset-footer {
    clear: both;
    margin-top: 0;
    padding-top: 0;
}


.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: #7f829c;
}


.archive-list-item {
    margin-bottom: 5px;
}


/* Widget ----------------------------------------------------------------- */

.layout-wtt #content-inner { background: transparent url(content-wtt.gif) repeat-y scroll right top; }
.layout-twt #content-inner { background: transparent url(content-twt.gif) repeat-y scroll left top; }
.layout-wt #content-inner { background: transparent url(content-wt.gif) repeat-y scroll right top; }
.layout-tw #content-inner { background: transparent url(content-tw.gif) repeat-y scroll left top; }




.widget a,
.archive-widget .widget-list .item {
    text-decoration: none;
    color: #67AED3;
} 

/*
.widget .widget-header {
    border-left: 1px solid #682d84;
}

.layout-tw .widget .widget-header {
    border-left-width: 0;
}
*/

.layout-twt #beta .widget-header,
.layout-tw .widget-header {
    border: 0;
}

.embed-asset-widget .widget-header {
    margin-bottom: 10px;
}  
.widget-header,
.widget-header a {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color : #67AED3;	
    font-weight: bold; 
    font-size: 14px;
}

.widget a:hover, .widget-header a:hover {
    color: #6CCAFB;
    text-decoration: underline;
}

.media-stream-widget img {
    border: 1px solid #999;
} 
.widget-header .edit a,
.archive-widget .widget-list .item a,
.archive-widget .widget-list .item {
    font-weight: normal;
} 

.widget-header {
    padding: 5px 15px;
    background-color: #373B6F;
}

.widget-content {
    padding: 0 15px;
    margin-top: 5px;
    margin-bottom: 10px;
}

/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* Footer Widgets */

#footer .widget {
    margin: 10px 0;
}

#footer .widget-content {
    padding-right: 0;
    padding-left: 0;
}

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: left;
}

#footer .widget-powered .widget-content a {
    background: transparent;
}


/* Footer ----------------------------------------------------------------- */

/* I have no footer in this design
#footer { 
    background-color: #1c1d48; 
}

#footer-content {
    margin: 20px 0;
}
*/

/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}


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


/* Custom Styles ---------------------------------------------------------- */

#content-inner {
    padding: 10px 0;
}

/* Added by Steve Wehr ---------------------------------------------------- */

/* Control Column Widths */
#container-inner {
    width: 790px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

.layout-wt #alpha {
    /*width: 750px;*/
    width: 600px;
}

.layout-wt #beta {
    width: 190px;
}

#content-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}
/* The left column */
#container-inner,
#content {
    /*background-color: #373B6F;*/
}
#alpha-inner { 
    padding-top: 20px;
    padding-bottom: 20px;
}
#container-inner {
    border-left: 1px solid #474B6F;
}
/* The right column */
#beta-inner { 
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: #474B6F;
    background-image: url(/weblog/blog-header.jpg);
    background-repeat: no-repeat;
}
/* Tags Links */ 
.entry-tag a:link, .entry-tag a:visited
.scoring a:link, .scoring a:visited {
	color: #67AED3;
}
.entry-tag a:hover, .entry-tag a:active 
.scoring a:hover, .scoring a:hover {
	color: #6CCAFB;
}
/* The actual text of a comment */
.comment-content {
    line-height: 1.1;
}
.comment,
.trackback {
    border-bottom: 1px solid #474B6F;
}
.widget-content, .widget-header {
    padding-left: 12px;
    padding-right: 8px;
}

/* I have also changed 
mt-static/themes-base/blog.css
.user-pic
to remove the width and height.
*/
.user-pic {
    margin-right: 15px;
    margin-bottom: 10px;
}

/* Make the tagline text smaller and darker */
.byline, .published, .scoring-score, .scoring-score-label {
    color: #9395AA;
}
