/*   
Theme Name: SimonLeung.com
Description: Simon Leung Internet Marketing Power Blog
Author: Simon Leung
Author URL: http://www.simonleung.com
Version: 1.4.2
*/

* { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
}

/*************************
	Common
*************************/

p { margin: 0 0 10px 0; }

h1, h2, h3, h4, h5, h6 { 
	margin: 10px 0;	
}

ul, ol {
	margin: 0 0 10px 20px;
}

h1, h1 a {
	font-size: 28px;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
	line-height: 1.2em;
}

h2, h2 a {
	font-size: 24px;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
	line-height: 1.2em;
}

h3, h3 a {
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
	line-height: 1.2em;
}

h4, h4 a {
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
	line-height: 1.2em;
}

h5, h5 a {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
	line-height: 1.2em;
}

h6, h6 a {
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	text-decoration: none;
	line-height: 1.2em;
}

a img { border: none; }
.clear { clear: both; }
.do-not-print { display: none; }

pre, code {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;
	margin: 20px auto;
	width: 550px;
}

address {
	font-weight: bold;
	font-style: italic;	
	margin: 10px 0;
}

p a.more-link {
	text-align: right;
}

/* Widths */


.w-150 {
	width: 150px;	
}

.w-200 {
	width: 200px;	
}

.w-350 {
	width: 350px;	
}

.w-400 {
	width: 400px;	
}

/* Comments */

ol.commentlist { list-style: none; margin: 20px; }
ol.commentlist li { }
ol.commentlist li.comment { 
	margin: 20px 0; 
	font-style: normal;
	color: #33333;
}

ol.commentlist li .comment-author { 
	float: left;
	text-align: center;
	margin-right: 20px;
	font-style: normal;
	color: #33333;
}

ol.commentlist li .comment-author cite.fn {
	display: block;	
	font-style: normal;
	color: #33333;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	text-align: center;
}

ol.commentlist li .comment-author cite.fn a {
	color: #333;	
}

ol.commentlist li .comment-body { 
	font-size: 12px;
	color: #333;
	min-height: 100px;
}

ol.commentlist li.thread-even .comment-body .sp,
ol.commentlist li.thread-even li .comment-body .sp  {  
}

ol.commentlist li.thread-even .comment-body,
ol.commentlist li.thread-even li .comment-body  { 
	 background: #EFEFEF; 
	border: 1px solid #999;
	padding: 10px;
	font-style: normal;
	color: #33333;
}

ol.commentlist li.thread-odd .comment-body,
ol.commentlist li.thread-odd li .comment-body { 
	background: #EFEFEF; 
	border: 1px solid #999;
	padding: 10px;
	font-style: normal;
	color: #33333;
}

ol.commentlist li .comment-body .comment-meta,
ol.commentlist li .comment-body .comment-meta a {
	color: #333;
	font-size: 11px;
	font-family: arial;
}

ol.commentlist li .comment-body .reply a {
	color: #000;
	text-decoration: underline;	
}

ol.commentlist li.comment ul.children li { background: black; list-style: none; padding-left: 0px; }

ol.commentlist li.comment ul.children li.depth-2 { margin: 10px 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { margin: 10px 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { margin: 10px 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { margin: 10px 0 10px 10px; }

#commentform input[type="text"],
#commentform textarea {
	border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    padding: 5px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    margin-top: 3px;
}

#commentform label {
	font-weight: bold;
}

#commentform div {
	margin-top: 10px;	
}

#commentform #submit,
button {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
}


/* Forms */

.error {
	color: #cc0000;
	font-size: 12px;	
}


label {
	display: block;
	position: relative;
	float: left;	
}

input[type=text], textarea { 
	border: 1px solid #ccc;
	padding: 5px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #333;
	margin-bottom: 10px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#searchform input[type=text] {

}

/* Contact Form */

#contact-page-form {
	clear: both;
	margin-top:15px;
}

#contactForm label {
	width: 100px;
	font-weight: bold;
}

#contactForm input[type=text],
#contactForm textarea {
	width: 300px;
	color: #333;
}

#contactForm input.error,
#contactForm textarea.error {
	border: 1px solid #CC0000;	
}

#contactForm label.error {
	display: block;	
	width: 150px;
	color: #CC0000;
}

#awf_name.error,
#awf_email.error,
#awf_phone.error,
#awf_message.error {
	border: 1px solid #CC0000;
	background: #FFE3E3;
}

textarea#awf_message {
	width: 180px;	
}

.thanks {
	text-align: center;
	font-weight: bold;
	color: green;
	margin-top: 50px;
	font-size: 16px;	
}

/* Buttons */

input[type=submit], button {
	padding: 5px;
	cursor: pointer;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#ar_wrapper input.text {
	margin-bottom:13px;
	margin-top:4px;
	padding:4px 7px
}

/*
#autoresponder .aweber #ar_tail,
#autoresponder .getresponse #ar_tail,
#autoresponder .infusionsoft #ar_tail,
#autoresponder .mailchimp #ar_tail {
	height: 26px;
	position: relative;
	padding-top: 10px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 0 bottom;
	left: -10px;
}

#autoresponder .email #ar_tail {
	height: 50px;
	top: -30px;
	position: relative;
	padding-top: 10px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 0 bottom;
	z-index: 1;
	left: -10px;
}
*/

#autoresponder #ar_wrapper  form p:first-child {
	margin-top:10px;
}

#submit_tail {
	margin:0;
	position:relative;
	width:236px;
	left:-17px;
	height:46px;
	width:236px;
	padding-top:10px;
	z-index: 5;
}

/* Tags */

.postclass{
margin:10px 0px 10px 0px;
}

.posttag{
font-size:10px;
float:left;
color:#212121;
margin-right:15px;
padding:5px;
border-radius:2px;
background:black;

}