/* @override 
	http://hector-lee.com/wp-content/themes/hector%20lee/style.css
	http://hectorwp:8888/wp-content/themes/hector%20lee/style.css
*/

/*
Theme Name: Hector Lee
Theme URI: http://hector-lee.com/
Description: Development Theme for Hector Lee
Author: Hector Lee
Version: 0.1
Tags: 
*/
body {
	text-align: center;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

body {
	font-family: "Helvetica Neue", Arial, Sans-serif;
}
h3, h4, h5 {
	font-size: 18px;
	margin-top: 20px;
	font-weight: bold;
}
p {
	font-size: 16px;
	line-height: 30px;
	padding: 10px 0;
}
a {
	color: #e83b41;
	text-decoration: none;
	transition: color .1s linear;
	-moz-transition: color .1s linear;    /* FF3.7+ */
    -o-transition: color .1s linear;      /* Opera 10.5 */
    -webkit-transition: color .1s linear; /* Saf3.2+, Chrome */
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #DD3940;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

img {
	padding: 10px;
}

li {
	line-height: 30px;
	text-indent: 10px;
	list-style-position: inside;
}

dl {
	padding: 0 10px 10px 10px;
	border: 5px dotted #bbbbbb;
}
dt {
	text-decoration: underline;
	padding: 20px 0 5px 0;
}
dd {
	font-style: italic;
	line-height: 25px;
}
blockquote {
	margin-left:  10px;
	padding-left: 20px;
	border-left: 5px solid #bbbbbb;
}
.all {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#header, #nav {
	font-family: "MarketingScriptRegular", "Helvetica Neue";
	float: left;
	display: block;
}
#header h1 {
	display: block;
	font-size: 60px;
	color: #e83b41;
	margin: 35px 0px 0px 50px;
	font-weight: 100;	
}
.no-fontface #header h1 {
	background: url(http://hector-lee.com/wp-content/themes/hector%20lee/images/logo.png) no-repeat;
	text-indent: -9999px;
	width: 230px;
	height: 43px;
}
#header h1 a {
	display: block;
	text-decoration: none;
}
#header h1 a:hover {
	text-decoration: none;
}
#nav {
	width: 450px;
	height: 100px;
}
#nav li {
	font-size: 30px;
	float: left;
	list-style-type: none;
	margin: 45px 0px 0 30px;
	padding: 10px;
	line-height: 30px ;
	text-indent: 0;
}

#nav li a {
	color: #333333;
	text-decoration: none;
	transition: color .2s linear;
	-moz-transition: color .2s linear;    /* FF3.7+ */
    -o-transition: color .2s linear;      /* Opera 10.5 */
    -webkit-transition: color .2s linear; /* Saf3.2+, Chrome */
}
#nav li a:hover {
	color: #888888;
	text-decoration:none;
}

#loop {
	width: 660px;
	padding: 0 10px;
	margin-left: 40px;
	clear: both;
}
.post {
	padding: 40px 0;
}
h2.posttitle {
	clear: both;
	float: none;
	font-size: 28px;
	white-space: normal;
	line-height: 36px;
	transition: color 1s linear;
}
h2.posttitle a {
	color: #333333;
	text-decoration: none;
	transition: color .2s linear;
	-moz-transition: color .2s linear;    /* FF3.7+ */
    -o-transition: color .2s linear;      /* Opera 10.5 */
    -webkit-transition: color .2s linear; /* Saf3.2+, Chrome */
}
h2.posttitle a:hover {
	color:  #666666;
}

/* archive.php */
h2.pagetitle {
	font-size: 36px;
	color: #333333;
	margin: 0px;
	padding: 15px 50px;
	clear: both;
	
}

div.archive {
	padding: 20px 0;
	border-bottom: 2px dashed #bbbbbb;
}


/* Post Navigation */

#postnav {
	padding: 10px 40px;
	width: 720px;
	height: 27px;
}
span.nextposts a {
	float: right;
	padding: 7px 30px;
	width: 120px;
	font-size: 14px;
	text-align: center;
	background: #e83b41;
	color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
span.nextposts a:hover {
	background: #ff424f;
	text-decoration: none;
}
span.previousposts a {
	float: left;
	padding: 7px 30px;
	width: 120px;
	font-size: 14px;
	text-align: center;
	background: #e83b41;
	color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
span.previousposts a:hover {
	background: #ff424f;
	text-decoration: none;
}

/* Footer */


#footer {
	width: 720px;
	height: auto;
	margin-top: 20px;
	padding: 20px 40px;
	border-top: 1px dashed #bbbbbb;
}
#footer p {
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}
#footer h5 {
	font-size: 16px;
	padding: 0;
	margin: 0;
}
.leftcol, .midcol, .rightcol {
	width: 220px;
	height: 200px;
	float: left;
}
.leftcol, .midcol {
	margin-right: 30px;
}



/* Comments List */

#comments {
	margin-top: 30px;
	width: 700px;
	padding: 0 50px;
	font-size: 14px;
	line-height: 14px;
/*	border-top: 1px dashed #bbbbbb; */
}

a#cancel-comment-reply-link {
	font-size: 14px;
	margin-left: 250px;
}
.commentlist li {
	border-width: 1px;
	border-style: none;
	list-style-type: none;
	border-bottom: 1px dashed #bbbbbb;
}
.commentlist p {
	font-size: 14px;
	line-height: 18px;
	padding: 10px;
	text-indent: 0;
}
.comment-body {
	position: relative;
	padding: 10px;
}
.commentmetadata {
	float: right;
	position: absolute;
	top: 0px;
	right: 90px;
	padding: 10px;
}
cite.fn {
	font-weight: normal;
	font-style: normal;
}
.avatar {
	padding: 5px;
	border: 1px solid #bbbbbb;
	box-shadow: 0px 2x 5px #ddd;
    -moz-box-shadow: 0px 2px 5px #ddd;
    -webkit-box-shadow: 0px 2px 5px #ddd;
    float: right;
}





/* Comments form */
#respond {
	width: 700px;
	margin-left: 20px;
}
#commentform {
	position: relative;
}
#commentform p {
	font-size: 14px;
	padding: 5px 0;
}
#commentform label {
	float: left;
	width: 100%;
	text-align: left;
	line-height: 18px;
}
p.comment-form-author, p.comment-form-email {
	width: 330px;
	float: left;
}
#commentform input#author, #commentform input#email {
	width: 250px;
	padding: 5px;
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
textarea#comment {
	height: 150px;
	width: 600px;
	padding: 5px;
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input#submit {
	width: 120px;
	background: #444;
	font-size: 12px;
	padding: 5px;
	color: #ffffff;
	border-style: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

/* 404.php */
#error {
	width: 380px;
	margin: 100px auto;
	padding: 50px;
	border: 5px #fff solid;
	color: #333333;
	/*-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 5px #ccc;
	-webkit-box-shadow: 0px 1px 5px #ccc;
	box-shadow: 0px 1px 5px #ccc;
	position: relative;*/
}
#error h1 {
	font-size: 42px;
	margin-bottom: 10px;
}
#error a {
	float: left;
	text-decoration: none;
}
#error a:hover {
	text-decoration: underline;
}
#error h2 {
	font-size: 90px;
	float: right;
	color: #e83b41;
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 10px 20px;
}

