/* @override http://localhost:8888/wordpress/wp-content/themes/thematicsamplechildtheme/style.css */

/*   
Theme Name: This is Conlan [Thematic]
Theme URI: 
Description: My theme.
Author: 
Author URI: http://themeshaper.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');

body {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #5d5d5d;
}

/* Post metadata */

.meta-sep-entry-date {
	display: none;
}

.meta-prep-entry-date {
	display: none;
}

.meta-prep-author {
	display: none;
}

.entry-meta .author {
	display: none;
}

.tag-links {
	display: none;
}

.meta-sep-tag-links {
	display: none;
}

.entry-date .published {
	font-size: 1.2em;
	font-style: italic;
	line-height: .9em;
}

/* HEADER and footer*/

#header {
	border-top: none;
}

#footer {
	background-color: #e4e4e4;
}

#siteinfo a {
	text-decoration: none;
	border-bottom: 1px dotted #5d5d5d;
}

/*Whole top bar*/

#access {
	padding-top: 5px;
	background-color: #e4e4e4;
}

/*Whole menu*/

.sf-menu a {
	background-color: #f3f3f3;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-color: #eee;
	color: #788d9a;
}

/*Selected tab*/

.sf-menu .current_page_item a {
	background-color: #ffffff;
}

.sf-menu .current_page_item a:hover {
	background-color: #ffffff;
}

#branding {
	padding: 20px 0;
}

#blog-title {
	font: 66px/77px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 3px;
}

#blog-description {
	font-size: 15px;
	letter-spacing: 2px;
	word-spacing: 3px;
	text-align: right;
}

/* MORE */


a:hover,
a:active {
	color: #0068a4  !important;
}

#blog-title a {
	background: url(http://thisisconlan.com/wordpress/wp-content/uploads/2010/02/Conlan2_thumb.jpg
) no-repeat top left;
	padding-left: 75px;
}

#blog-title a, .entry-title a {
	color: #5d5d5d;
}

/* dont know what this is, but just in case */

.wp-pagenavi span.extend {
	background-color: #5d5d5d;
	border: 1px solid #5d5d5d;
}

#main {
	padding-top: 40px;
}

.entry-content a:link,
.entry-content a:visited {
	color: #807f80;
	text-decoration: none;
	border-bottom: 1px dotted #807f80;
}

.entry-content a:hover,
.entry-content a:active {
	color: #0068a4;
	text-decoration: none;
	border-bottom: 1px dotted #0068a4;
}

blockquote {
	color: #788d9a;
	background-color: #f3f3f3;
	font: normal normal .9em/1.5em Georgia, "Times New Roman", Times, serif;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

blockquote em, blockquote i, blockquote cite {
	font-style: italic;
}

#bookmarks a {
	line-height: 1.1em;
	font-weight: normal;
	font-style: normal;
}

#bookmarks img {
	margin: 0 1px 0 0;
	padding: 0;
}

