/*  
Theme Name: Iconara
Theme URI: http://blog.iconara.net/
Description: 
Version: 1.0
Author: Theo Hultberg
Author URI: http://blog.iconara.net/
*/


body {
	margin: 0;
	padding: 0;
	background-color: white;
	border-left: 20px solid #333333;
	color: #333333;
	font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

hr {
	clear: both;
	visibility: hidden;
}

#page {
	margin-left: 10em;
}

#header {
	height: 300px;
	width: 47em;
}

#headerimg {
	height: 100%;
	padding-top: 50px;
	margin-left: 40em;
}

#content {
	width: 35em;
	margin-bottom: 10em;
	line-height: 140%;
}

#sidebar {
	margin-left: 40em;
	padding: 0;
	width: 17.5em;
	line-height: 100%;
}

#footer {
}

img {
	border: 0;
}

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

small {
	color: #666666;
}

pre {
	font-size: 80%;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: -0.05em;
	text-transform: uppercase;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

h1 {
	font-size: 2.5em;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 1em;
}

th {
	text-align: left;
}

a:hover {
	text-decoration: underline;
}

.navigation {
	margin-top: 1em;
	margin-bottom: 3em;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.narrowcolumn {
	float: left;
}

.avatar {
	float: left;
	padding-right: 0.5em;
}

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

.post h1,
.post h2 {
	font-size: 2.5em;
	line-height: 1em;
	margin-top: 0;
}

.post h1,
.post h2,
.post h3 {
	margin-bottom: 0;
}

.post h1 a,
.post h2 a,
.post h3 a {
	text-decoration: none;
}

.post .entrytext h2 {
	font-size: 1.5em;
	margin-bottom: -0.5em;
}

.post .entrytext h3 {
	font-size: 1.2em;
	margin-bottom: -0.8em;
}

.post .postinfo,
.post .postmetadata {
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	font-size: 80%;
}

.post .entrytext .postmetadata {
	margin-top: 3em;
}

.post .entry {
	margin-bottom: 2em;
	margin-top: 2em;
}

.post pre {
	overflow: auto;
	margin-left: 0.1em;
	padding-left: 1em;
	border-left: 0.5em solid #333333;
}

.post blockquote {
	margin-left: 0.1em;
	padding-left: 1em;
	border-left: 0.5em solid #333333;	
	font-style: italic;
}

.post blockquote em {
	font-weight: bold;
}

.entry p a,
.entrytext p a {
	color: #333333;
	border-bottom: 1px dashed #FFB533; /*none/hidden/dotted/dashed/solid/double/groove/ridge/inset/outset;*/
	text-decoration: none;
}

.entry small a,
.entrytext small a {
	color: #666666;
}

.entry p a:hover,
.entrytext p a:hover {
	color: #FFB533;
	border-bottom: 1px solid #FFB533;
	text-decoration: none;
}

.commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

.commentlist li {
	padding: 0.5em;
}

.commentlist li.alt {
	background-color: #F9F9F9;
}

.commentlist .author-comment {
	margin-left: 0.1em;
	padding-left: 1em;
	border-left: 0.5em solid #333333;	
}

#commentform textarea{
	width: 100%;
}

#sidebar h2 {
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 0;
}

#sidebar a {
	color: #333333;
}

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

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

#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;
}

#sidebar ul ol li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: decimal;
}

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

/*
#sidebar ul ul li:before {
	content:"– ";
}
*/

#searchform {
	display: none;
}

.aside {
	float: right;
	width: 25%;
	margin-left: 1em;
	margin-bottom: 1em;
	padding-left: 1em;
	border-left: 1px dotted #E0E0E0;
}

.widget_tag_cloud {
	
}

.recentcomments {
	
}
