.autoframed { 
	position: relative;
}

/* Can be framed by also specifying the class of "autoframed" */
.parchment {
    background-image: url(frames/parchment/bg.png);
}

.layered_paper {
	background-image: url(frames/layered_paper/bg.jpg);
}

.cremebg {
	background-image: url(frames/cremebg/bg.png);
}

.framedBlockquotes blockquote {
	display: block;
	padding: 20px;
	margin-left: 10px;
	margin-right: 10px;
	font-style: italic;
    background-image: url(frames/parchment/bg.png);
}

.framedCode code {
    white-space: pre;
    white-space: pre-wrap;
    font-family: Monaco, monospace;
    font-size: 10px;
    line-height: 14px;
	display: block;
    margin-left: 5px;
	margin-right: 5px;
	padding: 19px 35px 22px 35px;
    background-image: url(frames/tractorfeed/bg.png);
    width: auto;
}


/* Specially handled in JavaScript to insert a frame */
.framedImage {
	display: block;
	margin-left:auto;
	margin-right:auto;
	padding-top: 14px;
	padding-bottom: 14px;
}

.pictureFrameTape {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: -14px;
	z-index: 10;
	background-image: url(frames/graph_paper/graphpaper_tape.png);
	width: 92px;
	height: 28px;
}

.pictureFrameShadowLeft {
    position: absolute;
	height: 4px;
	width: 53px;
	background-image: url(frames/graph_paper/3-1.png);
    background-repeat: none;
}

.pictureFrameShadowMiddle {
	height: 2px;
	background-image: url(frames/graph_paper/3-2.png);
	background-repeat: repeat-x;
}

.pictureFrameShadowRight {
    margin-top: -2px;
    margin-left: auto;
	height: 4px;
	width: 53px;
	background-image: url(frames/graph_paper/3-3.png);
	background-repeat: none;
}
