@charset "utf-8";
/*
Theme Name: Karen
Theme URI: 
Description: Custom theme for karenkamal.com
Author: Richard Fang
Version: 1.0
*/

@import url("css/bootstrap.min.css"); /* browser reset */
@import url(http://fonts.googleapis.com/css?family=Karla:400,700,400italic,700italic|Lusitana:400,700);

.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
	width: 618px;
	position: relative;
	}
.navbar-inner {
	padding: 0;
	min-height: 38px;
	background: #232323 url('images/bg-site-navbar.gif') repeat-x;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	}

body {
	color: #000;
	font-size: 16px;
	font-family: 'Karla', sans-serif;
	line-height: 24px;
	background: #e8e8e8 url('images/bg-site.gif');
	}
p {
	margin: 0 0 1.5em;
	}
a, a:link {
	color: #327cc8;
	}
a:hover {
	text-decoration: underline;
	}

/* top part */
.navbar .nav {
	width: 618px;
	text-align: center;
	}
.navbar .nav > li {
	float: none;
	display: inline;
	margin: 0 21px 0 0;
	padding: 0 30px 0 0;
	background: url('images/bg-site-navbar-list.png') no-repeat 100% 60%;
	}
.navbar .nav > li:last-child {
	margin: 0;
	padding: 0;
	background: none;
	}
.navbar .nav > li > a {
	display: inline;
	padding: 0;
	color: #797878;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	}
.navbar .nav > li > a:hover,
.navbar .nav > li.current-menu-item > a,
.navbar .nav > li.current-post-parent > a,
.navbar .nav > li.current-menu-parent > a,
.navbar .nav > li.current-post-ancestor > a {
	color: #fff;
	background: none;
	}

.navbar #searchform {
	width: auto;
	height: 20px;
	top: 5px;
	right: -158px;
	position: absolute;
	overflow: hidden;
	background: #3c3c3d;
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 40%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 40%);
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 40%);
	border: 1px solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	}
.navbar #searchform #s {
	float: left;
	width: 20px;
	padding: 2px 0 2px 8px;
	font-size: 11px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -999em;
	background: none;
	border: none;
	z-index: 1;

    -moz-transition: 400ms width ease;
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: width;
    -webkit-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: width;
    -o-transition-timing-function: ease;
	}
.navbar #searchform #s:hover,
.navbar #searchform #s:focus {
	width: 145px;
	text-indent: 0;
	}
.navbar #searchform #s:focus {
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	}
.navbar #searchform #searchsubmit {
	top: 4px;
	right: 7px;
	width: 12px;
	height: 12px;
	position: absolute;
	text-indent: -999em;
	background: url('images/button-search.png') no-repeat;
	border: none;
	}

#site-header {
	margin: 65px 0 35px;
	text-align: center;
	}
#site-title {
	margin: 0;
	font-size: 0;
	line-height: 1em;
	}

/* mid/main part */
#site-main {
	background: url('images/bg-site-main.gif') repeat-x 0 100%;
	}
#wrapper {
	padding: 12px 10px;
	margin-bottom: -65px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	}
#wrapper:before, #wrapper:after {
	content: "";
	position: absolute;
	top: -7px;
	left: 7px;
	right: 7px;
	height: 5px;
	border-top: 0;
	background: #fcfcfc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
#wrapper:after {
	top: -4px;
	left: 4px;
	right: 4px;
	height: 2px;
	}
#wrapper:before {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	}

#content {
	padding: 30px 20px;
	background: url('images/bg-content.gif') repeat-y 50% 0;
	}
.post {
	margin: 0 0 50px;
	}
.single .post {
	margin-bottom: 0;
	}
.post-title {
	margin: 0 0 30px;
	font-size: 26px;
	font-family: 'Lusitana', sans-serif;
	text-align: center;
	}
.post-title a {
	color: #000;
	}
.post-date {
	width: 240px;
	height: 2px;
	margin: 0 auto 25px;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #f4f4f4;
	}
.post-date span {
	width: 68px;
	margin: -12px auto 0;
	display: block;
	padding: 0 20px;
	background: #fff;
	}
.post-content {
	padding: 0 30px 15px;
	}
.post-content h2, .post-content h3, .post-content h4 {
	margin: 1em 0 .25em;
	}
.post-content h2 {
	font-size: 22px;
	}
.post-content h3 {
	font-size: 18px;
	}
.post-content h4 {
	font-size: 16px;
	}
.post-content .chapter-title {
	color: #666;
	font-size: 13px;
	font-weight: normal;
	font-family: 'Lusitana', sans-serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	}
.post-content .chapter-title.center {
	margin: 0 0 1.5em;
	text-align: center;
	}
.post-content .chapter-title.center:after,
.post-content .chapter-title.center:before {
	padding: 0 18px;
	content: "•";
	}
.post-content .indent {
	text-indent: 50px;
	}
.post-content .alignleft {
	float: left;
	margin: 5px 20px 5px 0;
	}
.post-content .alignright {
	float: right;
	margin: 5px 0 5px 20px;
	}
