﻿/* Base Weblog (base-weblog.css) */

/* basic elements */


form { margin: 0px; padding: 0px; }
a { text-decoration: none; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* standard helper classes */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

#alpha { margin: 15px 15px 15px 225px; width: 600px; }
#alpha-inner {
    padding: 10px 10px 10px 10px;
    border-width: 2px 2px 2px 0;
    border-style: solid;
    border-color: #ffFFFf;
}


/* content */

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

.entry-header{
	font-size: 16px;
	padding: 10px 0px 10px 0px;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
}
.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content,
.entry-more-link {
	font-size: xx-small;
}
.comment-footer,
.entry-footer{
	border-top: 1px dashed #999999;
	margin:10px 0px 50px 0px;
}

.entry-more{
padding: 15px 0px 15px 150px;
}

.comment-content{
padding: 15px 15px 15px 15px;
background-color:#EEEEEE;
}


.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

.comments-open-header {
}

#comment-post {
    font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail {
    float: right;
    width: 115px;
    margin: 0 10px 10px 0;
}

.image-thumbnail img {
    width: 115px;
    height: 115px;
    margin: 0 0 2px 0;
}
.calendar {
    margin: 5px 0 10px;;
    color: #444444;
}


/*  Calender ajax */
.calendarhead {
    padding-bottom: 5px;
    font-size: 9px;
    letter-spacing: 0.2em
}
.calendar table {
    padding: 0;
    border-collapse: collapse;
}
.calendar table a{
	display: block;
	color: #666666;
	text-align: center;
	text-decoration: none;
}

#calendar th {
    text-align: center;
	font-size:9px;
	width: 23px;
}
#calendar td {
    text-align: center;
    font-size: 9px;
	padding: 5px 0px 0px;
}
#navcontainer #calendar a
{
	text-indent: 0px;
	padding: 10px;

}
.today {
    display: block;
    border: 1px solid #FF6699;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited {
    color: #0000ff;
}


.actions ul {
    margin-bottom: 15px;
}


.asset,
.action {
    /* padding-bottom: 25px; */
    border-bottom: 4px solid #f6f6f6;
    background-repeat: no-repeat;
    position: relative;
    list-style-type: none;
}
.action {
    background-repeat: no-repeat;
    padding: 8px 10px 7px 35px;
    margin: 0;
    font-size: 11px;
    color: #222;
    border-top: 1px solid #bbb;
    background-repeat: no-repeat;
    background-position: 10px 5px;
}
.action a {
    color: #069;
}


.date {
    display: none;
    margin-left: 0.5em;
	font-size:9px;
	color: #ccc;

}
.hover .date,
.noscript .date {
    display: inline;
}

.action .date {
    padding-left: 10px;
}
.asset .asset-body, 
.action .asset-body { 
    margin-bottom: 25px;
}

.asset-more,
.asset-more-link {
    clear: both;
}

.asset-more-link {
    font-weight: bold;
}
.asset-more-link {
    font-size: 11px;
}
.asset-meta {
    font-size: 11px;
    color: #aaa;
    padding: 0 0 0 25px;
    border-top: 1px solid #bbb;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: 10px 6px;
}

