/*
Theme Name: singpolyma-H5
Theme URI: http://diggingintowordpress.com/
Description: A minimalist WordPress template theme built with HTML 5.
Version: 1.0
Author: Jeff Starr
Author URI: http://perishablepress.com/
Tags: minimalist, template, html5

	H5 v1.0
	http://diggingintowordpress.com/

	This theme was lovingly designed and developed by Jeff Starr, 
	who blogs at perishablepress.com and designs at monzilla.biz.

	The CSS, HTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-3.0.html
*/

/* CUSTOM */

.entry-content > .u-photo { float: left; margin-right: 0.5em; margin-bottom: 0.5em; max-width: 30%; }
.hentry > footer { clear: left; }

#profile h1 { margin-bottom: 0.5em; margin-top: 0; padding: 0; }
#profile > section > h1 { font-size: 1.3em; }
#profile > section > section > h1 { font-size: 1.1em; }
#profile #communication ol {
	padding-left: 1.1em;
}

q.identifier:before, q.identifier:after { content: ""; }
q.identifier { font-family: monospace; }

.advertisement:before {
	content: "Sponsored text: ";
	display: block;
	margin-bottom: 0.5em;
	font-weight: bold;
}

.advertisement {
	margin: 0.5em;
	padding: 0.5em;
	border: 1px dotted black;
}

.advertisement a {
	font-weight: bold;
	text-decoration: underline;
	color: blue;
}

.entry-content > section, .entry-content > .section {
	border-bottom: 1px dotted #ccc;
}

.imlog {
	font-family: monospace;
}
.imlog p {
	margin: 0;
}

#actionstream_feed { display: none; }

.single-actionstream .u-photo {
    width: 70%;
    display: block;
    margin: auto;
    margin-top: 1em;
}

body .service-website, body .service-microblog {
	background-image: url("/favicon.ico");
}

.hcard-profile .nickname:before {
	content: "\"";
}
.hcard-profile .nickname:after {
	content: "\"";
}

.hcard-profile .org:before {
	content: "(";
}
.hcard-profile .org:after {
	content: ")";
}

.hresume .experience {
	margin-bottom: 1em;
}
.hresume .experience .description {
	padding-left: 1em;
	font-size: 0.8em;
}
.hresume .dtstart, .hresume .dtend {
	border-width: 0px;
}
.hresume #icon {
	text-align: right;
}

abbr.published {
	border-width: 0;
}

/* == BASICS == */

header, footer, section, article, aside, nav {
	display: block;
	font-family: sans-serif;
	}
body,html {
	margin: 0;
	background-color: #111;
	color: #ccc;
	}
nav+section {
	float: left;
	clear: none;
	padding-left: 1%;
	padding-right: 4%;
	width: 75%;
	}
img {
	max-width: 90%;
	border-width: 0;
}

/* == LINKS == */

a:link, a:visited {
	text-decoration: underline;
	color: #396;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #066;
	}

/* == HEADER == */

body>header {
	background-color: #d61;
	padding: 33px;
	color: #000;
	}
	body>header h1 {
		margin: 0;
		display: inline;
		}
		body>header h1 a:link, body>header h1 a:visited {
			text-decoration: none;
			color: #000;
			}
		body>header h1 a:hover, body>header h1 a:active {
			text-decoration: none;
			color: #ccc;
			}
	body>header p {
		display: inline;
	}
		body>header p:before {
			content: " » ";
		}

/* == POSTS == */

article[id*=post-] {
	margin: 10px 0;
	}
article>header p, 
article>footer p {
	font-style: italic;
	}
article+nav {
	font-weight: bold;
	}
section>h1 {
	padding-top: 10px;
	}

/* == NAVIGATION == */

nav {
	text-align: center;
	clear: both;
	}
body > nav {
	background: #eb2;
	padding: 10px 0;
	color: #000;
	}
	body>nav ul {
		text-align: left;
		margin: 0;
		}
		body>nav li {
			margin-right: 20px;
			font-weight: bold;
			display: inline;
			}
	body > nav a:link, body > nav a:visited {
		text-decoration: underline;
		color: #044;
		}
	body > nav a:hover, body > nav a:active {
		text-decoration: underline;
		color: #396;
		}

/* == COMMENTS == */

article[id*=comment-] {
	margin: 15px 0;
	padding: 10px;
	}
	article[id*=comment-] h4 {
		margin: 0;
		}
	.alt {
		border: 1px solid #ddd;
		background: #444;
		}
form[method=post] label {
	display: block;
	}
form[method=post] input {
	margin: 2px 0 12px 0;
	display: block;
	}

/* == SIDEBAR == */

body>aside {
	clear: none;
	}
	@media screen and (min-width: 50em) {
		body>aside {
			margin-left: 75%;
		}
	}
	body>aside li {
		list-style: none;
		}
		body>aside li ul li {
			list-style: disc outside;
			}

/* == FOOTER == */

body>footer address {
	display: none;
	}

/* == SEARCH == */

label[for=s] {
	display: none;
	}

/* == ELEMENTS == */

/* a place for misc. styles */



/* == ALL YOUR CODE ARE BELONG TO POETRY == */

.mlw_qmn_quiz form input {
    display: inline;
    margin: 0;
}
