﻿/*
Theme Name: Twenty Ten Child
Description: Child theme for the Twenty Ten theme 
Author: Arex Li
Template: twentyten
*/

@import url("../twentyten/style.css");

/* =Wrapper color
-------------------------------------------------------------- */
#wrapper
{  
  background-color:#000000;
  background: rgba(0, 0, 0, 0.7);  /*All browser except earlier IE*/
  <!--[if lte IE 8]>background: transparent;<![endif]-->
  <!--[if lte IE 8]>filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000)<![endif]-->
  <!--[if lte IE 8]>zoom:1;<![endif]-->
}

/* =Remove title and description
-------------------------------------------------------------- */

#site-title {
display:none;
}
#site-description {
display:none;
}

#site-title a {
	color: #EEE;
	font-weight: bold;
	text-decoration: none;
}

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

#header #access{
top: -37px;
position: relative;
}

#access {
/* fallback for web browsers that doesn’t support RGBa */
background: rgb(0, 0, 0) !important;
/* RGBa with 0.70 opacity */
background: rgba(0, 0, 0, 0.70)!important;
}

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

#content,
#content input,
#content textarea {
	color: #AAA;
}

#content dt,
#content th {
	color: #EEE; /*title and header*/
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #EEE; /*heading*/
}

#content tr th,
#content thead th {
	color: #888;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
}
#content tr.odd td {
	background: #f2f7fc;
}

.home .sticky {
	background: #000000;
	border-top: 4px solid #EEE;
}

.page-title {
	color: #EEE;
}
.page-title span {
	color: #DDD;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
}

#content .entry-title {
	color: #EEE;
}
.entry-title a:link,
.entry-title a:visited {
	color: #EEE;
}

.page-title a:active,
.page-title a:hover,
.entry-title a:active,
.entry-title a:hover,
.page-link a:active,
.page-link a:hover {
	color: #55E;
}

.page-link {
	color: #777;
}
.entry-meta {
	color: #888;
}

.entry-content fieldset legend {
	background: #AAA;
	color: #DDD;
}

.entry-content label {
	color: #444;
}

.page-link a:link,
.page-link a:visited {
	background: 000000; /*#f1f1f1;*/
	color: #DDD;
}

.home .sticky .page-link a {
	background: #EEE;
}

#entry-author-info {
	background: #333;
	border-top: 4px solid #0AA;
}
#entry-author-info #author-avatar {
	background: #333;
	border: 1px solid #333;
}

#entry-author-info h2 {
	color: #EEE;
}
.entry-utility {
	clear: both;
	color: #888;
}

/*This entry was posted in...*/
.entry-meta a,
.entry-utility a {
	color: #888;
}

/*Color of highlighted text*/
.entry-meta a:hover,
.entry-utility a:hover {
	color: #33E;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #DDD;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
	color: #DDD;
}
.commentlist {
	list-style: none;
	margin: 0;
	color: #DDD;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #66D;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-title {
	color: #EEE;
}

#wp-calendar caption {
	color: #EEE;
}

#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
}

.widget_rss a.rsswidget {
	color: #333;
}
.widget_rss a.rsswidget:hover {
	color: #EEE;
}

#main .widget-area ul {
 background: rgba(0, 0, 0, 0.5);
}

/* =Link color 
-------------------------------------------------------------- */
a:visited {
	color: #EEE;
}

a:link {
	color: #EEE;
}
a:visited {
	color: #EEE;
}
a:active,
a:hover {
	color: #0066cc;
}

.page-title a:hover {
	color: #0066cc;
}

.entry-title a:active,
.entry-title a:hover {
	color: #0066cc;
}

.page-link a:active,
.page-link a:hover {
	color: #0066cc;
}

.entry-meta a:hover,
.entry-utility a:hover {
	color: #0066cc;
}


/* Footer */
#footer-widget-area .widget-area {
width: 100%;
}

#footer-widget-area .widget-title {
	color: #aaa;
}
#footer-widget-area a:link,
#footer-widget-area a:visited {
	color: #aaa;
}

h3#comments-title,
h3#reply-title {
color: #fff;
font-weight: bold;
font-size: 20px;
margin-bottom: 0;
}
