/* --------------------------------------------------

Theme Name:		Pluto the Dwarf
Theme URI:		http://hold.unttld.com/blog/
Version:			1.0
Author:				<a href="http://www.unttld.com">Derek Kinsman</a>

Typography:		Helvetica Neue
							Helvetica
							Arial
							Sans Serif

							11px / 14px

Colours:			Background:	White:	#FFFFFF
							Forground:	Grey:		#222222
							Accent:			Teal:		#4CFABA
							Accent:			Pink:		#FA4B8B

-------------------------------------------------- */


/* --------------------------------------------------

General HTML, Typography + Reset

-------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	position: relative;
}

body {
	background-color: #FFF;
	color: #222;
	font: 11px/14px 'helvetica neue', helvetica, arial, sans-serif;
}

a {
	color:#FFF;
	text-decoration: none;
}

a:hover	{
	color:#FFF;
	text-decoration: underline;
}

/* --------------------------------------------------

The Menu

-------------------------------------------------- */
div#menu {
	left: 10px;
	position: fixed;
	text-transform: lowercase;
	top: 10px;
	z-index: 9999;
}

div#menu div.menuItem {
	background-color: #FA4B8B;
	color: #222;
	float: left;
	height: 30px;
	margin-right: 10px;
	padding: 5px;
	width: 150px;
}

div#menu div.menuItem select {
	margin-top: 5px;
	width: 100%;
}

div#title p {
	text-transform: uppercase;
}

/* --------------------------------------------------

The Content

-------------------------------------------------- */
div#wrapper {
	margin: 75px 10px;
}

div.content {
	background-color: #4CFABA;
	display: block;
	float: left;
}

div.full {}

div.content div.contentText {
	background-color: #222;
	color: #FA4B8B;
	left: 0;
	padding: 5px;
	position: absolute;
	top: 20px;
	width: 50%;
	z-index: 9998;
}

div.content div.contentText a {
	color: #FFF;
}

div.content div.contentText a:hover {
	color: #FFF;
}

div.clear {
	clear: both;
	height: 1px;
}

.title {
	font-weight: bold;
	text-transform: lowercase;
}

.thecontent {
	margin: 10px 0;
	text-align: justify;
	text-transform: lowercase;
}

.link {
	font-style: italic;
	text-transform: lowercase;
}

.meta {
	font-size: 9px;
	text-transform: lowercase;
}

.full, .full img {
	display: block;
	margin: 0;
	padding: 0;
}

.new, .new img {
	height: 300px;
}

.old, .old img {
	height: 150px;
}

.archive, .archive img {
	height: 75px;
}

/* --------------------------------------------------

The Footer

-------------------------------------------------- */
div#footer {
	bottom: 10px;
	left: 10px;
	position: fixed;
	text-transform: lowercase;
	z-index: 9999;
}

div#footer div.menuItem {
	background-color: #FA4B8B;
	color: #222;
	float: left;
	height: 30px;
	margin-right: 10px;
	padding: 5px;
	width: 150px;
}

/* --------------------------------------------------

Debug

-------------------------------------------------- */
.debug { display: none; }