@charset "utf-8";
/*
Theme Name: musigh
Theme URI: http://musigh.com/
Author: musigh
Author URI: http://musigh.com
Description: Theme for musigh.
Version: 0.1

 * Built on the Whiteboard Framework
 * http://whiteboardframework.com
 */

/*	Resets
	------	*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figure,figcaption,hgroup,menu,header,footer,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0}article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video{display:block}a img{border:0}figure{position:relative}figure img{width:100%}


/*	Typography presets
	------------------	*/

.gigantic {
    font-size: 110px;
    line-height: 120px;
    letter-spacing: -2px;
}

.huge {
    font-size: 68px;
    line-height: 72px;
    letter-spacing: -1px;
}

.large,
h1 {
    font-size: 42px;
    line-height: 48px;
}

.big,
h2 {
    font-size: 28px;
    line-height: 24px;
    font-weight: bold;
}

.normal,
body {
    font: 16px/24px Trebuchet MS, Helvetica Neue, Helvetica, Arial, Verdana, Tahoma, sans-serif;
    /*text-shadow: 1px 1px 1px rgba(0,0,0,.1); -moz-text-shadow: 1px 1px 1px rgba(0,0,0,.1);*/
}

.small {
    font-size: 13px;
    line-height: 18px;
}

abbr,
acronym{
    border-bottom: 1px dotted;
    cursor: help;
    font-variant: small-caps;
}
address,
cite,
em,
i{
    font-style: italic;
}
a {
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    -moz-transition: color .3s linear;
    text-decoration: none;
    outline: none;
}
a:active,
a:focus {
}

/*
	general styles
 */

.serif,
cite,
blockquote {
    font-weight: normal;
}

.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
    margin: 24px 12px 12px;
}

.monospace,
var,
code {
    font-family: courier new, courier, monospace;
}

.amp {
    font-style: italic;
    font-family: baskerville,palatino,palatino linotype,book antiqua,georgia,times,times new roman,serif;
    font-weight: normal;
}

a:link, a:visited {
    color: #588ab9;
}
a:hover,a:active {
    color: #588ab9;
}

.post-content ul,
.post-content ol {
    padding-left: 24px;
}

input,
textarea {
    border: 1px #e5e5e5 solid;
    padding: 5px;
    outline: none;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus {
    border: 1px #e0e0e0 solid;
}
input:focus,
textarea:focus {
}
textarea {
    width: 100%;
}

blockquote {
    border-top: 1px #ccc dotted;
    border-bottom: 1px #ccc dotted;
    text-align: justify;
    margin: 20px;
    padding: 12px;
}
blockquote:first-letter {
    font-size: 24px;
    padding-right: 1px;
}
blockquote:first-line {
    font-size: 20px;
}

/* Enable images in posts to automatically resize */
/* as browser window changes sizes.               */

.post-content img {
    max-width: 100%;
    height: auto;
}

/*
List of divs in Whiteboard
Note that this list does not include the dynamically generated ids and classes, such as the body classes, the post ids, etc
*/

body {
    background-image: url('background.png');
    background-repeat: repeat;
}

#main {
    margin: 0 auto;
}

header {
	
}
    #title {
        display: block;
        width: 570px;
        height: 180px;
        padding: 20px;
        margin: 15px auto;
        /*text-align: center;*/
        border: 1px solid #e5e5e5;
        background-color: white;
        /*box-shadow: 3px 3px 5px #efefef;*/
        border-radius: 5px;
        text-indent: -9999px;
        background-image: url('musigh.png');
        background-repeat: no-repeat;
        background-position: center center;
    }
        #tagline {
            display: none;
        }
	nav {
		
	}
	nav.primary {
		
	}
	nav.footer {
		
	}
	#widget-header {
		
	}
	#widget-alert {
		
	}