.post-content .alignnone {
	margin: 0 auto 1.5em;
	}
.post-content img {
	max-width: 480px;
	padding: 5px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	}
.post-content .round {
	padding: 5px;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	}
.post-content .round img {
	padding: 0;
	background: none;
	}
.post-content .round,
.post-content .round img {
	width: 120px;
	height: 120px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	}
.post-content blockquote {
	margin: 0 75px 1.5em;
	padding: 40px 0 0;
	background: url('images/bg-blockquote-top.gif') no-repeat 50% 0;
	border: none;
	}
.post-content blockquote p {
	padding: 0 0 40px;
	font-size: 22px;
	font-family: 'Lusitana', sans-serif;
	text-align: center;
	line-height: 30px;
	background: url('images/bg-blockquote-bottom.gif') no-repeat 50% 100%;
	}
.post-content ul {
	padding: 0;
	margin: 0 0 1.5em 80px;
	list-style: none;
	}
.post-content ul li {
	margin: 0 0 10px;
	padding: 0 0 0 30px;
	background: url('images/bullet-list.png') no-repeat 0 6px;
	}
.post-content ol {
	margin: 0 0 1.5em 80px;
	}
.post-content ol li {
	margin: 0 0 10px;
	}

.post-prop {
	margin: 0 0 25px;
	padding: 8px 30px;
	overflow: hidden;
	color: #999;
	font-size: 12px;
	line-height: 20px;
	border-top: 1px solid #e5e5e5;
	border-bottom: double #e5e5e5;
	background: none;
	background-image: linear-gradient(top, rgba(200, 200, 200, 0) 0%, rgba(200, 200, 200, 0.15) 100%);
	background-image: -moz-linear-gradient(top, rgba(200, 200, 200, 0) 0%, rgba(200, 200, 200, 0.15) 100%);
	background-image: -webkit-linear-gradient(top, rgba(200, 200, 200, 0) 0%, rgba(200, 200, 200, 0.15) 100%);
	}
.post-prop a {
	color: #666;
	}
.post-prop a:hover {
	color: #333;
	text-decoration: none;
	}
.post-prop ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}
.post-prop li {
	float: left;
	}
.post-meta {
	float: left;
	}
.post-meta li {
	margin: 5px 5px 0 0;
	padding: 0 5px 0 0;
	}
.post-share {
	float: right;
	}
.post-share li {
	width: 80px;
	margin: 3px 0 -3px;
	}
.post-more {
	float: right;
	}
.post-more span,
.no-results .post-content #searchform span {
	width: auto;
	display: block;
	margin: 0 5px 0 0;
	background: url('images/bg-button.gif');
	border: 1px solid #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	}
.post-more a,
.no-results .post-content #searchform #searchsubmit {
	display: block;
	padding: 4px 12px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 1);
	background: none;
	background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	-moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
	border: none;
	}
.post-more a:hover,
.no-results .post-content #searchform #searchsubmit:hover {
	color: #fff;
	background-image: linear-gradient(top, rgba(140, 140, 140, 0.1) 0%, rgba(140, 140, 140, 0.2) 100%);
	background-image: -moz-linear-gradient(top, rgba(140, 140, 140, 0.1) 0%, rgba(140, 140, 140, 0.2) 100%);
	background-image: -webkit-linear-gradient(top, rgba(140, 140, 140, 0.1) 0%, rgba(140, 140, 140, 0.2) 100%);
	}
.no-results .post-content #searchform span {
	float: left;
	}
.no-results .post-content #searchform input {
	float: left;
	display: block;
	}
.no-results .post-content #searchform input#s {
	margin: 0 10px 0 0;
	}

.archive-title {
	height: 2px;
	margin: 0 130px 30px;
	position: relative;
	color: #666;
	text-align: center;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #f4f4f4;
	}
.archive-title span {
	width: 150px;
	margin: -12px auto 0;
	display: block;
	padding: 0 15px;
	background: #fff;
	}
.archive-list {
	margin: 0 90px -30px;
	padding: 20px 0;
	list-style: none;
	background: url('images/line-archive.gif') repeat-y 50% 0;
	}
.archive-list li {
	width: 165px;
	padding: 10px 30px 10px 0;
	text-align: right;
	background: url('images/bullet-archive.png') no-repeat 100% 15px;
	}
.archive-list li.alt {
	margin-left: 183px;
	padding-left: 30px;
	padding-right: 0;
	text-align: left;
	background-position: 0 15px;
	}
.archive-list li a {
	margin: 0 0 5px;
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Lusitana', sans-serif;
	line-height: 24px;
	}
.archive-list li span {
	color: #666;
	font-size: 12px;
	}

.post-nav {
	margin: -30px 0 -10px;
	padding: 0 30px;
	overflow: hidden;
	}
.post-nav .post-next {
	float: right;
	}
.post-nav .post-prev {
	float: left;
	}
.post-nav a {
	color: #999;
	font-size: 14px;
	background: url('images/arrow-post-nav.png') no-repeat;
	}
