/* @override http://www.nnyman.com/personal/wp-content/themes/nn-sidebarless/style.css */

/*  
Theme Name: nnyman.com sidebarless
Theme URI: http://nnyman.com/personal/
Description: Niko's second blog theme
Version: 0.5
Author: Niko Nyman
Author URI: http://nnyman.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Based on Wordpress default theme.

*/

/* @group Fonts */

body, .post.quote h2 {
	font-family: "Myriad Web", Myriad, Helvetica, Arial, sans-serif;
}
	
code {
	font-family: 'Courier New', Courier, fixed;
	}

.quote {
	font-family: Georgia, serif;
}
	
/* @end */

/* @group Typography & Colors */

body {
	text-align: center;
	font-size: 15px;
	color: #333;
}

#page {
	font-size: 0.9em;
	text-align: left;
	}

#header {
	color: #fff;
	background: #333 url(K.uva309.jpg) no-repeat fixed;
}

#content {
}
	
.widecolumn {
	line-height: 1.55em;	
}

.narrowcolumn .entry, .widecolumn .entry, .pagetext {
	line-height: 1.45em;
	}
	
.narrowcolumn .postmetadata {
	font: 11px Verdana, Arial, Sans-Serif;
	}

.widecolumn .postmetadata {
	font: 12px Myriad Web, Verdana, Arial, Sans-Serif;
	}

.widecolumn .postmetadata a {
	font: 11px Verdana, Arial, Sans-Serif;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border-top: 1px solid #ccc;
	font-size: 11px;
	line-height: 1.6em;
	}

small, ol.footnotes {
	/*font-family: Arial, Helvetica, Sans-Serif;*/
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 4.6em;
	letter-spacing: -2px;
	line-height: 0.83em;
}

.description .big {
	font-size: 1.3em;
}

h2, h3 {
	font: bold 2.2em/0.9em Rockwell, "Myriad Web", "Cooper Blacks";
	letter-spacing: -1px;
}

h2.pagetitle {
	font-size: 1.6em;
	}

h2 .time {
	font: 0.75em "Myriad Web", Myriad, Helvetica, Arial, sans-serif;
	color: #ccc;
}

#sidebar h2 {
	font: normal 1.4em "Myriad Web", Myriad, Helvetica, Arial, Sans-Serif;
	text-transform: uppercase;
	color: #ff0080;
	border-bottom: 1px solid #666;
	letter-spacing: 0;
}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em/* 'Lucida Grande', Verdana, Arial, Sans-Serif*/;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	text-decoration: none;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	}

.commentmetadata {
	font-weight: normal;
	text-decoration: none;
	}
	
#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	border-bottom: 1px dotted #ccc;
}

.pagetext {
	
}

small, #sidebar ul ul li, #sidebar ul ol li, ol.footnotes {
	font: 12px Myriad Web, Verdana, Arial, Sans-Serif;
}

small a, #sidebar ul ul li a, #sidebar ul ol li a, ol.footnotes a, .languageinfo {
	font: 11px Verdana, Arial, Sans-Serif;
}

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

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

a, h2 a:hover, h3 a:hover {
	color: #06c;
	/*text-decoration: none;*/;
}

a:hover {
	color: #147;
}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

a.footnoteref {
	text-decoration: none;
	color: #999;
	font-size: 0.8em;
	vertical-align: 0.4em;
	line-height: 50%;
}

a.footnoteref:hover {
	color: #06c;
}

.languageinfo {
	padding: 1em;
	border: 1px solid #5191e7;
	background: #edf4fd;
}

code {
	font-size: 0.93em;
	color: black;
}

/* @end */

/* @group Structure */

body {
	margin: 0;
	padding: 20px; 
	}

#page {
	position: relative;
	background-color: white;
	margin: 0px auto;
	padding: 0;
	max-width: 80em;
	width: expression(document.body.clientWidth > 960? "920px": "auto" );
	}

/* @group #header */

#header {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
	
#header .row {
	position: relative;
	display: table-row;
	padding: 2%;
	margin: 0;
	width: 96%;
	}

#header h1, #header .description, #header .navigation {
	position: relative;
	border: 0px orange dashed;
	display: table-cell;
	vertical-align: bottom;
	padding: 12px 12px 20px 12px;
}
	
