/*
Theme Name:tnels_new
Theme URI:http://tnels.com
Description:My own theme
Version:1.0.0
Author:Nels Setterlund
Author URI:http://tnels.com/
Tags:fixed-width, one-column

	"t.nels" by http://tnels.com/

	This theme was designed and built by Nels Setterlund.

*/

/* In an effort to to reduce server requests,
   I have combined all my stylesheets. The originals
   can be found in the css directory
*/

/* reset css */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* Regular CSS */
body {
	background: url(images/background.png) 0 0 repeat-y, url(images/stripes.png) 0 0 repeat;
	background-attachment: fixed;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	font-size: 100%;
}

html > body {
	font-size: 16px;
}

p, ul, ol {
	font-size: 1em;
	line-height: 1.5em;
	margin:0 0 1.5em 0;
}
h1 {
	line-height: 1em;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 1em 0;
}
h2 {
	font-size: 1.25em;
	line-height: 1.2em;
	margin: 1.2em 0 1.2em 0;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
}

input {
	font-size: 0.875em;
	line-height: 1.72em;
	margin: 0 0 1.71em;
}
/* make sure my html5 elements are display block */
section, article, footer, header, nav, hgroup {
	display: block;
}

/* Generic Styles */
ul, ol {
	margin-left: 35px;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

pre {
	margin: -2px 0 1.5em;
	padding: 1.5em;
	line-height: 1.5em;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #666;
	background-color: #f8f8f8;
}

a {
	color: #66bbee;
}

a:hover {
	background: #66bbee;
	color: #fff;
	text-decoration: none;
}

img {
	vertical-align: bottom;
}

/* End Generic Styles */

#page {
	width: 699px;
	padding: 6em 15px 15px;
	height: 100%;
	margin-left: 15px;
}

#page.typography {
	background: url(images/underline.gif) 0 0 repeat;
}

header {
	height: 4.5em;
	margin-bottom: 3em;
}

header ul {
	float: right;
	text-align: right;
	font-size: 0.8em;
	line-height: 1.15em;
	list-style: none;
	text-transform: lowercase;
}

a.logo-link {
	display: block;
	width: 230px;
	height: 60px;
}

nav a {
	color: #666;
	text-decoration: none;
}

nav a:hover {
	background: #66bbee;
	color: #fff;
}

#page > footer {
	margin-top: 3em;
}

img.full-width-image {
	margin-left: -15px;
	margin-bottom: 1.5em;
}

h1.big-giant-text {
	font-size: 1600%;
	line-height: 100%;
	color: #bbb;
}

.post {
	clear: both;
	margin-bottom: 1.5em;
}

.post header {
	margin: 0;
	height: auto;
}

.post footer {
	overflow: auto;
}

.post h1 {
	margin-bottom: 0;
}

.portfolio-piece {
	border-top: 2px solid #333;
}

.gallery {
	display: block;
	background-color: #333;
	color: #fff;
	line-height: 22px;
	font-size: 12px;
	text-decoration: none;
	padding-right: 8px;
	text-align: right;
}

	.gallery:hover {
		text-decoration: underline;
	}

.date,
footer .important-bits {
	font-size: 0.875em;
	line-height: 1.72em;
	margin: 0 0 1.71em;
	font-weight: normal;
	color: #bbb;
}

footer .important-bits {
	overflow: hidden;
}

footer .important-bits li {
	list-style: none;
	float: left;
	margin-right: 3px;
}

section#comments {
	padding-top: 1.5em;
}

#comments h4 {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

ol.commentlist {
	list-style: none;
}

.commentlist li.alt {
	background: #fff;
}

.commentlist li {
	background: #eee;
	padding: 5px;
}

.commentlist .comment-number {
	display: block;
	float: left;
	font-size: 300%;
	padding: 14px 5px;
	color: #999;
}

.commentlist li p, .commentlist li cite {
	display: block;
	margin-left: 45px;
}

#commentform ul {
	list-style: none;
	margin: 0;
}

.article-navigation {
	font-size: 1em;
	line-height: 1.5em;
}

.copyright {
	font-size: 0.875em;
	line-height: 1.72em;
	margin: 0 0 1.71em;
}