.post-nav a:hover {
	color: #333;
	text-decoration: none;
	}
.post-nav .post-next a {
	padding-right: 22px;
	background-position: 100% 50%;
	}
.post-nav .post-prev a {
	padding-left: 22px;
	background-position: 0 50%;
	}

#comments {
	}
.comments-title,
#reply-title {
	margin: 0;
	padding: 0 0 8px 47px;
	font-size: 20px;
	line-height: normal;
	background: url('images/line-comments-title.gif') no-repeat 30px 8px;
	border-bottom: double #e5e5e5;
	}
.commentlist {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	}
li.comment {
	border-bottom: 1px solid #e5e5e5;
	}
li.comment ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
li.comment ul li {
	border-top: 1px solid #e5e5e5;
	border-bottom: none;
	}
div.comment {
	padding: 28px 30px;
	}
.depth-2 div.comment {
	padding-left: 90px;
	background: url('images/line-depth.gif') no-repeat 62px 0;
	}

.comment-avatar {
	float: left;
	border: 5px solid #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
	}
.comment-avatar,
.comment-avatar img,
.comment-avatar span {
	width: 58px;
	height: 58px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	}
.comment-avatar span {
	display: block;
	position: absolute;
	-moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
	}
.comment-meta,
.comment-author,
.comment-content {
	margin: 0 0 0 95px;
	}
.comment-author {
	margin-bottom: .8em;
	font-weight: bold;
	}
.comment-author a {
	color: #333;
	text-decoration: none;
	}
.comment-content {
	color: #333;
	font-size: 14px;
	line-height: 20px;
	}
.comment-meta {
	margin-bottom: -10px;
	color: #999;
	font-size: 12px;
	overflow: hidden;
	}
.comment-date {
	float: left;
	}
.comment-reply {
	float: right;
	}
.comment-reply a {
	color: #333;
	}
#commentform {
	padding: 20px 20px 10px 50px;
	overflow: hidden;
	}
#commentform p {
	margin: 0 0 10px;
	}
#commentform label {
	float: left;
	width: 130px;
	display: block;
	margin: 5px 20px 0 0;
	font-size: 15px;
	}
#commentform input,
#commentform textarea {
	width: 325px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
	}
#commentform .form-submit {
	float: right;
	width: auto;
	display: block;
	margin: 0 5px 0 0;
	background: url('images/bg-button.gif');
	border: 1px solid #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	}
#commentform .form-submit input {
	width: auto;
	padding: 6px 12px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 1);
	background: none;
	background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	-moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
	border: none;
	}
#commentform .form-submit input:hover {
	color: #fff;
	background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background-image: -moz-linear-gradient(top, rgba(140, 140, 140, 0.1) 0%, rgba(140, 140, 140, 0.2) 100%);
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	}

/* lower part */
#site-extra {
	padding: 110px 0 0;
	color: #999;
	font-size: 13px;
	line-height: 20px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 1);
	background: #222 url('images/bg-site-extra.jpg');
	}
#site-extra a {
	color: #fff;
	}
#site-extra .widget-title {
	margin: 0 0 20px;
	color: #fff;
	font-size: 15px;
	line-height: normal;
	}
#site-extra .row {
	margin: 0;
	padding: 0 28px 30px;
	background: url('images/bg-site-extra-col.png') repeat-y 50% 0;
	}
#site-extra .span2 {
	width: 149px;
	margin-left: 19px;
	margin-right: 19px;
	list-style: none;
	}
#site-extra .span2 ul {
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}
#site-extra .span2 ul a {
	color: #999;
	}
#site-extra .span2 ul a:hover {
	color: #fff;
	text-decoration: none;
	}
#site-extra .span2 ul li.git-tw,
#site-extra .span2 ul li.git-fb,
#site-extra .span2 ul li.git-li {
	float: left;
	margin: 0 10px 10px 0;
	}
#site-extra .span2 ul li.git-li {
	margin-right: 0;
	}
#site-extra .span2 ul li.git-tw a,
#site-extra .span2 ul li.git-fb a,
#site-extra .span2 ul li.git-li a {
	width: 42px;
	height: 41px;
	display: block;
	text-indent: -999em;
	background: url('images/ico-social.png') no-repeat;
	}
#site-extra .span2 ul li.git-tw a {
	background-position: 0 0;
	}
#site-extra .span2 ul li.git-fb a {
	background-position: -52px 0;
	}
#site-extra .span2 ul li.git-li a {
	background-position: -104px 0;
	}
#site-extra .span2 ul li.git-tw a:hover {
	background-position: 0 -43px;
	}
#site-extra .span2 ul li.git-fb a:hover {
	background-position: -52px -43px;
	}
#site-extra .span2 ul li.git-li a:hover {
	background-position: -104px -43px;
	}

#site-footer {
	padding: 6px 0 0;
	background: #151515 url('images/bg-site-footer.gif') repeat-x;
	}
#site-footer p {
	margin: 0;
	color: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	text-align: center;
	}