#posts{
    width:700px
    }

	.entry .media iframe,
	.entry{
    	width:100% !important;
    	height:100% !important;
    	margin:0 !important
    	}

	.videoWrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}

	.videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.entry .photoset{
    	text-align:center
    	}

	.inner {
    display: inline-block;
    }

	.information-box{
    	padding:0 20px 0 0;
    	margin:0 0 5px 0;
    	border-bottom:1px dotted #000000;
    	}

	.information-box .entry .text{
		background:{color:Post Color};
		border:1px solid {color:Post Border};
		font:13px/160% "{select:Font Body}", san-serif
		}

	.information-box span{
    	font:12px icon;
    	opacity:.9
    	}

	ol.notes{
    	margin:10px 0 0 -35px;
    	list-style-type:none
    	}

		ol.notes li.note{
    		padding:3px 0
    		}

		ol.notes li.like:after,
		ol.notes li.reblog:after{
    		float:right;
    		margin:-17px 0 0 0;
    		font:14px icon;
    		opacity:.6
    		}

		ol.notes li.like:after{
		    content:"z"
		    }

		ol.notes li.reblog:after{
		    content:"c"
		    }

		ol.notes img{
	    	padding:0 10px 0 0
	    	}