#header h1 {
	width: 31%;
	padding-top: 0.5em;
	float: expression("left");
}

#header .description {
	width: auto;
	border-color: #666;
	border-width: 0 1px;
	border-style: dotted;
	max-width: 20em;
	width: expression("280px");
	float: expression("left");
}

#header .description p {
	margin-bottom: 0;
}

#header .navigation {
	width: auto;
	width: expression("150px");
	float: expression("right");
}
	
#header p, #header ul {
	width: 100%;
	margin: 0.2em 0 1.2em;
}

#header .column2, #header .column3 {
}

#header .column1 {
	position: relative;
}
	
#header .column2 {
	position: relative;
	margin-left: 42%;
	text-align: left;
}

#header .navigation {
	font-family: "Myriad Web", Myriad, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #08e;
	line-height: 0.95em;
}

#header .navigation ul {
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#header ul.navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header .navigation a, #header .navigation a:hover {
	text-decoration: none;
}

#header .navigation a, #header .navigation a:visited, #header .description a, #header .description a:visited {
	color: #08e;
}

#header .navigation a:hover, #header .description a:hover {
	color: #06c;
}
	
#header .column3 {
	position: relative;
	float: right;
	width: 27%;
}

#header h2 {
	font-family: "Myriad Web", Myriad, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #08e;
	line-height: 0.95em;
}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

/* @end */

.narrowcolumn {
	padding: 0 0 20px 0;
	margin: 0;
	/*width: 69%;*/
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px auto;
	/*max-width: 42em;
	width: expression(document.body.clientWidth > 640? "600px": "auto" );*/
}

#blogcolumnsheader {
/*	font: "Myriad Web", Myriad, Helvetica, Arial, sans-serif;*/
	font-size: 1em;
	text-transform: uppercase;
	color: #666;
	padding: 0;
	margin-top: 1.5em;
}

#blogcolumnsheader .date {
	visibility: hidden;
	display: none;
}

#blogcolumnsheader .post {
	/*margin: 0 0 0 1em;*/
	/*padding: 0 0 0.3em;*/
	padding-bottom: 0.3em;
/*	border: 0px red dashed;
	width: 61%;
	max-width: 48.6em;
	border: 1px dashed darkgoldenrod;*/
}

#blogcolumnsheader .colheading {
	font-size: 1.3em;
}

#blogcolumnsheader .post .colheading {
	margin-left: 120px;
}

#blogcolumnsheader .tumbles {
	background-color: white;
	padding: 0 0 0.3em;
}

.entry {
	margin-left: 9.1em;
	letter-spacing: 0.7px;
}

.post-container {
	margin: 0;
	clear: both;
}
	
.post {
	float: left;
	margin: 0px 1em 0 0;
	padding-right: 2em;
	padding-bottom: 30px;
	clear: both;
	width: 65%;
	max-width: 48em;
}

.post p {
	max-width: 38em;
}

.post ul li {
	max-width: 34em;
}

.block {
	display: table;
}

/* @group Tumblelog */

.tumbles {
	display: table;
	margin-left: expression('67%');
	border: 0px orange dashed;
}

h4.tumbledate {
	margin: 0 0 0.3em;
	border-top:  1px solid #666;
	padding: 5px 10px 0 2em;
	color: #666;
}

.tumble {
	margin: 0px 0 1.4em;
	border-top:  1px solid #666;
	border-bottom: 1px solid #eee;
	background-color: #f8ffdd;
	padding: 5px 10px 0 2em;
}

.tumble .time {
	display: block;
	float: left;
	margin: 0;
	font: "Myriad Web", Myriad, Helvetica, Arial, sans-serif;
	color: #908976;
}

.tumble p {
	margin: 0 10px 8px 3em;
}

.tumble blockquote {
	font-size: 0.9em;
	color: #4a4a31;
	margin: 10px 10px 1em 1em;
	padding-left: 2em;
	border-left: 0.4em solid #cbd689;
	}
	
.tumble blockquote p {
	margin: 0 0 0.5em 0;
}

.tumble blockquote ul {
	padding-left: 0;
	list-style-position: outside;
}

.tumble small {
	line-height: 1.2em;
}

.tumble small.comments, .tumble small.comments a {
	color: #bbb6a9;
}

/* @end */

/* @group Quote (tumblelog) */

