/*
Theme Name: Darkkiller
Theme URI: http://darkkiller.info
Description: Theme for Portfolio and Blog of Darkkiller (Luu Tien Thanh), a Website and Graphic Designer from Ha Noi, Viet Nam
Version: 1.0
Author: Thanh Luu
Author URI: http://darkkiller.info
Tags: orange, black, fixed width, one columns

*/

@charset "utf-8";
/* Basic */
* {
	margin:0;
	padding:0;
	}
	
body {
	background: #dfd3ab url(images/bg.jpg) fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #201a1a;
	}

a {
	color: #d54d1b;
	text-decoration: none;
	outline: 0;
	}

a:hover {
	color: #201a1a;
	}
a img {
	border: 5px solid #fff;
	}
a:hover img {
	border: 5px solid #201a1a;
	}

h1, h2, h3 {
	color: #d54d1b;
	}
h1 {
	font-size: 24px;
	}
h2 {
	font-size: 18px;
	}
h3 {
	font-size: 14px;
	}
.navigation{
	clear: both;
	padding: 10px 0;
	}
.navigation .right {
	text-align: right
	}
.left {
	float: left;
	width: 430px;
	}
.right {
	float: right;
	width: 470px;
	}
.clear {
	clear: both
	}
.head h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:35px;
}
/* Layout */

#page {
	border-top: 5px solid #d54d1b;
	}
#header, #content, #footer {
	clear: both;
	width: 960px;
	margin: auto;
	}
#header h1 {
	width: 274px;
	padding: 50px 0;
	float: left;
	}
#header h1 a {
	background:url(images/logo.png) no-repeat top left;
	display: block;
	height: 112px;
	text-indent: -9999px;
	}
#header p {
	clear:both
	}
#header ul {
	padding: 50px 0 48px;
	list-style-type: none;
	}
#header ul li {
	float: left;
	margin-right: 35px;
	}
#header ul li a {
	background:url(images/menu.png) no-repeat;
	display: block;
	height: 14px;
	text-indent: -9999px;
	}
#header ul li.home a {
	width: 57px;
	}
#header ul li.home a:hover {
	background-position: -0px -19px;
	}
#header ul li.blog a {
	width: 50px;
	background-position: -93px 0;
	}
#header ul li.blog a:hover {
	background-position: -93px -19px;
	}
#header ul li.work a {
	width: 60px;
	background-position: -179px 0;
	}
#header ul li.work a:hover {
	background-position: -179px -19px;
	}
#header ul li.about a {
	width: 67px;
	background-position: -275px 0;
	}
#header ul li.about a:hover {
	background-position: -275px -19px;
	}
#header ul li.contact {
	margin-right: 0px
	}
#header ul li.contact a {
	width: 93px;
	background-position: -377px 0;
	}
#header ul li.contact a:hover {
	background-position: -377px -19px;
	}
#content div.breadcrumb {
	color: #201a1a;
	text-transform:uppercase;
	background: #d54d1b;
	padding: 4px 10px;
	font-weight: bold;
	}
#content div.breadcrumb a {
	color: #fff;
	}
#content .post {
	clear: both;
	padding: 50px 0;
	border-bottom: 1px solid #e0c297;
	}
#content .post h3 {
	font-size: 24px;
	font-family:"Times New Roman", Times, serif;
	}
#content .post p {
	padding-top: 10px;
	}
#content .post p span {
	font-weight:bold;
	}
#footer {
	width: 920px;
	color: #fff;
	padding: 20px;
	background: #d54d1b;
	}
#footer a {
	color: #fff;
	border-bottom: 1px dotted #fff;
	}
#footer a:hover {
	border-bottom: 0px;
	}
.comments {
	margin-top: 40px;
	border-top: 1px solid #e0c297;
	padding: 10px 0 0;
	}
	
.comments h3 {
	font-size: 14px !important;
	}
.comments ol {
	list-style-type: none;
	margin: 10px 0;
	}
.comments ol li {
	margin-bottom: 20px;
	}
.comments ol img {
	border:5px solid #EEEEEE;
	}
.comment-left .avatar {
	float: left;
	}
.comment-right .avatar {
	float: right;
	}
.comment-left .comment-content {
	background: url(images/arrow-left.gif) no-repeat top left;
	padding-left: 8px;
	margin-left: 68px;
	}
.comment-right .comment-content {
	background: url(images/arrow-right.gif) no-repeat top right;
	padding-right: 8px;
	margin-right: 68px;
	}
.comment-left .comment-content .comment-text {
	background: #fff;
	border-color:#eee #eee #eee #fff;
	border-style:solid solid solid none;
	border-width:1px 1px 1px medium;
	line-height:1.5;
	padding: 5px 10px;
	font-size: 12px;
	}
.comment-right .comment-content .comment-text {
	background: #fff;
	border-color:#eee #fff #eee #eee;
	border-style:solid none solid solid;
	border-width:1px medium 1px 1px;
	line-height:1.5;
	padding: 5px 10px;
	font-size: 12px;
	}
.comments .navigation {
	margin: 5px 0;
	}
.spider-man {
	background: url(images/spider-man.png) no-repeat top left;
	display: block;
	width: 74px;
	height: 402px;
	position:fixed;
	top: 0;
	left: 10px;
	}