/*   
Theme Name: Dear Quentin
Theme URI: 
Description: A Thematic Child Theme 
Author: nextnode.net
Author URI: http://nextnode.net/
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');


/*Dear Quentin*/

/*hide default thematic divs*/
#blog-description, .entry-utility, .entry-meta, #nav-above, #nav-below, #primary, #secondary{
	display: none;
}
/*-- G L O B A L --*/
*{
	margin: 0px;
	padding: 0px;
}
body{
	background-color: black;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #a0982d;
}


h2.entry-title{
	font-weight: normal;
	color: #fff100;
}
a:link, a:visited,
h2.entry-title a, h2.entry-title a:visited{
	color: #fff100;
	text-decoration: none;
	padding: 2px;
	font-weight: normal;
	border: none;
}
a:hover, h2.entry-title a:hover{ 
	color: #fff100;
	border-bottom: 1px dotted #fff100;
}

ul, ul li{
	text-indent: 0px;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
/*-- H E A D E R --*/
#header{
	z-index:99;
	position: fixed;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	background: black;
}
#branding{
	width: 995px;
	background:  url(library/assets/dear_logo.png) no-repeat;
	margin-top: 50px;
	height: 36px;
	padding-bottom:0px;
	overflow: visible;
}
#myspace{
	z-index: 100;
	width: 100%;
	text-align: center;
	position: fixed;
	display: block;
	top: 240px;
	font-size: .8em;
}
#emoticon{
	top: 150px;
	z-index: 110;
	position: fixed;
	clear: both;
	width:100%;
	height: 85px;
}
#emoticon-img{
	margin: auto;
	width: 85px;
	height:  85px;
	background: url(library/assets/emoticon.gif) no-repeat top center;
}
#index-top.aside{
	border: none;
}
#blog-quote{
	font-size: 12px;
	margin-bottom: 28px;
	color: #a0982d;
}

#blog-quote q{
	font-size: 16px;	
	margin-bottom: 18px;
	line-height:18px;
}

/*-- C O N T E N T --*/
#container{
	width: 100%;
	text-align: center;
}
#content{
	margin: 200px auto;
}
.entry-content{
	font-size: .8em;
	line-height: 1.2em;
	text-align: left;
	color: #857e24;
}
.post-thumbnail{
	width: 150px;
	float: left;
}
.post-thumbnail a, .post-thumbnail a:link img{
	border: 0px;
	padding: 0;
	margin: 0;
	background-color: #000;
}
.post-content{
	width: 360px;
	float: right;
	margin-bottom:60px;
}
.post-content a:hover{
	border-bottom: none;
	color: #ffc733;
}

/*-- F O O T E R --*/
#footer{
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	border: none;
	z-index: 98;
	background: black;
}
#footer #siteinfo{
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: 100%;
	color: #222;
	font-size: 10px;
}
#footer #siteinfo a{
	border:  none;
	color: #222;
	margin-right: 2px;
}
#footer #siteinfo a:hover{
	border:  none;
	color: #555;
}
#footer #infinity{
	padding-top: 6px;
	margin: auto;
	width: 277px;
	height:  12px;
	background: url(http://dearquentin.net/wp-content/themes/dearquentin/library/assets/infinity.png) no-repeat;
	display: none;
}