.quote {
	margin: 0 2em 1.4em 2em;
	padding: 0;
	text-align: right;
	font-style: italic;
}

.quote q {
	display: block;
	text-align: center;
	font-size: 1.1em;
}

.quote q:before {
	content: "\201C";
}

.quote q:after {
	content: "\201D";
}

.quote q a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

.quote cite {
	display: block;
	padding-top: 0.2em;
	color: #666;
}

.quote cite:before {
	content: "\2013 \0020";
}

/* @end */

/* @group Quote post */

.post.quote {
	padding-top: 2.5em;
	padding-bottom: 2.9em;
}

.post.quote .date {
	font-style: normal;
	border: none;
	padding-top: 1.8em;
}

.post.quote h2 {
	border: none;
	font-size: 1.5em;
	letter-spacing: 0;
	text-align: center;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.post.quote h2 a {
	color: #aaa;
}

.post.quote .entry {
	font-size: 2.2em;
	line-height: 130%;
	margin-left: 130px;
	margin-right: 30px;
}

.post.quote .entry cite {
	font-size: 0.6em;
	margin-right: 3em;
}

/* @end */

.widecolumn .post {
	margin: 0;
	}

.postmetadata {
	clear: none;
	margin-top: 0;
}

#body.single .postmetadata {
	clear: none;
}

.narrowcolumn .postmetadata {
	padding-top: 0.3em;
}

.widecolumn .postmetadata {
	margin-top: 0px;
	display: table;
	margin-left: expression('67%');
	}

.date {
	float: left;
	font-family: "Myriad Web", Arial, Helvetica, sans-serif;
	color: #ddd;
	text-align: right;
	letter-spacing: -1px;
	clear: left;
	overflow: hidden;
	width: 8em;
	/*opacity: 0.5;*/;
	border-bottom: solid #eee 1px;
	border-top: 1px solid #666;
	padding-top: 5px;
}

.daynum {
	letter-spacing: -19px;
	font-weight: bold;
	font-size: 130px;
	line-height: 100px;
	padding: 0 14px 0 0;
}

.month {
	font-size: 23px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 16px;
}

.year {
	font-size: 16px;
}
	
#footer {
	padding: 1em;
	margin: 3em auto 0;
	clear: both;
	}

#footer p {
	margin: 0;
	}

/* @end */

/* @group Headers */

h1 {
	margin: 0 0 0.24em;
	}

.description {
	}

h2 {
	margin: 0;
}

.post h2 {
	/*margin-left: 4.1em;*/
	border-top: 1px solid #666;
	border-bottom: 1px solid #ccc;
	padding: 0.25em 0 0.3em 0;
	margin-bottom: 0.3em;
	margin-left: 120px;
}

.pagecontent .post h2 {
	margin-left: 0;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3#comments, h3#respond {
	padding-top: 0.2em;
	margin: 40px 0 10px;
	clear: both;
	width: 65%;
	max-width: 37em;
	border-top: 1px solid #666;
}

div.comments {
	display: block;
	clear: both;
}

/* @end */

/* @group Images */

p img {
	padding: 0;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

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

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

/* @end */

/* @group Entry Lists */


ol.alphabetic li {
	list-style: lower-alpha;
}

/* works only in firefox 2.0
ol.alphabetic {
	counter-reset: alphabeticlist;
}

ol.alphabetic li {
	list-style: none;
}

ol.alphabetic li:before {
	content: counter(alphabeticlist) ")";
	counter-increment: alphabeticlist;
}
*/

html>body .entry ul, html>body ol.commentlist li ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 1.6em;
	text-indent: -1.6em;
	}

html>body .entry li, html>body ol.commentlist li ul li {
	margin: 0.5em 0 0 1em;
	font-weight: normal;
	}

.entry ul li:before, #sidebar ul ul li:before, ol.commentlist li ul li:before, ul.topics ul.children li:before {
	content: "\00BB \0020";
	}

.entry ul li:before, ol.commentlist li ul li:before {
	font-size: 1.5em;
	padding-right: 0.4em;
	color: #ff0080;
	}

