/*   
Theme Name: Nathaniel de Large
Theme URI: 
Description: from the artist.
Author: Hector Jarquin
Author URI: http://gethector.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Apply a basic 3 column layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');

body {
	font-family: arial;
	font-size: 90%;
	}

#wrapper {
	border-top: 10px solid #111;
	}
	
#header {
	display: none;
	}

h1 {
	display: inline;
	}

#blog-title {	
	font-size:15px;
	line-height:22px;
	}

#blog-title a:hover {
	color:#004B91;
	}

.blog-description {
	font-size: 90%;
	}

#main {
	margin-left: 20px;
	margin-bottom: 40px;
	}

#primary {
	border: 0px;
	}

.aside h3 {
	font-style: normal;
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px dotted #f2f2f2;
	}

.widgetcontainer ul li {
	margin-left: -22px;
	list-style: none;
	list-style-position: inherit;
	}

.entry-title {
	font-size:15px;
	line-height:22px;
	}

.entry-content {
	font-size: 90%;
	}

#footer {
	border: 0;
	width: 100%;
	}

#siteinfo {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	bottom: 0;
	}

#footer {
	}

.aside .current_page_item a {
	color: #004B91;
	}

.aside a {
	color: #333;
	}

.aside a:hover {
	color: #004B91;
	}

.widgettitle {
	display: none;
	}

.piclenselink {
        display: none;
        }