/*
Theme Name: Depenti-1950s
Theme URI: http://endunham.com
Description: Thematic child theme in retro-elegant style inspired by old 1950's family photographs.
Author: Etsuko Dunham
Author URI: your-URI
Template: thematic
Version: 0.5
.
General comments/License Statement if any.

Credits for materials to create this design
	- Special thanks to Obsidian Dawn (http://www.obsidiandawn.com) for beautiful Photoshop brushes.
	- Special thanks to Silvia Bukovac Gasevic (http://graphics-illustrations.com/) for Health and Beauty Photoshop Brushes.
.	
*/


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

/* Apply default typography */
@import url('../thematic/library/styles/typography.css');

/* Add WordPress image styles */
@import url('../thematic/library/styles/images.css');

/* Add a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Start with some default styles */
@import url('../thematic/library/styles/default.css');

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

/* =Global Elements
-------------------------------------------------------------- */
@charset "utf-8";
body, input, textarea, h1, h2, h3, h4, h5, h6 {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	
}
body, input, textarea {
   	font-size: 14px;
    line-height:22px;
}

/*
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}*/
blockquote {
	padding: 30px;
	margin-bottom: 20px;
    color: #999;
    font-style:italic;
	background: url(images/quote.gif) 5px 5px no-repeat #fff;
	box-shadow:10px 10px 20px #414141;
	-webkit-box-shadow: 2px 2px 8px #414141;
	-moz-box-shadow: 2px 2px 8px #414141;
	}
blockquote cite {
	float: right;
	clear: right;
	font-style:italic;
	margin-top: 10px;
	}
blockquote cite:before {
	content: "— ";
	}

table {
    width: 95%;
	border:1px solid #CEE1D7;
}
tr {
	border-bottom:1px solid #CEE1D7;
}
th {
	background: #CEE1D7;
	}
/*caption {
    text-align:left;
}

th, td {
    padding: .7em 1.25em;
}*/
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a:link {
    color:#97181C;
}
a:visited {
    color: #AFBEAB;
}
a:active,
a:hover {
    color: #DF97A2;
}




body {
	background: url(images/bkgd2.gif) repeat-x #fff;
	}
body, input, textarea {
	color: #414141; 
	}
#wrapper {
	background: url(images/headerimg.png) top left no-repeat;
	}
		
/* =Header
-------------------------------------------------------------- */
#header {
	border-top: 5px solid #414141;
	}
#branding {
    padding:88px 0 44px 200px;
	width:740px;
}
#blog-title {
    font-family: "Bookman Old Style", "Times New Roman", serif, "Hiragino Kaku Gothic Pro", "MS PGothic", "HiraKakuPro-W3", osaka;
    font-size:50px;
    font-weight:bold;
    line-height:60px;
  }
#blog-title a {
    color:#97181C;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #DF97A2;
}

#blog-description {
    color:#414141;
	margin-left: 50px;
   }


 
 
 /* =Menu
-------------------------------------------------------------- */
#access {
    border-bottom: none;
	/*background: red;*/
   }
.skip-link {
    display: none;
}
/*#access {
    border-bottom:1px solid #ccc;
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
}*/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
   border-right: none /*1px solid #ccc*/;
	float:left;
}
.sf-menu a {
	border-left: none /*1px solid #ccc*/;
	border-top: none /*1px solid #ccc*/;
	border-bottom: none /*1px solid #fff*/;
	padding:9px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:none /*#fff*/;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#97181c;
	text-shadow: 2px 2px 10px #fff;
	/*filter: glow(color=#fff,strength=10);  IE */

}
.sf-menu li {
	background:		none /*#fff*/;
	-moz-border-radius: 8px 8px 0 0;/*css3 not work on IE7, 8 & opera 9*/
}
.sf-menu li li {
	background:		none /*#fff*/;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     none;
	outline:		0;
    border-bottom-color:none /*#fff*/;
}
.sf-menu ul {
    border-right: none /*1px solid #ccc*/;
    border-bottom: none /*1px solid #ccc*/;
}
.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:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #DF97A2;
}


 
   
/* =Content
-------------------------------------------------------------- */
#main {
	background: url(images/main-bg.png) bottom right no-repeat #fff;
	 /*-moz-border-radius: 10px 10px 0 0;css3 not work on IE7, 8 & opera 9*/
	border: 5px solid #000;
	-moz-border-bottom-colors: #414141 #414141 #fff #fff #414141; /*css3 not work on Safari, Chrome, IE7, 8 & opera 9*/
	-moz-border-top-colors: #414141 #414141 #fff #fff #414141; /*css3 not work on Safari, Chrome, IE7, 8 & opera 9*/
	-moz-border-left-colors: #414141 #414141 #fff #fff #414141; /*css3 not work on Safari, Chrome, IE7, 8 & opera 9*/
	-moz-border-right-colors: #414141 #414141 #fff #fff #414141 ; /*css3 not work on Safari, Chrome, IE7, 8 & opera 9*/
	}

#container {
	/*background: url(images/container-bg.gif) right top repeat-y;*/
	}
#content {
    margin:0 0 0 30px;
	width:520px;
    overflow:hidden;
	
}
.post {
	background: url(images/post-bg.png) bottom center no-repeat;
	padding: 30px 0 45px 0;
	}
.single .post {
	background: none;
	}
.entry-title a {
    color:#97181C;
}
.entry-content {
    padding:22px 0 0 10px;
}
.entry-title a:active,
.entry-title a:hover {
    color: #DF97A2;
}
.entry-utility .comments-link a{
	color:#97181C;
	}
.entry-utility .comments-link a:visited{
	color:color: #AFBEAB;
	}