#content {
}
    .post-single {
        width: 610px;
        margin: 0 auto 15px auto;
        border: 1px solid #e5e5e5;
        background-color: white;
        /*box-shadow: 3px 3px 5px #efefef;*/
        border-radius: 5px;
    }
        .post-single img {
            opacity: 0.9;
        }
        .post-single p {
            margin: 10px 0px;
        }
    .post-container, .post-comments {
        width: 570px;
        padding: 20px;
        position: relative;
    }
    .post-title {
        margin: 0 auto;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 2px;
    }
    .post-hearts {
        position: absolute;
        top: 20px;
        right: 22px;
        display: table;
    }
        .post-hearts img {
            padding-left: 5px;
            padding-right: 2px;
			width: 22px;
			display: inline-block;
			vertical-align: bottom;
        }
        .post-hearts span {
            color: #cccccc;
            position: relative;
            top: 0px;
            display: table-cell;
            vertical-align: middle;
        }
    .post-date {
        font-size: 10px;
        line-height: 10px;
        color: #cccccc;
        margin: 2px 0px 10px 0px;
    }
    .post-content, .post-meta, .post-image {
        margin: 0 auto 15px auto;
    }

        .post-image img {
            opacity: 0.8;
        }
    .post-content {
    }
        .pagination {

        }
	.post-meta {
	}
        .comment-expand {
            width: 100%;
            text-align: center;
        }
    .post-comments {
        border-top: 1px solid #e5e5e5;
        display: none;
    }
    .expanded {
        display: block !important;
    }
        .comment-list {
            margin-top: 10px;
        }
        .nocomment {
            margin-bottom: 10px;
        }
            .comment {
                display: block;
                list-style: none;
                position: relative;
                padding: 10px;
                margin-bottom: 10px;
                border: 1px solid #e5e5e5;
                background-color: white;
                /*box-shadow: 1px 1px 3px #efefef;*/
                border-radius: 5px;
            }
            .author-comment {
                border: 1px solid #588ab9;
            }
                .comment-author {
                    font-weight: bold;
                }

                .comment-date {
                    position: absolute;
                    top: 10px;
                    right: 10px;
                    font-style: italic;
                    font-size: .8em;
                    color: #666666;
                    text-align: right;
                }
	.post-navigation {
	}

    .oldernewer {
        width: 570px;
        margin: 0 auto 15px auto;
        border: 1px solid #e5e5e5;
        background-color: white;
        /*box-shadow: 3px 3px 5px #efefef;*/
        border-radius: 5px;
        height: 22px;
        padding: 10px 20px;
    }
    .older {
        float: right;
    }

#comments {
	
}
	li.comment {
		
	}
		.odd {
			
		}
		.even {
			
		}
		.author-comment {
			
		}
		.comment-text {
			
		}
		.comment-meta {
			
		}
			p.gravatar {
				
			}
		.waiting-for-approval {
			
		}
	#trackbacks {
		
	}
		li.trackback {
			
		}
	p#no-comments {
		
	}
	#comments-form {
		
	}
		#respond {
			
		}
		.cancel-comment-reply {
			
		}

.page {
	
}
	#page-content {
		
	}
	#page-meta {
		
	}

.post {

}
	.postContent {
		
	}
	.post-excerpt {
		
	}

nav.oldernewer {
	
}
	.older {
		
	}
	.newer {
		
	}

.search {
	
}

.author {
	
}
#recent-author-posts {
	
}
#recent-author-comments {
	
}

#error404 {
	
}

#sidebar {
	display: none;
}
	#widget-sidebar {
		
	}
		#sidebar-search {
			
		}
		#sidebar-nav {
			
		}
		#sidebar-archives {
			
		}
		#sidebar-meta {
			
		}
		.widget {
			
		}

#footer {
	
}
	#widget-footer {
		
	}
	#footer-nav {
		
	}
	
.no-results {
	
}

.widget-area {
	
}

.none { /* this class is used to hid the skip to content link at the beginning of the document for accessibility */
	display: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */

/* change the color of the background */
.mejs-controls,
.mejs-mediaelement,
.mejs-container {
    background: url('') !important;
    background-color: #fcfcfc !important;
    border-radius: 5px !important;
}

.mejs-container {
    border: 1px solid #dddddd !important;
}
 
/* change the color of the lettering */
.mejs-currenttime,
.mejs-duration {
    color: black !important;
}
 
/* eliminate the yellow border around the play button during playback */
.mejs-controls .mejs-button button:focus {
outline: none !important;
}

.mejs-controls .mejs-button button {
    background-image: url('controls-dark.svg') !important;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    background: #eeeeee !important;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #dddddd !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #aac7e3 !important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #f0f0f0 !important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #dddddd !important;
}