.hover,
.noscript .asset-meta,
.hover .asset-meta,
.mt-entry-archive .asset-meta,
.trackbacks .asset-meta,
.user-profile .asset-meta {
    color: #555;
}
.icon-comment .asset-meta {
    padding: 8px 10px 7px 32px;
}
.icon-link .asset-meta {
    background-image: url(http://eikowalk.com/mt/mt-static/plugins/Motion/images/icons/link.png);
}
.icon-embed .asset-meta {
    background-image: url(http://eikowalk.com/mt/mt-static/plugins/Motion/images/icons/film.png);
}
.icon-video .asset-meta {
    background-image: url(http://eikowalk.com/mt/mt-static/plugins/Motion/images/icons/film.png);
}
.link a.link-arrow {
    text-decoration: none;
    font-size: 20px;
}
.link a.link-arrow:hover {
    text-decoration: underline;
}
.asset .asset-meta .separator {
    display: none;
}
.asset .asset-meta .byline,
.asset .asset-meta .favorite-action,
.asset .asset-meta .trackback-count,
.asset .asset-meta .comment-count {
    padding: 8px 10px 7px;
}

.asset .asset-meta .byline {
    display: block;
    float: left;
}
.noscript .favorite-action,
.noscript .unpublish-action {
    display: none !important;
}

.asset .asset-meta .unpublish-action,
.asset .asset-meta .comment-count,
.asset .asset-meta .trackback-count,
.asset .asset-meta .favorite-action {
    display: block;
    float: right;
    padding-left: 32px;
    border-left: 1px dotted #ddd;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    text-decoration: none;
    font-weight: bold;
}
.asset .asset-meta .comment-count {
    background-image: url(http://eikowalk.com/mt/mt-static/plugins/Motion/images/icons/comments.png);
}
.asset .asset-meta .trackback-count {
    background-image: url(http://eikowalk.com/mt/mt-static/plugins/Motion/images/icons/trackbacks.png);
}
.asset-meta .unpublish-action span,
.asset-meta .comment-count span,
.asset-meta .trackback-count span {
    display: none;
}
.asset .asset-meta .favorite-action {
    overflow: hidden;
    text-align: center;
    background: url(http://eikowalk.com/mt/mt-static/plugins/Motion/images/icons/star-gray.png) no-repeat 50% 50%;
    width: 16px;
    padding: 8px 10px 7px 10px;
    cursor: pointer;
}
.asset .asset-meta .favorite-action:hover,
.asset .asset-meta .scored {
    background-image: url(http://eikowalk.com/mt/mt-static/plugins/Motion/images/icons/star.png);
}
.asset .asset-meta .unpublish {
    display: none;
}
.asset .asset-meta .unpublish-action {
    background: url(http://eikowalk.com/mt/mt-static/plugins/Motion/images/icon_close.png) no-repeat 50% 50%;
    cursor: pointer;
    width: 25px;
    height: 25px;
    padding: 0;
}
.asset .asset-meta .unpublish-action.entry-author {
    display: block;
}
.asset-meta a {
    color: #aaa;
}
.hover a,
.noscript .asset-meta a,
.hover .asset-meta a,
.mt-entry-archive .asset-meta a,
.user-profile .asset-meta a {
    color: #069;
}
.asset .asset-meta a:hover {
    color: #069;
}
.asset .userpic {
    position: relative;
    margin-left: 35px;
}
.asset .asset-content {
    margin: 5px 35px 0;
    font-size: 13px;
    line-height: 1.5;
    color: #222;
}
.asset .asset-content ul, 
.asset .asset-content ol { 
    margin: 2em 0;
    padding-left: 30px;
}
.asset .asset-content ul li, 
.asset .asset-content ol li {
    display: list-item;
    margin-bottom: 10px;
}
.asset .asset-content ul { 
    list-style-type: disc;
}
.asset .asset-content ol {
    list-style-type: decimal;
}
.asset .asset-content .photo,
.asset .asset-content .video,
.asset .asset-content .embed,
.asset .asset-content object {
    margin-bottom: 10px;
}
.asset .asset-content p {
    margin-bottom: 10px;
}

.service-icon { background-repeat: no-repeat; }
.icon-entry { background-image: url(http://eikowalk.com/mt/mt-static/plugins/Motion/images/icons/page_white_text.png); }
.icon-link { background-image: url(http://eikowalk.com/mt/mt-static/plugins/Motion/images/icons/link.png); }
.icon-audio { background-image: url(http://eikowalk.com/mt/mt-static/plugins/Motion/images/icons/sound.png); }
.icon-video { background-image: url(http://eikowalk.com/mt/mt-static/plugins/Motion/images/icons/film.png); }
.icon-embed { background-image: url(http://eikowalk.com/mt/mt-static/plugins/Motion/images/icons/film.png); }
.icon-photo { background-image: url(http://eikowalk.com/mt/mt-static/plugins/Motion/images/icons/picture.png); }
.icon-comment { background-image: url(http://eikowalk.com/mt/mt-static/plugins/Motion/images/icons/comment.png); }
.icon-follow { background-image: url(http://eikowalk.com/mt/mt-static/plugins/Motion/images/icons/group.png); }
.icon-favorite { background-image: url(http://eikowalk.com/mt/mt-static/plugins/Motion/images/icons/heart.png); }
