/*   
Theme Name: Daniel Costa Blog
Theme URI: http://danielcosta.ca
Description: A Thematic Child Theme for Daniel Costa.
Author: Connect Visual
Author URI: http://weareallconnect.com
Template: thematic
Version: 1.0
.
Thematic is © Ian Stewart http://themeshaper.com
This Thematic child theme is © Daniel Costa http://danielcosta.ca
.
*/

/* 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-l-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: 11px/18px Arial, sans-serif;
}

p {
	margin: 18px 0 18px;
}

abbr {
	border: none;
	cursor: text;
}

#branding, #main {
	margin: 0;
	padding: 0;
}

#logo-image {
	position: fixed;
	margin: 30px;
}

#main, #container {
	width: 100%;
	min-width: 990px;
}

#primary {
	border: none;
	display: inline-block;
	margin: 30px;
	padding: 0;
	position: fixed;
	top: 120px;
	width: 180px;
}

#primary ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu {
	width: 180px !important;
}

#primary ul h3 {
	display: none;
}

#primary .widgetcontainer {
	border-bottom: 1px solid #000;
	font: 9px/18px Arial, sans-serif;
	margin: 0 0 27px;
	padding: 0 0 27px;
	text-transform: uppercase;
}

#primary .widgetcontainer.widget_thematic_search {
	border: none;
	margin: 0;
	padding: 0;
}


#primary .widgetcontainer a{
	display: block;
}

#primary .widgetcontainer a,
#primary .widgetcontainer a:link,
#primary .widgetcontainer a:visited {
	color: #000;
	text-decoration: none;
}

#primary .widgetcontainer a:hover,
#primary .widgetcontainer a:active {
	color: #abadb0;
	padding-left: 5px;
}

#primary .widgetcontainer a:active {
	color: #ff000a;
	padding-left: 7px;
}

#primary form input {
	background: #f5f5f5;
	border: none;
	font: 10px/18px Arial, sans-serif;
	outline: none;
	padding: 5px 10px;
	width: 160px;
}

#content {
	margin: 0 30px 0 330px;
	width: 640px;
	overflow: visible;
}

#content .page-title {
	display: block;
	font-size: 18px;
	line-height: 18px;
	height: 60px;
	margin: 30px 0 60px;
	padding: 0;
	text-align: right;
}

#content #nav-above {
	display: none;
}

#content .navigation {
	background: #fafafa;
	border: 1px solid #f0f0f0;
	padding: 20px;
	width: 600px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div.post {
	border-bottom: 1px solid #000;
	padding: 0 0 18px !important;
	margin: 30px 0 90px;
	width: 640px;
}

#content a,
#content a:link,
#content a:visited {
	color: #7d7e81;
}

#content a:hover,
#content a:active {
	color: #000;
}

.post-header, .page-header {
	text-align: right;
	margin: 0 0 30px;
	position: relative;
	padding-left: 180px;
}

.post-header h1, .page-header h1 {
	font-size: 30px;
	line-height: 36px;
}

.post-header h1 a,
.post-header h1 a:link,
.post-header h1 a:visited {
	color: #000 !important;
	text-decoration: none;
}

.post-header h2, .page-header h2 {
	float: left;
	position: absolute;
	top: 0;
	left: -25px;
}

.post .post-header .post-meta,
#comments .comment-meta,
#comments #respond #cancel-comment-reply,
#comments #commentform #comment-notes {
	color: #808080;
	display: block;
	font-size: 9px;
	line-height: 14px;
	margin-top: 7px;
	padding-left: 120px;
}

.post .post-header .post-meta a,
.post .post-header .post-meta a:link,
.post .post-header .post-meta a:visited {
	color: #808080;
}

.post .post-header .post-meta a:hover {
	color: #000;
}

.post .post-content,
.post .entry-content,
.post .post-footer {
	padding: 0;
	overflow: hidden;
}

.post .post-content p,
.post .post-content h1,
.post .post-content h2,
.post .post-content h3,
.post .post-content ul,
.post .post-content ol,
.post .entry-content p,
.post .entry-content h1,
.post .entry-content h2,
.post .entry-content h3,
.post .entry-content ul,
.post .entry-content ol {
	width: auto !important;
	clear: none;
}

.post .post-footer {
	margin: 60px 0 0;
}

.post .post-footer .comments-counter {
	float: left;
	margin-right: 60px;
}

.post .post-footer .social-medias  {
	float: left;
	display: inline;
	overflow: hidden;
}

.post .post-footer .social-medias .tweetmeme_button {
	padding: 2px;
	display: inline !important;
	float: right !important;
	height: 20px !important;
	width: 90px !important;
}

.post .post-footer .social-medias .fblike_button {
	padding: 2px;
	margin-top: -2px;
	display: inline !important;
	float: right !important;
	height: 20px !important;
	width: 390px !important;
}

.post .post-footer .social-medias iframe {
	display: inline !important;
	float: left !important;
	height: 20px !important;
	width: 90px !important;
}

.post .post-content h2,
.post .entry-content h2 {
	font-size: 14px;
	margin: 36px 0 18px !important;
	padding: 0;
}

.post .post-content h3,
.post .entry-content h3 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 18px;
}

.post .post-content blockquote,
.post .entry-content blockquote {
	background: #fafafa;
	border: 1px solid #f0f0f0;
	margin: 0 0 18px;
	padding: 30px 30px 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.post .post-content img,
.post .entry-content img {
	margin-top: 18px;
	margin-bottom: 18px;
}

.post .post-content img.alignright,
.post .entry-content img.alignright {
	float: right !important;
	margin-left: 20px !important;
}

.post .post-content img.alignleft,
.post .entry-content img.alignleft {
	margin-right: 20px !important;
}

.post .wp-caption {
	padding: 18px 0 0;
	width: auto !important;
}

.post .wp-caption img {
	margin: 0px 0 9px
}

.post .wp-caption p {
	color: #999999;
	font-size: 10px;
	font-style: italic;
	padding: 0;
	margin-bottom: 18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.post .wp-caption.alignleft p {
	text-align: left;
}

.post .wp-caption.alignright p {
	text-align: right;
}

.post .wp-caption.aligncenter p {
	text-align: center;
}

#comments {
	border-top: 1px solid #000;
	font-size: 11px;
	line-height: 18px;
	margin-top: 90px;
	padding-top: 60px;
}

#comments h3 {
	font-size: 18px;
	line-height: 36px;
	text-align: right;
}

#comments-list ol {
	border: none;
}

#comments-list ol li {
	background: #fafafa !important;
	border: 1px solid #f0f0f0;
	margin: 0 0 18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#comments-list ol li.comment.depth-1 {
	padding: 20px 20px 0;
}

#comments-list ol li.comment.depth-2 {
	background: #fff !important;
	margin: 0 0 20px;
	padding: 20px 20px 0;
}

#comments .avatar {
	display: none;
}

#comments .comment-author {
	padding: 0 !important;
	margin: 0 !important;
}

#comments .comment-meta {
	padding: 0 !important;
	margin: 0 0 18px !important;
}

#comments #respond {
	margin-top: 60px;
	margin-bottom: 20px !important;
	border: none !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#comments .comment-reply-link {
	margin: 0 0 20px;
	padding: 0;
}

#comments #respond #cancel-comment-reply,
#comments #commentform #comment-notes{
	position: static;
	text-align: right;
}

#comments #commentform input[type=text] {
	background: #fafafa;
	border: none;
	font: 10px/18px Arial, sans-serif;
	outline: none;
	padding: 5px 10px;
}

#comments #commentform textarea {
	background: #fafafa;
	border: none;
	font: 10px/18px Arial, sans-serif;
	outline: none;
	padding: 5px 10px;
}

div.page {
	padding: 0 0 18px !important;
	margin: 30px 0 90px 0;
	width: 680px;
}

#footer {
	border: none;
	margin: 0 30px 0 0;
	overflow: hidden;
	text-align: right;
}

#footer #siteinfo {
	float: right;
	margin: 0;
}
