/*   
Theme Name: rousseau_thematic
Theme URI: http://blog.rousseau.com
Description: A custom CSS WordPress theme built on the Thematic framework by Ian Stewart.
Author: John Rousseau
Author URI: http://rousseau.com
Template: thematic
Version: 1.0
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply a basic layout */
@import url('../rousseau_thematic/library/2c-l-fixed.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* Basic styles
-------------------------------------------------------------- */


body, input, textarea {
	font-family: Helvetica, Arial, sans-serif;
	color:#000;    
	font-size: 12px;
    line-height: 150%;
}

p, ul, ol, dd, pre {
    margin-bottom:10px;
}

h1,h2,h3,h4,h5,h6 { 
	clear:both;
}
pre, code {
	font:11px Monaco, monospace;
	line-height:150%;
}
blockquote {
    color:#666;
    font-style:normal;
	font-weight:normal;
}
table {
    border:1px dotted #ccc;
    border-width:1px 1px 0 1px;
    font-size:12px;
    line-height:150%;
    margin:0 0 20px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
a {
	color:#000;
	text-decoration:none;
}

a:link {
	color:#000;
	text-decoration:underline;
}

a:visited {
	color:000;
	text-decoration:underline;
}

a:hover {
	color:#000;
	background-color:#66FFFF;
	text-decoration: none;
}

a:active {
	color:#000;
	background-color:#66FFFF;
	text-decoration:none;
}


/* Text elements from original Thematic typography styles
-------------------------------------------------------------- */


ul {
	list-style:none;
}
ol {
	list-style-type:decimal-leading-zero;
	}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
dl	{
    margin:0 1.5em;
}
dt {
    font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:150%;
	margin-bottom:20px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}

/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
}
#branding {
    padding:25px 0 100px 0;
}
#blog-title {
    font-family: Helvetica, Arial, sans-serif;
    font-size:11px;
	font-weight: bold;
    line-height:150%;
	color:#000;
}
#blog-title a,
#blog-title a:link {
	color:#000;
	text-decoration:none;
}

#blog-title a:active,
#blog-title a:hover {
	text-decoration:none;
    color: #000;
}
#blog-description {
    color:#000;
    font-size:11px;
}


/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
    padding:0;
}
.page-title {
    font-size:11px;
	color:999;
    line-height:150%;
    padding:10px 0 20px 0;
}
.attachment .page-title {
}
.page-title a {
    color:#000;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #000;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:21px;
font-weight:normal;
padding:10px 0 7px 0;
}
.entry-title a {
    color:#000;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #000;
}
.entry-meta {
    color:#999;
    font-size:11px;
    line-height:150%;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
}
.entry-meta a {
    color:#999;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #000;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
}
.entry-content {
    padding:20px 0 0 0;
}
.entry-content h1,
.entry-content h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-size:14px;
    font-weight:bold;
    padding:0;
}
.entry-content h3 {
    font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-style:normal;
	color:#999;
    font-size:12px;
	line-height:150%;
    padding:0;
}
.entry-content h4 {
   	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: normal;
	color:#000;
    font-size:12px;
	line-height:150%;
    padding:0;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 20px 0;
}
.entry-utility {
    color:#999;
    font-size:11px;
    line-height:150%;
    margin:0 0 40px 0;
	border-bottom: dotted 1px #999;
}
.entry-utility a {
    color:#000;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #000;
}
.page-link {
    font-size:11px;
    line-height:150%;
    margin:0 0 20px 0;
    padding:0;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #000;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 20px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#000;
	font-style:italic;
    font-size:11px;
    line-height:150%;

}
#author-info {
    margin:0 0 40px 0;
    overflow:hidden;
}


/*Default styles for Images
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 15px 0;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	margin-bottom:15px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:11px;
	margin:0 !important;
}

/*/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#999;
    font-size:11px;
    line-height:150%;
    margin:0px 0 20px 0;
    overflow:hidden;
}
.navigation a {
    color:#999;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #000;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 50px 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:20px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:12px;
    line-height:150%;
}
#comments code {
    font-size:11px;
    line-height:150%;
}
#comments h3 {
    font-family: Helvetica, Arial, sans-serif;
    font-size:14px;
    font-weight:bold;
    line-height:150%;
    padding:5px 0 10px 0;
}
#comments-list {
    padding:0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    margin:0 0 20px 0;
}
#comments-list li {
    border-bottom:1px dotted #ccc;
    padding-top:10px;
    position:relative;
}
#comments-list li.alt {
    background:#FFF;
}
#comments-list li.bypostauthor {
    background:#FFF;
}
#comments-list ul li {
    border-bottom:1px dotted #ccc;
    margin:0 0 20px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:0;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 10px;
}
#comments-list .comment-meta a {
    color:#666;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #000;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #000;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #000;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:20px;
    overflow:hidden;
    padding:20px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px dotted #ccc;
    margin:0 0 20px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px dotted #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 20px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
.form-submit {
    padding:120x 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:20px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:20px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:20px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:11px;
	color:#000;
    line-height:150%;
    margin-bottom:0;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:20px;
}
.aside pre,
.aside code {
    font-size:11px;
    line-height:150%;
}
.aside .current_page_item a {
    color: #000;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside {
    color:#000;
}
.aside a {
    color:#000;
	text-decoration:none;
}
.aside a:active,
.aside a:hover {
    color: #000;
}
.aside h3 {
    font-size:11px;
	font-weight:normal;
	color:#999999;
    line-height:150%;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:bold;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style: none;
    margin:0;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
/*
    Main Asides
*/
.main-aside ul {
}
.main-aside h3 {
	padding-top:10px;
	color:#999999;
	font-weight:normal;

}
.main-aside ul ul {
    padding:0;
}
#primary {
	padding:0;
	margin:0;
}
#secondary {
	color: #000;
}
/*
    Content Asides
*/
#content .aside {
    margin:0;
    padding:0;
}
#content .aside ul {
    padding:0;
}
#content .aside h3 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight:bold;
    font-size:14px;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:25px 0 0 0;    
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    margin-top:25px;
	margin-bottom:50px;
}
#siteinfo {
    color: #999;
    font-size:10px;
    line-height:150%;
    padding:20px 0 50px 0;
}
#siteinfo a {
    color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #000;
}


