/*   
Theme Name: kduarte.com 2.0 (child)
Theme URI: 
Description: 
Author: Kyle Duarte
Author URI: http://kduarte.com/
Template: thematic
Version: 2.0
Tags:
*/

/* 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');

blockquote {
    color:#f00;
    font-style:italic;
}
a:link {
    color:#39c;
}
a:visited {
    color:#39c;
}
a:active,
a:hover {
    color:#39c;
    text-decoration: none;
}
#header {
    z-index:2;
	background: #333333 url('img/bkgd.jpg') center top no-repeat;
}
#branding {
    padding:44px 0 22px 0;

}
#blog-title a {
    color:#fc0;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #fff;
}
#blog-description {
    color:#bbb;
    font-size:13px;
    font-style:italic;
}


/* add height to menu items */
#access {
    font-size: 14px;
    height: 33px;
}
.sf-menu  li.sfHover {
    height: 33px;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    top: 33px;
}


/* not sure what this does */
.sf-menu ul a:hover {
    color: #39c;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color: #666;
}


/* adds space to the left of certain tabs */
#access li.page-item-473,
#access li.page-item-1593 {
    margin-left: 12px;
}


/* languages tabs */
li.page-item-950 a {
    width: 16px;
    background: url(http://www.kduarte.com/wp-content/themes/kduarte2/img/flags/un24.png) center center no-repeat;
    text-indent: -9000px;
}
li.page-item-950 a:hover {
    width: 16px;
    background: url(http://www.kduarte.com/wp-content/themes/kduarte2/img/flags/un24.png) center center no-repeat;
    text-indent: -9000px;
}
li.page-item-953 a {
    width: 18px;
    background: url(http://www.kduarte.com/wp-content/themes/kduarte2/img/flags/us16.png) 12px 50% no-repeat;
    text-indent: 30px;
}
li.page-item-953 a:hover {
    width: 18px;
    background: url(http://www.kduarte.com/wp-content/themes/kduarte2/img/flags/us16.png) 12px 50% no-repeat;
    text-indent: 30px;
}
li.page-item-948 a {
    width: 18px;
    background: url(http://www.kduarte.com/wp-content/themes/kduarte2/img/flags/fr16.png) 12px 50%  no-repeat;
    text-indent: 30px;
}
li.page-item-948 a:hover {
    width: 18px;
    background: url(http://www.kduarte.com/wp-content/themes/kduarte2/img/flags/fr16.png) 12px 50%  no-repeat;
    text-indent: 30px;
}
li.page-item-955 a {
    width: 18px;
    background: url(http://www.kduarte.com/wp-content/themes/kduarte2/img/flags/asl16.png) 12px 50%  no-repeat;
    text-indent: 30px;
}
li.page-item-955 a:hover {
    width: 18px;
    background: url(http://www.kduarte.com/wp-content/themes/kduarte2/img/flags/asl16.png) 12px 50%  no-repeat;
    text-indent: 30px;
}
li.page-item-957 a {
    width: 18px;
    background: url(http://www.kduarte.com/wp-content/themes/kduarte2/img/flags/es16.png) 12px 50%  no-repeat;
    text-indent: 30px;
}
li.page-item-957 a:hover {
    width: 18px;
    background: url(http://www.kduarte.com/wp-content/themes/kduarte2/img/flags/es16.png) 12px 50%  no-repeat;
    text-indent: 30px;
}

a.external {
	background: none;
	padding-right: 0px;
}

#container a.external {
	background: url(http://www.kduarte.com/wp-content/uploads/2009/06/external.png) center right no-repeat;
	padding-right: 13px;
}

#footer a.external {
	background: url(http://www.kduarte.com/wp-content/uploads/2009/06/external.png) center right no-repeat;
	padding-right: 13px;
}



.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #39c;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 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, serif;
    letter-spacing: .03em;
    font-size:40px;
    font-weight:normal;
    line-height:40px;
    padding:0 0 7px 0;
}
.entry-title a {
    color:#000;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #39c;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#39c;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #39c;
    text-decoration:underline;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}

.post .entry-content img, img.avatar {
   border: 1px solid black;
}
.post .entry-content img.wp-smiley {
   border: none;
}

.entry-content h1, .entry-content h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-size:18px;
    font-weight:bold;
    margin:0 0 18px 0;
    padding:18px 0 0 0px;
    text-align: left;
    clear: none;
}
.entry-content h3 {
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0 0 0px 0;
    padding:18px 0 0 0;
    clear: none;
}
.entry-content h4 {
    font-family: Helvetica, Arial, sans-serif;

    font-weight:bold;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
    clear: none;
}
.entry-content h5 {
    font-family: Helvetica, Arial, sans-serif;

    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
    clear: none;

}
.entry-content h6 {
    font-family: Helvetica, Arial, sans-serif;

    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
    clear: none;

}
.aside .current_page_item a {
    color: #ddd;
}
.aside .current_page_item .page_item a {
    color:#ddd;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #39c;
}
.aside {
    color:#333;
}
.aside a {
    color: #666;
    text-decoration:none;
    border-bottom: 1px dotted #666;
}
.aside a:active,
.aside a:hover {
    color: #39c;
    text-decoration:none;
    border-bottom: 1px dotted #39c;
}

.aside .picasa_widget a {
    border-bottom: none;
}

.aside h3 {
    font-size:15px;
    font-style:italic;
    line-height:22px;
}
.aside h3 a {
    text-decoration:none;
}
#subsidiary {
	color: #ddd;
    padding:33px 0 0 0;    
}
.sub-aside {
    color:#ddd;
}
.sub-aside a {
    color: #999;
    text-decoration:none;
    border-bottom: 1px dotted #999;
}
.sub-aside a:active,
.sub-aside a:hover {
    color: #39c;
    text-decoration:none;
    border-bottom: 1px dotted #39c;
}

#footer {
    border-top:1px solid #ccc;
    margin-top:22px;
	background: #333333 url('img/bkgd.jpg') top center no-repeat;
}
#siteinfo {
    color:#999;
    font-size:11px;
    line-height:18px;
    padding:22px 0 44px 0;
}
#siteinfo a {
    color:#999;
    text-decoration:none;
    border-bottom: 1px dotted #999;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #39c;
    text-decoration:none;
    border-bottom: 1px dotted #39c;
}

table.shashin_thumbs_table, table.shashin_thumbs_table tr {
    border: 0px solid #fff;
}
.shashin_caption_return {
    margin-bottom:15px;
}
.highslide-caption {
    text-align:center;
}
