/* @override http://localhost:8000/static/css/semantic.css */

/* Styles available in TinyMCE */

.blog-entry-body img, 
.left-floating-image { float: left; padding: 0.2em 1em 0.5em 0; }
.right-floating-image { float: right; padding: 0.2em 0 0.5em 1em; }

img.full { width: 100%; }


/*.blog-entry-body h4 { margin-top: 1em; }*/

p.unindent {
    text-indent:0; margin-top:0em;
}

.name { font-style: italic; }
.movie-title { text-transform: uppercase; font-size: 0.833em; }

p.video {
	text-indent: 0;
    margin: 0.75em 0 2.75em 0;
    padding: 0.75em 0;
	width: 100%;
	text-align: center;
    background-color: #333;
}

.caption { font-style: italic; }