/*  
Theme Name: Upstart Blogger Modio
Theme URI: http://www.upstartblogger.com/
Description: A simple, clean, minimal, spacious design. Widgetized, with optional rollover side menu and home page.
Version: 0.4
Author: Robert Ellis
Author URI: http://www.upstartblogger.com/
License: Creative Commons Attribution-Share Alike 3.0 (http://creativecommons.org/licenses/by-sa/3.0/. Feel free to make any changes, but please keep a link back to Upstart Blogger in your sidebar or footer.

Based on Kubrick v1.5, designed by Michael Heilemann, http://binarybonsai.com/kubrick/.
*/

/* @group Normalize */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; }

ol, ul {	list-style: none; }

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal; }

table {
	border-collapse: collapse;
	border-spacing: 0; }

fieldset, img { border: 0; }

caption, th { text-align: left; }

q:before, q:after { content: ''; }

/* @end */

/* @group Sticky Footer */

* {	margin: 0; }

html, body, .page {
	min-height: 100%;
	width: 100%;
	height: 100%; }

	html>body, html>body .page { height: auto; }

.page {
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom: 3em; }

/* @end */

/* @group Headers */

h1, h2, h3 { font-weight: bold; }
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited { color: #000; }

h1 {
	font-size: 4em;
	padding-top: 70px;
	margin: 0;
	line-height: 100%; }

h2 {	
	font-size: 2.6em;
	line-height: 1.5em;
	padding: 0 0 0;
	width: 900px; }
	
	h2.pagetitle {
		padding-top: 30px;
		text-align: center; }
		
h3 {
	padding: 30px 0 0;
	font-size: 1.3em; }

	h3.comments { padding: 20px 0; }
	
h4 { 
	font-size: 1.7em;
	line-height: 1.5em;
	padding-top: 15px; }

/* @end */

/* @group Layout */

body {
	font-size: 62.5%;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	color: #fff;
	text-align: center;
	line-height: 150%; }

#header {
	margin-left: 220px;
	padding-top: 30px;
	font-size: 3.5em;
	width: 468px; }

	#header a {
		font-weight: bold;
		color: #000; }
		
		#header a:hover { border-bottom: #000 4px solid; }

.page {
	background-color: white;
	padding: 0;
	width: 894px;
	color: #000;
	text-align: left; }

	#content {
		position: relative;
		padding-bottom: 100px; }
	
	#content p { width: 600px; }

		.post {
			margin-top: 100px;
			margin-left: 220px;
			font-size: 1.2em;
			line-height: 150%;
			width: 600px; }
			
			.post li p { font-weight: normal; }
			
			.entry p:first-child {
				font-size: 1.6em;
				line-height: 1.4em; } 
			
			.entry p a:visited { color: #265090; }
			
			html>body .entry ul {
				margin-left: 0px;
				list-style: disc;
				padding-left: 10px; }
			
				html>body .entry li {
					padding: 2px 0 2px 10px;
					font-weight: normal; }
			
			.entry ol {
				padding: 0 0 0 20px;
				margin: 0; }
			
				.entry ol li {
					margin: 0;
					padding: 0; }
					
			ul.post a span { display: none; }

			ul.post a:hover span {
				display: block;
				position: absolute;
				top: -60px;
				left: 220px;
				width: 468px;
				font-weight: normal;
				line-height: 150%;
				font-size: 1.1em;
				color: #f31b1b; }
			
			.post li p.postmetadata {
				font-weight: bold;
				padding: .3em 0 2em; }
			
			
			.narrowcolumn {
				float: left;
				padding: 0 0 20px 45px;
				width: 900px; }
				
				.narrowcolumn .postmetadata {
					padding-top: 5px;
					text-align: center; }
			
			.widecolumn {
				padding: 15px 0 20px 0;
				margin-left: 220px;
				width: 900px; }
			
				.widecolumn .post {	margin: 0; }			
			
				.widecolumn .postmetadata { padding: 30px 0; }
			
				.widecolumn .smallattachment {
					text-align: center;
					float: left;
					width: 128px;
					padding: 5px 5px 5px 0px; }
			
				.widecolumn .attachment {
					text-align: center;
					margin: 5px 0px; }
				
				.widecolumn .entry p {
					font-weight: normal;
					padding: 1em 0;
					color: #444; }
			
				.widecolumn .post .entry blockquote p {
					font-weight: normal;
					font-size: 1em; }
					
	.footer {
		position: absolute;
		bottom: 0;
		width: 100%;
		color: #000;
		text-align: left;
		margin: 0 auto;
		line-height: 150%;
		font-size: 1.2em; }
	
		.footer p {
			width: 468px;
			margin-left: 220px;
			padding: 20px 0; }

/* @end */

/* @group Sidebar */

#sidebar {
	background: url("http://craigbaldwin.com/blog/wp-content/themes/ub_modio/images/dot.png") no-repeat top left;
	display: block;
	position: fixed;
	top: 20px;
	left: 30px;
	height: 150px;
	width: 150px; }
	
	#sidebar a {
		display: block;
		height: 150px;
		width: 150px; }

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike { color: #444; }

/* @end */

/* @group Lists */

li.page_item { text-align: right; }

/* @end */

/* @group Forms */

#searchform {
	margin: 10px 0;
	padding: 5px 0;
	text-align: left; }

	#sidebar #searchform #s {
		width: 108px;
		padding: 2px; }

.search_input {
	margin-top: 5px;
	width: 150px; }

.entry form {
	/* This is mainly for password protected posts, makes them look better. */
	text-align: center; }

select { width: 130px; }

#commentform p {
	padding: 5px 0;
	font-size: 1.2em; }

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0; }

#commentform textarea {
	width: 600px;
	padding: 2px; }

#commentform #submit {
	margin: 0;
	float: right; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0; }

.commentmetadata {
	margin: 0;
	display: block; }

/* @end */

/* @group Comments */

/* Normal Bubble */

div.bubble {
	width: 620px;
	margin-bottom: 24px; }

	div.bubble blockquote {
		margin: 0px;
		padding: 0px;
		border: 1px solid #c9c2c1; }
	
		div.bubble blockquote p {
			margin: 10px;
			padding: 0px; }
	
	div.bubble cite {
		position: relative;
		margin: -7px;
		padding: 7px 0px 10px 15px;
		top: 5px;
		background: transparent url('images/tip.gif') no-repeat 20px 0;
		font-style: normal;
		font-size: 1.2em;
		display: block; }

.alt {
	margin: 0;
	padding: 0; }

/* @end */

/* @group Images */

#header img {
	position: absolute;
	top: 20px; }

p img {	padding: 0; }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto; }
	
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline; }

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline; }

.center { text-align: center; }
.alignleft { float: left }
.alignright { float: right; }

/* @end */

/* @group Miscellaneous */

* a { text-decoration: none; }

code {
	font: 1.2em 'Courier New', Courier, Fixed;
	padding: 5px;
	margin-left: 10px;
	color: #2a910c;
	font-weight: bold;
	width: auto;
	height: auto;
	display: block;
	overflow: auto; }

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em; }

a, h2 a:hover, h3 a:hover {
	color: #06c;
	font-weight: bold; }

a:hover { color: #f31b1b; }

acronym, abbr, span.caps { cursor: help; }

acronym, abbr {	border-bottom: 1px dashed #999; }

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	font-size: 1.2em;
	font-weight: normal; }

em { font-style: italic; }

hr { display: none; }

a img {	border: none; }

.navigation {
	display: block;
	text-align: center;
	padding: 20px 0 60px 0; }

small {
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: normal; }

strong { font-weight: bold; }

/* @end */