.entry ol {
	padding-left: 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.entry li blockquote {
	margin-bottom: 1.1em;
	text-indent: 0;
}

.entry li p {
	text-indent: 0;
}

ol.footnotes {
	padding-left: 0.5em;
	/*border-top: 1px solid #ddd;*/
}

ol.footnotes li {
	padding-left: 1.0em;	
}

/* @end */

/* @group Meta data lists */

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

/* @end */

/* @group Related pages */

div.relatedpages {
	padding-top: 1.1em;
	margin-top: 1.6em;
	border-top: 1px solid #ddd;
}

div.relatedpages h3 {
	margin-top: 0;
}

div.relatedpages ul {
	display: block;
	padding-left: 1.3em;
}

div.relatedpages ul li {
	display: list-item;
	list-style-type: square;
}

/* @end */

/* @group Sidebar lists */

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* @end */

/* @group Topics page list */

ul.topics {
	list-style: none;
	margin: 0;
	padding: 0;
	-moz-column-count: 2;
	-moz-column-gap: 4em;
}
	
ul.topics li {
	margin-top: 0.5em;
}

ul.topics li h4 {
	margin: 0.8em 0 0.2em;
	padding: 0;
	-moz-column-break-after: avoid;
}

ul.topics li p {
	margin: 0 0 0.2em 2em;
	padding: 0;
	-moz-column-break-inside: avoid;
}

ul.topics ul.children {
	list-style: none;
	margin-left: 0em;
	padding-left: 2em;
}

ul.topics ul.children li {
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

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

#sidebar #searchsubmit {
	padding: 1px;
	}

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

select {
	width: 130px;
	}
	
#commentform {
	width: 65%;
	max-width: 48em;
}

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

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

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

/* @end */

/* @group Comments */

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

.commentlist {
	padding: 0;
	width: 65%;
	max-width: 48em;
	/*text-align: justify;*/
	}

.commentlist li {
	margin: 15px 0 3px 120px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}
	
.commentlist li ol li {
	list-style: decimal outside;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#commentform p {
	margin: 5px 0;
	}

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

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

/* @end */

/* @group Sidebar */

#sidebar {
	padding: 20px 0 10px 0;
	margin-left: 74%;
	max-width: 20em;
	width: 25%;
	visibility: hidden;
	}

#sidebar form {
	margin: 0;
	text-align:left;
	}

/* @end */

/* @group Archive lists */

ul.archive {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li.post {
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 0em;
	list-style-type: none;
}

li.post .date {
	border-color: #ddd;
	border-bottom: none;
}

li.post .date .daynum {
	font-size: 34px;
	line-height: 23px;
	letter-spacing: -4px;
}

li.post h2 {
	font-size: 1.7em;
	padding-top: 7px;
	border-bottom: none;
	border-color: #999;
}

/* @end */

/* @group Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* @end */

/* @group Various Tags & Classes */

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

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote blockquote {
	margin: 15px 30px 0 0px;
	padding-left: 20px;
	border-left: 1px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

.entry hr {
	display: block;
	background-color: #ccc;
	height: 1px;
	width: 100%;
	margin: 1.6em auto;
	border: none;
}

a img {
	border: none;
	}

del {
	text-decoration: line-through;
	color: #b8aea8;
}

ins {
	text-decoration: none;
	color: #236400;
}

.navigation {
	display: block;
	clear: both;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

body.single .navigation {
	clear: none;
	text-align: left;
}

.greyframe {
	border: 1px solid #ccc;
	margin: 1em;
	padding: 0.5em;
	overflow: hidden;
}

.greyframe img {
	display: block;
	margin: 0 auto;
}

.greyframe img.border {
	border: 2px solid black;
}

.greyframe small {
	margin-top: 0.5em;
	line-height: 1.1em;
}

.hideoverflow {
	overflow: hidden;
}

.wp-notable {
	display: inline-block;
	border: 1px solid white;
	padding: 3px;
}

.wp-notable:hover {
	border-bottom: 1px dotted #06c;
}

.technoratitags {
	visibility: hidden;
	display: none;
}

#lastfm table p, #lastfm table a {
	padding: 0;
	margin: 0;
}

#underconstruction {
	position: relative;
	border: 3px red solid;
	color: red;
	font-weight: bold;
	margin: 1em 0;
	padding: 0.5em;
}

/* @end */

/* @group WP Syntax Coloring */

.wp_syntax pre {
	font: 10px Monaco, "Andale Mono", mono;
}

/* @end */

