/* @override 
	http://mp.site/css/blog.css
	http://milespomeroy.com/css/blog.css
*/

a {
	padding: 0 5px;
}

h1 a {
	padding: 0;
}

.post {
	clear: both;
}

.quote, .link, .text, .photo, .video {
	width: 600px;
	padding-bottom: 3em;
	margin-bottom: 2em;
	float: left;
}

.quote p, .link p, .text p, .photo p, .video p {
	margin-left: 30px;
	margin-right: 30px;
}

.quote {
	background-color: #63dcdc;
	background-repeat: no-repeat;
	background-image: url(/images/quote-marks.png), url(/images/quote.png);
	background-position: top left, bottom right;
	padding-top: 30px;
	padding-bottom: 45px;
	margin-bottom: 30px;
}

.quote p {
	margin-top: 0;
	line-height: 1.5em;
}

.short { /* for short quotes */
	font-size: 200%;
}

.medium { /* for medium quotes */
	font-size: 150%;
}

.long p {
	margin-top: 1em;
}

.link {
	background: #fbcd6b url(/images/link.png) no-repeat bottom right;
}

.text {
	background: #cdff6c url(/images/text.png) no-repeat bottom right;
}

.text a { 
	padding: 0;
	text-decoration: underline;
	background-color: transparent;
}

.text a:hover {
	background-color: #fff;
}

.text p {
	margin-top: 1em;
}

.photo {
	background: #f3f568 url(/images/photo.png) bottom right no-repeat;
	padding-top: 2em;
}

.img {
	/*text-align: center;*/
	margin-left: 30px;
}

.photo a {
	padding: 0; /* Prevents img from having wierd padding */
}

.video {
	background: #f3f568 url(/images/video.png) bottom right no-repeat;
	padding-top: 2em;
}

.video h2 {
	margin-top: 0;
}

.video object {
	margin-left: 30px;	
	margin-right: 30px;
}

.aux {
	width: 120px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	float: right;
}

._quote, ._text, ._photo, ._link, ._video {
	clear: right;
}

._quote p, ._text p, ._photo p, ._link p, ._video p {
	margin: 0;
}

._quote {
	background-color: #cdff6c;
}

._text {
	background-color: #fbcd6b;
}

._photo {
	background-color: #63dcdc;
}

._link {
	background-color: #f3f568;
}

._video {
	background-color: #63dcdc;
}

#footer {
	clear: both;
}

.nav {
	margin-bottom: 30px;
	font-size: 200%;
}

.nav a {
	color: #666;
}

.left { /* mainly for nav arrows */
	float: left;
}

.right { /* mainly for nav arrows */
	float: right;
}

.arrow {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
}

#search {
	clear: both;
	text-align: center;
	background: #63dcdc url(/images/search.png) bottom right no-repeat;
	margin: 30px 0;
	padding: 30px;
	padding-bottom: 45px;
}

#search input {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: 1px solid #ccc;
	width: 740px;
	height: 30px;
	font-size: 20px;
	color: #3f687f;
}

#submit {
	display: none;
}

iframe {
	display: none;
}
