/*   
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');
/* Incude tabs css */
@import url('library/styles/tabs-slideshow.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;
}
a:hover, h2.entry-title a:hover{ 
	color: #fff100;
	border-bottom: 2px dotted #fff100;
}

/*-- H E A D E R --*/
#header{
	z-index:99;
	position: fixed;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	background: black;
}
#branding{
	background:  url(library/assets/dear_logo.png) no-repeat;
	margin-top: 50px;
	height: 36px;
	padding-bottom:0px;
}
#myspace{
	z-index: 100;
	width: 100%;
	text-align: center;
	position: fixed;
	display: block;
	top: 120px;
	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{
	border: none;
}
#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;
}
/*-- P L U G I N S --*/
/*yahoo media player*/
/* YMP v2 */
.ymp-player-max #ymp-body { width:569px!important; }
.ymp-player-max #ymp-body #ymp-getplayer { display: none!important; }
.ymp-player-max #ymp-body #ymp-body-base { width: 559px!important; }
.ymp-player-max #ymp-body #ymp-body-strip { width:556px!important; }
#ymp-body #ymp-yahoo-logo { opacity: .4;}
#ymp-btn-buy {opacity:0.5;}
#ymp-btn-buy:hover { opacity:1;}
#ymp-meta-image , #ymp-btn-pop { display:none!important; }
#ymp-tray-list li { background: none; }
#ymp-body #ymp-meta-top, #ymp-body #ymp-meta-bottom { left: 9px!important; width: 330px!important;}

/*-- T Y P O G R A P H Y --*/
/* STANDARD QUOTES */

q { quotes: "\201C" "\201D" "\2018" "\2019"; }
q:lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
q:lang(da) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }

q:before { content: open-quote; }
q:after  { content: close-quote; }

/* SAFARI SUPPORT */

q:before   { content: '\201C'; }
q:after    { content: '\201D'; }
q q:before { content: '\2018'; }
q q:after  { content: '\2019'; }

/* BLOCKQUOTES */

blockquote * { quotes: none; }
blockquote > *:before { content: '\201C'; }
blockquote > *:after  { content: '\201D'; }
blockquote q:before   { content: '\2018'; }
blockquote q:after    { content: '\2019'; }

/* LANGUAGE-SPECIFIC QUOTES SAFARI STYLE */

*[lang~='da'] q:before, q[lang~='da']:before,
*[lang~='da'] blockquote > *:before, blockquote[lang~='da'] > *:before { content: '\201E'; }

*[lang~='da'] q:after, q[lang~='da']:after,
*[lang~='da'] blockquote > *:after, blockquote[lang~='da'] > *:after { content: '\201C'; }

*[lang~='da'] q q:before, q[lang~='da'] q:before,
*[lang~='da'] blockquote q:before, blockquote[lang~='da'] q:before { content: '\2019'; }

*[lang~='da'] q q:after, q[lang~='da'] q:after,
*[lang~='da'] blockquote q:after, blockquote[lang~='da'] q:after { content: '\2019'; }

*[lang~='sv'] q:before, q[lang~='sv']:before,
*[lang~='sv'] blockquote > *:before, blockquote[lang~='sv'] > *:before { content: '\201D'; }

*[lang~='sv'] q:after, q[lang~='sv']:after,
*[lang~='sv'] blockquote > *:after, blockquote[lang~='sv'] > *:after { content: '\201D'; }

*[lang~='sv'] q q:before, q[lang~='sv'] q:before,
*[lang~='sv'] blockquote q:before, blockquote[lang~='sv'] q:before { content: '\2019'; }

*[lang~='sv'] q q:after,  q[lang~='sv'] q:after,
*[lang~='sv'] blockquote q:after, blockquote[lang~='sv'] q:after { content: '\2019'; }



