/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Custom theme for henrydo.net.
Author: Henry Do
Author URI: http://www.henrydo.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');

/* =Global Elements
-------------------------------------------------------------- */

*
{
	font-family: Geneva, Tahoma, Helvetica, sans-serif;
}

body, input, textarea
{
	font-family: ‘Palatino Linotype’,‘Book Antiqua’, Palatino, serif;
	line-height: 1.4em;
	font-size: 1em;
	background-color: #000;
	color: #e6e6e6;
}

img
{
	border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    overflow: hidden;
}

ul li li
{
	margin-left: 1em;
	list-style-type: square;
}

p
{
	font-family: ‘Palatino Linotype’,‘Book Antiqua’, Palatino, serif;
	font-size: .9em;
	margin-bottom: 1em;
}

a
{
	text-decoration: none;
	color: #fecb63;
}

a:link
{

}

a:visited
{

}

a:hover
{
	text-decoration: underline;
}

a:active
{

}

/* Layout */

#header
{
	height: 100px;
}

.menu li
{
	float: left;
	padding: 0 10px 0 0;
}

#wrapper
{
	width: 1000px;
	margin: 0 auto;
}

#main
{
	margin: 0 auto;
	width: 1000px;
}

#container
{
	width: 720px;
}

#content
{
	width: 720px;
	float: left;
	border-top: solid thin;
}

.post
{
	padding: 5px 0;
	border-bottom: solid thin;
}

.entry-utility
{
	clear: both;
	width: 720px;
}

#primary
{
	width: 263px;
	float: right;
	border-bottom: solid thin;
}

#footer
{
	clear: both;
	padding: 10px 0 0 0;
}

#siteinfo
{

}

.post_thumbnail
{
	width: 320px;
	height: 180px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

.post_lead
{
	width: 720px;
	margin: 5px 0 10px 0;
}

/* Header styling */

#header
{
	font-family: Geneva, Tahoma, Helvetica, sans-serif;
}

#access .skip-link
{
	display: none;
}



#blog-title
{
	font-size: 2.4em;
	margin-top: 75px;
	margin-bottom: 50px;
}

/* Post styling */

.post ul
{
	margin-left: 1em;
	list-style-type: square;
	font-size: .9em;
	margin-bottom: 1em;
}

.post li
{
	font-family: ‘Palatino Linotype’,‘Book Antiqua’, Palatino, serif;
}

h2.entry-title
{
	font-family: Geneva, Tahoma, Helvetica, sans-serif;
	font-size: 1.2em;
}

.entry-meta
{
	font-family: Geneva, Tahoma, Helvetica, sans-serif;
	font-size: .8em;
	margin-bottom: 1em;
}

.entry-content a
{
	font-family: ‘Palatino Linotype’,‘Book Antiqua’, Palatino, serif;
}

#nav-above
{
	display: none;
}

/* Sidebar styling */

#primary
{
	font-family: Geneva, Tahoma, Helvetica, sans-serif;
	font-size: .9em;
	border-top: solid thin;
}

#primary .widgetcontainer
{
	padding: 5px 0 5px 0;
	border-bottom: solid thin;
}

/* Footer styling */

#siteinfo
{
	font-size: .7em;
}

/* Image styling */

.entry-content img {
    margin: 0 0 5px 0;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.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 {
	background-color: #ccc;
	padding: 5px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
	text-align: center;
	margin-bottom: 5px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	background-color: #ccc;
	color: #000;
	margin: 5px 0 0 0;
	padding: 0;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/* Comments layout and styling */

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    line-height:18px;
}
#comments code {
    line-height:18px;
}

.comment-meta
{
	font-size: .8em;
}

#comments h3 {
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
}
#comments-list li.bypostauthor {
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
}
.comment-reply-link {
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
}
#respond .required {
    font-weight:bold;
}
.form-section label {
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    float:left;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    padding:18px 0 0 0;
}
.comment_license {
    clear:both;
    margin:0;
    padding:18px 0 0 0;
}