.entry-utility .comments-link a:active, .entry-utility .comments-link a:hover,
.entry-utility .edit-link a:hover {
	color: #DF97A2;
	}

/* sticky */
.home #content .sticky {
   	margin-left: 20px;
	text-align: center;
	background-color: rgba(181, 209, 195, 0.6);
	background-image: none;
	border: 6px solid #b5d1c3;
	/*-moz-border-radius: 15px 15px 15px 15px; css3 not work on IE7, 8 & opera 9*/
	-moz-border-bottom-colors: #b5d1c3 #b5d1c3 #fff #b5d1c3 #fff #fff; /*css3 not work on IE7, 8 & opera 9*/
	-moz-border-top-colors: #b5d1c3 #b5d1c3 #fff #b5d1c3 #fff #fff; /*css3 not work on IE7, 8 & opera 9*/
	-moz-border-left-colors: #b5d1c3 #b5d1c3 #fff #b5d1c3 #fff #fff; /*css3 not work on IE7, 8 & opera 9*/
	-moz-border-right-colors: #b5d1c3 #b5d1c3 #fff #b5d1c3 #fff #fff; /*css3 not work on IE7, 8 & opera 9*/
}

.home #content .sticky h2 {
	background: url(images/sticky-bkgd.png) top center no-repeat;
	padding-top: 40px;
	opacity: .7; /*all modern browsers (this is CSS3)*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";  IE 8 */
	/*filter: alpha(opacity=70);  IE 5-7 */

	}
.home #content .sticky .entry-meta {
	display:none;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
    border-top: 5px solid #414141;
	background: url(images/bkgd.gif);
	}


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

	
/*.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}*/
.aside .current_page_item a {
    color: #414141;
}
.aside .current_page_item .page_item a {
    color:#97181C;
} 
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #a2ceb1;
}
.aside {
    color:#414141;
}
.aside a {
    color: #414141;
	text-decoration: none;
}
.aside a:active,
.aside a:hover {
    color: #a2ceb1;
}

.aside h3 {
    padding: 15px 0 0 0;
	font-size:15px;
    font-style:italic;
    line-height:22px;
	font-weight: bold;
	color: #DF97A2;
	}

/*
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}*/

.aside ul ul {
    list-style:none;
    margin:0 0 22px 20px;
}

.aside ul ul li {
    padding:2px 0 3px 20px;
	background: url(images/list.png) 0 2px no-repeat;
	
}
#primary ul ul li {
	border-bottom: 1px solid #414141;
	}
#primary ul ul li li{
	border-bottom: none;
	}
/*
.aside ul ul ul {
    margin-bottom:0;
}*/
/*.aside form,
.aside table {
    margin-bottom:22px;
}*/
.aside table {
    border: 1px solid #b5d1c3;
}
.aside thead {
     border: none; /* Style later to distinguish other asides & more */
}
.aside tbody {
     border: none; /* Style later to distinguish other asides & more */
}
.aside th, .aside td {
    border-right:/*1px solid #ccc*/ none;
    padding:.25em .8em;
}
.aside td a {
	color: #DF97A2;
	}
/*.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}*/
.widget_tag_cloud {
    background: url(images/tag.png) top right no-repeat;
}
/*.aside #searchsubmit {
	display: none;	
}*/
/*
    Main Asides
*/
/*.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}*/
#primary {
    border: none; /* Style later to distinguish other asides & more */
}
#secondary h3{
	background: url(images/h3-bg.png) 50% 100% no-repeat;
	color: #a2ceb1;
	}
#single-top, #single-bottom, #index-top, #index-insert, #index-bottom, #page-top, #page-bottom {
	margin-left: 15px;
	padding-bottom: 20px !important;
	background: url(images/widget-bg.png) bottom center no-repeat !important;
	}
#single-top h3, #single-bottom h3, #index-top h3, #index-insert h3, #index-bottom h3, #page-top h3, #page-bottom h3 {
	background: url(images/widget-bg.png) top center no-repeat !important;
	padding-top: 15px !important;
	text-align: center;
	}
/*
    Content Asides
*/
#content .aside {
    border: none; /* Style later to distinguish other asides & more */
  }
/*#content .aside ul {
    padding:0 20px;
}*/
/*#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}*/
/*
    Footer Asides
*/
/*#subsidiary {
    padding:33px 0 0 0;    
}*/




/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.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 {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/*.wp-caption {
	text-align: center;
	margin-bottom:18px;
}*/
.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:12px;
	margin:0 !important;
}

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

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    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:none;
	border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background: none/*#fafafa*/;
    border-bottom: none;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#CEE1D7;
	border: #A2CEB1;
	-khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#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 {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #DF97A2;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #DF97A2;
}
.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: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    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 {
    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 18px 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-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}

/* Plugins styling */
div.yarpp {
	padding: 1em;
	margin: 1em;
	background-color: rgba(181, 209, 195, 0.6);
	background-image: none;
	border: 6px solid #b5d1c3;
	/*-moz-border-radius: 15px 15px 15px 15px; css3 not work on IE7, 8 & opera 9*/
	-moz-border-bottom-colors: #b5d1c3 #b5d1c3 #fff #b5d1c3 #fff #fff; /*css3 not work on IE7, 8 & opera 9*/
	-moz-border-top-colors: #b5d1c3 #b5d1c3 #fff #b5d1c3 #fff #fff; /*css3 not work on IE7, 8 & opera 9*/
	-moz-border-left-colors: #b5d1c3 #b5d1c3 #fff #b5d1c3 #fff #fff; /*css3 not work on IE7, 8 & opera 9*/
	-moz-border-right-colors: #b5d1c3 #b5d1c3 #fff #b5d1c3 #fff #fff; /*css3 not work on IE7, 8 & opera 9*/
	}
