 /*   
Theme Name: Joshuamatic
Theme URI: 
Description: A Thematic Child Theme for joshuachay.com
Author: Joshua Chay
Author URI: http://joshuachay.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/1c-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

To Change the color of the background:
#wrapper {
background-color: #EAEBE6;
}

To change link colors:
a:link {
	color:#000000;
	text-decoration:none;
}

a:active, a:hover {
	text-decoration:underline;
}

a:visited {
	color:#000000;
}

-------------------------------------------------------------- */

body, input, textarea {
    font: 13px Arial, Helvetica, sans-serif;
    line-height:18px;
}

.entry-content h3 {
	font-size:16px;
	font-style:normal;
	font-weight:bold;
}

.home #content .sticky {
	border:none;
	margin:0 0 66px;
	padding:0px;
}

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

a:active, a:hover {
	color:#FFF;
	background-color:#000;
	text-decoration:none;

}

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

/* =Header
-------------------------------------------------------------- */
#branding {
	text-indent:-9000px;
	padding:0 0 20px 0;
}


#blog-title {
    font-family:verdana,sans-serif;
    font-size:34px;
    font-weight:normal;
    line-height:40px;
}
#blog-title a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/joshuachay_header_top.jpg) no-repeat scroll left bottom;
	display:block;
	height:120px;
	width:50px;
	margin:-18px 0 0 0;
}
#blog-title a:active,
#blog-title a:hover {
    color:#00FF00;
}
#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
}

/* =Menu
-------------------------------------------------------------- */
#access {
    border-bottom:none;
	margin:30px 0 0 0;
	font-style:normal;
	font-weight:bold;
	text-transform:uppercase;
    height:18px;
    font-size:13px;
    overflow:visible;
    z-index:100;
}

/* THEMATIC SKIN */
.sf-menu {
	color:#000;
    border-right:none;
	float:right;
}
.sf-menu a {
	border-left:none;
	border-top:none;
	border-bottom:none;
	padding:5px 5px 5px 5px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	background-color:#FFFFFF;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000;
}
.sf-menu li {
	background:		#fff;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#fff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    color:#fff;
	background:#000;
	outline:0;
    border-bottom-color:none;
}
.sf-menu ul {
    border-right:none;
    border-bottom:none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fff;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #fff;
}

/* =Content

Selectively disable entry meta tags:
.entry-meta .meta-prep-author, .entry-meta .author, .entry-meta .meta-prep-entry-date, .entry-meta .entry-date, .entry-meta  .meta-sep-entry-date {
display:none;
}

.entry-meta a, .entry-meta a:active, .entry-meta a:hover, .entry-utility a, .entry-utility a:active, .entry-utility a:hover {
	font-style:normal;
}

.entry-content img {
	margin:0 0 18px;
} /*to leave space for image caption
-------------------------------------------------------------- */
#main {
    clear:both;
    padding:15px 0 22px 0;
}

.entry-content {
    padding:10px 0 0 0;
}

.entry-title {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size:20px;
	text-transform:uppercase;
	font-style:none;
    line-height:24px;
    padding:0 0 7px 0;
}

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

.entry-title a:active, .entry-title a:hover {	
	background-color:#000;
	color:#FFF;
}

.entry-content img {
	margin:0;
}

.entry-utility {
	color:#000;
    font-size:10px;
	font-style:normal;
	font-weight:normal;
	text-transform:none;
    line-height:16px;
    margin:0 0 44px 0;
	padding:5px 0 0 0;
}

.home .entry-utility, .home .entry-utility a {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

.hentry .entry-utility, .hentry .entry-utility a {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

/*.meta-nav {
	background-color:#000000;
}*/

.meta-sep, .home .cat-links, .home .tag-links, .entry-meta {
	display:none;
}

.meta-sep, .hentry .cat-links, .hentry .tag-links, .entry-meta {
	display:none;
}

.entry-utility a {
	color:#000;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

.entry-utility a:active, .entry-utility a:hover {
	color:#FFFFFF;
	background-color:#000;
}

.entry-meta abbr {
	font-size:11px;
	line-height:16px;
	text-transform:capitalize;
} /* month */

/* =Comments
-------------------------------------------------------------- */
#comments,
#comments input,
#comments textarea {
    font-size:12px;
    line-height:18px;
}

#comments {
	padding:44px 0 0;
}

#comments h3 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:20px;
    font-weight:bold;
	text-transform:uppercase;
    line-height:24px;
    padding:0 0 18px 0;
}

#comments-list {
	padding:0 0 0 0;
}

#comments-list ol {
    border:none;
    border-bottom:none;
    margin:0 0 18px 0;
}

/*to highlight author*/
#comments-list li.bypostauthor {
    background:#EFEFEF;
}

#comments-list .comment-author {
	font-family:Arial, Helvetica, sans-serif;
    text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
    padding:9px 0 0 46px;
}

#comments-list .comment-meta a:active, #comments-list .comment-meta a:hover {
	color:#000;
}

.comment-reply-link a:active, .comment-reply-link a:hover {
	color:#FFF;
}

.paged #nav-above {
	display:none;
}

.navigation {
	font-size:20px;
}

.navigation a {
	text-transform:uppercase;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}

.navigation a:active, .navigation a:hover {
	color:#FFFFFF;
}

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */
.aside {
	color:#000000;
}

.aside h3 {
    font-size:12px;
	font-weight:bold;
    font-style:normal;
	text-transform:uppercase;
    line-height:22px;
}

.aside ul ul {
	font-size:12px;
    list-style:none;
    margin:0 0 22px 0;
}

#primary {
    border:none;
    padding:0;
    margin-bottom:22px;
}


/*
    Content Asides
*/
#content .aside ul {
    padding:0 20px;
}

#subsidiary .aside {
	margin:0 30px 0 0;
}

.aside ul ul li {
	padding:5px 0;
	/*border-bottom:1px solid #CECECE;*/
}

#content .aside h3 {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size:17px;
    font-style:normal;
    padding:0 0 7px 0;
    text-transform:none;
}

.aside a:active, .aside a:hover {
	color:#FFFFFF;
}

#twitter-tools .widgettitle { 
	background:transparent url(images/widgeticon_twitter.jpg) no-repeat scroll left bottom;
	padding: 20px;
}

#get-recent-comments .widgettitle {
	background:transparent url(images/widgeticon_comments.jpg) no-repeat scroll left bottom;
	padding: 20px;
}

/* =Footer

	border-top:1px solid #CECECE;

-------------------------------------------------------------- */

#footer {
    border-top:none;
    margin-top:22px;
}

#subsidiary {
	padding:10px 0 40px 0;
}

#siteinfo {
	border-top:1px solid #CECECE;
	color:#000;
	font-size:10px;
	line-height:18px;
	padding:5px 0 5px 10px;
	margin-bottom:30px;
}

#siteinfo a {
	color:#000;
}

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